PHP WebShell
Текущая директория: /opt/BitGoJS/modules/utxo-core/dist/src/testutil
Просмотр файла: key.utils.d.ts
import * as utxolib from '@bitgo/utxo-lib';
import { BIP32Interface } from '@bitgo/utxo-lib';
export type Triple<T> = [T, T, T];
export type KeyTriple = Triple<BIP32Interface>;
/**
* Create new bip32 key. Uses random seed if none is passed.
* @param seed
*/
export declare function getKey(seed?: string): BIP32Interface;
/**
* Return deterministic key triple of bip32 keys
* @param prefix
*/
export declare function getKeyTriple(prefix?: string): KeyTriple;
export declare function getRootWalletKeys(prefix?: string, derivationPrefixes?: Triple<string>): utxolib.bitgo.RootWalletKeys;
//# sourceMappingURL=key.utils.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!