UNPKG

@avalabs/avalanchejs

Version:
6 lines (4 loc) 264 B
import { operationTx, operationTxBytes } from '../../fixtures/avax'; import { testSerialization } from '../../fixtures/utils/serializable'; import { OperationTx } from './operationTx'; testSerialization('OperationTx', OperationTx, operationTx, operationTxBytes);