Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2021 Changes in this version + const DepositParamsDepositPeriod + const DepositParamsMinDeposit + const OpWeightMsgDeposit + const OpWeightMsgVote + const OpWeightSubmitTextProposal + const TallyParamsQuorum + const TallyParamsThreshold + const TallyParamsVeto + const VotingParamsVotingPeriod + 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 NewDecodeStore(cdc codec.Marshaler) func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func ProposalContents() []simtypes.WeightedProposalContent + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgDeposit(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateMsgSubmitProposal(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation + func SimulateMsgVote(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation + func SimulateTextProposalContent(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) simtypes.Content + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONMarshaler, ak types.AccountKeeper, ...) simulation.WeightedOperations