mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-03 11:53:41 +02:00
api/message/types.go: Adding FirstReceiver to ActionTrace
This commit is contained in:
parent
79d2496185
commit
700d7d0168
1 changed files with 4 additions and 2 deletions
|
|
@ -64,8 +64,10 @@ type ActionTrace struct {
|
||||||
// Contract account.
|
// Contract account.
|
||||||
Contract string `json:"contract" msgpack:"contract"`
|
Contract string `json:"contract" msgpack:"contract"`
|
||||||
|
|
||||||
Receiver string `json:"receiver" msgpack:"receiver"`
|
Receiver string `json:"receiver" msgpack:"receiver"`
|
||||||
Data interface{} `json:"data" msgpack:"data"`
|
FirstReceiver bool `json:"first_receiver" msgpack:"first_receiver"`
|
||||||
|
|
||||||
|
Data interface{} `json:"data" msgpack:"data"`
|
||||||
|
|
||||||
Authorization []PermissionLevel `json:"authorization" msgpack:"authorization"`
|
Authorization []PermissionLevel `json:"authorization" msgpack:"authorization"`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue