Documentation ¶
Index ¶
- func GetCmdQueryCommittee(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCommittees(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 GetCmdQueryProposer(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryRawParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTally(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
- func GetGovCmdSubmitProposal(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func MustGetExampleCommitteeChangeProposal(cdc *codec.Codec) string
- func MustGetExampleCommitteeDeleteProposal(cdc *codec.Codec) string
- func MustGetExampleParameterChangeProposal(cdc *codec.Codec) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryCommittee ¶
GetCmdQueryCommittee implements a query committee command.
func GetCmdQueryCommittees ¶
GetCmdQueryCommittees implements a query committees command.
func GetCmdQueryProposal ¶
GetCmdQueryProposal implements the query proposal command.
func GetCmdQueryProposals ¶
GetCmdQueryProposals implements a query proposals command.
func GetCmdQueryProposer ¶
func GetCmdQueryRawParams ¶ added in v0.11.0
func GetCmdQueryVotes ¶
GetCmdQueryVotes implements the command to query for proposal votes.
func GetCmdSubmitProposal ¶
GetCmdSubmitProposal returns the command to submit a proposal to a committee
func GetCmdVote ¶
GetCmdVote returns the command to vote on a proposal.
func GetGovCmdSubmitProposal ¶
GetGovCmdSubmitProposal returns a command to submit a proposal to the gov module. It is passed to the gov module for use on its command subtree.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func MustGetExampleCommitteeChangeProposal ¶
MustGetExampleCommitteeChangeProposal is a helper function to return an example json proposal
func MustGetExampleCommitteeDeleteProposal ¶
MustGetExampleCommitteeDeleteProposal is a helper function to return an example json proposal
func MustGetExampleParameterChangeProposal ¶
MustGetExampleParameterChangeProposal is a helper function to return an example json proposal
Types ¶
This section is empty.