PHP WebShell

Текущая директория: /opt/BitGoJS/modules/account-lib/dist/test/resources

Просмотр файла: testTransaction.d.ts

import { BaseKey, BaseTransaction } from '@bitgo/sdk-core';
/**
 * The purpose of this coin is to provide a mock to use for the test runner since there is no easy
 * way to mock abstract methods with sinon.
 */
export declare class TestTransaction extends BaseTransaction {
    canSign(key: BaseKey): boolean;
    toJson(): any;
    toBroadcastFormat(): any;
}
//# sourceMappingURL=testTransaction.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!