pollForDataSetCreationStatus
function pollForDataSetCreationStatus(options): Promise<DataSetCreateSuccess>;Defined in: packages/synapse-core/src/sp.ts:131
Poll for the data set creation status.
GET /pdp/data-sets/created({txHash})
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
options | PollForDataSetCreationStatusOptions | The options for the poll for data set creation status. |
Returns
Section titled “Returns”The data set creation status.