Enums in Solidity
In Solidity, Enums stand for Enumerable. Enums are user-defined data types that restrict the variable to having only one of the predefined values.
The predefined values present in the enumerated list are called enums. Internally, enums are treated as...
yakuzakiawe.hashnode.dev2 min read