Versions in this module Expand all Collapse all v1 v1.1.0 Feb 23, 2022 v1.0.0 Oct 29, 2021 Changes in this version + type Module struct + func NewModule(paramSpace paramtypes.Subspace, accountKeeper ecocredit.AccountKeeper, ...) Module + func (Module) ConsensusVersion() uint64 + func (Module) GenerateGenesisState(simState *module.SimulationState) + func (Module) ProposalContents(simState module.SimulationState) []simtypes.WeightedProposalContent + func (Module) RandomizedParams(r *rand.Rand) []simtypes.ParamChange + func (Module) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (Module) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation + func (a Module) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (a Module) GetQueryCmd() *cobra.Command + func (a Module) GetTxCmd() *cobra.Command + func (a Module) Name() string + func (a Module) RegisterGRPCGatewayRoutes(clientCtx sdkclient.Context, mux *runtime.ServeMux) + func (a Module) RegisterInterfaces(registry types.InterfaceRegistry) + func (a Module) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (a Module) RegisterRESTRoutes(sdkclient.Context, *mux.Router) + func (a Module) RegisterServices(configurator servermodule.Configurator) + func (a Module) ValidateGenesis(cdc codec.JSONCodec, _ sdkclient.TxEncodingConfig, bz json.RawMessage) error Other modules containing this package github.com/regen-network/regen-ledger github.com/regen-network/regen-ledger/x/ecocredit/v2 github.com/regen-network/regen-ledger/x/ecocredit/v3