From 0c91290afb56fda3e9f1e72848c19bd291365daf Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 29 Nov 2022 14:49:56 +0100 Subject: [PATCH] types.go: Adding ActionTrace.HexData field. --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index c39b2a5..c1fe57b 100644 --- a/types.go +++ b/types.go @@ -10,4 +10,5 @@ type ActionTrace struct { Contract eos.AccountName `json:"contract"` Action eos.ActionName `json:"action"` Data interface{} `json:"data"` + HexData string `json:"hex_data"` }