Class ContractTier

Hierarchy

  • ContractTier

Constructors

Properties

A: {
    a: {};
} = ...

Type declaration

  • a: {}
    B: {
        b: {};
    } = ...

    Type declaration

    • b: {}
      C: {
          c: {};
      } = ...

      Type declaration

      • c: {}
        HIGHLY_SPECULATIVE: {
            highlySpeculative: {};
        } = ...

        Type declaration

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

          Type declaration

          • isolated: {}
            SPECULATIVE: {
                speculative: {};
            } = ...

            Type declaration

            • speculative: {}

              Generated using TypeDoc