Versions in this module Expand all Collapse all v0 v0.0.4 Jul 18, 2024 v0.0.3 Jul 18, 2024 Changes in this version + const DefaultWeightMsgBeginRedelegate + const DefaultWeightMsgCancelUnbondingDelegation + const DefaultWeightMsgCreateValidator + const DefaultWeightMsgDelegate + const DefaultWeightMsgEditValidator + const DefaultWeightMsgUndelegate + const DefaultWeightMsgUpdateParams + const OpWeightMsgBeginRedelegate + const OpWeightMsgCancelUnbondingDelegation + const OpWeightMsgCreateValidator + const OpWeightMsgDelegate + const OpWeightMsgEditValidator + const OpWeightMsgUndelegate + const OpWeightMsgUpdateParams + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func ProposalMsgs() []simtypes.WeightedProposalMsg + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgBeginRedelegate(txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, ...) simtypes.Operation + func SimulateMsgCancelUnbondingDelegate(txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, ...) simtypes.Operation + func SimulateMsgCreateValidator(txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, ...) simtypes.Operation + func SimulateMsgDelegate(txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, ...) simtypes.Operation + func SimulateMsgEditValidator(txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, ...) simtypes.Operation + func SimulateMsgUndelegate(txGen client.TxConfig, ak types.AccountKeeper, bk types.BankKeeper, ...) simtypes.Operation + func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, txGen client.TxConfig, ...) simulation.WeightedOperations