PalletOperatingMode: StorageDescriptor<[], Enum<{
    Basic: Enum<{
        Halted: undefined;
        Normal: undefined;
    }>;
    RejectingOutboundMessages: undefined;
}>, false>

The current operating mode of the pallet.

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