Class UserStatus

Hierarchy

  • UserStatus

Constructors

Properties

ACTIVE: {
    active: {};
} = ...

Type declaration

  • active: {}
    BANKRUPT: {
        bankrupt: {};
    } = ...

    Type declaration

    • bankrupt: {}
      BEING_LIQUIDATED: {
          beingLiquidated: {};
      } = ...

      Type declaration

      • beingLiquidated: {}
        REDUCE_ONLY: {
            reduceOnly: {};
        } = ...

        Type declaration

        • reduceOnly: {}

          Generated using TypeDoc