referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_bridge_messages::pallet::PalletOperatingMode

source ·
pub type PalletOperatingMode<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStoragePalletOperatingMode<T, I>, MessagesOperatingMode, ValueQuery>;
Expand description

The current operating mode of the pallet.

Depending on the mode either all, some, or no transactions will be allowed.

Storage type is [StorageValue] with value type MessagesOperatingMode.

Aliased Type§

struct PalletOperatingMode<T: Config<I>, I: 'static = ()>(/* private fields */);