Type Alias sc_client_api::backend::BackendTransaction
source · pub type BackendTransaction<H> = MemoryDB<H, PrefixedKey<H>, Vec<u8>>;
Expand description
The transaction type used by Backend
.
This transaction contains all the changes that need to be applied to the backend to create the state for a new block.
Aliased Type§
struct BackendTransaction<H> { /* private fields */ }