|
|
|
|
@ -34,7 +34,6 @@ type GetBlockReply struct {
|
|
|
|
|
Difficulty string `json:"difficulty"` |
|
|
|
|
GasLimit string `json:"gasLimit"` |
|
|
|
|
GasUsed string `json:"gasUsed"` |
|
|
|
|
BaseFeePerGas string `json:"baseFeePerGas"` |
|
|
|
|
Timestamp string `json:"timestamp"` |
|
|
|
|
Transactions []Tx `json:"transactions"` |
|
|
|
|
Uncles []string `json:"uncles"` |
|
|
|
|
|