Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 Changes in this version + const DefaultKeyPass + const FlagAddress + const FlagBechPrefix + const FlagDevice + const FlagPublicKey + const OutputFormatJSON + const OutputFormatText + func AddKeyCommand() *cobra.Command + func Commands(defaultNodeHome string) *cobra.Command + func DeleteKeyCommand() *cobra.Command + func ExportKeyCommand() *cobra.Command + func ImportKeyCommand() *cobra.Command + func ImportKeyHexCommand() *cobra.Command + func ListKeyTypesCmd() *cobra.Command + func ListKeysCmd() *cobra.Command + func MigrateCommand() *cobra.Command + func MnemonicKeyCommand() *cobra.Command + func ParseKeyStringCommand() *cobra.Command + func RenameKeyCommand() *cobra.Command + func ShowKeysCmd() *cobra.Command + type AddNewKey struct + Account int + Index int + Mnemonic string + Name string + Password string + func NewAddNewKey(name, password, mnemonic string, account, index int) AddNewKey + type DeleteKeyReq struct + Password string + func NewDeleteKeyReq(password string) DeleteKeyReq + type RecoverKey struct + Account int + Index int + Mnemonic string + Password string + func NewRecoverKey(password, mnemonic string, account, index int) RecoverKey + type UpdateKeyReq struct + NewPassword string + OldPassword string + func NewUpdateKeyReq(old, new string) UpdateKeyReq