| addPieces | Add pieces to a data set |
| addPiecesApiRequest | Add pieces to a data set on the PDP API. |
| createDataSet | Create a data set |
| createDataSetAndAddPieces | Create a data set and add pieces to it |
| createDataSetAndAddPiecesApiRequest | Create a data set and add pieces to it on PDP API |
| createDataSetApiRequest | Create a data set on PDP API |
| deletePiece | Delete one piece from a data set on the PDP API. |
| deletePieces | Delete pieces from a data set on the PDP API in one transaction. |
| findPiece | Find a piece on the PDP API. |
getDataSet | Get a data set from the PDP API. |
| ping | Ping the PDP API. |
| pullPieces | Pull pieces from external storage providers into a data set. |
| pullPiecesApiRequest | Initiate a piece pull request or get status of an existing one. |
| schedulePieceDeletion | Schedule one piece deletion. |
| schedulePieceDeletions | Schedule piece deletions in one transaction. |
| terminateService | Terminate a data set service via the service provider |
| terminateServiceApiRequest | Request data set termination on the PDP API. |
| terminateServiceStatusUrl | Build the termination status URL for a data set, pollable with waitForTerminateService. Useful for resuming tracking of a previously requested termination. |
| upload | Upload multiple pieces to a data set on the PDP API. |
| uploadPiece | Upload a piece to the PDP API. |
| uploadPieceStreaming | Upload piece data using the 3-step CommP-last streaming protocol. |
| validateAddPiecesBatch | Validate the piece count for an addPieces (or createDataSetAndAddPieces) batch, failing early instead of reverting on-chain. |
| validateDeletePiecesBatch | Validate a delete-pieces batch before signing or sending it. |
| waitForAddPieces | Wait for the add pieces status. |
| waitForCreateDataSet | Wait for the data set creation status. |
| waitForCreateDataSetAddPieces | Wait for the data set creation status. |
| waitForPullPieces | Wait for pull pieces completion. |
| waitForPullPiecesApiRequest | Wait for pull pieces completion API request. |
| waitForTerminateService | Wait for the data set termination status. |