# 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:151](https://github.com/FilOzone/synapse-sdk/blob/ce70156aec4743b160a499b1092490121b425435/packages/synapse-core/src/sp/create-dataset.ts#L151)

Schema for the create data set pending response.