@aztec/node-keystore 0.0.1-commit.24de95ac

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,1404 @@
1
+ import { AztecAddress } from '@aztec/stdlib/aztec-address';
2
+ import { z } from 'zod';
3
+ import type { BLSPrivateKey, EthPrivateKey } from './types.js';
4
+ export declare const ethPrivateKeySchema: z.ZodEffects<z.ZodString, EthPrivateKey, string>;
5
+ export declare const blsPrivateKeySchema: z.ZodEffects<z.ZodString, BLSPrivateKey, string>;
6
+ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
7
+ schemaVersion: z.ZodLiteral<1>;
8
+ validators: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodObject<{
9
+ attester: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
10
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
11
+ remoteSignerUrl: z.ZodString;
12
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
13
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
14
+ }, "strip", z.ZodTypeAny, {
15
+ remoteSignerUrl: string;
16
+ address: import("@aztec/foundation/schemas").EthAddress;
17
+ certPath?: string | undefined;
18
+ certPass?: string | undefined;
19
+ }, {
20
+ remoteSignerUrl: string;
21
+ address: string;
22
+ certPath?: string | undefined;
23
+ certPass?: string | undefined;
24
+ }>]>, z.ZodObject<{
25
+ path: z.ZodString;
26
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
27
+ }, "strip", z.ZodTypeAny, {
28
+ path: string;
29
+ password?: string | undefined;
30
+ }, {
31
+ path: string;
32
+ password?: string | undefined;
33
+ }>]>, z.ZodObject<{
34
+ eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
35
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
36
+ remoteSignerUrl: z.ZodString;
37
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
38
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
39
+ }, "strip", z.ZodTypeAny, {
40
+ remoteSignerUrl: string;
41
+ address: import("@aztec/foundation/schemas").EthAddress;
42
+ certPath?: string | undefined;
43
+ certPass?: string | undefined;
44
+ }, {
45
+ remoteSignerUrl: string;
46
+ address: string;
47
+ certPath?: string | undefined;
48
+ certPass?: string | undefined;
49
+ }>]>, z.ZodObject<{
50
+ path: z.ZodString;
51
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
52
+ }, "strip", z.ZodTypeAny, {
53
+ path: string;
54
+ password?: string | undefined;
55
+ }, {
56
+ path: string;
57
+ password?: string | undefined;
58
+ }>]>;
59
+ bls: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, BLSPrivateKey, string>, z.ZodObject<{
60
+ path: z.ZodString;
61
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
62
+ }, "strip", z.ZodTypeAny, {
63
+ path: string;
64
+ password?: string | undefined;
65
+ }, {
66
+ path: string;
67
+ password?: string | undefined;
68
+ }>]>>;
69
+ }, "strip", z.ZodTypeAny, {
70
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
71
+ remoteSignerUrl: string;
72
+ address: import("@aztec/foundation/schemas").EthAddress;
73
+ certPath?: string | undefined;
74
+ certPass?: string | undefined;
75
+ } | {
76
+ path: string;
77
+ password?: string | undefined;
78
+ };
79
+ bls?: BLSPrivateKey | {
80
+ path: string;
81
+ password?: string | undefined;
82
+ } | undefined;
83
+ }, {
84
+ eth: string | {
85
+ remoteSignerUrl: string;
86
+ address: string;
87
+ certPath?: string | undefined;
88
+ certPass?: string | undefined;
89
+ } | {
90
+ path: string;
91
+ password?: string | undefined;
92
+ };
93
+ bls?: string | {
94
+ path: string;
95
+ password?: string | undefined;
96
+ } | undefined;
97
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
98
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
99
+ remoteSignerUrl: z.ZodString;
100
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
101
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
102
+ }, "strip", z.ZodTypeAny, {
103
+ remoteSignerUrl: string;
104
+ address: import("@aztec/foundation/schemas").EthAddress;
105
+ certPath?: string | undefined;
106
+ certPass?: string | undefined;
107
+ }, {
108
+ remoteSignerUrl: string;
109
+ address: string;
110
+ certPath?: string | undefined;
111
+ certPass?: string | undefined;
112
+ }>]>, z.ZodObject<{
113
+ path: z.ZodString;
114
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
115
+ }, "strip", z.ZodTypeAny, {
116
+ path: string;
117
+ password?: string | undefined;
118
+ }, {
119
+ path: string;
120
+ password?: string | undefined;
121
+ }>]>, z.ZodObject<{
122
+ eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
123
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
124
+ remoteSignerUrl: z.ZodString;
125
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
126
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
127
+ }, "strip", z.ZodTypeAny, {
128
+ remoteSignerUrl: string;
129
+ address: import("@aztec/foundation/schemas").EthAddress;
130
+ certPath?: string | undefined;
131
+ certPass?: string | undefined;
132
+ }, {
133
+ remoteSignerUrl: string;
134
+ address: string;
135
+ certPath?: string | undefined;
136
+ certPass?: string | undefined;
137
+ }>]>, z.ZodObject<{
138
+ path: z.ZodString;
139
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
140
+ }, "strip", z.ZodTypeAny, {
141
+ path: string;
142
+ password?: string | undefined;
143
+ }, {
144
+ path: string;
145
+ password?: string | undefined;
146
+ }>]>;
147
+ bls: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, BLSPrivateKey, string>, z.ZodObject<{
148
+ path: z.ZodString;
149
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
150
+ }, "strip", z.ZodTypeAny, {
151
+ path: string;
152
+ password?: string | undefined;
153
+ }, {
154
+ path: string;
155
+ password?: string | undefined;
156
+ }>]>>;
157
+ }, "strip", z.ZodTypeAny, {
158
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
159
+ remoteSignerUrl: string;
160
+ address: import("@aztec/foundation/schemas").EthAddress;
161
+ certPath?: string | undefined;
162
+ certPass?: string | undefined;
163
+ } | {
164
+ path: string;
165
+ password?: string | undefined;
166
+ };
167
+ bls?: BLSPrivateKey | {
168
+ path: string;
169
+ password?: string | undefined;
170
+ } | undefined;
171
+ }, {
172
+ eth: string | {
173
+ remoteSignerUrl: string;
174
+ address: string;
175
+ certPath?: string | undefined;
176
+ certPass?: string | undefined;
177
+ } | {
178
+ path: string;
179
+ password?: string | undefined;
180
+ };
181
+ bls?: string | {
182
+ path: string;
183
+ password?: string | undefined;
184
+ } | undefined;
185
+ }>]>, "many">, z.ZodObject<{
186
+ mnemonic: z.ZodString;
187
+ addressIndex: z.ZodDefault<z.ZodNumber>;
188
+ accountIndex: z.ZodDefault<z.ZodNumber>;
189
+ addressCount: z.ZodDefault<z.ZodNumber>;
190
+ accountCount: z.ZodDefault<z.ZodNumber>;
191
+ }, "strip", z.ZodTypeAny, {
192
+ mnemonic: string;
193
+ addressIndex: number;
194
+ accountIndex: number;
195
+ addressCount: number;
196
+ accountCount: number;
197
+ }, {
198
+ mnemonic: string;
199
+ addressIndex?: number | undefined;
200
+ accountIndex?: number | undefined;
201
+ addressCount?: number | undefined;
202
+ accountCount?: number | undefined;
203
+ }>]>;
204
+ coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>>;
205
+ publisher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
206
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
207
+ remoteSignerUrl: z.ZodString;
208
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
209
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
210
+ }, "strip", z.ZodTypeAny, {
211
+ remoteSignerUrl: string;
212
+ address: import("@aztec/foundation/schemas").EthAddress;
213
+ certPath?: string | undefined;
214
+ certPass?: string | undefined;
215
+ }, {
216
+ remoteSignerUrl: string;
217
+ address: string;
218
+ certPath?: string | undefined;
219
+ certPass?: string | undefined;
220
+ }>]>, z.ZodObject<{
221
+ path: z.ZodString;
222
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
223
+ }, "strip", z.ZodTypeAny, {
224
+ path: string;
225
+ password?: string | undefined;
226
+ }, {
227
+ path: string;
228
+ password?: string | undefined;
229
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
230
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
231
+ remoteSignerUrl: z.ZodString;
232
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
233
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
234
+ }, "strip", z.ZodTypeAny, {
235
+ remoteSignerUrl: string;
236
+ address: import("@aztec/foundation/schemas").EthAddress;
237
+ certPath?: string | undefined;
238
+ certPass?: string | undefined;
239
+ }, {
240
+ remoteSignerUrl: string;
241
+ address: string;
242
+ certPath?: string | undefined;
243
+ certPass?: string | undefined;
244
+ }>]>, z.ZodObject<{
245
+ path: z.ZodString;
246
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
247
+ }, "strip", z.ZodTypeAny, {
248
+ path: string;
249
+ password?: string | undefined;
250
+ }, {
251
+ path: string;
252
+ password?: string | undefined;
253
+ }>]>, "many">, z.ZodObject<{
254
+ mnemonic: z.ZodString;
255
+ addressIndex: z.ZodDefault<z.ZodNumber>;
256
+ accountIndex: z.ZodDefault<z.ZodNumber>;
257
+ addressCount: z.ZodDefault<z.ZodNumber>;
258
+ accountCount: z.ZodDefault<z.ZodNumber>;
259
+ }, "strip", z.ZodTypeAny, {
260
+ mnemonic: string;
261
+ addressIndex: number;
262
+ accountIndex: number;
263
+ addressCount: number;
264
+ accountCount: number;
265
+ }, {
266
+ mnemonic: string;
267
+ addressIndex?: number | undefined;
268
+ accountIndex?: number | undefined;
269
+ addressCount?: number | undefined;
270
+ accountCount?: number | undefined;
271
+ }>]>>;
272
+ feeRecipient: import("@aztec/foundation/schemas").ZodFor<AztecAddress>;
273
+ remoteSigner: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
274
+ remoteSignerUrl: z.ZodString;
275
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
276
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
277
+ }, "strip", z.ZodTypeAny, {
278
+ remoteSignerUrl: string;
279
+ certPath?: string | undefined;
280
+ certPass?: string | undefined;
281
+ }, {
282
+ remoteSignerUrl: string;
283
+ certPath?: string | undefined;
284
+ certPass?: string | undefined;
285
+ }>]>>;
286
+ fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
287
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
288
+ remoteSignerUrl: z.ZodString;
289
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
290
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
291
+ }, "strip", z.ZodTypeAny, {
292
+ remoteSignerUrl: string;
293
+ address: import("@aztec/foundation/schemas").EthAddress;
294
+ certPath?: string | undefined;
295
+ certPass?: string | undefined;
296
+ }, {
297
+ remoteSignerUrl: string;
298
+ address: string;
299
+ certPath?: string | undefined;
300
+ certPass?: string | undefined;
301
+ }>]>, z.ZodObject<{
302
+ path: z.ZodString;
303
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
304
+ }, "strip", z.ZodTypeAny, {
305
+ path: string;
306
+ password?: string | undefined;
307
+ }, {
308
+ path: string;
309
+ password?: string | undefined;
310
+ }>]>>;
311
+ }, "strip", z.ZodTypeAny, {
312
+ attester: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
313
+ remoteSignerUrl: string;
314
+ address: import("@aztec/foundation/schemas").EthAddress;
315
+ certPath?: string | undefined;
316
+ certPass?: string | undefined;
317
+ } | {
318
+ path: string;
319
+ password?: string | undefined;
320
+ } | {
321
+ mnemonic: string;
322
+ addressIndex: number;
323
+ accountIndex: number;
324
+ addressCount: number;
325
+ accountCount: number;
326
+ } | {
327
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
328
+ remoteSignerUrl: string;
329
+ address: import("@aztec/foundation/schemas").EthAddress;
330
+ certPath?: string | undefined;
331
+ certPass?: string | undefined;
332
+ } | {
333
+ path: string;
334
+ password?: string | undefined;
335
+ };
336
+ bls?: BLSPrivateKey | {
337
+ path: string;
338
+ password?: string | undefined;
339
+ } | undefined;
340
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
341
+ remoteSignerUrl: string;
342
+ address: import("@aztec/foundation/schemas").EthAddress;
343
+ certPath?: string | undefined;
344
+ certPass?: string | undefined;
345
+ } | {
346
+ path: string;
347
+ password?: string | undefined;
348
+ } | {
349
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
350
+ remoteSignerUrl: string;
351
+ address: import("@aztec/foundation/schemas").EthAddress;
352
+ certPath?: string | undefined;
353
+ certPass?: string | undefined;
354
+ } | {
355
+ path: string;
356
+ password?: string | undefined;
357
+ };
358
+ bls?: BLSPrivateKey | {
359
+ path: string;
360
+ password?: string | undefined;
361
+ } | undefined;
362
+ })[];
363
+ feeRecipient: AztecAddress;
364
+ publisher?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
365
+ remoteSignerUrl: string;
366
+ address: import("@aztec/foundation/schemas").EthAddress;
367
+ certPath?: string | undefined;
368
+ certPass?: string | undefined;
369
+ } | {
370
+ path: string;
371
+ password?: string | undefined;
372
+ } | {
373
+ mnemonic: string;
374
+ addressIndex: number;
375
+ accountIndex: number;
376
+ addressCount: number;
377
+ accountCount: number;
378
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
379
+ remoteSignerUrl: string;
380
+ address: import("@aztec/foundation/schemas").EthAddress;
381
+ certPath?: string | undefined;
382
+ certPass?: string | undefined;
383
+ } | {
384
+ path: string;
385
+ password?: string | undefined;
386
+ })[] | undefined;
387
+ coinbase?: import("@aztec/foundation/schemas").EthAddress | undefined;
388
+ remoteSigner?: string | {
389
+ remoteSignerUrl: string;
390
+ certPath?: string | undefined;
391
+ certPass?: string | undefined;
392
+ } | undefined;
393
+ fundingAccount?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
394
+ remoteSignerUrl: string;
395
+ address: import("@aztec/foundation/schemas").EthAddress;
396
+ certPath?: string | undefined;
397
+ certPass?: string | undefined;
398
+ } | {
399
+ path: string;
400
+ password?: string | undefined;
401
+ } | undefined;
402
+ }, {
403
+ attester: string | {
404
+ remoteSignerUrl: string;
405
+ address: string;
406
+ certPath?: string | undefined;
407
+ certPass?: string | undefined;
408
+ } | {
409
+ path: string;
410
+ password?: string | undefined;
411
+ } | {
412
+ mnemonic: string;
413
+ addressIndex?: number | undefined;
414
+ accountIndex?: number | undefined;
415
+ addressCount?: number | undefined;
416
+ accountCount?: number | undefined;
417
+ } | {
418
+ eth: string | {
419
+ remoteSignerUrl: string;
420
+ address: string;
421
+ certPath?: string | undefined;
422
+ certPass?: string | undefined;
423
+ } | {
424
+ path: string;
425
+ password?: string | undefined;
426
+ };
427
+ bls?: string | {
428
+ path: string;
429
+ password?: string | undefined;
430
+ } | undefined;
431
+ } | (string | {
432
+ remoteSignerUrl: string;
433
+ address: string;
434
+ certPath?: string | undefined;
435
+ certPass?: string | undefined;
436
+ } | {
437
+ path: string;
438
+ password?: string | undefined;
439
+ } | {
440
+ eth: string | {
441
+ remoteSignerUrl: string;
442
+ address: string;
443
+ certPath?: string | undefined;
444
+ certPass?: string | undefined;
445
+ } | {
446
+ path: string;
447
+ password?: string | undefined;
448
+ };
449
+ bls?: string | {
450
+ path: string;
451
+ password?: string | undefined;
452
+ } | undefined;
453
+ })[];
454
+ publisher?: string | {
455
+ remoteSignerUrl: string;
456
+ address: string;
457
+ certPath?: string | undefined;
458
+ certPass?: string | undefined;
459
+ } | {
460
+ path: string;
461
+ password?: string | undefined;
462
+ } | {
463
+ mnemonic: string;
464
+ addressIndex?: number | undefined;
465
+ accountIndex?: number | undefined;
466
+ addressCount?: number | undefined;
467
+ accountCount?: number | undefined;
468
+ } | (string | {
469
+ remoteSignerUrl: string;
470
+ address: string;
471
+ certPath?: string | undefined;
472
+ certPass?: string | undefined;
473
+ } | {
474
+ path: string;
475
+ password?: string | undefined;
476
+ })[] | undefined;
477
+ coinbase?: string | undefined;
478
+ feeRecipient?: any;
479
+ remoteSigner?: string | {
480
+ remoteSignerUrl: string;
481
+ certPath?: string | undefined;
482
+ certPass?: string | undefined;
483
+ } | undefined;
484
+ fundingAccount?: string | {
485
+ remoteSignerUrl: string;
486
+ address: string;
487
+ certPath?: string | undefined;
488
+ certPass?: string | undefined;
489
+ } | {
490
+ path: string;
491
+ password?: string | undefined;
492
+ } | undefined;
493
+ }>, "many">>;
494
+ slasher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
495
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
496
+ remoteSignerUrl: z.ZodString;
497
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
498
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
499
+ }, "strip", z.ZodTypeAny, {
500
+ remoteSignerUrl: string;
501
+ address: import("@aztec/foundation/schemas").EthAddress;
502
+ certPath?: string | undefined;
503
+ certPass?: string | undefined;
504
+ }, {
505
+ remoteSignerUrl: string;
506
+ address: string;
507
+ certPath?: string | undefined;
508
+ certPass?: string | undefined;
509
+ }>]>, z.ZodObject<{
510
+ path: z.ZodString;
511
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
512
+ }, "strip", z.ZodTypeAny, {
513
+ path: string;
514
+ password?: string | undefined;
515
+ }, {
516
+ path: string;
517
+ password?: string | undefined;
518
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
519
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
520
+ remoteSignerUrl: z.ZodString;
521
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
522
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
523
+ }, "strip", z.ZodTypeAny, {
524
+ remoteSignerUrl: string;
525
+ address: import("@aztec/foundation/schemas").EthAddress;
526
+ certPath?: string | undefined;
527
+ certPass?: string | undefined;
528
+ }, {
529
+ remoteSignerUrl: string;
530
+ address: string;
531
+ certPath?: string | undefined;
532
+ certPass?: string | undefined;
533
+ }>]>, z.ZodObject<{
534
+ path: z.ZodString;
535
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
536
+ }, "strip", z.ZodTypeAny, {
537
+ path: string;
538
+ password?: string | undefined;
539
+ }, {
540
+ path: string;
541
+ password?: string | undefined;
542
+ }>]>, "many">, z.ZodObject<{
543
+ mnemonic: z.ZodString;
544
+ addressIndex: z.ZodDefault<z.ZodNumber>;
545
+ accountIndex: z.ZodDefault<z.ZodNumber>;
546
+ addressCount: z.ZodDefault<z.ZodNumber>;
547
+ accountCount: z.ZodDefault<z.ZodNumber>;
548
+ }, "strip", z.ZodTypeAny, {
549
+ mnemonic: string;
550
+ addressIndex: number;
551
+ accountIndex: number;
552
+ addressCount: number;
553
+ accountCount: number;
554
+ }, {
555
+ mnemonic: string;
556
+ addressIndex?: number | undefined;
557
+ accountIndex?: number | undefined;
558
+ addressCount?: number | undefined;
559
+ accountCount?: number | undefined;
560
+ }>]>>;
561
+ remoteSigner: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
562
+ remoteSignerUrl: z.ZodString;
563
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
564
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
565
+ }, "strip", z.ZodTypeAny, {
566
+ remoteSignerUrl: string;
567
+ certPath?: string | undefined;
568
+ certPass?: string | undefined;
569
+ }, {
570
+ remoteSignerUrl: string;
571
+ certPath?: string | undefined;
572
+ certPass?: string | undefined;
573
+ }>]>>;
574
+ prover: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
575
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
576
+ remoteSignerUrl: z.ZodString;
577
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
578
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
579
+ }, "strip", z.ZodTypeAny, {
580
+ remoteSignerUrl: string;
581
+ address: import("@aztec/foundation/schemas").EthAddress;
582
+ certPath?: string | undefined;
583
+ certPass?: string | undefined;
584
+ }, {
585
+ remoteSignerUrl: string;
586
+ address: string;
587
+ certPath?: string | undefined;
588
+ certPass?: string | undefined;
589
+ }>]>, z.ZodObject<{
590
+ path: z.ZodString;
591
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
592
+ }, "strip", z.ZodTypeAny, {
593
+ path: string;
594
+ password?: string | undefined;
595
+ }, {
596
+ path: string;
597
+ password?: string | undefined;
598
+ }>]>, z.ZodObject<{
599
+ id: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
600
+ publisher: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
601
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
602
+ remoteSignerUrl: z.ZodString;
603
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
604
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
605
+ }, "strip", z.ZodTypeAny, {
606
+ remoteSignerUrl: string;
607
+ address: import("@aztec/foundation/schemas").EthAddress;
608
+ certPath?: string | undefined;
609
+ certPass?: string | undefined;
610
+ }, {
611
+ remoteSignerUrl: string;
612
+ address: string;
613
+ certPath?: string | undefined;
614
+ certPass?: string | undefined;
615
+ }>]>, z.ZodObject<{
616
+ path: z.ZodString;
617
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
618
+ }, "strip", z.ZodTypeAny, {
619
+ path: string;
620
+ password?: string | undefined;
621
+ }, {
622
+ path: string;
623
+ password?: string | undefined;
624
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
625
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
626
+ remoteSignerUrl: z.ZodString;
627
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
628
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
629
+ }, "strip", z.ZodTypeAny, {
630
+ remoteSignerUrl: string;
631
+ address: import("@aztec/foundation/schemas").EthAddress;
632
+ certPath?: string | undefined;
633
+ certPass?: string | undefined;
634
+ }, {
635
+ remoteSignerUrl: string;
636
+ address: string;
637
+ certPath?: string | undefined;
638
+ certPass?: string | undefined;
639
+ }>]>, z.ZodObject<{
640
+ path: z.ZodString;
641
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
642
+ }, "strip", z.ZodTypeAny, {
643
+ path: string;
644
+ password?: string | undefined;
645
+ }, {
646
+ path: string;
647
+ password?: string | undefined;
648
+ }>]>, "many">, z.ZodObject<{
649
+ mnemonic: z.ZodString;
650
+ addressIndex: z.ZodDefault<z.ZodNumber>;
651
+ accountIndex: z.ZodDefault<z.ZodNumber>;
652
+ addressCount: z.ZodDefault<z.ZodNumber>;
653
+ accountCount: z.ZodDefault<z.ZodNumber>;
654
+ }, "strip", z.ZodTypeAny, {
655
+ mnemonic: string;
656
+ addressIndex: number;
657
+ accountIndex: number;
658
+ addressCount: number;
659
+ accountCount: number;
660
+ }, {
661
+ mnemonic: string;
662
+ addressIndex?: number | undefined;
663
+ accountIndex?: number | undefined;
664
+ addressCount?: number | undefined;
665
+ accountCount?: number | undefined;
666
+ }>]>;
667
+ }, "strip", z.ZodTypeAny, {
668
+ id: import("@aztec/foundation/schemas").EthAddress;
669
+ publisher: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
670
+ remoteSignerUrl: string;
671
+ address: import("@aztec/foundation/schemas").EthAddress;
672
+ certPath?: string | undefined;
673
+ certPass?: string | undefined;
674
+ } | {
675
+ path: string;
676
+ password?: string | undefined;
677
+ } | {
678
+ mnemonic: string;
679
+ addressIndex: number;
680
+ accountIndex: number;
681
+ addressCount: number;
682
+ accountCount: number;
683
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
684
+ remoteSignerUrl: string;
685
+ address: import("@aztec/foundation/schemas").EthAddress;
686
+ certPath?: string | undefined;
687
+ certPass?: string | undefined;
688
+ } | {
689
+ path: string;
690
+ password?: string | undefined;
691
+ })[];
692
+ }, {
693
+ id: string;
694
+ publisher: string | {
695
+ remoteSignerUrl: string;
696
+ address: string;
697
+ certPath?: string | undefined;
698
+ certPass?: string | undefined;
699
+ } | {
700
+ path: string;
701
+ password?: string | undefined;
702
+ } | {
703
+ mnemonic: string;
704
+ addressIndex?: number | undefined;
705
+ accountIndex?: number | undefined;
706
+ addressCount?: number | undefined;
707
+ accountCount?: number | undefined;
708
+ } | (string | {
709
+ remoteSignerUrl: string;
710
+ address: string;
711
+ certPath?: string | undefined;
712
+ certPass?: string | undefined;
713
+ } | {
714
+ path: string;
715
+ password?: string | undefined;
716
+ })[];
717
+ }>]>>;
718
+ fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
719
+ address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
720
+ remoteSignerUrl: z.ZodString;
721
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
722
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
723
+ }, "strip", z.ZodTypeAny, {
724
+ remoteSignerUrl: string;
725
+ address: import("@aztec/foundation/schemas").EthAddress;
726
+ certPath?: string | undefined;
727
+ certPass?: string | undefined;
728
+ }, {
729
+ remoteSignerUrl: string;
730
+ address: string;
731
+ certPath?: string | undefined;
732
+ certPass?: string | undefined;
733
+ }>]>, z.ZodObject<{
734
+ path: z.ZodString;
735
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
736
+ }, "strip", z.ZodTypeAny, {
737
+ path: string;
738
+ password?: string | undefined;
739
+ }, {
740
+ path: string;
741
+ password?: string | undefined;
742
+ }>]>>;
743
+ }, "strip", z.ZodTypeAny, {
744
+ schemaVersion: 1;
745
+ remoteSigner?: string | {
746
+ remoteSignerUrl: string;
747
+ certPath?: string | undefined;
748
+ certPass?: string | undefined;
749
+ } | undefined;
750
+ fundingAccount?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
751
+ remoteSignerUrl: string;
752
+ address: import("@aztec/foundation/schemas").EthAddress;
753
+ certPath?: string | undefined;
754
+ certPass?: string | undefined;
755
+ } | {
756
+ path: string;
757
+ password?: string | undefined;
758
+ } | undefined;
759
+ validators?: {
760
+ attester: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
761
+ remoteSignerUrl: string;
762
+ address: import("@aztec/foundation/schemas").EthAddress;
763
+ certPath?: string | undefined;
764
+ certPass?: string | undefined;
765
+ } | {
766
+ path: string;
767
+ password?: string | undefined;
768
+ } | {
769
+ mnemonic: string;
770
+ addressIndex: number;
771
+ accountIndex: number;
772
+ addressCount: number;
773
+ accountCount: number;
774
+ } | {
775
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
776
+ remoteSignerUrl: string;
777
+ address: import("@aztec/foundation/schemas").EthAddress;
778
+ certPath?: string | undefined;
779
+ certPass?: string | undefined;
780
+ } | {
781
+ path: string;
782
+ password?: string | undefined;
783
+ };
784
+ bls?: BLSPrivateKey | {
785
+ path: string;
786
+ password?: string | undefined;
787
+ } | undefined;
788
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
789
+ remoteSignerUrl: string;
790
+ address: import("@aztec/foundation/schemas").EthAddress;
791
+ certPath?: string | undefined;
792
+ certPass?: string | undefined;
793
+ } | {
794
+ path: string;
795
+ password?: string | undefined;
796
+ } | {
797
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
798
+ remoteSignerUrl: string;
799
+ address: import("@aztec/foundation/schemas").EthAddress;
800
+ certPath?: string | undefined;
801
+ certPass?: string | undefined;
802
+ } | {
803
+ path: string;
804
+ password?: string | undefined;
805
+ };
806
+ bls?: BLSPrivateKey | {
807
+ path: string;
808
+ password?: string | undefined;
809
+ } | undefined;
810
+ })[];
811
+ feeRecipient: AztecAddress;
812
+ publisher?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
813
+ remoteSignerUrl: string;
814
+ address: import("@aztec/foundation/schemas").EthAddress;
815
+ certPath?: string | undefined;
816
+ certPass?: string | undefined;
817
+ } | {
818
+ path: string;
819
+ password?: string | undefined;
820
+ } | {
821
+ mnemonic: string;
822
+ addressIndex: number;
823
+ accountIndex: number;
824
+ addressCount: number;
825
+ accountCount: number;
826
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
827
+ remoteSignerUrl: string;
828
+ address: import("@aztec/foundation/schemas").EthAddress;
829
+ certPath?: string | undefined;
830
+ certPass?: string | undefined;
831
+ } | {
832
+ path: string;
833
+ password?: string | undefined;
834
+ })[] | undefined;
835
+ coinbase?: import("@aztec/foundation/schemas").EthAddress | undefined;
836
+ remoteSigner?: string | {
837
+ remoteSignerUrl: string;
838
+ certPath?: string | undefined;
839
+ certPass?: string | undefined;
840
+ } | undefined;
841
+ fundingAccount?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
842
+ remoteSignerUrl: string;
843
+ address: import("@aztec/foundation/schemas").EthAddress;
844
+ certPath?: string | undefined;
845
+ certPass?: string | undefined;
846
+ } | {
847
+ path: string;
848
+ password?: string | undefined;
849
+ } | undefined;
850
+ }[] | undefined;
851
+ slasher?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
852
+ remoteSignerUrl: string;
853
+ address: import("@aztec/foundation/schemas").EthAddress;
854
+ certPath?: string | undefined;
855
+ certPass?: string | undefined;
856
+ } | {
857
+ path: string;
858
+ password?: string | undefined;
859
+ } | {
860
+ mnemonic: string;
861
+ addressIndex: number;
862
+ accountIndex: number;
863
+ addressCount: number;
864
+ accountCount: number;
865
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
866
+ remoteSignerUrl: string;
867
+ address: import("@aztec/foundation/schemas").EthAddress;
868
+ certPath?: string | undefined;
869
+ certPass?: string | undefined;
870
+ } | {
871
+ path: string;
872
+ password?: string | undefined;
873
+ })[] | undefined;
874
+ prover?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
875
+ remoteSignerUrl: string;
876
+ address: import("@aztec/foundation/schemas").EthAddress;
877
+ certPath?: string | undefined;
878
+ certPass?: string | undefined;
879
+ } | {
880
+ path: string;
881
+ password?: string | undefined;
882
+ } | {
883
+ id: import("@aztec/foundation/schemas").EthAddress;
884
+ publisher: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
885
+ remoteSignerUrl: string;
886
+ address: import("@aztec/foundation/schemas").EthAddress;
887
+ certPath?: string | undefined;
888
+ certPass?: string | undefined;
889
+ } | {
890
+ path: string;
891
+ password?: string | undefined;
892
+ } | {
893
+ mnemonic: string;
894
+ addressIndex: number;
895
+ accountIndex: number;
896
+ addressCount: number;
897
+ accountCount: number;
898
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
899
+ remoteSignerUrl: string;
900
+ address: import("@aztec/foundation/schemas").EthAddress;
901
+ certPath?: string | undefined;
902
+ certPass?: string | undefined;
903
+ } | {
904
+ path: string;
905
+ password?: string | undefined;
906
+ })[];
907
+ } | undefined;
908
+ }, {
909
+ schemaVersion: 1;
910
+ remoteSigner?: string | {
911
+ remoteSignerUrl: string;
912
+ certPath?: string | undefined;
913
+ certPass?: string | undefined;
914
+ } | undefined;
915
+ fundingAccount?: string | {
916
+ remoteSignerUrl: string;
917
+ address: string;
918
+ certPath?: string | undefined;
919
+ certPass?: string | undefined;
920
+ } | {
921
+ path: string;
922
+ password?: string | undefined;
923
+ } | undefined;
924
+ validators?: {
925
+ attester: string | {
926
+ remoteSignerUrl: string;
927
+ address: string;
928
+ certPath?: string | undefined;
929
+ certPass?: string | undefined;
930
+ } | {
931
+ path: string;
932
+ password?: string | undefined;
933
+ } | {
934
+ mnemonic: string;
935
+ addressIndex?: number | undefined;
936
+ accountIndex?: number | undefined;
937
+ addressCount?: number | undefined;
938
+ accountCount?: number | undefined;
939
+ } | {
940
+ eth: string | {
941
+ remoteSignerUrl: string;
942
+ address: string;
943
+ certPath?: string | undefined;
944
+ certPass?: string | undefined;
945
+ } | {
946
+ path: string;
947
+ password?: string | undefined;
948
+ };
949
+ bls?: string | {
950
+ path: string;
951
+ password?: string | undefined;
952
+ } | undefined;
953
+ } | (string | {
954
+ remoteSignerUrl: string;
955
+ address: string;
956
+ certPath?: string | undefined;
957
+ certPass?: string | undefined;
958
+ } | {
959
+ path: string;
960
+ password?: string | undefined;
961
+ } | {
962
+ eth: string | {
963
+ remoteSignerUrl: string;
964
+ address: string;
965
+ certPath?: string | undefined;
966
+ certPass?: string | undefined;
967
+ } | {
968
+ path: string;
969
+ password?: string | undefined;
970
+ };
971
+ bls?: string | {
972
+ path: string;
973
+ password?: string | undefined;
974
+ } | undefined;
975
+ })[];
976
+ publisher?: string | {
977
+ remoteSignerUrl: string;
978
+ address: string;
979
+ certPath?: string | undefined;
980
+ certPass?: string | undefined;
981
+ } | {
982
+ path: string;
983
+ password?: string | undefined;
984
+ } | {
985
+ mnemonic: string;
986
+ addressIndex?: number | undefined;
987
+ accountIndex?: number | undefined;
988
+ addressCount?: number | undefined;
989
+ accountCount?: number | undefined;
990
+ } | (string | {
991
+ remoteSignerUrl: string;
992
+ address: string;
993
+ certPath?: string | undefined;
994
+ certPass?: string | undefined;
995
+ } | {
996
+ path: string;
997
+ password?: string | undefined;
998
+ })[] | undefined;
999
+ coinbase?: string | undefined;
1000
+ feeRecipient?: any;
1001
+ remoteSigner?: string | {
1002
+ remoteSignerUrl: string;
1003
+ certPath?: string | undefined;
1004
+ certPass?: string | undefined;
1005
+ } | undefined;
1006
+ fundingAccount?: string | {
1007
+ remoteSignerUrl: string;
1008
+ address: string;
1009
+ certPath?: string | undefined;
1010
+ certPass?: string | undefined;
1011
+ } | {
1012
+ path: string;
1013
+ password?: string | undefined;
1014
+ } | undefined;
1015
+ }[] | undefined;
1016
+ slasher?: string | {
1017
+ remoteSignerUrl: string;
1018
+ address: string;
1019
+ certPath?: string | undefined;
1020
+ certPass?: string | undefined;
1021
+ } | {
1022
+ path: string;
1023
+ password?: string | undefined;
1024
+ } | {
1025
+ mnemonic: string;
1026
+ addressIndex?: number | undefined;
1027
+ accountIndex?: number | undefined;
1028
+ addressCount?: number | undefined;
1029
+ accountCount?: number | undefined;
1030
+ } | (string | {
1031
+ remoteSignerUrl: string;
1032
+ address: string;
1033
+ certPath?: string | undefined;
1034
+ certPass?: string | undefined;
1035
+ } | {
1036
+ path: string;
1037
+ password?: string | undefined;
1038
+ })[] | undefined;
1039
+ prover?: string | {
1040
+ remoteSignerUrl: string;
1041
+ address: string;
1042
+ certPath?: string | undefined;
1043
+ certPass?: string | undefined;
1044
+ } | {
1045
+ path: string;
1046
+ password?: string | undefined;
1047
+ } | {
1048
+ id: string;
1049
+ publisher: string | {
1050
+ remoteSignerUrl: string;
1051
+ address: string;
1052
+ certPath?: string | undefined;
1053
+ certPass?: string | undefined;
1054
+ } | {
1055
+ path: string;
1056
+ password?: string | undefined;
1057
+ } | {
1058
+ mnemonic: string;
1059
+ addressIndex?: number | undefined;
1060
+ accountIndex?: number | undefined;
1061
+ addressCount?: number | undefined;
1062
+ accountCount?: number | undefined;
1063
+ } | (string | {
1064
+ remoteSignerUrl: string;
1065
+ address: string;
1066
+ certPath?: string | undefined;
1067
+ certPass?: string | undefined;
1068
+ } | {
1069
+ path: string;
1070
+ password?: string | undefined;
1071
+ })[];
1072
+ } | undefined;
1073
+ }>, {
1074
+ schemaVersion: 1;
1075
+ remoteSigner?: string | {
1076
+ remoteSignerUrl: string;
1077
+ certPath?: string | undefined;
1078
+ certPass?: string | undefined;
1079
+ } | undefined;
1080
+ fundingAccount?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1081
+ remoteSignerUrl: string;
1082
+ address: import("@aztec/foundation/schemas").EthAddress;
1083
+ certPath?: string | undefined;
1084
+ certPass?: string | undefined;
1085
+ } | {
1086
+ path: string;
1087
+ password?: string | undefined;
1088
+ } | undefined;
1089
+ validators?: {
1090
+ attester: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1091
+ remoteSignerUrl: string;
1092
+ address: import("@aztec/foundation/schemas").EthAddress;
1093
+ certPath?: string | undefined;
1094
+ certPass?: string | undefined;
1095
+ } | {
1096
+ path: string;
1097
+ password?: string | undefined;
1098
+ } | {
1099
+ mnemonic: string;
1100
+ addressIndex: number;
1101
+ accountIndex: number;
1102
+ addressCount: number;
1103
+ accountCount: number;
1104
+ } | {
1105
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1106
+ remoteSignerUrl: string;
1107
+ address: import("@aztec/foundation/schemas").EthAddress;
1108
+ certPath?: string | undefined;
1109
+ certPass?: string | undefined;
1110
+ } | {
1111
+ path: string;
1112
+ password?: string | undefined;
1113
+ };
1114
+ bls?: BLSPrivateKey | {
1115
+ path: string;
1116
+ password?: string | undefined;
1117
+ } | undefined;
1118
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1119
+ remoteSignerUrl: string;
1120
+ address: import("@aztec/foundation/schemas").EthAddress;
1121
+ certPath?: string | undefined;
1122
+ certPass?: string | undefined;
1123
+ } | {
1124
+ path: string;
1125
+ password?: string | undefined;
1126
+ } | {
1127
+ eth: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1128
+ remoteSignerUrl: string;
1129
+ address: import("@aztec/foundation/schemas").EthAddress;
1130
+ certPath?: string | undefined;
1131
+ certPass?: string | undefined;
1132
+ } | {
1133
+ path: string;
1134
+ password?: string | undefined;
1135
+ };
1136
+ bls?: BLSPrivateKey | {
1137
+ path: string;
1138
+ password?: string | undefined;
1139
+ } | undefined;
1140
+ })[];
1141
+ feeRecipient: AztecAddress;
1142
+ publisher?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1143
+ remoteSignerUrl: string;
1144
+ address: import("@aztec/foundation/schemas").EthAddress;
1145
+ certPath?: string | undefined;
1146
+ certPass?: string | undefined;
1147
+ } | {
1148
+ path: string;
1149
+ password?: string | undefined;
1150
+ } | {
1151
+ mnemonic: string;
1152
+ addressIndex: number;
1153
+ accountIndex: number;
1154
+ addressCount: number;
1155
+ accountCount: number;
1156
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1157
+ remoteSignerUrl: string;
1158
+ address: import("@aztec/foundation/schemas").EthAddress;
1159
+ certPath?: string | undefined;
1160
+ certPass?: string | undefined;
1161
+ } | {
1162
+ path: string;
1163
+ password?: string | undefined;
1164
+ })[] | undefined;
1165
+ coinbase?: import("@aztec/foundation/schemas").EthAddress | undefined;
1166
+ remoteSigner?: string | {
1167
+ remoteSignerUrl: string;
1168
+ certPath?: string | undefined;
1169
+ certPass?: string | undefined;
1170
+ } | undefined;
1171
+ fundingAccount?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1172
+ remoteSignerUrl: string;
1173
+ address: import("@aztec/foundation/schemas").EthAddress;
1174
+ certPath?: string | undefined;
1175
+ certPass?: string | undefined;
1176
+ } | {
1177
+ path: string;
1178
+ password?: string | undefined;
1179
+ } | undefined;
1180
+ }[] | undefined;
1181
+ slasher?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1182
+ remoteSignerUrl: string;
1183
+ address: import("@aztec/foundation/schemas").EthAddress;
1184
+ certPath?: string | undefined;
1185
+ certPass?: string | undefined;
1186
+ } | {
1187
+ path: string;
1188
+ password?: string | undefined;
1189
+ } | {
1190
+ mnemonic: string;
1191
+ addressIndex: number;
1192
+ accountIndex: number;
1193
+ addressCount: number;
1194
+ accountCount: number;
1195
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1196
+ remoteSignerUrl: string;
1197
+ address: import("@aztec/foundation/schemas").EthAddress;
1198
+ certPath?: string | undefined;
1199
+ certPass?: string | undefined;
1200
+ } | {
1201
+ path: string;
1202
+ password?: string | undefined;
1203
+ })[] | undefined;
1204
+ prover?: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1205
+ remoteSignerUrl: string;
1206
+ address: import("@aztec/foundation/schemas").EthAddress;
1207
+ certPath?: string | undefined;
1208
+ certPass?: string | undefined;
1209
+ } | {
1210
+ path: string;
1211
+ password?: string | undefined;
1212
+ } | {
1213
+ id: import("@aztec/foundation/schemas").EthAddress;
1214
+ publisher: EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1215
+ remoteSignerUrl: string;
1216
+ address: import("@aztec/foundation/schemas").EthAddress;
1217
+ certPath?: string | undefined;
1218
+ certPass?: string | undefined;
1219
+ } | {
1220
+ path: string;
1221
+ password?: string | undefined;
1222
+ } | {
1223
+ mnemonic: string;
1224
+ addressIndex: number;
1225
+ accountIndex: number;
1226
+ addressCount: number;
1227
+ accountCount: number;
1228
+ } | (EthPrivateKey | import("@aztec/foundation/schemas").EthAddress | {
1229
+ remoteSignerUrl: string;
1230
+ address: import("@aztec/foundation/schemas").EthAddress;
1231
+ certPath?: string | undefined;
1232
+ certPass?: string | undefined;
1233
+ } | {
1234
+ path: string;
1235
+ password?: string | undefined;
1236
+ })[];
1237
+ } | undefined;
1238
+ }, {
1239
+ schemaVersion: 1;
1240
+ remoteSigner?: string | {
1241
+ remoteSignerUrl: string;
1242
+ certPath?: string | undefined;
1243
+ certPass?: string | undefined;
1244
+ } | undefined;
1245
+ fundingAccount?: string | {
1246
+ remoteSignerUrl: string;
1247
+ address: string;
1248
+ certPath?: string | undefined;
1249
+ certPass?: string | undefined;
1250
+ } | {
1251
+ path: string;
1252
+ password?: string | undefined;
1253
+ } | undefined;
1254
+ validators?: {
1255
+ attester: string | {
1256
+ remoteSignerUrl: string;
1257
+ address: string;
1258
+ certPath?: string | undefined;
1259
+ certPass?: string | undefined;
1260
+ } | {
1261
+ path: string;
1262
+ password?: string | undefined;
1263
+ } | {
1264
+ mnemonic: string;
1265
+ addressIndex?: number | undefined;
1266
+ accountIndex?: number | undefined;
1267
+ addressCount?: number | undefined;
1268
+ accountCount?: number | undefined;
1269
+ } | {
1270
+ eth: string | {
1271
+ remoteSignerUrl: string;
1272
+ address: string;
1273
+ certPath?: string | undefined;
1274
+ certPass?: string | undefined;
1275
+ } | {
1276
+ path: string;
1277
+ password?: string | undefined;
1278
+ };
1279
+ bls?: string | {
1280
+ path: string;
1281
+ password?: string | undefined;
1282
+ } | undefined;
1283
+ } | (string | {
1284
+ remoteSignerUrl: string;
1285
+ address: string;
1286
+ certPath?: string | undefined;
1287
+ certPass?: string | undefined;
1288
+ } | {
1289
+ path: string;
1290
+ password?: string | undefined;
1291
+ } | {
1292
+ eth: string | {
1293
+ remoteSignerUrl: string;
1294
+ address: string;
1295
+ certPath?: string | undefined;
1296
+ certPass?: string | undefined;
1297
+ } | {
1298
+ path: string;
1299
+ password?: string | undefined;
1300
+ };
1301
+ bls?: string | {
1302
+ path: string;
1303
+ password?: string | undefined;
1304
+ } | undefined;
1305
+ })[];
1306
+ publisher?: string | {
1307
+ remoteSignerUrl: string;
1308
+ address: string;
1309
+ certPath?: string | undefined;
1310
+ certPass?: string | undefined;
1311
+ } | {
1312
+ path: string;
1313
+ password?: string | undefined;
1314
+ } | {
1315
+ mnemonic: string;
1316
+ addressIndex?: number | undefined;
1317
+ accountIndex?: number | undefined;
1318
+ addressCount?: number | undefined;
1319
+ accountCount?: number | undefined;
1320
+ } | (string | {
1321
+ remoteSignerUrl: string;
1322
+ address: string;
1323
+ certPath?: string | undefined;
1324
+ certPass?: string | undefined;
1325
+ } | {
1326
+ path: string;
1327
+ password?: string | undefined;
1328
+ })[] | undefined;
1329
+ coinbase?: string | undefined;
1330
+ feeRecipient?: any;
1331
+ remoteSigner?: string | {
1332
+ remoteSignerUrl: string;
1333
+ certPath?: string | undefined;
1334
+ certPass?: string | undefined;
1335
+ } | undefined;
1336
+ fundingAccount?: string | {
1337
+ remoteSignerUrl: string;
1338
+ address: string;
1339
+ certPath?: string | undefined;
1340
+ certPass?: string | undefined;
1341
+ } | {
1342
+ path: string;
1343
+ password?: string | undefined;
1344
+ } | undefined;
1345
+ }[] | undefined;
1346
+ slasher?: string | {
1347
+ remoteSignerUrl: string;
1348
+ address: string;
1349
+ certPath?: string | undefined;
1350
+ certPass?: string | undefined;
1351
+ } | {
1352
+ path: string;
1353
+ password?: string | undefined;
1354
+ } | {
1355
+ mnemonic: string;
1356
+ addressIndex?: number | undefined;
1357
+ accountIndex?: number | undefined;
1358
+ addressCount?: number | undefined;
1359
+ accountCount?: number | undefined;
1360
+ } | (string | {
1361
+ remoteSignerUrl: string;
1362
+ address: string;
1363
+ certPath?: string | undefined;
1364
+ certPass?: string | undefined;
1365
+ } | {
1366
+ path: string;
1367
+ password?: string | undefined;
1368
+ })[] | undefined;
1369
+ prover?: string | {
1370
+ remoteSignerUrl: string;
1371
+ address: string;
1372
+ certPath?: string | undefined;
1373
+ certPass?: string | undefined;
1374
+ } | {
1375
+ path: string;
1376
+ password?: string | undefined;
1377
+ } | {
1378
+ id: string;
1379
+ publisher: string | {
1380
+ remoteSignerUrl: string;
1381
+ address: string;
1382
+ certPath?: string | undefined;
1383
+ certPass?: string | undefined;
1384
+ } | {
1385
+ path: string;
1386
+ password?: string | undefined;
1387
+ } | {
1388
+ mnemonic: string;
1389
+ addressIndex?: number | undefined;
1390
+ accountIndex?: number | undefined;
1391
+ addressCount?: number | undefined;
1392
+ accountCount?: number | undefined;
1393
+ } | (string | {
1394
+ remoteSignerUrl: string;
1395
+ address: string;
1396
+ certPath?: string | undefined;
1397
+ certPass?: string | undefined;
1398
+ } | {
1399
+ path: string;
1400
+ password?: string | undefined;
1401
+ })[];
1402
+ } | undefined;
1403
+ }>;
1404
+ //# sourceMappingURL=schemas.d.ts.map