Interface: BridgeQuoteResult
Hierarchy
-
BridgeQuoteResult
Properties
amountsAndCosts
• amountsAndCosts: BridgeQuoteAmountsAndCosts
<bigint
>
Costs and amounts of the bridging.
Defined in
external/cow-sdk/src/bridging/types.ts:61
expectedFillTimeSeconds
• Optional
expectedFillTimeSeconds: number
The estimated time in seconds it takes to fill the order.
Defined in
external/cow-sdk/src/bridging/types.ts:66
fees
• fees: Object
Type declaration
Name | Type | Description |
---|---|---|
bridgeFee | bigint | The amount that should go to the relayer as a fee to cover relayer capital costs. In token atoms. |
destinationGasFee | bigint | The amount that should go to the relayer as a fee to cover relayer gas costs. In token atoms. |
Defined in
external/cow-sdk/src/bridging/types.ts:73
isSell
• isSell: boolean
Whether the quote is a sell or buy order.
Defined in
external/cow-sdk/src/bridging/types.ts:56
limits
• limits: Object
Type declaration
Name | Type | Description |
---|---|---|
maxDeposit | bigint | The maximum amount that can be deposited in the source chain. In token atoms. |
minDeposit | bigint | The minimum amount that should be deposited in the source chain. In token atoms. |
Defined in
external/cow-sdk/src/bridging/types.ts:86
quoteTimestamp
• quoteTimestamp: number
The timestamp of the quote.
Defined in
external/cow-sdk/src/bridging/types.ts:71