intents-framework
Version:
A reference ERC7683 implementation with TypeScript support
25 lines • 441 B
JSON
[
{
"type": "function",
"name": "handle",
"inputs": [
{
"name": "_origin",
"type": "uint32",
"internalType": "uint32"
},
{
"name": "_sender",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "_message",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [],
"stateMutability": "payable"
}
]