TerminateServiceStatusRejectedSchema
constTerminateServiceStatusRejectedSchema:ZodObject<{fwssTerminated:ZodLiteral<false>;serviceTerminationEpoch:ZodNull;terminationTxHash:ZodCustom<`0x${string}`,`0x${string}`>;txStatus:ZodUnion<readonly [ZodLiteral<"failed">,ZodLiteral<"confirmed">]>;txSuccess:ZodUnion<readonly [ZodLiteral<false>,ZodNull]>; },$strip>
Defined in: packages/synapse-core/src/sp/terminate-service.ts:258
Schema for the termination status when the provider’s transaction landed but failed. The provider discards the request shortly after, after which the status URL returns 404.