Solidity 7 – Data Types
Last Updated on 23. March 2023 by Martin Schuster
In this lesson, we learn more about data types in Solidity.
Every variable has a specified data type. Data types in Solidity can roughly be distinguished into value types, contract types, function types, mapping types, and reference types.
Besides data types, we learn how to verify signatures.