@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
16 lines (14 loc) • 420 B
text/typescript
import { testPVMCodec } from '../../fixtures/codec';
import {
disableL1ValidatorTx,
disableL1ValidatorTxBytes,
} from '../../fixtures/pvm';
import { testSerialization } from '../../fixtures/utils/serializable';
import { DisableL1ValidatorTx } from './disableL1ValidatorTx';
testSerialization(
'DisableL1ValidatorTx',
DisableL1ValidatorTx,
disableL1ValidatorTx,
disableL1ValidatorTxBytes,
testPVMCodec,
);