ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / ExecutionPayload

Type Alias: ExecutionPayload

ExecutionPayload = object

Defined in: types.ts:238

Properties

baseFeePerGas

baseFeePerGas: PrefixedHexString

Defined in: types.ts:250


blobGasUsed?

optional blobGasUsed: PrefixedHexString

Defined in: types.ts:254


blockAccessListHash?

optional blockAccessListHash: PrefixedHexString

Defined in: types.ts:258


blockHash

blockHash: PrefixedHexString

Defined in: types.ts:251


blockNumber

blockNumber: PrefixedHexString

Defined in: types.ts:245


excessBlobGas?

optional excessBlobGas: PrefixedHexString

Defined in: types.ts:255


extraData

extraData: PrefixedHexString

Defined in: types.ts:249


feeRecipient

feeRecipient: PrefixedHexString

Defined in: types.ts:240


gasLimit

gasLimit: PrefixedHexString

Defined in: types.ts:246


gasUsed

gasUsed: PrefixedHexString

Defined in: types.ts:247


logsBloom

logsBloom: PrefixedHexString

Defined in: types.ts:243


parentBeaconBlockRoot?

optional parentBeaconBlockRoot: PrefixedHexString

Defined in: types.ts:256


parentHash

parentHash: PrefixedHexString

Defined in: types.ts:239


prevRandao

prevRandao: PrefixedHexString

Defined in: types.ts:244


receiptsRoot

receiptsRoot: PrefixedHexString

Defined in: types.ts:242


requestsHash?

optional requestsHash: PrefixedHexString

Defined in: types.ts:257


slotNumber?

optional slotNumber: PrefixedHexString

Defined in: types.ts:259


stateRoot

stateRoot: PrefixedHexString

Defined in: types.ts:241


timestamp

timestamp: PrefixedHexString

Defined in: types.ts:248


transactions

transactions: PrefixedHexString[]

Defined in: types.ts:252


withdrawals?

optional withdrawals: WithdrawalV1[]

Defined in: types.ts:253