update_channel: TxDescriptor<{
    mode: Enum<{
        Normal: undefined;
        RejectingOutboundMessages: undefined;
    }>;
}>

Sends a message to the Gateway contract to update a channel configuration

The origin must already have a channel initialized, as this message is sent over it.

A partial fee will be charged for local processing only.

  • origin: Must be Location
  • mode: Initial operating mode of the channel