Type Alias pallet_inflation::pallet::ActiveInflationConfig
source · pub type ActiveInflationConfig<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveInflationConfig<T>, InflationConfiguration, ValueQuery>;
Expand description
Active inflation configuration parameters. They describe current rewards, when inflation needs to be recalculated, etc.
Storage type is [StorageValue
] with value type InflationConfiguration
.
Aliased Type§
struct ActiveInflationConfig<T: Config>(/* private fields */);