Skip to main content

Messages

All messages can only be sent by the module authority

MsgUpdateMessageInVerificationRoutesRegistry

This message is used to either add or update a route for a specific message within the VerificationRoutesRegistry. It allows the authority to associate a particular message type with a specific route, which likely defines how that message should be verified.

MsgRemoveMessageFromVerificationRoutesRegistry

This message is used to remove a specific message from the VerificationRoutesRegistry. It allows the authority to disassociate a message type from the verification system, effectively removing any custom verification requirements for that message.

MsgUpdateRouteVerificationRequirements

This message is used to update the verification requirements for a specific route within a verifier smart contract. It allows the authority to modify how a particular route (defined by an app address and route ID) should verify messages, potentially changing the criteria or rules for verification.