@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
13 lines (11 loc) • 367 B
text/typescript
import { testPVMCodec } from '../../fixtures/codec';
import { addValidatorTx, addValidatorTxBytes } from '../../fixtures/pvm';
import { testSerialization } from '../../fixtures/utils/serializable';
import { AddValidatorTx } from './addValidatorTx';
testSerialization(
'AddValidatorTx',
AddValidatorTx,
addValidatorTx,
addValidatorTxBytes,
testPVMCodec,
);