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 */);