Change EthBlock.Extradata type to EthBytes
This commit is contained in:
parent
7acdb49074
commit
58cd226d6b
@ -144,7 +144,7 @@ type EthBlock struct {
|
|||||||
GasLimit EthUint64 `json:"gasLimit"`
|
GasLimit EthUint64 `json:"gasLimit"`
|
||||||
GasUsed EthUint64 `json:"gasUsed"`
|
GasUsed EthUint64 `json:"gasUsed"`
|
||||||
Timestamp EthUint64 `json:"timestamp"`
|
Timestamp EthUint64 `json:"timestamp"`
|
||||||
Extradata []byte `json:"extraData"`
|
Extradata EthBytes `json:"extraData"`
|
||||||
MixHash EthHash `json:"mixHash"`
|
MixHash EthHash `json:"mixHash"`
|
||||||
Nonce EthNonce `json:"nonce"`
|
Nonce EthNonce `json:"nonce"`
|
||||||
BaseFeePerGas EthBigInt `json:"baseFeePerGas"`
|
BaseFeePerGas EthBigInt `json:"baseFeePerGas"`
|
||||||
|
Loading…
Reference in New Issue
Block a user