@avalabs/avalanchejs
Version:
Avalanche Platform JS Library
14 lines (12 loc) • 335 B
text/typescript
import {
transferableOutput,
transferableOutputBytes,
} from '../../fixtures/avax';
import { testSerialization } from '../../fixtures/utils/serializable';
import { TransferableOutput } from './transferableOutput';
testSerialization(
'TransferableInput',
TransferableOutput,
transferableOutput,
transferableOutputBytes,
);