Interface: AcrossQuoteResult
Hierarchy
-
↳
AcrossQuoteResult
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
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
quoteTimestamp
• quoteTimestamp: number
The timestamp of the quote.
Inherited from
BridgeQuoteResult.quoteTimestamp
Defined in
external/cow-sdk/src/bridging/types.ts:69
suggestedFees
• suggestedFees: SuggestedFeesResponse
Defined in
external/cow-sdk/src/bridging/providers/across/AcrossBridgeProvider.ts:54