PHP WebShell
Текущая директория: /opt/BitGoJS/scripts/sdk-coin-generator/template/boilerplates/account/lib
Просмотр файла: transaction.ts
import { BaseKey, BaseTransaction } from '@bitgo/sdk-core';
export class Transaction extends BaseTransaction {
canSign(key: BaseKey): boolean {
throw new Error('Method not implemented.');
}
toJson() {
throw new Error('Method not implemented.');
}
toBroadcastFormat() {
throw new Error('Method not implemented.');
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!