Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + const DepositParamsDepositPeriod + const DepositParamsMinDeposit + const OpWeightMsgDeposit + const OpWeightMsgVote + const OpWeightSubmitTextProposal + const TallyParamsQuorum + const TallyParamsThreshold + const TallyParamsVeto + const VotingParamsVotingPeriod + func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string + func GenDepositParamsDepositPeriod(r *rand.Rand) time.Duration + func GenDepositParamsMinDeposit(r *rand.Rand) sdk.Coins + func GenTallyParamsQuorum(r *rand.Rand) sdk.Dec + func GenTallyParamsThreshold(r *rand.Rand) sdk.Dec + func GenTallyParamsVeto(r *rand.Rand) sdk.Dec + func GenVotingParamsVotingPeriod(r *rand.Rand) time.Duration + func ParamChanges(r *rand.Rand) []simulation.ParamChange + func ProposalContents() []simulation.WeightedProposalContent + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgDeposit(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation + func SimulateMsgVote(ak types.AccountKeeper, k keeper.Keeper) simulation.Operation + func SimulateSubmitProposal(ak types.AccountKeeper, k keeper.Keeper, ...) simulation.Operation + func SimulateTextProposalContent(r *rand.Rand, _ sdk.Context, _ []simulation.Account) types.Content + func WeightedOperations(appParams simulation.AppParams, cdc *codec.Codec, ak types.AccountKeeper, ...) simulation.WeightedOperations