UNPKG

@cowprotocol/cow-sdk

Version:

## 📚 [Docs website](https://docs.cow.fi/)

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