Related resources for Solidity Reference Types
  • Reference Types In Solidity5/19/2019 12:48:31 PM. The Solidity data types can be classified according to the data location. If a variable stores its own data; it is a value type. If it holds a location of the data; it is a reference type. We have gon