referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_bridge_parachains::pallet::PalletOperatingMode

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

The current operating mode of the pallet.

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

Storage type is [StorageValue] with value type BasicOperatingMode.

Aliased Type§

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