Versions in this module Expand all Collapse all v5 v5.3.0 Jul 17, 2023 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 sdk.Msg, tx *types.Tx) 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.Tx) error