UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

8 lines (7 loc) • 137 B
export declare enum Signed0xOrderStatus { INVALID = 0, FILLABLE = 1, FILLED = 2, CANCELLED = 3, EXPIRED = 4 }