Documentation ¶
Index ¶
- func GetCmdDeposit(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDeposit(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDeposits(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryProposals(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTally(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVote(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVotes(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.7.0
Command to Get a specific Deposit Information GetCmdQueryDeposit implements the query proposal deposit command.
func GetCmdQueryDeposits ¶ added in v0.7.0
GetCmdQueryDeposits implements the command to query for proposal deposits.
func GetCmdQueryProposal ¶
GetCmdQueryProposal implements the query proposal command.
func GetCmdQueryProposals ¶
nolint: gocyclo GetCmdQueryProposals implements a query proposals command.
func GetCmdQueryTally ¶ added in v0.7.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 ¶
GetCmdQueryVotes implements the command to query for proposal votes.
func GetCmdSubmitProposal ¶
GetCmdSubmitProposal implements submitting a proposal transaction command.
Types ¶
This section is empty.