Skip to content

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})

ParameterTypeDescription
optionsPollForDataSetCreationStatusOptionsThe options for the poll for data set creation status.

Promise<DataSetCreateSuccess>

The data set creation status.