Skip to content

SealBlockOpts

Options for sealing a block.

Properties

mixHash?

optional mixHash: Uint8Array

For PoW, the mixHash. Overrides the value passed in the constructor.

Source

packages/vm/src/utils/types.ts:213


nonce?

optional nonce: Uint8Array

For PoW, the nonce. Overrides the value passed in the constructor.

Source

packages/vm/src/utils/types.ts:207