PHP WebShell

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

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

import {
  transferableOutput,
  transferableOutputBytes,
} from '../../fixtures/avax';
import { testSerialization } from '../../fixtures/utils/serializable';
import { TransferableOutput } from './transferableOutput';

testSerialization(
  'TransferableInput',
  TransferableOutput,
  transferableOutput,
  transferableOutputBytes,
);

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


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