mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-30 20:58:12 +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
|
|
@ -65,6 +65,8 @@ type ActionTrace struct {
|
|||
Contract string `json:"contract" msgpack:"contract"`
|
||||
|
||||
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