PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo-forks/avalanchejs/src/serializable/fxs/secp256k1

Просмотр файла: transferInput.spec.ts

import { TransferInput } from '.';
import { transferInput, transferInputBytes } from '../../../fixtures/secp256k1';
import { testSerialization } from '../../../fixtures/utils/serializable';

testSerialization(
  'TransferInput',
  TransferInput,
  transferInput,
  transferInputBytes,
);

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


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