@ethereumjs/vm / BuildBlockOpts
Defined in: vm/src/types.ts:215
Options for building a block.
optionalblockOpts:BuilderOpts
Defined in: vm/src/types.ts:231
The block and builder options to use.
optionalheaderData:HeaderData
Defined in: vm/src/types.ts:225
The block header data to use. Defaults used for any values not provided.
parentBlock:
Block
Defined in: vm/src/types.ts:219
The parent block
optionalwithdrawals:WithdrawalData[]
Defined in: vm/src/types.ts:227