Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClaimCmd = &cobra.Command{ Use: "claim DELEGATE", Short: "Claim rewards for delegate", Args: cobra.MinimumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { cmd.SilenceUsage = true return Reward() }, }
ClaimCmd is the claim command
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.