Data types in Solidity
I am available @ GitHub | Twitter
Data Types in Solidity
Solidity is statically typed language, which means data type of any/all variables has to be define during the declaration time itself. If not defined, the compiler throws an error. Based on the...
aipython.hashnode.dev4 min read