solutions/zokrates_prover/abi.json

28 lines
403 B
JSON
Executable File

{
"inputs": [
{
"name": "a",
"public": false,
"type": "array",
"components": {
"size": 8,
"type": "u8"
}
},
{
"name": "b",
"public": true,
"type": "array",
"components": {
"size": 8,
"type": "u32"
}
}
],
"output": {
"type": "tuple",
"components": {
"elements": []
}
}
}