Variable DE_BRIDGE_API_STATE_STATUSConst

DE_BRIDGE_API_STATE_STATUS: {
    CLAIMEDORDERCANCEL: "ClaimedOrderCancel";
    CLAIMEDUNLOCK: "ClaimedUnlock";
    CREATED: "Created";
    FULFILLED: "Fulfilled";
    ORDERCANCELLED: "OrderCancelled";
    SENTORDERCANCEL: "SentOrderCancel";
    SENTUNLOCK: "SentUnlock";
} = ...

Type declaration

  • Readonly CLAIMEDORDERCANCEL: "ClaimedOrderCancel"
  • Readonly CLAIMEDUNLOCK: "ClaimedUnlock"
  • Readonly CREATED: "Created"
  • Readonly FULFILLED: "Fulfilled"
  • Readonly ORDERCANCELLED: "OrderCancelled"
  • Readonly SENTORDERCANCEL: "SentOrderCancel"
  • Readonly SENTUNLOCK: "SentUnlock"

Generated using TypeDoc