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 Module struct + func NewModule(cfg types.PruningConfig, db db.Database, logger logging.Logger) *Module + func (m *Module) HandleBlock(block *tmctypes.ResultBlock, _ []*types.Tx, _ *tmctypes.ResultValidators) error + func (m *Module) Name() string