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