@ethereumjs/verkle / VerkleTreeOpts
• Optional cacheSize: number
LRU cache for tree nodes to allow for faster node retrieval.
Default: 0 (deactivated)
• Optional db: DB<Uint8Array, Uint8Array>
A database instance.
• Optional root: Uint8Array
A Uint8Array for the root of a previously stored tree
• Optional useRootPersistence: boolean
Store the root inside the database after every write operation