UploadTask
Defined in: packages/synapse-sdk/src/types.ts:161
Upload task tracking
Properties
Section titled “Properties”done: () =>
Promise<string>
Defined in: packages/synapse-sdk/src/types.ts:167
Wait for the entire upload process to complete, returns transaction hash
Returns
Section titled “Returns”Promise<string>
pieceCid
Section titled “pieceCid”pieceCid: () =>
Promise<PieceLink>
Defined in: packages/synapse-sdk/src/types.ts:163
Get the PieceCID (Piece CID) once calculated
Returns
Section titled “Returns”Promise<PieceLink>
store: () =>
Promise<`0x${string}`>
Defined in: packages/synapse-sdk/src/types.ts:165
Get the service provider once data is stored
Returns
Section titled “Returns”Promise<`0x${string}`>