UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

6 lines 184 B
import type { Image, ImageRaw } from "../.."; export declare class ImageSerializer { constructor(); serialize(item: Image): ImageRaw; } //# sourceMappingURL=serializer.d.ts.map