pub type DbState<H> = TrieBackend<Arc<dyn Storage<H>>, H>;Expand description
DB-backed patricia trie state, transaction type is an overlay of changes to commit.
Aliased Type§
struct DbState<H> { /* private fields */ }pub type DbState<H> = TrieBackend<Arc<dyn Storage<H>>, H>;DB-backed patricia trie state, transaction type is an overlay of changes to commit.
struct DbState<H> { /* private fields */ }