Skip to main content

Interface: QuoteResults

Exhaustive set of data which includes information about 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, { buyAmount: bigint ; sellAmount: bigint }>

Defined in

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


appDataInfo

appDataInfo: AppDataInfo

Defined in

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


orderToSign

orderToSign: UnsignedOrder

Defined in

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


orderTypedData

orderTypedData: OrderTypedData

Defined in

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


quoteResponse

quoteResponse: OrderQuoteResponse

Defined in

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


tradeParameters

tradeParameters: TradeParameters

Defined in

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