UNPKG

@ethersphere/bee-js

Version:
4 lines (3 loc) 326 B
import { BeeRequestOptions, Collection, CollectionUploadOptions } from '..'; import { BatchId } from './typed-bytes'; export declare function uploadTar(requestOptions: BeeRequestOptions, collection: Collection, postageBatchId: BatchId, options?: CollectionUploadOptions): Promise<import("axios").AxiosResponse<unknown, any>>;