Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.04 KB

CheckpointDBOpts.md

File metadata and controls

47 lines (25 loc) · 1.04 KB

@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:126


db

db: DB<string, string | Uint8Array>

A database instance.

Defined in

packages/trie/src/types.ts:116


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:121