@ethereumjs/block / ExecutionPayload
ExecutionPayload =
object
Defined in: types.ts:239
baseFeePerGas:
PrefixedHexString
Defined in: types.ts:251
optional
blobGasUsed:PrefixedHexString
Defined in: types.ts:255
blockHash:
PrefixedHexString
Defined in: types.ts:252
blockNumber:
PrefixedHexString
Defined in: types.ts:246
optional
excessBlobGas:PrefixedHexString
Defined in: types.ts:256
optional
executionWitness:VerkleExecutionWitness
|null
Defined in: types.ts:260
extraData:
PrefixedHexString
Defined in: types.ts:250
feeRecipient:
PrefixedHexString
Defined in: types.ts:241
gasLimit:
PrefixedHexString
Defined in: types.ts:247
gasUsed:
PrefixedHexString
Defined in: types.ts:248
logsBloom:
PrefixedHexString
Defined in: types.ts:244
optional
parentBeaconBlockRoot:PrefixedHexString
Defined in: types.ts:257
parentHash:
PrefixedHexString
Defined in: types.ts:240
prevRandao:
PrefixedHexString
Defined in: types.ts:245
receiptsRoot:
PrefixedHexString
Defined in: types.ts:243
optional
requestsHash:PrefixedHexString
Defined in: types.ts:258
stateRoot:
PrefixedHexString
Defined in: types.ts:242
timestamp:
PrefixedHexString
Defined in: types.ts:249
transactions:
PrefixedHexString
[]
Defined in: types.ts:253
optional
withdrawals:WithdrawalV1
[]
Defined in: types.ts:254