ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / SealBlockOpts

Interface: SealBlockOpts

Defined in: vm/src/types.ts:235

Options for sealing a block.

Properties

mixHash?

optional mixHash: Uint8Array<ArrayBufferLike>

Defined in: vm/src/types.ts:246

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


nonce?

optional nonce: Uint8Array<ArrayBufferLike>

Defined in: vm/src/types.ts:240

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