Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2024 Changes in this version + func GetQuorumCheckQueueEntry(ctx sdk.Context, k *keeper.Keeper, id uint64, t time.Time) (v1.QuorumCheckQueueEntry, bool) + func HasActiveProposal(ctx sdk.Context, k *keeper.Keeper, id uint64, t time.Time) bool + func HasInactiveProposal(ctx sdk.Context, k *keeper.Keeper, id uint64, t time.Time) bool + func HasQuorumCheck(ctx sdk.Context, k *keeper.Keeper, id uint64, t time.Time) bool + func MsgDeposit(clientCtx client.Context, from, id, deposit string, extraArgs ...string) (testutil.BufferWriter, error) + func MsgSubmitLegacyProposal(clientCtx client.Context, from, title, description, proposalType string, ...) (testutil.BufferWriter, error) + func MsgVote(clientCtx client.Context, from, id, vote string, extraArgs ...string) (testutil.BufferWriter, error)