diff --git a/api/message/types.go b/api/message/types.go index ad9c3e2..a0b480c 100644 --- a/api/message/types.go +++ b/api/message/types.go @@ -27,6 +27,10 @@ type ActionTrace struct { HexData string `json:"hex_data" msgpack:"hex_data"` Authorization []PermissionLevel `json:"authorization" msgpack:"authorization"` + + Except string `json:"except" msgpack:"except"` + Error uint64 `json:"error" msgpack:"error"` + Return []byte `json:"return" msgpack:"return"` } func (act ActionTrace) GetData() (map[string]interface{}, error) {