Type Definition sc_consensus_slots::StorageChanges

source ·
pub type StorageChanges<Transaction, Block> = StorageChanges<Transaction, HashFor<Block>>;
Expand description

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

See sp_state_machine::StorageChanges for more information.