Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagCountFee = "countfee" FlagValid = "valid" )
nolint - flags names
Variables ¶
View Source
var CounterQueryCmd = &cobra.Command{
Use: "counter",
Short: "Query counter state, with proof",
RunE: counterQueryCmd,
}
CounterQueryCmd - CLI command to query the counter state
View Source
var CounterTxCmd = &cobra.Command{
Use: "counter",
Short: "add a vote to the counter",
Long: `Add a vote to the counter.
You must pass --valid for it to count and the countfee will be added to the counter.`,
RunE: counterTx,
}
CounterTxCmd is the CLI command to execute the counter
through the appTx Command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.