Replies: 1 comment 3 replies
-
Hello @EWCunha, So in solidity, if you don't specify the visibility of a function, it would default to public. You can read up more solidity defaulting function visibility here |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @PatrickAlphaC I noticed this different syntax when you were explaining
FormalVerificationCatches
contract. I've never seenusing
keyword like this (with{}
and forth). Also, never seentype
keyword used like that. And the functions have no visibility specifiers. Where can I learn more about this? I'd appreciate any material. Or even an excerpt video from Patrick would be awesome!Thank you
Beta Was this translation helpful? Give feedback.
All reactions