Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + const DefaultWeightMsgDeposit + const DefaultWeightMsgVote + const DefaultWeightMsgVoteWeighted + const DefaultWeightTextProposal + const DepositMinInitialRatio + 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 GenDepositMinInitialDepositRatio(r *rand.Rand) sdk.Dec + func GenDepositParamsDepositPeriod(r *rand.Rand) time.Duration + func GenDepositParamsMinDeposit(r *rand.Rand) sdk.Coins + func GenTallyParamsQuorum(r *rand.Rand) math.LegacyDec + func GenTallyParamsThreshold(r *rand.Rand) math.LegacyDec + func GenTallyParamsVeto(r *rand.Rand) math.LegacyDec + func GenVotingParamsVotingPeriod(r *rand.Rand) time.Duration + func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string + func ProposalContents() []simtypes.WeightedProposalContent + func ProposalMsgs() []simtypes.WeightedProposalMsg + func RandomizedGenState(simState *module.SimulationState) + func SimulateLegacyTextProposalContent(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) simtypes.Content + func SimulateMsgDeposit(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgSubmitLegacyProposal(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 SimulateTextProposal(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations