Class ContractTier

Hierarchy

  • ContractTier

Constructors

Properties

Constructors

Properties

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

Type declaration

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

    Type declaration

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

      Type declaration

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

        Type declaration

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

          Type declaration

          • speculative: {}

            Generated using TypeDoc