Skip to main content

Interface: QuoteResults

Quote information for the CoW Protocol order, including information about the trade, quote, order, "app-data", and more.

This data is used to create a trade, sign an order, and post it to the order book.

Properties

amountsAndCosts

amountsAndCosts: QuoteAmountsAndCosts<bigint>

Details about costs and amounts, costs and fees of a quote.

Defined in

external/cow-sdk/src/trading/types.ts:133


appDataInfo

appDataInfo: AppDataInfo

Information about the app-data, including the JSON document and the keccak256 hash of the full document.

Defined in

external/cow-sdk/src/trading/types.ts:150


orderToSign

orderToSign: UnsignedOrder

Information about the order to be signed.

For signining, please use orderTypedData (EIP-712 typed data, which also includes the unsigned order)

Defined in

external/cow-sdk/src/trading/types.ts:140


orderTypedData

orderTypedData: OrderTypedData

EIP-712 typed data for the order ready to be signed.

Defined in

external/cow-sdk/src/trading/types.ts:155


quoteResponse

quoteResponse: OrderQuoteResponse

Information about the quote response from the order book API.

Defined in

external/cow-sdk/src/trading/types.ts:145


tradeParameters

tradeParameters: TradeParameters

Information about the trade, including the kind of order, the owner, the sell and buy tokens, and the amount.

Defined in

external/cow-sdk/src/trading/types.ts:128