Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2022 Changes in this version + const OpWeightMsgBeginRedelegate + const OpWeightMsgCreateValidator + const OpWeightMsgDelegate + const OpWeightMsgEditValidator + const OpWeightMsgUndelegate + func GenMaxValidators(r *rand.Rand) (maxValidators uint32) + func GenUnbondingTime(r *rand.Rand) (ubdTime time.Duration) + func GetHistEntries(r *rand.Rand) uint32 + func NewDecodeStore(cdc codec.Marshaler) func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgBeginRedelegate(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgCreateValidator(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgDelegate(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgEditValidator(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgUndelegate(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONMarshaler, ak types.AccountKeeper, ...) simulation.WeightedOperations