Skip to main content

Interface: BridgeQuoteAmountsAndCosts<T>

Type parameters

NameType
Tbigint

Properties

afterFee

afterFee: Amounts<T>

Amounts after fees.

Defined in

external/cow-sdk/src/bridging/types.ts:331


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:338


beforeFee

beforeFee: Amounts<T>

Amounts before fees

Defined in

external/cow-sdk/src/bridging/types.ts:326


costs

costs: BridgeCosts<T>

Costs of the bridging.

Defined in

external/cow-sdk/src/bridging/types.ts:321


slippageBps

slippageBps: number

The slippage tolerance in basis points.

Defined in

external/cow-sdk/src/bridging/types.ts:343