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