Type Alias pallet_inflation::pallet::DoRecalculation
source · pub type DoRecalculation<T: Config> = StorageValue<_GeneratedPrefixForStorageDoRecalculation<T>, EraNumber, OptionQuery>;Expand description
Flag indicating whether on the first possible opportunity, recalculation of the inflation config should be done.
Storage type is [StorageValue] with value type EraNumber.
Aliased Type§
struct DoRecalculation<T: Config>(/* private fields */);