@aztec/node-keystore 3.0.0-nightly.20251109 → 3.0.0-nightly.20251111
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 +28 -28
- package/package.json +4 -4
package/dest/schemas.d.ts
CHANGED
|
@@ -6,8 +6,8 @@ export declare const blsPrivateKeySchema: z.ZodEffects<z.ZodString, BLSPrivateKe
|
|
|
6
6
|
export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
7
7
|
schemaVersion: z.ZodLiteral<1>;
|
|
8
8
|
validators: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodArray<z.ZodObject<{
|
|
9
|
-
attester: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
10
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
9
|
+
attester: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
10
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -31,8 +31,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
31
31
|
path: string;
|
|
32
32
|
password?: string | undefined;
|
|
33
33
|
}>]>, z.ZodObject<{
|
|
34
|
-
eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
35
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
34
|
+
eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
35
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -94,8 +94,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
94
94
|
path: string;
|
|
95
95
|
password?: string | undefined;
|
|
96
96
|
} | undefined;
|
|
97
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
98
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
97
|
+
}>]>, z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
98
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -119,8 +119,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
119
119
|
path: string;
|
|
120
120
|
password?: string | undefined;
|
|
121
121
|
}>]>, z.ZodObject<{
|
|
122
|
-
eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
123
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
122
|
+
eth: z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
123
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -201,9 +201,9 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
201
201
|
addressCount?: number | undefined;
|
|
202
202
|
accountCount?: number | undefined;
|
|
203
203
|
}>]>;
|
|
204
|
-
coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>>;
|
|
205
|
-
publisher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
206
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
204
|
+
coinbase: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>>;
|
|
205
|
+
publisher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
206
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -226,8 +226,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
226
226
|
}, {
|
|
227
227
|
path: string;
|
|
228
228
|
password?: string | undefined;
|
|
229
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
230
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
229
|
+
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
230
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -283,8 +283,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
283
283
|
certPath?: string | undefined;
|
|
284
284
|
certPass?: string | undefined;
|
|
285
285
|
}>]>>;
|
|
286
|
-
fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
287
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
286
|
+
fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
287
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -491,8 +491,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
491
491
|
password?: string | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}>, "many">>;
|
|
494
|
-
slasher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
495
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
494
|
+
slasher: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
495
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -515,8 +515,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
515
515
|
}, {
|
|
516
516
|
path: string;
|
|
517
517
|
password?: string | undefined;
|
|
518
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
519
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
518
|
+
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
519
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -571,8 +571,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
571
571
|
certPath?: string | undefined;
|
|
572
572
|
certPass?: string | undefined;
|
|
573
573
|
}>]>>;
|
|
574
|
-
prover: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
575
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
574
|
+
prover: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
575
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -596,9 +596,9 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
596
596
|
path: string;
|
|
597
597
|
password?: string | undefined;
|
|
598
598
|
}>]>, z.ZodObject<{
|
|
599
|
-
id: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
600
|
-
publisher: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
601
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
599
|
+
id: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>;
|
|
600
|
+
publisher: z.ZodUnion<[z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
601
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -621,8 +621,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
621
621
|
}, {
|
|
622
622
|
path: string;
|
|
623
623
|
password?: string | undefined;
|
|
624
|
-
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
625
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
624
|
+
}>]>, z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
625
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
|
@@ -715,8 +715,8 @@ export declare const keystoreSchema: z.ZodEffects<z.ZodObject<{
|
|
|
715
715
|
password?: string | undefined;
|
|
716
716
|
})[];
|
|
717
717
|
}>]>>;
|
|
718
|
-
fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodObject<{
|
|
719
|
-
address: z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>;
|
|
718
|
+
fundingAccount: import("@aztec/foundation/schemas").ZodNullableOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, EthPrivateKey, string>, z.ZodUnion<[z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, string>]>, z.ZodObject<{
|
|
719
|
+
address: z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").EthAddress, any, string>, z.ZodEffects<z.ZodUnion<[z.ZodType<import("@aztec/foundation/schemas").Fr, any, string>, z.ZodType<never, any, string>]>, import("@aztec/foundation/schemas").EthAddress, 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>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/node-keystore",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20251111",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@aztec/ethereum": "3.0.0-nightly.
|
|
66
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
67
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
65
|
+
"@aztec/ethereum": "3.0.0-nightly.20251111",
|
|
66
|
+
"@aztec/foundation": "3.0.0-nightly.20251111",
|
|
67
|
+
"@aztec/stdlib": "3.0.0-nightly.20251111",
|
|
68
68
|
"@ethersproject/wallet": "^5.7.0",
|
|
69
69
|
"tslib": "^2.4.0",
|
|
70
70
|
"viem": "npm:@spalladino/viem@2.38.2-eip7594.0",
|