-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jobs.json
53 lines (53 loc) · 1 KB
/
Jobs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[
{
"inputs": [
{
"internalType": "bytes",
"name": "_signature",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "_jobId",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "_output",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "_totalTime",
"type": "uint256"
},
{
"internalType": "uint8",
"name": "_errorCode",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "_signTimestamp",
"type": "uint256"
}
],
"name": "submitOutput",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_jobId",
"type": "uint256"
}
],
"name": "slashOnExecutionTimeout",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]