pub fn process_message<T: Config>(nonce: T::MessageNonce)
Expand description

Convenience method for manually processing a message.

If the execution fails, the message gets moved to the FailedMessageQueue storage.

NOTES:

  • this extrinsic does not error out during message processing to ensure that any storage changes (i.e. to the message queues) are not reverted.
  • an extra defensive weight is added in order to cover the weight used when processing the message.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::process_message.