referrerpolicy=no-referrer-when-downgrade

Type Alias snowbridge_pallet_inbound_queue::pallet::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 */);