UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

6 lines (5 loc) 253 B
import { IFileUploadedResponse } from '../../../../types'; declare const _default: (sourcePath: any, apiKey: string, publicKey: string, auth_token: string, cidVersion: number) => Promise<{ data: IFileUploadedResponse[]; }>; export default _default;