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