Type Alias sp_state_machine::backend::BackendTransaction
source · pub type BackendTransaction<H> = PrefixedMemoryDB<H>;
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 */ }