ethereumjs-monorepo

@ethereumjs/statemanager


@ethereumjs/statemanager / StatefulBinaryTreeStateManagerOpts

Interface: StatefulBinaryTreeStateManagerOpts

Defined in: types.ts:82

Extends

Properties

caches?

optional caches: Caches

Defined in: types.ts:85


common?

optional common: Common

Defined in: types.ts:15

The common to use

Inherited from

BaseStateManagerOpts.common


hashFunction()?

optional hashFunction: (data) => Uint8Array

Defined in: types.ts:83

Parameters

data

Uint8Array

Returns

Uint8Array


tree?

optional tree: BinaryTree

Defined in: types.ts:84