ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / BuildBlockOpts

Interface: BuildBlockOpts

Defined in: vm/src/types.ts:213

Options for building a block.

Properties

blockOpts?

optional blockOpts: BuilderOpts

Defined in: vm/src/types.ts:229

The block and builder options to use.


headerData?

optional headerData: HeaderData

Defined in: vm/src/types.ts:223

The block header data to use. Defaults used for any values not provided.


parentBlock

parentBlock: Block

Defined in: vm/src/types.ts:217

The parent block


withdrawals?

optional withdrawals: WithdrawalData[]

Defined in: vm/src/types.ts:225