@pimlico/alto 0.0.0-main.20250324T173449 → 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.
- package/esm/executor/executor.d.ts +2 -2
- package/esm/executor/utils.d.ts +4 -4
- package/esm/executor/utils.js +13 -2
- package/esm/executor/utils.js.map +1 -1
- package/esm/mempool/mempool.d.ts +16 -0
- package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +180 -4
- package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +328 -8
- package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +308 -4
- package/esm/rpc/methods/eth_sendUserOperation.d.ts +164 -4
- package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +164 -4
- package/esm/rpc/rpcHandler.js +11 -1
- package/esm/rpc/rpcHandler.js.map +1 -1
- package/esm/types/schemas.d.ts +3279 -95
- package/esm/types/schemas.js +20 -9
- package/esm/types/schemas.js.map +1 -1
- package/esm/utils/helpers.js +11 -1
- package/esm/utils/helpers.js.map +1 -1
- package/lib/executor/executor.d.ts +2 -2
- package/lib/executor/utils.d.ts +4 -4
- package/lib/executor/utils.js +13 -2
- package/lib/executor/utils.js.map +1 -1
- package/lib/mempool/mempool.d.ts +16 -0
- package/lib/rpc/methods/debug_bundler_dumpMempool.d.ts +180 -4
- package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +328 -8
- package/lib/rpc/methods/eth_getUserOperationByHash.d.ts +308 -4
- package/lib/rpc/methods/eth_sendUserOperation.d.ts +164 -4
- package/lib/rpc/methods/pimlico_sendUserOperationNow.d.ts +164 -4
- package/lib/rpc/rpcHandler.js +11 -1
- package/lib/rpc/rpcHandler.js.map +1 -1
- package/lib/types/schemas.d.ts +3279 -95
- package/lib/types/schemas.js +20 -9
- package/lib/types/schemas.js.map +1 -1
- package/lib/utils/helpers.js +11 -1
- package/lib/utils/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
15
15
|
maxFeePerGas: 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>;
|
|
16
16
|
paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
17
17
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
18
|
-
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
18
|
+
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
19
19
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
20
20
|
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>;
|
|
21
21
|
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>;
|
|
@@ -39,7 +39,31 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
39
39
|
s: string;
|
|
40
40
|
v: string | number | bigint;
|
|
41
41
|
yParity: string | number | bigint;
|
|
42
|
-
}
|
|
42
|
+
}>, import("zod").ZodObject<{
|
|
43
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
44
|
+
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>;
|
|
45
|
+
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>;
|
|
46
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
47
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
48
|
+
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>;
|
|
49
|
+
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>;
|
|
50
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
51
|
+
address: `0x${string}`;
|
|
52
|
+
nonce: number;
|
|
53
|
+
chainId: number;
|
|
54
|
+
r: `0x${string}`;
|
|
55
|
+
s: `0x${string}`;
|
|
56
|
+
v: bigint;
|
|
57
|
+
yParity: number;
|
|
58
|
+
}, {
|
|
59
|
+
address: string;
|
|
60
|
+
nonce: string | number | bigint;
|
|
61
|
+
chainId: string | number | bigint;
|
|
62
|
+
r: string;
|
|
63
|
+
s: string;
|
|
64
|
+
v: string | number | bigint;
|
|
65
|
+
yParity: string | number | bigint;
|
|
66
|
+
}>]>>>;
|
|
43
67
|
}, "strict", import("zod").ZodTypeAny, {
|
|
44
68
|
sender: `0x${string}`;
|
|
45
69
|
nonce: bigint;
|
|
@@ -60,6 +84,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
60
84
|
s: `0x${string}`;
|
|
61
85
|
v: bigint;
|
|
62
86
|
yParity: number;
|
|
87
|
+
} | {
|
|
88
|
+
address: `0x${string}`;
|
|
89
|
+
nonce: number;
|
|
90
|
+
chainId: number;
|
|
91
|
+
r: `0x${string}`;
|
|
92
|
+
s: `0x${string}`;
|
|
93
|
+
v: bigint;
|
|
94
|
+
yParity: number;
|
|
63
95
|
} | null | undefined;
|
|
64
96
|
}, {
|
|
65
97
|
sender: string;
|
|
@@ -81,6 +113,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
81
113
|
s: string;
|
|
82
114
|
v: string | number | bigint;
|
|
83
115
|
yParity: string | number | bigint;
|
|
116
|
+
} | {
|
|
117
|
+
address: string;
|
|
118
|
+
nonce: string | number | bigint;
|
|
119
|
+
chainId: string | number | bigint;
|
|
120
|
+
r: string;
|
|
121
|
+
s: string;
|
|
122
|
+
v: string | number | bigint;
|
|
123
|
+
yParity: string | number | bigint;
|
|
84
124
|
} | null | undefined;
|
|
85
125
|
}>, {
|
|
86
126
|
sender: `0x${string}`;
|
|
@@ -102,6 +142,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
102
142
|
s: `0x${string}`;
|
|
103
143
|
v: bigint;
|
|
104
144
|
yParity: number;
|
|
145
|
+
} | {
|
|
146
|
+
address: `0x${string}`;
|
|
147
|
+
nonce: number;
|
|
148
|
+
chainId: number;
|
|
149
|
+
r: `0x${string}`;
|
|
150
|
+
s: `0x${string}`;
|
|
151
|
+
v: bigint;
|
|
152
|
+
yParity: number;
|
|
105
153
|
} | null | undefined;
|
|
106
154
|
}, {
|
|
107
155
|
sender: string;
|
|
@@ -123,6 +171,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
123
171
|
s: string;
|
|
124
172
|
v: string | number | bigint;
|
|
125
173
|
yParity: string | number | bigint;
|
|
174
|
+
} | {
|
|
175
|
+
address: string;
|
|
176
|
+
nonce: string | number | bigint;
|
|
177
|
+
chainId: string | number | bigint;
|
|
178
|
+
r: string;
|
|
179
|
+
s: string;
|
|
180
|
+
v: string | number | bigint;
|
|
181
|
+
yParity: string | number | bigint;
|
|
126
182
|
} | null | undefined;
|
|
127
183
|
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
128
184
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -140,7 +196,7 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
140
196
|
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>;
|
|
141
197
|
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>;
|
|
142
198
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
143
|
-
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
199
|
+
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
144
200
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
145
201
|
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>;
|
|
146
202
|
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>;
|
|
@@ -164,7 +220,31 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
164
220
|
s: string;
|
|
165
221
|
v: string | number | bigint;
|
|
166
222
|
yParity: string | number | bigint;
|
|
167
|
-
}
|
|
223
|
+
}>, import("zod").ZodObject<{
|
|
224
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
225
|
+
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>;
|
|
226
|
+
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>;
|
|
227
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
228
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
229
|
+
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>;
|
|
230
|
+
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>;
|
|
231
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
232
|
+
address: `0x${string}`;
|
|
233
|
+
nonce: number;
|
|
234
|
+
chainId: number;
|
|
235
|
+
r: `0x${string}`;
|
|
236
|
+
s: `0x${string}`;
|
|
237
|
+
v: bigint;
|
|
238
|
+
yParity: number;
|
|
239
|
+
}, {
|
|
240
|
+
address: string;
|
|
241
|
+
nonce: string | number | bigint;
|
|
242
|
+
chainId: string | number | bigint;
|
|
243
|
+
r: string;
|
|
244
|
+
s: string;
|
|
245
|
+
v: string | number | bigint;
|
|
246
|
+
yParity: string | number | bigint;
|
|
247
|
+
}>]>>>;
|
|
168
248
|
}, "strict", import("zod").ZodTypeAny, {
|
|
169
249
|
sender: `0x${string}`;
|
|
170
250
|
factory: `0x${string}` | null;
|
|
@@ -189,6 +269,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
189
269
|
s: `0x${string}`;
|
|
190
270
|
v: bigint;
|
|
191
271
|
yParity: number;
|
|
272
|
+
} | {
|
|
273
|
+
address: `0x${string}`;
|
|
274
|
+
nonce: number;
|
|
275
|
+
chainId: number;
|
|
276
|
+
r: `0x${string}`;
|
|
277
|
+
s: `0x${string}`;
|
|
278
|
+
v: bigint;
|
|
279
|
+
yParity: number;
|
|
192
280
|
} | null | undefined;
|
|
193
281
|
}, {
|
|
194
282
|
sender: string;
|
|
@@ -214,6 +302,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
214
302
|
s: string;
|
|
215
303
|
v: string | number | bigint;
|
|
216
304
|
yParity: string | number | bigint;
|
|
305
|
+
} | {
|
|
306
|
+
address: string;
|
|
307
|
+
nonce: string | number | bigint;
|
|
308
|
+
chainId: string | number | bigint;
|
|
309
|
+
r: string;
|
|
310
|
+
s: string;
|
|
311
|
+
v: string | number | bigint;
|
|
312
|
+
yParity: string | number | bigint;
|
|
217
313
|
} | null | undefined;
|
|
218
314
|
}>, {
|
|
219
315
|
sender: `0x${string}`;
|
|
@@ -239,6 +335,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
239
335
|
s: `0x${string}`;
|
|
240
336
|
v: bigint;
|
|
241
337
|
yParity: number;
|
|
338
|
+
} | {
|
|
339
|
+
address: `0x${string}`;
|
|
340
|
+
nonce: number;
|
|
341
|
+
chainId: number;
|
|
342
|
+
r: `0x${string}`;
|
|
343
|
+
s: `0x${string}`;
|
|
344
|
+
v: bigint;
|
|
345
|
+
yParity: number;
|
|
242
346
|
} | null | undefined;
|
|
243
347
|
}, {
|
|
244
348
|
sender: string;
|
|
@@ -264,6 +368,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
264
368
|
s: string;
|
|
265
369
|
v: string | number | bigint;
|
|
266
370
|
yParity: string | number | bigint;
|
|
371
|
+
} | {
|
|
372
|
+
address: string;
|
|
373
|
+
nonce: string | number | bigint;
|
|
374
|
+
chainId: string | number | bigint;
|
|
375
|
+
r: string;
|
|
376
|
+
s: string;
|
|
377
|
+
v: string | number | bigint;
|
|
378
|
+
yParity: string | number | bigint;
|
|
267
379
|
} | null | undefined;
|
|
268
380
|
}>]>;
|
|
269
381
|
entryPoint: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -292,6 +404,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
292
404
|
s: `0x${string}`;
|
|
293
405
|
v: bigint;
|
|
294
406
|
yParity: number;
|
|
407
|
+
} | {
|
|
408
|
+
address: `0x${string}`;
|
|
409
|
+
nonce: number;
|
|
410
|
+
chainId: number;
|
|
411
|
+
r: `0x${string}`;
|
|
412
|
+
s: `0x${string}`;
|
|
413
|
+
v: bigint;
|
|
414
|
+
yParity: number;
|
|
295
415
|
} | null | undefined;
|
|
296
416
|
} | {
|
|
297
417
|
sender: `0x${string}`;
|
|
@@ -317,6 +437,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
317
437
|
s: `0x${string}`;
|
|
318
438
|
v: bigint;
|
|
319
439
|
yParity: number;
|
|
440
|
+
} | {
|
|
441
|
+
address: `0x${string}`;
|
|
442
|
+
nonce: number;
|
|
443
|
+
chainId: number;
|
|
444
|
+
r: `0x${string}`;
|
|
445
|
+
s: `0x${string}`;
|
|
446
|
+
v: bigint;
|
|
447
|
+
yParity: number;
|
|
320
448
|
} | null | undefined;
|
|
321
449
|
}) & ({
|
|
322
450
|
sender: `0x${string}`;
|
|
@@ -338,6 +466,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
338
466
|
s: `0x${string}`;
|
|
339
467
|
v: bigint;
|
|
340
468
|
yParity: number;
|
|
469
|
+
} | {
|
|
470
|
+
address: `0x${string}`;
|
|
471
|
+
nonce: number;
|
|
472
|
+
chainId: number;
|
|
473
|
+
r: `0x${string}`;
|
|
474
|
+
s: `0x${string}`;
|
|
475
|
+
v: bigint;
|
|
476
|
+
yParity: number;
|
|
341
477
|
} | null | undefined;
|
|
342
478
|
} | {
|
|
343
479
|
sender: `0x${string}`;
|
|
@@ -363,6 +499,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
363
499
|
s: `0x${string}`;
|
|
364
500
|
v: bigint;
|
|
365
501
|
yParity: number;
|
|
502
|
+
} | {
|
|
503
|
+
address: `0x${string}`;
|
|
504
|
+
nonce: number;
|
|
505
|
+
chainId: number;
|
|
506
|
+
r: `0x${string}`;
|
|
507
|
+
s: `0x${string}`;
|
|
508
|
+
v: bigint;
|
|
509
|
+
yParity: number;
|
|
366
510
|
} | null | undefined;
|
|
367
511
|
} | undefined);
|
|
368
512
|
transactionHash: `0x${string}`;
|
|
@@ -390,6 +534,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
390
534
|
s: string;
|
|
391
535
|
v: string | number | bigint;
|
|
392
536
|
yParity: string | number | bigint;
|
|
537
|
+
} | {
|
|
538
|
+
address: string;
|
|
539
|
+
nonce: string | number | bigint;
|
|
540
|
+
chainId: string | number | bigint;
|
|
541
|
+
r: string;
|
|
542
|
+
s: string;
|
|
543
|
+
v: string | number | bigint;
|
|
544
|
+
yParity: string | number | bigint;
|
|
393
545
|
} | null | undefined;
|
|
394
546
|
} | {
|
|
395
547
|
sender: string;
|
|
@@ -415,6 +567,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
415
567
|
s: string;
|
|
416
568
|
v: string | number | bigint;
|
|
417
569
|
yParity: string | number | bigint;
|
|
570
|
+
} | {
|
|
571
|
+
address: string;
|
|
572
|
+
nonce: string | number | bigint;
|
|
573
|
+
chainId: string | number | bigint;
|
|
574
|
+
r: string;
|
|
575
|
+
s: string;
|
|
576
|
+
v: string | number | bigint;
|
|
577
|
+
yParity: string | number | bigint;
|
|
418
578
|
} | null | undefined;
|
|
419
579
|
}) & ({
|
|
420
580
|
sender: string;
|
|
@@ -436,6 +596,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
436
596
|
s: string;
|
|
437
597
|
v: string | number | bigint;
|
|
438
598
|
yParity: string | number | bigint;
|
|
599
|
+
} | {
|
|
600
|
+
address: string;
|
|
601
|
+
nonce: string | number | bigint;
|
|
602
|
+
chainId: string | number | bigint;
|
|
603
|
+
r: string;
|
|
604
|
+
s: string;
|
|
605
|
+
v: string | number | bigint;
|
|
606
|
+
yParity: string | number | bigint;
|
|
439
607
|
} | null | undefined;
|
|
440
608
|
} | {
|
|
441
609
|
sender: string;
|
|
@@ -461,6 +629,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
461
629
|
s: string;
|
|
462
630
|
v: string | number | bigint;
|
|
463
631
|
yParity: string | number | bigint;
|
|
632
|
+
} | {
|
|
633
|
+
address: string;
|
|
634
|
+
nonce: string | number | bigint;
|
|
635
|
+
chainId: string | number | bigint;
|
|
636
|
+
r: string;
|
|
637
|
+
s: string;
|
|
638
|
+
v: string | number | bigint;
|
|
639
|
+
yParity: string | number | bigint;
|
|
464
640
|
} | null | undefined;
|
|
465
641
|
} | undefined);
|
|
466
642
|
transactionHash: string;
|
|
@@ -490,6 +666,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
490
666
|
s: `0x${string}`;
|
|
491
667
|
v: bigint;
|
|
492
668
|
yParity: number;
|
|
669
|
+
} | {
|
|
670
|
+
address: `0x${string}`;
|
|
671
|
+
nonce: number;
|
|
672
|
+
chainId: number;
|
|
673
|
+
r: `0x${string}`;
|
|
674
|
+
s: `0x${string}`;
|
|
675
|
+
v: bigint;
|
|
676
|
+
yParity: number;
|
|
493
677
|
} | null | undefined;
|
|
494
678
|
} | {
|
|
495
679
|
sender: `0x${string}`;
|
|
@@ -515,6 +699,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
515
699
|
s: `0x${string}`;
|
|
516
700
|
v: bigint;
|
|
517
701
|
yParity: number;
|
|
702
|
+
} | {
|
|
703
|
+
address: `0x${string}`;
|
|
704
|
+
nonce: number;
|
|
705
|
+
chainId: number;
|
|
706
|
+
r: `0x${string}`;
|
|
707
|
+
s: `0x${string}`;
|
|
708
|
+
v: bigint;
|
|
709
|
+
yParity: number;
|
|
518
710
|
} | null | undefined;
|
|
519
711
|
}) & ({
|
|
520
712
|
sender: `0x${string}`;
|
|
@@ -536,6 +728,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
536
728
|
s: `0x${string}`;
|
|
537
729
|
v: bigint;
|
|
538
730
|
yParity: number;
|
|
731
|
+
} | {
|
|
732
|
+
address: `0x${string}`;
|
|
733
|
+
nonce: number;
|
|
734
|
+
chainId: number;
|
|
735
|
+
r: `0x${string}`;
|
|
736
|
+
s: `0x${string}`;
|
|
737
|
+
v: bigint;
|
|
738
|
+
yParity: number;
|
|
539
739
|
} | null | undefined;
|
|
540
740
|
} | {
|
|
541
741
|
sender: `0x${string}`;
|
|
@@ -561,6 +761,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
561
761
|
s: `0x${string}`;
|
|
562
762
|
v: bigint;
|
|
563
763
|
yParity: number;
|
|
764
|
+
} | {
|
|
765
|
+
address: `0x${string}`;
|
|
766
|
+
nonce: number;
|
|
767
|
+
chainId: number;
|
|
768
|
+
r: `0x${string}`;
|
|
769
|
+
s: `0x${string}`;
|
|
770
|
+
v: bigint;
|
|
771
|
+
yParity: number;
|
|
564
772
|
} | null | undefined;
|
|
565
773
|
} | undefined);
|
|
566
774
|
transactionHash: `0x${string}`;
|
|
@@ -592,6 +800,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
592
800
|
s: string;
|
|
593
801
|
v: string | number | bigint;
|
|
594
802
|
yParity: string | number | bigint;
|
|
803
|
+
} | {
|
|
804
|
+
address: string;
|
|
805
|
+
nonce: string | number | bigint;
|
|
806
|
+
chainId: string | number | bigint;
|
|
807
|
+
r: string;
|
|
808
|
+
s: string;
|
|
809
|
+
v: string | number | bigint;
|
|
810
|
+
yParity: string | number | bigint;
|
|
595
811
|
} | null | undefined;
|
|
596
812
|
} | {
|
|
597
813
|
sender: string;
|
|
@@ -617,6 +833,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
617
833
|
s: string;
|
|
618
834
|
v: string | number | bigint;
|
|
619
835
|
yParity: string | number | bigint;
|
|
836
|
+
} | {
|
|
837
|
+
address: string;
|
|
838
|
+
nonce: string | number | bigint;
|
|
839
|
+
chainId: string | number | bigint;
|
|
840
|
+
r: string;
|
|
841
|
+
s: string;
|
|
842
|
+
v: string | number | bigint;
|
|
843
|
+
yParity: string | number | bigint;
|
|
620
844
|
} | null | undefined;
|
|
621
845
|
}) & ({
|
|
622
846
|
sender: string;
|
|
@@ -638,6 +862,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
638
862
|
s: string;
|
|
639
863
|
v: string | number | bigint;
|
|
640
864
|
yParity: string | number | bigint;
|
|
865
|
+
} | {
|
|
866
|
+
address: string;
|
|
867
|
+
nonce: string | number | bigint;
|
|
868
|
+
chainId: string | number | bigint;
|
|
869
|
+
r: string;
|
|
870
|
+
s: string;
|
|
871
|
+
v: string | number | bigint;
|
|
872
|
+
yParity: string | number | bigint;
|
|
641
873
|
} | null | undefined;
|
|
642
874
|
} | {
|
|
643
875
|
sender: string;
|
|
@@ -663,6 +895,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
663
895
|
s: string;
|
|
664
896
|
v: string | number | bigint;
|
|
665
897
|
yParity: string | number | bigint;
|
|
898
|
+
} | {
|
|
899
|
+
address: string;
|
|
900
|
+
nonce: string | number | bigint;
|
|
901
|
+
chainId: string | number | bigint;
|
|
902
|
+
r: string;
|
|
903
|
+
s: string;
|
|
904
|
+
v: string | number | bigint;
|
|
905
|
+
yParity: string | number | bigint;
|
|
666
906
|
} | null | undefined;
|
|
667
907
|
} | undefined);
|
|
668
908
|
transactionHash: string;
|
|
@@ -699,6 +939,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
699
939
|
s: `0x${string}`;
|
|
700
940
|
v: bigint;
|
|
701
941
|
yParity: number;
|
|
942
|
+
} | {
|
|
943
|
+
address: `0x${string}`;
|
|
944
|
+
nonce: number;
|
|
945
|
+
chainId: number;
|
|
946
|
+
r: `0x${string}`;
|
|
947
|
+
s: `0x${string}`;
|
|
948
|
+
v: bigint;
|
|
949
|
+
yParity: number;
|
|
702
950
|
} | null | undefined;
|
|
703
951
|
} | {
|
|
704
952
|
sender: `0x${string}`;
|
|
@@ -724,6 +972,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
724
972
|
s: `0x${string}`;
|
|
725
973
|
v: bigint;
|
|
726
974
|
yParity: number;
|
|
975
|
+
} | {
|
|
976
|
+
address: `0x${string}`;
|
|
977
|
+
nonce: number;
|
|
978
|
+
chainId: number;
|
|
979
|
+
r: `0x${string}`;
|
|
980
|
+
s: `0x${string}`;
|
|
981
|
+
v: bigint;
|
|
982
|
+
yParity: number;
|
|
727
983
|
} | null | undefined;
|
|
728
984
|
}) & ({
|
|
729
985
|
sender: `0x${string}`;
|
|
@@ -745,6 +1001,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
745
1001
|
s: `0x${string}`;
|
|
746
1002
|
v: bigint;
|
|
747
1003
|
yParity: number;
|
|
1004
|
+
} | {
|
|
1005
|
+
address: `0x${string}`;
|
|
1006
|
+
nonce: number;
|
|
1007
|
+
chainId: number;
|
|
1008
|
+
r: `0x${string}`;
|
|
1009
|
+
s: `0x${string}`;
|
|
1010
|
+
v: bigint;
|
|
1011
|
+
yParity: number;
|
|
748
1012
|
} | null | undefined;
|
|
749
1013
|
} | {
|
|
750
1014
|
sender: `0x${string}`;
|
|
@@ -770,6 +1034,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
770
1034
|
s: `0x${string}`;
|
|
771
1035
|
v: bigint;
|
|
772
1036
|
yParity: number;
|
|
1037
|
+
} | {
|
|
1038
|
+
address: `0x${string}`;
|
|
1039
|
+
nonce: number;
|
|
1040
|
+
chainId: number;
|
|
1041
|
+
r: `0x${string}`;
|
|
1042
|
+
s: `0x${string}`;
|
|
1043
|
+
v: bigint;
|
|
1044
|
+
yParity: number;
|
|
773
1045
|
} | null | undefined;
|
|
774
1046
|
} | undefined);
|
|
775
1047
|
transactionHash: `0x${string}`;
|
|
@@ -797,6 +1069,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
797
1069
|
s: `0x${string}`;
|
|
798
1070
|
v: bigint;
|
|
799
1071
|
yParity: number;
|
|
1072
|
+
} | {
|
|
1073
|
+
address: `0x${string}`;
|
|
1074
|
+
nonce: number;
|
|
1075
|
+
chainId: number;
|
|
1076
|
+
r: `0x${string}`;
|
|
1077
|
+
s: `0x${string}`;
|
|
1078
|
+
v: bigint;
|
|
1079
|
+
yParity: number;
|
|
800
1080
|
} | null | undefined;
|
|
801
1081
|
} | {
|
|
802
1082
|
sender: `0x${string}`;
|
|
@@ -822,6 +1102,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
822
1102
|
s: `0x${string}`;
|
|
823
1103
|
v: bigint;
|
|
824
1104
|
yParity: number;
|
|
1105
|
+
} | {
|
|
1106
|
+
address: `0x${string}`;
|
|
1107
|
+
nonce: number;
|
|
1108
|
+
chainId: number;
|
|
1109
|
+
r: `0x${string}`;
|
|
1110
|
+
s: `0x${string}`;
|
|
1111
|
+
v: bigint;
|
|
1112
|
+
yParity: number;
|
|
825
1113
|
} | null | undefined;
|
|
826
1114
|
}) & ({
|
|
827
1115
|
sender: `0x${string}`;
|
|
@@ -843,6 +1131,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
843
1131
|
s: `0x${string}`;
|
|
844
1132
|
v: bigint;
|
|
845
1133
|
yParity: number;
|
|
1134
|
+
} | {
|
|
1135
|
+
address: `0x${string}`;
|
|
1136
|
+
nonce: number;
|
|
1137
|
+
chainId: number;
|
|
1138
|
+
r: `0x${string}`;
|
|
1139
|
+
s: `0x${string}`;
|
|
1140
|
+
v: bigint;
|
|
1141
|
+
yParity: number;
|
|
846
1142
|
} | null | undefined;
|
|
847
1143
|
} | {
|
|
848
1144
|
sender: `0x${string}`;
|
|
@@ -868,6 +1164,14 @@ export declare const ethGetUserOperationByHashHandler: {
|
|
|
868
1164
|
s: `0x${string}`;
|
|
869
1165
|
v: bigint;
|
|
870
1166
|
yParity: number;
|
|
1167
|
+
} | {
|
|
1168
|
+
address: `0x${string}`;
|
|
1169
|
+
nonce: number;
|
|
1170
|
+
chainId: number;
|
|
1171
|
+
r: `0x${string}`;
|
|
1172
|
+
s: `0x${string}`;
|
|
1173
|
+
v: bigint;
|
|
1174
|
+
yParity: number;
|
|
871
1175
|
} | null | undefined;
|
|
872
1176
|
} | undefined);
|
|
873
1177
|
transactionHash: `0x${string}`;
|