Solidity Value Types
Introduction
Solidity is a statically-typed language, meaning every variable must have its type declared at compile time. At the lowest level of this type system sit value types — the atomic building blocks from which all smart contract logic is cons...
harystyles.hashnode.dev33 min read