pub type DAppTiers<T: Config> = StorageMap<_GeneratedPrefixForStorageDAppTiers<T>, Twox64Concat, EraNumber, DAppTierRewardsFor<T>, OptionQuery>;
Expand description

Information about which tier a dApp belonged to in a specific era.

Storage type is [StorageMap] with key type EraNumber and value type DAppTierRewardsFor < T >.

Aliased Type§

struct DAppTiers<T: Config>(/* private fields */);