@ethereumjs/trie / CheckpointDBOpts
• Optional cacheSize: number
Cache size (default: 0)
packages/trie/src/types.ts:132
• db: DB<string, string | Uint8Array>
A database instance.
packages/trie/src/types.ts:122
• Optional valueEncoding: ValueEncoding
ValueEncoding of the database (the values which are put/get in the db are of this type). Defaults to string