Documentation
¶
Index ¶
- Variables
- func AddGenerateFlags(cmd *cobra.Command)
- func AddInspectFlags(cmd *cobra.Command)
- func AddUpdateFlags(cmd *cobra.Command)
- func GenerateKeyPair(keyfilepath, passwordFile string) (*keystore.Key, error)
- func NewGenerateCmd() *cobra.Command
- func NewInspectCmd() *cobra.Command
- func NewUpdateCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var KeysCmd = &cobra.Command{ Use: "keys", Short: "an Ethereum key manager", Long: `Keys An Ethereum key manager. `, TraverseChildren: true, }
KeysCmd is an Ethereum key manager
Functions ¶
func AddGenerateFlags ¶
AddGenerateFlags adds flags to the Generate command
func AddInspectFlags ¶
AddInspectFlags adds flags to the Inspect command
func AddUpdateFlags ¶
AddUpdateFlags adds flags to the update command
func GenerateKeyPair ¶
GenerateKeyPair generates an Ethereum key pair
func NewGenerateCmd ¶
NewGenerateCmd returns the command that creates a Ethereum keyfile
func NewInspectCmd ¶
NewInspectCmd returns the command that inspects an Ethereum keyfile
func NewUpdateCmd ¶
NewUpdateCmd returns the command that changes the passphrase of a keyfile
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.