@ethereumjs/vm / SealBlockOpts
Defined in: vm/src/types.ts:235
Options for sealing a block.
optional
mixHash:Uint8Array
<ArrayBufferLike
>
Defined in: vm/src/types.ts:246
For PoW, the mixHash. Overrides the value passed in the constructor.
optional
nonce:Uint8Array
<ArrayBufferLike
>
Defined in: vm/src/types.ts:240
For PoW, the nonce. Overrides the value passed in the constructor.