Skip to content

DataSetInfo

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

Data set information returned from Warm Storage contract

cacheMissRailId: bigint

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

For CDN add-on: ID of the cache miss payment rail


cdnRailId: bigint

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

For CDN add-on: ID of the CDN payment rail


clientDataSetId: bigint

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

Client’s sequential dataset ID within this Warm Storage contract


commissionBps: bigint

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

Commission rate in basis points (dynamic based on CDN usage)


dataSetId: bigint

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

PDP Data Set ID


payee: `0x${string}`

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

SP’s beneficiary address


payer: `0x${string}`

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

Address paying for storage


optional paymentEndEpoch?: bigint

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


pdpEndEpoch: bigint

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

Epoch when PDP payments end (0 if not terminated)


pdpRailId: bigint

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

ID of the PDP payment rail


providerId: bigint

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

Provider ID from the ServiceProviderRegistry


serviceProvider: `0x${string}`

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

Service provider address (operator)