Module polkadot_runtime_parachains::hrmp::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- 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.
- Open a channel from a
sender
to arecipient
ParaId
. Although opened by governance, themax_capacity
andmax_message_size
are still subject to the Relay Chain’s configured limits. - Force process HRMP close channel requests.
- Force process HRMP open channel requests.
- Accept a pending open channel request from the given sender.
- This cancels a pending open channel request. It can be canceled by either of the sender or the recipient for that request. The origin must be either of those.
- Initiate unilateral closing of a channel. The origin must be either the sender or the recipient in the channel being closed.
- Initiate opening a channel from a parachain to a given recipient with given channel parameters.