ethereumjs-monorepo

@ethereumjs/vm / BuildBlockOpts

Interface: BuildBlockOpts

Options for building a block.

Table of contents

Properties

Properties

blockOpts

Optional blockOpts: BuilderOpts

The block and builder options to use.

Defined in

vm/src/types.ts:193


headerData

Optional headerData: HeaderData

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

Defined in

vm/src/types.ts:187


parentBlock

parentBlock: Block

The parent block

Defined in

vm/src/types.ts:181


withdrawals

Optional withdrawals: WithdrawalData[]

Defined in

vm/src/types.ts:189