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.