createDataSet
function createDataSet(options): Promise<{ statusUrl: string; txHash: `0x${string}`;}>;Defined in: packages/synapse-core/src/sp.ts:67
Create a data set on PDP API
POST /pdp/data-sets
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
options | PDPCreateDataSetOptions | The options for the create data set on PDP API. |
Returns
Section titled “Returns”Promise<{
statusUrl: string;
txHash: `0x${string}`;
}>
The response from the create data set on PDP API.