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