Versions in this module Expand all Collapse all v2 v2.0.0 Feb 23, 2022 Changes in this version + type AdditionalOperationsModule interface + RunAdditionalOperations func() error + type AsyncOperationsModule interface + RunAsyncOperations func() + 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 v2.0.0-stargate Feb 23, 2022 Other modules containing this package github.com/forbole/juno/v3 github.com/forbole/juno/v4 github.com/forbole/juno/v5 github.com/forbole/juno/v6