referrerpolicy=no-referrer-when-downgrade
snowbridge_pallet_outbound_queue::pallet

Type Alias OperatingMode

Source
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§

struct OperatingMode<T: Config>(/* private fields */);