Solidity Tutorial: Enum & Struct
In this episode, you will briefly learn a broad definition of Enums and Struct, Their applications and their usage in writing smart contracts.
Enum
Enums in Solidity is a way to define a new custom data type that maps a set of named values to an unde...
thenavigator.hashnode.dev6 min read