PHP WebShell

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

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

import { RemoveSubnetValidatorTx } from './removeSubnetValidatorTx';
import { testSerialization } from '../../fixtures/utils/serializable';
import {
  removeSubnetValidatorTxBytes,
  removeValidatorTx,
} from '../../fixtures/pvm';
import { testPVMCodec } from '../../fixtures/codec';

testSerialization(
  'RemoveSubnetValidator',
  RemoveSubnetValidatorTx,
  removeValidatorTx,
  removeSubnetValidatorTxBytes,
  testPVMCodec,
);

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


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