Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 Changes in this version + const MaxValidators + const UnbondingTime + func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string v0.1.1 Nov 25, 2021 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 tmkv.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.Codec, ak types.AccountKeeper, ...) simulation.WeightedOperations