Clarity theorytheory 0/50 · 0%
Functions · easy

17. Private Functions (define-private)

Internal helper functions.

Private functions can only be called by other functions within the same contract. They are not visible to external callers.

Check your understanding

  1. 1. Can a private function be called by a user transaction?