Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagPubKey = "pubkey" FlagAmount = "amount" FlagMaxAmount = "max-amount" FlagCompRate = "comp-rate" FlagAddress = "address" FlagValidatorAddress = "validator-address" FlagName = "name" FlagEmail = "email" FlagWebsite = "website" FlagLocation = "location" FlagProfile = "profile" FlagVerified = "verified" FlagCubeBatch = "cube-batch" FlagSig = "sig" )
nolint
Variables ¶
View Source
var ( CmdQueryValidator = &cobra.Command{ Use: "validator", RunE: cmdQueryValidator, Short: "Query the current stake status of a validator", } CmdQueryValidators = &cobra.Command{ Use: "validators", RunE: cmdQueryValidators, Short: "Query a list of all current validators and validator candidates", } CmdQueryDelegator = &cobra.Command{ Use: "delegator", RunE: cmdQueryDelegator, Short: "Query the current stake status of a delegator", } )
nolint
View Source
var ( CmdDeclareCandidacy = &cobra.Command{ Use: "declare-candidacy", Short: "Allows a potential validator to declare its candidacy", RunE: cmdDeclareCandidacy, } CmdUpdateCandidacy = &cobra.Command{ Use: "update-candidacy", Short: "Allows a validator candidate to change its candidacy", RunE: cmdUpdateCandidacy, } CmdWithdrawCandidacy = &cobra.Command{ Use: "withdraw-candidacy", Short: "Allows a validator/candidate to withdraw", RunE: cmdWithdrawCandidacy, } CmdVerifyCandidacy = &cobra.Command{ Use: "verify-candidacy", Short: "Allows the foundation to verify a validator/candidate's information", RunE: cmdVerifyCandidacy, } CmdActivateCandidacy = &cobra.Command{ Use: "activate-candidacy", Short: "Allows a validator activate itself", RunE: cmdActivateCandidacy, } CmdDelegate = &cobra.Command{ Use: "delegate", Short: "Delegate coins to an existing validator/candidate", RunE: cmdDelegate, } CmdWithdraw = &cobra.Command{ Use: "withdraw", Short: "Withdraw coins from a validator/candidate", RunE: cmdWithdraw, } )
nolint
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.