Versions in this module Expand all Collapse all v4 v4.0.0 Jun 26, 2023 Changes in this version + type Module struct + func NewModule(source mintsource.Source, cdc codec.Codec, db *database.Db) *Module + func (m *Module) HandleGenesis(doc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error + func (m *Module) Name() string + func (m *Module) RegisterPeriodicOperations(scheduler *gocron.Scheduler) error + func (m *Module) UpdateInflation() error + func (m *Module) UpdateParams(height int64) error Other modules containing this package github.com/forbole/bdjuno/v2 github.com/forbole/bdjuno/v3