intents-framework
Version:
A reference ERC7683 implementation with TypeScript support
52 lines • 870 B
JSON
[
{
"type": "function",
"name": "moduleType",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint8",
"internalType": "uint8"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "setVerify",
"inputs": [
{
"name": "_verify",
"type": "bool",
"internalType": "bool"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "verify",
"inputs": [
{
"name": "",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
}
]