Skip to content

Commit 0d2eec1

Browse files
authored
Merge pull request nanmu42#84 from coolestowl/master
Update response.go
2 parents 07a1d97 + 67da1ed commit 0d2eec1

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+
FunctionName string `json:"functionName"`
54+
MethodId string `json:"methodId"`
5355
}
5456

5557
// InternalTx holds info from internal tx query

0 commit comments

Comments
 (0)