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


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

Inherited from

Omit.orderToSign

Defined in

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


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


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


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