Documentation ¶
Index ¶
- func GetCmdDeposit(cdc *wire.Codec) *cobra.Command
- func GetCmdQueryProposal(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryProposals(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryVote(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryVotes(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdSubmitProposal(cdc *wire.Codec) *cobra.Command
- func GetCmdVote(cdc *wire.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 GetCmdQueryProposal ¶
GetCmdQueryProposal implements the query proposal command.
func GetCmdQueryProposals ¶ added in v0.24.0
nolint: gocyclo GetCmdQueryProposals implements a query proposals command.
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.
Click to show internal directories.
Click to hide internal directories.