ethereumjs-monorepo

@ethereumjs/block


@ethereumjs/block / ExecutionPayload

Type Alias: ExecutionPayload

ExecutionPayload = object

Defined in: types.ts:239

Properties

baseFeePerGas

baseFeePerGas: PrefixedHexString

Defined in: types.ts:251


blobGasUsed?

optional blobGasUsed: PrefixedHexString

Defined in: types.ts:255


blockHash

blockHash: PrefixedHexString

Defined in: types.ts:252


blockNumber

blockNumber: PrefixedHexString

Defined in: types.ts:246


excessBlobGas?

optional excessBlobGas: PrefixedHexString

Defined in: types.ts:256


executionWitness?

optional executionWitness: VerkleExecutionWitness | null

Defined in: types.ts:260


extraData

extraData: PrefixedHexString

Defined in: types.ts:250


feeRecipient

feeRecipient: PrefixedHexString

Defined in: types.ts:241


gasLimit

gasLimit: PrefixedHexString

Defined in: types.ts:247


gasUsed

gasUsed: PrefixedHexString

Defined in: types.ts:248


logsBloom

logsBloom: PrefixedHexString

Defined in: types.ts:244


parentBeaconBlockRoot?

optional parentBeaconBlockRoot: PrefixedHexString

Defined in: types.ts:257


parentHash

parentHash: PrefixedHexString

Defined in: types.ts:240


prevRandao

prevRandao: PrefixedHexString

Defined in: types.ts:245


receiptsRoot

receiptsRoot: PrefixedHexString

Defined in: types.ts:243


requestsHash?

optional requestsHash: PrefixedHexString

Defined in: types.ts:258


stateRoot

stateRoot: PrefixedHexString

Defined in: types.ts:242


timestamp

timestamp: PrefixedHexString

Defined in: types.ts:249


transactions

transactions: PrefixedHexString[]

Defined in: types.ts:253


withdrawals?

optional withdrawals: WithdrawalV1[]

Defined in: types.ts:254