PullOptions
Defined in: packages/synapse-sdk/src/types.ts:645
Options for the pull() split operation
Properties
Section titled “Properties”extraData?
Section titled “extraData?”
optionalextraData:`0x${string}`
Defined in: packages/synapse-sdk/src/types.ts:655
Pre-built signed extraData. When provided, skips internal EIP-712 signing.
from:
PullSource
Defined in: packages/synapse-sdk/src/types.ts:649
Source to pull from (StorageContext or base URL)
onProgress()?
Section titled “onProgress()?”
optionalonProgress: (pieceCid,status) =>void
Defined in: packages/synapse-sdk/src/types.ts:653
Progress callback
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
pieceCid | PieceLink |
status | PullStatus |
Returns
Section titled “Returns”void
pieces
Section titled “pieces”pieces:
PieceLink[]
Defined in: packages/synapse-sdk/src/types.ts:647
Pieces to pull
signal?
Section titled “signal?”
optionalsignal:AbortSignal
Defined in: packages/synapse-sdk/src/types.ts:651
AbortSignal for cancellation