Type Definition pallet_election_provider_multi_phase::pallet::Snapshot
source · pub type Snapshot<T: Config> = StorageValue<_GeneratedPrefixForStorageSnapshot<T>, RoundSnapshot<T>>;
Expand description
Snapshot data of the round.
This is created at the beginning of the signed phase and cleared upon calling elect
.