Expand description

Pallet implementing a message queue for downward messages from the relay-chain. Executes downward messages if there is enough weight available and schedules the rest for later execution (by on_idle or another handle_dmp_messages call). Individual overweight messages are scheduled into a separate queue that is only serviced by explicit extrinsic calls.

Re-exports

Modules

  • A module that is responsible for migration of storage.
  • The module that hosts all the FRAME types needed to add this pallet to a runtime.

Structs

Type Definitions

  • Simple type used to identify messages for the purpose of reporting events. Secure if and only if the message content is unique.
  • Index used to identify overweight messages.
  • Index used to identify normal pages.