pub type ChangesTrieTransaction<H, N> = (MemoryDB<H>, ChangesTrieCacheAction<<H as Hasher>::Out, N>);
Expand description

Type of changes trie transaction.