Type Alias sc_client_db::DbStateBuilder

source ·
pub type DbStateBuilder<B> = TrieBackendBuilder<Arc<dyn Storage<HashFor<B>>>, HashFor<B>>;
Expand description

Builder for DbState.

Aliased Type§

struct DbStateBuilder<B> { /* private fields */ }