Skip to main content

Interface: BridgeQuoteResults

Hierarchy

Properties

amountsAndCosts

amountsAndCosts: BridgeQuoteAmountsAndCosts<bigint>

Costs and amounts of the bridging.

Inherited from

BridgeQuoteResult.amountsAndCosts

Defined in

external/cow-sdk/src/bridging/types.ts:61


bridgeCallDetails

bridgeCallDetails: BridgeCallDetails

Bridge call details

Defined in

external/cow-sdk/src/bridging/types.ts:342


expectedFillTimeSeconds

Optional expectedFillTimeSeconds: number

The estimated time in seconds it takes to fill the order.

Inherited from

BridgeQuoteResult.expectedFillTimeSeconds

Defined in

external/cow-sdk/src/bridging/types.ts:66


fees

fees: Object

Type declaration

NameTypeDescription
bridgeFeebigintThe amount that should go to the relayer as a fee to cover relayer capital costs. In token atoms.
destinationGasFeebigintThe amount that should go to the relayer as a fee to cover relayer gas costs. In token atoms.

Inherited from

BridgeQuoteResult.fees

Defined in

external/cow-sdk/src/bridging/types.ts:73


isSell

isSell: boolean

Whether the quote is a sell or buy order.

Inherited from

BridgeQuoteResult.isSell

Defined in

external/cow-sdk/src/bridging/types.ts:56


limits

limits: Object

Type declaration

NameTypeDescription
maxDepositbigintThe maximum amount that can be deposited in the source chain. In token atoms.
minDepositbigintThe minimum amount that should be deposited in the source chain. In token atoms.

Inherited from

BridgeQuoteResult.limits

Defined in

external/cow-sdk/src/bridging/types.ts:86


providerInfo

providerInfo: BridgeProviderInfo

Bridge provider information

Defined in

external/cow-sdk/src/bridging/types.ts:332


quoteTimestamp

quoteTimestamp: number

The timestamp of the quote.

Inherited from

BridgeQuoteResult.quoteTimestamp

Defined in

external/cow-sdk/src/bridging/types.ts:71


tradeParameters

tradeParameters: QuoteBridgeRequest

Trade parameters

Defined in

external/cow-sdk/src/bridging/types.ts:337