pub type HistoricalSessions<T: Config> = StorageMap<_GeneratedPrefixForStorageHistoricalSessions<T>, Twox64Concat, SessionIndex, (T::Hash, ValidatorCount), OptionQuery>;
Expand description

Mapping from historical session indices to session-data root hash and validator count.