@etherna/sdk-js
Version:
Etherna SDKs for operations on the network
7 lines • 417 B
TypeScript
import type { Reference } from "../clients";
import type { Video, VideoPreview } from "../schemas/video";
export declare const EmptyReference: Reference;
export declare function extractVideoReferences(video: Video | VideoPreview): Reference[];
export declare function isEmptyReference(ref: Reference): boolean;
export declare function isInvalidReference(ref: string): boolean;
//# sourceMappingURL=references.d.ts.map