pub type AuthorityReputations<T: Config> = StorageMap<_GeneratedPrefixForStorageAuthorityReputations<T>, Blake2_128Concat, T::DKGId, T::Reputation, ValueQuery>;
Expand description

Tracks authority reputations

Storage type is [StorageMap] with key type T :: DKGId and value type T :: Reputation.