ethereumjs-monorepo

@ethereumjs/vm / SealBlockOpts

Interface: SealBlockOpts

Options for sealing a block.

Table of contents

Properties

Properties

mixHash

Optional mixHash: Uint8Array

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

Defined in

vm/src/types.ts:210


nonce

Optional nonce: Uint8Array

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

Defined in

vm/src/types.ts:204