1
0
Fork 0
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:
Henrik Hautakoski 2022-11-29 14:49:56 +01:00
parent 61d9836275
commit 0c91290afb

View file

@ -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"`
}