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