mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
types.go: Adding ActionTrace.HexData field.
This commit is contained in:
parent
61d9836275
commit
0c91290afb
1 changed files with 1 additions and 0 deletions
1
types.go
1
types.go
|
|
@ -10,4 +10,5 @@ type ActionTrace struct {
|
|||
Contract eos.AccountName `json:"contract"`
|
||||
Action eos.ActionName `json:"action"`
|
||||
Data interface{} `json:"data"`
|
||||
HexData string `json:"hex_data"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue