moonbeam_service::lazy_loading::substrate_backend

Type Alias DbState

Source
pub type DbState<B> = TrieBackend<Arc<dyn Storage<HashingFor<B>>>, HashingFor<B>>;
Expand description

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

Aliased Typeยง

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