Type Definition tc_consensus_slots::StorageChanges[][src]

type StorageChanges<Transaction, Block> = StorageChanges<Transaction, HashFor<Block>, NumberFor<Block>>;

The changes that need to applied to the storage to create the state for a block.

See tp_state_machine::StorageChanges for more information.