HelloWorld
contract HelloWorld
Source: contracts/basic/helloWorld.sol
Index
Reference
Functions
HelloWorld
function HelloWorld() public
Constructor function.
greet
function greet() public view returns (string)
Return hello world greeting.
- Returns:
- string
kill
function kill() public
Only the owner can destroy the contract.