Versions in this module Expand all Collapse all v0 v0.1.4 May 8, 2023 Changes in this version + const MaxWhitelistValidators + const OpWeightCompleteRedelegationUnbonding + const OpWeightMsgLiquidStake + const OpWeightMsgLiquidUnstake + const OpWeightSimulateAddWhitelistValidatorsProposal + const OpWeightSimulateDeleteWhitelistValidatorsProposal + const OpWeightSimulateUpdateWhitelistValidatorsProposal + const OpWeightTallyWithLiquidStaking + var Fees = sdk.Coins + var Gas = uint64(20000000) + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func ProposalContents(ak types.AccountKeeper, bk types.BankKeeper, sk types.StakingKeeper, ...) []simtypes.WeightedProposalContent + func RandomizedGenState(simState *module.SimulationState) + func SimulateAddWhitelistValidatorsProposal(sk types.StakingKeeper, k keeper.Keeper) simtypes.ContentSimulatorFn + func SimulateCompleteRedelegationUnbonding(sk types.StakingKeeper) simtypes.ContentSimulatorFn + func SimulateDeleteWhitelistValidatorsProposal(sk types.StakingKeeper, k keeper.Keeper) simtypes.ContentSimulatorFn + func SimulateMsgLiquidStake(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgLiquidUnstake(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateUpdateWhitelistValidatorsProposal(sk types.StakingKeeper, k keeper.Keeper) simtypes.ContentSimulatorFn + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations