UNPKG

@avalabs/avalanchejs

Version:
13 lines (11 loc) 391 B
import { testPVMCodec } from '../../fixtures/codec'; import { transformSubnetTx, transformSubnetTxBytes } from '../../fixtures/pvm'; import { testSerialization } from '../../fixtures/utils/serializable'; import { TransformSubnetTx } from './transformSubnetTx'; testSerialization( 'TransformSubnetTx', TransformSubnetTx, transformSubnetTx, transformSubnetTxBytes, testPVMCodec, );