Skip to content

@swapped/connect-sdk / core / SessionBridgeSwapDetails

Type Alias: SessionBridgeSwapDetails

SessionBridgeSwapDetails = object

Defined in: src/types/session.types.ts:130

Bridge order details persisted on completed sessions. Keep wire shape close to the widget BridgeTransactionResult.

Properties

otherResponseStructure

otherResponseStructure: object

Defined in: src/types/session.types.ts:133

destination

destination: object

destination.address

address: string

destination.crypto_amount

crypto_amount: string

destination.crypto_amount_eur

crypto_amount_eur: string

destination.crypto_amount_usd

crypto_amount_usd: string

destination.crypto_iso

crypto_iso: TokenSymbol | string

destination.crypto_network

crypto_network: Network | string

destination.transaction_hash

transaction_hash: string[]

id

id: string

network_fee_eur

network_fee_eur: string

status

status: SessionBridgeOrderStatus

total_received_eur

total_received_eur: string

total_received_usd

total_received_usd: string

transactions

transactions: object[]


provider

provider: "swapped"

Defined in: src/types/session.types.ts:131


swapType

swapType: "bridge"

Defined in: src/types/session.types.ts:132