Structs In Solidity
Struct In Solidity
The main purpose of Struct is to group together data types and then represent as a single type called as struct.
In Solidity, a struct is a user-defined data type that groups together related data variables under a single name. S...
blockchainwithjd.hashnode.dev2 min read