Documentation ¶
Index ¶
- func GetCmdQueryDeposit() *cobra.Command
- func GetCmdQueryDeposits() *cobra.Command
- func GetCmdQueryParam() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdQueryProposal() *cobra.Command
- func GetCmdQueryProposals() *cobra.Command
- func GetCmdQueryTally() *cobra.Command
- func GetCmdQueryVote() *cobra.Command
- func GetCmdQueryVotes() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewCmdVote() *cobra.Command
- func NewTxCmd(pcmds []*cobra.Command) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryDeposit ¶ added in v2.3.1
GetCmdQueryDeposit implements the command for querying a specific deposit given its depositor and proposal ID.
func GetCmdQueryDeposits ¶
GetCmdQueryDeposits implements the command to query for proposal deposits.
func GetCmdQueryParam ¶
GetCmdQueryParam implements the query param command.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetCmdQueryProposal ¶
GetCmdQueryProposal implements the query proposal command.
func GetCmdQueryProposals ¶
GetCmdQueryProposals implements a query proposals command.
func GetCmdQueryTally ¶ added in v2.3.1
GetCmdQueryTally implements the command to query for proposal tally result.
func GetCmdQueryVote ¶ added in v2.3.1
GetCmdQueryVote implements the query proposal vote command. Command to Get a Proposal Information.
func GetCmdQueryVotes ¶
GetCmdQueryVotes implements the command to query for proposal votes.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module.
func NewCmdVote ¶
NewCmdVote implements creating a new vote command.
Types ¶
This section is empty.