@ethereumjs/block / JSONRPCBlock
Defined in: types.ts:200
optional
baseFeePerGas:`0x${string}`
Defined in: types.ts:221
optional
blobGasUsed:`0x${string}`
Defined in: types.ts:224
difficulty:
`${number}`
|`0x${string}`
Defined in: types.ts:212
optional
excessBlobGas:`0x${string}`
Defined in: types.ts:225
optional
executionWitness:null
|VerkleExecutionWitness
Defined in: types.ts:227
extraData:
`0x${string}`
Defined in: types.ts:214
gasLimit:
`0x${string}`
Defined in: types.ts:216
gasUsed:
`0x${string}`
Defined in: types.ts:217
hash:
`0x${string}`
Defined in: types.ts:202
logsBloom:
`0x${string}`
Defined in: types.ts:207
miner:
`0x${string}`
Defined in: types.ts:211
optional
mixHash:`0x${string}`
Defined in: types.ts:204
nonce:
`0x${string}`
Defined in: types.ts:205
number:
`0x${string}`
Defined in: types.ts:201
optional
parentBeaconBlockRoot:`0x${string}`
Defined in: types.ts:226
parentHash:
`0x${string}`
Defined in: types.ts:203
receiptsRoot:
`0x${string}`
Defined in: types.ts:210
optional
requestsHash:`0x${string}`
Defined in: types.ts:228
sha3Uncles:
`0x${string}`
Defined in: types.ts:206
size:
`0x${string}`
Defined in: types.ts:215
stateRoot:
`0x${string}`
Defined in: types.ts:209
timestamp:
`0x${string}`
Defined in: types.ts:218
optional
totalDifficulty:`0x${string}`
Defined in: types.ts:213
transactions: (
`0x${string}`
|JSONRPCTx
)[]
Defined in: types.ts:219
transactionsRoot:
`0x${string}`
Defined in: types.ts:208
uncles:
`0x${string}`
[]
Defined in: types.ts:220
optional
withdrawals:JSONRPCWithdrawal
[]
Defined in: types.ts:222
optional
withdrawalsRoot:`0x${string}`
Defined in: types.ts:223