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 rootchannel_id
: ID of channelmode
: Initial operating mode of the channeloutbound_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
.