Solidity Basics: Data-Types
Table of Content
Introduction
Value Types
Boolean
Integer
Address
Enums
Reference Types
Bytes
String
Array
Struct
Mappings
Summary
Introduction
Solidity is a statically typed language, which means the type of each variable has to b...
onyedika.hashnode.dev3 min read