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 */ }