1
0
Fork 0
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:
Henrik Hautakoski 2022-11-29 05:36:39 +01:00
parent 4f722342bb
commit 4aa929ff16

View file

@ -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"`