Skip to content

PullOptions

Defined in: packages/synapse-sdk/src/types.ts:645

Options for the pull() split operation

optional extraData: `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)


optional onProgress: (pieceCid, status) => void

Defined in: packages/synapse-sdk/src/types.ts:653

Progress callback

ParameterType
pieceCidPieceLink
statusPullStatus

void


pieces: PieceLink[]

Defined in: packages/synapse-sdk/src/types.ts:647

Pieces to pull


optional signal: AbortSignal

Defined in: packages/synapse-sdk/src/types.ts:651

AbortSignal for cancellation