blockchain, cryptocurrency, network

Arrays in Solidity

There are many occasions when we want to pass to a function a group of similar data that may, or may not, be limited in number. The most basic data type for this situation is an array (and in several cases, this can be used to implement more advanced data structures). We can pass and …

Arrays in Solidity Read More »