TerminateServiceStatusSuccessSchema
constTerminateServiceStatusSuccessSchema:ZodObject<{fwssTerminated:ZodLiteral<true>;serviceTerminationEpoch:ZodCodec<ZodInt,ZodBigInt>;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:270
Schema for the confirmed termination status. The hash may be empty when the service was already terminated on chain without a provider transaction.