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§

  • Add a known instance of a deployed liquidity pools integration for a specific domain.
  • Sends a message that disputes a message recovery using the messaging router.
  • End packing messages. If exists any batch message it will be enqueued. Empty batches are no-op
  • Manually increase the proof count for a particular message and executes it if the required count is reached.
  • Sends a message that initiates a message recovery using the messaging router.
  • Remove an instance from a specific domain.
  • Set the address of the domain hook
  • Sets the IDs of the routers that are used when receiving and sending messages.
  • Start packing messages in a single message instead of enqueue messages. The message will be enqueued once end_batch_messages() is called.