Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Keychains

Index

Constructors

constructor

Methods

add

create

createBackup

createBitGo

get

getKeysForSigning

list

updatePassword

  • Change the decryption password for all possible keychains associated with a user.

    This function iterates through all keys associated with the user, decrypts them with the old password and re-encrypts them with the new password.

    This should be called when a user changes their login password, and are expecting that their wallet passwords are changed to match the new login password.

    Parameters

    Returns Bluebird<ChangedKeychains>

    changedKeys Object - e.g.: { xpub1: encryptedPrv, ... }

updateSingleKeychainPassword

  • updateSingleKeychainPassword(params?: UpdateSingleKeychainPasswordOptions): Keychain
  • Update the password used to decrypt a single keychain

    Parameters

    • Default value params: UpdateSingleKeychainPasswordOptions = {}

    Returns Keychain

Generated using TypeDoc