UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

6 lines (5 loc) 353 B
import { IFileUploadedResponse, IUploadProgressCallback } from '../../../../types'; declare const _default: (files: any, apiKey: string, publicKey: string, auth_token: string, cidVersion: number, uploadProgressCallback?: ((data: IUploadProgressCallback) => void) | undefined) => Promise<{ data: IFileUploadedResponse[]; }>; export default _default;