package
0.0.0-20220118171143-cdf0fd80ae67
Repository: https://github.com/forbole/egldjuno.git
Documentation: pkg.go.dev

# Functions

DefaultMessagesParser represents the default messages parser that simply returns all account that mutate the state by the transaction.
JoinMessageParsers joins together all the given parsers, calling them in order.
MessageNotSupported returns an error telling that the given message is not supported.
No description provided by the author

# Variables

CosmosMessageAddressesParser represents a MessageAddressesParser that parses a Cosmos 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).