# Functions
DefaultMessagesParser represents the default messages parser that simply returns the list of all the signers of a message.
HandleMsg represents a message handler that stores the given message inside the proper database table.
JoinMessageParsers joins together all the given parsers, calling them in order.
No description provided by the author
No description provided by the author
# Variables
CosmosMessageAddressesParser represents a MessageAddressesParser that parses a Chain message and returns all the involved addresses (both accounts and validators).
# Structs
Module represents the module allowing to store messages properly inside a dedicated table.
# Type aliases
MessageAddressesParser represents a function that extracts all the involved addresses from a provided message (both accounts and validators).