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 + const OpWeightMsgCancel + const OpWeightMsgCreateBatch + const OpWeightMsgCreateClass + const OpWeightMsgRetire + const OpWeightMsgSend + const OpWeightMsgUpdateClassAdmin + const OpWeightMsgUpdateClassIssuers + const OpWeightMsgUpdateClassMetadata + const WeightCancel + const WeightCreateBatch + const WeightCreateClass + const WeightRetire + const WeightSend + const WeightUpdateClass + var TypeMsgCancel = sdk.MsgTypeURL(&ecocredit.MsgCancel{}) + var TypeMsgCreateBatch = sdk.MsgTypeURL(&ecocredit.MsgCreateBatch{}) + var TypeMsgCreateClass = sdk.MsgTypeURL(&ecocredit.MsgCreateClass{}) + var TypeMsgRetire = sdk.MsgTypeURL(&ecocredit.MsgRetire{}) + var TypeMsgSend = sdk.MsgTypeURL(&ecocredit.MsgSend{}) + var TypeMsgUpdateClassAdmin = sdk.MsgTypeURL(&ecocredit.MsgUpdateClassAdmin{}) + var TypeMsgUpdateClassIssuers = sdk.MsgTypeURL(&ecocredit.MsgUpdateClassIssuers{}) + var TypeMsgUpdateClassMetadata = sdk.MsgTypeURL(&ecocredit.MsgUpdateClassMetadata{}) + func GenAndDeliverTx(txCtx simulation.OperationInput, fees sdk.Coins) (simtypes.OperationMsg, []simtypes.FutureOperation, error) + func GenAndDeliverTxWithRandFees(txCtx simulation.OperationInput) (simtypes.OperationMsg, []simtypes.FutureOperation, error) + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgCancel(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func SimulateMsgCreateBatch(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func SimulateMsgCreateClass(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func SimulateMsgRetire(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func SimulateMsgSend(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func SimulateMsgUpdateClassAdmin(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func SimulateMsgUpdateClassIssuers(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func SimulateMsgUpdateClassMetadata(ak ecocredit.AccountKeeper, bk ecocredit.BankKeeper, ...) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak ecocredit.AccountKeeper, ...) simulation.WeightedOperations Other modules containing this package github.com/regen-network/regen-ledger/x/ecocredit/v2 github.com/regen-network/regen-ledger/x/ecocredit/v3