PHP WebShell

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

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

import { testPVMCodec } from '../../fixtures/codec';
import { addDelegatorTx, addDelegatorTxBytes } from '../../fixtures/pvm';
import { testSerialization } from '../../fixtures/utils/serializable';
import { AddDelegatorTx } from './addDelegatorTx';

testSerialization(
  'AddDelegatorTx',
  AddDelegatorTx,
  addDelegatorTx,
  addDelegatorTxBytes,
  testPVMCodec,
);

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


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