Versions in this module Expand all Collapse all v0 v0.1.1 Oct 8, 2021 v0.1.0 Oct 8, 2021 Changes in this version + type AdditionalOperationsModule interface + RunAdditionalOperations func() error + type AsyncOperationsModule interface + RunAsyncOperations func() + type BlockModule interface + HandleBlock func(block *tmctypes.ResultBlock, txs []*types.Tx, vals *tmctypes.ResultValidators) 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