All chains
    Preparing search index...
    set_operating_mode: TxDescriptor<
        {
            operating_mode: Enum<
                {
                    Basic: Enum<{ Halted: undefined; Normal: undefined }>;
                    RejectingOutboundMessages: undefined;
                },
            >;
        },
    >

    Halt or resume all/some pallet operations.

    May only be called either by root, or by PalletOwner.