Skip to content

ZcashSwapResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ZcashSwapResult

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8909

Swap execution result

requestId: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8911

Swap request ID


quoteId: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8913

Quote used


status: ZcashSwapStatus

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8915

Current status


optional sourceTxHash: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8917

Source chain transaction hash (deposit tx)


optional zcashTxId: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8919

Zcash transaction ID (if completed)


amountIn: bigint

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8921

Amount deposited


optional amountOut: bigint

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8923

Amount received in ZEC (zatoshis)


recipientZAddress: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8925

Recipient z-address


timestamp: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8927

Timestamp


optional error: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:8929

Error message if failed