@textile/hub > Filecoin > cidSummary
Filecoin.cidSummary() method
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get summary information about the storage and storage job state of cids stored by the user.
Signature:
cidSummary(...cids: string[]): Promise<CidSummary[]>;
Parameters
Parameter | Type | Description |
---|---|---|
cids | string[] | The cids to get summary info for. |
Returns:
Promise<CidSummary[]>