In the world of digital currencies, when should one use the 'public' visibility modifier in solidity instead of 'external'?
makotoJan 14, 2022 · 3 years ago1 answers
When should one use the 'public' visibility modifier in Solidity instead of 'external' when dealing with digital currencies?
1 answers
- Jan 14, 2022 · 3 years agoWhen it comes to digital currencies, the choice between using the 'public' or 'external' visibility modifier in Solidity depends on the specific requirements of your contract. The 'public' modifier allows the function or variable to be accessed both internally and externally, making it suitable for cases where you need the function to be accessible by other contracts as well as external entities. On the other hand, the 'external' modifier restricts the access to only external accounts or contracts, which can be useful when you want to limit the access to certain functions or variables. For example, if you have a function that should only be called by external parties, you can use the 'external' modifier to ensure that it cannot be accessed internally. Ultimately, the choice between 'public' and 'external' depends on the specific use case and security requirements of your contract.
Related Tags
Hot Questions
- 95
What is the future of blockchain technology?
- 83
What are the best practices for reporting cryptocurrency on my taxes?
- 62
How can I minimize my tax liability when dealing with cryptocurrencies?
- 60
How can I buy Bitcoin with a credit card?
- 53
What are the best digital currencies to invest in right now?
- 38
Are there any special tax rules for crypto investors?
- 23
How does cryptocurrency affect my tax return?
- 16
What are the tax implications of using cryptocurrency?