Skip to content
function addPieces(client, options): Promise<ReturnType>;

Defined in: packages/synapse-core/src/warm-storage/pieces.ts:40

Add pieces to a data set

ParameterTypeDescription
clientClient<Transport, Chain, Account>The client to use to add the pieces.
optionsAddPiecesOptionsThe options for the add pieces. AddPiecesOptions

Promise<ReturnType>

The response from the add pieces operation.