ethereumjs-monorepo

@ethereumjs/trie / CheckpointDBOpts

Interface: CheckpointDBOpts

Table of contents

Properties

Properties

cacheSize

Optional cacheSize: number

Cache size (default: 0)

Defined in

packages/trie/src/types.ts:132


db

db: DB<string, string | Uint8Array>

A database instance.

Defined in

packages/trie/src/types.ts:122


valueEncoding

Optional valueEncoding: ValueEncoding

ValueEncoding of the database (the values which are put/get in the db are of this type). Defaults to string

Defined in

packages/trie/src/types.ts:127