We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a1d97 commit 7057a0cCopy full SHA for 7057a0c
response.go
@@ -129,8 +129,8 @@ type ERC1155Transfer struct {
129
TokenID *BigInt `json:"tokenID"`
130
TokenName string `json:"tokenName"`
131
TokenSymbol string `json:"tokenSymbol"`
132
- TokenDecimal uint8 `json:"tokenDecimal,string"`
133
- TokenValue uint8 `json:"tokenValue,string"`
+ TokenDecimal int `json:"tokenDecimal,string"`
+ TokenValue int `json:"tokenValue,string"`
134
TransactionIndex int `json:"transactionIndex,string"`
135
Gas int `json:"gas,string"`
136
GasPrice *BigInt `json:"gasPrice"`
0 commit comments