Function polkadot_runtime_parachains::hrmp::pallet::dispatchables::hrmp_close_channel
source · pub fn hrmp_close_channel<T: Config>(channel_id: HrmpChannelId)
Expand description
Initiate unilateral closing of a channel. The origin must be either the sender or the recipient in the channel being closed.
The closure can only happen on a session change.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::hrmp_close_channel
.