Skip to content

Commit c53ac3e

Browse files
committed
Remove unused OptriSpace functions
1 parent 9bbe821 commit c53ac3e

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

contracts/OptriSpace.json

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
"stateMutability": "payable",
1616
"type": "constructor"
1717
},
18-
{
19-
"inputs": [],
20-
"name": "FrontendNodeDoesNotExist",
21-
"type": "error"
22-
},
2318
{
2419
"inputs": [],
2520
"name": "FunctionDoesNotExist",
@@ -83,66 +78,6 @@
8378
"stateMutability": "view",
8479
"type": "function"
8580
},
86-
{
87-
"inputs": [
88-
{
89-
"internalType": "address",
90-
"name": "frontendNodeAddress",
91-
"type": "address"
92-
}
93-
],
94-
"name": "getFrontendNodeClientsCount",
95-
"outputs": [
96-
{
97-
"internalType": "uint256",
98-
"name": "",
99-
"type": "uint256"
100-
}
101-
],
102-
"stateMutability": "view",
103-
"type": "function"
104-
},
105-
{
106-
"inputs": [
107-
{
108-
"internalType": "address",
109-
"name": "frontendNodeAddress",
110-
"type": "address"
111-
},
112-
{
113-
"internalType": "uint256",
114-
"name": "index",
115-
"type": "uint256"
116-
}
117-
],
118-
"name": "getFrontendNodeEventByIndex",
119-
"outputs": [
120-
{
121-
"components": [
122-
{
123-
"internalType": "uint64",
124-
"name": "timestamp",
125-
"type": "uint64"
126-
},
127-
{
128-
"internalType": "string",
129-
"name": "eventType",
130-
"type": "string"
131-
},
132-
{
133-
"internalType": "address",
134-
"name": "newRecordAddress",
135-
"type": "address"
136-
}
137-
],
138-
"internalType": "struct FrontendNodeEventValue",
139-
"name": "frontendNodeEvent",
140-
"type": "tuple"
141-
}
142-
],
143-
"stateMutability": "view",
144-
"type": "function"
145-
},
14681
{
14782
"inputs": [],
14883
"name": "getStats",

0 commit comments

Comments
 (0)