Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2023 Changes in this version + const DepositParamsDepositPeriod + const DepositParamsMinDeposit + const OpWeightMsgDeposit + const OpWeightMsgVote + const OpWeightMsgVoteWeighted + const OpWeightSubmitTextProposal + const TallyParamsQuorum + const TallyParamsThreshold + const TallyParamsVeto + const VotingParamsVotingPeriod + var TypeMsgDeposit = sdk.MsgTypeURL(&v1.MsgDeposit{}) + var TypeMsgSubmitProposal = sdk.MsgTypeURL(&v1.MsgSubmitProposal{}) + var TypeMsgVote = sdk.MsgTypeURL(&v1.MsgVote{}) + var TypeMsgVoteWeighted = sdk.MsgTypeURL(&v1.MsgVoteWeighted{}) + 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.Codec) 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 SimulateMsgVoteWeighted(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.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations