SettlementSwapResult
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / SettlementSwapResult
Interface: SettlementSwapResult
Section titled “Interface: SettlementSwapResult”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7361
Swap execution result
Properties
Section titled “Properties”swapId
Section titled “swapId”swapId:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7363
Unique swap identifier
status
Section titled “status”status:
SwapStatus
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7365
Current status
quoteId
Section titled “quoteId”quoteId:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7367
Quote ID
depositAddress
Section titled “depositAddress”depositAddress:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7369
Deposit address
depositTxHash?
Section titled “depositTxHash?”
optionaldepositTxHash:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7371
Deposit transaction hash (after deposit)
settlementTxHash?
Section titled “settlementTxHash?”
optionalsettlementTxHash:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7373
Settlement transaction hash (after completion)
refundTxHash?
Section titled “refundTxHash?”
optionalrefundTxHash:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7375
Refund transaction hash (if refunded)
actualAmountOut?
Section titled “actualAmountOut?”
optionalactualAmountOut:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7377
Actual output amount (after completion)
errorMessage?
Section titled “errorMessage?”
optionalerrorMessage:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7379
Error message (if failed)
metadata?
Section titled “metadata?”
optionalmetadata:Record<string,unknown>
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7381
Backend-specific metadata