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