Type Definition sc_consensus_slots::StorageChanges
source · pub type StorageChanges<Block> = StorageChanges<HashingFor<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.