pub fn force_open_hrmp_channel<T: Config>(
sender: Id,
recipient: Id,
max_capacity: u32,
max_message_size: u32,
)Expand description
Open a channel from a sender to a recipient ParaId. Although opened by governance,
the max_capacity and max_message_size are still subject to the Relay Chain’s
configured limits.
Expected use is when one (and only one) of the ParaIds involved in the channel is
governed by the system, e.g. a system parachain.
Origin must be the ChannelManager.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_open_hrmp_channel.