Represents a smart contract with full implementation capabilities.

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

The unique identifier of this entity among the compilation unit it belongs to.

loc: SrcInfo
methods: Map<CfgIdx, Cfg>

Accessors

  • get kind(): "contract"
  • Determines if this is a contract or a trait.

    Returns "contract"