Skip to content

AddPiecesResponse

Defined in: packages/synapse-sdk/src/pdp/server.ts:73

Response from adding pieces to a data set

message: string;

Defined in: packages/synapse-sdk/src/pdp/server.ts:75

Success message from the server


optional statusUrl: string;

Defined in: packages/synapse-sdk/src/pdp/server.ts:79

URL to check piece addition status (optional - new servers only)


optional txHash: string;

Defined in: packages/synapse-sdk/src/pdp/server.ts:77

Transaction hash for the piece addition (optional - new servers only)