SealBlockOpts
Options for sealing a block.
Properties
mixHash?
optional
mixHash:Uint8Array
For PoW, the mixHash. Overrides the value passed in the constructor.
Defined in
packages/vm/src/utils/SealBlockOpts.ts:15
nonce?
optional
nonce:Uint8Array
For PoW, the nonce. Overrides the value passed in the constructor.