readPdpDataSetInfo
readPdpDataSetInfo(
client,options):Promise<PdpDataSetInfo>
Defined in: packages/synapse-core/src/warm-storage/get-pdp-data-set.ts:82
Read the PDP data set info.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | Client<Transport, Chain> | The client to use to read the PDP data set info. |
options | { dataSetInfo: DataSetInfo; providerId: bigint; } | - |
options.dataSetInfo | DataSetInfo | - |
options.providerId | bigint | - |
Returns
Section titled “Returns”PDP data set info PdpDataSetInfo