intents-framework
Version:
A reference ERC7683 implementation with TypeScript support
25 lines • 442 B
JSON
[
{
"type": "function",
"name": "fill",
"inputs": [
{
"name": "orderId",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "originData",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "fillerData",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [],
"stateMutability": "payable"
}
]