Type Definition sc_client_db::DbStateBuilder
source · pub type DbStateBuilder<B> = TrieBackendBuilder<Arc<dyn Storage<HashFor<B>>>, HashFor<B>>;
Expand description
Builder for DbState
.
pub type DbStateBuilder<B> = TrieBackendBuilder<Arc<dyn Storage<HashFor<B>>>, HashFor<B>>;
Builder for DbState
.