Favour Ajayefavourajaye.hashnode.dev·Jul 15, 2023Structs in SoliditySolidity struct What is struct? In Solidity, a struct is a user-defined data structure that allows you to define a collection of related variables of different types. It is similar to a struct or object in other programming languages. Here's a simple...10 likessolidity basics