Type Alias pallet_inflation::pallet::InflationParams
source · pub type InflationParams<T: Config> = StorageValue<_GeneratedPrefixForStorageInflationParams<T>, InflationParameters, ValueQuery>;Expand description
Static inflation parameters - used to calculate active inflation configuration at certain points in time.
Storage type is [StorageValue] with value type InflationParameters.
Aliased Type§
struct InflationParams<T: Config>(/* private fields */);