force_update_channel: TxDescriptor<
    {
        channel_id: FixedSizeBinary<32>;
        mode: Enum<{ Normal: undefined; RejectingOutboundMessages: undefined }>;
    },
>

Sends a message to the Gateway contract to update an arbitrary channel

Fee required: No

  • origin: Must be root
  • channel_id: ID of channel
  • mode: Initial operating mode of the channel
  • outbound_fee: Fee charged to users for sending outbound messages to Polkadot