pub type BackendTransaction<H> = MemoryDB<H, PrefixedKey<H>, Vec<u8, Global>>;
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.