Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2022 Changes in this version + const BaseProposerReward + const BonusProposerReward + const CommunityTax + const OpWeightMsgFundCommunityPool + const OpWeightMsgSetWithdrawAddress + const OpWeightMsgWithdrawDelegationReward + const OpWeightMsgWithdrawValidatorCommission + const OpWeightSubmitCommunitySpendProposal + const WithdrawEnabled + func GenBaseProposerReward(r *rand.Rand) sdk.Dec + func GenBonusProposerReward(r *rand.Rand) sdk.Dec + func GenCommunityTax(r *rand.Rand) sdk.Dec + func GenWithdrawEnabled(r *rand.Rand) bool + func NewDecodeStore(cdc codec.Marshaler) func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func ProposalContents(k keeper.Keeper) []simtypes.WeightedProposalContent + func RandomizedGenState(simState *module.SimulationState) + func SimulateCommunityPoolSpendProposalContent(k keeper.Keeper) simtypes.ContentSimulatorFn + func SimulateMsgFundCommunityPool(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func SimulateMsgSetWithdrawAddress(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgWithdrawDelegatorReward(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func SimulateMsgWithdrawValidatorCommission(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONMarshaler, ak types.AccountKeeper, ...) simulation.WeightedOperations