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