Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + const OpWeightMsgBeginRedelegate + const OpWeightMsgCreateValidator + const OpWeightMsgDelegate + const OpWeightMsgEditValidator + const OpWeightMsgUndelegate + func NewDecodeStore(cdc codec.Codec) 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.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations Other modules containing this package github.com/tpkeeper/cosmos-sdk