mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +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 string `json:"contract" msgpack:"contract"`
|
||||
|
||||
Receiver string `json:"receiver" msgpack:"receiver"`
|
||||
Data interface{} `json:"data" msgpack:"data"`
|
||||
Receiver string `json:"receiver" msgpack:"receiver"`
|
||||
FirstReceiver bool `json:"first_receiver" msgpack:"first_receiver"`
|
||||
|
||||
Data interface{} `json:"data" msgpack:"data"`
|
||||
|
||||
Authorization []PermissionLevel `json:"authorization" msgpack:"authorization"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue