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 + type AdditionalOperationsModule interface + RunAdditionalOperations func() error + type AsyncOperationsModule interface + RunAsyncOperations func() + type AuthzMessageModule interface + HandleMsgExec func(index int, msgExec *authz.MsgExec, authzMsgIndex int, executedMsg sdk.Msg, ...) error + type BlockModule interface + HandleBlock func(block *tmctypes.ResultBlock, results *tmctypes.ResultBlockResults, ...) error + type FastSyncModule interface + DownloadState func(height int64) error + type GenesisModule interface + HandleGenesis func(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error + type MessageModule interface + HandleMsg func(index int, msg types.Message, tx *types.Transaction) error + type Module interface + Name func() string + type Modules []Module + func (m Modules) FindByName(name string) (module Module, found bool) + type PeriodicOperationsModule interface + RegisterPeriodicOperations func(scheduler *gocron.Scheduler) error + type TransactionModule interface + HandleTx func(tx *types.Transaction) error 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