PHP WebShell
Текущая директория: /opt/BitGoJS/scripts/sdk-coin-generator/template/boilerplates/account/lib
Просмотр файла: transactionBuilderFactory.ts
import { BaseTransactionBuilderFactory } from '@bitgo/sdk-core';
export class TransactionBuilderFactory extends BaseTransactionBuilderFactory {
public getWalletInitializationBuilder() {
throw new Error('Method not implemented.');
}
public getTransferBuilder() {
throw new Error('Method not implemented.');
}
public from(raw: string | Uint8Array) {
throw new Error('Method not implemented.');
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!