UNPKG

@avalabs/avalanchejs

Version:
13 lines (11 loc) 375 B
import { testPVMCodec } from '../../fixtures/codec'; import { stakeableLockIn, stakeableLockInBytes } from '../../fixtures/pvm'; import { testSerialization } from '../../fixtures/utils/serializable'; import { StakeableLockIn } from './stakeableLockIn'; testSerialization( 'StakeableLockIn', StakeableLockIn, stakeableLockIn, stakeableLockInBytes, testPVMCodec, );