Enum in Solidity
Enum in Solidity
In Solidity, an enum (short for enumeration) is a user-defined type that represents a set of named values.
It is often used to define a list of possible options or choices that can be used as input or output for a contract function...
blockchainwithjd.hashnode.dev2 min read