Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 746 Bytes

SealBlockOpts.md

File metadata and controls

38 lines (21 loc) · 746 Bytes

@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