Type Alias pallet_parachain_staking::pallet::InflationConfig
source · 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 */);