Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 635 Bytes

CheckpointDBOpts.md

File metadata and controls

34 lines (18 loc) · 635 Bytes

@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