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