Skip to content

Commit

Permalink
Merge pull request #84 from coolestowl/master
Browse files Browse the repository at this point in the history
Update response.go
  • Loading branch information
nanmu42 authored Mar 12, 2024
2 parents 07a1d97 + 67da1ed commit 0d2eec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions response.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ type NormalTx struct {
CumulativeGasUsed int `json:"cumulativeGasUsed,string"`
GasUsed int `json:"gasUsed,string"`
Confirmations int `json:"confirmations,string"`
FunctionName string `json:"functionName"`
MethodId string `json:"methodId"`
}

// InternalTx holds info from internal tx query
Expand Down

0 comments on commit 0d2eec1

Please sign in to comment.