Skip to content

Instantly share code, notes, and snippets.

@msusur
Created April 10, 2018 21:01
Show Gist options
  • Save msusur/981f678a0fd149712ec9525cd0f2299d to your computer and use it in GitHub Desktop.
Save msusur/981f678a0fd149712ec9525cd0f2299d to your computer and use it in GitHub Desktop.
[
{
"constant": false,
"inputs": [
{
"name": "code",
"type": "string"
}
],
"name": "AddMessage",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "addresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "fromWho",
"type": "address"
}
],
"name": "PopMessage",
"outputs": [
{
"name": "code",
"type": "string"
},
{
"name": "isRead",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment