Interface: EnrichedOrder
An order with the total fee added.
Hierarchy
-
↳
EnrichedOrder
Properties
appData
• appData: string
This field comes in two forms for backward compatibility. The hash form will eventually stop being accepted.
Inherited from
Order.appData
Defined in
external/cow-sdk/src/order-book/generated/models/OrderCreation.ts:84
appDataHash
• Optional
appDataHash: null
| string
May be set for debugging purposes. If set, this field is compared to what the backend
internally calculates as the app data hash based on the contents of appData
. If the
hash does not match, an error is returned. If this field is set, then appData
MUST be
a string encoding of a JSON object.
Inherited from
Order.appDataHash
Defined in
external/cow-sdk/src/order-book/generated/models/OrderCreation.ts:92
availableBalance
• Optional
availableBalance: null
| string
Unused field that is currently always set to null
and will be removed in the future.
Deprecated
Inherited from
Order.availableBalance
Defined in
external/cow-sdk/src/order-book/generated/models/OrderMetaData.ts:32
buyAmount
• buyAmount: string
see OrderParameters::buyAmount
Inherited from
Order.buyAmount
Defined in
external/cow-sdk/src/order-book/generated/models/OrderCreation.ts:38
buyToken
• buyToken: string
see OrderParameters::buyToken
Inherited from
Order.buyToken
Defined in
external/cow-sdk/src/order-book/generated/models/OrderCreation.ts:26