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

  • Resumes all XCM executions for the XCMP queue.
  • Services a single overweight XCM.
  • Suspends all XCM executions for the XCMP queue, regardless of the sender’s origin.
  • Overwrites the number of pages of messages which must be in the queue after which we drop any further messages from the channel.
  • Overwrites the number of pages of messages which the queue must be reduced to before it signals that message sending may recommence after it has been suspended.
  • Overwrites the number of pages of messages which must be in the queue for the other side to be told to suspend their sending.
  • Overwrites the amount of remaining weight under which we stop processing messages.
  • Overwrites the speed to which the available weight approaches the maximum weight. A lower number results in a faster progression. A value of 1 makes the entire weight available initially.
  • Overwrite the maximum amount of weight any individual message may consume. Messages above this weight go into the overweight queue and may only be serviced explicitly.