Versions in this module Expand all Collapse all v0 v0.34.7 Oct 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 + 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