0

Question1: If I declare a private variable and put in personal information (if I did not create a getter function), does anyone have a way to see this information?

JungMin
  • 19
  • 1

1 Answers1

3

Yes, since all the info in the blockchain is public, anybody (who knows enough about how data is stored internally) can read the value in the variable.

Tudor Constantin
  • 2,625
  • 1
  • 9
  • 15