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