@aztec/node-keystore 0.0.1-commit.d3ec352c → 0.0.1-commit.e61ad554

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/dest/schemas.d.ts CHANGED
@@ -3,16 +3,16 @@ import { z } from 'zod';
3
3
  import type { BLSPrivateKey, EthPrivateKey } from './types.js';
4
4
  export declare const ethPrivateKeySchema: z.ZodEffects<z.ZodString, EthPrivateKey, string>;
5
5
  export declare const blsPrivateKeySchema: z.ZodEffects<z.ZodString, BLSPrivateKey, string>;
6
- export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
6
+ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
7
7
  schemaVersion: z.ZodLiteral<1>;
8
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>;
9
+ attester: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
10
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
11
11
  remoteSignerUrl: z.ZodString;
12
12
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
13
13
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
14
14
  }, "strict", z.ZodTypeAny, {
15
- address: import("@aztec/foundation/schemas").EthAddress;
15
+ address: import("@aztec/foundation/eth-address").EthAddress;
16
16
  remoteSignerUrl: string;
17
17
  certPath?: string | undefined;
18
18
  certPass?: string | undefined;
@@ -31,13 +31,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
31
31
  path: string;
32
32
  password?: string | undefined;
33
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>;
34
+ eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
35
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
36
36
  remoteSignerUrl: z.ZodString;
37
37
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
38
38
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
39
39
  }, "strict", z.ZodTypeAny, {
40
- address: import("@aztec/foundation/schemas").EthAddress;
40
+ address: import("@aztec/foundation/eth-address").EthAddress;
41
41
  remoteSignerUrl: string;
42
42
  certPath?: string | undefined;
43
43
  certPass?: string | undefined;
@@ -67,8 +67,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
67
67
  password?: string | undefined;
68
68
  }>]>>;
69
69
  }, "strict", z.ZodTypeAny, {
70
- eth: import("@aztec/foundation/schemas").EthAddress | {
71
- address: import("@aztec/foundation/schemas").EthAddress;
70
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
71
+ address: import("@aztec/foundation/eth-address").EthAddress;
72
72
  remoteSignerUrl: string;
73
73
  certPath?: string | undefined;
74
74
  certPass?: string | undefined;
@@ -94,13 +94,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
94
94
  path: string;
95
95
  password?: string | undefined;
96
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>;
97
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
98
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
99
99
  remoteSignerUrl: z.ZodString;
100
100
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
101
101
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
102
102
  }, "strict", z.ZodTypeAny, {
103
- address: import("@aztec/foundation/schemas").EthAddress;
103
+ address: import("@aztec/foundation/eth-address").EthAddress;
104
104
  remoteSignerUrl: string;
105
105
  certPath?: string | undefined;
106
106
  certPass?: string | undefined;
@@ -119,13 +119,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
119
119
  path: string;
120
120
  password?: string | undefined;
121
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>;
122
+ eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
123
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
124
124
  remoteSignerUrl: z.ZodString;
125
125
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
126
126
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
127
127
  }, "strict", z.ZodTypeAny, {
128
- address: import("@aztec/foundation/schemas").EthAddress;
128
+ address: import("@aztec/foundation/eth-address").EthAddress;
129
129
  remoteSignerUrl: string;
130
130
  certPath?: string | undefined;
131
131
  certPass?: string | undefined;
@@ -155,8 +155,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
155
155
  password?: string | undefined;
156
156
  }>]>>;
157
157
  }, "strict", z.ZodTypeAny, {
158
- eth: import("@aztec/foundation/schemas").EthAddress | {
159
- address: import("@aztec/foundation/schemas").EthAddress;
158
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
159
+ address: import("@aztec/foundation/eth-address").EthAddress;
160
160
  remoteSignerUrl: string;
161
161
  certPath?: string | undefined;
162
162
  certPass?: string | undefined;
@@ -201,14 +201,14 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
201
201
  addressCount?: number | undefined;
202
202
  accountCount?: number | undefined;
203
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>;
204
+ coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/eth-address").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/eth-address").EthAddress, any, string>, z.ZodObject<{
206
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
207
207
  remoteSignerUrl: z.ZodString;
208
208
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
209
209
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
210
210
  }, "strict", z.ZodTypeAny, {
211
- address: import("@aztec/foundation/schemas").EthAddress;
211
+ address: import("@aztec/foundation/eth-address").EthAddress;
212
212
  remoteSignerUrl: string;
213
213
  certPath?: string | undefined;
214
214
  certPass?: string | undefined;
@@ -226,13 +226,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
226
226
  }, {
227
227
  path: string;
228
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>;
229
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
230
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
231
231
  remoteSignerUrl: z.ZodString;
232
232
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
233
233
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
234
234
  }, "strict", z.ZodTypeAny, {
235
- address: import("@aztec/foundation/schemas").EthAddress;
235
+ address: import("@aztec/foundation/eth-address").EthAddress;
236
236
  remoteSignerUrl: string;
237
237
  certPath?: string | undefined;
238
238
  certPass?: string | undefined;
@@ -283,13 +283,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
283
283
  certPath?: string | undefined;
284
284
  certPass?: string | undefined;
285
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>;
286
+ fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
287
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
288
288
  remoteSignerUrl: z.ZodString;
289
289
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
290
290
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
291
291
  }, "strict", z.ZodTypeAny, {
292
- address: import("@aztec/foundation/schemas").EthAddress;
292
+ address: import("@aztec/foundation/eth-address").EthAddress;
293
293
  remoteSignerUrl: string;
294
294
  certPath?: string | undefined;
295
295
  certPass?: string | undefined;
@@ -309,8 +309,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
309
309
  password?: string | undefined;
310
310
  }>]>>;
311
311
  }, "strict", z.ZodTypeAny, {
312
- attester: (import("@aztec/foundation/schemas").EthAddress | {
313
- address: import("@aztec/foundation/schemas").EthAddress;
312
+ attester: (import("@aztec/foundation/eth-address").EthAddress | {
313
+ address: import("@aztec/foundation/eth-address").EthAddress;
314
314
  remoteSignerUrl: string;
315
315
  certPath?: string | undefined;
316
316
  certPass?: string | undefined;
@@ -318,8 +318,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
318
318
  path: string;
319
319
  password?: string | undefined;
320
320
  } | {
321
- eth: import("@aztec/foundation/schemas").EthAddress | {
322
- address: import("@aztec/foundation/schemas").EthAddress;
321
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
322
+ address: import("@aztec/foundation/eth-address").EthAddress;
323
323
  remoteSignerUrl: string;
324
324
  certPath?: string | undefined;
325
325
  certPass?: string | undefined;
@@ -331,8 +331,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
331
331
  path: string;
332
332
  password?: string | undefined;
333
333
  } | BLSPrivateKey | undefined;
334
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
335
- address: import("@aztec/foundation/schemas").EthAddress;
334
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
335
+ address: import("@aztec/foundation/eth-address").EthAddress;
336
336
  remoteSignerUrl: string;
337
337
  certPath?: string | undefined;
338
338
  certPass?: string | undefined;
@@ -346,8 +346,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
346
346
  addressCount: number;
347
347
  accountCount: number;
348
348
  } | {
349
- eth: import("@aztec/foundation/schemas").EthAddress | {
350
- address: import("@aztec/foundation/schemas").EthAddress;
349
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
350
+ address: import("@aztec/foundation/eth-address").EthAddress;
351
351
  remoteSignerUrl: string;
352
352
  certPath?: string | undefined;
353
353
  certPass?: string | undefined;
@@ -360,17 +360,17 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
360
360
  password?: string | undefined;
361
361
  } | BLSPrivateKey | undefined;
362
362
  } | EthPrivateKey;
363
- coinbase?: import("@aztec/foundation/schemas").EthAddress | undefined;
364
- publisher?: (import("@aztec/foundation/schemas").EthAddress | {
365
- address: import("@aztec/foundation/schemas").EthAddress;
363
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
364
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
365
+ address: import("@aztec/foundation/eth-address").EthAddress;
366
366
  remoteSignerUrl: string;
367
367
  certPath?: string | undefined;
368
368
  certPass?: string | undefined;
369
369
  } | {
370
370
  path: string;
371
371
  password?: string | undefined;
372
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
373
- address: import("@aztec/foundation/schemas").EthAddress;
372
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
373
+ address: import("@aztec/foundation/eth-address").EthAddress;
374
374
  remoteSignerUrl: string;
375
375
  certPath?: string | undefined;
376
376
  certPass?: string | undefined;
@@ -390,8 +390,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
390
390
  certPath?: string | undefined;
391
391
  certPass?: string | undefined;
392
392
  } | undefined;
393
- fundingAccount?: import("@aztec/foundation/schemas").EthAddress | {
394
- address: import("@aztec/foundation/schemas").EthAddress;
393
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
394
+ address: import("@aztec/foundation/eth-address").EthAddress;
395
395
  remoteSignerUrl: string;
396
396
  certPath?: string | undefined;
397
397
  certPass?: string | undefined;
@@ -491,13 +491,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
491
491
  password?: string | undefined;
492
492
  } | undefined;
493
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>;
494
+ slasher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
495
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
496
496
  remoteSignerUrl: z.ZodString;
497
497
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
498
498
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
499
499
  }, "strict", z.ZodTypeAny, {
500
- address: import("@aztec/foundation/schemas").EthAddress;
500
+ address: import("@aztec/foundation/eth-address").EthAddress;
501
501
  remoteSignerUrl: string;
502
502
  certPath?: string | undefined;
503
503
  certPass?: string | undefined;
@@ -515,13 +515,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
515
515
  }, {
516
516
  path: string;
517
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>;
518
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
519
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
520
520
  remoteSignerUrl: z.ZodString;
521
521
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
522
522
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
523
523
  }, "strict", z.ZodTypeAny, {
524
- address: import("@aztec/foundation/schemas").EthAddress;
524
+ address: import("@aztec/foundation/eth-address").EthAddress;
525
525
  remoteSignerUrl: string;
526
526
  certPath?: string | undefined;
527
527
  certPass?: string | undefined;
@@ -571,13 +571,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
571
571
  certPath?: string | undefined;
572
572
  certPass?: string | undefined;
573
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>;
574
+ prover: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
575
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
576
576
  remoteSignerUrl: z.ZodString;
577
577
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
578
578
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
579
579
  }, "strict", z.ZodTypeAny, {
580
- address: import("@aztec/foundation/schemas").EthAddress;
580
+ address: import("@aztec/foundation/eth-address").EthAddress;
581
581
  remoteSignerUrl: string;
582
582
  certPath?: string | undefined;
583
583
  certPass?: string | undefined;
@@ -596,14 +596,14 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
596
596
  path: string;
597
597
  password?: string | undefined;
598
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>;
599
+ id: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
600
+ publisher: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
601
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
602
602
  remoteSignerUrl: z.ZodString;
603
603
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
604
604
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
605
605
  }, "strict", z.ZodTypeAny, {
606
- address: import("@aztec/foundation/schemas").EthAddress;
606
+ address: import("@aztec/foundation/eth-address").EthAddress;
607
607
  remoteSignerUrl: string;
608
608
  certPath?: string | undefined;
609
609
  certPass?: string | undefined;
@@ -621,13 +621,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
621
621
  }, {
622
622
  path: string;
623
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>;
624
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
625
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
626
626
  remoteSignerUrl: z.ZodString;
627
627
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
628
628
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
629
629
  }, "strict", z.ZodTypeAny, {
630
- address: import("@aztec/foundation/schemas").EthAddress;
630
+ address: import("@aztec/foundation/eth-address").EthAddress;
631
631
  remoteSignerUrl: string;
632
632
  certPath?: string | undefined;
633
633
  certPass?: string | undefined;
@@ -665,17 +665,17 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
665
665
  accountCount?: number | undefined;
666
666
  }>]>;
667
667
  }, "strict", z.ZodTypeAny, {
668
- id: import("@aztec/foundation/schemas").EthAddress;
669
- publisher: (import("@aztec/foundation/schemas").EthAddress | {
670
- address: import("@aztec/foundation/schemas").EthAddress;
668
+ id: import("@aztec/foundation/eth-address").EthAddress;
669
+ publisher: (import("@aztec/foundation/eth-address").EthAddress | {
670
+ address: import("@aztec/foundation/eth-address").EthAddress;
671
671
  remoteSignerUrl: string;
672
672
  certPath?: string | undefined;
673
673
  certPass?: string | undefined;
674
674
  } | {
675
675
  path: string;
676
676
  password?: string | undefined;
677
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
678
- address: import("@aztec/foundation/schemas").EthAddress;
677
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
678
+ address: import("@aztec/foundation/eth-address").EthAddress;
679
679
  remoteSignerUrl: string;
680
680
  certPath?: string | undefined;
681
681
  certPass?: string | undefined;
@@ -715,13 +715,13 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
715
715
  accountCount?: number | undefined;
716
716
  };
717
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>;
718
+ fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
719
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
720
720
  remoteSignerUrl: z.ZodString;
721
721
  certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
722
722
  certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
723
723
  }, "strict", z.ZodTypeAny, {
724
- address: import("@aztec/foundation/schemas").EthAddress;
724
+ address: import("@aztec/foundation/eth-address").EthAddress;
725
725
  remoteSignerUrl: string;
726
726
  certPath?: string | undefined;
727
727
  certPass?: string | undefined;
@@ -743,8 +743,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
743
743
  }, "strict", z.ZodTypeAny, {
744
744
  schemaVersion: 1;
745
745
  validators?: {
746
- attester: (import("@aztec/foundation/schemas").EthAddress | {
747
- address: import("@aztec/foundation/schemas").EthAddress;
746
+ attester: (import("@aztec/foundation/eth-address").EthAddress | {
747
+ address: import("@aztec/foundation/eth-address").EthAddress;
748
748
  remoteSignerUrl: string;
749
749
  certPath?: string | undefined;
750
750
  certPass?: string | undefined;
@@ -752,8 +752,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
752
752
  path: string;
753
753
  password?: string | undefined;
754
754
  } | {
755
- eth: import("@aztec/foundation/schemas").EthAddress | {
756
- address: import("@aztec/foundation/schemas").EthAddress;
755
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
756
+ address: import("@aztec/foundation/eth-address").EthAddress;
757
757
  remoteSignerUrl: string;
758
758
  certPath?: string | undefined;
759
759
  certPass?: string | undefined;
@@ -765,8 +765,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
765
765
  path: string;
766
766
  password?: string | undefined;
767
767
  } | BLSPrivateKey | undefined;
768
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
769
- address: import("@aztec/foundation/schemas").EthAddress;
768
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
769
+ address: import("@aztec/foundation/eth-address").EthAddress;
770
770
  remoteSignerUrl: string;
771
771
  certPath?: string | undefined;
772
772
  certPass?: string | undefined;
@@ -780,8 +780,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
780
780
  addressCount: number;
781
781
  accountCount: number;
782
782
  } | {
783
- eth: import("@aztec/foundation/schemas").EthAddress | {
784
- address: import("@aztec/foundation/schemas").EthAddress;
783
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
784
+ address: import("@aztec/foundation/eth-address").EthAddress;
785
785
  remoteSignerUrl: string;
786
786
  certPath?: string | undefined;
787
787
  certPass?: string | undefined;
@@ -794,17 +794,17 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
794
794
  password?: string | undefined;
795
795
  } | BLSPrivateKey | undefined;
796
796
  } | EthPrivateKey;
797
- coinbase?: import("@aztec/foundation/schemas").EthAddress | undefined;
798
- publisher?: (import("@aztec/foundation/schemas").EthAddress | {
799
- address: import("@aztec/foundation/schemas").EthAddress;
797
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
798
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
799
+ address: import("@aztec/foundation/eth-address").EthAddress;
800
800
  remoteSignerUrl: string;
801
801
  certPath?: string | undefined;
802
802
  certPass?: string | undefined;
803
803
  } | {
804
804
  path: string;
805
805
  password?: string | undefined;
806
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
807
- address: import("@aztec/foundation/schemas").EthAddress;
806
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
807
+ address: import("@aztec/foundation/eth-address").EthAddress;
808
808
  remoteSignerUrl: string;
809
809
  certPath?: string | undefined;
810
810
  certPass?: string | undefined;
@@ -824,8 +824,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
824
824
  certPath?: string | undefined;
825
825
  certPass?: string | undefined;
826
826
  } | undefined;
827
- fundingAccount?: import("@aztec/foundation/schemas").EthAddress | {
828
- address: import("@aztec/foundation/schemas").EthAddress;
827
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
828
+ address: import("@aztec/foundation/eth-address").EthAddress;
829
829
  remoteSignerUrl: string;
830
830
  certPath?: string | undefined;
831
831
  certPass?: string | undefined;
@@ -834,16 +834,16 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
834
834
  password?: string | undefined;
835
835
  } | EthPrivateKey | undefined;
836
836
  }[] | undefined;
837
- slasher?: (import("@aztec/foundation/schemas").EthAddress | {
838
- address: import("@aztec/foundation/schemas").EthAddress;
837
+ slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
838
+ address: import("@aztec/foundation/eth-address").EthAddress;
839
839
  remoteSignerUrl: string;
840
840
  certPath?: string | undefined;
841
841
  certPass?: string | undefined;
842
842
  } | {
843
843
  path: string;
844
844
  password?: string | undefined;
845
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
846
- address: import("@aztec/foundation/schemas").EthAddress;
845
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
846
+ address: import("@aztec/foundation/eth-address").EthAddress;
847
847
  remoteSignerUrl: string;
848
848
  certPath?: string | undefined;
849
849
  certPass?: string | undefined;
@@ -862,8 +862,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
862
862
  certPath?: string | undefined;
863
863
  certPass?: string | undefined;
864
864
  } | undefined;
865
- prover?: import("@aztec/foundation/schemas").EthAddress | {
866
- address: import("@aztec/foundation/schemas").EthAddress;
865
+ prover?: import("@aztec/foundation/eth-address").EthAddress | {
866
+ address: import("@aztec/foundation/eth-address").EthAddress;
867
867
  remoteSignerUrl: string;
868
868
  certPath?: string | undefined;
869
869
  certPass?: string | undefined;
@@ -871,17 +871,17 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
871
871
  path: string;
872
872
  password?: string | undefined;
873
873
  } | {
874
- id: import("@aztec/foundation/schemas").EthAddress;
875
- publisher: (import("@aztec/foundation/schemas").EthAddress | {
876
- address: import("@aztec/foundation/schemas").EthAddress;
874
+ id: import("@aztec/foundation/eth-address").EthAddress;
875
+ publisher: (import("@aztec/foundation/eth-address").EthAddress | {
876
+ address: import("@aztec/foundation/eth-address").EthAddress;
877
877
  remoteSignerUrl: string;
878
878
  certPath?: string | undefined;
879
879
  certPass?: string | undefined;
880
880
  } | {
881
881
  path: string;
882
882
  password?: string | undefined;
883
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
884
- address: import("@aztec/foundation/schemas").EthAddress;
883
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
884
+ address: import("@aztec/foundation/eth-address").EthAddress;
885
885
  remoteSignerUrl: string;
886
886
  certPath?: string | undefined;
887
887
  certPass?: string | undefined;
@@ -896,8 +896,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
896
896
  accountCount: number;
897
897
  } | EthPrivateKey;
898
898
  } | EthPrivateKey | undefined;
899
- fundingAccount?: import("@aztec/foundation/schemas").EthAddress | {
900
- address: import("@aztec/foundation/schemas").EthAddress;
899
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
900
+ address: import("@aztec/foundation/eth-address").EthAddress;
901
901
  remoteSignerUrl: string;
902
902
  certPath?: string | undefined;
903
903
  certPass?: string | undefined;
@@ -1073,8 +1073,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1073
1073
  }>, {
1074
1074
  schemaVersion: 1;
1075
1075
  validators?: {
1076
- attester: (import("@aztec/foundation/schemas").EthAddress | {
1077
- address: import("@aztec/foundation/schemas").EthAddress;
1076
+ attester: (import("@aztec/foundation/eth-address").EthAddress | {
1077
+ address: import("@aztec/foundation/eth-address").EthAddress;
1078
1078
  remoteSignerUrl: string;
1079
1079
  certPath?: string | undefined;
1080
1080
  certPass?: string | undefined;
@@ -1082,8 +1082,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1082
1082
  path: string;
1083
1083
  password?: string | undefined;
1084
1084
  } | {
1085
- eth: import("@aztec/foundation/schemas").EthAddress | {
1086
- address: import("@aztec/foundation/schemas").EthAddress;
1085
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
1086
+ address: import("@aztec/foundation/eth-address").EthAddress;
1087
1087
  remoteSignerUrl: string;
1088
1088
  certPath?: string | undefined;
1089
1089
  certPass?: string | undefined;
@@ -1095,8 +1095,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1095
1095
  path: string;
1096
1096
  password?: string | undefined;
1097
1097
  } | BLSPrivateKey | undefined;
1098
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
1099
- address: import("@aztec/foundation/schemas").EthAddress;
1098
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
1099
+ address: import("@aztec/foundation/eth-address").EthAddress;
1100
1100
  remoteSignerUrl: string;
1101
1101
  certPath?: string | undefined;
1102
1102
  certPass?: string | undefined;
@@ -1110,8 +1110,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1110
1110
  addressCount: number;
1111
1111
  accountCount: number;
1112
1112
  } | {
1113
- eth: import("@aztec/foundation/schemas").EthAddress | {
1114
- address: import("@aztec/foundation/schemas").EthAddress;
1113
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
1114
+ address: import("@aztec/foundation/eth-address").EthAddress;
1115
1115
  remoteSignerUrl: string;
1116
1116
  certPath?: string | undefined;
1117
1117
  certPass?: string | undefined;
@@ -1124,17 +1124,17 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1124
1124
  password?: string | undefined;
1125
1125
  } | BLSPrivateKey | undefined;
1126
1126
  } | EthPrivateKey;
1127
- coinbase?: import("@aztec/foundation/schemas").EthAddress | undefined;
1128
- publisher?: (import("@aztec/foundation/schemas").EthAddress | {
1129
- address: import("@aztec/foundation/schemas").EthAddress;
1127
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
1128
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
1129
+ address: import("@aztec/foundation/eth-address").EthAddress;
1130
1130
  remoteSignerUrl: string;
1131
1131
  certPath?: string | undefined;
1132
1132
  certPass?: string | undefined;
1133
1133
  } | {
1134
1134
  path: string;
1135
1135
  password?: string | undefined;
1136
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
1137
- address: import("@aztec/foundation/schemas").EthAddress;
1136
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
1137
+ address: import("@aztec/foundation/eth-address").EthAddress;
1138
1138
  remoteSignerUrl: string;
1139
1139
  certPath?: string | undefined;
1140
1140
  certPass?: string | undefined;
@@ -1154,8 +1154,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1154
1154
  certPath?: string | undefined;
1155
1155
  certPass?: string | undefined;
1156
1156
  } | undefined;
1157
- fundingAccount?: import("@aztec/foundation/schemas").EthAddress | {
1158
- address: import("@aztec/foundation/schemas").EthAddress;
1157
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
1158
+ address: import("@aztec/foundation/eth-address").EthAddress;
1159
1159
  remoteSignerUrl: string;
1160
1160
  certPath?: string | undefined;
1161
1161
  certPass?: string | undefined;
@@ -1164,16 +1164,16 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1164
1164
  password?: string | undefined;
1165
1165
  } | EthPrivateKey | undefined;
1166
1166
  }[] | undefined;
1167
- slasher?: (import("@aztec/foundation/schemas").EthAddress | {
1168
- address: import("@aztec/foundation/schemas").EthAddress;
1167
+ slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
1168
+ address: import("@aztec/foundation/eth-address").EthAddress;
1169
1169
  remoteSignerUrl: string;
1170
1170
  certPath?: string | undefined;
1171
1171
  certPass?: string | undefined;
1172
1172
  } | {
1173
1173
  path: string;
1174
1174
  password?: string | undefined;
1175
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
1176
- address: import("@aztec/foundation/schemas").EthAddress;
1175
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
1176
+ address: import("@aztec/foundation/eth-address").EthAddress;
1177
1177
  remoteSignerUrl: string;
1178
1178
  certPath?: string | undefined;
1179
1179
  certPass?: string | undefined;
@@ -1192,8 +1192,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1192
1192
  certPath?: string | undefined;
1193
1193
  certPass?: string | undefined;
1194
1194
  } | undefined;
1195
- prover?: import("@aztec/foundation/schemas").EthAddress | {
1196
- address: import("@aztec/foundation/schemas").EthAddress;
1195
+ prover?: import("@aztec/foundation/eth-address").EthAddress | {
1196
+ address: import("@aztec/foundation/eth-address").EthAddress;
1197
1197
  remoteSignerUrl: string;
1198
1198
  certPath?: string | undefined;
1199
1199
  certPass?: string | undefined;
@@ -1201,17 +1201,17 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1201
1201
  path: string;
1202
1202
  password?: string | undefined;
1203
1203
  } | {
1204
- id: import("@aztec/foundation/schemas").EthAddress;
1205
- publisher: (import("@aztec/foundation/schemas").EthAddress | {
1206
- address: import("@aztec/foundation/schemas").EthAddress;
1204
+ id: import("@aztec/foundation/eth-address").EthAddress;
1205
+ publisher: (import("@aztec/foundation/eth-address").EthAddress | {
1206
+ address: import("@aztec/foundation/eth-address").EthAddress;
1207
1207
  remoteSignerUrl: string;
1208
1208
  certPath?: string | undefined;
1209
1209
  certPass?: string | undefined;
1210
1210
  } | {
1211
1211
  path: string;
1212
1212
  password?: string | undefined;
1213
- } | EthPrivateKey)[] | import("@aztec/foundation/schemas").EthAddress | {
1214
- address: import("@aztec/foundation/schemas").EthAddress;
1213
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
1214
+ address: import("@aztec/foundation/eth-address").EthAddress;
1215
1215
  remoteSignerUrl: string;
1216
1216
  certPath?: string | undefined;
1217
1217
  certPass?: string | undefined;
@@ -1226,8 +1226,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1226
1226
  accountCount: number;
1227
1227
  } | EthPrivateKey;
1228
1228
  } | EthPrivateKey | undefined;
1229
- fundingAccount?: import("@aztec/foundation/schemas").EthAddress | {
1230
- address: import("@aztec/foundation/schemas").EthAddress;
1229
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
1230
+ address: import("@aztec/foundation/eth-address").EthAddress;
1231
1231
  remoteSignerUrl: string;
1232
1232
  certPath?: string | undefined;
1233
1233
  certPass?: string | undefined;
@@ -1400,5 +1400,1951 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
1400
1400
  path: string;
1401
1401
  password?: string | undefined;
1402
1402
  } | undefined;
1403
- }>;
1404
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3NjaGVtYXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBRTNELE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxLQUFLLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUcvRCxlQUFPLE1BQU0sbUJBQW1CLGtEQUdLLENBQUM7QUFDdEMsZUFBTyxNQUFNLG1CQUFtQixrREFHSyxDQUFDO0FBOEZ0QyxlQUFPLE1BQU0sY0FBYzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7RUFhdkIsQ0FBQyJ9
1403
+ }>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
1404
+ schemaVersion: z.ZodLiteral<2>;
1405
+ validators: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodObject<{
1406
+ attester: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1407
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1408
+ remoteSignerUrl: z.ZodString;
1409
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1410
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1411
+ }, "strict", z.ZodTypeAny, {
1412
+ address: import("@aztec/foundation/eth-address").EthAddress;
1413
+ remoteSignerUrl: string;
1414
+ certPath?: string | undefined;
1415
+ certPass?: string | undefined;
1416
+ }, {
1417
+ address: string;
1418
+ remoteSignerUrl: string;
1419
+ certPath?: string | undefined;
1420
+ certPass?: string | undefined;
1421
+ }>]>, z.ZodObject<{
1422
+ path: z.ZodString;
1423
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1424
+ }, "strict", z.ZodTypeAny, {
1425
+ path: string;
1426
+ password?: string | undefined;
1427
+ }, {
1428
+ path: string;
1429
+ password?: string | undefined;
1430
+ }>]>, z.ZodObject<{
1431
+ eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1432
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1433
+ remoteSignerUrl: z.ZodString;
1434
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1435
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1436
+ }, "strict", z.ZodTypeAny, {
1437
+ address: import("@aztec/foundation/eth-address").EthAddress;
1438
+ remoteSignerUrl: string;
1439
+ certPath?: string | undefined;
1440
+ certPass?: string | undefined;
1441
+ }, {
1442
+ address: string;
1443
+ remoteSignerUrl: string;
1444
+ certPath?: string | undefined;
1445
+ certPass?: string | undefined;
1446
+ }>]>, z.ZodObject<{
1447
+ path: z.ZodString;
1448
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1449
+ }, "strict", z.ZodTypeAny, {
1450
+ path: string;
1451
+ password?: string | undefined;
1452
+ }, {
1453
+ path: string;
1454
+ password?: string | undefined;
1455
+ }>]>;
1456
+ bls: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, BLSPrivateKey, string>, z.ZodObject<{
1457
+ path: z.ZodString;
1458
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1459
+ }, "strict", z.ZodTypeAny, {
1460
+ path: string;
1461
+ password?: string | undefined;
1462
+ }, {
1463
+ path: string;
1464
+ password?: string | undefined;
1465
+ }>]>>;
1466
+ }, "strict", z.ZodTypeAny, {
1467
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
1468
+ address: import("@aztec/foundation/eth-address").EthAddress;
1469
+ remoteSignerUrl: string;
1470
+ certPath?: string | undefined;
1471
+ certPass?: string | undefined;
1472
+ } | {
1473
+ path: string;
1474
+ password?: string | undefined;
1475
+ } | EthPrivateKey;
1476
+ bls?: {
1477
+ path: string;
1478
+ password?: string | undefined;
1479
+ } | BLSPrivateKey | undefined;
1480
+ }, {
1481
+ eth: string | {
1482
+ address: string;
1483
+ remoteSignerUrl: string;
1484
+ certPath?: string | undefined;
1485
+ certPass?: string | undefined;
1486
+ } | {
1487
+ path: string;
1488
+ password?: string | undefined;
1489
+ };
1490
+ bls?: string | {
1491
+ path: string;
1492
+ password?: string | undefined;
1493
+ } | undefined;
1494
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1495
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1496
+ remoteSignerUrl: z.ZodString;
1497
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1498
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1499
+ }, "strict", z.ZodTypeAny, {
1500
+ address: import("@aztec/foundation/eth-address").EthAddress;
1501
+ remoteSignerUrl: string;
1502
+ certPath?: string | undefined;
1503
+ certPass?: string | undefined;
1504
+ }, {
1505
+ address: string;
1506
+ remoteSignerUrl: string;
1507
+ certPath?: string | undefined;
1508
+ certPass?: string | undefined;
1509
+ }>]>, z.ZodObject<{
1510
+ path: z.ZodString;
1511
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1512
+ }, "strict", z.ZodTypeAny, {
1513
+ path: string;
1514
+ password?: string | undefined;
1515
+ }, {
1516
+ path: string;
1517
+ password?: string | undefined;
1518
+ }>]>, z.ZodObject<{
1519
+ eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1520
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1521
+ remoteSignerUrl: z.ZodString;
1522
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1523
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1524
+ }, "strict", z.ZodTypeAny, {
1525
+ address: import("@aztec/foundation/eth-address").EthAddress;
1526
+ remoteSignerUrl: string;
1527
+ certPath?: string | undefined;
1528
+ certPass?: string | undefined;
1529
+ }, {
1530
+ address: string;
1531
+ remoteSignerUrl: string;
1532
+ certPath?: string | undefined;
1533
+ certPass?: string | undefined;
1534
+ }>]>, z.ZodObject<{
1535
+ path: z.ZodString;
1536
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1537
+ }, "strict", z.ZodTypeAny, {
1538
+ path: string;
1539
+ password?: string | undefined;
1540
+ }, {
1541
+ path: string;
1542
+ password?: string | undefined;
1543
+ }>]>;
1544
+ bls: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, BLSPrivateKey, string>, z.ZodObject<{
1545
+ path: z.ZodString;
1546
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1547
+ }, "strict", z.ZodTypeAny, {
1548
+ path: string;
1549
+ password?: string | undefined;
1550
+ }, {
1551
+ path: string;
1552
+ password?: string | undefined;
1553
+ }>]>>;
1554
+ }, "strict", z.ZodTypeAny, {
1555
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
1556
+ address: import("@aztec/foundation/eth-address").EthAddress;
1557
+ remoteSignerUrl: string;
1558
+ certPath?: string | undefined;
1559
+ certPass?: string | undefined;
1560
+ } | {
1561
+ path: string;
1562
+ password?: string | undefined;
1563
+ } | EthPrivateKey;
1564
+ bls?: {
1565
+ path: string;
1566
+ password?: string | undefined;
1567
+ } | BLSPrivateKey | undefined;
1568
+ }, {
1569
+ eth: string | {
1570
+ address: string;
1571
+ remoteSignerUrl: string;
1572
+ certPath?: string | undefined;
1573
+ certPass?: string | undefined;
1574
+ } | {
1575
+ path: string;
1576
+ password?: string | undefined;
1577
+ };
1578
+ bls?: string | {
1579
+ path: string;
1580
+ password?: string | undefined;
1581
+ } | undefined;
1582
+ }>]>, "many">, z.ZodObject<{
1583
+ mnemonic: z.ZodString;
1584
+ addressIndex: z.ZodDefault<z.ZodNumber>;
1585
+ accountIndex: z.ZodDefault<z.ZodNumber>;
1586
+ addressCount: z.ZodDefault<z.ZodNumber>;
1587
+ accountCount: z.ZodDefault<z.ZodNumber>;
1588
+ }, "strict", z.ZodTypeAny, {
1589
+ mnemonic: string;
1590
+ addressIndex: number;
1591
+ accountIndex: number;
1592
+ addressCount: number;
1593
+ accountCount: number;
1594
+ }, {
1595
+ mnemonic: string;
1596
+ addressIndex?: number | undefined;
1597
+ accountIndex?: number | undefined;
1598
+ addressCount?: number | undefined;
1599
+ accountCount?: number | undefined;
1600
+ }>]>;
1601
+ coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>>;
1602
+ publisher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1603
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1604
+ remoteSignerUrl: z.ZodString;
1605
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1606
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1607
+ }, "strict", z.ZodTypeAny, {
1608
+ address: import("@aztec/foundation/eth-address").EthAddress;
1609
+ remoteSignerUrl: string;
1610
+ certPath?: string | undefined;
1611
+ certPass?: string | undefined;
1612
+ }, {
1613
+ address: string;
1614
+ remoteSignerUrl: string;
1615
+ certPath?: string | undefined;
1616
+ certPass?: string | undefined;
1617
+ }>]>, z.ZodObject<{
1618
+ path: z.ZodString;
1619
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1620
+ }, "strict", z.ZodTypeAny, {
1621
+ path: string;
1622
+ password?: string | undefined;
1623
+ }, {
1624
+ path: string;
1625
+ password?: string | undefined;
1626
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1627
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1628
+ remoteSignerUrl: z.ZodString;
1629
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1630
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1631
+ }, "strict", z.ZodTypeAny, {
1632
+ address: import("@aztec/foundation/eth-address").EthAddress;
1633
+ remoteSignerUrl: string;
1634
+ certPath?: string | undefined;
1635
+ certPass?: string | undefined;
1636
+ }, {
1637
+ address: string;
1638
+ remoteSignerUrl: string;
1639
+ certPath?: string | undefined;
1640
+ certPass?: string | undefined;
1641
+ }>]>, z.ZodObject<{
1642
+ path: z.ZodString;
1643
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1644
+ }, "strict", z.ZodTypeAny, {
1645
+ path: string;
1646
+ password?: string | undefined;
1647
+ }, {
1648
+ path: string;
1649
+ password?: string | undefined;
1650
+ }>]>, "many">, z.ZodObject<{
1651
+ mnemonic: z.ZodString;
1652
+ addressIndex: z.ZodDefault<z.ZodNumber>;
1653
+ accountIndex: z.ZodDefault<z.ZodNumber>;
1654
+ addressCount: z.ZodDefault<z.ZodNumber>;
1655
+ accountCount: z.ZodDefault<z.ZodNumber>;
1656
+ }, "strict", z.ZodTypeAny, {
1657
+ mnemonic: string;
1658
+ addressIndex: number;
1659
+ accountIndex: number;
1660
+ addressCount: number;
1661
+ accountCount: number;
1662
+ }, {
1663
+ mnemonic: string;
1664
+ addressIndex?: number | undefined;
1665
+ accountIndex?: number | undefined;
1666
+ addressCount?: number | undefined;
1667
+ accountCount?: number | undefined;
1668
+ }>]>>;
1669
+ feeRecipient: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/foundation/schemas").ZodFor<AztecAddress>>;
1670
+ remoteSigner: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
1671
+ remoteSignerUrl: z.ZodString;
1672
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1673
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1674
+ }, "strict", z.ZodTypeAny, {
1675
+ remoteSignerUrl: string;
1676
+ certPath?: string | undefined;
1677
+ certPass?: string | undefined;
1678
+ }, {
1679
+ remoteSignerUrl: string;
1680
+ certPath?: string | undefined;
1681
+ certPass?: string | undefined;
1682
+ }>]>>;
1683
+ fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1684
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1685
+ remoteSignerUrl: z.ZodString;
1686
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1687
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1688
+ }, "strict", z.ZodTypeAny, {
1689
+ address: import("@aztec/foundation/eth-address").EthAddress;
1690
+ remoteSignerUrl: string;
1691
+ certPath?: string | undefined;
1692
+ certPass?: string | undefined;
1693
+ }, {
1694
+ address: string;
1695
+ remoteSignerUrl: string;
1696
+ certPath?: string | undefined;
1697
+ certPass?: string | undefined;
1698
+ }>]>, z.ZodObject<{
1699
+ path: z.ZodString;
1700
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1701
+ }, "strict", z.ZodTypeAny, {
1702
+ path: string;
1703
+ password?: string | undefined;
1704
+ }, {
1705
+ path: string;
1706
+ password?: string | undefined;
1707
+ }>]>>;
1708
+ }, "strict", z.ZodTypeAny, {
1709
+ attester: (import("@aztec/foundation/eth-address").EthAddress | {
1710
+ address: import("@aztec/foundation/eth-address").EthAddress;
1711
+ remoteSignerUrl: string;
1712
+ certPath?: string | undefined;
1713
+ certPass?: string | undefined;
1714
+ } | {
1715
+ path: string;
1716
+ password?: string | undefined;
1717
+ } | {
1718
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
1719
+ address: import("@aztec/foundation/eth-address").EthAddress;
1720
+ remoteSignerUrl: string;
1721
+ certPath?: string | undefined;
1722
+ certPass?: string | undefined;
1723
+ } | {
1724
+ path: string;
1725
+ password?: string | undefined;
1726
+ } | EthPrivateKey;
1727
+ bls?: {
1728
+ path: string;
1729
+ password?: string | undefined;
1730
+ } | BLSPrivateKey | undefined;
1731
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
1732
+ address: import("@aztec/foundation/eth-address").EthAddress;
1733
+ remoteSignerUrl: string;
1734
+ certPath?: string | undefined;
1735
+ certPass?: string | undefined;
1736
+ } | {
1737
+ path: string;
1738
+ password?: string | undefined;
1739
+ } | {
1740
+ mnemonic: string;
1741
+ addressIndex: number;
1742
+ accountIndex: number;
1743
+ addressCount: number;
1744
+ accountCount: number;
1745
+ } | {
1746
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
1747
+ address: import("@aztec/foundation/eth-address").EthAddress;
1748
+ remoteSignerUrl: string;
1749
+ certPath?: string | undefined;
1750
+ certPass?: string | undefined;
1751
+ } | {
1752
+ path: string;
1753
+ password?: string | undefined;
1754
+ } | EthPrivateKey;
1755
+ bls?: {
1756
+ path: string;
1757
+ password?: string | undefined;
1758
+ } | BLSPrivateKey | undefined;
1759
+ } | EthPrivateKey;
1760
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
1761
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
1762
+ address: import("@aztec/foundation/eth-address").EthAddress;
1763
+ remoteSignerUrl: string;
1764
+ certPath?: string | undefined;
1765
+ certPass?: string | undefined;
1766
+ } | {
1767
+ path: string;
1768
+ password?: string | undefined;
1769
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
1770
+ address: import("@aztec/foundation/eth-address").EthAddress;
1771
+ remoteSignerUrl: string;
1772
+ certPath?: string | undefined;
1773
+ certPass?: string | undefined;
1774
+ } | {
1775
+ path: string;
1776
+ password?: string | undefined;
1777
+ } | {
1778
+ mnemonic: string;
1779
+ addressIndex: number;
1780
+ accountIndex: number;
1781
+ addressCount: number;
1782
+ accountCount: number;
1783
+ } | EthPrivateKey | undefined;
1784
+ feeRecipient?: AztecAddress | undefined;
1785
+ remoteSigner?: string | {
1786
+ remoteSignerUrl: string;
1787
+ certPath?: string | undefined;
1788
+ certPass?: string | undefined;
1789
+ } | undefined;
1790
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
1791
+ address: import("@aztec/foundation/eth-address").EthAddress;
1792
+ remoteSignerUrl: string;
1793
+ certPath?: string | undefined;
1794
+ certPass?: string | undefined;
1795
+ } | {
1796
+ path: string;
1797
+ password?: string | undefined;
1798
+ } | EthPrivateKey | undefined;
1799
+ }, {
1800
+ attester: string | (string | {
1801
+ address: string;
1802
+ remoteSignerUrl: string;
1803
+ certPath?: string | undefined;
1804
+ certPass?: string | undefined;
1805
+ } | {
1806
+ path: string;
1807
+ password?: string | undefined;
1808
+ } | {
1809
+ eth: string | {
1810
+ address: string;
1811
+ remoteSignerUrl: string;
1812
+ certPath?: string | undefined;
1813
+ certPass?: string | undefined;
1814
+ } | {
1815
+ path: string;
1816
+ password?: string | undefined;
1817
+ };
1818
+ bls?: string | {
1819
+ path: string;
1820
+ password?: string | undefined;
1821
+ } | undefined;
1822
+ })[] | {
1823
+ address: string;
1824
+ remoteSignerUrl: string;
1825
+ certPath?: string | undefined;
1826
+ certPass?: string | undefined;
1827
+ } | {
1828
+ path: string;
1829
+ password?: string | undefined;
1830
+ } | {
1831
+ mnemonic: string;
1832
+ addressIndex?: number | undefined;
1833
+ accountIndex?: number | undefined;
1834
+ addressCount?: number | undefined;
1835
+ accountCount?: number | undefined;
1836
+ } | {
1837
+ eth: string | {
1838
+ address: string;
1839
+ remoteSignerUrl: string;
1840
+ certPath?: string | undefined;
1841
+ certPass?: string | undefined;
1842
+ } | {
1843
+ path: string;
1844
+ password?: string | undefined;
1845
+ };
1846
+ bls?: string | {
1847
+ path: string;
1848
+ password?: string | undefined;
1849
+ } | undefined;
1850
+ };
1851
+ coinbase?: string | undefined;
1852
+ publisher?: string | (string | {
1853
+ address: string;
1854
+ remoteSignerUrl: string;
1855
+ certPath?: string | undefined;
1856
+ certPass?: string | undefined;
1857
+ } | {
1858
+ path: string;
1859
+ password?: string | undefined;
1860
+ })[] | {
1861
+ address: string;
1862
+ remoteSignerUrl: string;
1863
+ certPath?: string | undefined;
1864
+ certPass?: string | undefined;
1865
+ } | {
1866
+ path: string;
1867
+ password?: string | undefined;
1868
+ } | {
1869
+ mnemonic: string;
1870
+ addressIndex?: number | undefined;
1871
+ accountIndex?: number | undefined;
1872
+ addressCount?: number | undefined;
1873
+ accountCount?: number | undefined;
1874
+ } | undefined;
1875
+ feeRecipient?: any;
1876
+ remoteSigner?: string | {
1877
+ remoteSignerUrl: string;
1878
+ certPath?: string | undefined;
1879
+ certPass?: string | undefined;
1880
+ } | undefined;
1881
+ fundingAccount?: string | {
1882
+ address: string;
1883
+ remoteSignerUrl: string;
1884
+ certPath?: string | undefined;
1885
+ certPass?: string | undefined;
1886
+ } | {
1887
+ path: string;
1888
+ password?: string | undefined;
1889
+ } | undefined;
1890
+ }>, "many">>;
1891
+ slasher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1892
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1893
+ remoteSignerUrl: z.ZodString;
1894
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1895
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1896
+ }, "strict", z.ZodTypeAny, {
1897
+ address: import("@aztec/foundation/eth-address").EthAddress;
1898
+ remoteSignerUrl: string;
1899
+ certPath?: string | undefined;
1900
+ certPass?: string | undefined;
1901
+ }, {
1902
+ address: string;
1903
+ remoteSignerUrl: string;
1904
+ certPath?: string | undefined;
1905
+ certPass?: string | undefined;
1906
+ }>]>, z.ZodObject<{
1907
+ path: z.ZodString;
1908
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1909
+ }, "strict", z.ZodTypeAny, {
1910
+ path: string;
1911
+ password?: string | undefined;
1912
+ }, {
1913
+ path: string;
1914
+ password?: string | undefined;
1915
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1916
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1917
+ remoteSignerUrl: z.ZodString;
1918
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1919
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1920
+ }, "strict", z.ZodTypeAny, {
1921
+ address: import("@aztec/foundation/eth-address").EthAddress;
1922
+ remoteSignerUrl: string;
1923
+ certPath?: string | undefined;
1924
+ certPass?: string | undefined;
1925
+ }, {
1926
+ address: string;
1927
+ remoteSignerUrl: string;
1928
+ certPath?: string | undefined;
1929
+ certPass?: string | undefined;
1930
+ }>]>, z.ZodObject<{
1931
+ path: z.ZodString;
1932
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1933
+ }, "strict", z.ZodTypeAny, {
1934
+ path: string;
1935
+ password?: string | undefined;
1936
+ }, {
1937
+ path: string;
1938
+ password?: string | undefined;
1939
+ }>]>, "many">, z.ZodObject<{
1940
+ mnemonic: z.ZodString;
1941
+ addressIndex: z.ZodDefault<z.ZodNumber>;
1942
+ accountIndex: z.ZodDefault<z.ZodNumber>;
1943
+ addressCount: z.ZodDefault<z.ZodNumber>;
1944
+ accountCount: z.ZodDefault<z.ZodNumber>;
1945
+ }, "strict", z.ZodTypeAny, {
1946
+ mnemonic: string;
1947
+ addressIndex: number;
1948
+ accountIndex: number;
1949
+ addressCount: number;
1950
+ accountCount: number;
1951
+ }, {
1952
+ mnemonic: string;
1953
+ addressIndex?: number | undefined;
1954
+ accountIndex?: number | undefined;
1955
+ addressCount?: number | undefined;
1956
+ accountCount?: number | undefined;
1957
+ }>]>>;
1958
+ remoteSigner: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
1959
+ remoteSignerUrl: z.ZodString;
1960
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1961
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1962
+ }, "strict", z.ZodTypeAny, {
1963
+ remoteSignerUrl: string;
1964
+ certPath?: string | undefined;
1965
+ certPass?: string | undefined;
1966
+ }, {
1967
+ remoteSignerUrl: string;
1968
+ certPath?: string | undefined;
1969
+ certPass?: string | undefined;
1970
+ }>]>>;
1971
+ prover: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1972
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1973
+ remoteSignerUrl: z.ZodString;
1974
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1975
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1976
+ }, "strict", z.ZodTypeAny, {
1977
+ address: import("@aztec/foundation/eth-address").EthAddress;
1978
+ remoteSignerUrl: string;
1979
+ certPath?: string | undefined;
1980
+ certPass?: string | undefined;
1981
+ }, {
1982
+ address: string;
1983
+ remoteSignerUrl: string;
1984
+ certPath?: string | undefined;
1985
+ certPass?: string | undefined;
1986
+ }>]>, z.ZodObject<{
1987
+ path: z.ZodString;
1988
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
1989
+ }, "strict", z.ZodTypeAny, {
1990
+ path: string;
1991
+ password?: string | undefined;
1992
+ }, {
1993
+ path: string;
1994
+ password?: string | undefined;
1995
+ }>]>, z.ZodObject<{
1996
+ id: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1997
+ publisher: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
1998
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
1999
+ remoteSignerUrl: z.ZodString;
2000
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2001
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2002
+ }, "strict", z.ZodTypeAny, {
2003
+ address: import("@aztec/foundation/eth-address").EthAddress;
2004
+ remoteSignerUrl: string;
2005
+ certPath?: string | undefined;
2006
+ certPass?: string | undefined;
2007
+ }, {
2008
+ address: string;
2009
+ remoteSignerUrl: string;
2010
+ certPath?: string | undefined;
2011
+ certPass?: string | undefined;
2012
+ }>]>, z.ZodObject<{
2013
+ path: z.ZodString;
2014
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2015
+ }, "strict", z.ZodTypeAny, {
2016
+ path: string;
2017
+ password?: string | undefined;
2018
+ }, {
2019
+ path: string;
2020
+ password?: string | undefined;
2021
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
2022
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
2023
+ remoteSignerUrl: z.ZodString;
2024
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2025
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2026
+ }, "strict", z.ZodTypeAny, {
2027
+ address: import("@aztec/foundation/eth-address").EthAddress;
2028
+ remoteSignerUrl: string;
2029
+ certPath?: string | undefined;
2030
+ certPass?: string | undefined;
2031
+ }, {
2032
+ address: string;
2033
+ remoteSignerUrl: string;
2034
+ certPath?: string | undefined;
2035
+ certPass?: string | undefined;
2036
+ }>]>, z.ZodObject<{
2037
+ path: z.ZodString;
2038
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2039
+ }, "strict", z.ZodTypeAny, {
2040
+ path: string;
2041
+ password?: string | undefined;
2042
+ }, {
2043
+ path: string;
2044
+ password?: string | undefined;
2045
+ }>]>, "many">, z.ZodObject<{
2046
+ mnemonic: z.ZodString;
2047
+ addressIndex: z.ZodDefault<z.ZodNumber>;
2048
+ accountIndex: z.ZodDefault<z.ZodNumber>;
2049
+ addressCount: z.ZodDefault<z.ZodNumber>;
2050
+ accountCount: z.ZodDefault<z.ZodNumber>;
2051
+ }, "strict", z.ZodTypeAny, {
2052
+ mnemonic: string;
2053
+ addressIndex: number;
2054
+ accountIndex: number;
2055
+ addressCount: number;
2056
+ accountCount: number;
2057
+ }, {
2058
+ mnemonic: string;
2059
+ addressIndex?: number | undefined;
2060
+ accountIndex?: number | undefined;
2061
+ addressCount?: number | undefined;
2062
+ accountCount?: number | undefined;
2063
+ }>]>;
2064
+ }, "strict", z.ZodTypeAny, {
2065
+ id: import("@aztec/foundation/eth-address").EthAddress;
2066
+ publisher: (import("@aztec/foundation/eth-address").EthAddress | {
2067
+ address: import("@aztec/foundation/eth-address").EthAddress;
2068
+ remoteSignerUrl: string;
2069
+ certPath?: string | undefined;
2070
+ certPass?: string | undefined;
2071
+ } | {
2072
+ path: string;
2073
+ password?: string | undefined;
2074
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2075
+ address: import("@aztec/foundation/eth-address").EthAddress;
2076
+ remoteSignerUrl: string;
2077
+ certPath?: string | undefined;
2078
+ certPass?: string | undefined;
2079
+ } | {
2080
+ path: string;
2081
+ password?: string | undefined;
2082
+ } | {
2083
+ mnemonic: string;
2084
+ addressIndex: number;
2085
+ accountIndex: number;
2086
+ addressCount: number;
2087
+ accountCount: number;
2088
+ } | EthPrivateKey;
2089
+ }, {
2090
+ id: string;
2091
+ publisher: string | (string | {
2092
+ address: string;
2093
+ remoteSignerUrl: string;
2094
+ certPath?: string | undefined;
2095
+ certPass?: string | undefined;
2096
+ } | {
2097
+ path: string;
2098
+ password?: string | undefined;
2099
+ })[] | {
2100
+ address: string;
2101
+ remoteSignerUrl: string;
2102
+ certPath?: string | undefined;
2103
+ certPass?: string | undefined;
2104
+ } | {
2105
+ path: string;
2106
+ password?: string | undefined;
2107
+ } | {
2108
+ mnemonic: string;
2109
+ addressIndex?: number | undefined;
2110
+ accountIndex?: number | undefined;
2111
+ addressCount?: number | undefined;
2112
+ accountCount?: number | undefined;
2113
+ };
2114
+ }>]>>;
2115
+ fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
2116
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
2117
+ remoteSignerUrl: z.ZodString;
2118
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2119
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2120
+ }, "strict", z.ZodTypeAny, {
2121
+ address: import("@aztec/foundation/eth-address").EthAddress;
2122
+ remoteSignerUrl: string;
2123
+ certPath?: string | undefined;
2124
+ certPass?: string | undefined;
2125
+ }, {
2126
+ address: string;
2127
+ remoteSignerUrl: string;
2128
+ certPath?: string | undefined;
2129
+ certPass?: string | undefined;
2130
+ }>]>, z.ZodObject<{
2131
+ path: z.ZodString;
2132
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2133
+ }, "strict", z.ZodTypeAny, {
2134
+ path: string;
2135
+ password?: string | undefined;
2136
+ }, {
2137
+ path: string;
2138
+ password?: string | undefined;
2139
+ }>]>>;
2140
+ publisher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
2141
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
2142
+ remoteSignerUrl: z.ZodString;
2143
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2144
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2145
+ }, "strict", z.ZodTypeAny, {
2146
+ address: import("@aztec/foundation/eth-address").EthAddress;
2147
+ remoteSignerUrl: string;
2148
+ certPath?: string | undefined;
2149
+ certPass?: string | undefined;
2150
+ }, {
2151
+ address: string;
2152
+ remoteSignerUrl: string;
2153
+ certPath?: string | undefined;
2154
+ certPass?: string | undefined;
2155
+ }>]>, z.ZodObject<{
2156
+ path: z.ZodString;
2157
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2158
+ }, "strict", z.ZodTypeAny, {
2159
+ path: string;
2160
+ password?: string | undefined;
2161
+ }, {
2162
+ path: string;
2163
+ password?: string | undefined;
2164
+ }>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>, z.ZodObject<{
2165
+ address: z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>;
2166
+ remoteSignerUrl: z.ZodString;
2167
+ certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2168
+ certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2169
+ }, "strict", z.ZodTypeAny, {
2170
+ address: import("@aztec/foundation/eth-address").EthAddress;
2171
+ remoteSignerUrl: string;
2172
+ certPath?: string | undefined;
2173
+ certPass?: string | undefined;
2174
+ }, {
2175
+ address: string;
2176
+ remoteSignerUrl: string;
2177
+ certPath?: string | undefined;
2178
+ certPass?: string | undefined;
2179
+ }>]>, z.ZodObject<{
2180
+ path: z.ZodString;
2181
+ password: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
2182
+ }, "strict", z.ZodTypeAny, {
2183
+ path: string;
2184
+ password?: string | undefined;
2185
+ }, {
2186
+ path: string;
2187
+ password?: string | undefined;
2188
+ }>]>, "many">, z.ZodObject<{
2189
+ mnemonic: z.ZodString;
2190
+ addressIndex: z.ZodDefault<z.ZodNumber>;
2191
+ accountIndex: z.ZodDefault<z.ZodNumber>;
2192
+ addressCount: z.ZodDefault<z.ZodNumber>;
2193
+ accountCount: z.ZodDefault<z.ZodNumber>;
2194
+ }, "strict", z.ZodTypeAny, {
2195
+ mnemonic: string;
2196
+ addressIndex: number;
2197
+ accountIndex: number;
2198
+ addressCount: number;
2199
+ accountCount: number;
2200
+ }, {
2201
+ mnemonic: string;
2202
+ addressIndex?: number | undefined;
2203
+ accountIndex?: number | undefined;
2204
+ addressCount?: number | undefined;
2205
+ accountCount?: number | undefined;
2206
+ }>]>>;
2207
+ coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>>;
2208
+ feeRecipient: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/foundation/schemas").ZodFor<AztecAddress>>;
2209
+ }, "strict", z.ZodTypeAny, {
2210
+ schemaVersion: 2;
2211
+ validators?: {
2212
+ attester: (import("@aztec/foundation/eth-address").EthAddress | {
2213
+ address: import("@aztec/foundation/eth-address").EthAddress;
2214
+ remoteSignerUrl: string;
2215
+ certPath?: string | undefined;
2216
+ certPass?: string | undefined;
2217
+ } | {
2218
+ path: string;
2219
+ password?: string | undefined;
2220
+ } | {
2221
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
2222
+ address: import("@aztec/foundation/eth-address").EthAddress;
2223
+ remoteSignerUrl: string;
2224
+ certPath?: string | undefined;
2225
+ certPass?: string | undefined;
2226
+ } | {
2227
+ path: string;
2228
+ password?: string | undefined;
2229
+ } | EthPrivateKey;
2230
+ bls?: {
2231
+ path: string;
2232
+ password?: string | undefined;
2233
+ } | BLSPrivateKey | undefined;
2234
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2235
+ address: import("@aztec/foundation/eth-address").EthAddress;
2236
+ remoteSignerUrl: string;
2237
+ certPath?: string | undefined;
2238
+ certPass?: string | undefined;
2239
+ } | {
2240
+ path: string;
2241
+ password?: string | undefined;
2242
+ } | {
2243
+ mnemonic: string;
2244
+ addressIndex: number;
2245
+ accountIndex: number;
2246
+ addressCount: number;
2247
+ accountCount: number;
2248
+ } | {
2249
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
2250
+ address: import("@aztec/foundation/eth-address").EthAddress;
2251
+ remoteSignerUrl: string;
2252
+ certPath?: string | undefined;
2253
+ certPass?: string | undefined;
2254
+ } | {
2255
+ path: string;
2256
+ password?: string | undefined;
2257
+ } | EthPrivateKey;
2258
+ bls?: {
2259
+ path: string;
2260
+ password?: string | undefined;
2261
+ } | BLSPrivateKey | undefined;
2262
+ } | EthPrivateKey;
2263
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
2264
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
2265
+ address: import("@aztec/foundation/eth-address").EthAddress;
2266
+ remoteSignerUrl: string;
2267
+ certPath?: string | undefined;
2268
+ certPass?: string | undefined;
2269
+ } | {
2270
+ path: string;
2271
+ password?: string | undefined;
2272
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2273
+ address: import("@aztec/foundation/eth-address").EthAddress;
2274
+ remoteSignerUrl: string;
2275
+ certPath?: string | undefined;
2276
+ certPass?: string | undefined;
2277
+ } | {
2278
+ path: string;
2279
+ password?: string | undefined;
2280
+ } | {
2281
+ mnemonic: string;
2282
+ addressIndex: number;
2283
+ accountIndex: number;
2284
+ addressCount: number;
2285
+ accountCount: number;
2286
+ } | EthPrivateKey | undefined;
2287
+ feeRecipient?: AztecAddress | undefined;
2288
+ remoteSigner?: string | {
2289
+ remoteSignerUrl: string;
2290
+ certPath?: string | undefined;
2291
+ certPass?: string | undefined;
2292
+ } | undefined;
2293
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
2294
+ address: import("@aztec/foundation/eth-address").EthAddress;
2295
+ remoteSignerUrl: string;
2296
+ certPath?: string | undefined;
2297
+ certPass?: string | undefined;
2298
+ } | {
2299
+ path: string;
2300
+ password?: string | undefined;
2301
+ } | EthPrivateKey | undefined;
2302
+ }[] | undefined;
2303
+ slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
2304
+ address: import("@aztec/foundation/eth-address").EthAddress;
2305
+ remoteSignerUrl: string;
2306
+ certPath?: string | undefined;
2307
+ certPass?: string | undefined;
2308
+ } | {
2309
+ path: string;
2310
+ password?: string | undefined;
2311
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2312
+ address: import("@aztec/foundation/eth-address").EthAddress;
2313
+ remoteSignerUrl: string;
2314
+ certPath?: string | undefined;
2315
+ certPass?: string | undefined;
2316
+ } | {
2317
+ path: string;
2318
+ password?: string | undefined;
2319
+ } | {
2320
+ mnemonic: string;
2321
+ addressIndex: number;
2322
+ accountIndex: number;
2323
+ addressCount: number;
2324
+ accountCount: number;
2325
+ } | EthPrivateKey | undefined;
2326
+ remoteSigner?: string | {
2327
+ remoteSignerUrl: string;
2328
+ certPath?: string | undefined;
2329
+ certPass?: string | undefined;
2330
+ } | undefined;
2331
+ prover?: import("@aztec/foundation/eth-address").EthAddress | {
2332
+ address: import("@aztec/foundation/eth-address").EthAddress;
2333
+ remoteSignerUrl: string;
2334
+ certPath?: string | undefined;
2335
+ certPass?: string | undefined;
2336
+ } | {
2337
+ path: string;
2338
+ password?: string | undefined;
2339
+ } | {
2340
+ id: import("@aztec/foundation/eth-address").EthAddress;
2341
+ publisher: (import("@aztec/foundation/eth-address").EthAddress | {
2342
+ address: import("@aztec/foundation/eth-address").EthAddress;
2343
+ remoteSignerUrl: string;
2344
+ certPath?: string | undefined;
2345
+ certPass?: string | undefined;
2346
+ } | {
2347
+ path: string;
2348
+ password?: string | undefined;
2349
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2350
+ address: import("@aztec/foundation/eth-address").EthAddress;
2351
+ remoteSignerUrl: string;
2352
+ certPath?: string | undefined;
2353
+ certPass?: string | undefined;
2354
+ } | {
2355
+ path: string;
2356
+ password?: string | undefined;
2357
+ } | {
2358
+ mnemonic: string;
2359
+ addressIndex: number;
2360
+ accountIndex: number;
2361
+ addressCount: number;
2362
+ accountCount: number;
2363
+ } | EthPrivateKey;
2364
+ } | EthPrivateKey | undefined;
2365
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
2366
+ address: import("@aztec/foundation/eth-address").EthAddress;
2367
+ remoteSignerUrl: string;
2368
+ certPath?: string | undefined;
2369
+ certPass?: string | undefined;
2370
+ } | {
2371
+ path: string;
2372
+ password?: string | undefined;
2373
+ } | EthPrivateKey | undefined;
2374
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
2375
+ address: import("@aztec/foundation/eth-address").EthAddress;
2376
+ remoteSignerUrl: string;
2377
+ certPath?: string | undefined;
2378
+ certPass?: string | undefined;
2379
+ } | {
2380
+ path: string;
2381
+ password?: string | undefined;
2382
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2383
+ address: import("@aztec/foundation/eth-address").EthAddress;
2384
+ remoteSignerUrl: string;
2385
+ certPath?: string | undefined;
2386
+ certPass?: string | undefined;
2387
+ } | {
2388
+ path: string;
2389
+ password?: string | undefined;
2390
+ } | {
2391
+ mnemonic: string;
2392
+ addressIndex: number;
2393
+ accountIndex: number;
2394
+ addressCount: number;
2395
+ accountCount: number;
2396
+ } | EthPrivateKey | undefined;
2397
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
2398
+ feeRecipient?: AztecAddress | undefined;
2399
+ }, {
2400
+ schemaVersion: 2;
2401
+ validators?: {
2402
+ attester: string | (string | {
2403
+ address: string;
2404
+ remoteSignerUrl: string;
2405
+ certPath?: string | undefined;
2406
+ certPass?: string | undefined;
2407
+ } | {
2408
+ path: string;
2409
+ password?: string | undefined;
2410
+ } | {
2411
+ eth: string | {
2412
+ address: string;
2413
+ remoteSignerUrl: string;
2414
+ certPath?: string | undefined;
2415
+ certPass?: string | undefined;
2416
+ } | {
2417
+ path: string;
2418
+ password?: string | undefined;
2419
+ };
2420
+ bls?: string | {
2421
+ path: string;
2422
+ password?: string | undefined;
2423
+ } | undefined;
2424
+ })[] | {
2425
+ address: string;
2426
+ remoteSignerUrl: string;
2427
+ certPath?: string | undefined;
2428
+ certPass?: string | undefined;
2429
+ } | {
2430
+ path: string;
2431
+ password?: string | undefined;
2432
+ } | {
2433
+ mnemonic: string;
2434
+ addressIndex?: number | undefined;
2435
+ accountIndex?: number | undefined;
2436
+ addressCount?: number | undefined;
2437
+ accountCount?: number | undefined;
2438
+ } | {
2439
+ eth: string | {
2440
+ address: string;
2441
+ remoteSignerUrl: string;
2442
+ certPath?: string | undefined;
2443
+ certPass?: string | undefined;
2444
+ } | {
2445
+ path: string;
2446
+ password?: string | undefined;
2447
+ };
2448
+ bls?: string | {
2449
+ path: string;
2450
+ password?: string | undefined;
2451
+ } | undefined;
2452
+ };
2453
+ coinbase?: string | undefined;
2454
+ publisher?: string | (string | {
2455
+ address: string;
2456
+ remoteSignerUrl: string;
2457
+ certPath?: string | undefined;
2458
+ certPass?: string | undefined;
2459
+ } | {
2460
+ path: string;
2461
+ password?: string | undefined;
2462
+ })[] | {
2463
+ address: string;
2464
+ remoteSignerUrl: string;
2465
+ certPath?: string | undefined;
2466
+ certPass?: string | undefined;
2467
+ } | {
2468
+ path: string;
2469
+ password?: string | undefined;
2470
+ } | {
2471
+ mnemonic: string;
2472
+ addressIndex?: number | undefined;
2473
+ accountIndex?: number | undefined;
2474
+ addressCount?: number | undefined;
2475
+ accountCount?: number | undefined;
2476
+ } | undefined;
2477
+ feeRecipient?: any;
2478
+ remoteSigner?: string | {
2479
+ remoteSignerUrl: string;
2480
+ certPath?: string | undefined;
2481
+ certPass?: string | undefined;
2482
+ } | undefined;
2483
+ fundingAccount?: string | {
2484
+ address: string;
2485
+ remoteSignerUrl: string;
2486
+ certPath?: string | undefined;
2487
+ certPass?: string | undefined;
2488
+ } | {
2489
+ path: string;
2490
+ password?: string | undefined;
2491
+ } | undefined;
2492
+ }[] | undefined;
2493
+ slasher?: string | (string | {
2494
+ address: string;
2495
+ remoteSignerUrl: string;
2496
+ certPath?: string | undefined;
2497
+ certPass?: string | undefined;
2498
+ } | {
2499
+ path: string;
2500
+ password?: string | undefined;
2501
+ })[] | {
2502
+ address: string;
2503
+ remoteSignerUrl: string;
2504
+ certPath?: string | undefined;
2505
+ certPass?: string | undefined;
2506
+ } | {
2507
+ path: string;
2508
+ password?: string | undefined;
2509
+ } | {
2510
+ mnemonic: string;
2511
+ addressIndex?: number | undefined;
2512
+ accountIndex?: number | undefined;
2513
+ addressCount?: number | undefined;
2514
+ accountCount?: number | undefined;
2515
+ } | undefined;
2516
+ remoteSigner?: string | {
2517
+ remoteSignerUrl: string;
2518
+ certPath?: string | undefined;
2519
+ certPass?: string | undefined;
2520
+ } | undefined;
2521
+ prover?: string | {
2522
+ address: string;
2523
+ remoteSignerUrl: string;
2524
+ certPath?: string | undefined;
2525
+ certPass?: string | undefined;
2526
+ } | {
2527
+ path: string;
2528
+ password?: string | undefined;
2529
+ } | {
2530
+ id: string;
2531
+ publisher: string | (string | {
2532
+ address: string;
2533
+ remoteSignerUrl: string;
2534
+ certPath?: string | undefined;
2535
+ certPass?: string | undefined;
2536
+ } | {
2537
+ path: string;
2538
+ password?: string | undefined;
2539
+ })[] | {
2540
+ address: string;
2541
+ remoteSignerUrl: string;
2542
+ certPath?: string | undefined;
2543
+ certPass?: string | undefined;
2544
+ } | {
2545
+ path: string;
2546
+ password?: string | undefined;
2547
+ } | {
2548
+ mnemonic: string;
2549
+ addressIndex?: number | undefined;
2550
+ accountIndex?: number | undefined;
2551
+ addressCount?: number | undefined;
2552
+ accountCount?: number | undefined;
2553
+ };
2554
+ } | undefined;
2555
+ fundingAccount?: string | {
2556
+ address: string;
2557
+ remoteSignerUrl: string;
2558
+ certPath?: string | undefined;
2559
+ certPass?: string | undefined;
2560
+ } | {
2561
+ path: string;
2562
+ password?: string | undefined;
2563
+ } | undefined;
2564
+ publisher?: string | (string | {
2565
+ address: string;
2566
+ remoteSignerUrl: string;
2567
+ certPath?: string | undefined;
2568
+ certPass?: string | undefined;
2569
+ } | {
2570
+ path: string;
2571
+ password?: string | undefined;
2572
+ })[] | {
2573
+ address: string;
2574
+ remoteSignerUrl: string;
2575
+ certPath?: string | undefined;
2576
+ certPass?: string | undefined;
2577
+ } | {
2578
+ path: string;
2579
+ password?: string | undefined;
2580
+ } | {
2581
+ mnemonic: string;
2582
+ addressIndex?: number | undefined;
2583
+ accountIndex?: number | undefined;
2584
+ addressCount?: number | undefined;
2585
+ accountCount?: number | undefined;
2586
+ } | undefined;
2587
+ coinbase?: string | undefined;
2588
+ feeRecipient?: any;
2589
+ }>, {
2590
+ schemaVersion: 2;
2591
+ validators?: {
2592
+ attester: (import("@aztec/foundation/eth-address").EthAddress | {
2593
+ address: import("@aztec/foundation/eth-address").EthAddress;
2594
+ remoteSignerUrl: string;
2595
+ certPath?: string | undefined;
2596
+ certPass?: string | undefined;
2597
+ } | {
2598
+ path: string;
2599
+ password?: string | undefined;
2600
+ } | {
2601
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
2602
+ address: import("@aztec/foundation/eth-address").EthAddress;
2603
+ remoteSignerUrl: string;
2604
+ certPath?: string | undefined;
2605
+ certPass?: string | undefined;
2606
+ } | {
2607
+ path: string;
2608
+ password?: string | undefined;
2609
+ } | EthPrivateKey;
2610
+ bls?: {
2611
+ path: string;
2612
+ password?: string | undefined;
2613
+ } | BLSPrivateKey | undefined;
2614
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2615
+ address: import("@aztec/foundation/eth-address").EthAddress;
2616
+ remoteSignerUrl: string;
2617
+ certPath?: string | undefined;
2618
+ certPass?: string | undefined;
2619
+ } | {
2620
+ path: string;
2621
+ password?: string | undefined;
2622
+ } | {
2623
+ mnemonic: string;
2624
+ addressIndex: number;
2625
+ accountIndex: number;
2626
+ addressCount: number;
2627
+ accountCount: number;
2628
+ } | {
2629
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
2630
+ address: import("@aztec/foundation/eth-address").EthAddress;
2631
+ remoteSignerUrl: string;
2632
+ certPath?: string | undefined;
2633
+ certPass?: string | undefined;
2634
+ } | {
2635
+ path: string;
2636
+ password?: string | undefined;
2637
+ } | EthPrivateKey;
2638
+ bls?: {
2639
+ path: string;
2640
+ password?: string | undefined;
2641
+ } | BLSPrivateKey | undefined;
2642
+ } | EthPrivateKey;
2643
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
2644
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
2645
+ address: import("@aztec/foundation/eth-address").EthAddress;
2646
+ remoteSignerUrl: string;
2647
+ certPath?: string | undefined;
2648
+ certPass?: string | undefined;
2649
+ } | {
2650
+ path: string;
2651
+ password?: string | undefined;
2652
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2653
+ address: import("@aztec/foundation/eth-address").EthAddress;
2654
+ remoteSignerUrl: string;
2655
+ certPath?: string | undefined;
2656
+ certPass?: string | undefined;
2657
+ } | {
2658
+ path: string;
2659
+ password?: string | undefined;
2660
+ } | {
2661
+ mnemonic: string;
2662
+ addressIndex: number;
2663
+ accountIndex: number;
2664
+ addressCount: number;
2665
+ accountCount: number;
2666
+ } | EthPrivateKey | undefined;
2667
+ feeRecipient?: AztecAddress | undefined;
2668
+ remoteSigner?: string | {
2669
+ remoteSignerUrl: string;
2670
+ certPath?: string | undefined;
2671
+ certPass?: string | undefined;
2672
+ } | undefined;
2673
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
2674
+ address: import("@aztec/foundation/eth-address").EthAddress;
2675
+ remoteSignerUrl: string;
2676
+ certPath?: string | undefined;
2677
+ certPass?: string | undefined;
2678
+ } | {
2679
+ path: string;
2680
+ password?: string | undefined;
2681
+ } | EthPrivateKey | undefined;
2682
+ }[] | undefined;
2683
+ slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
2684
+ address: import("@aztec/foundation/eth-address").EthAddress;
2685
+ remoteSignerUrl: string;
2686
+ certPath?: string | undefined;
2687
+ certPass?: string | undefined;
2688
+ } | {
2689
+ path: string;
2690
+ password?: string | undefined;
2691
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2692
+ address: import("@aztec/foundation/eth-address").EthAddress;
2693
+ remoteSignerUrl: string;
2694
+ certPath?: string | undefined;
2695
+ certPass?: string | undefined;
2696
+ } | {
2697
+ path: string;
2698
+ password?: string | undefined;
2699
+ } | {
2700
+ mnemonic: string;
2701
+ addressIndex: number;
2702
+ accountIndex: number;
2703
+ addressCount: number;
2704
+ accountCount: number;
2705
+ } | EthPrivateKey | undefined;
2706
+ remoteSigner?: string | {
2707
+ remoteSignerUrl: string;
2708
+ certPath?: string | undefined;
2709
+ certPass?: string | undefined;
2710
+ } | undefined;
2711
+ prover?: import("@aztec/foundation/eth-address").EthAddress | {
2712
+ address: import("@aztec/foundation/eth-address").EthAddress;
2713
+ remoteSignerUrl: string;
2714
+ certPath?: string | undefined;
2715
+ certPass?: string | undefined;
2716
+ } | {
2717
+ path: string;
2718
+ password?: string | undefined;
2719
+ } | {
2720
+ id: import("@aztec/foundation/eth-address").EthAddress;
2721
+ publisher: (import("@aztec/foundation/eth-address").EthAddress | {
2722
+ address: import("@aztec/foundation/eth-address").EthAddress;
2723
+ remoteSignerUrl: string;
2724
+ certPath?: string | undefined;
2725
+ certPass?: string | undefined;
2726
+ } | {
2727
+ path: string;
2728
+ password?: string | undefined;
2729
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2730
+ address: import("@aztec/foundation/eth-address").EthAddress;
2731
+ remoteSignerUrl: string;
2732
+ certPath?: string | undefined;
2733
+ certPass?: string | undefined;
2734
+ } | {
2735
+ path: string;
2736
+ password?: string | undefined;
2737
+ } | {
2738
+ mnemonic: string;
2739
+ addressIndex: number;
2740
+ accountIndex: number;
2741
+ addressCount: number;
2742
+ accountCount: number;
2743
+ } | EthPrivateKey;
2744
+ } | EthPrivateKey | undefined;
2745
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
2746
+ address: import("@aztec/foundation/eth-address").EthAddress;
2747
+ remoteSignerUrl: string;
2748
+ certPath?: string | undefined;
2749
+ certPass?: string | undefined;
2750
+ } | {
2751
+ path: string;
2752
+ password?: string | undefined;
2753
+ } | EthPrivateKey | undefined;
2754
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
2755
+ address: import("@aztec/foundation/eth-address").EthAddress;
2756
+ remoteSignerUrl: string;
2757
+ certPath?: string | undefined;
2758
+ certPass?: string | undefined;
2759
+ } | {
2760
+ path: string;
2761
+ password?: string | undefined;
2762
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2763
+ address: import("@aztec/foundation/eth-address").EthAddress;
2764
+ remoteSignerUrl: string;
2765
+ certPath?: string | undefined;
2766
+ certPass?: string | undefined;
2767
+ } | {
2768
+ path: string;
2769
+ password?: string | undefined;
2770
+ } | {
2771
+ mnemonic: string;
2772
+ addressIndex: number;
2773
+ accountIndex: number;
2774
+ addressCount: number;
2775
+ accountCount: number;
2776
+ } | EthPrivateKey | undefined;
2777
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
2778
+ feeRecipient?: AztecAddress | undefined;
2779
+ }, {
2780
+ schemaVersion: 2;
2781
+ validators?: {
2782
+ attester: string | (string | {
2783
+ address: string;
2784
+ remoteSignerUrl: string;
2785
+ certPath?: string | undefined;
2786
+ certPass?: string | undefined;
2787
+ } | {
2788
+ path: string;
2789
+ password?: string | undefined;
2790
+ } | {
2791
+ eth: string | {
2792
+ address: string;
2793
+ remoteSignerUrl: string;
2794
+ certPath?: string | undefined;
2795
+ certPass?: string | undefined;
2796
+ } | {
2797
+ path: string;
2798
+ password?: string | undefined;
2799
+ };
2800
+ bls?: string | {
2801
+ path: string;
2802
+ password?: string | undefined;
2803
+ } | undefined;
2804
+ })[] | {
2805
+ address: string;
2806
+ remoteSignerUrl: string;
2807
+ certPath?: string | undefined;
2808
+ certPass?: string | undefined;
2809
+ } | {
2810
+ path: string;
2811
+ password?: string | undefined;
2812
+ } | {
2813
+ mnemonic: string;
2814
+ addressIndex?: number | undefined;
2815
+ accountIndex?: number | undefined;
2816
+ addressCount?: number | undefined;
2817
+ accountCount?: number | undefined;
2818
+ } | {
2819
+ eth: string | {
2820
+ address: string;
2821
+ remoteSignerUrl: string;
2822
+ certPath?: string | undefined;
2823
+ certPass?: string | undefined;
2824
+ } | {
2825
+ path: string;
2826
+ password?: string | undefined;
2827
+ };
2828
+ bls?: string | {
2829
+ path: string;
2830
+ password?: string | undefined;
2831
+ } | undefined;
2832
+ };
2833
+ coinbase?: string | undefined;
2834
+ publisher?: string | (string | {
2835
+ address: string;
2836
+ remoteSignerUrl: string;
2837
+ certPath?: string | undefined;
2838
+ certPass?: string | undefined;
2839
+ } | {
2840
+ path: string;
2841
+ password?: string | undefined;
2842
+ })[] | {
2843
+ address: string;
2844
+ remoteSignerUrl: string;
2845
+ certPath?: string | undefined;
2846
+ certPass?: string | undefined;
2847
+ } | {
2848
+ path: string;
2849
+ password?: string | undefined;
2850
+ } | {
2851
+ mnemonic: string;
2852
+ addressIndex?: number | undefined;
2853
+ accountIndex?: number | undefined;
2854
+ addressCount?: number | undefined;
2855
+ accountCount?: number | undefined;
2856
+ } | undefined;
2857
+ feeRecipient?: any;
2858
+ remoteSigner?: string | {
2859
+ remoteSignerUrl: string;
2860
+ certPath?: string | undefined;
2861
+ certPass?: string | undefined;
2862
+ } | undefined;
2863
+ fundingAccount?: string | {
2864
+ address: string;
2865
+ remoteSignerUrl: string;
2866
+ certPath?: string | undefined;
2867
+ certPass?: string | undefined;
2868
+ } | {
2869
+ path: string;
2870
+ password?: string | undefined;
2871
+ } | undefined;
2872
+ }[] | undefined;
2873
+ slasher?: string | (string | {
2874
+ address: string;
2875
+ remoteSignerUrl: string;
2876
+ certPath?: string | undefined;
2877
+ certPass?: string | undefined;
2878
+ } | {
2879
+ path: string;
2880
+ password?: string | undefined;
2881
+ })[] | {
2882
+ address: string;
2883
+ remoteSignerUrl: string;
2884
+ certPath?: string | undefined;
2885
+ certPass?: string | undefined;
2886
+ } | {
2887
+ path: string;
2888
+ password?: string | undefined;
2889
+ } | {
2890
+ mnemonic: string;
2891
+ addressIndex?: number | undefined;
2892
+ accountIndex?: number | undefined;
2893
+ addressCount?: number | undefined;
2894
+ accountCount?: number | undefined;
2895
+ } | undefined;
2896
+ remoteSigner?: string | {
2897
+ remoteSignerUrl: string;
2898
+ certPath?: string | undefined;
2899
+ certPass?: string | undefined;
2900
+ } | undefined;
2901
+ prover?: string | {
2902
+ address: string;
2903
+ remoteSignerUrl: string;
2904
+ certPath?: string | undefined;
2905
+ certPass?: string | undefined;
2906
+ } | {
2907
+ path: string;
2908
+ password?: string | undefined;
2909
+ } | {
2910
+ id: string;
2911
+ publisher: string | (string | {
2912
+ address: string;
2913
+ remoteSignerUrl: string;
2914
+ certPath?: string | undefined;
2915
+ certPass?: string | undefined;
2916
+ } | {
2917
+ path: string;
2918
+ password?: string | undefined;
2919
+ })[] | {
2920
+ address: string;
2921
+ remoteSignerUrl: string;
2922
+ certPath?: string | undefined;
2923
+ certPass?: string | undefined;
2924
+ } | {
2925
+ path: string;
2926
+ password?: string | undefined;
2927
+ } | {
2928
+ mnemonic: string;
2929
+ addressIndex?: number | undefined;
2930
+ accountIndex?: number | undefined;
2931
+ addressCount?: number | undefined;
2932
+ accountCount?: number | undefined;
2933
+ };
2934
+ } | undefined;
2935
+ fundingAccount?: string | {
2936
+ address: string;
2937
+ remoteSignerUrl: string;
2938
+ certPath?: string | undefined;
2939
+ certPass?: string | undefined;
2940
+ } | {
2941
+ path: string;
2942
+ password?: string | undefined;
2943
+ } | undefined;
2944
+ publisher?: string | (string | {
2945
+ address: string;
2946
+ remoteSignerUrl: string;
2947
+ certPath?: string | undefined;
2948
+ certPass?: string | undefined;
2949
+ } | {
2950
+ path: string;
2951
+ password?: string | undefined;
2952
+ })[] | {
2953
+ address: string;
2954
+ remoteSignerUrl: string;
2955
+ certPath?: string | undefined;
2956
+ certPass?: string | undefined;
2957
+ } | {
2958
+ path: string;
2959
+ password?: string | undefined;
2960
+ } | {
2961
+ mnemonic: string;
2962
+ addressIndex?: number | undefined;
2963
+ accountIndex?: number | undefined;
2964
+ addressCount?: number | undefined;
2965
+ accountCount?: number | undefined;
2966
+ } | undefined;
2967
+ coinbase?: string | undefined;
2968
+ feeRecipient?: any;
2969
+ }>, {
2970
+ schemaVersion: 2;
2971
+ validators?: {
2972
+ attester: (import("@aztec/foundation/eth-address").EthAddress | {
2973
+ address: import("@aztec/foundation/eth-address").EthAddress;
2974
+ remoteSignerUrl: string;
2975
+ certPath?: string | undefined;
2976
+ certPass?: string | undefined;
2977
+ } | {
2978
+ path: string;
2979
+ password?: string | undefined;
2980
+ } | {
2981
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
2982
+ address: import("@aztec/foundation/eth-address").EthAddress;
2983
+ remoteSignerUrl: string;
2984
+ certPath?: string | undefined;
2985
+ certPass?: string | undefined;
2986
+ } | {
2987
+ path: string;
2988
+ password?: string | undefined;
2989
+ } | EthPrivateKey;
2990
+ bls?: {
2991
+ path: string;
2992
+ password?: string | undefined;
2993
+ } | BLSPrivateKey | undefined;
2994
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
2995
+ address: import("@aztec/foundation/eth-address").EthAddress;
2996
+ remoteSignerUrl: string;
2997
+ certPath?: string | undefined;
2998
+ certPass?: string | undefined;
2999
+ } | {
3000
+ path: string;
3001
+ password?: string | undefined;
3002
+ } | {
3003
+ mnemonic: string;
3004
+ addressIndex: number;
3005
+ accountIndex: number;
3006
+ addressCount: number;
3007
+ accountCount: number;
3008
+ } | {
3009
+ eth: import("@aztec/foundation/eth-address").EthAddress | {
3010
+ address: import("@aztec/foundation/eth-address").EthAddress;
3011
+ remoteSignerUrl: string;
3012
+ certPath?: string | undefined;
3013
+ certPass?: string | undefined;
3014
+ } | {
3015
+ path: string;
3016
+ password?: string | undefined;
3017
+ } | EthPrivateKey;
3018
+ bls?: {
3019
+ path: string;
3020
+ password?: string | undefined;
3021
+ } | BLSPrivateKey | undefined;
3022
+ } | EthPrivateKey;
3023
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
3024
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
3025
+ address: import("@aztec/foundation/eth-address").EthAddress;
3026
+ remoteSignerUrl: string;
3027
+ certPath?: string | undefined;
3028
+ certPass?: string | undefined;
3029
+ } | {
3030
+ path: string;
3031
+ password?: string | undefined;
3032
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
3033
+ address: import("@aztec/foundation/eth-address").EthAddress;
3034
+ remoteSignerUrl: string;
3035
+ certPath?: string | undefined;
3036
+ certPass?: string | undefined;
3037
+ } | {
3038
+ path: string;
3039
+ password?: string | undefined;
3040
+ } | {
3041
+ mnemonic: string;
3042
+ addressIndex: number;
3043
+ accountIndex: number;
3044
+ addressCount: number;
3045
+ accountCount: number;
3046
+ } | EthPrivateKey | undefined;
3047
+ feeRecipient?: AztecAddress | undefined;
3048
+ remoteSigner?: string | {
3049
+ remoteSignerUrl: string;
3050
+ certPath?: string | undefined;
3051
+ certPass?: string | undefined;
3052
+ } | undefined;
3053
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
3054
+ address: import("@aztec/foundation/eth-address").EthAddress;
3055
+ remoteSignerUrl: string;
3056
+ certPath?: string | undefined;
3057
+ certPass?: string | undefined;
3058
+ } | {
3059
+ path: string;
3060
+ password?: string | undefined;
3061
+ } | EthPrivateKey | undefined;
3062
+ }[] | undefined;
3063
+ slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
3064
+ address: import("@aztec/foundation/eth-address").EthAddress;
3065
+ remoteSignerUrl: string;
3066
+ certPath?: string | undefined;
3067
+ certPass?: string | undefined;
3068
+ } | {
3069
+ path: string;
3070
+ password?: string | undefined;
3071
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
3072
+ address: import("@aztec/foundation/eth-address").EthAddress;
3073
+ remoteSignerUrl: string;
3074
+ certPath?: string | undefined;
3075
+ certPass?: string | undefined;
3076
+ } | {
3077
+ path: string;
3078
+ password?: string | undefined;
3079
+ } | {
3080
+ mnemonic: string;
3081
+ addressIndex: number;
3082
+ accountIndex: number;
3083
+ addressCount: number;
3084
+ accountCount: number;
3085
+ } | EthPrivateKey | undefined;
3086
+ remoteSigner?: string | {
3087
+ remoteSignerUrl: string;
3088
+ certPath?: string | undefined;
3089
+ certPass?: string | undefined;
3090
+ } | undefined;
3091
+ prover?: import("@aztec/foundation/eth-address").EthAddress | {
3092
+ address: import("@aztec/foundation/eth-address").EthAddress;
3093
+ remoteSignerUrl: string;
3094
+ certPath?: string | undefined;
3095
+ certPass?: string | undefined;
3096
+ } | {
3097
+ path: string;
3098
+ password?: string | undefined;
3099
+ } | {
3100
+ id: import("@aztec/foundation/eth-address").EthAddress;
3101
+ publisher: (import("@aztec/foundation/eth-address").EthAddress | {
3102
+ address: import("@aztec/foundation/eth-address").EthAddress;
3103
+ remoteSignerUrl: string;
3104
+ certPath?: string | undefined;
3105
+ certPass?: string | undefined;
3106
+ } | {
3107
+ path: string;
3108
+ password?: string | undefined;
3109
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
3110
+ address: import("@aztec/foundation/eth-address").EthAddress;
3111
+ remoteSignerUrl: string;
3112
+ certPath?: string | undefined;
3113
+ certPass?: string | undefined;
3114
+ } | {
3115
+ path: string;
3116
+ password?: string | undefined;
3117
+ } | {
3118
+ mnemonic: string;
3119
+ addressIndex: number;
3120
+ accountIndex: number;
3121
+ addressCount: number;
3122
+ accountCount: number;
3123
+ } | EthPrivateKey;
3124
+ } | EthPrivateKey | undefined;
3125
+ fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
3126
+ address: import("@aztec/foundation/eth-address").EthAddress;
3127
+ remoteSignerUrl: string;
3128
+ certPath?: string | undefined;
3129
+ certPass?: string | undefined;
3130
+ } | {
3131
+ path: string;
3132
+ password?: string | undefined;
3133
+ } | EthPrivateKey | undefined;
3134
+ publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
3135
+ address: import("@aztec/foundation/eth-address").EthAddress;
3136
+ remoteSignerUrl: string;
3137
+ certPath?: string | undefined;
3138
+ certPass?: string | undefined;
3139
+ } | {
3140
+ path: string;
3141
+ password?: string | undefined;
3142
+ } | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
3143
+ address: import("@aztec/foundation/eth-address").EthAddress;
3144
+ remoteSignerUrl: string;
3145
+ certPath?: string | undefined;
3146
+ certPass?: string | undefined;
3147
+ } | {
3148
+ path: string;
3149
+ password?: string | undefined;
3150
+ } | {
3151
+ mnemonic: string;
3152
+ addressIndex: number;
3153
+ accountIndex: number;
3154
+ addressCount: number;
3155
+ accountCount: number;
3156
+ } | EthPrivateKey | undefined;
3157
+ coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
3158
+ feeRecipient?: AztecAddress | undefined;
3159
+ }, {
3160
+ schemaVersion: 2;
3161
+ validators?: {
3162
+ attester: string | (string | {
3163
+ address: string;
3164
+ remoteSignerUrl: string;
3165
+ certPath?: string | undefined;
3166
+ certPass?: string | undefined;
3167
+ } | {
3168
+ path: string;
3169
+ password?: string | undefined;
3170
+ } | {
3171
+ eth: string | {
3172
+ address: string;
3173
+ remoteSignerUrl: string;
3174
+ certPath?: string | undefined;
3175
+ certPass?: string | undefined;
3176
+ } | {
3177
+ path: string;
3178
+ password?: string | undefined;
3179
+ };
3180
+ bls?: string | {
3181
+ path: string;
3182
+ password?: string | undefined;
3183
+ } | undefined;
3184
+ })[] | {
3185
+ address: string;
3186
+ remoteSignerUrl: string;
3187
+ certPath?: string | undefined;
3188
+ certPass?: string | undefined;
3189
+ } | {
3190
+ path: string;
3191
+ password?: string | undefined;
3192
+ } | {
3193
+ mnemonic: string;
3194
+ addressIndex?: number | undefined;
3195
+ accountIndex?: number | undefined;
3196
+ addressCount?: number | undefined;
3197
+ accountCount?: number | undefined;
3198
+ } | {
3199
+ eth: string | {
3200
+ address: string;
3201
+ remoteSignerUrl: string;
3202
+ certPath?: string | undefined;
3203
+ certPass?: string | undefined;
3204
+ } | {
3205
+ path: string;
3206
+ password?: string | undefined;
3207
+ };
3208
+ bls?: string | {
3209
+ path: string;
3210
+ password?: string | undefined;
3211
+ } | undefined;
3212
+ };
3213
+ coinbase?: string | undefined;
3214
+ publisher?: string | (string | {
3215
+ address: string;
3216
+ remoteSignerUrl: string;
3217
+ certPath?: string | undefined;
3218
+ certPass?: string | undefined;
3219
+ } | {
3220
+ path: string;
3221
+ password?: string | undefined;
3222
+ })[] | {
3223
+ address: string;
3224
+ remoteSignerUrl: string;
3225
+ certPath?: string | undefined;
3226
+ certPass?: string | undefined;
3227
+ } | {
3228
+ path: string;
3229
+ password?: string | undefined;
3230
+ } | {
3231
+ mnemonic: string;
3232
+ addressIndex?: number | undefined;
3233
+ accountIndex?: number | undefined;
3234
+ addressCount?: number | undefined;
3235
+ accountCount?: number | undefined;
3236
+ } | undefined;
3237
+ feeRecipient?: any;
3238
+ remoteSigner?: string | {
3239
+ remoteSignerUrl: string;
3240
+ certPath?: string | undefined;
3241
+ certPass?: string | undefined;
3242
+ } | undefined;
3243
+ fundingAccount?: string | {
3244
+ address: string;
3245
+ remoteSignerUrl: string;
3246
+ certPath?: string | undefined;
3247
+ certPass?: string | undefined;
3248
+ } | {
3249
+ path: string;
3250
+ password?: string | undefined;
3251
+ } | undefined;
3252
+ }[] | undefined;
3253
+ slasher?: string | (string | {
3254
+ address: string;
3255
+ remoteSignerUrl: string;
3256
+ certPath?: string | undefined;
3257
+ certPass?: string | undefined;
3258
+ } | {
3259
+ path: string;
3260
+ password?: string | undefined;
3261
+ })[] | {
3262
+ address: string;
3263
+ remoteSignerUrl: string;
3264
+ certPath?: string | undefined;
3265
+ certPass?: string | undefined;
3266
+ } | {
3267
+ path: string;
3268
+ password?: string | undefined;
3269
+ } | {
3270
+ mnemonic: string;
3271
+ addressIndex?: number | undefined;
3272
+ accountIndex?: number | undefined;
3273
+ addressCount?: number | undefined;
3274
+ accountCount?: number | undefined;
3275
+ } | undefined;
3276
+ remoteSigner?: string | {
3277
+ remoteSignerUrl: string;
3278
+ certPath?: string | undefined;
3279
+ certPass?: string | undefined;
3280
+ } | undefined;
3281
+ prover?: string | {
3282
+ address: string;
3283
+ remoteSignerUrl: string;
3284
+ certPath?: string | undefined;
3285
+ certPass?: string | undefined;
3286
+ } | {
3287
+ path: string;
3288
+ password?: string | undefined;
3289
+ } | {
3290
+ id: string;
3291
+ publisher: string | (string | {
3292
+ address: string;
3293
+ remoteSignerUrl: string;
3294
+ certPath?: string | undefined;
3295
+ certPass?: string | undefined;
3296
+ } | {
3297
+ path: string;
3298
+ password?: string | undefined;
3299
+ })[] | {
3300
+ address: string;
3301
+ remoteSignerUrl: string;
3302
+ certPath?: string | undefined;
3303
+ certPass?: string | undefined;
3304
+ } | {
3305
+ path: string;
3306
+ password?: string | undefined;
3307
+ } | {
3308
+ mnemonic: string;
3309
+ addressIndex?: number | undefined;
3310
+ accountIndex?: number | undefined;
3311
+ addressCount?: number | undefined;
3312
+ accountCount?: number | undefined;
3313
+ };
3314
+ } | undefined;
3315
+ fundingAccount?: string | {
3316
+ address: string;
3317
+ remoteSignerUrl: string;
3318
+ certPath?: string | undefined;
3319
+ certPass?: string | undefined;
3320
+ } | {
3321
+ path: string;
3322
+ password?: string | undefined;
3323
+ } | undefined;
3324
+ publisher?: string | (string | {
3325
+ address: string;
3326
+ remoteSignerUrl: string;
3327
+ certPath?: string | undefined;
3328
+ certPass?: string | undefined;
3329
+ } | {
3330
+ path: string;
3331
+ password?: string | undefined;
3332
+ })[] | {
3333
+ address: string;
3334
+ remoteSignerUrl: string;
3335
+ certPath?: string | undefined;
3336
+ certPass?: string | undefined;
3337
+ } | {
3338
+ path: string;
3339
+ password?: string | undefined;
3340
+ } | {
3341
+ mnemonic: string;
3342
+ addressIndex?: number | undefined;
3343
+ accountIndex?: number | undefined;
3344
+ addressCount?: number | undefined;
3345
+ accountCount?: number | undefined;
3346
+ } | undefined;
3347
+ coinbase?: string | undefined;
3348
+ feeRecipient?: any;
3349
+ }>]>;
3350
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2NoZW1hcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3NjaGVtYXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBRTNELE9BQU8sRUFBRSxDQUFDLEVBQUUsTUFBTSxLQUFLLENBQUM7QUFFeEIsT0FBTyxLQUFLLEVBQUUsYUFBYSxFQUFFLGFBQWEsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUcvRCxlQUFPLE1BQU0sbUJBQW1CLGtEQUdLLENBQUM7QUFDdEMsZUFBTyxNQUFNLG1CQUFtQixrREFHSyxDQUFDO0FBNEp0QyxlQUFPLE1BQU0sY0FBYzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztJQUFnRCxDQUFDIn0=