Type Alias pallet_dapp_staking::pallet::TierConfig
source · pub type TierConfig<T: Config> = StorageValue<_GeneratedPrefixForStorageTierConfig<T>, TiersConfiguration<T::NumberOfTiers, T::TierSlots, T::BaseNativeCurrencyPrice>, ValueQuery>;
Expand description
Tier configuration user for current & preceding eras.
Storage type is [StorageValue
] with value type TiersConfiguration < T :: NumberOfTiers, T :: TierSlots, T :: BaseNativeCurrencyPrice >
.
Aliased Type§
struct TierConfig<T: Config>(/* private fields */);