Skip to content

Commit a65626e

Browse files
committed
Update response.go
1 parent 07a1d97 commit a65626e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

response.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ 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"`
54+
FunctionName string `json:"functionName"`
5355
}
5456

5557
// InternalTx holds info from internal tx query

0 commit comments

Comments
 (0)