function view declaration
Solidity Code SnippetsThe function name() view public returns type name code is declaring that the function will have a public view and will return the type name assigned to it.
Shortcut: funcrview
0 Comments
Add Comment
Log in to add a comment