Skip to main content

Interface: QuoteResultsSerialized

Hierarchy

  • Omit<QuoteResults, "amountsAndCosts">

    QuoteResultsSerialized

Properties

amountsAndCosts

amountsAndCosts: QuoteAmountsAndCosts<string>

Defined in

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


appDataInfo

appDataInfo: AppDataInfo

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

Inherited from

Omit.appDataInfo

Defined in

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


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)

Inherited from

Omit.orderToSign

Defined in

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


orderTypedData

orderTypedData: OrderTypedData

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

Inherited from

Omit.orderTypedData

Defined in

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


quoteResponse

quoteResponse: OrderQuoteResponse

Information about the quote response from the order book API.

Inherited from

Omit.quoteResponse

Defined in

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


suggestedSlippageBps

suggestedSlippageBps: number

The suggested slippage based on the quote.

Inherited from

Omit.suggestedSlippageBps

Defined in

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


tradeParameters

tradeParameters: TradeParameters

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

Inherited from

Omit.tradeParameters

Defined in

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