Class MarketStatus

Hierarchy

  • MarketStatus

Constructors

Properties

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

Type declaration

  • active: {}
    AMM_PAUSED: {
        ammPaused: {};
    } = ...

    Type declaration

    • ammPaused: {}
      DELISTED: {
          delisted: {};
      } = ...

      Type declaration

      • delisted: {}
        FILL_PAUSED: {
            fillPaused: {};
        } = ...

        Type declaration

        • fillPaused: {}
          FUNDING_PAUSED: {
              fundingPaused: {};
          } = ...

          Type declaration

          • fundingPaused: {}
            INITIALIZED: {
                initialized: {};
            } = ...

            Type declaration

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

              Type declaration

              • reduceOnly: {}
                SETTLEMENT: {
                    settlement: {};
                } = ...

                Type declaration

                • settlement: {}
                  WITHDRAW_PAUSED: {
                      withdrawPaused: {};
                  } = ...

                  Type declaration

                  • withdrawPaused: {}

                    Generated using TypeDoc