Properties
Protected db
db: Level<string, any>
Protected eltTyp
eltTyp: Provable<V>
Protected leavesSubLevel
leavesSubLevel: AbstractSublevel<Level<string, any>, string | Buffer | Uint8Array, string, string>
Protected nodesSubLevel
nodesSubLevel: AbstractSublevel<Level<string, any>, string | Buffer | Uint8Array, string, string>
Protected operationCache
operationCache: (AbstractBatchPutOperation<Level<string, any>, string, any> | AbstractBatchDelOperation<Level<string, any>, string>)[]
Store based on leveldb
Implements