ethereumjs-monorepo

@ethereumjs/verkle / CheckpointDBOpts

Interface: CheckpointDBOpts

Table of contents

Properties

Properties

cacheSize

Optional cacheSize: number

Cache size (default: 0)

Defined in

types.ts:101


db

db: DB<Uint8Array, Uint8Array>

A database instance.

Defined in

types.ts:96