External Interface
Smart contracts expose functions so users can interact with them. There are different types of functions including read-only
, private
and payable
.
Smart contracts expose functions so users can interact with them. There are different types of functions including read-only
, private
and payable
.