Address in Solidity
The address type comes in two categories:
Address: A 20-byte value (the size of an Ethereum address).
Address payable: The same as the address but with the extra members transfer and send
This difference is made because a simple address is not d...
yakuzakiawe.hashnode.dev1 min read