Class AssetTier

Hierarchy

  • AssetTier

Constructors

Properties

COLLATERAL: {
    collateral: {};
} = ...

Type declaration

  • collateral: {}
    CROSS: {
        cross: {};
    } = ...

    Type declaration

    • cross: {}
      ISOLATED: {
          isolated: {};
      } = ...

      Type declaration

      • isolated: {}
        PROTECTED: {
            protected: {};
        } = ...

        Type declaration

        • protected: {}
          UNLISTED: {
              unlisted: {};
          } = ...

          Type declaration

          • unlisted: {}

            Generated using TypeDoc