Local Variables in Solidity
Local Variables in Solidity
In Solidity, it is common to use the underscore (_) character as a prefix for local variables in function arguments or in modifier definitions.
This is a convention used to differentiate between local variables and state...
blockchainwithjd.hashnode.dev2 min read