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