Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdExpediteProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryGovernors(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(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 GetCmdQueryVote(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryVotes(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdSubmitAddGovernorProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdSubmitParamChangeProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdSubmitProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdSubmitRemoveGovernorProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdVote(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec, pcmds []*cobra.Command) *cobra.Command
Constants ¶
View Source
const ( FlagTitle = "title" FlagDescription = "description" FlagProposal = "proposal" )
Proposal flags
Variables ¶
View Source
var ProposalFlags = []string{ FlagTitle, FlagDescription, flagProposalType, }
Functions ¶
func GetCmdQueryGovernors ¶
func GetCmdQueryProposal ¶
func GetCmdQueryProposals ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.