TerminateServiceResult
Defined in: packages/synapse-sdk/src/types.ts:705
Result of a data set service termination
Properties
Section titled “Properties”confirmedTxHash?
Section titled “confirmedTxHash?”
optionalconfirmedTxHash?:`0x${string}`
Defined in: packages/synapse-sdk/src/types.ts:719
Hash included on chain once confirmed. Differs from txHash when
Curio replaced the original send by fee. Omitted when the SP does not
report it (older Curio) or when no termination tx was sent.
For explorers and receipt lookups use confirmedTxHash ?? txHash.
dataSetId
Section titled “dataSetId”dataSetId:
bigint
Defined in: packages/synapse-sdk/src/types.ts:721
The data set ID
endEpoch
Section titled “endEpoch”endEpoch:
bigint
Defined in: packages/synapse-sdk/src/types.ts:727
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:712
Original wait-key transaction hash. Undefined when the service was already terminated without a provider transaction. May differ from the included on-chain hash after replace-by-fee. Keep using this for Curio status polling / resume URLs.