@ethereumjs/vm / BuildBlockOpts
Defined in: vm/src/types.ts:213
Options for building a block.
optional
blockOpts:BuilderOpts
Defined in: vm/src/types.ts:229
The block and builder options to use.
optional
headerData:HeaderData
Defined in: vm/src/types.ts:223
The block header data to use. Defaults used for any values not provided.
parentBlock:
Block
Defined in: vm/src/types.ts:217
The parent block
optional
withdrawals:WithdrawalData
[]
Defined in: vm/src/types.ts:225