Skip to content

Commit 3c9db3d

Browse files
committed
Add "methodId" to NormalTx
1 parent 07a1d97 commit 3c9db3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

response.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ type NormalTx struct {
5050
CumulativeGasUsed int `json:"cumulativeGasUsed,string"`
5151
GasUsed int `json:"gasUsed,string"`
5252
Confirmations int `json:"confirmations,string"`
53+
MethodId string `json:"methodId"`
5354
}
5455

5556
// InternalTx holds info from internal tx query

0 commit comments

Comments
 (0)