Here's how to return Multiple Values in solidity
Strangely, Solidity allows functions to return multiple values. You might not be used to this if you've got some programming experience. But this feature could turn out to be super useful. Here is a snippet from the solidity docs to demonstrate this:...
koha.hashnode.dev2 min read