PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-polyx/src/lib
Просмотр файла: keyPair.ts
import { DefaultKeys, Ed25519KeyPair } from '@bitgo/sdk-core';
export class KeyPair extends Ed25519KeyPair {
/** @inheritdoc */
getKeys(): DefaultKeys {
throw new Error('Method not implemented.');
}
/** @inheritdoc */
recordKeysFromPrivateKeyInProtocolFormat(prv: string): DefaultKeys {
throw new Error('Method not implemented.');
}
/** @inheritdoc */
recordKeysFromPublicKeyInProtocolFormat(pub: string): DefaultKeys {
throw new Error('Method not implemented.');
}
/** @inheritdoc */
getAddress(): string {
throw new Error('Method not implemented.');
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!