@ethereumjs/vm / SealBlockOpts
Defined in: vm/src/types.ts:237
Options for sealing a block.
optionalmixHash:Uint8Array<ArrayBufferLike>
Defined in: vm/src/types.ts:248
For PoW, the mixHash. Overrides the value passed in the constructor.
optionalnonce:Uint8Array<ArrayBufferLike>
Defined in: vm/src/types.ts:242
For PoW, the nonce. Overrides the value passed in the constructor.