@pimlico/alto 0.0.0-main.20250116T183652 → 0.0.0-main.20250120T135454
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/cli/alto.js +1 -3
- package/esm/cli/alto.js.map +1 -1
- package/esm/cli/config/bundler.d.ts +340 -358
- package/esm/cli/config/bundler.js +1 -6
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.d.ts +1 -2
- package/esm/cli/config/options.js +1 -13
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/setupServer.js +3 -16
- package/esm/cli/setupServer.js.map +1 -1
- package/esm/executor/executor.d.ts +3 -11
- package/esm/executor/executor.js +38 -255
- package/esm/executor/executor.js.map +1 -1
- package/esm/executor/executorManager.d.ts +1 -1
- package/esm/executor/executorManager.js +2 -10
- package/esm/executor/executorManager.js.map +1 -1
- package/esm/executor/utils.d.ts +7 -17
- package/esm/executor/utils.js +25 -62
- package/esm/executor/utils.js.map +1 -1
- package/esm/handlers/index.d.ts +0 -1
- package/esm/handlers/index.js +0 -1
- package/esm/handlers/index.js.map +1 -1
- package/esm/mempool/mempool.js +6 -4
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/rpc/rpcHandler.d.ts +3 -7
- package/esm/rpc/rpcHandler.js +18 -72
- package/esm/rpc/rpcHandler.js.map +1 -1
- package/esm/types/contracts/index.d.ts +0 -4
- package/esm/types/contracts/index.js +0 -4
- package/esm/types/contracts/index.js.map +1 -1
- package/esm/types/mempool.d.ts +2 -4
- package/esm/types/mempool.js +0 -6
- package/esm/types/mempool.js.map +1 -1
- package/esm/types/schemas.d.ts +224 -249
- package/esm/types/schemas.js +0 -10
- package/esm/types/schemas.js.map +1 -1
- package/esm/utils/userop.d.ts +1 -1
- package/lib/cli/alto.js +0 -2
- package/lib/cli/alto.js.map +1 -1
- package/lib/cli/config/bundler.d.ts +340 -358
- package/lib/cli/config/bundler.js +2 -7
- package/lib/cli/config/bundler.js.map +1 -1
- package/lib/cli/config/options.d.ts +1 -2
- package/lib/cli/config/options.js +2 -14
- package/lib/cli/config/options.js.map +1 -1
- package/lib/cli/setupServer.js +2 -15
- package/lib/cli/setupServer.js.map +1 -1
- package/lib/executor/executor.d.ts +3 -11
- package/lib/executor/executor.js +37 -254
- package/lib/executor/executor.js.map +1 -1
- package/lib/executor/executorManager.d.ts +1 -1
- package/lib/executor/executorManager.js +1 -9
- package/lib/executor/executorManager.js.map +1 -1
- package/lib/executor/utils.d.ts +7 -17
- package/lib/executor/utils.js +25 -63
- package/lib/executor/utils.js.map +1 -1
- package/lib/handlers/index.d.ts +0 -1
- package/lib/handlers/index.js +0 -1
- package/lib/handlers/index.js.map +1 -1
- package/lib/mempool/mempool.js +6 -4
- package/lib/mempool/mempool.js.map +1 -1
- package/lib/rpc/rpcHandler.d.ts +3 -7
- package/lib/rpc/rpcHandler.js +17 -71
- package/lib/rpc/rpcHandler.js.map +1 -1
- package/lib/types/contracts/index.d.ts +0 -4
- package/lib/types/contracts/index.js +0 -4
- package/lib/types/contracts/index.js.map +1 -1
- package/lib/types/mempool.d.ts +2 -4
- package/lib/types/mempool.js +1 -8
- package/lib/types/mempool.js.map +1 -1
- package/lib/types/schemas.d.ts +224 -249
- package/lib/types/schemas.js +0 -10
- package/lib/types/schemas.js.map +1 -1
- package/lib/utils/userop.d.ts +1 -1
- package/package.json +1 -1
- package/esm/handlers/compressionHandler.d.ts +0 -11
- package/esm/handlers/compressionHandler.js +0 -39
- package/esm/handlers/compressionHandler.js.map +0 -1
- package/esm/types/contracts/BundleBulker.d.ts +0 -120
- package/esm/types/contracts/BundleBulker.js +0 -157
- package/esm/types/contracts/BundleBulker.js.map +0 -1
- package/esm/types/contracts/IOpInflator.d.ts +0 -61
- package/esm/types/contracts/IOpInflator.js +0 -80
- package/esm/types/contracts/IOpInflator.js.map +0 -1
- package/esm/types/contracts/Inflator.d.ts +0 -65
- package/esm/types/contracts/Inflator.js +0 -84
- package/esm/types/contracts/Inflator.js.map +0 -1
- package/esm/types/contracts/PerOpInflator.d.ts +0 -176
- package/esm/types/contracts/PerOpInflator.js +0 -229
- package/esm/types/contracts/PerOpInflator.js.map +0 -1
- package/lib/handlers/compressionHandler.d.ts +0 -11
- package/lib/handlers/compressionHandler.js +0 -43
- package/lib/handlers/compressionHandler.js.map +0 -1
- package/lib/types/contracts/BundleBulker.d.ts +0 -120
- package/lib/types/contracts/BundleBulker.js +0 -160
- package/lib/types/contracts/BundleBulker.js.map +0 -1
- package/lib/types/contracts/IOpInflator.d.ts +0 -61
- package/lib/types/contracts/IOpInflator.js +0 -83
- package/lib/types/contracts/IOpInflator.js.map +0 -1
- package/lib/types/contracts/Inflator.d.ts +0 -65
- package/lib/types/contracts/Inflator.js +0 -87
- package/lib/types/contracts/Inflator.js.map +0 -1
- package/lib/types/contracts/PerOpInflator.d.ts +0 -176
- package/lib/types/contracts/PerOpInflator.js +0 -232
- package/lib/types/contracts/PerOpInflator.js.map +0 -1
package/esm/types/schemas.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { type Hex } from "viem";
|
|
2
1
|
import { z } from "zod";
|
|
3
2
|
import type { MempoolUserOperation } from "./mempool.js";
|
|
4
3
|
import { SignedAuthorization } from "viem/experimental";
|
|
@@ -28,49 +27,49 @@ declare const userOperationV06Schema: z.ZodEffects<z.ZodObject<{
|
|
|
28
27
|
sender: `0x${string}`;
|
|
29
28
|
nonce: bigint;
|
|
30
29
|
initCode: `0x${string}`;
|
|
30
|
+
paymasterAndData: `0x${string}`;
|
|
31
31
|
callData: `0x${string}`;
|
|
32
32
|
callGasLimit: bigint;
|
|
33
33
|
verificationGasLimit: bigint;
|
|
34
34
|
preVerificationGas: bigint;
|
|
35
35
|
maxFeePerGas: bigint;
|
|
36
36
|
maxPriorityFeePerGas: bigint;
|
|
37
|
-
paymasterAndData: `0x${string}`;
|
|
38
37
|
signature: `0x${string}`;
|
|
39
38
|
}, {
|
|
40
39
|
sender: string;
|
|
41
40
|
nonce: string | number | bigint;
|
|
42
41
|
initCode: string;
|
|
42
|
+
paymasterAndData: string;
|
|
43
43
|
callData: string;
|
|
44
44
|
callGasLimit: string | number | bigint;
|
|
45
45
|
verificationGasLimit: string | number | bigint;
|
|
46
46
|
preVerificationGas: string | number | bigint;
|
|
47
47
|
maxFeePerGas: string | number | bigint;
|
|
48
48
|
maxPriorityFeePerGas: string | number | bigint;
|
|
49
|
-
paymasterAndData: string;
|
|
50
49
|
signature: string;
|
|
51
50
|
}>, {
|
|
52
51
|
sender: `0x${string}`;
|
|
53
52
|
nonce: bigint;
|
|
54
53
|
initCode: `0x${string}`;
|
|
54
|
+
paymasterAndData: `0x${string}`;
|
|
55
55
|
callData: `0x${string}`;
|
|
56
56
|
callGasLimit: bigint;
|
|
57
57
|
verificationGasLimit: bigint;
|
|
58
58
|
preVerificationGas: bigint;
|
|
59
59
|
maxFeePerGas: bigint;
|
|
60
60
|
maxPriorityFeePerGas: bigint;
|
|
61
|
-
paymasterAndData: `0x${string}`;
|
|
62
61
|
signature: `0x${string}`;
|
|
63
62
|
}, {
|
|
64
63
|
sender: string;
|
|
65
64
|
nonce: string | number | bigint;
|
|
66
65
|
initCode: string;
|
|
66
|
+
paymasterAndData: string;
|
|
67
67
|
callData: string;
|
|
68
68
|
callGasLimit: string | number | bigint;
|
|
69
69
|
verificationGasLimit: string | number | bigint;
|
|
70
70
|
preVerificationGas: string | number | bigint;
|
|
71
71
|
maxFeePerGas: string | number | bigint;
|
|
72
72
|
maxPriorityFeePerGas: string | number | bigint;
|
|
73
|
-
paymasterAndData: string;
|
|
74
73
|
signature: string;
|
|
75
74
|
}>;
|
|
76
75
|
declare const userOperationV07Schema: z.ZodEffects<z.ZodObject<{
|
|
@@ -91,6 +90,8 @@ declare const userOperationV07Schema: z.ZodEffects<z.ZodObject<{
|
|
|
91
90
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
92
91
|
}, "strict", z.ZodTypeAny, {
|
|
93
92
|
sender: `0x${string}`;
|
|
93
|
+
factory: `0x${string}` | null;
|
|
94
|
+
paymaster: `0x${string}` | null;
|
|
94
95
|
nonce: bigint;
|
|
95
96
|
callData: `0x${string}`;
|
|
96
97
|
callGasLimit: bigint;
|
|
@@ -99,8 +100,6 @@ declare const userOperationV07Schema: z.ZodEffects<z.ZodObject<{
|
|
|
99
100
|
maxFeePerGas: bigint;
|
|
100
101
|
maxPriorityFeePerGas: bigint;
|
|
101
102
|
signature: `0x${string}`;
|
|
102
|
-
factory: `0x${string}` | null;
|
|
103
|
-
paymaster: `0x${string}` | null;
|
|
104
103
|
paymasterVerificationGasLimit: bigint | null;
|
|
105
104
|
paymasterPostOpGasLimit: bigint | null;
|
|
106
105
|
factoryData: `0x${string}` | null;
|
|
@@ -123,6 +122,8 @@ declare const userOperationV07Schema: z.ZodEffects<z.ZodObject<{
|
|
|
123
122
|
paymasterData?: string | null | undefined;
|
|
124
123
|
}>, {
|
|
125
124
|
sender: `0x${string}`;
|
|
125
|
+
factory: `0x${string}` | null;
|
|
126
|
+
paymaster: `0x${string}` | null;
|
|
126
127
|
nonce: bigint;
|
|
127
128
|
callData: `0x${string}`;
|
|
128
129
|
callGasLimit: bigint;
|
|
@@ -131,8 +132,6 @@ declare const userOperationV07Schema: z.ZodEffects<z.ZodObject<{
|
|
|
131
132
|
maxFeePerGas: bigint;
|
|
132
133
|
maxPriorityFeePerGas: bigint;
|
|
133
134
|
signature: `0x${string}`;
|
|
134
|
-
factory: `0x${string}` | null;
|
|
135
|
-
paymaster: `0x${string}` | null;
|
|
136
135
|
paymasterVerificationGasLimit: bigint | null;
|
|
137
136
|
paymasterPostOpGasLimit: bigint | null;
|
|
138
137
|
factoryData: `0x${string}` | null;
|
|
@@ -168,9 +167,9 @@ declare const packerUserOperationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
168
167
|
sender: `0x${string}`;
|
|
169
168
|
nonce: bigint;
|
|
170
169
|
initCode: `0x${string}`;
|
|
170
|
+
paymasterAndData: `0x${string}`;
|
|
171
171
|
callData: `0x${string}`;
|
|
172
172
|
preVerificationGas: bigint;
|
|
173
|
-
paymasterAndData: `0x${string}`;
|
|
174
173
|
signature: `0x${string}`;
|
|
175
174
|
accountGasLimits: `0x${string}`;
|
|
176
175
|
gasFees: `0x${string}`;
|
|
@@ -178,9 +177,9 @@ declare const packerUserOperationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
178
177
|
sender: string;
|
|
179
178
|
nonce: string | number | bigint;
|
|
180
179
|
initCode: string;
|
|
180
|
+
paymasterAndData: string;
|
|
181
181
|
callData: string;
|
|
182
182
|
preVerificationGas: string | number | bigint;
|
|
183
|
-
paymasterAndData: string;
|
|
184
183
|
signature: string;
|
|
185
184
|
accountGasLimits: string;
|
|
186
185
|
gasFees: string;
|
|
@@ -188,9 +187,9 @@ declare const packerUserOperationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
188
187
|
sender: `0x${string}`;
|
|
189
188
|
nonce: bigint;
|
|
190
189
|
initCode: `0x${string}`;
|
|
190
|
+
paymasterAndData: `0x${string}`;
|
|
191
191
|
callData: `0x${string}`;
|
|
192
192
|
preVerificationGas: bigint;
|
|
193
|
-
paymasterAndData: `0x${string}`;
|
|
194
193
|
signature: `0x${string}`;
|
|
195
194
|
accountGasLimits: `0x${string}`;
|
|
196
195
|
gasFees: `0x${string}`;
|
|
@@ -198,9 +197,9 @@ declare const packerUserOperationSchema: z.ZodEffects<z.ZodObject<{
|
|
|
198
197
|
sender: string;
|
|
199
198
|
nonce: string | number | bigint;
|
|
200
199
|
initCode: string;
|
|
200
|
+
paymasterAndData: string;
|
|
201
201
|
callData: string;
|
|
202
202
|
preVerificationGas: string | number | bigint;
|
|
203
|
-
paymasterAndData: string;
|
|
204
203
|
signature: string;
|
|
205
204
|
accountGasLimits: string;
|
|
206
205
|
gasFees: string;
|
|
@@ -221,49 +220,49 @@ declare const userOperationSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
221
220
|
sender: `0x${string}`;
|
|
222
221
|
nonce: bigint;
|
|
223
222
|
initCode: `0x${string}`;
|
|
223
|
+
paymasterAndData: `0x${string}`;
|
|
224
224
|
callData: `0x${string}`;
|
|
225
225
|
callGasLimit: bigint;
|
|
226
226
|
verificationGasLimit: bigint;
|
|
227
227
|
preVerificationGas: bigint;
|
|
228
228
|
maxFeePerGas: bigint;
|
|
229
229
|
maxPriorityFeePerGas: bigint;
|
|
230
|
-
paymasterAndData: `0x${string}`;
|
|
231
230
|
signature: `0x${string}`;
|
|
232
231
|
}, {
|
|
233
232
|
sender: string;
|
|
234
233
|
nonce: string | number | bigint;
|
|
235
234
|
initCode: string;
|
|
235
|
+
paymasterAndData: string;
|
|
236
236
|
callData: string;
|
|
237
237
|
callGasLimit: string | number | bigint;
|
|
238
238
|
verificationGasLimit: string | number | bigint;
|
|
239
239
|
preVerificationGas: string | number | bigint;
|
|
240
240
|
maxFeePerGas: string | number | bigint;
|
|
241
241
|
maxPriorityFeePerGas: string | number | bigint;
|
|
242
|
-
paymasterAndData: string;
|
|
243
242
|
signature: string;
|
|
244
243
|
}>, {
|
|
245
244
|
sender: `0x${string}`;
|
|
246
245
|
nonce: bigint;
|
|
247
246
|
initCode: `0x${string}`;
|
|
247
|
+
paymasterAndData: `0x${string}`;
|
|
248
248
|
callData: `0x${string}`;
|
|
249
249
|
callGasLimit: bigint;
|
|
250
250
|
verificationGasLimit: bigint;
|
|
251
251
|
preVerificationGas: bigint;
|
|
252
252
|
maxFeePerGas: bigint;
|
|
253
253
|
maxPriorityFeePerGas: bigint;
|
|
254
|
-
paymasterAndData: `0x${string}`;
|
|
255
254
|
signature: `0x${string}`;
|
|
256
255
|
}, {
|
|
257
256
|
sender: string;
|
|
258
257
|
nonce: string | number | bigint;
|
|
259
258
|
initCode: string;
|
|
259
|
+
paymasterAndData: string;
|
|
260
260
|
callData: string;
|
|
261
261
|
callGasLimit: string | number | bigint;
|
|
262
262
|
verificationGasLimit: string | number | bigint;
|
|
263
263
|
preVerificationGas: string | number | bigint;
|
|
264
264
|
maxFeePerGas: string | number | bigint;
|
|
265
265
|
maxPriorityFeePerGas: string | number | bigint;
|
|
266
|
-
paymasterAndData: string;
|
|
267
266
|
signature: string;
|
|
268
267
|
}>, z.ZodEffects<z.ZodObject<{
|
|
269
268
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -283,6 +282,8 @@ declare const userOperationSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
283
282
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
284
283
|
}, "strict", z.ZodTypeAny, {
|
|
285
284
|
sender: `0x${string}`;
|
|
285
|
+
factory: `0x${string}` | null;
|
|
286
|
+
paymaster: `0x${string}` | null;
|
|
286
287
|
nonce: bigint;
|
|
287
288
|
callData: `0x${string}`;
|
|
288
289
|
callGasLimit: bigint;
|
|
@@ -291,8 +292,6 @@ declare const userOperationSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
291
292
|
maxFeePerGas: bigint;
|
|
292
293
|
maxPriorityFeePerGas: bigint;
|
|
293
294
|
signature: `0x${string}`;
|
|
294
|
-
factory: `0x${string}` | null;
|
|
295
|
-
paymaster: `0x${string}` | null;
|
|
296
295
|
paymasterVerificationGasLimit: bigint | null;
|
|
297
296
|
paymasterPostOpGasLimit: bigint | null;
|
|
298
297
|
factoryData: `0x${string}` | null;
|
|
@@ -315,6 +314,8 @@ declare const userOperationSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
315
314
|
paymasterData?: string | null | undefined;
|
|
316
315
|
}>, {
|
|
317
316
|
sender: `0x${string}`;
|
|
317
|
+
factory: `0x${string}` | null;
|
|
318
|
+
paymaster: `0x${string}` | null;
|
|
318
319
|
nonce: bigint;
|
|
319
320
|
callData: `0x${string}`;
|
|
320
321
|
callGasLimit: bigint;
|
|
@@ -323,8 +324,6 @@ declare const userOperationSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
|
323
324
|
maxFeePerGas: bigint;
|
|
324
325
|
maxPriorityFeePerGas: bigint;
|
|
325
326
|
signature: `0x${string}`;
|
|
326
|
-
factory: `0x${string}` | null;
|
|
327
|
-
paymaster: `0x${string}` | null;
|
|
328
327
|
paymasterVerificationGasLimit: bigint | null;
|
|
329
328
|
paymasterPostOpGasLimit: bigint | null;
|
|
330
329
|
factoryData: `0x${string}` | null;
|
|
@@ -354,12 +353,6 @@ export type UserOperation7702 = {
|
|
|
354
353
|
userOperation: UserOperation;
|
|
355
354
|
authorization: SignedAuthorization;
|
|
356
355
|
};
|
|
357
|
-
export type CompressedUserOperation = {
|
|
358
|
-
compressedCalldata: Hex;
|
|
359
|
-
inflatedOp: UserOperation;
|
|
360
|
-
inflatorAddress: Address;
|
|
361
|
-
inflatorId: number;
|
|
362
|
-
};
|
|
363
356
|
export type UserOperationRequest = {
|
|
364
357
|
userOperation: UserOperation;
|
|
365
358
|
entryPoint: Address;
|
|
@@ -455,20 +448,20 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
455
448
|
sender: `0x${string}`;
|
|
456
449
|
nonce: bigint;
|
|
457
450
|
initCode: `0x${string}`;
|
|
451
|
+
paymasterAndData: `0x${string}`;
|
|
458
452
|
callData: `0x${string}`;
|
|
459
453
|
callGasLimit: bigint;
|
|
460
454
|
verificationGasLimit: bigint;
|
|
461
455
|
preVerificationGas: bigint;
|
|
462
456
|
maxFeePerGas: bigint;
|
|
463
457
|
maxPriorityFeePerGas: bigint;
|
|
464
|
-
paymasterAndData: `0x${string}`;
|
|
465
458
|
signature: `0x${string}`;
|
|
466
459
|
}, {
|
|
467
460
|
sender: string;
|
|
468
461
|
nonce: string | number | bigint;
|
|
469
462
|
initCode: string;
|
|
470
|
-
callData: string;
|
|
471
463
|
paymasterAndData: string;
|
|
464
|
+
callData: string;
|
|
472
465
|
signature: string;
|
|
473
466
|
callGasLimit?: string | number | bigint | undefined;
|
|
474
467
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -479,20 +472,20 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
479
472
|
sender: `0x${string}`;
|
|
480
473
|
nonce: bigint;
|
|
481
474
|
initCode: `0x${string}`;
|
|
475
|
+
paymasterAndData: `0x${string}`;
|
|
482
476
|
callData: `0x${string}`;
|
|
483
477
|
callGasLimit: bigint;
|
|
484
478
|
verificationGasLimit: bigint;
|
|
485
479
|
preVerificationGas: bigint;
|
|
486
480
|
maxFeePerGas: bigint;
|
|
487
481
|
maxPriorityFeePerGas: bigint;
|
|
488
|
-
paymasterAndData: `0x${string}`;
|
|
489
482
|
signature: `0x${string}`;
|
|
490
483
|
}, {
|
|
491
484
|
sender: string;
|
|
492
485
|
nonce: string | number | bigint;
|
|
493
486
|
initCode: string;
|
|
494
|
-
callData: string;
|
|
495
487
|
paymasterAndData: string;
|
|
488
|
+
callData: string;
|
|
496
489
|
signature: string;
|
|
497
490
|
callGasLimit?: string | number | bigint | undefined;
|
|
498
491
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -517,6 +510,8 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
517
510
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
518
511
|
}, "strict", z.ZodTypeAny, {
|
|
519
512
|
sender: `0x${string}`;
|
|
513
|
+
factory: `0x${string}` | null;
|
|
514
|
+
paymaster: `0x${string}` | null;
|
|
520
515
|
nonce: bigint;
|
|
521
516
|
callData: `0x${string}`;
|
|
522
517
|
callGasLimit: bigint;
|
|
@@ -525,8 +520,6 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
525
520
|
maxFeePerGas: bigint;
|
|
526
521
|
maxPriorityFeePerGas: bigint;
|
|
527
522
|
signature: `0x${string}`;
|
|
528
|
-
factory: `0x${string}` | null;
|
|
529
|
-
paymaster: `0x${string}` | null;
|
|
530
523
|
paymasterVerificationGasLimit: bigint | null;
|
|
531
524
|
paymasterPostOpGasLimit: bigint | null;
|
|
532
525
|
factoryData: `0x${string}` | null;
|
|
@@ -549,6 +542,8 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
549
542
|
paymasterData?: string | null | undefined;
|
|
550
543
|
}>, {
|
|
551
544
|
sender: `0x${string}`;
|
|
545
|
+
factory: `0x${string}` | null;
|
|
546
|
+
paymaster: `0x${string}` | null;
|
|
552
547
|
nonce: bigint;
|
|
553
548
|
callData: `0x${string}`;
|
|
554
549
|
callGasLimit: bigint;
|
|
@@ -557,8 +552,6 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
557
552
|
maxFeePerGas: bigint;
|
|
558
553
|
maxPriorityFeePerGas: bigint;
|
|
559
554
|
signature: `0x${string}`;
|
|
560
|
-
factory: `0x${string}` | null;
|
|
561
|
-
paymaster: `0x${string}` | null;
|
|
562
555
|
paymasterVerificationGasLimit: bigint | null;
|
|
563
556
|
paymasterPostOpGasLimit: bigint | null;
|
|
564
557
|
factoryData: `0x${string}` | null;
|
|
@@ -595,20 +588,20 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
595
588
|
sender: `0x${string}`;
|
|
596
589
|
nonce: bigint;
|
|
597
590
|
initCode: `0x${string}`;
|
|
591
|
+
paymasterAndData: `0x${string}`;
|
|
598
592
|
callData: `0x${string}`;
|
|
599
593
|
callGasLimit: bigint;
|
|
600
594
|
verificationGasLimit: bigint;
|
|
601
595
|
preVerificationGas: bigint;
|
|
602
596
|
maxFeePerGas: bigint;
|
|
603
597
|
maxPriorityFeePerGas: bigint;
|
|
604
|
-
paymasterAndData: `0x${string}`;
|
|
605
598
|
signature: `0x${string}`;
|
|
606
599
|
}, {
|
|
607
600
|
sender: string;
|
|
608
601
|
nonce: string | number | bigint;
|
|
609
602
|
initCode: string;
|
|
610
|
-
callData: string;
|
|
611
603
|
paymasterAndData: string;
|
|
604
|
+
callData: string;
|
|
612
605
|
signature: string;
|
|
613
606
|
callGasLimit?: string | number | bigint | undefined;
|
|
614
607
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -619,20 +612,20 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
619
612
|
sender: `0x${string}`;
|
|
620
613
|
nonce: bigint;
|
|
621
614
|
initCode: `0x${string}`;
|
|
615
|
+
paymasterAndData: `0x${string}`;
|
|
622
616
|
callData: `0x${string}`;
|
|
623
617
|
callGasLimit: bigint;
|
|
624
618
|
verificationGasLimit: bigint;
|
|
625
619
|
preVerificationGas: bigint;
|
|
626
620
|
maxFeePerGas: bigint;
|
|
627
621
|
maxPriorityFeePerGas: bigint;
|
|
628
|
-
paymasterAndData: `0x${string}`;
|
|
629
622
|
signature: `0x${string}`;
|
|
630
623
|
}, {
|
|
631
624
|
sender: string;
|
|
632
625
|
nonce: string | number | bigint;
|
|
633
626
|
initCode: string;
|
|
634
|
-
callData: string;
|
|
635
627
|
paymasterAndData: string;
|
|
628
|
+
callData: string;
|
|
636
629
|
signature: string;
|
|
637
630
|
callGasLimit?: string | number | bigint | undefined;
|
|
638
631
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -657,6 +650,8 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
657
650
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
658
651
|
}, "strict", z.ZodTypeAny, {
|
|
659
652
|
sender: `0x${string}`;
|
|
653
|
+
factory: `0x${string}` | null;
|
|
654
|
+
paymaster: `0x${string}` | null;
|
|
660
655
|
nonce: bigint;
|
|
661
656
|
callData: `0x${string}`;
|
|
662
657
|
callGasLimit: bigint;
|
|
@@ -665,8 +660,6 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
665
660
|
maxFeePerGas: bigint;
|
|
666
661
|
maxPriorityFeePerGas: bigint;
|
|
667
662
|
signature: `0x${string}`;
|
|
668
|
-
factory: `0x${string}` | null;
|
|
669
|
-
paymaster: `0x${string}` | null;
|
|
670
663
|
paymasterVerificationGasLimit: bigint | null;
|
|
671
664
|
paymasterPostOpGasLimit: bigint | null;
|
|
672
665
|
factoryData: `0x${string}` | null;
|
|
@@ -689,6 +682,8 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
689
682
|
paymasterData?: string | null | undefined;
|
|
690
683
|
}>, {
|
|
691
684
|
sender: `0x${string}`;
|
|
685
|
+
factory: `0x${string}` | null;
|
|
686
|
+
paymaster: `0x${string}` | null;
|
|
692
687
|
nonce: bigint;
|
|
693
688
|
callData: `0x${string}`;
|
|
694
689
|
callGasLimit: bigint;
|
|
@@ -697,8 +692,6 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
697
692
|
maxFeePerGas: bigint;
|
|
698
693
|
maxPriorityFeePerGas: bigint;
|
|
699
694
|
signature: `0x${string}`;
|
|
700
|
-
factory: `0x${string}` | null;
|
|
701
|
-
paymaster: `0x${string}` | null;
|
|
702
695
|
paymasterVerificationGasLimit: bigint | null;
|
|
703
696
|
paymasterPostOpGasLimit: bigint | null;
|
|
704
697
|
factoryData: `0x${string}` | null;
|
|
@@ -743,16 +736,18 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
743
736
|
sender: `0x${string}`;
|
|
744
737
|
nonce: bigint;
|
|
745
738
|
initCode: `0x${string}`;
|
|
739
|
+
paymasterAndData: `0x${string}`;
|
|
746
740
|
callData: `0x${string}`;
|
|
747
741
|
callGasLimit: bigint;
|
|
748
742
|
verificationGasLimit: bigint;
|
|
749
743
|
preVerificationGas: bigint;
|
|
750
744
|
maxFeePerGas: bigint;
|
|
751
745
|
maxPriorityFeePerGas: bigint;
|
|
752
|
-
paymasterAndData: `0x${string}`;
|
|
753
746
|
signature: `0x${string}`;
|
|
754
747
|
} | {
|
|
755
748
|
sender: `0x${string}`;
|
|
749
|
+
factory: `0x${string}` | null;
|
|
750
|
+
paymaster: `0x${string}` | null;
|
|
756
751
|
nonce: bigint;
|
|
757
752
|
callData: `0x${string}`;
|
|
758
753
|
callGasLimit: bigint;
|
|
@@ -761,8 +756,6 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
761
756
|
maxFeePerGas: bigint;
|
|
762
757
|
maxPriorityFeePerGas: bigint;
|
|
763
758
|
signature: `0x${string}`;
|
|
764
|
-
factory: `0x${string}` | null;
|
|
765
|
-
paymaster: `0x${string}` | null;
|
|
766
759
|
paymasterVerificationGasLimit: bigint | null;
|
|
767
760
|
paymasterPostOpGasLimit: bigint | null;
|
|
768
761
|
factoryData: `0x${string}` | null;
|
|
@@ -771,16 +764,18 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
771
764
|
sender: `0x${string}`;
|
|
772
765
|
nonce: bigint;
|
|
773
766
|
initCode: `0x${string}`;
|
|
767
|
+
paymasterAndData: `0x${string}`;
|
|
774
768
|
callData: `0x${string}`;
|
|
775
769
|
callGasLimit: bigint;
|
|
776
770
|
verificationGasLimit: bigint;
|
|
777
771
|
preVerificationGas: bigint;
|
|
778
772
|
maxFeePerGas: bigint;
|
|
779
773
|
maxPriorityFeePerGas: bigint;
|
|
780
|
-
paymasterAndData: `0x${string}`;
|
|
781
774
|
signature: `0x${string}`;
|
|
782
775
|
} | {
|
|
783
776
|
sender: `0x${string}`;
|
|
777
|
+
factory: `0x${string}` | null;
|
|
778
|
+
paymaster: `0x${string}` | null;
|
|
784
779
|
nonce: bigint;
|
|
785
780
|
callData: `0x${string}`;
|
|
786
781
|
callGasLimit: bigint;
|
|
@@ -789,8 +784,6 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
789
784
|
maxFeePerGas: bigint;
|
|
790
785
|
maxPriorityFeePerGas: bigint;
|
|
791
786
|
signature: `0x${string}`;
|
|
792
|
-
factory: `0x${string}` | null;
|
|
793
|
-
paymaster: `0x${string}` | null;
|
|
794
787
|
paymasterVerificationGasLimit: bigint | null;
|
|
795
788
|
paymasterPostOpGasLimit: bigint | null;
|
|
796
789
|
factoryData: `0x${string}` | null;
|
|
@@ -808,8 +801,8 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
808
801
|
sender: string;
|
|
809
802
|
nonce: string | number | bigint;
|
|
810
803
|
initCode: string;
|
|
811
|
-
callData: string;
|
|
812
804
|
paymasterAndData: string;
|
|
805
|
+
callData: string;
|
|
813
806
|
signature: string;
|
|
814
807
|
callGasLimit?: string | number | bigint | undefined;
|
|
815
808
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -836,8 +829,8 @@ declare const estimateUserOperationGasRequestSchema: z.ZodObject<{
|
|
|
836
829
|
sender: string;
|
|
837
830
|
nonce: string | number | bigint;
|
|
838
831
|
initCode: string;
|
|
839
|
-
callData: string;
|
|
840
832
|
paymasterAndData: string;
|
|
833
|
+
callData: string;
|
|
841
834
|
signature: string;
|
|
842
835
|
callGasLimit?: string | number | bigint | undefined;
|
|
843
836
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -887,49 +880,49 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
887
880
|
sender: `0x${string}`;
|
|
888
881
|
nonce: bigint;
|
|
889
882
|
initCode: `0x${string}`;
|
|
883
|
+
paymasterAndData: `0x${string}`;
|
|
890
884
|
callData: `0x${string}`;
|
|
891
885
|
callGasLimit: bigint;
|
|
892
886
|
verificationGasLimit: bigint;
|
|
893
887
|
preVerificationGas: bigint;
|
|
894
888
|
maxFeePerGas: bigint;
|
|
895
889
|
maxPriorityFeePerGas: bigint;
|
|
896
|
-
paymasterAndData: `0x${string}`;
|
|
897
890
|
signature: `0x${string}`;
|
|
898
891
|
}, {
|
|
899
892
|
sender: string;
|
|
900
893
|
nonce: string | number | bigint;
|
|
901
894
|
initCode: string;
|
|
895
|
+
paymasterAndData: string;
|
|
902
896
|
callData: string;
|
|
903
897
|
callGasLimit: string | number | bigint;
|
|
904
898
|
verificationGasLimit: string | number | bigint;
|
|
905
899
|
preVerificationGas: string | number | bigint;
|
|
906
900
|
maxFeePerGas: string | number | bigint;
|
|
907
901
|
maxPriorityFeePerGas: string | number | bigint;
|
|
908
|
-
paymasterAndData: string;
|
|
909
902
|
signature: string;
|
|
910
903
|
}>, {
|
|
911
904
|
sender: `0x${string}`;
|
|
912
905
|
nonce: bigint;
|
|
913
906
|
initCode: `0x${string}`;
|
|
907
|
+
paymasterAndData: `0x${string}`;
|
|
914
908
|
callData: `0x${string}`;
|
|
915
909
|
callGasLimit: bigint;
|
|
916
910
|
verificationGasLimit: bigint;
|
|
917
911
|
preVerificationGas: bigint;
|
|
918
912
|
maxFeePerGas: bigint;
|
|
919
913
|
maxPriorityFeePerGas: bigint;
|
|
920
|
-
paymasterAndData: `0x${string}`;
|
|
921
914
|
signature: `0x${string}`;
|
|
922
915
|
}, {
|
|
923
916
|
sender: string;
|
|
924
917
|
nonce: string | number | bigint;
|
|
925
918
|
initCode: string;
|
|
919
|
+
paymasterAndData: string;
|
|
926
920
|
callData: string;
|
|
927
921
|
callGasLimit: string | number | bigint;
|
|
928
922
|
verificationGasLimit: string | number | bigint;
|
|
929
923
|
preVerificationGas: string | number | bigint;
|
|
930
924
|
maxFeePerGas: string | number | bigint;
|
|
931
925
|
maxPriorityFeePerGas: string | number | bigint;
|
|
932
|
-
paymasterAndData: string;
|
|
933
926
|
signature: string;
|
|
934
927
|
}>, z.ZodEffects<z.ZodObject<{
|
|
935
928
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -949,6 +942,8 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
949
942
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
950
943
|
}, "strict", z.ZodTypeAny, {
|
|
951
944
|
sender: `0x${string}`;
|
|
945
|
+
factory: `0x${string}` | null;
|
|
946
|
+
paymaster: `0x${string}` | null;
|
|
952
947
|
nonce: bigint;
|
|
953
948
|
callData: `0x${string}`;
|
|
954
949
|
callGasLimit: bigint;
|
|
@@ -957,8 +952,6 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
957
952
|
maxFeePerGas: bigint;
|
|
958
953
|
maxPriorityFeePerGas: bigint;
|
|
959
954
|
signature: `0x${string}`;
|
|
960
|
-
factory: `0x${string}` | null;
|
|
961
|
-
paymaster: `0x${string}` | null;
|
|
962
955
|
paymasterVerificationGasLimit: bigint | null;
|
|
963
956
|
paymasterPostOpGasLimit: bigint | null;
|
|
964
957
|
factoryData: `0x${string}` | null;
|
|
@@ -981,6 +974,8 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
981
974
|
paymasterData?: string | null | undefined;
|
|
982
975
|
}>, {
|
|
983
976
|
sender: `0x${string}`;
|
|
977
|
+
factory: `0x${string}` | null;
|
|
978
|
+
paymaster: `0x${string}` | null;
|
|
984
979
|
nonce: bigint;
|
|
985
980
|
callData: `0x${string}`;
|
|
986
981
|
callGasLimit: bigint;
|
|
@@ -989,8 +984,6 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
989
984
|
maxFeePerGas: bigint;
|
|
990
985
|
maxPriorityFeePerGas: bigint;
|
|
991
986
|
signature: `0x${string}`;
|
|
992
|
-
factory: `0x${string}` | null;
|
|
993
|
-
paymaster: `0x${string}` | null;
|
|
994
987
|
paymasterVerificationGasLimit: bigint | null;
|
|
995
988
|
paymasterPostOpGasLimit: bigint | null;
|
|
996
989
|
factoryData: `0x${string}` | null;
|
|
@@ -1017,16 +1010,18 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
1017
1010
|
sender: `0x${string}`;
|
|
1018
1011
|
nonce: bigint;
|
|
1019
1012
|
initCode: `0x${string}`;
|
|
1013
|
+
paymasterAndData: `0x${string}`;
|
|
1020
1014
|
callData: `0x${string}`;
|
|
1021
1015
|
callGasLimit: bigint;
|
|
1022
1016
|
verificationGasLimit: bigint;
|
|
1023
1017
|
preVerificationGas: bigint;
|
|
1024
1018
|
maxFeePerGas: bigint;
|
|
1025
1019
|
maxPriorityFeePerGas: bigint;
|
|
1026
|
-
paymasterAndData: `0x${string}`;
|
|
1027
1020
|
signature: `0x${string}`;
|
|
1028
1021
|
} | {
|
|
1029
1022
|
sender: `0x${string}`;
|
|
1023
|
+
factory: `0x${string}` | null;
|
|
1024
|
+
paymaster: `0x${string}` | null;
|
|
1030
1025
|
nonce: bigint;
|
|
1031
1026
|
callData: `0x${string}`;
|
|
1032
1027
|
callGasLimit: bigint;
|
|
@@ -1035,8 +1030,6 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
1035
1030
|
maxFeePerGas: bigint;
|
|
1036
1031
|
maxPriorityFeePerGas: bigint;
|
|
1037
1032
|
signature: `0x${string}`;
|
|
1038
|
-
factory: `0x${string}` | null;
|
|
1039
|
-
paymaster: `0x${string}` | null;
|
|
1040
1033
|
paymasterVerificationGasLimit: bigint | null;
|
|
1041
1034
|
paymasterPostOpGasLimit: bigint | null;
|
|
1042
1035
|
factoryData: `0x${string}` | null;
|
|
@@ -1048,13 +1041,13 @@ declare const sendUserOperationRequestSchema: z.ZodObject<{
|
|
|
1048
1041
|
sender: string;
|
|
1049
1042
|
nonce: string | number | bigint;
|
|
1050
1043
|
initCode: string;
|
|
1044
|
+
paymasterAndData: string;
|
|
1051
1045
|
callData: string;
|
|
1052
1046
|
callGasLimit: string | number | bigint;
|
|
1053
1047
|
verificationGasLimit: string | number | bigint;
|
|
1054
1048
|
preVerificationGas: string | number | bigint;
|
|
1055
1049
|
maxFeePerGas: string | number | bigint;
|
|
1056
1050
|
maxPriorityFeePerGas: string | number | bigint;
|
|
1057
|
-
paymasterAndData: string;
|
|
1058
1051
|
signature: string;
|
|
1059
1052
|
} | {
|
|
1060
1053
|
sender: string;
|
|
@@ -1253,20 +1246,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1253
1246
|
sender: `0x${string}`;
|
|
1254
1247
|
nonce: bigint;
|
|
1255
1248
|
initCode: `0x${string}`;
|
|
1249
|
+
paymasterAndData: `0x${string}`;
|
|
1256
1250
|
callData: `0x${string}`;
|
|
1257
1251
|
callGasLimit: bigint;
|
|
1258
1252
|
verificationGasLimit: bigint;
|
|
1259
1253
|
preVerificationGas: bigint;
|
|
1260
1254
|
maxFeePerGas: bigint;
|
|
1261
1255
|
maxPriorityFeePerGas: bigint;
|
|
1262
|
-
paymasterAndData: `0x${string}`;
|
|
1263
1256
|
signature: `0x${string}`;
|
|
1264
1257
|
}, {
|
|
1265
1258
|
sender: string;
|
|
1266
1259
|
nonce: string | number | bigint;
|
|
1267
1260
|
initCode: string;
|
|
1268
|
-
callData: string;
|
|
1269
1261
|
paymasterAndData: string;
|
|
1262
|
+
callData: string;
|
|
1270
1263
|
signature: string;
|
|
1271
1264
|
callGasLimit?: string | number | bigint | undefined;
|
|
1272
1265
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -1277,20 +1270,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1277
1270
|
sender: `0x${string}`;
|
|
1278
1271
|
nonce: bigint;
|
|
1279
1272
|
initCode: `0x${string}`;
|
|
1273
|
+
paymasterAndData: `0x${string}`;
|
|
1280
1274
|
callData: `0x${string}`;
|
|
1281
1275
|
callGasLimit: bigint;
|
|
1282
1276
|
verificationGasLimit: bigint;
|
|
1283
1277
|
preVerificationGas: bigint;
|
|
1284
1278
|
maxFeePerGas: bigint;
|
|
1285
1279
|
maxPriorityFeePerGas: bigint;
|
|
1286
|
-
paymasterAndData: `0x${string}`;
|
|
1287
1280
|
signature: `0x${string}`;
|
|
1288
1281
|
}, {
|
|
1289
1282
|
sender: string;
|
|
1290
1283
|
nonce: string | number | bigint;
|
|
1291
1284
|
initCode: string;
|
|
1292
|
-
callData: string;
|
|
1293
1285
|
paymasterAndData: string;
|
|
1286
|
+
callData: string;
|
|
1294
1287
|
signature: string;
|
|
1295
1288
|
callGasLimit?: string | number | bigint | undefined;
|
|
1296
1289
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -1315,6 +1308,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1315
1308
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1316
1309
|
}, "strict", z.ZodTypeAny, {
|
|
1317
1310
|
sender: `0x${string}`;
|
|
1311
|
+
factory: `0x${string}` | null;
|
|
1312
|
+
paymaster: `0x${string}` | null;
|
|
1318
1313
|
nonce: bigint;
|
|
1319
1314
|
callData: `0x${string}`;
|
|
1320
1315
|
callGasLimit: bigint;
|
|
@@ -1323,8 +1318,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1323
1318
|
maxFeePerGas: bigint;
|
|
1324
1319
|
maxPriorityFeePerGas: bigint;
|
|
1325
1320
|
signature: `0x${string}`;
|
|
1326
|
-
factory: `0x${string}` | null;
|
|
1327
|
-
paymaster: `0x${string}` | null;
|
|
1328
1321
|
paymasterVerificationGasLimit: bigint | null;
|
|
1329
1322
|
paymasterPostOpGasLimit: bigint | null;
|
|
1330
1323
|
factoryData: `0x${string}` | null;
|
|
@@ -1347,6 +1340,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1347
1340
|
paymasterData?: string | null | undefined;
|
|
1348
1341
|
}>, {
|
|
1349
1342
|
sender: `0x${string}`;
|
|
1343
|
+
factory: `0x${string}` | null;
|
|
1344
|
+
paymaster: `0x${string}` | null;
|
|
1350
1345
|
nonce: bigint;
|
|
1351
1346
|
callData: `0x${string}`;
|
|
1352
1347
|
callGasLimit: bigint;
|
|
@@ -1355,8 +1350,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1355
1350
|
maxFeePerGas: bigint;
|
|
1356
1351
|
maxPriorityFeePerGas: bigint;
|
|
1357
1352
|
signature: `0x${string}`;
|
|
1358
|
-
factory: `0x${string}` | null;
|
|
1359
|
-
paymaster: `0x${string}` | null;
|
|
1360
1353
|
paymasterVerificationGasLimit: bigint | null;
|
|
1361
1354
|
paymasterPostOpGasLimit: bigint | null;
|
|
1362
1355
|
factoryData: `0x${string}` | null;
|
|
@@ -1393,20 +1386,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1393
1386
|
sender: `0x${string}`;
|
|
1394
1387
|
nonce: bigint;
|
|
1395
1388
|
initCode: `0x${string}`;
|
|
1389
|
+
paymasterAndData: `0x${string}`;
|
|
1396
1390
|
callData: `0x${string}`;
|
|
1397
1391
|
callGasLimit: bigint;
|
|
1398
1392
|
verificationGasLimit: bigint;
|
|
1399
1393
|
preVerificationGas: bigint;
|
|
1400
1394
|
maxFeePerGas: bigint;
|
|
1401
1395
|
maxPriorityFeePerGas: bigint;
|
|
1402
|
-
paymasterAndData: `0x${string}`;
|
|
1403
1396
|
signature: `0x${string}`;
|
|
1404
1397
|
}, {
|
|
1405
1398
|
sender: string;
|
|
1406
1399
|
nonce: string | number | bigint;
|
|
1407
1400
|
initCode: string;
|
|
1408
|
-
callData: string;
|
|
1409
1401
|
paymasterAndData: string;
|
|
1402
|
+
callData: string;
|
|
1410
1403
|
signature: string;
|
|
1411
1404
|
callGasLimit?: string | number | bigint | undefined;
|
|
1412
1405
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -1417,20 +1410,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1417
1410
|
sender: `0x${string}`;
|
|
1418
1411
|
nonce: bigint;
|
|
1419
1412
|
initCode: `0x${string}`;
|
|
1413
|
+
paymasterAndData: `0x${string}`;
|
|
1420
1414
|
callData: `0x${string}`;
|
|
1421
1415
|
callGasLimit: bigint;
|
|
1422
1416
|
verificationGasLimit: bigint;
|
|
1423
1417
|
preVerificationGas: bigint;
|
|
1424
1418
|
maxFeePerGas: bigint;
|
|
1425
1419
|
maxPriorityFeePerGas: bigint;
|
|
1426
|
-
paymasterAndData: `0x${string}`;
|
|
1427
1420
|
signature: `0x${string}`;
|
|
1428
1421
|
}, {
|
|
1429
1422
|
sender: string;
|
|
1430
1423
|
nonce: string | number | bigint;
|
|
1431
1424
|
initCode: string;
|
|
1432
|
-
callData: string;
|
|
1433
1425
|
paymasterAndData: string;
|
|
1426
|
+
callData: string;
|
|
1434
1427
|
signature: string;
|
|
1435
1428
|
callGasLimit?: string | number | bigint | undefined;
|
|
1436
1429
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -1455,6 +1448,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1455
1448
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1456
1449
|
}, "strict", z.ZodTypeAny, {
|
|
1457
1450
|
sender: `0x${string}`;
|
|
1451
|
+
factory: `0x${string}` | null;
|
|
1452
|
+
paymaster: `0x${string}` | null;
|
|
1458
1453
|
nonce: bigint;
|
|
1459
1454
|
callData: `0x${string}`;
|
|
1460
1455
|
callGasLimit: bigint;
|
|
@@ -1463,8 +1458,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1463
1458
|
maxFeePerGas: bigint;
|
|
1464
1459
|
maxPriorityFeePerGas: bigint;
|
|
1465
1460
|
signature: `0x${string}`;
|
|
1466
|
-
factory: `0x${string}` | null;
|
|
1467
|
-
paymaster: `0x${string}` | null;
|
|
1468
1461
|
paymasterVerificationGasLimit: bigint | null;
|
|
1469
1462
|
paymasterPostOpGasLimit: bigint | null;
|
|
1470
1463
|
factoryData: `0x${string}` | null;
|
|
@@ -1487,6 +1480,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1487
1480
|
paymasterData?: string | null | undefined;
|
|
1488
1481
|
}>, {
|
|
1489
1482
|
sender: `0x${string}`;
|
|
1483
|
+
factory: `0x${string}` | null;
|
|
1484
|
+
paymaster: `0x${string}` | null;
|
|
1490
1485
|
nonce: bigint;
|
|
1491
1486
|
callData: `0x${string}`;
|
|
1492
1487
|
callGasLimit: bigint;
|
|
@@ -1495,8 +1490,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1495
1490
|
maxFeePerGas: bigint;
|
|
1496
1491
|
maxPriorityFeePerGas: bigint;
|
|
1497
1492
|
signature: `0x${string}`;
|
|
1498
|
-
factory: `0x${string}` | null;
|
|
1499
|
-
paymaster: `0x${string}` | null;
|
|
1500
1493
|
paymasterVerificationGasLimit: bigint | null;
|
|
1501
1494
|
paymasterPostOpGasLimit: bigint | null;
|
|
1502
1495
|
factoryData: `0x${string}` | null;
|
|
@@ -1541,16 +1534,18 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1541
1534
|
sender: `0x${string}`;
|
|
1542
1535
|
nonce: bigint;
|
|
1543
1536
|
initCode: `0x${string}`;
|
|
1537
|
+
paymasterAndData: `0x${string}`;
|
|
1544
1538
|
callData: `0x${string}`;
|
|
1545
1539
|
callGasLimit: bigint;
|
|
1546
1540
|
verificationGasLimit: bigint;
|
|
1547
1541
|
preVerificationGas: bigint;
|
|
1548
1542
|
maxFeePerGas: bigint;
|
|
1549
1543
|
maxPriorityFeePerGas: bigint;
|
|
1550
|
-
paymasterAndData: `0x${string}`;
|
|
1551
1544
|
signature: `0x${string}`;
|
|
1552
1545
|
} | {
|
|
1553
1546
|
sender: `0x${string}`;
|
|
1547
|
+
factory: `0x${string}` | null;
|
|
1548
|
+
paymaster: `0x${string}` | null;
|
|
1554
1549
|
nonce: bigint;
|
|
1555
1550
|
callData: `0x${string}`;
|
|
1556
1551
|
callGasLimit: bigint;
|
|
@@ -1559,8 +1554,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1559
1554
|
maxFeePerGas: bigint;
|
|
1560
1555
|
maxPriorityFeePerGas: bigint;
|
|
1561
1556
|
signature: `0x${string}`;
|
|
1562
|
-
factory: `0x${string}` | null;
|
|
1563
|
-
paymaster: `0x${string}` | null;
|
|
1564
1557
|
paymasterVerificationGasLimit: bigint | null;
|
|
1565
1558
|
paymasterPostOpGasLimit: bigint | null;
|
|
1566
1559
|
factoryData: `0x${string}` | null;
|
|
@@ -1569,16 +1562,18 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1569
1562
|
sender: `0x${string}`;
|
|
1570
1563
|
nonce: bigint;
|
|
1571
1564
|
initCode: `0x${string}`;
|
|
1565
|
+
paymasterAndData: `0x${string}`;
|
|
1572
1566
|
callData: `0x${string}`;
|
|
1573
1567
|
callGasLimit: bigint;
|
|
1574
1568
|
verificationGasLimit: bigint;
|
|
1575
1569
|
preVerificationGas: bigint;
|
|
1576
1570
|
maxFeePerGas: bigint;
|
|
1577
1571
|
maxPriorityFeePerGas: bigint;
|
|
1578
|
-
paymasterAndData: `0x${string}`;
|
|
1579
1572
|
signature: `0x${string}`;
|
|
1580
1573
|
} | {
|
|
1581
1574
|
sender: `0x${string}`;
|
|
1575
|
+
factory: `0x${string}` | null;
|
|
1576
|
+
paymaster: `0x${string}` | null;
|
|
1582
1577
|
nonce: bigint;
|
|
1583
1578
|
callData: `0x${string}`;
|
|
1584
1579
|
callGasLimit: bigint;
|
|
@@ -1587,8 +1582,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1587
1582
|
maxFeePerGas: bigint;
|
|
1588
1583
|
maxPriorityFeePerGas: bigint;
|
|
1589
1584
|
signature: `0x${string}`;
|
|
1590
|
-
factory: `0x${string}` | null;
|
|
1591
|
-
paymaster: `0x${string}` | null;
|
|
1592
1585
|
paymasterVerificationGasLimit: bigint | null;
|
|
1593
1586
|
paymasterPostOpGasLimit: bigint | null;
|
|
1594
1587
|
factoryData: `0x${string}` | null;
|
|
@@ -1606,8 +1599,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1606
1599
|
sender: string;
|
|
1607
1600
|
nonce: string | number | bigint;
|
|
1608
1601
|
initCode: string;
|
|
1609
|
-
callData: string;
|
|
1610
1602
|
paymasterAndData: string;
|
|
1603
|
+
callData: string;
|
|
1611
1604
|
signature: string;
|
|
1612
1605
|
callGasLimit?: string | number | bigint | undefined;
|
|
1613
1606
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -1634,8 +1627,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1634
1627
|
sender: string;
|
|
1635
1628
|
nonce: string | number | bigint;
|
|
1636
1629
|
initCode: string;
|
|
1637
|
-
callData: string;
|
|
1638
1630
|
paymasterAndData: string;
|
|
1631
|
+
callData: string;
|
|
1639
1632
|
signature: string;
|
|
1640
1633
|
callGasLimit?: string | number | bigint | undefined;
|
|
1641
1634
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -1684,49 +1677,49 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1684
1677
|
sender: `0x${string}`;
|
|
1685
1678
|
nonce: bigint;
|
|
1686
1679
|
initCode: `0x${string}`;
|
|
1680
|
+
paymasterAndData: `0x${string}`;
|
|
1687
1681
|
callData: `0x${string}`;
|
|
1688
1682
|
callGasLimit: bigint;
|
|
1689
1683
|
verificationGasLimit: bigint;
|
|
1690
1684
|
preVerificationGas: bigint;
|
|
1691
1685
|
maxFeePerGas: bigint;
|
|
1692
1686
|
maxPriorityFeePerGas: bigint;
|
|
1693
|
-
paymasterAndData: `0x${string}`;
|
|
1694
1687
|
signature: `0x${string}`;
|
|
1695
1688
|
}, {
|
|
1696
1689
|
sender: string;
|
|
1697
1690
|
nonce: string | number | bigint;
|
|
1698
1691
|
initCode: string;
|
|
1692
|
+
paymasterAndData: string;
|
|
1699
1693
|
callData: string;
|
|
1700
1694
|
callGasLimit: string | number | bigint;
|
|
1701
1695
|
verificationGasLimit: string | number | bigint;
|
|
1702
1696
|
preVerificationGas: string | number | bigint;
|
|
1703
1697
|
maxFeePerGas: string | number | bigint;
|
|
1704
1698
|
maxPriorityFeePerGas: string | number | bigint;
|
|
1705
|
-
paymasterAndData: string;
|
|
1706
1699
|
signature: string;
|
|
1707
1700
|
}>, {
|
|
1708
1701
|
sender: `0x${string}`;
|
|
1709
1702
|
nonce: bigint;
|
|
1710
1703
|
initCode: `0x${string}`;
|
|
1704
|
+
paymasterAndData: `0x${string}`;
|
|
1711
1705
|
callData: `0x${string}`;
|
|
1712
1706
|
callGasLimit: bigint;
|
|
1713
1707
|
verificationGasLimit: bigint;
|
|
1714
1708
|
preVerificationGas: bigint;
|
|
1715
1709
|
maxFeePerGas: bigint;
|
|
1716
1710
|
maxPriorityFeePerGas: bigint;
|
|
1717
|
-
paymasterAndData: `0x${string}`;
|
|
1718
1711
|
signature: `0x${string}`;
|
|
1719
1712
|
}, {
|
|
1720
1713
|
sender: string;
|
|
1721
1714
|
nonce: string | number | bigint;
|
|
1722
1715
|
initCode: string;
|
|
1716
|
+
paymasterAndData: string;
|
|
1723
1717
|
callData: string;
|
|
1724
1718
|
callGasLimit: string | number | bigint;
|
|
1725
1719
|
verificationGasLimit: string | number | bigint;
|
|
1726
1720
|
preVerificationGas: string | number | bigint;
|
|
1727
1721
|
maxFeePerGas: string | number | bigint;
|
|
1728
1722
|
maxPriorityFeePerGas: string | number | bigint;
|
|
1729
|
-
paymasterAndData: string;
|
|
1730
1723
|
signature: string;
|
|
1731
1724
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1732
1725
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -1746,6 +1739,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1746
1739
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
1747
1740
|
}, "strict", z.ZodTypeAny, {
|
|
1748
1741
|
sender: `0x${string}`;
|
|
1742
|
+
factory: `0x${string}` | null;
|
|
1743
|
+
paymaster: `0x${string}` | null;
|
|
1749
1744
|
nonce: bigint;
|
|
1750
1745
|
callData: `0x${string}`;
|
|
1751
1746
|
callGasLimit: bigint;
|
|
@@ -1754,8 +1749,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1754
1749
|
maxFeePerGas: bigint;
|
|
1755
1750
|
maxPriorityFeePerGas: bigint;
|
|
1756
1751
|
signature: `0x${string}`;
|
|
1757
|
-
factory: `0x${string}` | null;
|
|
1758
|
-
paymaster: `0x${string}` | null;
|
|
1759
1752
|
paymasterVerificationGasLimit: bigint | null;
|
|
1760
1753
|
paymasterPostOpGasLimit: bigint | null;
|
|
1761
1754
|
factoryData: `0x${string}` | null;
|
|
@@ -1778,6 +1771,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1778
1771
|
paymasterData?: string | null | undefined;
|
|
1779
1772
|
}>, {
|
|
1780
1773
|
sender: `0x${string}`;
|
|
1774
|
+
factory: `0x${string}` | null;
|
|
1775
|
+
paymaster: `0x${string}` | null;
|
|
1781
1776
|
nonce: bigint;
|
|
1782
1777
|
callData: `0x${string}`;
|
|
1783
1778
|
callGasLimit: bigint;
|
|
@@ -1786,8 +1781,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1786
1781
|
maxFeePerGas: bigint;
|
|
1787
1782
|
maxPriorityFeePerGas: bigint;
|
|
1788
1783
|
signature: `0x${string}`;
|
|
1789
|
-
factory: `0x${string}` | null;
|
|
1790
|
-
paymaster: `0x${string}` | null;
|
|
1791
1784
|
paymasterVerificationGasLimit: bigint | null;
|
|
1792
1785
|
paymasterPostOpGasLimit: bigint | null;
|
|
1793
1786
|
factoryData: `0x${string}` | null;
|
|
@@ -1814,16 +1807,18 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1814
1807
|
sender: `0x${string}`;
|
|
1815
1808
|
nonce: bigint;
|
|
1816
1809
|
initCode: `0x${string}`;
|
|
1810
|
+
paymasterAndData: `0x${string}`;
|
|
1817
1811
|
callData: `0x${string}`;
|
|
1818
1812
|
callGasLimit: bigint;
|
|
1819
1813
|
verificationGasLimit: bigint;
|
|
1820
1814
|
preVerificationGas: bigint;
|
|
1821
1815
|
maxFeePerGas: bigint;
|
|
1822
1816
|
maxPriorityFeePerGas: bigint;
|
|
1823
|
-
paymasterAndData: `0x${string}`;
|
|
1824
1817
|
signature: `0x${string}`;
|
|
1825
1818
|
} | {
|
|
1826
1819
|
sender: `0x${string}`;
|
|
1820
|
+
factory: `0x${string}` | null;
|
|
1821
|
+
paymaster: `0x${string}` | null;
|
|
1827
1822
|
nonce: bigint;
|
|
1828
1823
|
callData: `0x${string}`;
|
|
1829
1824
|
callGasLimit: bigint;
|
|
@@ -1832,8 +1827,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1832
1827
|
maxFeePerGas: bigint;
|
|
1833
1828
|
maxPriorityFeePerGas: bigint;
|
|
1834
1829
|
signature: `0x${string}`;
|
|
1835
|
-
factory: `0x${string}` | null;
|
|
1836
|
-
paymaster: `0x${string}` | null;
|
|
1837
1830
|
paymasterVerificationGasLimit: bigint | null;
|
|
1838
1831
|
paymasterPostOpGasLimit: bigint | null;
|
|
1839
1832
|
factoryData: `0x${string}` | null;
|
|
@@ -1845,13 +1838,13 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1845
1838
|
sender: string;
|
|
1846
1839
|
nonce: string | number | bigint;
|
|
1847
1840
|
initCode: string;
|
|
1841
|
+
paymasterAndData: string;
|
|
1848
1842
|
callData: string;
|
|
1849
1843
|
callGasLimit: string | number | bigint;
|
|
1850
1844
|
verificationGasLimit: string | number | bigint;
|
|
1851
1845
|
preVerificationGas: string | number | bigint;
|
|
1852
1846
|
maxFeePerGas: string | number | bigint;
|
|
1853
1847
|
maxPriorityFeePerGas: string | number | bigint;
|
|
1854
|
-
paymasterAndData: string;
|
|
1855
1848
|
signature: string;
|
|
1856
1849
|
} | {
|
|
1857
1850
|
sender: string;
|
|
@@ -1999,15 +1992,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
1999
1992
|
}, {
|
|
2000
1993
|
params: [];
|
|
2001
1994
|
method: "pimlico_getUserOperationGasPrice";
|
|
2002
|
-
}>, z.ZodObject<{
|
|
2003
|
-
method: z.ZodLiteral<"pimlico_sendCompressedUserOperation">;
|
|
2004
|
-
params: z.ZodTuple<[z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>, z.ZodEffects<z.ZodString, `0x${string}`, string>], null>;
|
|
2005
|
-
}, "strip", z.ZodTypeAny, {
|
|
2006
|
-
params: [`0x${string}`, `0x${string}`, `0x${string}`];
|
|
2007
|
-
method: "pimlico_sendCompressedUserOperation";
|
|
2008
|
-
}, {
|
|
2009
|
-
params: [string, string, string];
|
|
2010
|
-
method: "pimlico_sendCompressedUserOperation";
|
|
2011
1995
|
}>, z.ZodObject<{
|
|
2012
1996
|
method: z.ZodLiteral<"pimlico_sendUserOperationNow">;
|
|
2013
1997
|
params: z.ZodTuple<[z.ZodUnion<[z.ZodEffects<z.ZodObject<{
|
|
@@ -2026,49 +2010,49 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2026
2010
|
sender: `0x${string}`;
|
|
2027
2011
|
nonce: bigint;
|
|
2028
2012
|
initCode: `0x${string}`;
|
|
2013
|
+
paymasterAndData: `0x${string}`;
|
|
2029
2014
|
callData: `0x${string}`;
|
|
2030
2015
|
callGasLimit: bigint;
|
|
2031
2016
|
verificationGasLimit: bigint;
|
|
2032
2017
|
preVerificationGas: bigint;
|
|
2033
2018
|
maxFeePerGas: bigint;
|
|
2034
2019
|
maxPriorityFeePerGas: bigint;
|
|
2035
|
-
paymasterAndData: `0x${string}`;
|
|
2036
2020
|
signature: `0x${string}`;
|
|
2037
2021
|
}, {
|
|
2038
2022
|
sender: string;
|
|
2039
2023
|
nonce: string | number | bigint;
|
|
2040
2024
|
initCode: string;
|
|
2025
|
+
paymasterAndData: string;
|
|
2041
2026
|
callData: string;
|
|
2042
2027
|
callGasLimit: string | number | bigint;
|
|
2043
2028
|
verificationGasLimit: string | number | bigint;
|
|
2044
2029
|
preVerificationGas: string | number | bigint;
|
|
2045
2030
|
maxFeePerGas: string | number | bigint;
|
|
2046
2031
|
maxPriorityFeePerGas: string | number | bigint;
|
|
2047
|
-
paymasterAndData: string;
|
|
2048
2032
|
signature: string;
|
|
2049
2033
|
}>, {
|
|
2050
2034
|
sender: `0x${string}`;
|
|
2051
2035
|
nonce: bigint;
|
|
2052
2036
|
initCode: `0x${string}`;
|
|
2037
|
+
paymasterAndData: `0x${string}`;
|
|
2053
2038
|
callData: `0x${string}`;
|
|
2054
2039
|
callGasLimit: bigint;
|
|
2055
2040
|
verificationGasLimit: bigint;
|
|
2056
2041
|
preVerificationGas: bigint;
|
|
2057
2042
|
maxFeePerGas: bigint;
|
|
2058
2043
|
maxPriorityFeePerGas: bigint;
|
|
2059
|
-
paymasterAndData: `0x${string}`;
|
|
2060
2044
|
signature: `0x${string}`;
|
|
2061
2045
|
}, {
|
|
2062
2046
|
sender: string;
|
|
2063
2047
|
nonce: string | number | bigint;
|
|
2064
2048
|
initCode: string;
|
|
2049
|
+
paymasterAndData: string;
|
|
2065
2050
|
callData: string;
|
|
2066
2051
|
callGasLimit: string | number | bigint;
|
|
2067
2052
|
verificationGasLimit: string | number | bigint;
|
|
2068
2053
|
preVerificationGas: string | number | bigint;
|
|
2069
2054
|
maxFeePerGas: string | number | bigint;
|
|
2070
2055
|
maxPriorityFeePerGas: string | number | bigint;
|
|
2071
|
-
paymasterAndData: string;
|
|
2072
2056
|
signature: string;
|
|
2073
2057
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2074
2058
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2088,6 +2072,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2088
2072
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2089
2073
|
}, "strict", z.ZodTypeAny, {
|
|
2090
2074
|
sender: `0x${string}`;
|
|
2075
|
+
factory: `0x${string}` | null;
|
|
2076
|
+
paymaster: `0x${string}` | null;
|
|
2091
2077
|
nonce: bigint;
|
|
2092
2078
|
callData: `0x${string}`;
|
|
2093
2079
|
callGasLimit: bigint;
|
|
@@ -2096,8 +2082,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2096
2082
|
maxFeePerGas: bigint;
|
|
2097
2083
|
maxPriorityFeePerGas: bigint;
|
|
2098
2084
|
signature: `0x${string}`;
|
|
2099
|
-
factory: `0x${string}` | null;
|
|
2100
|
-
paymaster: `0x${string}` | null;
|
|
2101
2085
|
paymasterVerificationGasLimit: bigint | null;
|
|
2102
2086
|
paymasterPostOpGasLimit: bigint | null;
|
|
2103
2087
|
factoryData: `0x${string}` | null;
|
|
@@ -2120,6 +2104,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2120
2104
|
paymasterData?: string | null | undefined;
|
|
2121
2105
|
}>, {
|
|
2122
2106
|
sender: `0x${string}`;
|
|
2107
|
+
factory: `0x${string}` | null;
|
|
2108
|
+
paymaster: `0x${string}` | null;
|
|
2123
2109
|
nonce: bigint;
|
|
2124
2110
|
callData: `0x${string}`;
|
|
2125
2111
|
callGasLimit: bigint;
|
|
@@ -2128,8 +2114,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2128
2114
|
maxFeePerGas: bigint;
|
|
2129
2115
|
maxPriorityFeePerGas: bigint;
|
|
2130
2116
|
signature: `0x${string}`;
|
|
2131
|
-
factory: `0x${string}` | null;
|
|
2132
|
-
paymaster: `0x${string}` | null;
|
|
2133
2117
|
paymasterVerificationGasLimit: bigint | null;
|
|
2134
2118
|
paymasterPostOpGasLimit: bigint | null;
|
|
2135
2119
|
factoryData: `0x${string}` | null;
|
|
@@ -2156,16 +2140,18 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2156
2140
|
sender: `0x${string}`;
|
|
2157
2141
|
nonce: bigint;
|
|
2158
2142
|
initCode: `0x${string}`;
|
|
2143
|
+
paymasterAndData: `0x${string}`;
|
|
2159
2144
|
callData: `0x${string}`;
|
|
2160
2145
|
callGasLimit: bigint;
|
|
2161
2146
|
verificationGasLimit: bigint;
|
|
2162
2147
|
preVerificationGas: bigint;
|
|
2163
2148
|
maxFeePerGas: bigint;
|
|
2164
2149
|
maxPriorityFeePerGas: bigint;
|
|
2165
|
-
paymasterAndData: `0x${string}`;
|
|
2166
2150
|
signature: `0x${string}`;
|
|
2167
2151
|
} | {
|
|
2168
2152
|
sender: `0x${string}`;
|
|
2153
|
+
factory: `0x${string}` | null;
|
|
2154
|
+
paymaster: `0x${string}` | null;
|
|
2169
2155
|
nonce: bigint;
|
|
2170
2156
|
callData: `0x${string}`;
|
|
2171
2157
|
callGasLimit: bigint;
|
|
@@ -2174,8 +2160,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2174
2160
|
maxFeePerGas: bigint;
|
|
2175
2161
|
maxPriorityFeePerGas: bigint;
|
|
2176
2162
|
signature: `0x${string}`;
|
|
2177
|
-
factory: `0x${string}` | null;
|
|
2178
|
-
paymaster: `0x${string}` | null;
|
|
2179
2163
|
paymasterVerificationGasLimit: bigint | null;
|
|
2180
2164
|
paymasterPostOpGasLimit: bigint | null;
|
|
2181
2165
|
factoryData: `0x${string}` | null;
|
|
@@ -2187,13 +2171,13 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2187
2171
|
sender: string;
|
|
2188
2172
|
nonce: string | number | bigint;
|
|
2189
2173
|
initCode: string;
|
|
2174
|
+
paymasterAndData: string;
|
|
2190
2175
|
callData: string;
|
|
2191
2176
|
callGasLimit: string | number | bigint;
|
|
2192
2177
|
verificationGasLimit: string | number | bigint;
|
|
2193
2178
|
preVerificationGas: string | number | bigint;
|
|
2194
2179
|
maxFeePerGas: string | number | bigint;
|
|
2195
2180
|
maxPriorityFeePerGas: string | number | bigint;
|
|
2196
|
-
paymasterAndData: string;
|
|
2197
2181
|
signature: string;
|
|
2198
2182
|
} | {
|
|
2199
2183
|
sender: string;
|
|
@@ -2231,49 +2215,49 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2231
2215
|
sender: `0x${string}`;
|
|
2232
2216
|
nonce: bigint;
|
|
2233
2217
|
initCode: `0x${string}`;
|
|
2218
|
+
paymasterAndData: `0x${string}`;
|
|
2234
2219
|
callData: `0x${string}`;
|
|
2235
2220
|
callGasLimit: bigint;
|
|
2236
2221
|
verificationGasLimit: bigint;
|
|
2237
2222
|
preVerificationGas: bigint;
|
|
2238
2223
|
maxFeePerGas: bigint;
|
|
2239
2224
|
maxPriorityFeePerGas: bigint;
|
|
2240
|
-
paymasterAndData: `0x${string}`;
|
|
2241
2225
|
signature: `0x${string}`;
|
|
2242
2226
|
}, {
|
|
2243
2227
|
sender: string;
|
|
2244
2228
|
nonce: string | number | bigint;
|
|
2245
2229
|
initCode: string;
|
|
2230
|
+
paymasterAndData: string;
|
|
2246
2231
|
callData: string;
|
|
2247
2232
|
callGasLimit: string | number | bigint;
|
|
2248
2233
|
verificationGasLimit: string | number | bigint;
|
|
2249
2234
|
preVerificationGas: string | number | bigint;
|
|
2250
2235
|
maxFeePerGas: string | number | bigint;
|
|
2251
2236
|
maxPriorityFeePerGas: string | number | bigint;
|
|
2252
|
-
paymasterAndData: string;
|
|
2253
2237
|
signature: string;
|
|
2254
2238
|
}>, {
|
|
2255
2239
|
sender: `0x${string}`;
|
|
2256
2240
|
nonce: bigint;
|
|
2257
2241
|
initCode: `0x${string}`;
|
|
2242
|
+
paymasterAndData: `0x${string}`;
|
|
2258
2243
|
callData: `0x${string}`;
|
|
2259
2244
|
callGasLimit: bigint;
|
|
2260
2245
|
verificationGasLimit: bigint;
|
|
2261
2246
|
preVerificationGas: bigint;
|
|
2262
2247
|
maxFeePerGas: bigint;
|
|
2263
2248
|
maxPriorityFeePerGas: bigint;
|
|
2264
|
-
paymasterAndData: `0x${string}`;
|
|
2265
2249
|
signature: `0x${string}`;
|
|
2266
2250
|
}, {
|
|
2267
2251
|
sender: string;
|
|
2268
2252
|
nonce: string | number | bigint;
|
|
2269
2253
|
initCode: string;
|
|
2254
|
+
paymasterAndData: string;
|
|
2270
2255
|
callData: string;
|
|
2271
2256
|
callGasLimit: string | number | bigint;
|
|
2272
2257
|
verificationGasLimit: string | number | bigint;
|
|
2273
2258
|
preVerificationGas: string | number | bigint;
|
|
2274
2259
|
maxFeePerGas: string | number | bigint;
|
|
2275
2260
|
maxPriorityFeePerGas: string | number | bigint;
|
|
2276
|
-
paymasterAndData: string;
|
|
2277
2261
|
signature: string;
|
|
2278
2262
|
}>, z.ZodEffects<z.ZodObject<{
|
|
2279
2263
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -2293,6 +2277,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2293
2277
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2294
2278
|
}, "strict", z.ZodTypeAny, {
|
|
2295
2279
|
sender: `0x${string}`;
|
|
2280
|
+
factory: `0x${string}` | null;
|
|
2281
|
+
paymaster: `0x${string}` | null;
|
|
2296
2282
|
nonce: bigint;
|
|
2297
2283
|
callData: `0x${string}`;
|
|
2298
2284
|
callGasLimit: bigint;
|
|
@@ -2301,8 +2287,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2301
2287
|
maxFeePerGas: bigint;
|
|
2302
2288
|
maxPriorityFeePerGas: bigint;
|
|
2303
2289
|
signature: `0x${string}`;
|
|
2304
|
-
factory: `0x${string}` | null;
|
|
2305
|
-
paymaster: `0x${string}` | null;
|
|
2306
2290
|
paymasterVerificationGasLimit: bigint | null;
|
|
2307
2291
|
paymasterPostOpGasLimit: bigint | null;
|
|
2308
2292
|
factoryData: `0x${string}` | null;
|
|
@@ -2325,6 +2309,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2325
2309
|
paymasterData?: string | null | undefined;
|
|
2326
2310
|
}>, {
|
|
2327
2311
|
sender: `0x${string}`;
|
|
2312
|
+
factory: `0x${string}` | null;
|
|
2313
|
+
paymaster: `0x${string}` | null;
|
|
2328
2314
|
nonce: bigint;
|
|
2329
2315
|
callData: `0x${string}`;
|
|
2330
2316
|
callGasLimit: bigint;
|
|
@@ -2333,8 +2319,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2333
2319
|
maxFeePerGas: bigint;
|
|
2334
2320
|
maxPriorityFeePerGas: bigint;
|
|
2335
2321
|
signature: `0x${string}`;
|
|
2336
|
-
factory: `0x${string}` | null;
|
|
2337
|
-
paymaster: `0x${string}` | null;
|
|
2338
2322
|
paymasterVerificationGasLimit: bigint | null;
|
|
2339
2323
|
paymasterPostOpGasLimit: bigint | null;
|
|
2340
2324
|
factoryData: `0x${string}` | null;
|
|
@@ -2385,16 +2369,18 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2385
2369
|
sender: `0x${string}`;
|
|
2386
2370
|
nonce: bigint;
|
|
2387
2371
|
initCode: `0x${string}`;
|
|
2372
|
+
paymasterAndData: `0x${string}`;
|
|
2388
2373
|
callData: `0x${string}`;
|
|
2389
2374
|
callGasLimit: bigint;
|
|
2390
2375
|
verificationGasLimit: bigint;
|
|
2391
2376
|
preVerificationGas: bigint;
|
|
2392
2377
|
maxFeePerGas: bigint;
|
|
2393
2378
|
maxPriorityFeePerGas: bigint;
|
|
2394
|
-
paymasterAndData: `0x${string}`;
|
|
2395
2379
|
signature: `0x${string}`;
|
|
2396
2380
|
} | {
|
|
2397
2381
|
sender: `0x${string}`;
|
|
2382
|
+
factory: `0x${string}` | null;
|
|
2383
|
+
paymaster: `0x${string}` | null;
|
|
2398
2384
|
nonce: bigint;
|
|
2399
2385
|
callData: `0x${string}`;
|
|
2400
2386
|
callGasLimit: bigint;
|
|
@@ -2403,8 +2389,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2403
2389
|
maxFeePerGas: bigint;
|
|
2404
2390
|
maxPriorityFeePerGas: bigint;
|
|
2405
2391
|
signature: `0x${string}`;
|
|
2406
|
-
factory: `0x${string}` | null;
|
|
2407
|
-
paymaster: `0x${string}` | null;
|
|
2408
2392
|
paymasterVerificationGasLimit: bigint | null;
|
|
2409
2393
|
paymasterPostOpGasLimit: bigint | null;
|
|
2410
2394
|
factoryData: `0x${string}` | null;
|
|
@@ -2424,13 +2408,13 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2424
2408
|
sender: string;
|
|
2425
2409
|
nonce: string | number | bigint;
|
|
2426
2410
|
initCode: string;
|
|
2411
|
+
paymasterAndData: string;
|
|
2427
2412
|
callData: string;
|
|
2428
2413
|
callGasLimit: string | number | bigint;
|
|
2429
2414
|
verificationGasLimit: string | number | bigint;
|
|
2430
2415
|
preVerificationGas: string | number | bigint;
|
|
2431
2416
|
maxFeePerGas: string | number | bigint;
|
|
2432
2417
|
maxPriorityFeePerGas: string | number | bigint;
|
|
2433
|
-
paymasterAndData: string;
|
|
2434
2418
|
signature: string;
|
|
2435
2419
|
} | {
|
|
2436
2420
|
sender: string;
|
|
@@ -2476,20 +2460,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2476
2460
|
sender: `0x${string}`;
|
|
2477
2461
|
nonce: bigint;
|
|
2478
2462
|
initCode: `0x${string}`;
|
|
2463
|
+
paymasterAndData: `0x${string}`;
|
|
2479
2464
|
callData: `0x${string}`;
|
|
2480
2465
|
callGasLimit: bigint;
|
|
2481
2466
|
verificationGasLimit: bigint;
|
|
2482
2467
|
preVerificationGas: bigint;
|
|
2483
2468
|
maxFeePerGas: bigint;
|
|
2484
2469
|
maxPriorityFeePerGas: bigint;
|
|
2485
|
-
paymasterAndData: `0x${string}`;
|
|
2486
2470
|
signature: `0x${string}`;
|
|
2487
2471
|
}, {
|
|
2488
2472
|
sender: string;
|
|
2489
2473
|
nonce: string | number | bigint;
|
|
2490
2474
|
initCode: string;
|
|
2491
|
-
callData: string;
|
|
2492
2475
|
paymasterAndData: string;
|
|
2476
|
+
callData: string;
|
|
2493
2477
|
signature: string;
|
|
2494
2478
|
callGasLimit?: string | number | bigint | undefined;
|
|
2495
2479
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -2500,20 +2484,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2500
2484
|
sender: `0x${string}`;
|
|
2501
2485
|
nonce: bigint;
|
|
2502
2486
|
initCode: `0x${string}`;
|
|
2487
|
+
paymasterAndData: `0x${string}`;
|
|
2503
2488
|
callData: `0x${string}`;
|
|
2504
2489
|
callGasLimit: bigint;
|
|
2505
2490
|
verificationGasLimit: bigint;
|
|
2506
2491
|
preVerificationGas: bigint;
|
|
2507
2492
|
maxFeePerGas: bigint;
|
|
2508
2493
|
maxPriorityFeePerGas: bigint;
|
|
2509
|
-
paymasterAndData: `0x${string}`;
|
|
2510
2494
|
signature: `0x${string}`;
|
|
2511
2495
|
}, {
|
|
2512
2496
|
sender: string;
|
|
2513
2497
|
nonce: string | number | bigint;
|
|
2514
2498
|
initCode: string;
|
|
2515
|
-
callData: string;
|
|
2516
2499
|
paymasterAndData: string;
|
|
2500
|
+
callData: string;
|
|
2517
2501
|
signature: string;
|
|
2518
2502
|
callGasLimit?: string | number | bigint | undefined;
|
|
2519
2503
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -2538,6 +2522,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2538
2522
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2539
2523
|
}, "strict", z.ZodTypeAny, {
|
|
2540
2524
|
sender: `0x${string}`;
|
|
2525
|
+
factory: `0x${string}` | null;
|
|
2526
|
+
paymaster: `0x${string}` | null;
|
|
2541
2527
|
nonce: bigint;
|
|
2542
2528
|
callData: `0x${string}`;
|
|
2543
2529
|
callGasLimit: bigint;
|
|
@@ -2546,8 +2532,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2546
2532
|
maxFeePerGas: bigint;
|
|
2547
2533
|
maxPriorityFeePerGas: bigint;
|
|
2548
2534
|
signature: `0x${string}`;
|
|
2549
|
-
factory: `0x${string}` | null;
|
|
2550
|
-
paymaster: `0x${string}` | null;
|
|
2551
2535
|
paymasterVerificationGasLimit: bigint | null;
|
|
2552
2536
|
paymasterPostOpGasLimit: bigint | null;
|
|
2553
2537
|
factoryData: `0x${string}` | null;
|
|
@@ -2570,6 +2554,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2570
2554
|
paymasterData?: string | null | undefined;
|
|
2571
2555
|
}>, {
|
|
2572
2556
|
sender: `0x${string}`;
|
|
2557
|
+
factory: `0x${string}` | null;
|
|
2558
|
+
paymaster: `0x${string}` | null;
|
|
2573
2559
|
nonce: bigint;
|
|
2574
2560
|
callData: `0x${string}`;
|
|
2575
2561
|
callGasLimit: bigint;
|
|
@@ -2578,8 +2564,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2578
2564
|
maxFeePerGas: bigint;
|
|
2579
2565
|
maxPriorityFeePerGas: bigint;
|
|
2580
2566
|
signature: `0x${string}`;
|
|
2581
|
-
factory: `0x${string}` | null;
|
|
2582
|
-
paymaster: `0x${string}` | null;
|
|
2583
2567
|
paymasterVerificationGasLimit: bigint | null;
|
|
2584
2568
|
paymasterPostOpGasLimit: bigint | null;
|
|
2585
2569
|
factoryData: `0x${string}` | null;
|
|
@@ -2640,20 +2624,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2640
2624
|
sender: `0x${string}`;
|
|
2641
2625
|
nonce: bigint;
|
|
2642
2626
|
initCode: `0x${string}`;
|
|
2627
|
+
paymasterAndData: `0x${string}`;
|
|
2643
2628
|
callData: `0x${string}`;
|
|
2644
2629
|
callGasLimit: bigint;
|
|
2645
2630
|
verificationGasLimit: bigint;
|
|
2646
2631
|
preVerificationGas: bigint;
|
|
2647
2632
|
maxFeePerGas: bigint;
|
|
2648
2633
|
maxPriorityFeePerGas: bigint;
|
|
2649
|
-
paymasterAndData: `0x${string}`;
|
|
2650
2634
|
signature: `0x${string}`;
|
|
2651
2635
|
}, {
|
|
2652
2636
|
sender: string;
|
|
2653
2637
|
nonce: string | number | bigint;
|
|
2654
2638
|
initCode: string;
|
|
2655
|
-
callData: string;
|
|
2656
2639
|
paymasterAndData: string;
|
|
2640
|
+
callData: string;
|
|
2657
2641
|
signature: string;
|
|
2658
2642
|
callGasLimit?: string | number | bigint | undefined;
|
|
2659
2643
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -2664,20 +2648,20 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2664
2648
|
sender: `0x${string}`;
|
|
2665
2649
|
nonce: bigint;
|
|
2666
2650
|
initCode: `0x${string}`;
|
|
2651
|
+
paymasterAndData: `0x${string}`;
|
|
2667
2652
|
callData: `0x${string}`;
|
|
2668
2653
|
callGasLimit: bigint;
|
|
2669
2654
|
verificationGasLimit: bigint;
|
|
2670
2655
|
preVerificationGas: bigint;
|
|
2671
2656
|
maxFeePerGas: bigint;
|
|
2672
2657
|
maxPriorityFeePerGas: bigint;
|
|
2673
|
-
paymasterAndData: `0x${string}`;
|
|
2674
2658
|
signature: `0x${string}`;
|
|
2675
2659
|
}, {
|
|
2676
2660
|
sender: string;
|
|
2677
2661
|
nonce: string | number | bigint;
|
|
2678
2662
|
initCode: string;
|
|
2679
|
-
callData: string;
|
|
2680
2663
|
paymasterAndData: string;
|
|
2664
|
+
callData: string;
|
|
2681
2665
|
signature: string;
|
|
2682
2666
|
callGasLimit?: string | number | bigint | undefined;
|
|
2683
2667
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -2702,6 +2686,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2702
2686
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
2703
2687
|
}, "strict", z.ZodTypeAny, {
|
|
2704
2688
|
sender: `0x${string}`;
|
|
2689
|
+
factory: `0x${string}` | null;
|
|
2690
|
+
paymaster: `0x${string}` | null;
|
|
2705
2691
|
nonce: bigint;
|
|
2706
2692
|
callData: `0x${string}`;
|
|
2707
2693
|
callGasLimit: bigint;
|
|
@@ -2710,8 +2696,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2710
2696
|
maxFeePerGas: bigint;
|
|
2711
2697
|
maxPriorityFeePerGas: bigint;
|
|
2712
2698
|
signature: `0x${string}`;
|
|
2713
|
-
factory: `0x${string}` | null;
|
|
2714
|
-
paymaster: `0x${string}` | null;
|
|
2715
2699
|
paymasterVerificationGasLimit: bigint | null;
|
|
2716
2700
|
paymasterPostOpGasLimit: bigint | null;
|
|
2717
2701
|
factoryData: `0x${string}` | null;
|
|
@@ -2734,6 +2718,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2734
2718
|
paymasterData?: string | null | undefined;
|
|
2735
2719
|
}>, {
|
|
2736
2720
|
sender: `0x${string}`;
|
|
2721
|
+
factory: `0x${string}` | null;
|
|
2722
|
+
paymaster: `0x${string}` | null;
|
|
2737
2723
|
nonce: bigint;
|
|
2738
2724
|
callData: `0x${string}`;
|
|
2739
2725
|
callGasLimit: bigint;
|
|
@@ -2742,8 +2728,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2742
2728
|
maxFeePerGas: bigint;
|
|
2743
2729
|
maxPriorityFeePerGas: bigint;
|
|
2744
2730
|
signature: `0x${string}`;
|
|
2745
|
-
factory: `0x${string}` | null;
|
|
2746
|
-
paymaster: `0x${string}` | null;
|
|
2747
2731
|
paymasterVerificationGasLimit: bigint | null;
|
|
2748
2732
|
paymasterPostOpGasLimit: bigint | null;
|
|
2749
2733
|
factoryData: `0x${string}` | null;
|
|
@@ -2812,16 +2796,18 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2812
2796
|
sender: `0x${string}`;
|
|
2813
2797
|
nonce: bigint;
|
|
2814
2798
|
initCode: `0x${string}`;
|
|
2799
|
+
paymasterAndData: `0x${string}`;
|
|
2815
2800
|
callData: `0x${string}`;
|
|
2816
2801
|
callGasLimit: bigint;
|
|
2817
2802
|
verificationGasLimit: bigint;
|
|
2818
2803
|
preVerificationGas: bigint;
|
|
2819
2804
|
maxFeePerGas: bigint;
|
|
2820
2805
|
maxPriorityFeePerGas: bigint;
|
|
2821
|
-
paymasterAndData: `0x${string}`;
|
|
2822
2806
|
signature: `0x${string}`;
|
|
2823
2807
|
} | {
|
|
2824
2808
|
sender: `0x${string}`;
|
|
2809
|
+
factory: `0x${string}` | null;
|
|
2810
|
+
paymaster: `0x${string}` | null;
|
|
2825
2811
|
nonce: bigint;
|
|
2826
2812
|
callData: `0x${string}`;
|
|
2827
2813
|
callGasLimit: bigint;
|
|
@@ -2830,8 +2816,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2830
2816
|
maxFeePerGas: bigint;
|
|
2831
2817
|
maxPriorityFeePerGas: bigint;
|
|
2832
2818
|
signature: `0x${string}`;
|
|
2833
|
-
factory: `0x${string}` | null;
|
|
2834
|
-
paymaster: `0x${string}` | null;
|
|
2835
2819
|
paymasterVerificationGasLimit: bigint | null;
|
|
2836
2820
|
paymasterPostOpGasLimit: bigint | null;
|
|
2837
2821
|
factoryData: `0x${string}` | null;
|
|
@@ -2848,16 +2832,18 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2848
2832
|
sender: `0x${string}`;
|
|
2849
2833
|
nonce: bigint;
|
|
2850
2834
|
initCode: `0x${string}`;
|
|
2835
|
+
paymasterAndData: `0x${string}`;
|
|
2851
2836
|
callData: `0x${string}`;
|
|
2852
2837
|
callGasLimit: bigint;
|
|
2853
2838
|
verificationGasLimit: bigint;
|
|
2854
2839
|
preVerificationGas: bigint;
|
|
2855
2840
|
maxFeePerGas: bigint;
|
|
2856
2841
|
maxPriorityFeePerGas: bigint;
|
|
2857
|
-
paymasterAndData: `0x${string}`;
|
|
2858
2842
|
signature: `0x${string}`;
|
|
2859
2843
|
} | {
|
|
2860
2844
|
sender: `0x${string}`;
|
|
2845
|
+
factory: `0x${string}` | null;
|
|
2846
|
+
paymaster: `0x${string}` | null;
|
|
2861
2847
|
nonce: bigint;
|
|
2862
2848
|
callData: `0x${string}`;
|
|
2863
2849
|
callGasLimit: bigint;
|
|
@@ -2866,8 +2852,6 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2866
2852
|
maxFeePerGas: bigint;
|
|
2867
2853
|
maxPriorityFeePerGas: bigint;
|
|
2868
2854
|
signature: `0x${string}`;
|
|
2869
|
-
factory: `0x${string}` | null;
|
|
2870
|
-
paymaster: `0x${string}` | null;
|
|
2871
2855
|
paymasterVerificationGasLimit: bigint | null;
|
|
2872
2856
|
paymasterPostOpGasLimit: bigint | null;
|
|
2873
2857
|
factoryData: `0x${string}` | null;
|
|
@@ -2893,8 +2877,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2893
2877
|
sender: string;
|
|
2894
2878
|
nonce: string | number | bigint;
|
|
2895
2879
|
initCode: string;
|
|
2896
|
-
callData: string;
|
|
2897
2880
|
paymasterAndData: string;
|
|
2881
|
+
callData: string;
|
|
2898
2882
|
signature: string;
|
|
2899
2883
|
callGasLimit?: string | number | bigint | undefined;
|
|
2900
2884
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -2929,8 +2913,8 @@ declare const bundlerRequestSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObje
|
|
|
2929
2913
|
sender: string;
|
|
2930
2914
|
nonce: string | number | bigint;
|
|
2931
2915
|
initCode: string;
|
|
2932
|
-
callData: string;
|
|
2933
2916
|
paymasterAndData: string;
|
|
2917
|
+
callData: string;
|
|
2934
2918
|
signature: string;
|
|
2935
2919
|
callGasLimit?: string | number | bigint | undefined;
|
|
2936
2920
|
verificationGasLimit?: string | number | bigint | undefined;
|
|
@@ -3106,49 +3090,49 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3106
3090
|
sender: `0x${string}`;
|
|
3107
3091
|
nonce: bigint;
|
|
3108
3092
|
initCode: `0x${string}`;
|
|
3093
|
+
paymasterAndData: `0x${string}`;
|
|
3109
3094
|
callData: `0x${string}`;
|
|
3110
3095
|
callGasLimit: bigint;
|
|
3111
3096
|
verificationGasLimit: bigint;
|
|
3112
3097
|
preVerificationGas: bigint;
|
|
3113
3098
|
maxFeePerGas: bigint;
|
|
3114
3099
|
maxPriorityFeePerGas: bigint;
|
|
3115
|
-
paymasterAndData: `0x${string}`;
|
|
3116
3100
|
signature: `0x${string}`;
|
|
3117
3101
|
}, {
|
|
3118
3102
|
sender: string;
|
|
3119
3103
|
nonce: string | number | bigint;
|
|
3120
3104
|
initCode: string;
|
|
3105
|
+
paymasterAndData: string;
|
|
3121
3106
|
callData: string;
|
|
3122
3107
|
callGasLimit: string | number | bigint;
|
|
3123
3108
|
verificationGasLimit: string | number | bigint;
|
|
3124
3109
|
preVerificationGas: string | number | bigint;
|
|
3125
3110
|
maxFeePerGas: string | number | bigint;
|
|
3126
3111
|
maxPriorityFeePerGas: string | number | bigint;
|
|
3127
|
-
paymasterAndData: string;
|
|
3128
3112
|
signature: string;
|
|
3129
3113
|
}>, {
|
|
3130
3114
|
sender: `0x${string}`;
|
|
3131
3115
|
nonce: bigint;
|
|
3132
3116
|
initCode: `0x${string}`;
|
|
3117
|
+
paymasterAndData: `0x${string}`;
|
|
3133
3118
|
callData: `0x${string}`;
|
|
3134
3119
|
callGasLimit: bigint;
|
|
3135
3120
|
verificationGasLimit: bigint;
|
|
3136
3121
|
preVerificationGas: bigint;
|
|
3137
3122
|
maxFeePerGas: bigint;
|
|
3138
3123
|
maxPriorityFeePerGas: bigint;
|
|
3139
|
-
paymasterAndData: `0x${string}`;
|
|
3140
3124
|
signature: `0x${string}`;
|
|
3141
3125
|
}, {
|
|
3142
3126
|
sender: string;
|
|
3143
3127
|
nonce: string | number | bigint;
|
|
3144
3128
|
initCode: string;
|
|
3129
|
+
paymasterAndData: string;
|
|
3145
3130
|
callData: string;
|
|
3146
3131
|
callGasLimit: string | number | bigint;
|
|
3147
3132
|
verificationGasLimit: string | number | bigint;
|
|
3148
3133
|
preVerificationGas: string | number | bigint;
|
|
3149
3134
|
maxFeePerGas: string | number | bigint;
|
|
3150
3135
|
maxPriorityFeePerGas: string | number | bigint;
|
|
3151
|
-
paymasterAndData: string;
|
|
3152
3136
|
signature: string;
|
|
3153
3137
|
}>, z.ZodEffects<z.ZodObject<{
|
|
3154
3138
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -3168,6 +3152,8 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3168
3152
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
3169
3153
|
}, "strict", z.ZodTypeAny, {
|
|
3170
3154
|
sender: `0x${string}`;
|
|
3155
|
+
factory: `0x${string}` | null;
|
|
3156
|
+
paymaster: `0x${string}` | null;
|
|
3171
3157
|
nonce: bigint;
|
|
3172
3158
|
callData: `0x${string}`;
|
|
3173
3159
|
callGasLimit: bigint;
|
|
@@ -3176,8 +3162,6 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3176
3162
|
maxFeePerGas: bigint;
|
|
3177
3163
|
maxPriorityFeePerGas: bigint;
|
|
3178
3164
|
signature: `0x${string}`;
|
|
3179
|
-
factory: `0x${string}` | null;
|
|
3180
|
-
paymaster: `0x${string}` | null;
|
|
3181
3165
|
paymasterVerificationGasLimit: bigint | null;
|
|
3182
3166
|
paymasterPostOpGasLimit: bigint | null;
|
|
3183
3167
|
factoryData: `0x${string}` | null;
|
|
@@ -3200,6 +3184,8 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3200
3184
|
paymasterData?: string | null | undefined;
|
|
3201
3185
|
}>, {
|
|
3202
3186
|
sender: `0x${string}`;
|
|
3187
|
+
factory: `0x${string}` | null;
|
|
3188
|
+
paymaster: `0x${string}` | null;
|
|
3203
3189
|
nonce: bigint;
|
|
3204
3190
|
callData: `0x${string}`;
|
|
3205
3191
|
callGasLimit: bigint;
|
|
@@ -3208,8 +3194,6 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3208
3194
|
maxFeePerGas: bigint;
|
|
3209
3195
|
maxPriorityFeePerGas: bigint;
|
|
3210
3196
|
signature: `0x${string}`;
|
|
3211
|
-
factory: `0x${string}` | null;
|
|
3212
|
-
paymaster: `0x${string}` | null;
|
|
3213
3197
|
paymasterVerificationGasLimit: bigint | null;
|
|
3214
3198
|
paymasterPostOpGasLimit: bigint | null;
|
|
3215
3199
|
factoryData: `0x${string}` | null;
|
|
@@ -3241,16 +3225,18 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3241
3225
|
sender: `0x${string}`;
|
|
3242
3226
|
nonce: bigint;
|
|
3243
3227
|
initCode: `0x${string}`;
|
|
3228
|
+
paymasterAndData: `0x${string}`;
|
|
3244
3229
|
callData: `0x${string}`;
|
|
3245
3230
|
callGasLimit: bigint;
|
|
3246
3231
|
verificationGasLimit: bigint;
|
|
3247
3232
|
preVerificationGas: bigint;
|
|
3248
3233
|
maxFeePerGas: bigint;
|
|
3249
3234
|
maxPriorityFeePerGas: bigint;
|
|
3250
|
-
paymasterAndData: `0x${string}`;
|
|
3251
3235
|
signature: `0x${string}`;
|
|
3252
3236
|
} | {
|
|
3253
3237
|
sender: `0x${string}`;
|
|
3238
|
+
factory: `0x${string}` | null;
|
|
3239
|
+
paymaster: `0x${string}` | null;
|
|
3254
3240
|
nonce: bigint;
|
|
3255
3241
|
callData: `0x${string}`;
|
|
3256
3242
|
callGasLimit: bigint;
|
|
@@ -3259,8 +3245,6 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3259
3245
|
maxFeePerGas: bigint;
|
|
3260
3246
|
maxPriorityFeePerGas: bigint;
|
|
3261
3247
|
signature: `0x${string}`;
|
|
3262
|
-
factory: `0x${string}` | null;
|
|
3263
|
-
paymaster: `0x${string}` | null;
|
|
3264
3248
|
paymasterVerificationGasLimit: bigint | null;
|
|
3265
3249
|
paymasterPostOpGasLimit: bigint | null;
|
|
3266
3250
|
factoryData: `0x${string}` | null;
|
|
@@ -3269,16 +3253,18 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3269
3253
|
sender: `0x${string}`;
|
|
3270
3254
|
nonce: bigint;
|
|
3271
3255
|
initCode: `0x${string}`;
|
|
3256
|
+
paymasterAndData: `0x${string}`;
|
|
3272
3257
|
callData: `0x${string}`;
|
|
3273
3258
|
callGasLimit: bigint;
|
|
3274
3259
|
verificationGasLimit: bigint;
|
|
3275
3260
|
preVerificationGas: bigint;
|
|
3276
3261
|
maxFeePerGas: bigint;
|
|
3277
3262
|
maxPriorityFeePerGas: bigint;
|
|
3278
|
-
paymasterAndData: `0x${string}`;
|
|
3279
3263
|
signature: `0x${string}`;
|
|
3280
3264
|
} | {
|
|
3281
3265
|
sender: `0x${string}`;
|
|
3266
|
+
factory: `0x${string}` | null;
|
|
3267
|
+
paymaster: `0x${string}` | null;
|
|
3282
3268
|
nonce: bigint;
|
|
3283
3269
|
callData: `0x${string}`;
|
|
3284
3270
|
callGasLimit: bigint;
|
|
@@ -3287,8 +3273,6 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3287
3273
|
maxFeePerGas: bigint;
|
|
3288
3274
|
maxPriorityFeePerGas: bigint;
|
|
3289
3275
|
signature: `0x${string}`;
|
|
3290
|
-
factory: `0x${string}` | null;
|
|
3291
|
-
paymaster: `0x${string}` | null;
|
|
3292
3276
|
paymasterVerificationGasLimit: bigint | null;
|
|
3293
3277
|
paymasterPostOpGasLimit: bigint | null;
|
|
3294
3278
|
factoryData: `0x${string}` | null;
|
|
@@ -3303,13 +3287,13 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3303
3287
|
sender: string;
|
|
3304
3288
|
nonce: string | number | bigint;
|
|
3305
3289
|
initCode: string;
|
|
3290
|
+
paymasterAndData: string;
|
|
3306
3291
|
callData: string;
|
|
3307
3292
|
callGasLimit: string | number | bigint;
|
|
3308
3293
|
verificationGasLimit: string | number | bigint;
|
|
3309
3294
|
preVerificationGas: string | number | bigint;
|
|
3310
3295
|
maxFeePerGas: string | number | bigint;
|
|
3311
3296
|
maxPriorityFeePerGas: string | number | bigint;
|
|
3312
|
-
paymasterAndData: string;
|
|
3313
3297
|
signature: string;
|
|
3314
3298
|
} | {
|
|
3315
3299
|
sender: string;
|
|
@@ -3331,13 +3315,13 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3331
3315
|
sender: string;
|
|
3332
3316
|
nonce: string | number | bigint;
|
|
3333
3317
|
initCode: string;
|
|
3318
|
+
paymasterAndData: string;
|
|
3334
3319
|
callData: string;
|
|
3335
3320
|
callGasLimit: string | number | bigint;
|
|
3336
3321
|
verificationGasLimit: string | number | bigint;
|
|
3337
3322
|
preVerificationGas: string | number | bigint;
|
|
3338
3323
|
maxFeePerGas: string | number | bigint;
|
|
3339
3324
|
maxPriorityFeePerGas: string | number | bigint;
|
|
3340
|
-
paymasterAndData: string;
|
|
3341
3325
|
signature: string;
|
|
3342
3326
|
} | {
|
|
3343
3327
|
sender: string;
|
|
@@ -3367,16 +3351,18 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3367
3351
|
sender: `0x${string}`;
|
|
3368
3352
|
nonce: bigint;
|
|
3369
3353
|
initCode: `0x${string}`;
|
|
3354
|
+
paymasterAndData: `0x${string}`;
|
|
3370
3355
|
callData: `0x${string}`;
|
|
3371
3356
|
callGasLimit: bigint;
|
|
3372
3357
|
verificationGasLimit: bigint;
|
|
3373
3358
|
preVerificationGas: bigint;
|
|
3374
3359
|
maxFeePerGas: bigint;
|
|
3375
3360
|
maxPriorityFeePerGas: bigint;
|
|
3376
|
-
paymasterAndData: `0x${string}`;
|
|
3377
3361
|
signature: `0x${string}`;
|
|
3378
3362
|
} | {
|
|
3379
3363
|
sender: `0x${string}`;
|
|
3364
|
+
factory: `0x${string}` | null;
|
|
3365
|
+
paymaster: `0x${string}` | null;
|
|
3380
3366
|
nonce: bigint;
|
|
3381
3367
|
callData: `0x${string}`;
|
|
3382
3368
|
callGasLimit: bigint;
|
|
@@ -3385,8 +3371,6 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3385
3371
|
maxFeePerGas: bigint;
|
|
3386
3372
|
maxPriorityFeePerGas: bigint;
|
|
3387
3373
|
signature: `0x${string}`;
|
|
3388
|
-
factory: `0x${string}` | null;
|
|
3389
|
-
paymaster: `0x${string}` | null;
|
|
3390
3374
|
paymasterVerificationGasLimit: bigint | null;
|
|
3391
3375
|
paymasterPostOpGasLimit: bigint | null;
|
|
3392
3376
|
factoryData: `0x${string}` | null;
|
|
@@ -3395,16 +3379,18 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3395
3379
|
sender: `0x${string}`;
|
|
3396
3380
|
nonce: bigint;
|
|
3397
3381
|
initCode: `0x${string}`;
|
|
3382
|
+
paymasterAndData: `0x${string}`;
|
|
3398
3383
|
callData: `0x${string}`;
|
|
3399
3384
|
callGasLimit: bigint;
|
|
3400
3385
|
verificationGasLimit: bigint;
|
|
3401
3386
|
preVerificationGas: bigint;
|
|
3402
3387
|
maxFeePerGas: bigint;
|
|
3403
3388
|
maxPriorityFeePerGas: bigint;
|
|
3404
|
-
paymasterAndData: `0x${string}`;
|
|
3405
3389
|
signature: `0x${string}`;
|
|
3406
3390
|
} | {
|
|
3407
3391
|
sender: `0x${string}`;
|
|
3392
|
+
factory: `0x${string}` | null;
|
|
3393
|
+
paymaster: `0x${string}` | null;
|
|
3408
3394
|
nonce: bigint;
|
|
3409
3395
|
callData: `0x${string}`;
|
|
3410
3396
|
callGasLimit: bigint;
|
|
@@ -3413,8 +3399,6 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3413
3399
|
maxFeePerGas: bigint;
|
|
3414
3400
|
maxPriorityFeePerGas: bigint;
|
|
3415
3401
|
signature: `0x${string}`;
|
|
3416
|
-
factory: `0x${string}` | null;
|
|
3417
|
-
paymaster: `0x${string}` | null;
|
|
3418
3402
|
paymasterVerificationGasLimit: bigint | null;
|
|
3419
3403
|
paymasterPostOpGasLimit: bigint | null;
|
|
3420
3404
|
factoryData: `0x${string}` | null;
|
|
@@ -3432,13 +3416,13 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3432
3416
|
sender: string;
|
|
3433
3417
|
nonce: string | number | bigint;
|
|
3434
3418
|
initCode: string;
|
|
3419
|
+
paymasterAndData: string;
|
|
3435
3420
|
callData: string;
|
|
3436
3421
|
callGasLimit: string | number | bigint;
|
|
3437
3422
|
verificationGasLimit: string | number | bigint;
|
|
3438
3423
|
preVerificationGas: string | number | bigint;
|
|
3439
3424
|
maxFeePerGas: string | number | bigint;
|
|
3440
3425
|
maxPriorityFeePerGas: string | number | bigint;
|
|
3441
|
-
paymasterAndData: string;
|
|
3442
3426
|
signature: string;
|
|
3443
3427
|
} | {
|
|
3444
3428
|
sender: string;
|
|
@@ -3460,13 +3444,13 @@ declare const getUserOperationByHashResponseSchema: z.ZodObject<{
|
|
|
3460
3444
|
sender: string;
|
|
3461
3445
|
nonce: string | number | bigint;
|
|
3462
3446
|
initCode: string;
|
|
3447
|
+
paymasterAndData: string;
|
|
3463
3448
|
callData: string;
|
|
3464
3449
|
callGasLimit: string | number | bigint;
|
|
3465
3450
|
verificationGasLimit: string | number | bigint;
|
|
3466
3451
|
preVerificationGas: string | number | bigint;
|
|
3467
3452
|
maxFeePerGas: string | number | bigint;
|
|
3468
3453
|
maxPriorityFeePerGas: string | number | bigint;
|
|
3469
|
-
paymasterAndData: string;
|
|
3470
3454
|
signature: string;
|
|
3471
3455
|
} | {
|
|
3472
3456
|
sender: string;
|
|
@@ -3737,8 +3721,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
3737
3721
|
}>;
|
|
3738
3722
|
}, "strip", z.ZodTypeAny, {
|
|
3739
3723
|
sender: `0x${string}`;
|
|
3740
|
-
nonce: bigint;
|
|
3741
3724
|
userOpHash: `0x${string}`;
|
|
3725
|
+
nonce: bigint;
|
|
3742
3726
|
success: boolean;
|
|
3743
3727
|
actualGasCost: bigint;
|
|
3744
3728
|
actualGasUsed: bigint;
|
|
@@ -3781,8 +3765,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
3781
3765
|
reason?: `0x${string}` | undefined;
|
|
3782
3766
|
}, {
|
|
3783
3767
|
sender: string;
|
|
3784
|
-
nonce: string | number | bigint;
|
|
3785
3768
|
userOpHash: string;
|
|
3769
|
+
nonce: string | number | bigint;
|
|
3786
3770
|
success: boolean;
|
|
3787
3771
|
actualGasCost: string | number | bigint;
|
|
3788
3772
|
actualGasUsed: string | number | bigint;
|
|
@@ -3827,8 +3811,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
3827
3811
|
}, "strip", z.ZodTypeAny, {
|
|
3828
3812
|
result: {
|
|
3829
3813
|
sender: `0x${string}`;
|
|
3830
|
-
nonce: bigint;
|
|
3831
3814
|
userOpHash: `0x${string}`;
|
|
3815
|
+
nonce: bigint;
|
|
3832
3816
|
success: boolean;
|
|
3833
3817
|
actualGasCost: bigint;
|
|
3834
3818
|
actualGasUsed: bigint;
|
|
@@ -3874,8 +3858,8 @@ declare const getUserOperationReceiptResponseSchema: z.ZodObject<{
|
|
|
3874
3858
|
}, {
|
|
3875
3859
|
result: {
|
|
3876
3860
|
sender: string;
|
|
3877
|
-
nonce: string | number | bigint;
|
|
3878
3861
|
userOpHash: string;
|
|
3862
|
+
nonce: string | number | bigint;
|
|
3879
3863
|
success: boolean;
|
|
3880
3864
|
actualGasCost: string | number | bigint;
|
|
3881
3865
|
actualGasUsed: string | number | bigint;
|
|
@@ -3957,49 +3941,49 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
3957
3941
|
sender: `0x${string}`;
|
|
3958
3942
|
nonce: bigint;
|
|
3959
3943
|
initCode: `0x${string}`;
|
|
3944
|
+
paymasterAndData: `0x${string}`;
|
|
3960
3945
|
callData: `0x${string}`;
|
|
3961
3946
|
callGasLimit: bigint;
|
|
3962
3947
|
verificationGasLimit: bigint;
|
|
3963
3948
|
preVerificationGas: bigint;
|
|
3964
3949
|
maxFeePerGas: bigint;
|
|
3965
3950
|
maxPriorityFeePerGas: bigint;
|
|
3966
|
-
paymasterAndData: `0x${string}`;
|
|
3967
3951
|
signature: `0x${string}`;
|
|
3968
3952
|
}, {
|
|
3969
3953
|
sender: string;
|
|
3970
3954
|
nonce: string | number | bigint;
|
|
3971
3955
|
initCode: string;
|
|
3956
|
+
paymasterAndData: string;
|
|
3972
3957
|
callData: string;
|
|
3973
3958
|
callGasLimit: string | number | bigint;
|
|
3974
3959
|
verificationGasLimit: string | number | bigint;
|
|
3975
3960
|
preVerificationGas: string | number | bigint;
|
|
3976
3961
|
maxFeePerGas: string | number | bigint;
|
|
3977
3962
|
maxPriorityFeePerGas: string | number | bigint;
|
|
3978
|
-
paymasterAndData: string;
|
|
3979
3963
|
signature: string;
|
|
3980
3964
|
}>, {
|
|
3981
3965
|
sender: `0x${string}`;
|
|
3982
3966
|
nonce: bigint;
|
|
3983
3967
|
initCode: `0x${string}`;
|
|
3968
|
+
paymasterAndData: `0x${string}`;
|
|
3984
3969
|
callData: `0x${string}`;
|
|
3985
3970
|
callGasLimit: bigint;
|
|
3986
3971
|
verificationGasLimit: bigint;
|
|
3987
3972
|
preVerificationGas: bigint;
|
|
3988
3973
|
maxFeePerGas: bigint;
|
|
3989
3974
|
maxPriorityFeePerGas: bigint;
|
|
3990
|
-
paymasterAndData: `0x${string}`;
|
|
3991
3975
|
signature: `0x${string}`;
|
|
3992
3976
|
}, {
|
|
3993
3977
|
sender: string;
|
|
3994
3978
|
nonce: string | number | bigint;
|
|
3995
3979
|
initCode: string;
|
|
3980
|
+
paymasterAndData: string;
|
|
3996
3981
|
callData: string;
|
|
3997
3982
|
callGasLimit: string | number | bigint;
|
|
3998
3983
|
verificationGasLimit: string | number | bigint;
|
|
3999
3984
|
preVerificationGas: string | number | bigint;
|
|
4000
3985
|
maxFeePerGas: string | number | bigint;
|
|
4001
3986
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4002
|
-
paymasterAndData: string;
|
|
4003
3987
|
signature: string;
|
|
4004
3988
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4005
3989
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -4019,6 +4003,8 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
4019
4003
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4020
4004
|
}, "strict", z.ZodTypeAny, {
|
|
4021
4005
|
sender: `0x${string}`;
|
|
4006
|
+
factory: `0x${string}` | null;
|
|
4007
|
+
paymaster: `0x${string}` | null;
|
|
4022
4008
|
nonce: bigint;
|
|
4023
4009
|
callData: `0x${string}`;
|
|
4024
4010
|
callGasLimit: bigint;
|
|
@@ -4027,8 +4013,6 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
4027
4013
|
maxFeePerGas: bigint;
|
|
4028
4014
|
maxPriorityFeePerGas: bigint;
|
|
4029
4015
|
signature: `0x${string}`;
|
|
4030
|
-
factory: `0x${string}` | null;
|
|
4031
|
-
paymaster: `0x${string}` | null;
|
|
4032
4016
|
paymasterVerificationGasLimit: bigint | null;
|
|
4033
4017
|
paymasterPostOpGasLimit: bigint | null;
|
|
4034
4018
|
factoryData: `0x${string}` | null;
|
|
@@ -4051,6 +4035,8 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
4051
4035
|
paymasterData?: string | null | undefined;
|
|
4052
4036
|
}>, {
|
|
4053
4037
|
sender: `0x${string}`;
|
|
4038
|
+
factory: `0x${string}` | null;
|
|
4039
|
+
paymaster: `0x${string}` | null;
|
|
4054
4040
|
nonce: bigint;
|
|
4055
4041
|
callData: `0x${string}`;
|
|
4056
4042
|
callGasLimit: bigint;
|
|
@@ -4059,8 +4045,6 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
4059
4045
|
maxFeePerGas: bigint;
|
|
4060
4046
|
maxPriorityFeePerGas: bigint;
|
|
4061
4047
|
signature: `0x${string}`;
|
|
4062
|
-
factory: `0x${string}` | null;
|
|
4063
|
-
paymaster: `0x${string}` | null;
|
|
4064
4048
|
paymasterVerificationGasLimit: bigint | null;
|
|
4065
4049
|
paymasterPostOpGasLimit: bigint | null;
|
|
4066
4050
|
factoryData: `0x${string}` | null;
|
|
@@ -4087,16 +4071,18 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
4087
4071
|
sender: `0x${string}`;
|
|
4088
4072
|
nonce: bigint;
|
|
4089
4073
|
initCode: `0x${string}`;
|
|
4074
|
+
paymasterAndData: `0x${string}`;
|
|
4090
4075
|
callData: `0x${string}`;
|
|
4091
4076
|
callGasLimit: bigint;
|
|
4092
4077
|
verificationGasLimit: bigint;
|
|
4093
4078
|
preVerificationGas: bigint;
|
|
4094
4079
|
maxFeePerGas: bigint;
|
|
4095
4080
|
maxPriorityFeePerGas: bigint;
|
|
4096
|
-
paymasterAndData: `0x${string}`;
|
|
4097
4081
|
signature: `0x${string}`;
|
|
4098
4082
|
} | {
|
|
4099
4083
|
sender: `0x${string}`;
|
|
4084
|
+
factory: `0x${string}` | null;
|
|
4085
|
+
paymaster: `0x${string}` | null;
|
|
4100
4086
|
nonce: bigint;
|
|
4101
4087
|
callData: `0x${string}`;
|
|
4102
4088
|
callGasLimit: bigint;
|
|
@@ -4105,8 +4091,6 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
4105
4091
|
maxFeePerGas: bigint;
|
|
4106
4092
|
maxPriorityFeePerGas: bigint;
|
|
4107
4093
|
signature: `0x${string}`;
|
|
4108
|
-
factory: `0x${string}` | null;
|
|
4109
|
-
paymaster: `0x${string}` | null;
|
|
4110
4094
|
paymasterVerificationGasLimit: bigint | null;
|
|
4111
4095
|
paymasterPostOpGasLimit: bigint | null;
|
|
4112
4096
|
factoryData: `0x${string}` | null;
|
|
@@ -4118,13 +4102,13 @@ declare const bundlerDumpMempoolResponseSchema: z.ZodObject<{
|
|
|
4118
4102
|
sender: string;
|
|
4119
4103
|
nonce: string | number | bigint;
|
|
4120
4104
|
initCode: string;
|
|
4105
|
+
paymasterAndData: string;
|
|
4121
4106
|
callData: string;
|
|
4122
4107
|
callGasLimit: string | number | bigint;
|
|
4123
4108
|
verificationGasLimit: string | number | bigint;
|
|
4124
4109
|
preVerificationGas: string | number | bigint;
|
|
4125
4110
|
maxFeePerGas: string | number | bigint;
|
|
4126
4111
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4127
|
-
paymasterAndData: string;
|
|
4128
4112
|
signature: string;
|
|
4129
4113
|
} | {
|
|
4130
4114
|
sender: string;
|
|
@@ -4524,49 +4508,49 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4524
4508
|
sender: `0x${string}`;
|
|
4525
4509
|
nonce: bigint;
|
|
4526
4510
|
initCode: `0x${string}`;
|
|
4511
|
+
paymasterAndData: `0x${string}`;
|
|
4527
4512
|
callData: `0x${string}`;
|
|
4528
4513
|
callGasLimit: bigint;
|
|
4529
4514
|
verificationGasLimit: bigint;
|
|
4530
4515
|
preVerificationGas: bigint;
|
|
4531
4516
|
maxFeePerGas: bigint;
|
|
4532
4517
|
maxPriorityFeePerGas: bigint;
|
|
4533
|
-
paymasterAndData: `0x${string}`;
|
|
4534
4518
|
signature: `0x${string}`;
|
|
4535
4519
|
}, {
|
|
4536
4520
|
sender: string;
|
|
4537
4521
|
nonce: string | number | bigint;
|
|
4538
4522
|
initCode: string;
|
|
4523
|
+
paymasterAndData: string;
|
|
4539
4524
|
callData: string;
|
|
4540
4525
|
callGasLimit: string | number | bigint;
|
|
4541
4526
|
verificationGasLimit: string | number | bigint;
|
|
4542
4527
|
preVerificationGas: string | number | bigint;
|
|
4543
4528
|
maxFeePerGas: string | number | bigint;
|
|
4544
4529
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4545
|
-
paymasterAndData: string;
|
|
4546
4530
|
signature: string;
|
|
4547
4531
|
}>, {
|
|
4548
4532
|
sender: `0x${string}`;
|
|
4549
4533
|
nonce: bigint;
|
|
4550
4534
|
initCode: `0x${string}`;
|
|
4535
|
+
paymasterAndData: `0x${string}`;
|
|
4551
4536
|
callData: `0x${string}`;
|
|
4552
4537
|
callGasLimit: bigint;
|
|
4553
4538
|
verificationGasLimit: bigint;
|
|
4554
4539
|
preVerificationGas: bigint;
|
|
4555
4540
|
maxFeePerGas: bigint;
|
|
4556
4541
|
maxPriorityFeePerGas: bigint;
|
|
4557
|
-
paymasterAndData: `0x${string}`;
|
|
4558
4542
|
signature: `0x${string}`;
|
|
4559
4543
|
}, {
|
|
4560
4544
|
sender: string;
|
|
4561
4545
|
nonce: string | number | bigint;
|
|
4562
4546
|
initCode: string;
|
|
4547
|
+
paymasterAndData: string;
|
|
4563
4548
|
callData: string;
|
|
4564
4549
|
callGasLimit: string | number | bigint;
|
|
4565
4550
|
verificationGasLimit: string | number | bigint;
|
|
4566
4551
|
preVerificationGas: string | number | bigint;
|
|
4567
4552
|
maxFeePerGas: string | number | bigint;
|
|
4568
4553
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4569
|
-
paymasterAndData: string;
|
|
4570
4554
|
signature: string;
|
|
4571
4555
|
}>, z.ZodEffects<z.ZodObject<{
|
|
4572
4556
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -4586,6 +4570,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4586
4570
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
4587
4571
|
}, "strict", z.ZodTypeAny, {
|
|
4588
4572
|
sender: `0x${string}`;
|
|
4573
|
+
factory: `0x${string}` | null;
|
|
4574
|
+
paymaster: `0x${string}` | null;
|
|
4589
4575
|
nonce: bigint;
|
|
4590
4576
|
callData: `0x${string}`;
|
|
4591
4577
|
callGasLimit: bigint;
|
|
@@ -4594,8 +4580,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4594
4580
|
maxFeePerGas: bigint;
|
|
4595
4581
|
maxPriorityFeePerGas: bigint;
|
|
4596
4582
|
signature: `0x${string}`;
|
|
4597
|
-
factory: `0x${string}` | null;
|
|
4598
|
-
paymaster: `0x${string}` | null;
|
|
4599
4583
|
paymasterVerificationGasLimit: bigint | null;
|
|
4600
4584
|
paymasterPostOpGasLimit: bigint | null;
|
|
4601
4585
|
factoryData: `0x${string}` | null;
|
|
@@ -4618,6 +4602,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4618
4602
|
paymasterData?: string | null | undefined;
|
|
4619
4603
|
}>, {
|
|
4620
4604
|
sender: `0x${string}`;
|
|
4605
|
+
factory: `0x${string}` | null;
|
|
4606
|
+
paymaster: `0x${string}` | null;
|
|
4621
4607
|
nonce: bigint;
|
|
4622
4608
|
callData: `0x${string}`;
|
|
4623
4609
|
callGasLimit: bigint;
|
|
@@ -4626,8 +4612,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4626
4612
|
maxFeePerGas: bigint;
|
|
4627
4613
|
maxPriorityFeePerGas: bigint;
|
|
4628
4614
|
signature: `0x${string}`;
|
|
4629
|
-
factory: `0x${string}` | null;
|
|
4630
|
-
paymaster: `0x${string}` | null;
|
|
4631
4615
|
paymasterVerificationGasLimit: bigint | null;
|
|
4632
4616
|
paymasterPostOpGasLimit: bigint | null;
|
|
4633
4617
|
factoryData: `0x${string}` | null;
|
|
@@ -4659,16 +4643,18 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4659
4643
|
sender: `0x${string}`;
|
|
4660
4644
|
nonce: bigint;
|
|
4661
4645
|
initCode: `0x${string}`;
|
|
4646
|
+
paymasterAndData: `0x${string}`;
|
|
4662
4647
|
callData: `0x${string}`;
|
|
4663
4648
|
callGasLimit: bigint;
|
|
4664
4649
|
verificationGasLimit: bigint;
|
|
4665
4650
|
preVerificationGas: bigint;
|
|
4666
4651
|
maxFeePerGas: bigint;
|
|
4667
4652
|
maxPriorityFeePerGas: bigint;
|
|
4668
|
-
paymasterAndData: `0x${string}`;
|
|
4669
4653
|
signature: `0x${string}`;
|
|
4670
4654
|
} | {
|
|
4671
4655
|
sender: `0x${string}`;
|
|
4656
|
+
factory: `0x${string}` | null;
|
|
4657
|
+
paymaster: `0x${string}` | null;
|
|
4672
4658
|
nonce: bigint;
|
|
4673
4659
|
callData: `0x${string}`;
|
|
4674
4660
|
callGasLimit: bigint;
|
|
@@ -4677,8 +4663,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4677
4663
|
maxFeePerGas: bigint;
|
|
4678
4664
|
maxPriorityFeePerGas: bigint;
|
|
4679
4665
|
signature: `0x${string}`;
|
|
4680
|
-
factory: `0x${string}` | null;
|
|
4681
|
-
paymaster: `0x${string}` | null;
|
|
4682
4666
|
paymasterVerificationGasLimit: bigint | null;
|
|
4683
4667
|
paymasterPostOpGasLimit: bigint | null;
|
|
4684
4668
|
factoryData: `0x${string}` | null;
|
|
@@ -4687,16 +4671,18 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4687
4671
|
sender: `0x${string}`;
|
|
4688
4672
|
nonce: bigint;
|
|
4689
4673
|
initCode: `0x${string}`;
|
|
4674
|
+
paymasterAndData: `0x${string}`;
|
|
4690
4675
|
callData: `0x${string}`;
|
|
4691
4676
|
callGasLimit: bigint;
|
|
4692
4677
|
verificationGasLimit: bigint;
|
|
4693
4678
|
preVerificationGas: bigint;
|
|
4694
4679
|
maxFeePerGas: bigint;
|
|
4695
4680
|
maxPriorityFeePerGas: bigint;
|
|
4696
|
-
paymasterAndData: `0x${string}`;
|
|
4697
4681
|
signature: `0x${string}`;
|
|
4698
4682
|
} | {
|
|
4699
4683
|
sender: `0x${string}`;
|
|
4684
|
+
factory: `0x${string}` | null;
|
|
4685
|
+
paymaster: `0x${string}` | null;
|
|
4700
4686
|
nonce: bigint;
|
|
4701
4687
|
callData: `0x${string}`;
|
|
4702
4688
|
callGasLimit: bigint;
|
|
@@ -4705,8 +4691,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4705
4691
|
maxFeePerGas: bigint;
|
|
4706
4692
|
maxPriorityFeePerGas: bigint;
|
|
4707
4693
|
signature: `0x${string}`;
|
|
4708
|
-
factory: `0x${string}` | null;
|
|
4709
|
-
paymaster: `0x${string}` | null;
|
|
4710
4694
|
paymasterVerificationGasLimit: bigint | null;
|
|
4711
4695
|
paymasterPostOpGasLimit: bigint | null;
|
|
4712
4696
|
factoryData: `0x${string}` | null;
|
|
@@ -4721,13 +4705,13 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4721
4705
|
sender: string;
|
|
4722
4706
|
nonce: string | number | bigint;
|
|
4723
4707
|
initCode: string;
|
|
4708
|
+
paymasterAndData: string;
|
|
4724
4709
|
callData: string;
|
|
4725
4710
|
callGasLimit: string | number | bigint;
|
|
4726
4711
|
verificationGasLimit: string | number | bigint;
|
|
4727
4712
|
preVerificationGas: string | number | bigint;
|
|
4728
4713
|
maxFeePerGas: string | number | bigint;
|
|
4729
4714
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4730
|
-
paymasterAndData: string;
|
|
4731
4715
|
signature: string;
|
|
4732
4716
|
} | {
|
|
4733
4717
|
sender: string;
|
|
@@ -4749,13 +4733,13 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4749
4733
|
sender: string;
|
|
4750
4734
|
nonce: string | number | bigint;
|
|
4751
4735
|
initCode: string;
|
|
4736
|
+
paymasterAndData: string;
|
|
4752
4737
|
callData: string;
|
|
4753
4738
|
callGasLimit: string | number | bigint;
|
|
4754
4739
|
verificationGasLimit: string | number | bigint;
|
|
4755
4740
|
preVerificationGas: string | number | bigint;
|
|
4756
4741
|
maxFeePerGas: string | number | bigint;
|
|
4757
4742
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4758
|
-
paymasterAndData: string;
|
|
4759
4743
|
signature: string;
|
|
4760
4744
|
} | {
|
|
4761
4745
|
sender: string;
|
|
@@ -4785,16 +4769,18 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4785
4769
|
sender: `0x${string}`;
|
|
4786
4770
|
nonce: bigint;
|
|
4787
4771
|
initCode: `0x${string}`;
|
|
4772
|
+
paymasterAndData: `0x${string}`;
|
|
4788
4773
|
callData: `0x${string}`;
|
|
4789
4774
|
callGasLimit: bigint;
|
|
4790
4775
|
verificationGasLimit: bigint;
|
|
4791
4776
|
preVerificationGas: bigint;
|
|
4792
4777
|
maxFeePerGas: bigint;
|
|
4793
4778
|
maxPriorityFeePerGas: bigint;
|
|
4794
|
-
paymasterAndData: `0x${string}`;
|
|
4795
4779
|
signature: `0x${string}`;
|
|
4796
4780
|
} | {
|
|
4797
4781
|
sender: `0x${string}`;
|
|
4782
|
+
factory: `0x${string}` | null;
|
|
4783
|
+
paymaster: `0x${string}` | null;
|
|
4798
4784
|
nonce: bigint;
|
|
4799
4785
|
callData: `0x${string}`;
|
|
4800
4786
|
callGasLimit: bigint;
|
|
@@ -4803,8 +4789,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4803
4789
|
maxFeePerGas: bigint;
|
|
4804
4790
|
maxPriorityFeePerGas: bigint;
|
|
4805
4791
|
signature: `0x${string}`;
|
|
4806
|
-
factory: `0x${string}` | null;
|
|
4807
|
-
paymaster: `0x${string}` | null;
|
|
4808
4792
|
paymasterVerificationGasLimit: bigint | null;
|
|
4809
4793
|
paymasterPostOpGasLimit: bigint | null;
|
|
4810
4794
|
factoryData: `0x${string}` | null;
|
|
@@ -4813,16 +4797,18 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4813
4797
|
sender: `0x${string}`;
|
|
4814
4798
|
nonce: bigint;
|
|
4815
4799
|
initCode: `0x${string}`;
|
|
4800
|
+
paymasterAndData: `0x${string}`;
|
|
4816
4801
|
callData: `0x${string}`;
|
|
4817
4802
|
callGasLimit: bigint;
|
|
4818
4803
|
verificationGasLimit: bigint;
|
|
4819
4804
|
preVerificationGas: bigint;
|
|
4820
4805
|
maxFeePerGas: bigint;
|
|
4821
4806
|
maxPriorityFeePerGas: bigint;
|
|
4822
|
-
paymasterAndData: `0x${string}`;
|
|
4823
4807
|
signature: `0x${string}`;
|
|
4824
4808
|
} | {
|
|
4825
4809
|
sender: `0x${string}`;
|
|
4810
|
+
factory: `0x${string}` | null;
|
|
4811
|
+
paymaster: `0x${string}` | null;
|
|
4826
4812
|
nonce: bigint;
|
|
4827
4813
|
callData: `0x${string}`;
|
|
4828
4814
|
callGasLimit: bigint;
|
|
@@ -4831,8 +4817,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4831
4817
|
maxFeePerGas: bigint;
|
|
4832
4818
|
maxPriorityFeePerGas: bigint;
|
|
4833
4819
|
signature: `0x${string}`;
|
|
4834
|
-
factory: `0x${string}` | null;
|
|
4835
|
-
paymaster: `0x${string}` | null;
|
|
4836
4820
|
paymasterVerificationGasLimit: bigint | null;
|
|
4837
4821
|
paymasterPostOpGasLimit: bigint | null;
|
|
4838
4822
|
factoryData: `0x${string}` | null;
|
|
@@ -4850,13 +4834,13 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4850
4834
|
sender: string;
|
|
4851
4835
|
nonce: string | number | bigint;
|
|
4852
4836
|
initCode: string;
|
|
4837
|
+
paymasterAndData: string;
|
|
4853
4838
|
callData: string;
|
|
4854
4839
|
callGasLimit: string | number | bigint;
|
|
4855
4840
|
verificationGasLimit: string | number | bigint;
|
|
4856
4841
|
preVerificationGas: string | number | bigint;
|
|
4857
4842
|
maxFeePerGas: string | number | bigint;
|
|
4858
4843
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4859
|
-
paymasterAndData: string;
|
|
4860
4844
|
signature: string;
|
|
4861
4845
|
} | {
|
|
4862
4846
|
sender: string;
|
|
@@ -4878,13 +4862,13 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
4878
4862
|
sender: string;
|
|
4879
4863
|
nonce: string | number | bigint;
|
|
4880
4864
|
initCode: string;
|
|
4865
|
+
paymasterAndData: string;
|
|
4881
4866
|
callData: string;
|
|
4882
4867
|
callGasLimit: string | number | bigint;
|
|
4883
4868
|
verificationGasLimit: string | number | bigint;
|
|
4884
4869
|
preVerificationGas: string | number | bigint;
|
|
4885
4870
|
maxFeePerGas: string | number | bigint;
|
|
4886
4871
|
maxPriorityFeePerGas: string | number | bigint;
|
|
4887
|
-
paymasterAndData: string;
|
|
4888
4872
|
signature: string;
|
|
4889
4873
|
} | {
|
|
4890
4874
|
sender: string;
|
|
@@ -5038,8 +5022,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5038
5022
|
}>;
|
|
5039
5023
|
}, "strip", z.ZodTypeAny, {
|
|
5040
5024
|
sender: `0x${string}`;
|
|
5041
|
-
nonce: bigint;
|
|
5042
5025
|
userOpHash: `0x${string}`;
|
|
5026
|
+
nonce: bigint;
|
|
5043
5027
|
success: boolean;
|
|
5044
5028
|
actualGasCost: bigint;
|
|
5045
5029
|
actualGasUsed: bigint;
|
|
@@ -5082,8 +5066,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5082
5066
|
reason?: `0x${string}` | undefined;
|
|
5083
5067
|
}, {
|
|
5084
5068
|
sender: string;
|
|
5085
|
-
nonce: string | number | bigint;
|
|
5086
5069
|
userOpHash: string;
|
|
5070
|
+
nonce: string | number | bigint;
|
|
5087
5071
|
success: boolean;
|
|
5088
5072
|
actualGasCost: string | number | bigint;
|
|
5089
5073
|
actualGasUsed: string | number | bigint;
|
|
@@ -5128,8 +5112,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5128
5112
|
}, "strip", z.ZodTypeAny, {
|
|
5129
5113
|
result: {
|
|
5130
5114
|
sender: `0x${string}`;
|
|
5131
|
-
nonce: bigint;
|
|
5132
5115
|
userOpHash: `0x${string}`;
|
|
5116
|
+
nonce: bigint;
|
|
5133
5117
|
success: boolean;
|
|
5134
5118
|
actualGasCost: bigint;
|
|
5135
5119
|
actualGasUsed: bigint;
|
|
@@ -5175,8 +5159,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5175
5159
|
}, {
|
|
5176
5160
|
result: {
|
|
5177
5161
|
sender: string;
|
|
5178
|
-
nonce: string | number | bigint;
|
|
5179
5162
|
userOpHash: string;
|
|
5163
|
+
nonce: string | number | bigint;
|
|
5180
5164
|
success: boolean;
|
|
5181
5165
|
actualGasCost: string | number | bigint;
|
|
5182
5166
|
actualGasUsed: string | number | bigint;
|
|
@@ -5255,49 +5239,49 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5255
5239
|
sender: `0x${string}`;
|
|
5256
5240
|
nonce: bigint;
|
|
5257
5241
|
initCode: `0x${string}`;
|
|
5242
|
+
paymasterAndData: `0x${string}`;
|
|
5258
5243
|
callData: `0x${string}`;
|
|
5259
5244
|
callGasLimit: bigint;
|
|
5260
5245
|
verificationGasLimit: bigint;
|
|
5261
5246
|
preVerificationGas: bigint;
|
|
5262
5247
|
maxFeePerGas: bigint;
|
|
5263
5248
|
maxPriorityFeePerGas: bigint;
|
|
5264
|
-
paymasterAndData: `0x${string}`;
|
|
5265
5249
|
signature: `0x${string}`;
|
|
5266
5250
|
}, {
|
|
5267
5251
|
sender: string;
|
|
5268
5252
|
nonce: string | number | bigint;
|
|
5269
5253
|
initCode: string;
|
|
5254
|
+
paymasterAndData: string;
|
|
5270
5255
|
callData: string;
|
|
5271
5256
|
callGasLimit: string | number | bigint;
|
|
5272
5257
|
verificationGasLimit: string | number | bigint;
|
|
5273
5258
|
preVerificationGas: string | number | bigint;
|
|
5274
5259
|
maxFeePerGas: string | number | bigint;
|
|
5275
5260
|
maxPriorityFeePerGas: string | number | bigint;
|
|
5276
|
-
paymasterAndData: string;
|
|
5277
5261
|
signature: string;
|
|
5278
5262
|
}>, {
|
|
5279
5263
|
sender: `0x${string}`;
|
|
5280
5264
|
nonce: bigint;
|
|
5281
5265
|
initCode: `0x${string}`;
|
|
5266
|
+
paymasterAndData: `0x${string}`;
|
|
5282
5267
|
callData: `0x${string}`;
|
|
5283
5268
|
callGasLimit: bigint;
|
|
5284
5269
|
verificationGasLimit: bigint;
|
|
5285
5270
|
preVerificationGas: bigint;
|
|
5286
5271
|
maxFeePerGas: bigint;
|
|
5287
5272
|
maxPriorityFeePerGas: bigint;
|
|
5288
|
-
paymasterAndData: `0x${string}`;
|
|
5289
5273
|
signature: `0x${string}`;
|
|
5290
5274
|
}, {
|
|
5291
5275
|
sender: string;
|
|
5292
5276
|
nonce: string | number | bigint;
|
|
5293
5277
|
initCode: string;
|
|
5278
|
+
paymasterAndData: string;
|
|
5294
5279
|
callData: string;
|
|
5295
5280
|
callGasLimit: string | number | bigint;
|
|
5296
5281
|
verificationGasLimit: string | number | bigint;
|
|
5297
5282
|
preVerificationGas: string | number | bigint;
|
|
5298
5283
|
maxFeePerGas: string | number | bigint;
|
|
5299
5284
|
maxPriorityFeePerGas: string | number | bigint;
|
|
5300
|
-
paymasterAndData: string;
|
|
5301
5285
|
signature: string;
|
|
5302
5286
|
}>, z.ZodEffects<z.ZodObject<{
|
|
5303
5287
|
sender: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
@@ -5317,6 +5301,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5317
5301
|
signature: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5318
5302
|
}, "strict", z.ZodTypeAny, {
|
|
5319
5303
|
sender: `0x${string}`;
|
|
5304
|
+
factory: `0x${string}` | null;
|
|
5305
|
+
paymaster: `0x${string}` | null;
|
|
5320
5306
|
nonce: bigint;
|
|
5321
5307
|
callData: `0x${string}`;
|
|
5322
5308
|
callGasLimit: bigint;
|
|
@@ -5325,8 +5311,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5325
5311
|
maxFeePerGas: bigint;
|
|
5326
5312
|
maxPriorityFeePerGas: bigint;
|
|
5327
5313
|
signature: `0x${string}`;
|
|
5328
|
-
factory: `0x${string}` | null;
|
|
5329
|
-
paymaster: `0x${string}` | null;
|
|
5330
5314
|
paymasterVerificationGasLimit: bigint | null;
|
|
5331
5315
|
paymasterPostOpGasLimit: bigint | null;
|
|
5332
5316
|
factoryData: `0x${string}` | null;
|
|
@@ -5349,6 +5333,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5349
5333
|
paymasterData?: string | null | undefined;
|
|
5350
5334
|
}>, {
|
|
5351
5335
|
sender: `0x${string}`;
|
|
5336
|
+
factory: `0x${string}` | null;
|
|
5337
|
+
paymaster: `0x${string}` | null;
|
|
5352
5338
|
nonce: bigint;
|
|
5353
5339
|
callData: `0x${string}`;
|
|
5354
5340
|
callGasLimit: bigint;
|
|
@@ -5357,8 +5343,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5357
5343
|
maxFeePerGas: bigint;
|
|
5358
5344
|
maxPriorityFeePerGas: bigint;
|
|
5359
5345
|
signature: `0x${string}`;
|
|
5360
|
-
factory: `0x${string}` | null;
|
|
5361
|
-
paymaster: `0x${string}` | null;
|
|
5362
5346
|
paymasterVerificationGasLimit: bigint | null;
|
|
5363
5347
|
paymasterPostOpGasLimit: bigint | null;
|
|
5364
5348
|
factoryData: `0x${string}` | null;
|
|
@@ -5385,16 +5369,18 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5385
5369
|
sender: `0x${string}`;
|
|
5386
5370
|
nonce: bigint;
|
|
5387
5371
|
initCode: `0x${string}`;
|
|
5372
|
+
paymasterAndData: `0x${string}`;
|
|
5388
5373
|
callData: `0x${string}`;
|
|
5389
5374
|
callGasLimit: bigint;
|
|
5390
5375
|
verificationGasLimit: bigint;
|
|
5391
5376
|
preVerificationGas: bigint;
|
|
5392
5377
|
maxFeePerGas: bigint;
|
|
5393
5378
|
maxPriorityFeePerGas: bigint;
|
|
5394
|
-
paymasterAndData: `0x${string}`;
|
|
5395
5379
|
signature: `0x${string}`;
|
|
5396
5380
|
} | {
|
|
5397
5381
|
sender: `0x${string}`;
|
|
5382
|
+
factory: `0x${string}` | null;
|
|
5383
|
+
paymaster: `0x${string}` | null;
|
|
5398
5384
|
nonce: bigint;
|
|
5399
5385
|
callData: `0x${string}`;
|
|
5400
5386
|
callGasLimit: bigint;
|
|
@@ -5403,8 +5389,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5403
5389
|
maxFeePerGas: bigint;
|
|
5404
5390
|
maxPriorityFeePerGas: bigint;
|
|
5405
5391
|
signature: `0x${string}`;
|
|
5406
|
-
factory: `0x${string}` | null;
|
|
5407
|
-
paymaster: `0x${string}` | null;
|
|
5408
5392
|
paymasterVerificationGasLimit: bigint | null;
|
|
5409
5393
|
paymasterPostOpGasLimit: bigint | null;
|
|
5410
5394
|
factoryData: `0x${string}` | null;
|
|
@@ -5416,13 +5400,13 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5416
5400
|
sender: string;
|
|
5417
5401
|
nonce: string | number | bigint;
|
|
5418
5402
|
initCode: string;
|
|
5403
|
+
paymasterAndData: string;
|
|
5419
5404
|
callData: string;
|
|
5420
5405
|
callGasLimit: string | number | bigint;
|
|
5421
5406
|
verificationGasLimit: string | number | bigint;
|
|
5422
5407
|
preVerificationGas: string | number | bigint;
|
|
5423
5408
|
maxFeePerGas: string | number | bigint;
|
|
5424
5409
|
maxPriorityFeePerGas: string | number | bigint;
|
|
5425
|
-
paymasterAndData: string;
|
|
5426
5410
|
signature: string;
|
|
5427
5411
|
} | {
|
|
5428
5412
|
sender: string;
|
|
@@ -5671,15 +5655,6 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5671
5655
|
};
|
|
5672
5656
|
};
|
|
5673
5657
|
method: "pimlico_getUserOperationGasPrice";
|
|
5674
|
-
}>, z.ZodObject<{
|
|
5675
|
-
method: z.ZodLiteral<"pimlico_sendCompressedUserOperation">;
|
|
5676
|
-
result: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5677
|
-
}, "strip", z.ZodTypeAny, {
|
|
5678
|
-
result: `0x${string}`;
|
|
5679
|
-
method: "pimlico_sendCompressedUserOperation";
|
|
5680
|
-
}, {
|
|
5681
|
-
result: string;
|
|
5682
|
-
method: "pimlico_sendCompressedUserOperation";
|
|
5683
5658
|
}>, z.ZodObject<{
|
|
5684
5659
|
method: z.ZodLiteral<"pimlico_sendUserOperationNow">;
|
|
5685
5660
|
result: z.ZodUnion<[z.ZodObject<{
|
|
@@ -5810,8 +5785,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5810
5785
|
}>;
|
|
5811
5786
|
}, "strip", z.ZodTypeAny, {
|
|
5812
5787
|
sender: `0x${string}`;
|
|
5813
|
-
nonce: bigint;
|
|
5814
5788
|
userOpHash: `0x${string}`;
|
|
5789
|
+
nonce: bigint;
|
|
5815
5790
|
success: boolean;
|
|
5816
5791
|
actualGasCost: bigint;
|
|
5817
5792
|
actualGasUsed: bigint;
|
|
@@ -5854,8 +5829,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5854
5829
|
reason?: `0x${string}` | undefined;
|
|
5855
5830
|
}, {
|
|
5856
5831
|
sender: string;
|
|
5857
|
-
nonce: string | number | bigint;
|
|
5858
5832
|
userOpHash: string;
|
|
5833
|
+
nonce: string | number | bigint;
|
|
5859
5834
|
success: boolean;
|
|
5860
5835
|
actualGasCost: string | number | bigint;
|
|
5861
5836
|
actualGasUsed: string | number | bigint;
|
|
@@ -5900,8 +5875,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5900
5875
|
}, "strip", z.ZodTypeAny, {
|
|
5901
5876
|
result: {
|
|
5902
5877
|
sender: `0x${string}`;
|
|
5903
|
-
nonce: bigint;
|
|
5904
5878
|
userOpHash: `0x${string}`;
|
|
5879
|
+
nonce: bigint;
|
|
5905
5880
|
success: boolean;
|
|
5906
5881
|
actualGasCost: bigint;
|
|
5907
5882
|
actualGasUsed: bigint;
|
|
@@ -5947,8 +5922,8 @@ declare const bundlerResponseSchema: z.ZodDiscriminatedUnion<"method", [z.ZodObj
|
|
|
5947
5922
|
}, {
|
|
5948
5923
|
result: {
|
|
5949
5924
|
sender: string;
|
|
5950
|
-
nonce: string | number | bigint;
|
|
5951
5925
|
userOpHash: string;
|
|
5926
|
+
nonce: string | number | bigint;
|
|
5952
5927
|
success: boolean;
|
|
5953
5928
|
actualGasCost: string | number | bigint;
|
|
5954
5929
|
actualGasUsed: string | number | bigint;
|