@aztec-labs/node-keystore 6.0.0-nightly.20260829

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