@ethereumjs/block / JsonRpcBlock
- baseFeePerGas
- blobGasUsed
- difficulty
- excessBlobGas
- executionWitness
- extraData
- gasLimit
- gasUsed
- hash
- logsBloom
- miner
- mixHash
- nonce
- number
- parentBeaconBlockRoot
- parentHash
- receiptsRoot
- sha3Uncles
- size
- stateRoot
- timestamp
- totalDifficulty
- transactions
- transactionsRoot
- uncles
- withdrawals
- withdrawalsRoot
• Optional
baseFeePerGas: string
• Optional
blobGasUsed: string
• difficulty: string
• Optional
excessBlobGas: string
• Optional
executionWitness: null
| VerkleExecutionWitness
• extraData: string
• gasLimit: string
• gasUsed: string
• hash: string
• logsBloom: string
• miner: string
• Optional
mixHash: string
• nonce: string
• number: string
• Optional
parentBeaconBlockRoot: string
• parentHash: string
• receiptsRoot: string
• sha3Uncles: string
• size: string
• stateRoot: string
• timestamp: string
• totalDifficulty: string
• transactions: (string
| JsonRpcTx
)[]
• transactionsRoot: string
• uncles: string
[]
• Optional
withdrawals: JsonRpcWithdrawal
[]
• Optional
withdrawalsRoot: string