PHP WebShell

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

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

import { testPVMCodec } from '../../fixtures/codec';
import { advanceTimeBytesTx, advanceTimeTx } from '../../fixtures/pvm';
import { testSerialization } from '../../fixtures/utils/serializable';
import { AdvanceTimeTx } from './advanceTimeTx';

testSerialization(
  'AdvanceTime',
  AdvanceTimeTx,
  advanceTimeTx,
  advanceTimeBytesTx,
  testPVMCodec,
);

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


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