@ethereumjs/block / JSONHeader
Defined in: types.ts:173
An object with the block header’s data represented as 0x-prefixed hex strings.
optional
baseFeePerGas:`0x${string}`
Defined in: types.ts:189
optional
blobGasUsed:`0x${string}`
Defined in: types.ts:191
optional
coinbase:`0x${string}`
Defined in: types.ts:176
optional
difficulty:`0x${string}`
Defined in: types.ts:181
optional
excessBlobGas:`0x${string}`
Defined in: types.ts:192
optional
extraData:`0x${string}`
Defined in: types.ts:186
optional
gasLimit:`0x${string}`
Defined in: types.ts:183
optional
gasUsed:`0x${string}`
Defined in: types.ts:184
optional
logsBloom:`0x${string}`
Defined in: types.ts:180
optional
mixHash:`0x${string}`
Defined in: types.ts:187
optional
nonce:`0x${string}`
Defined in: types.ts:188
optional
number:`0x${string}`
Defined in: types.ts:182
optional
parentBeaconBlockRoot:`0x${string}`
Defined in: types.ts:193
optional
parentHash:`0x${string}`
Defined in: types.ts:174
optional
receiptTrie:`0x${string}`
Defined in: types.ts:179
optional
requestsHash:`0x${string}`
Defined in: types.ts:194
optional
stateRoot:`0x${string}`
Defined in: types.ts:177
optional
timestamp:`0x${string}`
Defined in: types.ts:185
optional
transactionsTrie:`0x${string}`
Defined in: types.ts:178
optional
uncleHash:`0x${string}`
Defined in: types.ts:175
optional
withdrawalsRoot:`0x${string}`
Defined in: types.ts:190