Type Alias sc_client_db::DbStateBuilder
source · pub type DbStateBuilder<B> = TrieBackendBuilder<Arc<dyn Storage<HashingFor<B>>>, HashingFor<B>>;Expand description
Builder for DbState.
Aliased Type§
struct DbStateBuilder<B> { /* private fields */ }