Type Definition sc_client_db::DbState
source · [−]pub type DbState<B> = TrieBackend<Arc<dyn Storage<HashFor<B>>>, HashFor<B>>;
Expand description
DB-backed patricia trie state, transaction type is an overlay of changes to commit.
pub type DbState<B> = TrieBackend<Arc<dyn Storage<HashFor<B>>>, HashFor<B>>;
DB-backed patricia trie state, transaction type is an overlay of changes to commit.