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