Crate vsdb_trie_db

Crate vsdb_trie_db 

Source
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.
VsdbTrieBackend

Enums§

TrieError

Traits§

TrieBackend

Type Aliases§

Result