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:269
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:276
beforeFee
• beforeFee: Amounts
<T
>
Amounts before fees
Defined in
external/cow-sdk/src/bridging/types.ts:264
costs
• costs: BridgeCosts
<T
>
Costs of the bridging.
Defined in
external/cow-sdk/src/bridging/types.ts:259
slippageBps
• slippageBps: number
The slippage tolerance in basis points.
Defined in
external/cow-sdk/src/bridging/types.ts:281