UNPKG

light-curate-data-service

Version:

A TypeScript library for interacting with LightGeneralizedTCR contracts

4 lines (3 loc) 234 B
export declare const uploadToIPFS: (data: Uint8Array, fileName: string) => Promise<string>; export declare const uploadJSONToIPFS: (data: any) => Promise<string>; export declare function fetchFromIPFS(ipfsPath: string): Promise<any>;