Type Definition node_testing::client::sc_client_db::DbState[][src]

type DbState<B> = TrieBackend<Arc<dyn Storage<<<B as Block>::Header as Header>::Hashing> + 'static>, <<B as Block>::Header as Header>::Hashing>;
Expand description

DB-backed patricia trie state, transaction type is an overlay of changes to commit.