Skip to content

Commit 67da1ed

Browse files
authored
Update response.go
NormalTx add fields
1 parent 07a1d97 commit 67da1ed

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)