pub type AggregatorMetadata<T: Config> = StorageMap<_GeneratedPrefixForStorageAggregatorMetadata<T>, Blake2_128Concat, T::AccountId, AggregatorMetadataType<T::AccountId, CurrencyIdOf<T>>, OptionQuery>;
Expand description

Stores information about approved candidates for aggregation

Storage type is StorageMap with key type T :: AccountId and value type AggregatorMetadataType < T :: AccountId, CurrencyIdOf < T > >.