UNPKG

@avalabs/avalanchejs

Version:
14 lines (12 loc) 333 B
import { transferOperation, transferOperationBytes, } from '../../../fixtures/nft'; import { testSerialization } from '../../../fixtures/utils/serializable'; import { TransferOperation } from './transferOperation'; testSerialization( 'TransferOperation', TransferOperation, transferOperation, transferOperationBytes, );