PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-core/src/bitgo/tss
Просмотр файла: index.ts
import EDDSAMethods, { EDDSAMethodTypes } from './eddsa';
import ECDSAMethods, { ECDSAMethodTypes, DKLSMethods } from './ecdsa';
export { EDDSAMethods, EDDSAMethodTypes, ECDSAMethods, ECDSAMethodTypes, DKLSMethods };
export { ShareKeyPosition } from './types';
export * as BitgoMpcGpgPubKeys from './bitgoPubKeys';
// exporting this types for backward compatibility.
/** @deprecated Use EDDSAMethods */
export {
createCombinedKey,
createUserSignShare,
createUserToBitGoGShare,
offerUserToBitgoRShare,
getBitgoToUserRShare,
sendUserToBitgoGShare,
getTxRequest,
sendSignatureShare,
encryptYShare,
EncryptedYShare,
DecryptableYShare,
CombinedKey,
SigningMaterial,
} from './eddsa';
export * as commonTssMethods from './common';
Выполнить команду
Для локальной разработки. Не используйте в интернете!