There are two types of functions: internal and external functions. Internal functions can be called from inside the current contract only. External functions can be called via external function calls.
There are two types of functions: internal and external functions. Internal functions can be called from inside the current contract only. External functions can be called via external function calls.