cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

Solidity return type string #329

Open cjmling opened 2 years ago

cjmling commented 2 years ago
    function getMessage() public view returns(string) {
        return message;
    }

Solidity return type string