Documentation ¶
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasActiveProposal ¶
func HasInactiveProposal ¶
func HasQuorumCheck ¶
func MsgDeposit ¶
func MsgDeposit(clientCtx client.Context, from, id, deposit string, extraArgs ...string) (testutil.BufferWriter, error)
MsgDeposit deposits on a proposal
func MsgSubmitLegacyProposal ¶
func MsgSubmitLegacyProposal(clientCtx client.Context, from, title, description, proposalType string, extraArgs ...string) (testutil.BufferWriter, error)
MsgSubmitLegacyProposal creates a tx for submit legacy proposal
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.