Documentation ¶
Index ¶
- func GetCmdDeposit(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDeposit(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDeposits(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryProposal(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryProposals(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTally(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVote(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVotes(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSubmitProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdVote(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdDeposit ¶
GetCmdDeposit implements depositing tokens for an active proposal.
func GetCmdQueryDeposit ¶ added in v0.25.0
Command to Get a specific Deposit Information GetCmdQueryDeposit implements the query proposal deposit command.
func GetCmdQueryDeposits ¶ added in v0.25.0
GetCmdQueryDeposits implements the command to query for proposal deposits.
func GetCmdQueryProposal ¶
GetCmdQueryProposal implements the query proposal command.
func GetCmdQueryProposals ¶ added in v0.24.0
GetCmdQueryProposals implements a query proposals command.
func GetCmdQueryTally ¶ added in v0.25.0
GetCmdQueryDeposits implements the command to query for proposal deposits.
func GetCmdQueryVote ¶
Command to Get a Proposal Information GetCmdQueryVote implements the query proposal vote command.
func GetCmdQueryVotes ¶ added in v0.23.0
GetCmdQueryVotes implements the command to query for proposal votes.
func GetCmdSubmitProposal ¶
GetCmdSubmitProposal implements submitting a proposal transaction command.
Types ¶
This section is empty.