28 lines
403 B
JSON
28 lines
403 B
JSON
|
{
|
||
|
"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": []
|
||
|
}
|
||
|
}
|
||
|
}
|