Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagPubKey = "pubkey" FlagAmount = "amount" FlagMaxAmount = "max-amount" FlagCompRate = "comp-rate" FlagAddress = "address" FlagCandidateAddress = "candidate-address" FlagName = "name" FlagEmail = "email" FlagWebsite = "website" FlagLocation = "location" FlagProfile = "profile" FlagVerified = "verified" FlagCubeBatch = "cube-batch" FlagSig = "sig" FlagDelegatorAddress = "delegator-address" FlagNewCandidateAddress = "new-candidate-address" FlagAccountUpdateRequestId = "account-update-request-id" )
nolint
View Source
const (
FlagHeight = "height"
)
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", } CmdQueryAwardInfo = &cobra.Command{ Use: "award-info", RunE: cmdQueryAwardInfo, Short: "Query the award info of a block", } )
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 to activate itself", RunE: cmdActivateCandidacy, } CmdUpdateCandidacyAccount = &cobra.Command{ Use: "update-candidacy-account", Short: "Allows a validator to update its account", RunE: cmdUpdateCandidacyAccount, } CmdAcceptCandidacyAccountUpdate = &cobra.Command{ Use: "accept-candidacy-account-update", Short: "Accept the candidate's account update request and become a candidate", RunE: cmdAcceptCandidacyAccountUpdate, } 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, } CmdSetCompRate = &cobra.Command{ Use: "set-comprate", Short: "Set the compensation rate for a certain delegator", RunE: cmdSetCompRate, } )
nolint
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.