@aztec/node-keystore 2.0.0-nightly.20250816

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.
@@ -0,0 +1,965 @@
1
+ import { z } from 'zod';
2
+ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
3
+ schemaVersion: z.ZodLiteral<1>;
4
+ validators: z.ZodOptional<z.ZodArray<z.ZodObject<{
5
+ attester: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
6
+ address: z.ZodEffects<z.ZodString, string, string>;
7
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
8
+ certPath: z.ZodOptional<z.ZodString>;
9
+ certPass: z.ZodOptional<z.ZodString>;
10
+ }, "strip", z.ZodTypeAny, {
11
+ address: string;
12
+ remoteSignerUrl?: string | undefined;
13
+ certPath?: string | undefined;
14
+ certPass?: string | undefined;
15
+ }, {
16
+ address: string;
17
+ remoteSignerUrl?: string | undefined;
18
+ certPath?: string | undefined;
19
+ certPass?: string | undefined;
20
+ }>]>, z.ZodObject<{
21
+ path: z.ZodString;
22
+ password: z.ZodOptional<z.ZodString>;
23
+ }, "strip", z.ZodTypeAny, {
24
+ path: string;
25
+ password?: string | undefined;
26
+ }, {
27
+ path: string;
28
+ password?: string | undefined;
29
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
30
+ address: z.ZodEffects<z.ZodString, string, string>;
31
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
32
+ certPath: z.ZodOptional<z.ZodString>;
33
+ certPass: z.ZodOptional<z.ZodString>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ address: string;
36
+ remoteSignerUrl?: string | undefined;
37
+ certPath?: string | undefined;
38
+ certPass?: string | undefined;
39
+ }, {
40
+ address: string;
41
+ remoteSignerUrl?: string | undefined;
42
+ certPath?: string | undefined;
43
+ certPass?: string | undefined;
44
+ }>]>, z.ZodObject<{
45
+ path: z.ZodString;
46
+ password: z.ZodOptional<z.ZodString>;
47
+ }, "strip", z.ZodTypeAny, {
48
+ path: string;
49
+ password?: string | undefined;
50
+ }, {
51
+ path: string;
52
+ password?: string | undefined;
53
+ }>]>, "many">, z.ZodObject<{
54
+ mnemonic: z.ZodString;
55
+ addressIndex: z.ZodOptional<z.ZodNumber>;
56
+ accountIndex: z.ZodOptional<z.ZodNumber>;
57
+ addressCount: z.ZodOptional<z.ZodNumber>;
58
+ accountCount: z.ZodOptional<z.ZodNumber>;
59
+ }, "strip", z.ZodTypeAny, {
60
+ mnemonic: string;
61
+ addressIndex?: number | undefined;
62
+ accountIndex?: number | undefined;
63
+ addressCount?: number | undefined;
64
+ accountCount?: number | undefined;
65
+ }, {
66
+ mnemonic: string;
67
+ addressIndex?: number | undefined;
68
+ accountIndex?: number | undefined;
69
+ addressCount?: number | undefined;
70
+ accountCount?: number | undefined;
71
+ }>]>;
72
+ coinbase: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
73
+ publisher: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
74
+ address: z.ZodEffects<z.ZodString, string, string>;
75
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
76
+ certPath: z.ZodOptional<z.ZodString>;
77
+ certPass: z.ZodOptional<z.ZodString>;
78
+ }, "strip", z.ZodTypeAny, {
79
+ address: string;
80
+ remoteSignerUrl?: string | undefined;
81
+ certPath?: string | undefined;
82
+ certPass?: string | undefined;
83
+ }, {
84
+ address: string;
85
+ remoteSignerUrl?: string | undefined;
86
+ certPath?: string | undefined;
87
+ certPass?: string | undefined;
88
+ }>]>, z.ZodObject<{
89
+ path: z.ZodString;
90
+ password: z.ZodOptional<z.ZodString>;
91
+ }, "strip", z.ZodTypeAny, {
92
+ path: string;
93
+ password?: string | undefined;
94
+ }, {
95
+ path: string;
96
+ password?: string | undefined;
97
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
98
+ address: z.ZodEffects<z.ZodString, string, string>;
99
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
100
+ certPath: z.ZodOptional<z.ZodString>;
101
+ certPass: z.ZodOptional<z.ZodString>;
102
+ }, "strip", z.ZodTypeAny, {
103
+ address: string;
104
+ remoteSignerUrl?: string | undefined;
105
+ certPath?: string | undefined;
106
+ certPass?: string | undefined;
107
+ }, {
108
+ address: string;
109
+ remoteSignerUrl?: string | undefined;
110
+ certPath?: string | undefined;
111
+ certPass?: string | undefined;
112
+ }>]>, z.ZodObject<{
113
+ path: z.ZodString;
114
+ password: z.ZodOptional<z.ZodString>;
115
+ }, "strip", z.ZodTypeAny, {
116
+ path: string;
117
+ password?: string | undefined;
118
+ }, {
119
+ path: string;
120
+ password?: string | undefined;
121
+ }>]>, "many">, z.ZodObject<{
122
+ mnemonic: z.ZodString;
123
+ addressIndex: z.ZodOptional<z.ZodNumber>;
124
+ accountIndex: z.ZodOptional<z.ZodNumber>;
125
+ addressCount: z.ZodOptional<z.ZodNumber>;
126
+ accountCount: z.ZodOptional<z.ZodNumber>;
127
+ }, "strip", z.ZodTypeAny, {
128
+ mnemonic: string;
129
+ addressIndex?: number | undefined;
130
+ accountIndex?: number | undefined;
131
+ addressCount?: number | undefined;
132
+ accountCount?: number | undefined;
133
+ }, {
134
+ mnemonic: string;
135
+ addressIndex?: number | undefined;
136
+ accountIndex?: number | undefined;
137
+ addressCount?: number | undefined;
138
+ accountCount?: number | undefined;
139
+ }>]>>;
140
+ feeRecipient: z.ZodEffects<z.ZodString, string, string>;
141
+ remoteSigner: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
142
+ remoteSignerUrl: z.ZodString;
143
+ certPath: z.ZodOptional<z.ZodString>;
144
+ certPass: z.ZodOptional<z.ZodString>;
145
+ }, "strip", z.ZodTypeAny, {
146
+ remoteSignerUrl: string;
147
+ certPath?: string | undefined;
148
+ certPass?: string | undefined;
149
+ }, {
150
+ remoteSignerUrl: string;
151
+ certPath?: string | undefined;
152
+ certPass?: string | undefined;
153
+ }>]>>;
154
+ }, "strip", z.ZodTypeAny, {
155
+ attester: string | {
156
+ address: string;
157
+ remoteSignerUrl?: string | undefined;
158
+ certPath?: string | undefined;
159
+ certPass?: string | undefined;
160
+ } | {
161
+ path: string;
162
+ password?: string | undefined;
163
+ } | {
164
+ mnemonic: string;
165
+ addressIndex?: number | undefined;
166
+ accountIndex?: number | undefined;
167
+ addressCount?: number | undefined;
168
+ accountCount?: number | undefined;
169
+ } | (string | {
170
+ address: string;
171
+ remoteSignerUrl?: string | undefined;
172
+ certPath?: string | undefined;
173
+ certPass?: string | undefined;
174
+ } | {
175
+ path: string;
176
+ password?: string | undefined;
177
+ })[];
178
+ feeRecipient: string;
179
+ publisher?: string | {
180
+ address: string;
181
+ remoteSignerUrl?: string | undefined;
182
+ certPath?: string | undefined;
183
+ certPass?: string | undefined;
184
+ } | {
185
+ path: string;
186
+ password?: string | undefined;
187
+ } | {
188
+ mnemonic: string;
189
+ addressIndex?: number | undefined;
190
+ accountIndex?: number | undefined;
191
+ addressCount?: number | undefined;
192
+ accountCount?: number | undefined;
193
+ } | (string | {
194
+ address: string;
195
+ remoteSignerUrl?: string | undefined;
196
+ certPath?: string | undefined;
197
+ certPass?: string | undefined;
198
+ } | {
199
+ path: string;
200
+ password?: string | undefined;
201
+ })[] | undefined;
202
+ coinbase?: string | undefined;
203
+ remoteSigner?: string | {
204
+ remoteSignerUrl: string;
205
+ certPath?: string | undefined;
206
+ certPass?: string | undefined;
207
+ } | undefined;
208
+ }, {
209
+ attester: string | {
210
+ address: string;
211
+ remoteSignerUrl?: string | undefined;
212
+ certPath?: string | undefined;
213
+ certPass?: string | undefined;
214
+ } | {
215
+ path: string;
216
+ password?: string | undefined;
217
+ } | {
218
+ mnemonic: string;
219
+ addressIndex?: number | undefined;
220
+ accountIndex?: number | undefined;
221
+ addressCount?: number | undefined;
222
+ accountCount?: number | undefined;
223
+ } | (string | {
224
+ address: string;
225
+ remoteSignerUrl?: string | undefined;
226
+ certPath?: string | undefined;
227
+ certPass?: string | undefined;
228
+ } | {
229
+ path: string;
230
+ password?: string | undefined;
231
+ })[];
232
+ feeRecipient: string;
233
+ publisher?: string | {
234
+ address: string;
235
+ remoteSignerUrl?: string | undefined;
236
+ certPath?: string | undefined;
237
+ certPass?: string | undefined;
238
+ } | {
239
+ path: string;
240
+ password?: string | undefined;
241
+ } | {
242
+ mnemonic: string;
243
+ addressIndex?: number | undefined;
244
+ accountIndex?: number | undefined;
245
+ addressCount?: number | undefined;
246
+ accountCount?: number | undefined;
247
+ } | (string | {
248
+ address: string;
249
+ remoteSignerUrl?: string | undefined;
250
+ certPath?: string | undefined;
251
+ certPass?: string | undefined;
252
+ } | {
253
+ path: string;
254
+ password?: string | undefined;
255
+ })[] | undefined;
256
+ coinbase?: string | undefined;
257
+ remoteSigner?: string | {
258
+ remoteSignerUrl: string;
259
+ certPath?: string | undefined;
260
+ certPass?: string | undefined;
261
+ } | undefined;
262
+ }>, "many">>;
263
+ slasher: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
264
+ address: z.ZodEffects<z.ZodString, string, string>;
265
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
266
+ certPath: z.ZodOptional<z.ZodString>;
267
+ certPass: z.ZodOptional<z.ZodString>;
268
+ }, "strip", z.ZodTypeAny, {
269
+ address: string;
270
+ remoteSignerUrl?: string | undefined;
271
+ certPath?: string | undefined;
272
+ certPass?: string | undefined;
273
+ }, {
274
+ address: string;
275
+ remoteSignerUrl?: string | undefined;
276
+ certPath?: string | undefined;
277
+ certPass?: string | undefined;
278
+ }>]>, z.ZodObject<{
279
+ path: z.ZodString;
280
+ password: z.ZodOptional<z.ZodString>;
281
+ }, "strip", z.ZodTypeAny, {
282
+ path: string;
283
+ password?: string | undefined;
284
+ }, {
285
+ path: string;
286
+ password?: string | undefined;
287
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
288
+ address: z.ZodEffects<z.ZodString, string, string>;
289
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
290
+ certPath: z.ZodOptional<z.ZodString>;
291
+ certPass: z.ZodOptional<z.ZodString>;
292
+ }, "strip", z.ZodTypeAny, {
293
+ address: string;
294
+ remoteSignerUrl?: string | undefined;
295
+ certPath?: string | undefined;
296
+ certPass?: string | undefined;
297
+ }, {
298
+ address: string;
299
+ remoteSignerUrl?: string | undefined;
300
+ certPath?: string | undefined;
301
+ certPass?: string | undefined;
302
+ }>]>, z.ZodObject<{
303
+ path: z.ZodString;
304
+ password: z.ZodOptional<z.ZodString>;
305
+ }, "strip", z.ZodTypeAny, {
306
+ path: string;
307
+ password?: string | undefined;
308
+ }, {
309
+ path: string;
310
+ password?: string | undefined;
311
+ }>]>, "many">, z.ZodObject<{
312
+ mnemonic: z.ZodString;
313
+ addressIndex: z.ZodOptional<z.ZodNumber>;
314
+ accountIndex: z.ZodOptional<z.ZodNumber>;
315
+ addressCount: z.ZodOptional<z.ZodNumber>;
316
+ accountCount: z.ZodOptional<z.ZodNumber>;
317
+ }, "strip", z.ZodTypeAny, {
318
+ mnemonic: string;
319
+ addressIndex?: number | undefined;
320
+ accountIndex?: number | undefined;
321
+ addressCount?: number | undefined;
322
+ accountCount?: number | undefined;
323
+ }, {
324
+ mnemonic: string;
325
+ addressIndex?: number | undefined;
326
+ accountIndex?: number | undefined;
327
+ addressCount?: number | undefined;
328
+ accountCount?: number | undefined;
329
+ }>]>>;
330
+ remoteSigner: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
331
+ remoteSignerUrl: z.ZodString;
332
+ certPath: z.ZodOptional<z.ZodString>;
333
+ certPass: z.ZodOptional<z.ZodString>;
334
+ }, "strip", z.ZodTypeAny, {
335
+ remoteSignerUrl: string;
336
+ certPath?: string | undefined;
337
+ certPass?: string | undefined;
338
+ }, {
339
+ remoteSignerUrl: string;
340
+ certPath?: string | undefined;
341
+ certPass?: string | undefined;
342
+ }>]>>;
343
+ prover: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
344
+ address: z.ZodEffects<z.ZodString, string, string>;
345
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
346
+ certPath: z.ZodOptional<z.ZodString>;
347
+ certPass: z.ZodOptional<z.ZodString>;
348
+ }, "strip", z.ZodTypeAny, {
349
+ address: string;
350
+ remoteSignerUrl?: string | undefined;
351
+ certPath?: string | undefined;
352
+ certPass?: string | undefined;
353
+ }, {
354
+ address: string;
355
+ remoteSignerUrl?: string | undefined;
356
+ certPath?: string | undefined;
357
+ certPass?: string | undefined;
358
+ }>]>, z.ZodObject<{
359
+ path: z.ZodString;
360
+ password: z.ZodOptional<z.ZodString>;
361
+ }, "strip", z.ZodTypeAny, {
362
+ path: string;
363
+ password?: string | undefined;
364
+ }, {
365
+ path: string;
366
+ password?: string | undefined;
367
+ }>]>, z.ZodObject<{
368
+ id: z.ZodEffects<z.ZodString, string, string>;
369
+ publisher: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
370
+ address: z.ZodEffects<z.ZodString, string, string>;
371
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
372
+ certPath: z.ZodOptional<z.ZodString>;
373
+ certPass: z.ZodOptional<z.ZodString>;
374
+ }, "strip", z.ZodTypeAny, {
375
+ address: string;
376
+ remoteSignerUrl?: string | undefined;
377
+ certPath?: string | undefined;
378
+ certPass?: string | undefined;
379
+ }, {
380
+ address: string;
381
+ remoteSignerUrl?: string | undefined;
382
+ certPath?: string | undefined;
383
+ certPass?: string | undefined;
384
+ }>]>, z.ZodObject<{
385
+ path: z.ZodString;
386
+ password: z.ZodOptional<z.ZodString>;
387
+ }, "strip", z.ZodTypeAny, {
388
+ path: string;
389
+ password?: string | undefined;
390
+ }, {
391
+ path: string;
392
+ password?: string | undefined;
393
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
394
+ address: z.ZodEffects<z.ZodString, string, string>;
395
+ remoteSignerUrl: z.ZodOptional<z.ZodString>;
396
+ certPath: z.ZodOptional<z.ZodString>;
397
+ certPass: z.ZodOptional<z.ZodString>;
398
+ }, "strip", z.ZodTypeAny, {
399
+ address: string;
400
+ remoteSignerUrl?: string | undefined;
401
+ certPath?: string | undefined;
402
+ certPass?: string | undefined;
403
+ }, {
404
+ address: string;
405
+ remoteSignerUrl?: string | undefined;
406
+ certPath?: string | undefined;
407
+ certPass?: string | undefined;
408
+ }>]>, z.ZodObject<{
409
+ path: z.ZodString;
410
+ password: z.ZodOptional<z.ZodString>;
411
+ }, "strip", z.ZodTypeAny, {
412
+ path: string;
413
+ password?: string | undefined;
414
+ }, {
415
+ path: string;
416
+ password?: string | undefined;
417
+ }>]>, "many">, z.ZodObject<{
418
+ mnemonic: z.ZodString;
419
+ addressIndex: z.ZodOptional<z.ZodNumber>;
420
+ accountIndex: z.ZodOptional<z.ZodNumber>;
421
+ addressCount: z.ZodOptional<z.ZodNumber>;
422
+ accountCount: z.ZodOptional<z.ZodNumber>;
423
+ }, "strip", z.ZodTypeAny, {
424
+ mnemonic: string;
425
+ addressIndex?: number | undefined;
426
+ accountIndex?: number | undefined;
427
+ addressCount?: number | undefined;
428
+ accountCount?: number | undefined;
429
+ }, {
430
+ mnemonic: string;
431
+ addressIndex?: number | undefined;
432
+ accountIndex?: number | undefined;
433
+ addressCount?: number | undefined;
434
+ accountCount?: number | undefined;
435
+ }>]>, "many">;
436
+ }, "strip", z.ZodTypeAny, {
437
+ id: string;
438
+ publisher: (string | {
439
+ address: string;
440
+ remoteSignerUrl?: string | undefined;
441
+ certPath?: string | undefined;
442
+ certPass?: string | undefined;
443
+ } | {
444
+ path: string;
445
+ password?: string | undefined;
446
+ } | {
447
+ mnemonic: string;
448
+ addressIndex?: number | undefined;
449
+ accountIndex?: number | undefined;
450
+ addressCount?: number | undefined;
451
+ accountCount?: number | undefined;
452
+ } | (string | {
453
+ address: string;
454
+ remoteSignerUrl?: string | undefined;
455
+ certPath?: string | undefined;
456
+ certPass?: string | undefined;
457
+ } | {
458
+ path: string;
459
+ password?: string | undefined;
460
+ })[])[];
461
+ }, {
462
+ id: string;
463
+ publisher: (string | {
464
+ address: string;
465
+ remoteSignerUrl?: string | undefined;
466
+ certPath?: string | undefined;
467
+ certPass?: string | undefined;
468
+ } | {
469
+ path: string;
470
+ password?: string | undefined;
471
+ } | {
472
+ mnemonic: string;
473
+ addressIndex?: number | undefined;
474
+ accountIndex?: number | undefined;
475
+ addressCount?: number | undefined;
476
+ accountCount?: number | undefined;
477
+ } | (string | {
478
+ address: string;
479
+ remoteSignerUrl?: string | undefined;
480
+ certPath?: string | undefined;
481
+ certPass?: string | undefined;
482
+ } | {
483
+ path: string;
484
+ password?: string | undefined;
485
+ })[])[];
486
+ }>]>>;
487
+ }, "strip", z.ZodTypeAny, {
488
+ schemaVersion: 1;
489
+ remoteSigner?: string | {
490
+ remoteSignerUrl: string;
491
+ certPath?: string | undefined;
492
+ certPass?: string | undefined;
493
+ } | undefined;
494
+ validators?: {
495
+ attester: string | {
496
+ address: string;
497
+ remoteSignerUrl?: string | undefined;
498
+ certPath?: string | undefined;
499
+ certPass?: string | undefined;
500
+ } | {
501
+ path: string;
502
+ password?: string | undefined;
503
+ } | {
504
+ mnemonic: string;
505
+ addressIndex?: number | undefined;
506
+ accountIndex?: number | undefined;
507
+ addressCount?: number | undefined;
508
+ accountCount?: number | undefined;
509
+ } | (string | {
510
+ address: string;
511
+ remoteSignerUrl?: string | undefined;
512
+ certPath?: string | undefined;
513
+ certPass?: string | undefined;
514
+ } | {
515
+ path: string;
516
+ password?: string | undefined;
517
+ })[];
518
+ feeRecipient: string;
519
+ publisher?: string | {
520
+ address: string;
521
+ remoteSignerUrl?: string | undefined;
522
+ certPath?: string | undefined;
523
+ certPass?: string | undefined;
524
+ } | {
525
+ path: string;
526
+ password?: string | undefined;
527
+ } | {
528
+ mnemonic: string;
529
+ addressIndex?: number | undefined;
530
+ accountIndex?: number | undefined;
531
+ addressCount?: number | undefined;
532
+ accountCount?: number | undefined;
533
+ } | (string | {
534
+ address: string;
535
+ remoteSignerUrl?: string | undefined;
536
+ certPath?: string | undefined;
537
+ certPass?: string | undefined;
538
+ } | {
539
+ path: string;
540
+ password?: string | undefined;
541
+ })[] | undefined;
542
+ coinbase?: string | undefined;
543
+ remoteSigner?: string | {
544
+ remoteSignerUrl: string;
545
+ certPath?: string | undefined;
546
+ certPass?: string | undefined;
547
+ } | undefined;
548
+ }[] | undefined;
549
+ slasher?: string | {
550
+ address: string;
551
+ remoteSignerUrl?: string | undefined;
552
+ certPath?: string | undefined;
553
+ certPass?: string | undefined;
554
+ } | {
555
+ path: string;
556
+ password?: string | undefined;
557
+ } | {
558
+ mnemonic: string;
559
+ addressIndex?: number | undefined;
560
+ accountIndex?: number | undefined;
561
+ addressCount?: number | undefined;
562
+ accountCount?: number | undefined;
563
+ } | (string | {
564
+ address: string;
565
+ remoteSignerUrl?: string | undefined;
566
+ certPath?: string | undefined;
567
+ certPass?: string | undefined;
568
+ } | {
569
+ path: string;
570
+ password?: string | undefined;
571
+ })[] | undefined;
572
+ prover?: string | {
573
+ address: string;
574
+ remoteSignerUrl?: string | undefined;
575
+ certPath?: string | undefined;
576
+ certPass?: string | undefined;
577
+ } | {
578
+ path: string;
579
+ password?: string | undefined;
580
+ } | {
581
+ id: string;
582
+ publisher: (string | {
583
+ address: string;
584
+ remoteSignerUrl?: string | undefined;
585
+ certPath?: string | undefined;
586
+ certPass?: string | undefined;
587
+ } | {
588
+ path: string;
589
+ password?: string | undefined;
590
+ } | {
591
+ mnemonic: string;
592
+ addressIndex?: number | undefined;
593
+ accountIndex?: number | undefined;
594
+ addressCount?: number | undefined;
595
+ accountCount?: number | undefined;
596
+ } | (string | {
597
+ address: string;
598
+ remoteSignerUrl?: string | undefined;
599
+ certPath?: string | undefined;
600
+ certPass?: string | undefined;
601
+ } | {
602
+ path: string;
603
+ password?: string | undefined;
604
+ })[])[];
605
+ } | undefined;
606
+ }, {
607
+ schemaVersion: 1;
608
+ remoteSigner?: string | {
609
+ remoteSignerUrl: string;
610
+ certPath?: string | undefined;
611
+ certPass?: string | undefined;
612
+ } | undefined;
613
+ validators?: {
614
+ attester: string | {
615
+ address: string;
616
+ remoteSignerUrl?: string | undefined;
617
+ certPath?: string | undefined;
618
+ certPass?: string | undefined;
619
+ } | {
620
+ path: string;
621
+ password?: string | undefined;
622
+ } | {
623
+ mnemonic: string;
624
+ addressIndex?: number | undefined;
625
+ accountIndex?: number | undefined;
626
+ addressCount?: number | undefined;
627
+ accountCount?: number | undefined;
628
+ } | (string | {
629
+ address: string;
630
+ remoteSignerUrl?: string | undefined;
631
+ certPath?: string | undefined;
632
+ certPass?: string | undefined;
633
+ } | {
634
+ path: string;
635
+ password?: string | undefined;
636
+ })[];
637
+ feeRecipient: string;
638
+ publisher?: string | {
639
+ address: string;
640
+ remoteSignerUrl?: string | undefined;
641
+ certPath?: string | undefined;
642
+ certPass?: string | undefined;
643
+ } | {
644
+ path: string;
645
+ password?: string | undefined;
646
+ } | {
647
+ mnemonic: string;
648
+ addressIndex?: number | undefined;
649
+ accountIndex?: number | undefined;
650
+ addressCount?: number | undefined;
651
+ accountCount?: number | undefined;
652
+ } | (string | {
653
+ address: string;
654
+ remoteSignerUrl?: string | undefined;
655
+ certPath?: string | undefined;
656
+ certPass?: string | undefined;
657
+ } | {
658
+ path: string;
659
+ password?: string | undefined;
660
+ })[] | undefined;
661
+ coinbase?: string | undefined;
662
+ remoteSigner?: string | {
663
+ remoteSignerUrl: string;
664
+ certPath?: string | undefined;
665
+ certPass?: string | undefined;
666
+ } | undefined;
667
+ }[] | undefined;
668
+ slasher?: string | {
669
+ address: string;
670
+ remoteSignerUrl?: string | undefined;
671
+ certPath?: string | undefined;
672
+ certPass?: string | undefined;
673
+ } | {
674
+ path: string;
675
+ password?: string | undefined;
676
+ } | {
677
+ mnemonic: string;
678
+ addressIndex?: number | undefined;
679
+ accountIndex?: number | undefined;
680
+ addressCount?: number | undefined;
681
+ accountCount?: number | undefined;
682
+ } | (string | {
683
+ address: string;
684
+ remoteSignerUrl?: string | undefined;
685
+ certPath?: string | undefined;
686
+ certPass?: string | undefined;
687
+ } | {
688
+ path: string;
689
+ password?: string | undefined;
690
+ })[] | undefined;
691
+ prover?: string | {
692
+ address: string;
693
+ remoteSignerUrl?: string | undefined;
694
+ certPath?: string | undefined;
695
+ certPass?: string | undefined;
696
+ } | {
697
+ path: string;
698
+ password?: string | undefined;
699
+ } | {
700
+ id: string;
701
+ publisher: (string | {
702
+ address: string;
703
+ remoteSignerUrl?: string | undefined;
704
+ certPath?: string | undefined;
705
+ certPass?: string | undefined;
706
+ } | {
707
+ path: string;
708
+ password?: string | undefined;
709
+ } | {
710
+ mnemonic: string;
711
+ addressIndex?: number | undefined;
712
+ accountIndex?: number | undefined;
713
+ addressCount?: number | undefined;
714
+ accountCount?: number | undefined;
715
+ } | (string | {
716
+ address: string;
717
+ remoteSignerUrl?: string | undefined;
718
+ certPath?: string | undefined;
719
+ certPass?: string | undefined;
720
+ } | {
721
+ path: string;
722
+ password?: string | undefined;
723
+ })[])[];
724
+ } | undefined;
725
+ }>, {
726
+ schemaVersion: 1;
727
+ remoteSigner?: string | {
728
+ remoteSignerUrl: string;
729
+ certPath?: string | undefined;
730
+ certPass?: string | undefined;
731
+ } | undefined;
732
+ validators?: {
733
+ attester: string | {
734
+ address: string;
735
+ remoteSignerUrl?: string | undefined;
736
+ certPath?: string | undefined;
737
+ certPass?: string | undefined;
738
+ } | {
739
+ path: string;
740
+ password?: string | undefined;
741
+ } | {
742
+ mnemonic: string;
743
+ addressIndex?: number | undefined;
744
+ accountIndex?: number | undefined;
745
+ addressCount?: number | undefined;
746
+ accountCount?: number | undefined;
747
+ } | (string | {
748
+ address: string;
749
+ remoteSignerUrl?: string | undefined;
750
+ certPath?: string | undefined;
751
+ certPass?: string | undefined;
752
+ } | {
753
+ path: string;
754
+ password?: string | undefined;
755
+ })[];
756
+ feeRecipient: string;
757
+ publisher?: string | {
758
+ address: string;
759
+ remoteSignerUrl?: string | undefined;
760
+ certPath?: string | undefined;
761
+ certPass?: string | undefined;
762
+ } | {
763
+ path: string;
764
+ password?: string | undefined;
765
+ } | {
766
+ mnemonic: string;
767
+ addressIndex?: number | undefined;
768
+ accountIndex?: number | undefined;
769
+ addressCount?: number | undefined;
770
+ accountCount?: number | undefined;
771
+ } | (string | {
772
+ address: string;
773
+ remoteSignerUrl?: string | undefined;
774
+ certPath?: string | undefined;
775
+ certPass?: string | undefined;
776
+ } | {
777
+ path: string;
778
+ password?: string | undefined;
779
+ })[] | undefined;
780
+ coinbase?: string | undefined;
781
+ remoteSigner?: string | {
782
+ remoteSignerUrl: string;
783
+ certPath?: string | undefined;
784
+ certPass?: string | undefined;
785
+ } | undefined;
786
+ }[] | undefined;
787
+ slasher?: string | {
788
+ address: string;
789
+ remoteSignerUrl?: string | undefined;
790
+ certPath?: string | undefined;
791
+ certPass?: string | undefined;
792
+ } | {
793
+ path: string;
794
+ password?: string | undefined;
795
+ } | {
796
+ mnemonic: string;
797
+ addressIndex?: number | undefined;
798
+ accountIndex?: number | undefined;
799
+ addressCount?: number | undefined;
800
+ accountCount?: number | undefined;
801
+ } | (string | {
802
+ address: string;
803
+ remoteSignerUrl?: string | undefined;
804
+ certPath?: string | undefined;
805
+ certPass?: string | undefined;
806
+ } | {
807
+ path: string;
808
+ password?: string | undefined;
809
+ })[] | undefined;
810
+ prover?: string | {
811
+ address: string;
812
+ remoteSignerUrl?: string | undefined;
813
+ certPath?: string | undefined;
814
+ certPass?: string | undefined;
815
+ } | {
816
+ path: string;
817
+ password?: string | undefined;
818
+ } | {
819
+ id: string;
820
+ publisher: (string | {
821
+ address: string;
822
+ remoteSignerUrl?: string | undefined;
823
+ certPath?: string | undefined;
824
+ certPass?: string | undefined;
825
+ } | {
826
+ path: string;
827
+ password?: string | undefined;
828
+ } | {
829
+ mnemonic: string;
830
+ addressIndex?: number | undefined;
831
+ accountIndex?: number | undefined;
832
+ addressCount?: number | undefined;
833
+ accountCount?: number | undefined;
834
+ } | (string | {
835
+ address: string;
836
+ remoteSignerUrl?: string | undefined;
837
+ certPath?: string | undefined;
838
+ certPass?: string | undefined;
839
+ } | {
840
+ path: string;
841
+ password?: string | undefined;
842
+ })[])[];
843
+ } | undefined;
844
+ }, {
845
+ schemaVersion: 1;
846
+ remoteSigner?: string | {
847
+ remoteSignerUrl: string;
848
+ certPath?: string | undefined;
849
+ certPass?: string | undefined;
850
+ } | undefined;
851
+ validators?: {
852
+ attester: string | {
853
+ address: string;
854
+ remoteSignerUrl?: string | undefined;
855
+ certPath?: string | undefined;
856
+ certPass?: string | undefined;
857
+ } | {
858
+ path: string;
859
+ password?: string | undefined;
860
+ } | {
861
+ mnemonic: string;
862
+ addressIndex?: number | undefined;
863
+ accountIndex?: number | undefined;
864
+ addressCount?: number | undefined;
865
+ accountCount?: number | undefined;
866
+ } | (string | {
867
+ address: string;
868
+ remoteSignerUrl?: string | undefined;
869
+ certPath?: string | undefined;
870
+ certPass?: string | undefined;
871
+ } | {
872
+ path: string;
873
+ password?: string | undefined;
874
+ })[];
875
+ feeRecipient: string;
876
+ publisher?: string | {
877
+ address: string;
878
+ remoteSignerUrl?: string | undefined;
879
+ certPath?: string | undefined;
880
+ certPass?: string | undefined;
881
+ } | {
882
+ path: string;
883
+ password?: string | undefined;
884
+ } | {
885
+ mnemonic: string;
886
+ addressIndex?: number | undefined;
887
+ accountIndex?: number | undefined;
888
+ addressCount?: number | undefined;
889
+ accountCount?: number | undefined;
890
+ } | (string | {
891
+ address: string;
892
+ remoteSignerUrl?: string | undefined;
893
+ certPath?: string | undefined;
894
+ certPass?: string | undefined;
895
+ } | {
896
+ path: string;
897
+ password?: string | undefined;
898
+ })[] | undefined;
899
+ coinbase?: string | undefined;
900
+ remoteSigner?: string | {
901
+ remoteSignerUrl: string;
902
+ certPath?: string | undefined;
903
+ certPass?: string | undefined;
904
+ } | undefined;
905
+ }[] | undefined;
906
+ slasher?: string | {
907
+ address: string;
908
+ remoteSignerUrl?: string | undefined;
909
+ certPath?: string | undefined;
910
+ certPass?: string | undefined;
911
+ } | {
912
+ path: string;
913
+ password?: string | undefined;
914
+ } | {
915
+ mnemonic: string;
916
+ addressIndex?: number | undefined;
917
+ accountIndex?: number | undefined;
918
+ addressCount?: number | undefined;
919
+ accountCount?: number | undefined;
920
+ } | (string | {
921
+ address: string;
922
+ remoteSignerUrl?: string | undefined;
923
+ certPath?: string | undefined;
924
+ certPass?: string | undefined;
925
+ } | {
926
+ path: string;
927
+ password?: string | undefined;
928
+ })[] | undefined;
929
+ prover?: string | {
930
+ address: string;
931
+ remoteSignerUrl?: string | undefined;
932
+ certPath?: string | undefined;
933
+ certPass?: string | undefined;
934
+ } | {
935
+ path: string;
936
+ password?: string | undefined;
937
+ } | {
938
+ id: string;
939
+ publisher: (string | {
940
+ address: string;
941
+ remoteSignerUrl?: string | undefined;
942
+ certPath?: string | undefined;
943
+ certPass?: string | undefined;
944
+ } | {
945
+ path: string;
946
+ password?: string | undefined;
947
+ } | {
948
+ mnemonic: string;
949
+ addressIndex?: number | undefined;
950
+ accountIndex?: number | undefined;
951
+ addressCount?: number | undefined;
952
+ accountCount?: number | undefined;
953
+ } | (string | {
954
+ address: string;
955
+ remoteSignerUrl?: string | undefined;
956
+ certPath?: string | undefined;
957
+ certPass?: string | undefined;
958
+ } | {
959
+ path: string;
960
+ password?: string | undefined;
961
+ })[])[];
962
+ } | undefined;
963
+ }>;
964
+ export type KeyStoreSchema = z.infer<typeof keystoreSchema>;
965
+ //# sourceMappingURL=schemas.d.ts.map