pub type HistoricalRounds<T: Config> = StorageMap<_GeneratedPrefixForStorageHistoricalRounds<T>, Blake2_256, AuthoritySetId, RoundMetadata<T::MaxKeyLength, T::MaxSignatureLength>, ValueQuery>;
Expand description

Tracks current voter set

Storage type is [StorageMap] with key type dkg_runtime_primitives :: AuthoritySetId and value type RoundMetadata < T :: MaxKeyLength, T :: MaxSignatureLength >.