# Functions
Commands registers a sub-tree of commands to interact with local private key storage.
GetKeyInfo returns key info for a given name.
GetPassphrase returns a passphrase for a given name.
marshal keys.
NewAddNewKey constructs a new AddNewKey request structure.
NewDeleteKeyReq constructs a new DeleteKeyReq structure.
NewInMemoryKeyBase returns a storage-less keybase.
NewKeyBaseFromDir initializes a keybase at a particular dir.
NewKeyBaseFromHomeFlag initializes a Keybase based on the configuration.
NewRecoverKey constructs a new RecoverKey request structure.
NewUpdateKeyReq constructs a new UpdateKeyReq structure.
ReadPassphraseFromStdin attempts to read a passphrase from STDIN return an error upon failure.
unmarshal json.
# Constants
DefaultKeyPass contains the default key password for genesis transactions.
FlagAddress is the flag for the user's address on the command line.
FlagBechPrefix defines a desired Bech32 prefix encoding for a key.
FlagDevice indicates that the information should be shown in the device.
FlagPublicKey represents the user's public key on the command line.
available output formats.
available output formats.
# Structs
AddNewKey request a new key.
DeleteKeyReq requests deleting a key.
RecoverKeyBody recovers a key.
UpdateKeyReq requests updating a key.