# TerminateServiceStatusPendingSchema

> `const` **TerminateServiceStatusPendingSchema**: `ZodObject`\<\{ `fwssTerminated`: `ZodLiteral`\<`false`\>; `serviceTerminationEpoch`: `ZodNull`; `terminationTxHash`: `ZodUnion`\<readonly \[`ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>, `ZodLiteral`\<`""`\>\]\>; `txStatus`: `ZodUnion`\<readonly \[`ZodLiteral`\<`""`\>, `ZodLiteral`\<`"pending"`\>, `ZodLiteral`\<`"confirmed"`\>\]\>; `txSuccess`: `ZodNullable`\<`ZodBoolean`\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/terminate-service.ts:246](https://github.com/FilOzone/synapse-sdk/blob/2d2d7bce6ac65fcd0372c9c89607bd05cfc52093/packages/synapse-core/src/sp/terminate-service.ts#L246)

Schema for the termination status while the provider's transaction is pending.
The hash is empty until the provider's relay task sends the transaction.