PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-core/dist/src/bitgo/keychain
Просмотр файла: decryptKeychain.d.ts
import { BitGoBase } from '../bitgoBase';
import { OptionalKeychainEncryptedKey } from './iKeychains';
/**
* Decrypts the private key of a keychain.
* This method will try the password against the traditional encryptedPrv,
* and any webauthn device encryptedPrvs.
*
* @param bitgo
* @param keychain
* @param password
*/
export declare function decryptKeychainPrivateKey(bitgo: BitGoBase, keychain: OptionalKeychainEncryptedKey, password: string): string | undefined;
//# sourceMappingURL=decryptKeychain.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!