UNPKG

@avalabs/avalanchejs

Version:
13 lines (11 loc) 383 B
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, );