@pimlico/alto 0.0.0-main.20250324T173034 → 0.0.0-main.20250324T205246

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.
Files changed (39) hide show
  1. package/esm/executor/executor.d.ts +2 -2
  2. package/esm/executor/executor.js +6 -1
  3. package/esm/executor/executor.js.map +1 -1
  4. package/esm/executor/utils.d.ts +4 -4
  5. package/esm/executor/utils.js +16 -4
  6. package/esm/executor/utils.js.map +1 -1
  7. package/esm/mempool/mempool.d.ts +16 -0
  8. package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +180 -4
  9. package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +328 -8
  10. package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +308 -4
  11. package/esm/rpc/methods/eth_sendUserOperation.d.ts +164 -4
  12. package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +164 -4
  13. package/esm/rpc/rpcHandler.js +11 -1
  14. package/esm/rpc/rpcHandler.js.map +1 -1
  15. package/esm/types/schemas.d.ts +3279 -95
  16. package/esm/types/schemas.js +20 -9
  17. package/esm/types/schemas.js.map +1 -1
  18. package/esm/utils/helpers.js +11 -1
  19. package/esm/utils/helpers.js.map +1 -1
  20. package/lib/executor/executor.d.ts +2 -2
  21. package/lib/executor/executor.js +6 -1
  22. package/lib/executor/executor.js.map +1 -1
  23. package/lib/executor/utils.d.ts +4 -4
  24. package/lib/executor/utils.js +16 -4
  25. package/lib/executor/utils.js.map +1 -1
  26. package/lib/mempool/mempool.d.ts +16 -0
  27. package/lib/rpc/methods/debug_bundler_dumpMempool.d.ts +180 -4
  28. package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +328 -8
  29. package/lib/rpc/methods/eth_getUserOperationByHash.d.ts +308 -4
  30. package/lib/rpc/methods/eth_sendUserOperation.d.ts +164 -4
  31. package/lib/rpc/methods/pimlico_sendUserOperationNow.d.ts +164 -4
  32. package/lib/rpc/rpcHandler.js +11 -1
  33. package/lib/rpc/rpcHandler.js.map +1 -1
  34. package/lib/types/schemas.d.ts +3279 -95
  35. package/lib/types/schemas.js +20 -9
  36. package/lib/types/schemas.js.map +1 -1
  37. package/lib/utils/helpers.js +11 -1
  38. package/lib/utils/helpers.js.map +1 -1
  39. package/package.json +1 -1
@@ -13,7 +13,7 @@ export declare const ethEstimateUserOperationGasHandler: {
13
13
  maxFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
14
14
  paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
15
15
  signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
16
- eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
16
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
17
17
  contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
18
18
  chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
19
19
  nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -37,7 +37,31 @@ export declare const ethEstimateUserOperationGasHandler: {
37
37
  s: string;
38
38
  v: string | number | bigint;
39
39
  yParity: string | number | bigint;
40
- }>>>;
40
+ }>, import("zod").ZodObject<{
41
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
42
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
43
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
44
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
45
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
46
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
47
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
48
+ }, "strip", import("zod").ZodTypeAny, {
49
+ address: `0x${string}`;
50
+ nonce: number;
51
+ chainId: number;
52
+ r: `0x${string}`;
53
+ s: `0x${string}`;
54
+ v: bigint;
55
+ yParity: number;
56
+ }, {
57
+ address: string;
58
+ nonce: string | number | bigint;
59
+ chainId: string | number | bigint;
60
+ r: string;
61
+ s: string;
62
+ v: string | number | bigint;
63
+ yParity: string | number | bigint;
64
+ }>]>>>;
41
65
  }, "strict", import("zod").ZodTypeAny, {
42
66
  sender: `0x${string}`;
43
67
  nonce: bigint;
@@ -58,6 +82,14 @@ export declare const ethEstimateUserOperationGasHandler: {
58
82
  s: `0x${string}`;
59
83
  v: bigint;
60
84
  yParity: number;
85
+ } | {
86
+ address: `0x${string}`;
87
+ nonce: number;
88
+ chainId: number;
89
+ r: `0x${string}`;
90
+ s: `0x${string}`;
91
+ v: bigint;
92
+ yParity: number;
61
93
  } | null | undefined;
62
94
  }, {
63
95
  sender: string;
@@ -79,6 +111,14 @@ export declare const ethEstimateUserOperationGasHandler: {
79
111
  s: string;
80
112
  v: string | number | bigint;
81
113
  yParity: string | number | bigint;
114
+ } | {
115
+ address: string;
116
+ nonce: string | number | bigint;
117
+ chainId: string | number | bigint;
118
+ r: string;
119
+ s: string;
120
+ v: string | number | bigint;
121
+ yParity: string | number | bigint;
82
122
  } | null | undefined;
83
123
  }>, {
84
124
  sender: `0x${string}`;
@@ -100,6 +140,14 @@ export declare const ethEstimateUserOperationGasHandler: {
100
140
  s: `0x${string}`;
101
141
  v: bigint;
102
142
  yParity: number;
143
+ } | {
144
+ address: `0x${string}`;
145
+ nonce: number;
146
+ chainId: number;
147
+ r: `0x${string}`;
148
+ s: `0x${string}`;
149
+ v: bigint;
150
+ yParity: number;
103
151
  } | null | undefined;
104
152
  }, {
105
153
  sender: string;
@@ -121,6 +169,14 @@ export declare const ethEstimateUserOperationGasHandler: {
121
169
  s: string;
122
170
  v: string | number | bigint;
123
171
  yParity: string | number | bigint;
172
+ } | {
173
+ address: string;
174
+ nonce: string | number | bigint;
175
+ chainId: string | number | bigint;
176
+ r: string;
177
+ s: string;
178
+ v: string | number | bigint;
179
+ yParity: string | number | bigint;
124
180
  } | null | undefined;
125
181
  }>, import("zod").ZodEffects<import("zod").ZodObject<{
126
182
  sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
@@ -138,7 +194,7 @@ export declare const ethEstimateUserOperationGasHandler: {
138
194
  paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
139
195
  paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
140
196
  signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
141
- eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
197
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
142
198
  contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
143
199
  chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
144
200
  nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -162,7 +218,31 @@ export declare const ethEstimateUserOperationGasHandler: {
162
218
  s: string;
163
219
  v: string | number | bigint;
164
220
  yParity: string | number | bigint;
165
- }>>>;
221
+ }>, import("zod").ZodObject<{
222
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
223
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
224
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
225
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
226
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
227
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
228
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
229
+ }, "strip", import("zod").ZodTypeAny, {
230
+ address: `0x${string}`;
231
+ nonce: number;
232
+ chainId: number;
233
+ r: `0x${string}`;
234
+ s: `0x${string}`;
235
+ v: bigint;
236
+ yParity: number;
237
+ }, {
238
+ address: string;
239
+ nonce: string | number | bigint;
240
+ chainId: string | number | bigint;
241
+ r: string;
242
+ s: string;
243
+ v: string | number | bigint;
244
+ yParity: string | number | bigint;
245
+ }>]>>>;
166
246
  }, "strict", import("zod").ZodTypeAny, {
167
247
  sender: `0x${string}`;
168
248
  factory: `0x${string}` | null;
@@ -187,6 +267,14 @@ export declare const ethEstimateUserOperationGasHandler: {
187
267
  s: `0x${string}`;
188
268
  v: bigint;
189
269
  yParity: number;
270
+ } | {
271
+ address: `0x${string}`;
272
+ nonce: number;
273
+ chainId: number;
274
+ r: `0x${string}`;
275
+ s: `0x${string}`;
276
+ v: bigint;
277
+ yParity: number;
190
278
  } | null | undefined;
191
279
  }, {
192
280
  sender: string;
@@ -212,6 +300,14 @@ export declare const ethEstimateUserOperationGasHandler: {
212
300
  s: string;
213
301
  v: string | number | bigint;
214
302
  yParity: string | number | bigint;
303
+ } | {
304
+ address: string;
305
+ nonce: string | number | bigint;
306
+ chainId: string | number | bigint;
307
+ r: string;
308
+ s: string;
309
+ v: string | number | bigint;
310
+ yParity: string | number | bigint;
215
311
  } | null | undefined;
216
312
  }>, {
217
313
  sender: `0x${string}`;
@@ -237,6 +333,14 @@ export declare const ethEstimateUserOperationGasHandler: {
237
333
  s: `0x${string}`;
238
334
  v: bigint;
239
335
  yParity: number;
336
+ } | {
337
+ address: `0x${string}`;
338
+ nonce: number;
339
+ chainId: number;
340
+ r: `0x${string}`;
341
+ s: `0x${string}`;
342
+ v: bigint;
343
+ yParity: number;
240
344
  } | null | undefined;
241
345
  }, {
242
346
  sender: string;
@@ -262,6 +366,14 @@ export declare const ethEstimateUserOperationGasHandler: {
262
366
  s: string;
263
367
  v: string | number | bigint;
264
368
  yParity: string | number | bigint;
369
+ } | {
370
+ address: string;
371
+ nonce: string | number | bigint;
372
+ chainId: string | number | bigint;
373
+ r: string;
374
+ s: string;
375
+ v: string | number | bigint;
376
+ yParity: string | number | bigint;
265
377
  } | null | undefined;
266
378
  }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>, import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
267
379
  sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
@@ -275,7 +387,7 @@ export declare const ethEstimateUserOperationGasHandler: {
275
387
  maxFeePerGas: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
276
388
  paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
277
389
  signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
278
- eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
390
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
279
391
  contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
280
392
  chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
281
393
  nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -299,7 +411,31 @@ export declare const ethEstimateUserOperationGasHandler: {
299
411
  s: string;
300
412
  v: string | number | bigint;
301
413
  yParity: string | number | bigint;
302
- }>>>;
414
+ }>, import("zod").ZodObject<{
415
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
416
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
417
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
418
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
419
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
420
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
421
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
422
+ }, "strip", import("zod").ZodTypeAny, {
423
+ address: `0x${string}`;
424
+ nonce: number;
425
+ chainId: number;
426
+ r: `0x${string}`;
427
+ s: `0x${string}`;
428
+ v: bigint;
429
+ yParity: number;
430
+ }, {
431
+ address: string;
432
+ nonce: string | number | bigint;
433
+ chainId: string | number | bigint;
434
+ r: string;
435
+ s: string;
436
+ v: string | number | bigint;
437
+ yParity: string | number | bigint;
438
+ }>]>>>;
303
439
  }, "strict", import("zod").ZodTypeAny, {
304
440
  sender: `0x${string}`;
305
441
  nonce: bigint;
@@ -320,6 +456,14 @@ export declare const ethEstimateUserOperationGasHandler: {
320
456
  s: `0x${string}`;
321
457
  v: bigint;
322
458
  yParity: number;
459
+ } | {
460
+ address: `0x${string}`;
461
+ nonce: number;
462
+ chainId: number;
463
+ r: `0x${string}`;
464
+ s: `0x${string}`;
465
+ v: bigint;
466
+ yParity: number;
323
467
  } | null | undefined;
324
468
  }, {
325
469
  sender: string;
@@ -341,6 +485,14 @@ export declare const ethEstimateUserOperationGasHandler: {
341
485
  s: string;
342
486
  v: string | number | bigint;
343
487
  yParity: string | number | bigint;
488
+ } | {
489
+ address: string;
490
+ nonce: string | number | bigint;
491
+ chainId: string | number | bigint;
492
+ r: string;
493
+ s: string;
494
+ v: string | number | bigint;
495
+ yParity: string | number | bigint;
344
496
  } | null | undefined;
345
497
  }>, {
346
498
  sender: `0x${string}`;
@@ -362,6 +514,14 @@ export declare const ethEstimateUserOperationGasHandler: {
362
514
  s: `0x${string}`;
363
515
  v: bigint;
364
516
  yParity: number;
517
+ } | {
518
+ address: `0x${string}`;
519
+ nonce: number;
520
+ chainId: number;
521
+ r: `0x${string}`;
522
+ s: `0x${string}`;
523
+ v: bigint;
524
+ yParity: number;
365
525
  } | null | undefined;
366
526
  }, {
367
527
  sender: string;
@@ -383,6 +543,14 @@ export declare const ethEstimateUserOperationGasHandler: {
383
543
  s: string;
384
544
  v: string | number | bigint;
385
545
  yParity: string | number | bigint;
546
+ } | {
547
+ address: string;
548
+ nonce: string | number | bigint;
549
+ chainId: string | number | bigint;
550
+ r: string;
551
+ s: string;
552
+ v: string | number | bigint;
553
+ yParity: string | number | bigint;
386
554
  } | null | undefined;
387
555
  }>, import("zod").ZodEffects<import("zod").ZodObject<{
388
556
  sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
@@ -400,7 +568,7 @@ export declare const ethEstimateUserOperationGasHandler: {
400
568
  paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
401
569
  paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
402
570
  signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
403
- eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
571
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
404
572
  contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
405
573
  chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
406
574
  nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
@@ -424,7 +592,31 @@ export declare const ethEstimateUserOperationGasHandler: {
424
592
  s: string;
425
593
  v: string | number | bigint;
426
594
  yParity: string | number | bigint;
427
- }>>>;
595
+ }>, import("zod").ZodObject<{
596
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
597
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
598
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
599
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
600
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
601
+ v: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
602
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
603
+ }, "strip", import("zod").ZodTypeAny, {
604
+ address: `0x${string}`;
605
+ nonce: number;
606
+ chainId: number;
607
+ r: `0x${string}`;
608
+ s: `0x${string}`;
609
+ v: bigint;
610
+ yParity: number;
611
+ }, {
612
+ address: string;
613
+ nonce: string | number | bigint;
614
+ chainId: string | number | bigint;
615
+ r: string;
616
+ s: string;
617
+ v: string | number | bigint;
618
+ yParity: string | number | bigint;
619
+ }>]>>>;
428
620
  }, "strict", import("zod").ZodTypeAny, {
429
621
  sender: `0x${string}`;
430
622
  factory: `0x${string}` | null;
@@ -449,6 +641,14 @@ export declare const ethEstimateUserOperationGasHandler: {
449
641
  s: `0x${string}`;
450
642
  v: bigint;
451
643
  yParity: number;
644
+ } | {
645
+ address: `0x${string}`;
646
+ nonce: number;
647
+ chainId: number;
648
+ r: `0x${string}`;
649
+ s: `0x${string}`;
650
+ v: bigint;
651
+ yParity: number;
452
652
  } | null | undefined;
453
653
  }, {
454
654
  sender: string;
@@ -474,6 +674,14 @@ export declare const ethEstimateUserOperationGasHandler: {
474
674
  s: string;
475
675
  v: string | number | bigint;
476
676
  yParity: string | number | bigint;
677
+ } | {
678
+ address: string;
679
+ nonce: string | number | bigint;
680
+ chainId: string | number | bigint;
681
+ r: string;
682
+ s: string;
683
+ v: string | number | bigint;
684
+ yParity: string | number | bigint;
477
685
  } | null | undefined;
478
686
  }>, {
479
687
  sender: `0x${string}`;
@@ -499,6 +707,14 @@ export declare const ethEstimateUserOperationGasHandler: {
499
707
  s: `0x${string}`;
500
708
  v: bigint;
501
709
  yParity: number;
710
+ } | {
711
+ address: `0x${string}`;
712
+ nonce: number;
713
+ chainId: number;
714
+ r: `0x${string}`;
715
+ s: `0x${string}`;
716
+ v: bigint;
717
+ yParity: number;
502
718
  } | null | undefined;
503
719
  }, {
504
720
  sender: string;
@@ -524,6 +740,14 @@ export declare const ethEstimateUserOperationGasHandler: {
524
740
  s: string;
525
741
  v: string | number | bigint;
526
742
  yParity: string | number | bigint;
743
+ } | {
744
+ address: string;
745
+ nonce: string | number | bigint;
746
+ chainId: string | number | bigint;
747
+ r: string;
748
+ s: string;
749
+ v: string | number | bigint;
750
+ yParity: string | number | bigint;
527
751
  } | null | undefined;
528
752
  }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
529
753
  balance: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
@@ -622,6 +846,14 @@ export declare const ethEstimateUserOperationGasHandler: {
622
846
  s: `0x${string}`;
623
847
  v: bigint;
624
848
  yParity: number;
849
+ } | {
850
+ address: `0x${string}`;
851
+ nonce: number;
852
+ chainId: number;
853
+ r: `0x${string}`;
854
+ s: `0x${string}`;
855
+ v: bigint;
856
+ yParity: number;
625
857
  } | null | undefined;
626
858
  } | {
627
859
  sender: `0x${string}`;
@@ -647,6 +879,14 @@ export declare const ethEstimateUserOperationGasHandler: {
647
879
  s: `0x${string}`;
648
880
  v: bigint;
649
881
  yParity: number;
882
+ } | {
883
+ address: `0x${string}`;
884
+ nonce: number;
885
+ chainId: number;
886
+ r: `0x${string}`;
887
+ s: `0x${string}`;
888
+ v: bigint;
889
+ yParity: number;
650
890
  } | null | undefined;
651
891
  }, `0x${string}`] | [{
652
892
  sender: `0x${string}`;
@@ -668,6 +908,14 @@ export declare const ethEstimateUserOperationGasHandler: {
668
908
  s: `0x${string}`;
669
909
  v: bigint;
670
910
  yParity: number;
911
+ } | {
912
+ address: `0x${string}`;
913
+ nonce: number;
914
+ chainId: number;
915
+ r: `0x${string}`;
916
+ s: `0x${string}`;
917
+ v: bigint;
918
+ yParity: number;
671
919
  } | null | undefined;
672
920
  } | {
673
921
  sender: `0x${string}`;
@@ -693,6 +941,14 @@ export declare const ethEstimateUserOperationGasHandler: {
693
941
  s: `0x${string}`;
694
942
  v: bigint;
695
943
  yParity: number;
944
+ } | {
945
+ address: `0x${string}`;
946
+ nonce: number;
947
+ chainId: number;
948
+ r: `0x${string}`;
949
+ s: `0x${string}`;
950
+ v: bigint;
951
+ yParity: number;
696
952
  } | null | undefined;
697
953
  }, `0x${string}`, Partial<Record<`0x${string}`, {
698
954
  balance?: bigint | undefined;
@@ -746,6 +1002,14 @@ export declare const ethEstimateUserOperationGasHandler: {
746
1002
  s: string;
747
1003
  v: string | number | bigint;
748
1004
  yParity: string | number | bigint;
1005
+ } | {
1006
+ address: string;
1007
+ nonce: string | number | bigint;
1008
+ chainId: string | number | bigint;
1009
+ r: string;
1010
+ s: string;
1011
+ v: string | number | bigint;
1012
+ yParity: string | number | bigint;
749
1013
  } | null | undefined;
750
1014
  } | {
751
1015
  sender: string;
@@ -771,6 +1035,14 @@ export declare const ethEstimateUserOperationGasHandler: {
771
1035
  s: string;
772
1036
  v: string | number | bigint;
773
1037
  yParity: string | number | bigint;
1038
+ } | {
1039
+ address: string;
1040
+ nonce: string | number | bigint;
1041
+ chainId: string | number | bigint;
1042
+ r: string;
1043
+ s: string;
1044
+ v: string | number | bigint;
1045
+ yParity: string | number | bigint;
774
1046
  } | null | undefined;
775
1047
  }, string] | [{
776
1048
  sender: string;
@@ -792,6 +1064,14 @@ export declare const ethEstimateUserOperationGasHandler: {
792
1064
  s: string;
793
1065
  v: string | number | bigint;
794
1066
  yParity: string | number | bigint;
1067
+ } | {
1068
+ address: string;
1069
+ nonce: string | number | bigint;
1070
+ chainId: string | number | bigint;
1071
+ r: string;
1072
+ s: string;
1073
+ v: string | number | bigint;
1074
+ yParity: string | number | bigint;
795
1075
  } | null | undefined;
796
1076
  } | {
797
1077
  sender: string;
@@ -817,6 +1097,14 @@ export declare const ethEstimateUserOperationGasHandler: {
817
1097
  s: string;
818
1098
  v: string | number | bigint;
819
1099
  yParity: string | number | bigint;
1100
+ } | {
1101
+ address: string;
1102
+ nonce: string | number | bigint;
1103
+ chainId: string | number | bigint;
1104
+ r: string;
1105
+ s: string;
1106
+ v: string | number | bigint;
1107
+ yParity: string | number | bigint;
820
1108
  } | null | undefined;
821
1109
  }, string, Record<string, {
822
1110
  balance?: string | number | bigint | undefined;
@@ -850,6 +1138,14 @@ export declare const ethEstimateUserOperationGasHandler: {
850
1138
  s: `0x${string}`;
851
1139
  v: bigint;
852
1140
  yParity: number;
1141
+ } | {
1142
+ address: `0x${string}`;
1143
+ nonce: number;
1144
+ chainId: number;
1145
+ r: `0x${string}`;
1146
+ s: `0x${string}`;
1147
+ v: bigint;
1148
+ yParity: number;
853
1149
  } | null | undefined;
854
1150
  }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
855
1151
  sender: `0x${string}`;
@@ -875,6 +1171,14 @@ export declare const ethEstimateUserOperationGasHandler: {
875
1171
  s: `0x${string}`;
876
1172
  v: bigint;
877
1173
  yParity: number;
1174
+ } | {
1175
+ address: `0x${string}`;
1176
+ nonce: number;
1177
+ chainId: number;
1178
+ r: `0x${string}`;
1179
+ s: `0x${string}`;
1180
+ v: bigint;
1181
+ yParity: number;
878
1182
  } | null | undefined;
879
1183
  }>, `0x${string}`] | readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
880
1184
  sender: `0x${string}`;
@@ -896,6 +1200,14 @@ export declare const ethEstimateUserOperationGasHandler: {
896
1200
  s: `0x${string}`;
897
1201
  v: bigint;
898
1202
  yParity: number;
1203
+ } | {
1204
+ address: `0x${string}`;
1205
+ nonce: number;
1206
+ chainId: number;
1207
+ r: `0x${string}`;
1208
+ s: `0x${string}`;
1209
+ v: bigint;
1210
+ yParity: number;
899
1211
  } | null | undefined;
900
1212
  }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
901
1213
  sender: `0x${string}`;
@@ -921,6 +1233,14 @@ export declare const ethEstimateUserOperationGasHandler: {
921
1233
  s: `0x${string}`;
922
1234
  v: bigint;
923
1235
  yParity: number;
1236
+ } | {
1237
+ address: `0x${string}`;
1238
+ nonce: number;
1239
+ chainId: number;
1240
+ r: `0x${string}`;
1241
+ s: `0x${string}`;
1242
+ v: bigint;
1243
+ yParity: number;
924
1244
  } | null | undefined;
925
1245
  }>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<Partial<Record<`0x${string}`, {
926
1246
  balance?: bigint | undefined;