Versions in this module Expand all Collapse all v5 v5.0.0 May 18, 2023 Changes in this version + func RunAdditionalOperations(cfg *Config) error + type Config struct + Interval int64 + KeepEvery int64 + KeepRecent int64 + func NewConfig(keepRecent, keepEvery, interval int64) *Config + func ParseConfig(bz []byte) (*Config, error) + type Module struct + func NewModule(cfg config.Config, db database.Database, logger logging.Logger) *Module + func (m *Module) HandleBlock(block *tmctypes.ResultBlock, _ *tmctypes.ResultBlockResults, _ []*types.Tx, ...) error + func (m *Module) Name() string + func (m *Module) RunAdditionalOperations() error