Solidity 7 – Data Types

Published by Mario Oettler on

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.

Categories:

if()