ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / BuildBlockOpts

Interface: BuildBlockOpts

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

Options for building a block.

Properties

blockOpts?

optional blockOpts: BuilderOpts

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

The block and builder options to use.


headerData?

optional headerData: HeaderData

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

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


parentBlock

parentBlock: Block

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

The parent block


withdrawals?

optional withdrawals: WithdrawalData[]

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