Interface: BridgeQuoteResults
Hierarchy
-
↳
BridgeQuoteResults
Properties
amountsAndCosts
• amountsAndCosts: BridgeQuoteAmountsAndCosts
<bigint
>
Costs and amounts of the bridging.
Inherited from
BridgeQuoteResult.amountsAndCosts
Defined in
external/cow-sdk/src/bridging/types.ts:59
bridgeCallDetails
• bridgeCallDetails: BridgeCallDetails
Bridge call details
Defined in
external/cow-sdk/src/bridging/types.ts:313
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:64
isSell
• isSell: boolean
Whether the quote is a sell or buy order.
Inherited from
Defined in
external/cow-sdk/src/bridging/types.ts:54
providerInfo
• providerInfo: BridgeProviderInfo
Bridge provider information
Defined in
external/cow-sdk/src/bridging/types.ts:303
quoteTimestamp
• quoteTimestamp: number
The timestamp of the quote.
Inherited from
BridgeQuoteResult.quoteTimestamp
Defined in
external/cow-sdk/src/bridging/types.ts:69
tradeParameters
• tradeParameters: QuoteBridgeRequest
Trade parameters
Defined in
external/cow-sdk/src/bridging/types.ts:308