TerminateServiceResult
Defined in: packages/synapse-sdk/src/types.ts:659
Result of a data set service termination
Properties
Section titled “Properties”dataSetId
Section titled “dataSetId”dataSetId:
bigint
Defined in: packages/synapse-sdk/src/types.ts:663
The data set ID
endEpoch
Section titled “endEpoch”endEpoch:
bigint
Defined in: packages/synapse-sdk/src/types.ts:669
Epoch at which the PDP payment rail ends and the service stops. Approximately the current epoch for provider-relayed termination, the end of the lockup period for on-chain termination.
txHash?
Section titled “txHash?”
optionaltxHash?:`0x${string}`
Defined in: packages/synapse-sdk/src/types.ts:661
Transaction hash. Undefined when the service was already terminated without a provider transaction.