findPiece
function findPiece(options): Promise<PieceLink>;Defined in: packages/synapse-core/src/sp.ts:392
Find a piece on the PDP API.
GET /pdp/piece?pieceCid={pieceCid}
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
options | FindPieceOptions | The options for the find piece. |
Returns
Section titled “Returns”Promise<PieceLink>