@ethereumjs/mpt / CheckpointDBOpts
Defined in: packages/mpt/src/types.ts:127
optionalcacheSize:number
Defined in: packages/mpt/src/types.ts:141
Cache size (default: 0)
db:
DB<string,string|Uint8Array<ArrayBufferLike>>
Defined in: packages/mpt/src/types.ts:131
A database instance.
optionalvalueEncoding:ValueEncoding
Defined in: packages/mpt/src/types.ts:136
ValueEncoding of the database (the values which are put/get in the db are of this type). Defaults to string