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