UNPKG

filecoin-pin

Version:

Bridge IPFS content to Filecoin Onchain Cloud using familiar tools

6 lines 294 B
import type { DataSetSummary } from '../core/data-set/types.js'; /** * Print the lightweight dataset list used for the default command output. */ export declare function displayDataSets(dataSets: DataSetSummary[], network: string, address: string): void; //# sourceMappingURL=display.d.ts.map