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