Expand description
§vsdb_trie_db
A lightweight, production-grade Merkle Patricia Trie (MPT) implementation.
This crate provides a storage-agnostic MPT implementation, with a default
backend using vsdb.
Structs§
- MptOnce
- An owned MPT instance that can be mutated.
- MptStore
- A handle to the Trie storage.
- Vsdb
Trie Backend