docs.rs failed to build cumulus-pallet-dmp-queue-0.1.0-dev.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
cumulus-pallet-dmp-queue-0.23.0
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.