PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo-forks/avalanchejs/src/serializable/fxs/secp256k1
Просмотр файла: transferOutput.spec.ts
import { TransferOutput } from '.';
import {
transferOutput,
transferOutputBytes,
} from '../../../fixtures/secp256k1';
import { testSerialization } from '../../../fixtures/utils/serializable';
testSerialization(
'TransferOutput',
TransferOutput,
transferOutput,
transferOutputBytes,
);
Выполнить команду
Для локальной разработки. Не используйте в интернете!