Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + const DefaultKeyPass + const FlagAddress + const FlagBechPrefix + const FlagDevice + const FlagPublicKey + const OutputFormatJSON + const OutputFormatText + var KeysCdc *codec.LegacyAmino + func AddKeyCommand() *cobra.Command + func Commands(defaultNodeHome string) *cobra.Command + func DeleteKeyCommand() *cobra.Command + func ExportKeyCommand() *cobra.Command + func ImportKeyCommand() *cobra.Command + func ListKeysCmd() *cobra.Command + func MarshalJSON(o interface{}) ([]byte, error) + func MigrateCommand() *cobra.Command + func MnemonicKeyCommand() *cobra.Command + func ParseKeyStringCommand() *cobra.Command + func RenameKeyCommand() *cobra.Command + func ShowKeysCmd() *cobra.Command + func UnmarshalJSON(bz []byte, ptr interface{}) error + 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