@inco/js 1.0.0-devnet-9 → 1.0.0-testnet-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +64 -64
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.js +1 -1
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +3 -3
- package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.js +1 -1
- package/dist/cjs/generated/es/inco/helioswrapper/v1/helioswrapper_pb.d.ts +3 -3
- package/dist/cjs/generated/es/inco/helioswrapper/v1/helioswrapper_pb.js +1 -1
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +5 -5
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.js +1 -1
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.d.ts +3 -3
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
- package/dist/cjs/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.d.ts +5 -5
- package/dist/cjs/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.js +1 -1
- package/dist/cjs/generated/lightning.d.ts +24 -0
- package/dist/cjs/generated/lightning.js +26 -1
- package/dist/cjs/generated/local-node.d.ts +3 -3
- package/dist/cjs/generated/local-node.js +3 -3
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +64 -64
- package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.js +1 -1
- package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +3 -3
- package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.js +1 -1
- package/dist/esm/generated/es/inco/helioswrapper/v1/helioswrapper_pb.d.ts +3 -3
- package/dist/esm/generated/es/inco/helioswrapper/v1/helioswrapper_pb.js +1 -1
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +5 -5
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.js +1 -1
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.d.ts +3 -3
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
- package/dist/esm/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.d.ts +5 -5
- package/dist/esm/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.js +1 -1
- package/dist/esm/generated/lightning.d.ts +24 -0
- package/dist/esm/generated/lightning.js +26 -1
- package/dist/esm/generated/local-node.d.ts +3 -3
- package/dist/esm/generated/local-node.js +3 -3
- package/dist/types/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +64 -64
- package/dist/types/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +3 -3
- package/dist/types/generated/es/inco/helioswrapper/v1/helioswrapper_pb.d.ts +3 -3
- package/dist/types/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +5 -5
- package/dist/types/generated/es/inco/kms/lite/v1/types_pb.d.ts +3 -3
- package/dist/types/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.d.ts +5 -5
- package/dist/types/generated/lightning.d.ts +24 -0
- package/dist/types/generated/local-node.d.ts +3 -3
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@ export type SingleCastOpRequest = Message<"inco.covalidator.compute.v1.SingleCas
|
|
|
20
20
|
/**
|
|
21
21
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram ct = 2;
|
|
22
22
|
*/
|
|
23
|
-
ct?: StoredCryptogram;
|
|
23
|
+
ct?: StoredCryptogram | undefined;
|
|
24
24
|
/**
|
|
25
25
|
* @generated from field: int32 toType = 3;
|
|
26
26
|
*/
|
|
@@ -28,7 +28,7 @@ export type SingleCastOpRequest = Message<"inco.covalidator.compute.v1.SingleCas
|
|
|
28
28
|
/**
|
|
29
29
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
30
30
|
*/
|
|
31
|
-
configureRequest?: ConfigureRequest;
|
|
31
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* Describes the message inco.covalidator.compute.v1.SingleCastOpRequest.
|
|
@@ -46,11 +46,11 @@ export type SingleUnaryOpRequest = Message<"inco.covalidator.compute.v1.SingleUn
|
|
|
46
46
|
/**
|
|
47
47
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram ct = 2;
|
|
48
48
|
*/
|
|
49
|
-
ct?: StoredCryptogram;
|
|
49
|
+
ct?: StoredCryptogram | undefined;
|
|
50
50
|
/**
|
|
51
51
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 3;
|
|
52
52
|
*/
|
|
53
|
-
configureRequest?: ConfigureRequest;
|
|
53
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
54
54
|
};
|
|
55
55
|
/**
|
|
56
56
|
* Describes the message inco.covalidator.compute.v1.SingleUnaryOpRequest.
|
|
@@ -68,15 +68,15 @@ export type SingleBinaryOpRequest = Message<"inco.covalidator.compute.v1.SingleB
|
|
|
68
68
|
/**
|
|
69
69
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram lhs = 2;
|
|
70
70
|
*/
|
|
71
|
-
lhs?: StoredCryptogram;
|
|
71
|
+
lhs?: StoredCryptogram | undefined;
|
|
72
72
|
/**
|
|
73
73
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram rhs = 3;
|
|
74
74
|
*/
|
|
75
|
-
rhs?: StoredCryptogram;
|
|
75
|
+
rhs?: StoredCryptogram | undefined;
|
|
76
76
|
/**
|
|
77
77
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
78
78
|
*/
|
|
79
|
-
configureRequest?: ConfigureRequest;
|
|
79
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
80
80
|
};
|
|
81
81
|
/**
|
|
82
82
|
* Describes the message inco.covalidator.compute.v1.SingleBinaryOpRequest.
|
|
@@ -94,7 +94,7 @@ export type SingleBinaryOpScalarRequest = Message<"inco.covalidator.compute.v1.S
|
|
|
94
94
|
/**
|
|
95
95
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram lhs = 2;
|
|
96
96
|
*/
|
|
97
|
-
lhs?: StoredCryptogram;
|
|
97
|
+
lhs?: StoredCryptogram | undefined;
|
|
98
98
|
/**
|
|
99
99
|
* @generated from field: bytes rhs = 3;
|
|
100
100
|
*/
|
|
@@ -102,7 +102,7 @@ export type SingleBinaryOpScalarRequest = Message<"inco.covalidator.compute.v1.S
|
|
|
102
102
|
/**
|
|
103
103
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
104
104
|
*/
|
|
105
|
-
configureRequest?: ConfigureRequest;
|
|
105
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
106
106
|
};
|
|
107
107
|
/**
|
|
108
108
|
* Describes the message inco.covalidator.compute.v1.SingleBinaryOpScalarRequest.
|
|
@@ -120,19 +120,19 @@ export type SingleTernaryOpRequest = Message<"inco.covalidator.compute.v1.Single
|
|
|
120
120
|
/**
|
|
121
121
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram lhs = 2;
|
|
122
122
|
*/
|
|
123
|
-
lhs?: StoredCryptogram;
|
|
123
|
+
lhs?: StoredCryptogram | undefined;
|
|
124
124
|
/**
|
|
125
125
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram middle = 3;
|
|
126
126
|
*/
|
|
127
|
-
middle?: StoredCryptogram;
|
|
127
|
+
middle?: StoredCryptogram | undefined;
|
|
128
128
|
/**
|
|
129
129
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram rhs = 4;
|
|
130
130
|
*/
|
|
131
|
-
rhs?: StoredCryptogram;
|
|
131
|
+
rhs?: StoredCryptogram | undefined;
|
|
132
132
|
/**
|
|
133
133
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 5;
|
|
134
134
|
*/
|
|
135
|
-
configureRequest?: ConfigureRequest;
|
|
135
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
136
136
|
};
|
|
137
137
|
/**
|
|
138
138
|
* Describes the message inco.covalidator.compute.v1.SingleTernaryOpRequest.
|
|
@@ -154,7 +154,7 @@ export type SingleTrivialOpRequest = Message<"inco.covalidator.compute.v1.Single
|
|
|
154
154
|
/**
|
|
155
155
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 3;
|
|
156
156
|
*/
|
|
157
|
-
configureRequest?: ConfigureRequest;
|
|
157
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
158
158
|
};
|
|
159
159
|
/**
|
|
160
160
|
* Describes the message inco.covalidator.compute.v1.SingleTrivialOpRequest.
|
|
@@ -172,7 +172,7 @@ export type SingleRandBoundedOpRequest = Message<"inco.covalidator.compute.v1.Si
|
|
|
172
172
|
/**
|
|
173
173
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram upperBound = 2;
|
|
174
174
|
*/
|
|
175
|
-
upperBound?: StoredCryptogram;
|
|
175
|
+
upperBound?: StoredCryptogram | undefined;
|
|
176
176
|
/**
|
|
177
177
|
* @generated from field: int32 randType = 3;
|
|
178
178
|
*/
|
|
@@ -184,7 +184,7 @@ export type SingleRandBoundedOpRequest = Message<"inco.covalidator.compute.v1.Si
|
|
|
184
184
|
/**
|
|
185
185
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 5;
|
|
186
186
|
*/
|
|
187
|
-
configureRequest?: ConfigureRequest;
|
|
187
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
188
188
|
};
|
|
189
189
|
/**
|
|
190
190
|
* Describes the message inco.covalidator.compute.v1.SingleRandBoundedOpRequest.
|
|
@@ -206,7 +206,7 @@ export type SingleNewEListOpRequest = Message<"inco.covalidator.compute.v1.Singl
|
|
|
206
206
|
/**
|
|
207
207
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
208
208
|
*/
|
|
209
|
-
configureRequest?: ConfigureRequest;
|
|
209
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
210
210
|
};
|
|
211
211
|
/**
|
|
212
212
|
* Describes the message inco.covalidator.compute.v1.SingleNewEListOpRequest.
|
|
@@ -220,15 +220,15 @@ export type SingleEListAppendOpRequest = Message<"inco.covalidator.compute.v1.Si
|
|
|
220
220
|
/**
|
|
221
221
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 2;
|
|
222
222
|
*/
|
|
223
|
-
elist?: StoredCryptogram;
|
|
223
|
+
elist?: StoredCryptogram | undefined;
|
|
224
224
|
/**
|
|
225
225
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram value = 3;
|
|
226
226
|
*/
|
|
227
|
-
value?: StoredCryptogram;
|
|
227
|
+
value?: StoredCryptogram | undefined;
|
|
228
228
|
/**
|
|
229
229
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
230
230
|
*/
|
|
231
|
-
configureRequest?: ConfigureRequest;
|
|
231
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
232
232
|
};
|
|
233
233
|
/**
|
|
234
234
|
* Describes the message inco.covalidator.compute.v1.SingleEListAppendOpRequest.
|
|
@@ -242,19 +242,19 @@ export type SingleEListInsertOpRequest = Message<"inco.covalidator.compute.v1.Si
|
|
|
242
242
|
/**
|
|
243
243
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 2;
|
|
244
244
|
*/
|
|
245
|
-
elist?: StoredCryptogram;
|
|
245
|
+
elist?: StoredCryptogram | undefined;
|
|
246
246
|
/**
|
|
247
247
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram index = 3;
|
|
248
248
|
*/
|
|
249
|
-
index?: StoredCryptogram;
|
|
249
|
+
index?: StoredCryptogram | undefined;
|
|
250
250
|
/**
|
|
251
251
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram value = 4;
|
|
252
252
|
*/
|
|
253
|
-
value?: StoredCryptogram;
|
|
253
|
+
value?: StoredCryptogram | undefined;
|
|
254
254
|
/**
|
|
255
255
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 5;
|
|
256
256
|
*/
|
|
257
|
-
configureRequest?: ConfigureRequest;
|
|
257
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
258
258
|
};
|
|
259
259
|
/**
|
|
260
260
|
* Describes the message inco.covalidator.compute.v1.SingleEListInsertOpRequest.
|
|
@@ -268,15 +268,15 @@ export type SingleEListConcatOpRequest = Message<"inco.covalidator.compute.v1.Si
|
|
|
268
268
|
/**
|
|
269
269
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist1 = 1;
|
|
270
270
|
*/
|
|
271
|
-
elist1?: StoredCryptogram;
|
|
271
|
+
elist1?: StoredCryptogram | undefined;
|
|
272
272
|
/**
|
|
273
273
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist2 = 2;
|
|
274
274
|
*/
|
|
275
|
-
elist2?: StoredCryptogram;
|
|
275
|
+
elist2?: StoredCryptogram | undefined;
|
|
276
276
|
/**
|
|
277
277
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 3;
|
|
278
278
|
*/
|
|
279
|
-
configureRequest?: ConfigureRequest;
|
|
279
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
280
280
|
};
|
|
281
281
|
/**
|
|
282
282
|
* Describes the message inco.covalidator.compute.v1.SingleEListConcatOpRequest.
|
|
@@ -290,11 +290,11 @@ export type SingleEListSliceOpRequest = Message<"inco.covalidator.compute.v1.Sin
|
|
|
290
290
|
/**
|
|
291
291
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 1;
|
|
292
292
|
*/
|
|
293
|
-
elist?: StoredCryptogram;
|
|
293
|
+
elist?: StoredCryptogram | undefined;
|
|
294
294
|
/**
|
|
295
295
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram start = 2;
|
|
296
296
|
*/
|
|
297
|
-
start?: StoredCryptogram;
|
|
297
|
+
start?: StoredCryptogram | undefined;
|
|
298
298
|
/**
|
|
299
299
|
* @generated from field: int32 len = 3;
|
|
300
300
|
*/
|
|
@@ -302,11 +302,11 @@ export type SingleEListSliceOpRequest = Message<"inco.covalidator.compute.v1.Sin
|
|
|
302
302
|
/**
|
|
303
303
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram defaultValue = 4;
|
|
304
304
|
*/
|
|
305
|
-
defaultValue?: StoredCryptogram;
|
|
305
|
+
defaultValue?: StoredCryptogram | undefined;
|
|
306
306
|
/**
|
|
307
307
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 5;
|
|
308
308
|
*/
|
|
309
|
-
configureRequest?: ConfigureRequest;
|
|
309
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
310
310
|
};
|
|
311
311
|
/**
|
|
312
312
|
* Describes the message inco.covalidator.compute.v1.SingleEListSliceOpRequest.
|
|
@@ -320,7 +320,7 @@ export type SingleEListGetOpRequest = Message<"inco.covalidator.compute.v1.Singl
|
|
|
320
320
|
/**
|
|
321
321
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 1;
|
|
322
322
|
*/
|
|
323
|
-
elist?: StoredCryptogram;
|
|
323
|
+
elist?: StoredCryptogram | undefined;
|
|
324
324
|
/**
|
|
325
325
|
* @generated from field: int32 index = 2;
|
|
326
326
|
*/
|
|
@@ -328,7 +328,7 @@ export type SingleEListGetOpRequest = Message<"inco.covalidator.compute.v1.Singl
|
|
|
328
328
|
/**
|
|
329
329
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 3;
|
|
330
330
|
*/
|
|
331
|
-
configureRequest?: ConfigureRequest;
|
|
331
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
332
332
|
};
|
|
333
333
|
/**
|
|
334
334
|
* Describes the message inco.covalidator.compute.v1.SingleEListGetOpRequest.
|
|
@@ -342,19 +342,19 @@ export type SingleEListGetOrOpRequest = Message<"inco.covalidator.compute.v1.Sin
|
|
|
342
342
|
/**
|
|
343
343
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 1;
|
|
344
344
|
*/
|
|
345
|
-
elist?: StoredCryptogram;
|
|
345
|
+
elist?: StoredCryptogram | undefined;
|
|
346
346
|
/**
|
|
347
347
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram index = 2;
|
|
348
348
|
*/
|
|
349
|
-
index?: StoredCryptogram;
|
|
349
|
+
index?: StoredCryptogram | undefined;
|
|
350
350
|
/**
|
|
351
351
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram defaultValue = 3;
|
|
352
352
|
*/
|
|
353
|
-
defaultValue?: StoredCryptogram;
|
|
353
|
+
defaultValue?: StoredCryptogram | undefined;
|
|
354
354
|
/**
|
|
355
355
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
356
356
|
*/
|
|
357
|
-
configureRequest?: ConfigureRequest;
|
|
357
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
358
358
|
};
|
|
359
359
|
/**
|
|
360
360
|
* Describes the message inco.covalidator.compute.v1.SingleEListGetOrOpRequest.
|
|
@@ -368,19 +368,19 @@ export type SingleEListSetOpRequest = Message<"inco.covalidator.compute.v1.Singl
|
|
|
368
368
|
/**
|
|
369
369
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 1;
|
|
370
370
|
*/
|
|
371
|
-
elist?: StoredCryptogram;
|
|
371
|
+
elist?: StoredCryptogram | undefined;
|
|
372
372
|
/**
|
|
373
373
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram index = 2;
|
|
374
374
|
*/
|
|
375
|
-
index?: StoredCryptogram;
|
|
375
|
+
index?: StoredCryptogram | undefined;
|
|
376
376
|
/**
|
|
377
377
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram value = 3;
|
|
378
378
|
*/
|
|
379
|
-
value?: StoredCryptogram;
|
|
379
|
+
value?: StoredCryptogram | undefined;
|
|
380
380
|
/**
|
|
381
381
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
382
382
|
*/
|
|
383
|
-
configureRequest?: ConfigureRequest;
|
|
383
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
384
384
|
};
|
|
385
385
|
/**
|
|
386
386
|
* Describes the message inco.covalidator.compute.v1.SingleEListSetOpRequest.
|
|
@@ -406,7 +406,7 @@ export type SingleEListRangeOpRequest = Message<"inco.covalidator.compute.v1.Sin
|
|
|
406
406
|
/**
|
|
407
407
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
408
408
|
*/
|
|
409
|
-
configureRequest?: ConfigureRequest;
|
|
409
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
410
410
|
};
|
|
411
411
|
/**
|
|
412
412
|
* Describes the message inco.covalidator.compute.v1.SingleEListRangeOpRequest.
|
|
@@ -420,7 +420,7 @@ export type SingleEListShuffleOpRequest = Message<"inco.covalidator.compute.v1.S
|
|
|
420
420
|
/**
|
|
421
421
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 1;
|
|
422
422
|
*/
|
|
423
|
-
elist?: StoredCryptogram;
|
|
423
|
+
elist?: StoredCryptogram | undefined;
|
|
424
424
|
/**
|
|
425
425
|
* @generated from field: bytes nonce = 2;
|
|
426
426
|
*/
|
|
@@ -428,7 +428,7 @@ export type SingleEListShuffleOpRequest = Message<"inco.covalidator.compute.v1.S
|
|
|
428
428
|
/**
|
|
429
429
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 3;
|
|
430
430
|
*/
|
|
431
|
-
configureRequest?: ConfigureRequest;
|
|
431
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
432
432
|
};
|
|
433
433
|
/**
|
|
434
434
|
* Describes the message inco.covalidator.compute.v1.SingleEListShuffleOpRequest.
|
|
@@ -442,11 +442,11 @@ export type SingleEListReverseOpRequest = Message<"inco.covalidator.compute.v1.S
|
|
|
442
442
|
/**
|
|
443
443
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram elist = 1;
|
|
444
444
|
*/
|
|
445
|
-
elist?: StoredCryptogram;
|
|
445
|
+
elist?: StoredCryptogram | undefined;
|
|
446
446
|
/**
|
|
447
447
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 2;
|
|
448
448
|
*/
|
|
449
|
-
configureRequest?: ConfigureRequest;
|
|
449
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
450
450
|
};
|
|
451
451
|
/**
|
|
452
452
|
* Describes the message inco.covalidator.compute.v1.SingleEListReverseOpRequest.
|
|
@@ -460,7 +460,7 @@ export type SingleCiphertextResponse = Message<"inco.covalidator.compute.v1.Sing
|
|
|
460
460
|
/**
|
|
461
461
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram ciphertext = 1;
|
|
462
462
|
*/
|
|
463
|
-
ciphertext?: StoredCryptogram;
|
|
463
|
+
ciphertext?: StoredCryptogram | undefined;
|
|
464
464
|
};
|
|
465
465
|
/**
|
|
466
466
|
* Describes the message inco.covalidator.compute.v1.SingleCiphertextResponse.
|
|
@@ -493,7 +493,7 @@ export type InputToStoredCryptogramRequest = Message<"inco.covalidator.compute.v
|
|
|
493
493
|
*
|
|
494
494
|
* @generated from field: inco.covalidator.compute.v1.InputCryptogram input = 1;
|
|
495
495
|
*/
|
|
496
|
-
input?: InputCryptogram;
|
|
496
|
+
input?: InputCryptogram | undefined;
|
|
497
497
|
/**
|
|
498
498
|
* The index handle to determine to which value this input refers to in in a list input
|
|
499
499
|
*
|
|
@@ -503,7 +503,7 @@ export type InputToStoredCryptogramRequest = Message<"inco.covalidator.compute.v
|
|
|
503
503
|
/**
|
|
504
504
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
505
505
|
*/
|
|
506
|
-
configureRequest?: ConfigureRequest;
|
|
506
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
507
507
|
};
|
|
508
508
|
/**
|
|
509
509
|
* Describes the message inco.covalidator.compute.v1.InputToStoredCryptogramRequest.
|
|
@@ -521,7 +521,7 @@ export type InputToStoredCryptogramResponse = Message<"inco.covalidator.compute.
|
|
|
521
521
|
*
|
|
522
522
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram ciphertext = 1;
|
|
523
523
|
*/
|
|
524
|
-
ciphertext?: StoredCryptogram;
|
|
524
|
+
ciphertext?: StoredCryptogram | undefined;
|
|
525
525
|
};
|
|
526
526
|
/**
|
|
527
527
|
* Describes the message inco.covalidator.compute.v1.InputToStoredCryptogramResponse.
|
|
@@ -545,7 +545,7 @@ export type ConfigureRequest = Message<"inco.covalidator.compute.v1.ConfigureReq
|
|
|
545
545
|
*
|
|
546
546
|
* @generated from field: inco.helioswrapper.v1.StartHeliosRequest helios_config = 2;
|
|
547
547
|
*/
|
|
548
|
-
heliosConfig?: StartHeliosRequest;
|
|
548
|
+
heliosConfig?: StartHeliosRequest | undefined;
|
|
549
549
|
};
|
|
550
550
|
/**
|
|
551
551
|
* Describes the message inco.covalidator.compute.v1.ConfigureRequest.
|
|
@@ -563,7 +563,7 @@ export type HeliosConfigureRequest = Message<"inco.covalidator.compute.v1.Helios
|
|
|
563
563
|
*
|
|
564
564
|
* @generated from field: inco.helioswrapper.v1.StartHeliosRequest helios_config = 2;
|
|
565
565
|
*/
|
|
566
|
-
heliosConfig?: StartHeliosRequest;
|
|
566
|
+
heliosConfig?: StartHeliosRequest | undefined;
|
|
567
567
|
};
|
|
568
568
|
/**
|
|
569
569
|
* Describes the message inco.covalidator.compute.v1.HeliosConfigureRequest.
|
|
@@ -681,7 +681,7 @@ export type AttestedDecryptRequest = Message<"inco.covalidator.compute.v1.Attest
|
|
|
681
681
|
/**
|
|
682
682
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 5;
|
|
683
683
|
*/
|
|
684
|
-
configureRequest?: ConfigureRequest;
|
|
684
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
685
685
|
};
|
|
686
686
|
/**
|
|
687
687
|
* Describes the message inco.covalidator.compute.v1.AttestedDecryptRequest.
|
|
@@ -753,11 +753,11 @@ export type EListAttestedDecryptRequest = Message<"inco.covalidator.compute.v1.E
|
|
|
753
753
|
*
|
|
754
754
|
* @generated from field: inco.covalidator.compute.v1.CryptogramWithProof cryptogram_with_proof = 4;
|
|
755
755
|
*/
|
|
756
|
-
cryptogramWithProof?: CryptogramWithProof;
|
|
756
|
+
cryptogramWithProof?: CryptogramWithProof | undefined;
|
|
757
757
|
/**
|
|
758
758
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 5;
|
|
759
759
|
*/
|
|
760
|
-
configureRequest?: ConfigureRequest;
|
|
760
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
761
761
|
};
|
|
762
762
|
/**
|
|
763
763
|
* Describes the message inco.covalidator.compute.v1.EListAttestedDecryptRequest.
|
|
@@ -794,7 +794,7 @@ export type EListAttestedDecryptResponse = Message<"inco.covalidator.compute.v1.
|
|
|
794
794
|
*
|
|
795
795
|
* @generated from field: inco.kms.lite.v1.DecryptionAttestation commitment_proof_attestation = 1;
|
|
796
796
|
*/
|
|
797
|
-
commitmentProofAttestation?: DecryptionAttestation;
|
|
797
|
+
commitmentProofAttestation?: DecryptionAttestation | undefined;
|
|
798
798
|
/**
|
|
799
799
|
* values is the list of decrypted elist elements.
|
|
800
800
|
*
|
|
@@ -831,7 +831,7 @@ export type AttestedRevealRequest = Message<"inco.covalidator.compute.v1.Atteste
|
|
|
831
831
|
/**
|
|
832
832
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
833
833
|
*/
|
|
834
|
-
configureRequest?: ConfigureRequest;
|
|
834
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
835
835
|
};
|
|
836
836
|
/**
|
|
837
837
|
* Describes the message inco.covalidator.compute.v1.AttestedRevealRequest.
|
|
@@ -850,11 +850,11 @@ export type EListAttestedRevealRequest = Message<"inco.covalidator.compute.v1.EL
|
|
|
850
850
|
*
|
|
851
851
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram cryptogram = 3;
|
|
852
852
|
*/
|
|
853
|
-
cryptogram?: StoredCryptogram;
|
|
853
|
+
cryptogram?: StoredCryptogram | undefined;
|
|
854
854
|
/**
|
|
855
855
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 4;
|
|
856
856
|
*/
|
|
857
|
-
configureRequest?: ConfigureRequest;
|
|
857
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
858
858
|
};
|
|
859
859
|
/**
|
|
860
860
|
* Describes the message inco.covalidator.compute.v1.EListAttestedRevealRequest.
|
|
@@ -891,7 +891,7 @@ export type EListAttestedRevealResponse = Message<"inco.covalidator.compute.v1.E
|
|
|
891
891
|
*
|
|
892
892
|
* @generated from field: inco.kms.lite.v1.DecryptionAttestation commitment_proof_attestation = 1;
|
|
893
893
|
*/
|
|
894
|
-
commitmentProofAttestation?: DecryptionAttestation;
|
|
894
|
+
commitmentProofAttestation?: DecryptionAttestation | undefined;
|
|
895
895
|
/**
|
|
896
896
|
* values is the list of decrypted elist elements.
|
|
897
897
|
*
|
|
@@ -989,7 +989,7 @@ export type AttestedComputeRequest = Message<"inco.covalidator.compute.v1.Attest
|
|
|
989
989
|
*
|
|
990
990
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram lhs = 5;
|
|
991
991
|
*/
|
|
992
|
-
lhs?: StoredCryptogram;
|
|
992
|
+
lhs?: StoredCryptogram | undefined;
|
|
993
993
|
/**
|
|
994
994
|
* Second plaintext scalar operand encoded as a hex string (with or without 0x prefix)
|
|
995
995
|
*
|
|
@@ -1003,11 +1003,11 @@ export type AttestedComputeRequest = Message<"inco.covalidator.compute.v1.Attest
|
|
|
1003
1003
|
*
|
|
1004
1004
|
* @generated from field: inco.kms.lite.v1.ACLProof acl_proof = 7;
|
|
1005
1005
|
*/
|
|
1006
|
-
aclProof?: ACLProof;
|
|
1006
|
+
aclProof?: ACLProof | undefined;
|
|
1007
1007
|
/**
|
|
1008
1008
|
* @generated from field: optional inco.covalidator.compute.v1.ConfigureRequest configure_request = 8;
|
|
1009
1009
|
*/
|
|
1010
|
-
configureRequest?: ConfigureRequest;
|
|
1010
|
+
configureRequest?: ConfigureRequest | undefined;
|
|
1011
1011
|
};
|
|
1012
1012
|
/**
|
|
1013
1013
|
* Describes the message inco.covalidator.compute.v1.AttestedComputeRequest.
|
|
@@ -1025,7 +1025,7 @@ export type AttestedComputeResponse = Message<"inco.covalidator.compute.v1.Attes
|
|
|
1025
1025
|
*
|
|
1026
1026
|
* @generated from field: inco.kms.lite.v1.DecryptionAttestation decryption_attestation = 1;
|
|
1027
1027
|
*/
|
|
1028
|
-
decryptionAttestation?: DecryptionAttestation;
|
|
1028
|
+
decryptionAttestation?: DecryptionAttestation | undefined;
|
|
1029
1029
|
};
|
|
1030
1030
|
/**
|
|
1031
1031
|
* Describes the message inco.covalidator.compute.v1.AttestedComputeResponse.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.
|
|
2
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
|
|
3
3
|
// @generated from file inco/covalidator/compute/v1/server.proto (package inco.covalidator.compute.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -53,7 +53,7 @@ export type InputCryptogram = Message<"inco.covalidator.compute.v1.InputCryptogr
|
|
|
53
53
|
*
|
|
54
54
|
* @generated from field: inco.covalidator.compute.v1.InputContext context = 1;
|
|
55
55
|
*/
|
|
56
|
-
context?: InputContext;
|
|
56
|
+
context?: InputContext | undefined;
|
|
57
57
|
/**
|
|
58
58
|
* The CiphertextInput: an encrypted serialisation of InputPayload
|
|
59
59
|
*
|
|
@@ -203,11 +203,11 @@ export type CryptogramWithProof = Message<"inco.covalidator.compute.v1.Cryptogra
|
|
|
203
203
|
/**
|
|
204
204
|
* @generated from field: inco.covalidator.compute.v1.StoredCryptogram cryptogram = 1;
|
|
205
205
|
*/
|
|
206
|
-
cryptogram?: StoredCryptogram;
|
|
206
|
+
cryptogram?: StoredCryptogram | undefined;
|
|
207
207
|
/**
|
|
208
208
|
* @generated from field: inco.kms.lite.v1.ACLProof acl_proof = 2;
|
|
209
209
|
*/
|
|
210
|
-
aclProof?: ACLProof;
|
|
210
|
+
aclProof?: ACLProof | undefined;
|
|
211
211
|
};
|
|
212
212
|
/**
|
|
213
213
|
* Describes the message inco.covalidator.compute.v1.CryptogramWithProof.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.
|
|
2
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
|
|
3
3
|
// @generated from file inco/covalidator/compute/v1/types.proto (package inco.covalidator.compute.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -21,21 +21,21 @@ export type StartHeliosRequest = Message<"inco.helioswrapper.v1.StartHeliosReque
|
|
|
21
21
|
*
|
|
22
22
|
* @generated from field: optional string consensus_rpc = 2;
|
|
23
23
|
*/
|
|
24
|
-
consensusRpc?: string;
|
|
24
|
+
consensusRpc?: string | undefined;
|
|
25
25
|
/**
|
|
26
26
|
* The latest hex encoded checkpoint. This should be a trusted checkpoint that is no greater than ~2 weeks old.
|
|
27
27
|
* If you are unsure what checkpoint to use, you can skip this option and set either `load_external_fallback` or `fallback` values (described below) to fetch a checkpoint. Though this is not recommended and less secure.
|
|
28
28
|
*
|
|
29
29
|
* @generated from field: optional string checkpoint = 3;
|
|
30
30
|
*/
|
|
31
|
-
checkpoint?: string;
|
|
31
|
+
checkpoint?: string | undefined;
|
|
32
32
|
/**
|
|
33
33
|
* A checkpoint fallback is used if no checkpoint is provided or the given checkpoint is too old.
|
|
34
34
|
* This is expected to be a trusted checkpoint sync api endpoint.
|
|
35
35
|
*
|
|
36
36
|
* @generated from field: optional string fallback = 4;
|
|
37
37
|
*/
|
|
38
|
-
fallback?: string;
|
|
38
|
+
fallback?: string | undefined;
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* Describes the message inco.helioswrapper.v1.StartHeliosRequest.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.
|
|
2
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
|
|
3
3
|
// @generated from file inco/helioswrapper/v1/helioswrapper.proto (package inco.helioswrapper.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -171,7 +171,7 @@ export type EListAttestedDecryptRequest = Message<"inco.kms.lite.v1.EListAtteste
|
|
|
171
171
|
*
|
|
172
172
|
* @generated from field: inco.kms.lite.v1.HandleWithProof elist_handle_with_proof = 4;
|
|
173
173
|
*/
|
|
174
|
-
elistHandleWithProof?: HandleWithProof;
|
|
174
|
+
elistHandleWithProof?: HandleWithProof | undefined;
|
|
175
175
|
};
|
|
176
176
|
/**
|
|
177
177
|
* Describes the message inco.kms.lite.v1.EListAttestedDecryptRequest.
|
|
@@ -192,7 +192,7 @@ export type EListAttestedDecryptResponse = Message<"inco.kms.lite.v1.EListAttest
|
|
|
192
192
|
*
|
|
193
193
|
* @generated from field: inco.kms.lite.v1.DecryptionAttestation commitment_proof_attestation = 1;
|
|
194
194
|
*/
|
|
195
|
-
commitmentProofAttestation?: DecryptionAttestation;
|
|
195
|
+
commitmentProofAttestation?: DecryptionAttestation | undefined;
|
|
196
196
|
/**
|
|
197
197
|
* values is the list of decrypted elist values.
|
|
198
198
|
*
|
|
@@ -342,7 +342,7 @@ export type AttestedComputeRequest = Message<"inco.kms.lite.v1.AttestedComputeRe
|
|
|
342
342
|
*
|
|
343
343
|
* @generated from field: inco.kms.lite.v1.ACLProof acl_proof = 7;
|
|
344
344
|
*/
|
|
345
|
-
aclProof?: ACLProof;
|
|
345
|
+
aclProof?: ACLProof | undefined;
|
|
346
346
|
};
|
|
347
347
|
/**
|
|
348
348
|
* Describes the message inco.kms.lite.v1.AttestedComputeRequest.
|
|
@@ -398,7 +398,7 @@ export type EListAttestedRevealResponse = Message<"inco.kms.lite.v1.EListAtteste
|
|
|
398
398
|
*
|
|
399
399
|
* @generated from field: inco.kms.lite.v1.DecryptionAttestation commitment_proof_attestation = 1;
|
|
400
400
|
*/
|
|
401
|
-
commitmentProofAttestation?: DecryptionAttestation;
|
|
401
|
+
commitmentProofAttestation?: DecryptionAttestation | undefined;
|
|
402
402
|
/**
|
|
403
403
|
* values is the list of decrypted elist values.
|
|
404
404
|
*
|
|
@@ -430,7 +430,7 @@ export type AttestedComputeResponse = Message<"inco.kms.lite.v1.AttestedComputeR
|
|
|
430
430
|
*
|
|
431
431
|
* @generated from field: inco.kms.lite.v1.DecryptionAttestation decryption_attestation = 1;
|
|
432
432
|
*/
|
|
433
|
-
decryptionAttestation?: DecryptionAttestation;
|
|
433
|
+
decryptionAttestation?: DecryptionAttestation | undefined;
|
|
434
434
|
};
|
|
435
435
|
/**
|
|
436
436
|
* Describes the message inco.kms.lite.v1.AttestedComputeResponse.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.
|
|
2
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
|
|
3
3
|
// @generated from file inco/kms/lite/v1/kms_service.proto (package inco.kms.lite.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -64,7 +64,7 @@ export type HandleWithProof = Message<"inco.kms.lite.v1.HandleWithProof"> & {
|
|
|
64
64
|
*
|
|
65
65
|
* @generated from field: inco.kms.lite.v1.ACLProof acl_proof = 2;
|
|
66
66
|
*/
|
|
67
|
-
aclProof?: ACLProof;
|
|
67
|
+
aclProof?: ACLProof | undefined;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
70
|
* Describes the message inco.kms.lite.v1.HandleWithProof.
|
|
@@ -152,7 +152,7 @@ export type AllowanceProof = Message<"inco.kms.lite.v1.AllowanceProof"> & {
|
|
|
152
152
|
*
|
|
153
153
|
* @generated from field: inco.kms.lite.v1.AllowanceVoucher voucher = 2;
|
|
154
154
|
*/
|
|
155
|
-
voucher?: AllowanceVoucher;
|
|
155
|
+
voucher?: AllowanceVoucher | undefined;
|
|
156
156
|
/**
|
|
157
157
|
* voucher_signature is the signature of the voucher by the sharer of the
|
|
158
158
|
* allowance voucher digest. See AdvancedAccessControl.sol#allowanceVoucherDigest
|
|
@@ -187,7 +187,7 @@ export type IncoLiteAdvancedACLProof = Message<"inco.kms.lite.v1.IncoLiteAdvance
|
|
|
187
187
|
*
|
|
188
188
|
* @generated from field: inco.kms.lite.v1.AllowanceProof allowance_proof = 1;
|
|
189
189
|
*/
|
|
190
|
-
allowanceProof?: AllowanceProof;
|
|
190
|
+
allowanceProof?: AllowanceProof | undefined;
|
|
191
191
|
};
|
|
192
192
|
/**
|
|
193
193
|
* Describes the message inco.kms.lite.v1.IncoLiteAdvancedACLProof.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.
|
|
2
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
|
|
3
3
|
// @generated from file inco/kms/lite/v1/types.proto (package inco.kms.lite.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -16,13 +16,13 @@ export type StartBackupRequest = Message<"inco.sealingfetcher.v1.StartBackupRequ
|
|
|
16
16
|
*
|
|
17
17
|
* @generated from field: inco.sealingfetcher.v1.RATlsServer sealing_provider = 1;
|
|
18
18
|
*/
|
|
19
|
-
sealingProvider?: RATlsServer;
|
|
19
|
+
sealingProvider?: RATlsServer | undefined;
|
|
20
20
|
/**
|
|
21
21
|
* The TEE keys to backup. All three keys (EOA, Network, and Storage) should be provided.
|
|
22
22
|
*
|
|
23
23
|
* @generated from field: inco.sealingfetcher.v1.TeeKeys tee_keys = 2;
|
|
24
24
|
*/
|
|
25
|
-
teeKeys?: TeeKeys;
|
|
25
|
+
teeKeys?: TeeKeys | undefined;
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* Describes the message inco.sealingfetcher.v1.StartBackupRequest.
|
|
@@ -66,7 +66,7 @@ export type StartBackupEOARequest = Message<"inco.sealingfetcher.v1.StartBackupE
|
|
|
66
66
|
*
|
|
67
67
|
* @generated from field: inco.sealingfetcher.v1.RATlsServer sealing_provider = 1;
|
|
68
68
|
*/
|
|
69
|
-
sealingProvider?: RATlsServer;
|
|
69
|
+
sealingProvider?: RATlsServer | undefined;
|
|
70
70
|
/**
|
|
71
71
|
* The EOA private key to backup.
|
|
72
72
|
* The private key is encoded as an unsigned 256-bit big-endian integer in
|
|
@@ -197,7 +197,7 @@ export type GetTEEKeysResponse = Message<"inco.sealingfetcher.v1.GetTEEKeysRespo
|
|
|
197
197
|
*
|
|
198
198
|
* @generated from field: inco.sealingfetcher.v1.TeeKeys tee_keys = 1;
|
|
199
199
|
*/
|
|
200
|
-
teeKeys?: TeeKeys;
|
|
200
|
+
teeKeys?: TeeKeys | undefined;
|
|
201
201
|
};
|
|
202
202
|
/**
|
|
203
203
|
* Describes the message inco.sealingfetcher.v1.GetTEEKeysResponse.
|
|
@@ -234,7 +234,7 @@ export type RecoverTEEKeysResponse = Message<"inco.sealingfetcher.v1.RecoverTEEK
|
|
|
234
234
|
*
|
|
235
235
|
* @generated from field: inco.sealingfetcher.v1.TeeKeys tee_keys = 1;
|
|
236
236
|
*/
|
|
237
|
-
teeKeys?: TeeKeys;
|
|
237
|
+
teeKeys?: TeeKeys | undefined;
|
|
238
238
|
};
|
|
239
239
|
/**
|
|
240
240
|
* Describes the message inco.sealingfetcher.v1.RecoverTEEKeysResponse.
|