Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + type Config struct + Tokens []types.Token + func NewConfig(tokens []types.Token) *Config + func ParseConfig(bz []byte) (*Config, error) + type Module struct + func NewModule(cfg config.Config, cdc codec.Marshaler, db database.Database, ...) *Module + func (m *Module) Name() string + func (m *Module) RunAdditionalOperations() error