# CreateDataSetPendingSchema

> `const` **CreateDataSetPendingSchema**: `ZodObject`\<\{ `createMessageHash`: `ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>; `dataSetCreated`: `ZodLiteral`\<`false`\>; `ok`: `ZodNull`; `service`: `ZodString`; `txStatus`: `ZodUnion`\<readonly \[`ZodLiteral`\<`"pending"`\>, `ZodLiteral`\<`"confirmed"`\>\]\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/create-dataset.ts:162](https://github.com/FilOzone/synapse-sdk/blob/9fa121f392b920db0aaef2c03e5379b268015189/packages/synapse-core/src/sp/create-dataset.ts#L162)

Schema for the create data set pending response.