CommitResult
Defined in: packages/synapse-sdk/src/types.ts:651
Result of a commit operation
Properties
Section titled “Properties”confirmedTxHash?
Section titled “confirmedTxHash?”
optionalconfirmedTxHash?:`0x${string}`
Defined in: packages/synapse-sdk/src/types.ts:664
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).
For explorers and receipt lookups use confirmedTxHash ?? txHash.
dataSetId
Section titled “dataSetId”dataSetId:
bigint
Defined in: packages/synapse-sdk/src/types.ts:668
Data set ID (may be newly created)
isNewDataSet
Section titled “isNewDataSet”isNewDataSet:
boolean
Defined in: packages/synapse-sdk/src/types.ts:670
Whether a new data set was created
pieceIds
Section titled “pieceIds”pieceIds:
bigint[]
Defined in: packages/synapse-sdk/src/types.ts:666
Piece IDs assigned by the contract
txHash
Section titled “txHash”txHash:
`0x${string}`
Defined in: packages/synapse-sdk/src/types.ts:657
Original Location / wait-key transaction hash from Curio. Not necessarily the included on-chain hash after replace-by-fee. Keep using this for Curio status polling / resume URLs.