addPieces
function addPieces(client, options): Promise<ReturnType>;Defined in: packages/synapse-core/src/warm-storage/pieces.ts:40
Add pieces to a data set
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | Client<Transport, Chain, Account> | The client to use to add the pieces. |
options | AddPiecesOptions | The options for the add pieces. AddPiecesOptions |
Returns
Section titled “Returns”The response from the add pieces operation.