Iterable mappings in Solidity
A mapping in Solidity is a reference type that functions similarly to a dictionary or hash table in other programming languages. Key-value pairs are used to store data, with the key being any built-in data type, a byte, a string, or any contract, and...
journalsofajuniorweb3developer.hashnode.dev2 min read