1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/abi.json
2019-12-09 17:32:00 +01:00

49 lines
No EOL
739 B
JSON

{
"inputs": [
{
"name": "p",
"public": true,
"type": "struct",
"components": [
{
"name": "x",
"type": "field"
},
{
"name": "y",
"type": "field"
}
]
},
{
"name": "q",
"public": true,
"type": "struct",
"components": [
{
"name": "x",
"type": "field"
},
{
"name": "y",
"type": "field"
}
]
}
],
"outputs": [
{
"type": "struct",
"components": [
{
"name": "x",
"type": "field"
},
{
"name": "y",
"type": "field"
}
]
}
]
}