Interface: BridgeQuoteAmountsAndCosts<T>
Type parameters
Name | Type |
---|---|
T | bigint |
Properties
afterFee
• afterFee: Amounts
<T
>
Amounts after fees.
Defined in
external/cow-sdk/src/bridging/types.ts:268
afterSlippage
• afterSlippage: Amounts
<T
>
Amounts after slippage tolerance.
It includes the fees and the slippage tolerance, so its the minimum amount that the user will receive.
Defined in
external/cow-sdk/src/bridging/types.ts:275
beforeFee
• beforeFee: Amounts
<T
>
Amounts before fees
Defined in
external/cow-sdk/src/bridging/types.ts:263
costs
• costs: BridgeCosts
<T
>
Costs of the bridging.
Defined in
external/cow-sdk/src/bridging/types.ts:258
slippageBps
• slippageBps: number
The slippage tolerance in basis points.
Defined in
external/cow-sdk/src/bridging/types.ts:280