PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-lib-mpc/dist/src/curves
Просмотр файла: ed25519Bip32HdTree.d.ts
import { Ed25519Curve } from './ed25519';
import { PrivateKeychain, PublicKeychain } from './types';
export declare class Ed25519Bip32HdTree {
static curve: Ed25519Curve;
static initialized: boolean;
static initialize(): Promise<Ed25519Bip32HdTree>;
publicDerive(keychain: PublicKeychain, path: string): PublicKeychain;
privateDerive(keychain: PrivateKeychain, path: string): PrivateKeychain;
}
//# sourceMappingURL=ed25519Bip32HdTree.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!