CreateDataSetSuccessSchema
constCreateDataSetSuccessSchema:ZodObject<{createMessageHash:ZodCustom<`0x${string}`,`0x${string}`>;dataSetCreated:ZodLiteral<true>;dataSetId:ZodCodec<ZodInt,ZodBigInt>;ok:ZodLiteral<true>;service:ZodString;txStatus:ZodLiteral<"confirmed">; },$strip>
Defined in: packages/synapse-core/src/sp/wait-for-create-dataset.ts:23