DataSetWithPieces
Defined in: synapse-react/src/warm-storage/use-data-sets.ts:7
Data set information returned from Warm Storage contract
Extends
Section titled “Extends”Properties
Section titled “Properties”cacheMissRailId
Section titled “cacheMissRailId”cacheMissRailId:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:8
Payment rail ID for cache-miss egress.
Inherited from
Section titled “Inherited from”cdn:
boolean
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:22
Whether the data set is using CDN.
Inherited from
Section titled “Inherited from”cdnRailId
Section titled “cdnRailId”cdnRailId:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:9
Payment rail ID for CDN egress.
Inherited from
Section titled “Inherited from”clientDataSetId
Section titled “clientDataSetId”clientDataSetId:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:14
Client-provided data set ID (nonce).
Inherited from
Section titled “Inherited from”commissionBps
Section titled “commissionBps”commissionBps:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:13
Commission in basis points.
Inherited from
Section titled “Inherited from”dataSetId
Section titled “dataSetId”dataSetId:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:17
Data set ID.
Inherited from
Section titled “Inherited from”live:
boolean
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:20
Whether the data set is live in the PDP Verifier contract.
Inherited from
Section titled “Inherited from”managed
Section titled “managed”managed:
boolean
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:21
Whether the data set is managed by the current Warm Storage contract.
Inherited from
Section titled “Inherited from”metadata
Section titled “metadata”metadata:
MetadataObject
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:23
Metadata associated with the data set.
Inherited from
Section titled “Inherited from”payee:
`0x${string}`
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:11
Payee address for data set storage.
Inherited from
Section titled “Inherited from”payer:
`0x${string}`
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:10
Payer address for data set storage.
Inherited from
Section titled “Inherited from”pdpEndEpoch
Section titled “pdpEndEpoch”pdpEndEpoch:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:15
End epoch for PDP service.
Inherited from
Section titled “Inherited from”pdpRailId
Section titled “pdpRailId”pdpRailId:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:7
Payment rail ID for PDP proofs.
Inherited from
Section titled “Inherited from”pieces
Section titled “pieces”pieces:
PieceWithMetadata[]
Defined in: synapse-react/src/warm-storage/use-data-sets.ts:8
provider
Section titled “provider”provider:
PDPProvider
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:24
PDP provider associated with the data set.
Inherited from
Section titled “Inherited from”providerId
Section titled “providerId”providerId:
bigint
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:16
Provider ID for the data set.
Inherited from
Section titled “Inherited from”serviceProvider
Section titled “serviceProvider”serviceProvider:
`0x${string}`
Defined in: synapse-core/dist/src/warm-storage/types.d.ts:12
Service provider address.