Private functions can only be called by other functions within the same contract. They are not visible to external callers.
← Clarity theorytheory 0/50 · 0%
Functions · easy
17. Private Functions (define-private)
Internal helper functions.
Check your understanding
1. Can a private function be called by a user transaction?