Solidity Tutorial: all about Enums
The word Enum in Solidity stands for Enumerable. They are user defined type that contain human readable names for a set of constants, called member. The data representation for an enum is the same as the one in the C language.
Table of Contents
- How and When to create Enums?
- Enums explained with a card deck