AddPiecesResponse
Defined in: packages/synapse-sdk/src/pdp/server.ts:74
Response from adding pieces to a data set
Properties
Section titled “Properties”message
Section titled “message”message: string;
Defined in: packages/synapse-sdk/src/pdp/server.ts:76
Success message from the server
statusUrl?
Section titled “statusUrl?”optional statusUrl: string;
Defined in: packages/synapse-sdk/src/pdp/server.ts:80
URL to check piece addition status (optional - new servers only)
txHash?
Section titled “txHash?”optional txHash: string;
Defined in: packages/synapse-sdk/src/pdp/server.ts:78
Transaction hash for the piece addition (optional - new servers only)