Different Types Of Memory in Solidity
Storage
Note Storage Variables are called as State Variables
In Solidity, "storage" refers to a location on the Ethereum blockchain where data is permanently stored. When a variable is declared as a state variable in a contract, it is stored in the...
blockchainwithjd.hashnode.dev4 min read