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