@aztec/node-keystore 4.0.0-nightly.20260113 → 4.0.0-nightly.20260115
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 +292 -292
- package/package.json +5 -5
package/dest/schemas.d.ts
CHANGED
|
@@ -6,13 +6,13 @@ export declare const blsPrivateKeySchema: z.ZodEffects<z.ZodString, BLSPrivateKe
|
|
|
6
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/
|
|
10
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[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/
|
|
35
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
67
67
|
password?: string | undefined;
|
|
68
68
|
}>]>>;
|
|
69
69
|
}, "strict", z.ZodTypeAny, {
|
|
70
|
-
eth: import("@aztec/foundation/
|
|
71
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[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/
|
|
98
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[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/
|
|
123
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
155
155
|
password?: string | undefined;
|
|
156
156
|
}>]>>;
|
|
157
157
|
}, "strict", z.ZodTypeAny, {
|
|
158
|
-
eth: import("@aztec/foundation/
|
|
159
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[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/
|
|
205
|
-
publisher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
206
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[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/
|
|
230
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[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/
|
|
287
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
309
309
|
password?: string | undefined;
|
|
310
310
|
}>]>>;
|
|
311
311
|
}, "strict", z.ZodTypeAny, {
|
|
312
|
-
attester: (import("@aztec/foundation/
|
|
313
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
318
318
|
path: string;
|
|
319
319
|
password?: string | undefined;
|
|
320
320
|
} | {
|
|
321
|
-
eth: import("@aztec/foundation/
|
|
322
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
331
331
|
path: string;
|
|
332
332
|
password?: string | undefined;
|
|
333
333
|
} | BLSPrivateKey | undefined;
|
|
334
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
335
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
346
346
|
addressCount: number;
|
|
347
347
|
accountCount: number;
|
|
348
348
|
} | {
|
|
349
|
-
eth: import("@aztec/foundation/
|
|
350
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
360
360
|
password?: string | undefined;
|
|
361
361
|
} | BLSPrivateKey | undefined;
|
|
362
362
|
} | EthPrivateKey;
|
|
363
|
-
coinbase?: import("@aztec/foundation/
|
|
364
|
-
publisher?: (import("@aztec/foundation/
|
|
365
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
373
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
390
390
|
certPath?: string | undefined;
|
|
391
391
|
certPass?: string | undefined;
|
|
392
392
|
} | undefined;
|
|
393
|
-
fundingAccount?: import("@aztec/foundation/
|
|
394
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[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/
|
|
495
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[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/
|
|
519
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[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/
|
|
575
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
596
596
|
path: string;
|
|
597
597
|
password?: string | undefined;
|
|
598
598
|
}>]>, z.ZodObject<{
|
|
599
|
-
id: z.ZodType<import("@aztec/foundation/
|
|
600
|
-
publisher: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
601
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[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/
|
|
625
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
665
665
|
accountCount?: number | undefined;
|
|
666
666
|
}>]>;
|
|
667
667
|
}, "strict", z.ZodTypeAny, {
|
|
668
|
-
id: import("@aztec/foundation/
|
|
669
|
-
publisher: (import("@aztec/foundation/
|
|
670
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
678
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[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/
|
|
719
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
743
743
|
}, "strict", z.ZodTypeAny, {
|
|
744
744
|
schemaVersion: 1;
|
|
745
745
|
validators?: {
|
|
746
|
-
attester: (import("@aztec/foundation/
|
|
747
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
752
752
|
path: string;
|
|
753
753
|
password?: string | undefined;
|
|
754
754
|
} | {
|
|
755
|
-
eth: import("@aztec/foundation/
|
|
756
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
765
765
|
path: string;
|
|
766
766
|
password?: string | undefined;
|
|
767
767
|
} | BLSPrivateKey | undefined;
|
|
768
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
769
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
780
780
|
addressCount: number;
|
|
781
781
|
accountCount: number;
|
|
782
782
|
} | {
|
|
783
|
-
eth: import("@aztec/foundation/
|
|
784
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
794
794
|
password?: string | undefined;
|
|
795
795
|
} | BLSPrivateKey | undefined;
|
|
796
796
|
} | EthPrivateKey;
|
|
797
|
-
coinbase?: import("@aztec/foundation/
|
|
798
|
-
publisher?: (import("@aztec/foundation/
|
|
799
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
807
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
824
824
|
certPath?: string | undefined;
|
|
825
825
|
certPass?: string | undefined;
|
|
826
826
|
} | undefined;
|
|
827
|
-
fundingAccount?: import("@aztec/foundation/
|
|
828
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
834
834
|
password?: string | undefined;
|
|
835
835
|
} | EthPrivateKey | undefined;
|
|
836
836
|
}[] | undefined;
|
|
837
|
-
slasher?: (import("@aztec/foundation/
|
|
838
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
846
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
862
862
|
certPath?: string | undefined;
|
|
863
863
|
certPass?: string | undefined;
|
|
864
864
|
} | undefined;
|
|
865
|
-
prover?: import("@aztec/foundation/
|
|
866
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
871
871
|
path: string;
|
|
872
872
|
password?: string | undefined;
|
|
873
873
|
} | {
|
|
874
|
-
id: import("@aztec/foundation/
|
|
875
|
-
publisher: (import("@aztec/foundation/
|
|
876
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
884
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
896
896
|
accountCount: number;
|
|
897
897
|
} | EthPrivateKey;
|
|
898
898
|
} | EthPrivateKey | undefined;
|
|
899
|
-
fundingAccount?: import("@aztec/foundation/
|
|
900
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1073
1073
|
}>, {
|
|
1074
1074
|
schemaVersion: 1;
|
|
1075
1075
|
validators?: {
|
|
1076
|
-
attester: (import("@aztec/foundation/
|
|
1077
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1082
1082
|
path: string;
|
|
1083
1083
|
password?: string | undefined;
|
|
1084
1084
|
} | {
|
|
1085
|
-
eth: import("@aztec/foundation/
|
|
1086
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1095
1095
|
path: string;
|
|
1096
1096
|
password?: string | undefined;
|
|
1097
1097
|
} | BLSPrivateKey | undefined;
|
|
1098
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
1099
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1110
1110
|
addressCount: number;
|
|
1111
1111
|
accountCount: number;
|
|
1112
1112
|
} | {
|
|
1113
|
-
eth: import("@aztec/foundation/
|
|
1114
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1124
1124
|
password?: string | undefined;
|
|
1125
1125
|
} | BLSPrivateKey | undefined;
|
|
1126
1126
|
} | EthPrivateKey;
|
|
1127
|
-
coinbase?: import("@aztec/foundation/
|
|
1128
|
-
publisher?: (import("@aztec/foundation/
|
|
1129
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
1137
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1154
1154
|
certPath?: string | undefined;
|
|
1155
1155
|
certPass?: string | undefined;
|
|
1156
1156
|
} | undefined;
|
|
1157
|
-
fundingAccount?: import("@aztec/foundation/
|
|
1158
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1164
1164
|
password?: string | undefined;
|
|
1165
1165
|
} | EthPrivateKey | undefined;
|
|
1166
1166
|
}[] | undefined;
|
|
1167
|
-
slasher?: (import("@aztec/foundation/
|
|
1168
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
1176
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1192
1192
|
certPath?: string | undefined;
|
|
1193
1193
|
certPass?: string | undefined;
|
|
1194
1194
|
} | undefined;
|
|
1195
|
-
prover?: import("@aztec/foundation/
|
|
1196
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1201
1201
|
path: string;
|
|
1202
1202
|
password?: string | undefined;
|
|
1203
1203
|
} | {
|
|
1204
|
-
id: import("@aztec/foundation/
|
|
1205
|
-
publisher: (import("@aztec/foundation/
|
|
1206
|
-
address: import("@aztec/foundation/
|
|
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/
|
|
1214
|
-
address: import("@aztec/foundation/
|
|
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.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1226
1226
|
accountCount: number;
|
|
1227
1227
|
} | EthPrivateKey;
|
|
1228
1228
|
} | EthPrivateKey | undefined;
|
|
1229
|
-
fundingAccount?: import("@aztec/foundation/
|
|
1230
|
-
address: import("@aztec/foundation/
|
|
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;
|
|
@@ -1403,13 +1403,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1403
1403
|
}>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
1404
1404
|
schemaVersion: z.ZodLiteral<2>;
|
|
1405
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/
|
|
1407
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1408
|
remoteSignerUrl: z.ZodString;
|
|
1409
1409
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1410
1410
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1411
1411
|
}, "strict", z.ZodTypeAny, {
|
|
1412
|
-
address: import("@aztec/foundation/
|
|
1412
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1413
1413
|
remoteSignerUrl: string;
|
|
1414
1414
|
certPath?: string | undefined;
|
|
1415
1415
|
certPass?: string | undefined;
|
|
@@ -1428,13 +1428,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1428
1428
|
path: string;
|
|
1429
1429
|
password?: string | undefined;
|
|
1430
1430
|
}>]>, z.ZodObject<{
|
|
1431
|
-
eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1432
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1433
|
remoteSignerUrl: z.ZodString;
|
|
1434
1434
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1435
1435
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1436
1436
|
}, "strict", z.ZodTypeAny, {
|
|
1437
|
-
address: import("@aztec/foundation/
|
|
1437
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1438
1438
|
remoteSignerUrl: string;
|
|
1439
1439
|
certPath?: string | undefined;
|
|
1440
1440
|
certPass?: string | undefined;
|
|
@@ -1464,8 +1464,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1464
1464
|
password?: string | undefined;
|
|
1465
1465
|
}>]>>;
|
|
1466
1466
|
}, "strict", z.ZodTypeAny, {
|
|
1467
|
-
eth: import("@aztec/foundation/
|
|
1468
|
-
address: import("@aztec/foundation/
|
|
1467
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
1468
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1469
1469
|
remoteSignerUrl: string;
|
|
1470
1470
|
certPath?: string | undefined;
|
|
1471
1471
|
certPass?: string | undefined;
|
|
@@ -1491,13 +1491,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1491
1491
|
path: string;
|
|
1492
1492
|
password?: string | undefined;
|
|
1493
1493
|
} | undefined;
|
|
1494
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1495
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1496
|
remoteSignerUrl: z.ZodString;
|
|
1497
1497
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1498
1498
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1499
1499
|
}, "strict", z.ZodTypeAny, {
|
|
1500
|
-
address: import("@aztec/foundation/
|
|
1500
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1501
1501
|
remoteSignerUrl: string;
|
|
1502
1502
|
certPath?: string | undefined;
|
|
1503
1503
|
certPass?: string | undefined;
|
|
@@ -1516,13 +1516,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1516
1516
|
path: string;
|
|
1517
1517
|
password?: string | undefined;
|
|
1518
1518
|
}>]>, z.ZodObject<{
|
|
1519
|
-
eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1520
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1521
|
remoteSignerUrl: z.ZodString;
|
|
1522
1522
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1523
1523
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1524
1524
|
}, "strict", z.ZodTypeAny, {
|
|
1525
|
-
address: import("@aztec/foundation/
|
|
1525
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1526
1526
|
remoteSignerUrl: string;
|
|
1527
1527
|
certPath?: string | undefined;
|
|
1528
1528
|
certPass?: string | undefined;
|
|
@@ -1552,8 +1552,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1552
1552
|
password?: string | undefined;
|
|
1553
1553
|
}>]>>;
|
|
1554
1554
|
}, "strict", z.ZodTypeAny, {
|
|
1555
|
-
eth: import("@aztec/foundation/
|
|
1556
|
-
address: import("@aztec/foundation/
|
|
1555
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
1556
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1557
1557
|
remoteSignerUrl: string;
|
|
1558
1558
|
certPath?: string | undefined;
|
|
1559
1559
|
certPass?: string | undefined;
|
|
@@ -1598,14 +1598,14 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1598
1598
|
addressCount?: number | undefined;
|
|
1599
1599
|
accountCount?: number | undefined;
|
|
1600
1600
|
}>]>;
|
|
1601
|
-
coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/
|
|
1602
|
-
publisher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1603
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1604
|
remoteSignerUrl: z.ZodString;
|
|
1605
1605
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1606
1606
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1607
1607
|
}, "strict", z.ZodTypeAny, {
|
|
1608
|
-
address: import("@aztec/foundation/
|
|
1608
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1609
1609
|
remoteSignerUrl: string;
|
|
1610
1610
|
certPath?: string | undefined;
|
|
1611
1611
|
certPass?: string | undefined;
|
|
@@ -1623,13 +1623,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1623
1623
|
}, {
|
|
1624
1624
|
path: string;
|
|
1625
1625
|
password?: string | undefined;
|
|
1626
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1627
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1628
|
remoteSignerUrl: z.ZodString;
|
|
1629
1629
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1630
1630
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1631
1631
|
}, "strict", z.ZodTypeAny, {
|
|
1632
|
-
address: import("@aztec/foundation/
|
|
1632
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1633
1633
|
remoteSignerUrl: string;
|
|
1634
1634
|
certPath?: string | undefined;
|
|
1635
1635
|
certPass?: string | undefined;
|
|
@@ -1680,13 +1680,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1680
1680
|
certPath?: string | undefined;
|
|
1681
1681
|
certPass?: string | undefined;
|
|
1682
1682
|
}>]>>;
|
|
1683
|
-
fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1684
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1685
|
remoteSignerUrl: z.ZodString;
|
|
1686
1686
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1687
1687
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1688
1688
|
}, "strict", z.ZodTypeAny, {
|
|
1689
|
-
address: import("@aztec/foundation/
|
|
1689
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1690
1690
|
remoteSignerUrl: string;
|
|
1691
1691
|
certPath?: string | undefined;
|
|
1692
1692
|
certPass?: string | undefined;
|
|
@@ -1706,8 +1706,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1706
1706
|
password?: string | undefined;
|
|
1707
1707
|
}>]>>;
|
|
1708
1708
|
}, "strict", z.ZodTypeAny, {
|
|
1709
|
-
attester: (import("@aztec/foundation/
|
|
1710
|
-
address: import("@aztec/foundation/
|
|
1709
|
+
attester: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
1710
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1711
1711
|
remoteSignerUrl: string;
|
|
1712
1712
|
certPath?: string | undefined;
|
|
1713
1713
|
certPass?: string | undefined;
|
|
@@ -1715,8 +1715,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1715
1715
|
path: string;
|
|
1716
1716
|
password?: string | undefined;
|
|
1717
1717
|
} | {
|
|
1718
|
-
eth: import("@aztec/foundation/
|
|
1719
|
-
address: import("@aztec/foundation/
|
|
1718
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
1719
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1720
1720
|
remoteSignerUrl: string;
|
|
1721
1721
|
certPath?: string | undefined;
|
|
1722
1722
|
certPass?: string | undefined;
|
|
@@ -1728,8 +1728,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1728
1728
|
path: string;
|
|
1729
1729
|
password?: string | undefined;
|
|
1730
1730
|
} | BLSPrivateKey | undefined;
|
|
1731
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
1732
|
-
address: import("@aztec/foundation/
|
|
1731
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
1732
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1733
1733
|
remoteSignerUrl: string;
|
|
1734
1734
|
certPath?: string | undefined;
|
|
1735
1735
|
certPass?: string | undefined;
|
|
@@ -1743,8 +1743,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1743
1743
|
addressCount: number;
|
|
1744
1744
|
accountCount: number;
|
|
1745
1745
|
} | {
|
|
1746
|
-
eth: import("@aztec/foundation/
|
|
1747
|
-
address: import("@aztec/foundation/
|
|
1746
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
1747
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1748
1748
|
remoteSignerUrl: string;
|
|
1749
1749
|
certPath?: string | undefined;
|
|
1750
1750
|
certPass?: string | undefined;
|
|
@@ -1757,17 +1757,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1757
1757
|
password?: string | undefined;
|
|
1758
1758
|
} | BLSPrivateKey | undefined;
|
|
1759
1759
|
} | EthPrivateKey;
|
|
1760
|
-
coinbase?: import("@aztec/foundation/
|
|
1761
|
-
publisher?: (import("@aztec/foundation/
|
|
1762
|
-
address: import("@aztec/foundation/
|
|
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
1763
|
remoteSignerUrl: string;
|
|
1764
1764
|
certPath?: string | undefined;
|
|
1765
1765
|
certPass?: string | undefined;
|
|
1766
1766
|
} | {
|
|
1767
1767
|
path: string;
|
|
1768
1768
|
password?: string | undefined;
|
|
1769
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
1770
|
-
address: import("@aztec/foundation/
|
|
1769
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
1770
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1771
1771
|
remoteSignerUrl: string;
|
|
1772
1772
|
certPath?: string | undefined;
|
|
1773
1773
|
certPass?: string | undefined;
|
|
@@ -1787,8 +1787,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1787
1787
|
certPath?: string | undefined;
|
|
1788
1788
|
certPass?: string | undefined;
|
|
1789
1789
|
} | undefined;
|
|
1790
|
-
fundingAccount?: import("@aztec/foundation/
|
|
1791
|
-
address: import("@aztec/foundation/
|
|
1790
|
+
fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
1791
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1792
1792
|
remoteSignerUrl: string;
|
|
1793
1793
|
certPath?: string | undefined;
|
|
1794
1794
|
certPass?: string | undefined;
|
|
@@ -1888,13 +1888,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1888
1888
|
password?: string | undefined;
|
|
1889
1889
|
} | undefined;
|
|
1890
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/
|
|
1892
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1893
|
remoteSignerUrl: z.ZodString;
|
|
1894
1894
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1895
1895
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1896
1896
|
}, "strict", z.ZodTypeAny, {
|
|
1897
|
-
address: import("@aztec/foundation/
|
|
1897
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1898
1898
|
remoteSignerUrl: string;
|
|
1899
1899
|
certPath?: string | undefined;
|
|
1900
1900
|
certPass?: string | undefined;
|
|
@@ -1912,13 +1912,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1912
1912
|
}, {
|
|
1913
1913
|
path: string;
|
|
1914
1914
|
password?: string | undefined;
|
|
1915
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1916
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1917
|
remoteSignerUrl: z.ZodString;
|
|
1918
1918
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1919
1919
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1920
1920
|
}, "strict", z.ZodTypeAny, {
|
|
1921
|
-
address: import("@aztec/foundation/
|
|
1921
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1922
1922
|
remoteSignerUrl: string;
|
|
1923
1923
|
certPath?: string | undefined;
|
|
1924
1924
|
certPass?: string | undefined;
|
|
@@ -1968,13 +1968,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1968
1968
|
certPath?: string | undefined;
|
|
1969
1969
|
certPass?: string | undefined;
|
|
1970
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/
|
|
1972
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1973
|
remoteSignerUrl: z.ZodString;
|
|
1974
1974
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1975
1975
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
1976
1976
|
}, "strict", z.ZodTypeAny, {
|
|
1977
|
-
address: import("@aztec/foundation/
|
|
1977
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
1978
1978
|
remoteSignerUrl: string;
|
|
1979
1979
|
certPath?: string | undefined;
|
|
1980
1980
|
certPass?: string | undefined;
|
|
@@ -1993,14 +1993,14 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
1993
1993
|
path: string;
|
|
1994
1994
|
password?: string | undefined;
|
|
1995
1995
|
}>]>, z.ZodObject<{
|
|
1996
|
-
id: z.ZodType<import("@aztec/foundation/
|
|
1997
|
-
publisher: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
1998
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
1999
|
remoteSignerUrl: z.ZodString;
|
|
2000
2000
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2001
2001
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2002
2002
|
}, "strict", z.ZodTypeAny, {
|
|
2003
|
-
address: import("@aztec/foundation/
|
|
2003
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2004
2004
|
remoteSignerUrl: string;
|
|
2005
2005
|
certPath?: string | undefined;
|
|
2006
2006
|
certPass?: string | undefined;
|
|
@@ -2018,13 +2018,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2018
2018
|
}, {
|
|
2019
2019
|
path: string;
|
|
2020
2020
|
password?: string | undefined;
|
|
2021
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
2022
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
2023
|
remoteSignerUrl: z.ZodString;
|
|
2024
2024
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2025
2025
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2026
2026
|
}, "strict", z.ZodTypeAny, {
|
|
2027
|
-
address: import("@aztec/foundation/
|
|
2027
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2028
2028
|
remoteSignerUrl: string;
|
|
2029
2029
|
certPath?: string | undefined;
|
|
2030
2030
|
certPass?: string | undefined;
|
|
@@ -2062,17 +2062,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2062
2062
|
accountCount?: number | undefined;
|
|
2063
2063
|
}>]>;
|
|
2064
2064
|
}, "strict", z.ZodTypeAny, {
|
|
2065
|
-
id: import("@aztec/foundation/
|
|
2066
|
-
publisher: (import("@aztec/foundation/
|
|
2067
|
-
address: import("@aztec/foundation/
|
|
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
2068
|
remoteSignerUrl: string;
|
|
2069
2069
|
certPath?: string | undefined;
|
|
2070
2070
|
certPass?: string | undefined;
|
|
2071
2071
|
} | {
|
|
2072
2072
|
path: string;
|
|
2073
2073
|
password?: string | undefined;
|
|
2074
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2075
|
-
address: import("@aztec/foundation/
|
|
2074
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2075
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2076
2076
|
remoteSignerUrl: string;
|
|
2077
2077
|
certPath?: string | undefined;
|
|
2078
2078
|
certPass?: string | undefined;
|
|
@@ -2112,13 +2112,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2112
2112
|
accountCount?: number | undefined;
|
|
2113
2113
|
};
|
|
2114
2114
|
}>]>>;
|
|
2115
|
-
fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
2116
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
2117
|
remoteSignerUrl: z.ZodString;
|
|
2118
2118
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2119
2119
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2120
2120
|
}, "strict", z.ZodTypeAny, {
|
|
2121
|
-
address: import("@aztec/foundation/
|
|
2121
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2122
2122
|
remoteSignerUrl: string;
|
|
2123
2123
|
certPath?: string | undefined;
|
|
2124
2124
|
certPass?: string | undefined;
|
|
@@ -2137,13 +2137,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2137
2137
|
path: string;
|
|
2138
2138
|
password?: string | undefined;
|
|
2139
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/
|
|
2141
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
2142
|
remoteSignerUrl: z.ZodString;
|
|
2143
2143
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2144
2144
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2145
2145
|
}, "strict", z.ZodTypeAny, {
|
|
2146
|
-
address: import("@aztec/foundation/
|
|
2146
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2147
2147
|
remoteSignerUrl: string;
|
|
2148
2148
|
certPath?: string | undefined;
|
|
2149
2149
|
certPass?: string | undefined;
|
|
@@ -2161,13 +2161,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2161
2161
|
}, {
|
|
2162
2162
|
path: string;
|
|
2163
2163
|
password?: string | undefined;
|
|
2164
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/
|
|
2165
|
-
address: z.ZodType<import("@aztec/foundation/
|
|
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
2166
|
remoteSignerUrl: z.ZodString;
|
|
2167
2167
|
certPath: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2168
2168
|
certPass: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodString>;
|
|
2169
2169
|
}, "strict", z.ZodTypeAny, {
|
|
2170
|
-
address: import("@aztec/foundation/
|
|
2170
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2171
2171
|
remoteSignerUrl: string;
|
|
2172
2172
|
certPath?: string | undefined;
|
|
2173
2173
|
certPass?: string | undefined;
|
|
@@ -2204,13 +2204,13 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2204
2204
|
addressCount?: number | undefined;
|
|
2205
2205
|
accountCount?: number | undefined;
|
|
2206
2206
|
}>]>>;
|
|
2207
|
-
coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/
|
|
2207
|
+
coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/eth-address").EthAddress, any, string>>;
|
|
2208
2208
|
feeRecipient: import("@aztec/foundation/schemas").ZodNullableOptional<import("@aztec/foundation/schemas").ZodFor<AztecAddress>>;
|
|
2209
2209
|
}, "strict", z.ZodTypeAny, {
|
|
2210
2210
|
schemaVersion: 2;
|
|
2211
2211
|
validators?: {
|
|
2212
|
-
attester: (import("@aztec/foundation/
|
|
2213
|
-
address: import("@aztec/foundation/
|
|
2212
|
+
attester: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
2213
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2214
2214
|
remoteSignerUrl: string;
|
|
2215
2215
|
certPath?: string | undefined;
|
|
2216
2216
|
certPass?: string | undefined;
|
|
@@ -2218,8 +2218,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2218
2218
|
path: string;
|
|
2219
2219
|
password?: string | undefined;
|
|
2220
2220
|
} | {
|
|
2221
|
-
eth: import("@aztec/foundation/
|
|
2222
|
-
address: import("@aztec/foundation/
|
|
2221
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2222
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2223
2223
|
remoteSignerUrl: string;
|
|
2224
2224
|
certPath?: string | undefined;
|
|
2225
2225
|
certPass?: string | undefined;
|
|
@@ -2231,8 +2231,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2231
2231
|
path: string;
|
|
2232
2232
|
password?: string | undefined;
|
|
2233
2233
|
} | BLSPrivateKey | undefined;
|
|
2234
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2235
|
-
address: import("@aztec/foundation/
|
|
2234
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2235
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2236
2236
|
remoteSignerUrl: string;
|
|
2237
2237
|
certPath?: string | undefined;
|
|
2238
2238
|
certPass?: string | undefined;
|
|
@@ -2246,8 +2246,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2246
2246
|
addressCount: number;
|
|
2247
2247
|
accountCount: number;
|
|
2248
2248
|
} | {
|
|
2249
|
-
eth: import("@aztec/foundation/
|
|
2250
|
-
address: import("@aztec/foundation/
|
|
2249
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2250
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2251
2251
|
remoteSignerUrl: string;
|
|
2252
2252
|
certPath?: string | undefined;
|
|
2253
2253
|
certPass?: string | undefined;
|
|
@@ -2260,17 +2260,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2260
2260
|
password?: string | undefined;
|
|
2261
2261
|
} | BLSPrivateKey | undefined;
|
|
2262
2262
|
} | EthPrivateKey;
|
|
2263
|
-
coinbase?: import("@aztec/foundation/
|
|
2264
|
-
publisher?: (import("@aztec/foundation/
|
|
2265
|
-
address: import("@aztec/foundation/
|
|
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
2266
|
remoteSignerUrl: string;
|
|
2267
2267
|
certPath?: string | undefined;
|
|
2268
2268
|
certPass?: string | undefined;
|
|
2269
2269
|
} | {
|
|
2270
2270
|
path: string;
|
|
2271
2271
|
password?: string | undefined;
|
|
2272
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2273
|
-
address: import("@aztec/foundation/
|
|
2272
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2273
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2274
2274
|
remoteSignerUrl: string;
|
|
2275
2275
|
certPath?: string | undefined;
|
|
2276
2276
|
certPass?: string | undefined;
|
|
@@ -2290,8 +2290,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2290
2290
|
certPath?: string | undefined;
|
|
2291
2291
|
certPass?: string | undefined;
|
|
2292
2292
|
} | undefined;
|
|
2293
|
-
fundingAccount?: import("@aztec/foundation/
|
|
2294
|
-
address: import("@aztec/foundation/
|
|
2293
|
+
fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2294
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2295
2295
|
remoteSignerUrl: string;
|
|
2296
2296
|
certPath?: string | undefined;
|
|
2297
2297
|
certPass?: string | undefined;
|
|
@@ -2300,16 +2300,16 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2300
2300
|
password?: string | undefined;
|
|
2301
2301
|
} | EthPrivateKey | undefined;
|
|
2302
2302
|
}[] | undefined;
|
|
2303
|
-
slasher?: (import("@aztec/foundation/
|
|
2304
|
-
address: import("@aztec/foundation/
|
|
2303
|
+
slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
2304
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2305
2305
|
remoteSignerUrl: string;
|
|
2306
2306
|
certPath?: string | undefined;
|
|
2307
2307
|
certPass?: string | undefined;
|
|
2308
2308
|
} | {
|
|
2309
2309
|
path: string;
|
|
2310
2310
|
password?: string | undefined;
|
|
2311
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2312
|
-
address: import("@aztec/foundation/
|
|
2311
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2312
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2313
2313
|
remoteSignerUrl: string;
|
|
2314
2314
|
certPath?: string | undefined;
|
|
2315
2315
|
certPass?: string | undefined;
|
|
@@ -2328,8 +2328,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2328
2328
|
certPath?: string | undefined;
|
|
2329
2329
|
certPass?: string | undefined;
|
|
2330
2330
|
} | undefined;
|
|
2331
|
-
prover?: import("@aztec/foundation/
|
|
2332
|
-
address: import("@aztec/foundation/
|
|
2331
|
+
prover?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2332
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2333
2333
|
remoteSignerUrl: string;
|
|
2334
2334
|
certPath?: string | undefined;
|
|
2335
2335
|
certPass?: string | undefined;
|
|
@@ -2337,17 +2337,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2337
2337
|
path: string;
|
|
2338
2338
|
password?: string | undefined;
|
|
2339
2339
|
} | {
|
|
2340
|
-
id: import("@aztec/foundation/
|
|
2341
|
-
publisher: (import("@aztec/foundation/
|
|
2342
|
-
address: import("@aztec/foundation/
|
|
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
2343
|
remoteSignerUrl: string;
|
|
2344
2344
|
certPath?: string | undefined;
|
|
2345
2345
|
certPass?: string | undefined;
|
|
2346
2346
|
} | {
|
|
2347
2347
|
path: string;
|
|
2348
2348
|
password?: string | undefined;
|
|
2349
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2350
|
-
address: import("@aztec/foundation/
|
|
2349
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2350
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2351
2351
|
remoteSignerUrl: string;
|
|
2352
2352
|
certPath?: string | undefined;
|
|
2353
2353
|
certPass?: string | undefined;
|
|
@@ -2362,8 +2362,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2362
2362
|
accountCount: number;
|
|
2363
2363
|
} | EthPrivateKey;
|
|
2364
2364
|
} | EthPrivateKey | undefined;
|
|
2365
|
-
fundingAccount?: import("@aztec/foundation/
|
|
2366
|
-
address: import("@aztec/foundation/
|
|
2365
|
+
fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2366
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2367
2367
|
remoteSignerUrl: string;
|
|
2368
2368
|
certPath?: string | undefined;
|
|
2369
2369
|
certPass?: string | undefined;
|
|
@@ -2371,16 +2371,16 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2371
2371
|
path: string;
|
|
2372
2372
|
password?: string | undefined;
|
|
2373
2373
|
} | EthPrivateKey | undefined;
|
|
2374
|
-
publisher?: (import("@aztec/foundation/
|
|
2375
|
-
address: import("@aztec/foundation/
|
|
2374
|
+
publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
2375
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2376
2376
|
remoteSignerUrl: string;
|
|
2377
2377
|
certPath?: string | undefined;
|
|
2378
2378
|
certPass?: string | undefined;
|
|
2379
2379
|
} | {
|
|
2380
2380
|
path: string;
|
|
2381
2381
|
password?: string | undefined;
|
|
2382
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2383
|
-
address: import("@aztec/foundation/
|
|
2382
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2383
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2384
2384
|
remoteSignerUrl: string;
|
|
2385
2385
|
certPath?: string | undefined;
|
|
2386
2386
|
certPass?: string | undefined;
|
|
@@ -2394,7 +2394,7 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2394
2394
|
addressCount: number;
|
|
2395
2395
|
accountCount: number;
|
|
2396
2396
|
} | EthPrivateKey | undefined;
|
|
2397
|
-
coinbase?: import("@aztec/foundation/
|
|
2397
|
+
coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
|
|
2398
2398
|
feeRecipient?: AztecAddress | undefined;
|
|
2399
2399
|
}, {
|
|
2400
2400
|
schemaVersion: 2;
|
|
@@ -2589,8 +2589,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2589
2589
|
}>, {
|
|
2590
2590
|
schemaVersion: 2;
|
|
2591
2591
|
validators?: {
|
|
2592
|
-
attester: (import("@aztec/foundation/
|
|
2593
|
-
address: import("@aztec/foundation/
|
|
2592
|
+
attester: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
2593
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2594
2594
|
remoteSignerUrl: string;
|
|
2595
2595
|
certPath?: string | undefined;
|
|
2596
2596
|
certPass?: string | undefined;
|
|
@@ -2598,8 +2598,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2598
2598
|
path: string;
|
|
2599
2599
|
password?: string | undefined;
|
|
2600
2600
|
} | {
|
|
2601
|
-
eth: import("@aztec/foundation/
|
|
2602
|
-
address: import("@aztec/foundation/
|
|
2601
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2602
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2603
2603
|
remoteSignerUrl: string;
|
|
2604
2604
|
certPath?: string | undefined;
|
|
2605
2605
|
certPass?: string | undefined;
|
|
@@ -2611,8 +2611,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2611
2611
|
path: string;
|
|
2612
2612
|
password?: string | undefined;
|
|
2613
2613
|
} | BLSPrivateKey | undefined;
|
|
2614
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2615
|
-
address: import("@aztec/foundation/
|
|
2614
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2615
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2616
2616
|
remoteSignerUrl: string;
|
|
2617
2617
|
certPath?: string | undefined;
|
|
2618
2618
|
certPass?: string | undefined;
|
|
@@ -2626,8 +2626,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2626
2626
|
addressCount: number;
|
|
2627
2627
|
accountCount: number;
|
|
2628
2628
|
} | {
|
|
2629
|
-
eth: import("@aztec/foundation/
|
|
2630
|
-
address: import("@aztec/foundation/
|
|
2629
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2630
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2631
2631
|
remoteSignerUrl: string;
|
|
2632
2632
|
certPath?: string | undefined;
|
|
2633
2633
|
certPass?: string | undefined;
|
|
@@ -2640,17 +2640,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2640
2640
|
password?: string | undefined;
|
|
2641
2641
|
} | BLSPrivateKey | undefined;
|
|
2642
2642
|
} | EthPrivateKey;
|
|
2643
|
-
coinbase?: import("@aztec/foundation/
|
|
2644
|
-
publisher?: (import("@aztec/foundation/
|
|
2645
|
-
address: import("@aztec/foundation/
|
|
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
2646
|
remoteSignerUrl: string;
|
|
2647
2647
|
certPath?: string | undefined;
|
|
2648
2648
|
certPass?: string | undefined;
|
|
2649
2649
|
} | {
|
|
2650
2650
|
path: string;
|
|
2651
2651
|
password?: string | undefined;
|
|
2652
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2653
|
-
address: import("@aztec/foundation/
|
|
2652
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2653
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2654
2654
|
remoteSignerUrl: string;
|
|
2655
2655
|
certPath?: string | undefined;
|
|
2656
2656
|
certPass?: string | undefined;
|
|
@@ -2670,8 +2670,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2670
2670
|
certPath?: string | undefined;
|
|
2671
2671
|
certPass?: string | undefined;
|
|
2672
2672
|
} | undefined;
|
|
2673
|
-
fundingAccount?: import("@aztec/foundation/
|
|
2674
|
-
address: import("@aztec/foundation/
|
|
2673
|
+
fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2674
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2675
2675
|
remoteSignerUrl: string;
|
|
2676
2676
|
certPath?: string | undefined;
|
|
2677
2677
|
certPass?: string | undefined;
|
|
@@ -2680,16 +2680,16 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2680
2680
|
password?: string | undefined;
|
|
2681
2681
|
} | EthPrivateKey | undefined;
|
|
2682
2682
|
}[] | undefined;
|
|
2683
|
-
slasher?: (import("@aztec/foundation/
|
|
2684
|
-
address: import("@aztec/foundation/
|
|
2683
|
+
slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
2684
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2685
2685
|
remoteSignerUrl: string;
|
|
2686
2686
|
certPath?: string | undefined;
|
|
2687
2687
|
certPass?: string | undefined;
|
|
2688
2688
|
} | {
|
|
2689
2689
|
path: string;
|
|
2690
2690
|
password?: string | undefined;
|
|
2691
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2692
|
-
address: import("@aztec/foundation/
|
|
2691
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2692
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2693
2693
|
remoteSignerUrl: string;
|
|
2694
2694
|
certPath?: string | undefined;
|
|
2695
2695
|
certPass?: string | undefined;
|
|
@@ -2708,8 +2708,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2708
2708
|
certPath?: string | undefined;
|
|
2709
2709
|
certPass?: string | undefined;
|
|
2710
2710
|
} | undefined;
|
|
2711
|
-
prover?: import("@aztec/foundation/
|
|
2712
|
-
address: import("@aztec/foundation/
|
|
2711
|
+
prover?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2712
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2713
2713
|
remoteSignerUrl: string;
|
|
2714
2714
|
certPath?: string | undefined;
|
|
2715
2715
|
certPass?: string | undefined;
|
|
@@ -2717,17 +2717,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2717
2717
|
path: string;
|
|
2718
2718
|
password?: string | undefined;
|
|
2719
2719
|
} | {
|
|
2720
|
-
id: import("@aztec/foundation/
|
|
2721
|
-
publisher: (import("@aztec/foundation/
|
|
2722
|
-
address: import("@aztec/foundation/
|
|
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
2723
|
remoteSignerUrl: string;
|
|
2724
2724
|
certPath?: string | undefined;
|
|
2725
2725
|
certPass?: string | undefined;
|
|
2726
2726
|
} | {
|
|
2727
2727
|
path: string;
|
|
2728
2728
|
password?: string | undefined;
|
|
2729
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2730
|
-
address: import("@aztec/foundation/
|
|
2729
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2730
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2731
2731
|
remoteSignerUrl: string;
|
|
2732
2732
|
certPath?: string | undefined;
|
|
2733
2733
|
certPass?: string | undefined;
|
|
@@ -2742,8 +2742,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2742
2742
|
accountCount: number;
|
|
2743
2743
|
} | EthPrivateKey;
|
|
2744
2744
|
} | EthPrivateKey | undefined;
|
|
2745
|
-
fundingAccount?: import("@aztec/foundation/
|
|
2746
|
-
address: import("@aztec/foundation/
|
|
2745
|
+
fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2746
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2747
2747
|
remoteSignerUrl: string;
|
|
2748
2748
|
certPath?: string | undefined;
|
|
2749
2749
|
certPass?: string | undefined;
|
|
@@ -2751,16 +2751,16 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2751
2751
|
path: string;
|
|
2752
2752
|
password?: string | undefined;
|
|
2753
2753
|
} | EthPrivateKey | undefined;
|
|
2754
|
-
publisher?: (import("@aztec/foundation/
|
|
2755
|
-
address: import("@aztec/foundation/
|
|
2754
|
+
publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
2755
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2756
2756
|
remoteSignerUrl: string;
|
|
2757
2757
|
certPath?: string | undefined;
|
|
2758
2758
|
certPass?: string | undefined;
|
|
2759
2759
|
} | {
|
|
2760
2760
|
path: string;
|
|
2761
2761
|
password?: string | undefined;
|
|
2762
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2763
|
-
address: import("@aztec/foundation/
|
|
2762
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2763
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2764
2764
|
remoteSignerUrl: string;
|
|
2765
2765
|
certPath?: string | undefined;
|
|
2766
2766
|
certPass?: string | undefined;
|
|
@@ -2774,7 +2774,7 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2774
2774
|
addressCount: number;
|
|
2775
2775
|
accountCount: number;
|
|
2776
2776
|
} | EthPrivateKey | undefined;
|
|
2777
|
-
coinbase?: import("@aztec/foundation/
|
|
2777
|
+
coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
|
|
2778
2778
|
feeRecipient?: AztecAddress | undefined;
|
|
2779
2779
|
}, {
|
|
2780
2780
|
schemaVersion: 2;
|
|
@@ -2969,8 +2969,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2969
2969
|
}>, {
|
|
2970
2970
|
schemaVersion: 2;
|
|
2971
2971
|
validators?: {
|
|
2972
|
-
attester: (import("@aztec/foundation/
|
|
2973
|
-
address: import("@aztec/foundation/
|
|
2972
|
+
attester: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
2973
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2974
2974
|
remoteSignerUrl: string;
|
|
2975
2975
|
certPath?: string | undefined;
|
|
2976
2976
|
certPass?: string | undefined;
|
|
@@ -2978,8 +2978,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2978
2978
|
path: string;
|
|
2979
2979
|
password?: string | undefined;
|
|
2980
2980
|
} | {
|
|
2981
|
-
eth: import("@aztec/foundation/
|
|
2982
|
-
address: import("@aztec/foundation/
|
|
2981
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
2982
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2983
2983
|
remoteSignerUrl: string;
|
|
2984
2984
|
certPath?: string | undefined;
|
|
2985
2985
|
certPass?: string | undefined;
|
|
@@ -2991,8 +2991,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
2991
2991
|
path: string;
|
|
2992
2992
|
password?: string | undefined;
|
|
2993
2993
|
} | BLSPrivateKey | undefined;
|
|
2994
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
2995
|
-
address: import("@aztec/foundation/
|
|
2994
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
2995
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
2996
2996
|
remoteSignerUrl: string;
|
|
2997
2997
|
certPath?: string | undefined;
|
|
2998
2998
|
certPass?: string | undefined;
|
|
@@ -3006,8 +3006,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3006
3006
|
addressCount: number;
|
|
3007
3007
|
accountCount: number;
|
|
3008
3008
|
} | {
|
|
3009
|
-
eth: import("@aztec/foundation/
|
|
3010
|
-
address: import("@aztec/foundation/
|
|
3009
|
+
eth: import("@aztec/foundation/eth-address").EthAddress | {
|
|
3010
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3011
3011
|
remoteSignerUrl: string;
|
|
3012
3012
|
certPath?: string | undefined;
|
|
3013
3013
|
certPass?: string | undefined;
|
|
@@ -3020,17 +3020,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3020
3020
|
password?: string | undefined;
|
|
3021
3021
|
} | BLSPrivateKey | undefined;
|
|
3022
3022
|
} | EthPrivateKey;
|
|
3023
|
-
coinbase?: import("@aztec/foundation/
|
|
3024
|
-
publisher?: (import("@aztec/foundation/
|
|
3025
|
-
address: import("@aztec/foundation/
|
|
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
3026
|
remoteSignerUrl: string;
|
|
3027
3027
|
certPath?: string | undefined;
|
|
3028
3028
|
certPass?: string | undefined;
|
|
3029
3029
|
} | {
|
|
3030
3030
|
path: string;
|
|
3031
3031
|
password?: string | undefined;
|
|
3032
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
3033
|
-
address: import("@aztec/foundation/
|
|
3032
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
3033
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3034
3034
|
remoteSignerUrl: string;
|
|
3035
3035
|
certPath?: string | undefined;
|
|
3036
3036
|
certPass?: string | undefined;
|
|
@@ -3050,8 +3050,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3050
3050
|
certPath?: string | undefined;
|
|
3051
3051
|
certPass?: string | undefined;
|
|
3052
3052
|
} | undefined;
|
|
3053
|
-
fundingAccount?: import("@aztec/foundation/
|
|
3054
|
-
address: import("@aztec/foundation/
|
|
3053
|
+
fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
3054
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3055
3055
|
remoteSignerUrl: string;
|
|
3056
3056
|
certPath?: string | undefined;
|
|
3057
3057
|
certPass?: string | undefined;
|
|
@@ -3060,16 +3060,16 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3060
3060
|
password?: string | undefined;
|
|
3061
3061
|
} | EthPrivateKey | undefined;
|
|
3062
3062
|
}[] | undefined;
|
|
3063
|
-
slasher?: (import("@aztec/foundation/
|
|
3064
|
-
address: import("@aztec/foundation/
|
|
3063
|
+
slasher?: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
3064
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3065
3065
|
remoteSignerUrl: string;
|
|
3066
3066
|
certPath?: string | undefined;
|
|
3067
3067
|
certPass?: string | undefined;
|
|
3068
3068
|
} | {
|
|
3069
3069
|
path: string;
|
|
3070
3070
|
password?: string | undefined;
|
|
3071
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
3072
|
-
address: import("@aztec/foundation/
|
|
3071
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
3072
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3073
3073
|
remoteSignerUrl: string;
|
|
3074
3074
|
certPath?: string | undefined;
|
|
3075
3075
|
certPass?: string | undefined;
|
|
@@ -3088,8 +3088,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3088
3088
|
certPath?: string | undefined;
|
|
3089
3089
|
certPass?: string | undefined;
|
|
3090
3090
|
} | undefined;
|
|
3091
|
-
prover?: import("@aztec/foundation/
|
|
3092
|
-
address: import("@aztec/foundation/
|
|
3091
|
+
prover?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
3092
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3093
3093
|
remoteSignerUrl: string;
|
|
3094
3094
|
certPath?: string | undefined;
|
|
3095
3095
|
certPass?: string | undefined;
|
|
@@ -3097,17 +3097,17 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3097
3097
|
path: string;
|
|
3098
3098
|
password?: string | undefined;
|
|
3099
3099
|
} | {
|
|
3100
|
-
id: import("@aztec/foundation/
|
|
3101
|
-
publisher: (import("@aztec/foundation/
|
|
3102
|
-
address: import("@aztec/foundation/
|
|
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
3103
|
remoteSignerUrl: string;
|
|
3104
3104
|
certPath?: string | undefined;
|
|
3105
3105
|
certPass?: string | undefined;
|
|
3106
3106
|
} | {
|
|
3107
3107
|
path: string;
|
|
3108
3108
|
password?: string | undefined;
|
|
3109
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
3110
|
-
address: import("@aztec/foundation/
|
|
3109
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
3110
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3111
3111
|
remoteSignerUrl: string;
|
|
3112
3112
|
certPath?: string | undefined;
|
|
3113
3113
|
certPass?: string | undefined;
|
|
@@ -3122,8 +3122,8 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3122
3122
|
accountCount: number;
|
|
3123
3123
|
} | EthPrivateKey;
|
|
3124
3124
|
} | EthPrivateKey | undefined;
|
|
3125
|
-
fundingAccount?: import("@aztec/foundation/
|
|
3126
|
-
address: import("@aztec/foundation/
|
|
3125
|
+
fundingAccount?: import("@aztec/foundation/eth-address").EthAddress | {
|
|
3126
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3127
3127
|
remoteSignerUrl: string;
|
|
3128
3128
|
certPath?: string | undefined;
|
|
3129
3129
|
certPass?: string | undefined;
|
|
@@ -3131,16 +3131,16 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3131
3131
|
path: string;
|
|
3132
3132
|
password?: string | undefined;
|
|
3133
3133
|
} | EthPrivateKey | undefined;
|
|
3134
|
-
publisher?: (import("@aztec/foundation/
|
|
3135
|
-
address: import("@aztec/foundation/
|
|
3134
|
+
publisher?: (import("@aztec/foundation/eth-address").EthAddress | {
|
|
3135
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3136
3136
|
remoteSignerUrl: string;
|
|
3137
3137
|
certPath?: string | undefined;
|
|
3138
3138
|
certPass?: string | undefined;
|
|
3139
3139
|
} | {
|
|
3140
3140
|
path: string;
|
|
3141
3141
|
password?: string | undefined;
|
|
3142
|
-
} | EthPrivateKey)[] | import("@aztec/foundation/
|
|
3143
|
-
address: import("@aztec/foundation/
|
|
3142
|
+
} | EthPrivateKey)[] | import("@aztec/foundation/eth-address").EthAddress | {
|
|
3143
|
+
address: import("@aztec/foundation/eth-address").EthAddress;
|
|
3144
3144
|
remoteSignerUrl: string;
|
|
3145
3145
|
certPath?: string | undefined;
|
|
3146
3146
|
certPass?: string | undefined;
|
|
@@ -3154,7 +3154,7 @@ export declare const keystoreSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
3154
3154
|
addressCount: number;
|
|
3155
3155
|
accountCount: number;
|
|
3156
3156
|
} | EthPrivateKey | undefined;
|
|
3157
|
-
coinbase?: import("@aztec/foundation/
|
|
3157
|
+
coinbase?: import("@aztec/foundation/eth-address").EthAddress | undefined;
|
|
3158
3158
|
feeRecipient?: AztecAddress | undefined;
|
|
3159
3159
|
}, {
|
|
3160
3160
|
schemaVersion: 2;
|