Versions in this module Expand all Collapse all v6 v6.0.1 Jun 24, 2024 v6.0.0 Jun 20, 2024 Changes in this version + var CosmosMessageAddressesParser = DefaultMessagesParser + func DefaultMessagesParser(tx *types.Transaction) ([]string, error) + func HandleMsg(index int, msg types.Message, tx *types.Transaction, ...) error + func TrimLastChar(s string) string + type MessageAddressesParser = func(tx *types.Transaction) ([]string, error) + func JoinMessageParsers(parsers ...MessageAddressesParser) MessageAddressesParser + type Module struct + func NewModule(parser MessageAddressesParser, db database.Database) *Module + func (m *Module) HandleMsg(index int, msg types.Message, tx *types.Transaction) error + func (m *Module) Name() string Other modules containing this package github.com/forbole/juno/v2 github.com/forbole/juno/v3 github.com/forbole/juno/v4 github.com/forbole/juno/v5