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 d6a10b1 commit 6af18dfCopy full SHA for 6af18df
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/nanmu42/etherscan-api
+module github.com/cc-cybertino/etherscan-api
2
3
-go 1.13
+go 1.17
response.go
@@ -30,7 +30,7 @@ type NormalTx struct {
30
BlockNumber int `json:"blockNumber,string"`
31
TimeStamp Time `json:"timeStamp"`
32
Hash string `json:"hash"`
33
- Nonce int `json:"nonce,string"`
+ Nonce string `json:"nonce"`
34
BlockHash string `json:"blockHash"`
35
TransactionIndex int `json:"transactionIndex,string"`
36
From string `json:"from"`
0 commit comments