Skip to content

Commit

Permalink
Create CrossChainMessage.abi
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 26, 2024
1 parent 481d7d6 commit 70f676d
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"constant": true,
"inputs": [],
"name": "messages",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_messageId",
"type": "bytes32"
},
{
"name": "_message",
"type": "bytes"
}
],
"name": "sendMessage",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]

0 comments on commit 70f676d

Please sign in to comment.