referrerpolicy=no-referrer-when-downgrade
pub fn force_update_channel<T: Config>(
    channel_id: ChannelId,
    mode: OperatingMode,
)
Expand description

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

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::force_update_channel.