SettlementSwapResult
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / SettlementSwapResult
Interface: SettlementSwapResult
Section titled “Interface: SettlementSwapResult”Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4252
Swap execution result
Properties
Section titled “Properties”swapId
Section titled “swapId”swapId:
string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4254
Unique swap identifier
status
Section titled “status”status:
SwapStatus
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4256
Current status
quoteId
Section titled “quoteId”quoteId:
string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4258
Quote ID
depositAddress
Section titled “depositAddress”depositAddress:
string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4260
Deposit address
depositTxHash?
Section titled “depositTxHash?”
optionaldepositTxHash:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4262
Deposit transaction hash (after deposit)
settlementTxHash?
Section titled “settlementTxHash?”
optionalsettlementTxHash:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4264
Settlement transaction hash (after completion)
refundTxHash?
Section titled “refundTxHash?”
optionalrefundTxHash:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4266
Refund transaction hash (if refunded)
actualAmountOut?
Section titled “actualAmountOut?”
optionalactualAmountOut:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4268
Actual output amount (after completion)
errorMessage?
Section titled “errorMessage?”
optionalerrorMessage:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4270
Error message (if failed)
metadata?
Section titled “metadata?”
optionalmetadata:Record<string,unknown>
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4272
Backend-specific metadata