pub type OperatingMode<T: Config> = StorageValue<_GeneratedPrefixForStorageOperatingMode<T>, BasicOperatingMode, ValueQuery>;Expand description
The current operating mode of the pallet.
Storage type is StorageValue with value type BasicOperatingMode.
Aliased Typeยง
pub struct OperatingMode<T: Config>(/* private fields */);