From 3c9db3def06c48f110e5a1ed6274f69a968f1267 Mon Sep 17 00:00:00 2001 From: Alexandru Tache Date: Thu, 10 Aug 2023 12:06:34 +0300 Subject: [PATCH] Add "methodId" to NormalTx --- response.go | 1 + 1 file changed, 1 insertion(+) diff --git a/response.go b/response.go index d096aef..9471bea 100644 --- a/response.go +++ b/response.go @@ -50,6 +50,7 @@ type NormalTx struct { CumulativeGasUsed int `json:"cumulativeGasUsed,string"` GasUsed int `json:"gasUsed,string"` Confirmations int `json:"confirmations,string"` + MethodId string `json:"methodId"` } // InternalTx holds info from internal tx query