[][src]Type Definition sc_consensus_slots::StorageChanges

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 sp_state_machine::StorageChanges for more information.