Function polkadot_runtime_parachains::hrmp::pallet::dispatchables::force_clean_hrmp
source · pub fn force_clean_hrmp<T: Config>(para: ParaId, _inbound: u32, _outbound: u32)
Expand description
This extrinsic triggers the cleanup of all the HRMP storage items that a para may have. Normally this happens once per session, but this allows you to trigger the cleanup immediately for a specific parachain.
Number of inbound and outbound channels for para
must be provided as witness data.
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_clean_hrmp
.