#solidity
Read more stories on Hashnode
Articles with this tag
An interesting data structure that you run into pretty quickly when working with Solidity is mapping. Mapping in Solidity acts like a hash table or...
Quick notes on msg object and it's properties. ยท What is the Message object in solidity? msg / The message object is a global variable that holds data...