UNPKG

@cowprotocol/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

11 lines (10 loc) 234 B
/** * The current order status. */ export declare enum OrderStatus { PRESIGNATURE_PENDING = "presignaturePending", OPEN = "open", FULFILLED = "fulfilled", CANCELLED = "cancelled", EXPIRED = "expired" }