Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 740 Bytes

Contract Type.md

File metadata and controls

21 lines (18 loc) · 740 Bytes

Every contract defines its own type. Contracts can be explicitly converted to and from the address type. Contract types do not support any operators. The members of contract types are the external functions of the contract including any state variables marked as public.


Slide Screenshot

050.jpg


Slide Deck

  • Every Contract -> Own Type
  • Contract <-> Address
  • No Operators
  • Members: External Functions & Public State Variables

References


Tags

Contract Type Cont., Contract Types