Interface: BridgeQuoteResult
Hierarchy
-
BridgeQuoteResult
Properties
amountsAndCosts
• amountsAndCosts: BridgeQuoteAmountsAndCosts
<bigint
>
Costs and amounts of the bridging.
Defined in
external/cow-sdk/src/bridging/types.ts:59
expectedFillTimeSeconds
• Optional
expectedFillTimeSeconds: number
The estimated time in seconds it takes to fill the order.
Defined in
external/cow-sdk/src/bridging/types.ts:64
isSell
• isSell: boolean
Whether the quote is a sell or buy order.
Defined in
external/cow-sdk/src/bridging/types.ts:54
quoteTimestamp
• quoteTimestamp: number
The timestamp of the quote.
Defined in
external/cow-sdk/src/bridging/types.ts:69