Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 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) 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