Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + type Module struct + func NewModule(db database.Database) *Module + func (m *Module) HandleBlock(b *tmctypes.ResultBlock, _ *tmctypes.ResultBlockResults, ...) error + func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc) error + func (m *Module) Name() string + func (m *Module) RegisterPeriodicOperations(scheduler *gocron.Scheduler) error