The blake2_256
hash of the message.
The queue of the message.
Whether the message was processed.
Note that this does not mean that the underlying MessageProcessor
was internally
successful. It solely means that the MQ pallet will treat this as a success
condition and discard the message. Any internal error needs to be emitted as events
by the MessageProcessor
.
How much weight was used to process the message.
Message is processed.