Type Alias pallet_dapp_staking::pallet::StaticTierParams
source · pub type StaticTierParams<T: Config> = StorageValue<_GeneratedPrefixForStorageStaticTierParams<T>, TierParameters<T::NumberOfTiers>, ValueQuery>;
Expand description
Static tier parameters used to calculate tier configuration.
Storage type is [StorageValue
] with value type TierParameters < T :: NumberOfTiers >
.
Aliased Type§
struct StaticTierParams<T: Config>(/* private fields */);