Documentation
¶
Index ¶
- func GetCmdDeposit(cdc *wire.Codec) *cobra.Command
- func GetCmdPullGovConfig(storeName string, cdc *wire.Codec) *cobra.Command
- func GetCmdQueryGovConfig(storeName string, 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
- func GetParamFromString(paramStr string, pathStr string, keyStr string, opStr string, cdc *wire.Codec) (gov.Param, error)
- func PrintParamStr(p iparam.GovParameter, keyStr string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdDeposit ¶
GetCmdDeposit implements depositing tokens for an active proposal.
func GetCmdPullGovConfig ¶
func GetCmdQueryGovConfig ¶
func GetCmdQueryProposal ¶
GetCmdQueryProposal implements the query proposal command.
func GetCmdQueryProposals ¶
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 ¶
GetCmdQueryVotes implements the command to query for proposal votes.
func GetCmdSubmitProposal ¶
GetCmdSubmitProposal implements submitting a proposal transaction command.
func GetCmdVote ¶
GetCmdVote implements creating a new vote command.
func GetParamFromString ¶
func PrintParamStr ¶
func PrintParamStr(p iparam.GovParameter, keyStr string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.