Type Alias pallet_checked_inflation::pallet::Halted
source · pub type Halted<T: Config> = StorageValue<_GeneratedPrefixForStorageHalted<T>, bool, ValueQuery>;Expand description
Whether the inflation process is halted.
Storage type is [StorageValue] with value type bool.
Aliased Type§
struct Halted<T: Config>(/* private fields */);