pub type InflationConfig<T: Config> = StorageValue<_GeneratedPrefixForStorageInflationConfig<T>, InflationInfo<BalanceOf<T>>, ValueQuery>;Expand description
Inflation configuration
Storage type is [StorageValue] with value type InflationInfo < BalanceOf < T > >.
Aliased Typeยง
struct InflationConfig<T: Config>(/* private fields */);