UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

4 lines 310 B
import type { Synapse } from '@filoz/synapse-sdk'; import type { DataSetSummary, ListDataSetsOptions } from './types.js'; export declare function getDetailedDataSet(synapse: Synapse, dataSetId: number, options?: ListDataSetsOptions): Promise<DataSetSummary>; //# sourceMappingURL=get-detailed-data-set.d.ts.map