Skip to main content

Interface: BridgeQuoteAndPost

Properties

bridge

bridge: BridgeQuoteResults

The quote results for the bridging.

Includes the bridging details.

Defined in

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


swap

swap: QuoteResults

The quote results for the CoW Protocol order.

Defined in

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

Methods

postSwapOrderFromQuote

postSwapOrderFromQuote(): Promise<OrderPostingResult>

Callback to post the swap order.

Returns

Promise<OrderPostingResult>

Defined in

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