PHP WebShell

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

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

import { testPVMCodec } from '../../fixtures/codec';
import {
  addSubnetValidatorTx,
  addSubnetValidatorTxBytes,
} from '../../fixtures/pvm';
import { testSerialization } from '../../fixtures/utils/serializable';
import { AddSubnetValidatorTx } from './addSubnetValidatorTx';

testSerialization(
  'AddSubnetValidatorTx',
  AddSubnetValidatorTx,
  addSubnetValidatorTx,
  addSubnetValidatorTxBytes,
  testPVMCodec,
);

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


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