Versions in this module Expand all Collapse all v0 v0.33.2 Apr 3, 2019 Changes in this version + const FlagAddress + const FlagBechPrefix + const FlagDevice + const FlagPublicKey + const OutputFormatJSON + const OutputFormatText + func Commands() *cobra.Command + func GetKeyInfo(name string) (keys.Info, error) + func GetPassphrase(name string) (string, error) + func MarshalJSON(o interface{}) ([]byte, error) + func NewInMemoryKeyBase() keys.Keybase + func NewKeyBaseFromDir(rootDir string) (keys.Keybase, error) + func NewKeyBaseFromHomeFlag() (keys.Keybase, error) + func ReadPassphraseFromStdin(name string) (string, error) + func UnmarshalJSON(bz []byte, ptr interface{}) error + type AddNewKey struct + Account int + Index int + Mnemonic string + Name string + Password string + type DeleteKeyReq struct + Password string + type RecoverKey struct + Account int + Index int + Mnemonic string + Password string + type UpdateKeyReq struct + NewPassword string + OldPassword string