@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
16 lines (14 loc) • 420 B
text/typescript
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,
);