Functions

Functions are the executable units of code within a contract. Here is a function structure in solidity, as follows:

function (<Input parameters>) {access modifiers} [pure|constant|view|payable] [returns (<return types>)]
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.14.103.77