Mapping in Solidity Explained
Mapping is identical to a dictionary in every other language.
In Solidity, it is a hash table that is used to store information in the form of key-value pairs, where the key can be any of the built-in data types (other than reference types), and the...
zahraahawie.hashnode.dev4 min read
Brian Wachira
Software Engineer👨💻||Technical Writer📖||
Awesome post 💯