mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
types.go: Add ActionTrace.TxID field.
This commit is contained in:
parent
4f722342bb
commit
4aa929ff16
1 changed files with 1 additions and 0 deletions
1
types.go
1
types.go
|
|
@ -5,6 +5,7 @@ import (
|
|||
)
|
||||
|
||||
type ActionTrace struct {
|
||||
TxID eos.Checksum256 `json:"tx_id"`
|
||||
Receiver eos.Name `json:"receiver"`
|
||||
Contract eos.AccountName `json:"contract"`
|
||||
Action eos.ActionName `json:"action"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue