Type Definition sp_state_machine::ChangesTrieTransaction [−][src]
type ChangesTrieTransaction<H, N> = (MemoryDB<H>, ChangesTrieCacheAction<<H as Hasher>::Out, N>);
Type of changes trie transaction.
type ChangesTrieTransaction<H, N> = (MemoryDB<H>, ChangesTrieCacheAction<<H as Hasher>::Out, N>);
Type of changes trie transaction.