UNPKG

@avalabs/avalanchejs

Version:
7 lines (5 loc) 290 B
import { testEVMCodec } from '../../fixtures/codec'; import { output, outputBytes } from '../../fixtures/evm'; import { testSerialization } from '../../fixtures/utils/serializable'; import { Output } from './output'; testSerialization('Output', Output, output, outputBytes, testEVMCodec);