@pimlico/alto 0.0.0-main.20250602T150752 → 0.0.0-main.20250605T142651

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,878 @@
1
+ export declare const boostSendUserOperationHandler: {
2
+ schema: import("zod").ZodObject<{
3
+ method: import("zod").ZodLiteral<"boost_sendUserOperation">;
4
+ params: import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
5
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
6
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
7
+ initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
8
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
9
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
10
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
11
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
12
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
13
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
14
+ paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
15
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
16
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
17
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
18
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
19
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
20
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
21
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
22
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
23
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
24
+ }, "strip", import("zod").ZodTypeAny, {
25
+ nonce: number;
26
+ contractAddress: `0x${string}`;
27
+ chainId: number;
28
+ r: `0x${string}`;
29
+ s: `0x${string}`;
30
+ yParity: number;
31
+ v?: bigint | undefined;
32
+ }, {
33
+ nonce: string | number | bigint;
34
+ contractAddress: string;
35
+ chainId: string | number | bigint;
36
+ r: string;
37
+ s: string;
38
+ yParity: string | number | bigint;
39
+ v?: string | number | bigint | undefined;
40
+ }>, import("zod").ZodObject<{
41
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
42
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
43
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
44
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
45
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
46
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
47
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
48
+ }, "strip", import("zod").ZodTypeAny, {
49
+ address: `0x${string}`;
50
+ nonce: number;
51
+ chainId: number;
52
+ r: `0x${string}`;
53
+ s: `0x${string}`;
54
+ yParity: number;
55
+ v?: bigint | undefined;
56
+ }, {
57
+ address: string;
58
+ nonce: string | number | bigint;
59
+ chainId: string | number | bigint;
60
+ r: string;
61
+ s: string;
62
+ yParity: string | number | bigint;
63
+ v?: string | number | bigint | undefined;
64
+ }>]>>>;
65
+ }, "strict", import("zod").ZodTypeAny, {
66
+ sender: `0x${string}`;
67
+ nonce: bigint;
68
+ initCode: `0x${string}`;
69
+ paymasterAndData: `0x${string}`;
70
+ callData: `0x${string}`;
71
+ callGasLimit: bigint;
72
+ verificationGasLimit: bigint;
73
+ preVerificationGas: bigint;
74
+ maxFeePerGas: bigint;
75
+ maxPriorityFeePerGas: bigint;
76
+ signature: `0x${string}`;
77
+ eip7702Auth?: {
78
+ nonce: number;
79
+ contractAddress: `0x${string}`;
80
+ chainId: number;
81
+ r: `0x${string}`;
82
+ s: `0x${string}`;
83
+ yParity: number;
84
+ v?: bigint | undefined;
85
+ } | {
86
+ address: `0x${string}`;
87
+ nonce: number;
88
+ chainId: number;
89
+ r: `0x${string}`;
90
+ s: `0x${string}`;
91
+ yParity: number;
92
+ v?: bigint | undefined;
93
+ } | null | undefined;
94
+ }, {
95
+ sender: string;
96
+ nonce: string | number | bigint;
97
+ initCode: string;
98
+ paymasterAndData: string;
99
+ callData: string;
100
+ callGasLimit: string | number | bigint;
101
+ verificationGasLimit: string | number | bigint;
102
+ preVerificationGas: string | number | bigint;
103
+ maxFeePerGas: string | number | bigint;
104
+ maxPriorityFeePerGas: string | number | bigint;
105
+ signature: string;
106
+ eip7702Auth?: {
107
+ nonce: string | number | bigint;
108
+ contractAddress: string;
109
+ chainId: string | number | bigint;
110
+ r: string;
111
+ s: string;
112
+ yParity: string | number | bigint;
113
+ v?: string | number | bigint | undefined;
114
+ } | {
115
+ address: string;
116
+ nonce: string | number | bigint;
117
+ chainId: string | number | bigint;
118
+ r: string;
119
+ s: string;
120
+ yParity: string | number | bigint;
121
+ v?: string | number | bigint | undefined;
122
+ } | null | undefined;
123
+ }>, {
124
+ sender: `0x${string}`;
125
+ nonce: bigint;
126
+ initCode: `0x${string}`;
127
+ paymasterAndData: `0x${string}`;
128
+ callData: `0x${string}`;
129
+ callGasLimit: bigint;
130
+ verificationGasLimit: bigint;
131
+ preVerificationGas: bigint;
132
+ maxFeePerGas: bigint;
133
+ maxPriorityFeePerGas: bigint;
134
+ signature: `0x${string}`;
135
+ eip7702Auth?: {
136
+ nonce: number;
137
+ contractAddress: `0x${string}`;
138
+ chainId: number;
139
+ r: `0x${string}`;
140
+ s: `0x${string}`;
141
+ yParity: number;
142
+ v?: bigint | undefined;
143
+ } | {
144
+ address: `0x${string}`;
145
+ nonce: number;
146
+ chainId: number;
147
+ r: `0x${string}`;
148
+ s: `0x${string}`;
149
+ yParity: number;
150
+ v?: bigint | undefined;
151
+ } | null | undefined;
152
+ }, {
153
+ sender: string;
154
+ nonce: string | number | bigint;
155
+ initCode: string;
156
+ paymasterAndData: string;
157
+ callData: string;
158
+ callGasLimit: string | number | bigint;
159
+ verificationGasLimit: string | number | bigint;
160
+ preVerificationGas: string | number | bigint;
161
+ maxFeePerGas: string | number | bigint;
162
+ maxPriorityFeePerGas: string | number | bigint;
163
+ signature: string;
164
+ eip7702Auth?: {
165
+ nonce: string | number | bigint;
166
+ contractAddress: string;
167
+ chainId: string | number | bigint;
168
+ r: string;
169
+ s: string;
170
+ yParity: string | number | bigint;
171
+ v?: string | number | bigint | undefined;
172
+ } | {
173
+ address: string;
174
+ nonce: string | number | bigint;
175
+ chainId: string | number | bigint;
176
+ r: string;
177
+ s: string;
178
+ yParity: string | number | bigint;
179
+ v?: string | number | bigint | undefined;
180
+ } | null | undefined;
181
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
182
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
183
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
184
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
185
+ factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
186
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
187
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
188
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
189
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
190
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
191
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
192
+ paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
193
+ paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
194
+ paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
195
+ paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
196
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
197
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
198
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
199
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
200
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
201
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
202
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
203
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
204
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
205
+ }, "strip", import("zod").ZodTypeAny, {
206
+ nonce: number;
207
+ contractAddress: `0x${string}`;
208
+ chainId: number;
209
+ r: `0x${string}`;
210
+ s: `0x${string}`;
211
+ yParity: number;
212
+ v?: bigint | undefined;
213
+ }, {
214
+ nonce: string | number | bigint;
215
+ contractAddress: string;
216
+ chainId: string | number | bigint;
217
+ r: string;
218
+ s: string;
219
+ yParity: string | number | bigint;
220
+ v?: string | number | bigint | undefined;
221
+ }>, import("zod").ZodObject<{
222
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
223
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
224
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
225
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
226
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
227
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
228
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
229
+ }, "strip", import("zod").ZodTypeAny, {
230
+ address: `0x${string}`;
231
+ nonce: number;
232
+ chainId: number;
233
+ r: `0x${string}`;
234
+ s: `0x${string}`;
235
+ yParity: number;
236
+ v?: bigint | undefined;
237
+ }, {
238
+ address: string;
239
+ nonce: string | number | bigint;
240
+ chainId: string | number | bigint;
241
+ r: string;
242
+ s: string;
243
+ yParity: string | number | bigint;
244
+ v?: string | number | bigint | undefined;
245
+ }>]>>>;
246
+ }, "strict", import("zod").ZodTypeAny, {
247
+ sender: `0x${string}`;
248
+ factory: `0x${string}` | null;
249
+ paymaster: `0x${string}` | null;
250
+ nonce: bigint;
251
+ callData: `0x${string}`;
252
+ callGasLimit: bigint;
253
+ verificationGasLimit: bigint;
254
+ preVerificationGas: bigint;
255
+ maxFeePerGas: bigint;
256
+ maxPriorityFeePerGas: bigint;
257
+ signature: `0x${string}`;
258
+ paymasterVerificationGasLimit: bigint | null;
259
+ paymasterPostOpGasLimit: bigint | null;
260
+ factoryData: `0x${string}` | null;
261
+ paymasterData: `0x${string}` | null;
262
+ eip7702Auth?: {
263
+ nonce: number;
264
+ contractAddress: `0x${string}`;
265
+ chainId: number;
266
+ r: `0x${string}`;
267
+ s: `0x${string}`;
268
+ yParity: number;
269
+ v?: bigint | undefined;
270
+ } | {
271
+ address: `0x${string}`;
272
+ nonce: number;
273
+ chainId: number;
274
+ r: `0x${string}`;
275
+ s: `0x${string}`;
276
+ yParity: number;
277
+ v?: bigint | undefined;
278
+ } | null | undefined;
279
+ }, {
280
+ sender: string;
281
+ nonce: string | number | bigint;
282
+ callData: string;
283
+ callGasLimit: string | number | bigint;
284
+ verificationGasLimit: string | number | bigint;
285
+ preVerificationGas: string | number | bigint;
286
+ maxFeePerGas: string | number | bigint;
287
+ maxPriorityFeePerGas: string | number | bigint;
288
+ signature: string;
289
+ factory?: string | null | undefined;
290
+ factoryData?: string | null | undefined;
291
+ paymaster?: string | null | undefined;
292
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
293
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
294
+ paymasterData?: string | null | undefined;
295
+ eip7702Auth?: {
296
+ nonce: string | number | bigint;
297
+ contractAddress: string;
298
+ chainId: string | number | bigint;
299
+ r: string;
300
+ s: string;
301
+ yParity: string | number | bigint;
302
+ v?: string | number | bigint | undefined;
303
+ } | {
304
+ address: string;
305
+ nonce: string | number | bigint;
306
+ chainId: string | number | bigint;
307
+ r: string;
308
+ s: string;
309
+ yParity: string | number | bigint;
310
+ v?: string | number | bigint | undefined;
311
+ } | null | undefined;
312
+ }>, {
313
+ sender: `0x${string}`;
314
+ factory: `0x${string}` | null;
315
+ paymaster: `0x${string}` | null;
316
+ nonce: bigint;
317
+ callData: `0x${string}`;
318
+ callGasLimit: bigint;
319
+ verificationGasLimit: bigint;
320
+ preVerificationGas: bigint;
321
+ maxFeePerGas: bigint;
322
+ maxPriorityFeePerGas: bigint;
323
+ signature: `0x${string}`;
324
+ paymasterVerificationGasLimit: bigint | null;
325
+ paymasterPostOpGasLimit: bigint | null;
326
+ factoryData: `0x${string}` | null;
327
+ paymasterData: `0x${string}` | null;
328
+ eip7702Auth?: {
329
+ nonce: number;
330
+ contractAddress: `0x${string}`;
331
+ chainId: number;
332
+ r: `0x${string}`;
333
+ s: `0x${string}`;
334
+ yParity: number;
335
+ v?: bigint | undefined;
336
+ } | {
337
+ address: `0x${string}`;
338
+ nonce: number;
339
+ chainId: number;
340
+ r: `0x${string}`;
341
+ s: `0x${string}`;
342
+ yParity: number;
343
+ v?: bigint | undefined;
344
+ } | null | undefined;
345
+ }, {
346
+ sender: string;
347
+ nonce: string | number | bigint;
348
+ callData: string;
349
+ callGasLimit: string | number | bigint;
350
+ verificationGasLimit: string | number | bigint;
351
+ preVerificationGas: string | number | bigint;
352
+ maxFeePerGas: string | number | bigint;
353
+ maxPriorityFeePerGas: string | number | bigint;
354
+ signature: string;
355
+ factory?: string | null | undefined;
356
+ factoryData?: string | null | undefined;
357
+ paymaster?: string | null | undefined;
358
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
359
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
360
+ paymasterData?: string | null | undefined;
361
+ eip7702Auth?: {
362
+ nonce: string | number | bigint;
363
+ contractAddress: string;
364
+ chainId: string | number | bigint;
365
+ r: string;
366
+ s: string;
367
+ yParity: string | number | bigint;
368
+ v?: string | number | bigint | undefined;
369
+ } | {
370
+ address: string;
371
+ nonce: string | number | bigint;
372
+ chainId: string | number | bigint;
373
+ r: string;
374
+ s: string;
375
+ yParity: string | number | bigint;
376
+ v?: string | number | bigint | undefined;
377
+ } | null | undefined;
378
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
379
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
380
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
381
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodLiteral<"0x7702">]>>>, `0x${string}` | null, string | null | undefined>;
382
+ factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
383
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
384
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
385
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
386
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
387
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
388
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
389
+ paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
390
+ paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
391
+ paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
392
+ paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
393
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
394
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
395
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
396
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
397
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
398
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
399
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
400
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
401
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
402
+ }, "strip", import("zod").ZodTypeAny, {
403
+ nonce: number;
404
+ contractAddress: `0x${string}`;
405
+ chainId: number;
406
+ r: `0x${string}`;
407
+ s: `0x${string}`;
408
+ yParity: number;
409
+ v?: bigint | undefined;
410
+ }, {
411
+ nonce: string | number | bigint;
412
+ contractAddress: string;
413
+ chainId: string | number | bigint;
414
+ r: string;
415
+ s: string;
416
+ yParity: string | number | bigint;
417
+ v?: string | number | bigint | undefined;
418
+ }>, import("zod").ZodObject<{
419
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
420
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
421
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
422
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
423
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
424
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
425
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
426
+ }, "strip", import("zod").ZodTypeAny, {
427
+ address: `0x${string}`;
428
+ nonce: number;
429
+ chainId: number;
430
+ r: `0x${string}`;
431
+ s: `0x${string}`;
432
+ yParity: number;
433
+ v?: bigint | undefined;
434
+ }, {
435
+ address: string;
436
+ nonce: string | number | bigint;
437
+ chainId: string | number | bigint;
438
+ r: string;
439
+ s: string;
440
+ yParity: string | number | bigint;
441
+ v?: string | number | bigint | undefined;
442
+ }>]>>>;
443
+ }, "strict", import("zod").ZodTypeAny, {
444
+ sender: `0x${string}`;
445
+ factory: `0x${string}` | null;
446
+ paymaster: `0x${string}` | null;
447
+ nonce: bigint;
448
+ callData: `0x${string}`;
449
+ callGasLimit: bigint;
450
+ verificationGasLimit: bigint;
451
+ preVerificationGas: bigint;
452
+ maxFeePerGas: bigint;
453
+ maxPriorityFeePerGas: bigint;
454
+ signature: `0x${string}`;
455
+ paymasterVerificationGasLimit: bigint | null;
456
+ paymasterPostOpGasLimit: bigint | null;
457
+ factoryData: `0x${string}` | null;
458
+ paymasterData: `0x${string}` | null;
459
+ eip7702Auth?: {
460
+ nonce: number;
461
+ contractAddress: `0x${string}`;
462
+ chainId: number;
463
+ r: `0x${string}`;
464
+ s: `0x${string}`;
465
+ yParity: number;
466
+ v?: bigint | undefined;
467
+ } | {
468
+ address: `0x${string}`;
469
+ nonce: number;
470
+ chainId: number;
471
+ r: `0x${string}`;
472
+ s: `0x${string}`;
473
+ yParity: number;
474
+ v?: bigint | undefined;
475
+ } | null | undefined;
476
+ }, {
477
+ sender: string;
478
+ nonce: string | number | bigint;
479
+ callData: string;
480
+ callGasLimit: string | number | bigint;
481
+ verificationGasLimit: string | number | bigint;
482
+ preVerificationGas: string | number | bigint;
483
+ maxFeePerGas: string | number | bigint;
484
+ maxPriorityFeePerGas: string | number | bigint;
485
+ signature: string;
486
+ factory?: string | null | undefined;
487
+ factoryData?: string | null | undefined;
488
+ paymaster?: string | null | undefined;
489
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
490
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
491
+ paymasterData?: string | null | undefined;
492
+ eip7702Auth?: {
493
+ nonce: string | number | bigint;
494
+ contractAddress: string;
495
+ chainId: string | number | bigint;
496
+ r: string;
497
+ s: string;
498
+ yParity: string | number | bigint;
499
+ v?: string | number | bigint | undefined;
500
+ } | {
501
+ address: string;
502
+ nonce: string | number | bigint;
503
+ chainId: string | number | bigint;
504
+ r: string;
505
+ s: string;
506
+ yParity: string | number | bigint;
507
+ v?: string | number | bigint | undefined;
508
+ } | null | undefined;
509
+ }>, {
510
+ sender: `0x${string}`;
511
+ factory: `0x${string}` | null;
512
+ paymaster: `0x${string}` | null;
513
+ nonce: bigint;
514
+ callData: `0x${string}`;
515
+ callGasLimit: bigint;
516
+ verificationGasLimit: bigint;
517
+ preVerificationGas: bigint;
518
+ maxFeePerGas: bigint;
519
+ maxPriorityFeePerGas: bigint;
520
+ signature: `0x${string}`;
521
+ paymasterVerificationGasLimit: bigint | null;
522
+ paymasterPostOpGasLimit: bigint | null;
523
+ factoryData: `0x${string}` | null;
524
+ paymasterData: `0x${string}` | null;
525
+ eip7702Auth?: {
526
+ nonce: number;
527
+ contractAddress: `0x${string}`;
528
+ chainId: number;
529
+ r: `0x${string}`;
530
+ s: `0x${string}`;
531
+ yParity: number;
532
+ v?: bigint | undefined;
533
+ } | {
534
+ address: `0x${string}`;
535
+ nonce: number;
536
+ chainId: number;
537
+ r: `0x${string}`;
538
+ s: `0x${string}`;
539
+ yParity: number;
540
+ v?: bigint | undefined;
541
+ } | null | undefined;
542
+ }, {
543
+ sender: string;
544
+ nonce: string | number | bigint;
545
+ callData: string;
546
+ callGasLimit: string | number | bigint;
547
+ verificationGasLimit: string | number | bigint;
548
+ preVerificationGas: string | number | bigint;
549
+ maxFeePerGas: string | number | bigint;
550
+ maxPriorityFeePerGas: string | number | bigint;
551
+ signature: string;
552
+ factory?: string | null | undefined;
553
+ factoryData?: string | null | undefined;
554
+ paymaster?: string | null | undefined;
555
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
556
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
557
+ paymasterData?: string | null | undefined;
558
+ eip7702Auth?: {
559
+ nonce: string | number | bigint;
560
+ contractAddress: string;
561
+ chainId: string | number | bigint;
562
+ r: string;
563
+ s: string;
564
+ yParity: string | number | bigint;
565
+ v?: string | number | bigint | undefined;
566
+ } | {
567
+ address: string;
568
+ nonce: string | number | bigint;
569
+ chainId: string | number | bigint;
570
+ r: string;
571
+ s: string;
572
+ yParity: string | number | bigint;
573
+ v?: string | number | bigint | undefined;
574
+ } | null | undefined;
575
+ }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>;
576
+ result: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
577
+ }, "strip", import("zod").ZodTypeAny, {
578
+ result: `0x${string}`;
579
+ params: [{
580
+ sender: `0x${string}`;
581
+ nonce: bigint;
582
+ initCode: `0x${string}`;
583
+ paymasterAndData: `0x${string}`;
584
+ callData: `0x${string}`;
585
+ callGasLimit: bigint;
586
+ verificationGasLimit: bigint;
587
+ preVerificationGas: bigint;
588
+ maxFeePerGas: bigint;
589
+ maxPriorityFeePerGas: bigint;
590
+ signature: `0x${string}`;
591
+ eip7702Auth?: {
592
+ nonce: number;
593
+ contractAddress: `0x${string}`;
594
+ chainId: number;
595
+ r: `0x${string}`;
596
+ s: `0x${string}`;
597
+ yParity: number;
598
+ v?: bigint | undefined;
599
+ } | {
600
+ address: `0x${string}`;
601
+ nonce: number;
602
+ chainId: number;
603
+ r: `0x${string}`;
604
+ s: `0x${string}`;
605
+ yParity: number;
606
+ v?: bigint | undefined;
607
+ } | null | undefined;
608
+ } | {
609
+ sender: `0x${string}`;
610
+ factory: `0x${string}` | null;
611
+ paymaster: `0x${string}` | null;
612
+ nonce: bigint;
613
+ callData: `0x${string}`;
614
+ callGasLimit: bigint;
615
+ verificationGasLimit: bigint;
616
+ preVerificationGas: bigint;
617
+ maxFeePerGas: bigint;
618
+ maxPriorityFeePerGas: bigint;
619
+ signature: `0x${string}`;
620
+ paymasterVerificationGasLimit: bigint | null;
621
+ paymasterPostOpGasLimit: bigint | null;
622
+ factoryData: `0x${string}` | null;
623
+ paymasterData: `0x${string}` | null;
624
+ eip7702Auth?: {
625
+ nonce: number;
626
+ contractAddress: `0x${string}`;
627
+ chainId: number;
628
+ r: `0x${string}`;
629
+ s: `0x${string}`;
630
+ yParity: number;
631
+ v?: bigint | undefined;
632
+ } | {
633
+ address: `0x${string}`;
634
+ nonce: number;
635
+ chainId: number;
636
+ r: `0x${string}`;
637
+ s: `0x${string}`;
638
+ yParity: number;
639
+ v?: bigint | undefined;
640
+ } | null | undefined;
641
+ } | {
642
+ sender: `0x${string}`;
643
+ factory: `0x${string}` | null;
644
+ paymaster: `0x${string}` | null;
645
+ nonce: bigint;
646
+ callData: `0x${string}`;
647
+ callGasLimit: bigint;
648
+ verificationGasLimit: bigint;
649
+ preVerificationGas: bigint;
650
+ maxFeePerGas: bigint;
651
+ maxPriorityFeePerGas: bigint;
652
+ signature: `0x${string}`;
653
+ paymasterVerificationGasLimit: bigint | null;
654
+ paymasterPostOpGasLimit: bigint | null;
655
+ factoryData: `0x${string}` | null;
656
+ paymasterData: `0x${string}` | null;
657
+ eip7702Auth?: {
658
+ nonce: number;
659
+ contractAddress: `0x${string}`;
660
+ chainId: number;
661
+ r: `0x${string}`;
662
+ s: `0x${string}`;
663
+ yParity: number;
664
+ v?: bigint | undefined;
665
+ } | {
666
+ address: `0x${string}`;
667
+ nonce: number;
668
+ chainId: number;
669
+ r: `0x${string}`;
670
+ s: `0x${string}`;
671
+ yParity: number;
672
+ v?: bigint | undefined;
673
+ } | null | undefined;
674
+ }, `0x${string}`];
675
+ method: "boost_sendUserOperation";
676
+ }, {
677
+ result: string;
678
+ params: [{
679
+ sender: string;
680
+ nonce: string | number | bigint;
681
+ initCode: string;
682
+ paymasterAndData: string;
683
+ callData: string;
684
+ callGasLimit: string | number | bigint;
685
+ verificationGasLimit: string | number | bigint;
686
+ preVerificationGas: string | number | bigint;
687
+ maxFeePerGas: string | number | bigint;
688
+ maxPriorityFeePerGas: string | number | bigint;
689
+ signature: string;
690
+ eip7702Auth?: {
691
+ nonce: string | number | bigint;
692
+ contractAddress: string;
693
+ chainId: string | number | bigint;
694
+ r: string;
695
+ s: string;
696
+ yParity: string | number | bigint;
697
+ v?: string | number | bigint | undefined;
698
+ } | {
699
+ address: string;
700
+ nonce: string | number | bigint;
701
+ chainId: string | number | bigint;
702
+ r: string;
703
+ s: string;
704
+ yParity: string | number | bigint;
705
+ v?: string | number | bigint | undefined;
706
+ } | null | undefined;
707
+ } | {
708
+ sender: string;
709
+ nonce: string | number | bigint;
710
+ callData: string;
711
+ callGasLimit: string | number | bigint;
712
+ verificationGasLimit: string | number | bigint;
713
+ preVerificationGas: string | number | bigint;
714
+ maxFeePerGas: string | number | bigint;
715
+ maxPriorityFeePerGas: string | number | bigint;
716
+ signature: string;
717
+ factory?: string | null | undefined;
718
+ factoryData?: string | null | undefined;
719
+ paymaster?: string | null | undefined;
720
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
721
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
722
+ paymasterData?: string | null | undefined;
723
+ eip7702Auth?: {
724
+ nonce: string | number | bigint;
725
+ contractAddress: string;
726
+ chainId: string | number | bigint;
727
+ r: string;
728
+ s: string;
729
+ yParity: string | number | bigint;
730
+ v?: string | number | bigint | undefined;
731
+ } | {
732
+ address: string;
733
+ nonce: string | number | bigint;
734
+ chainId: string | number | bigint;
735
+ r: string;
736
+ s: string;
737
+ yParity: string | number | bigint;
738
+ v?: string | number | bigint | undefined;
739
+ } | null | undefined;
740
+ } | {
741
+ sender: string;
742
+ nonce: string | number | bigint;
743
+ callData: string;
744
+ callGasLimit: string | number | bigint;
745
+ verificationGasLimit: string | number | bigint;
746
+ preVerificationGas: string | number | bigint;
747
+ maxFeePerGas: string | number | bigint;
748
+ maxPriorityFeePerGas: string | number | bigint;
749
+ signature: string;
750
+ factory?: string | null | undefined;
751
+ factoryData?: string | null | undefined;
752
+ paymaster?: string | null | undefined;
753
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
754
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
755
+ paymasterData?: string | null | undefined;
756
+ eip7702Auth?: {
757
+ nonce: string | number | bigint;
758
+ contractAddress: string;
759
+ chainId: string | number | bigint;
760
+ r: string;
761
+ s: string;
762
+ yParity: string | number | bigint;
763
+ v?: string | number | bigint | undefined;
764
+ } | {
765
+ address: string;
766
+ nonce: string | number | bigint;
767
+ chainId: string | number | bigint;
768
+ r: string;
769
+ s: string;
770
+ yParity: string | number | bigint;
771
+ v?: string | number | bigint | undefined;
772
+ } | null | undefined;
773
+ }, string];
774
+ method: "boost_sendUserOperation";
775
+ }>;
776
+ method: "boost_sendUserOperation";
777
+ handler: (args: {
778
+ rpcHandler: import("../index.js").RpcHandler;
779
+ params: readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
780
+ sender: `0x${string}`;
781
+ nonce: bigint;
782
+ initCode: `0x${string}`;
783
+ paymasterAndData: `0x${string}`;
784
+ callData: `0x${string}`;
785
+ callGasLimit: bigint;
786
+ verificationGasLimit: bigint;
787
+ preVerificationGas: bigint;
788
+ maxFeePerGas: bigint;
789
+ maxPriorityFeePerGas: bigint;
790
+ signature: `0x${string}`;
791
+ eip7702Auth?: {
792
+ nonce: number;
793
+ contractAddress: `0x${string}`;
794
+ chainId: number;
795
+ r: `0x${string}`;
796
+ s: `0x${string}`;
797
+ yParity: number;
798
+ v?: bigint | undefined;
799
+ } | {
800
+ address: `0x${string}`;
801
+ nonce: number;
802
+ chainId: number;
803
+ r: `0x${string}`;
804
+ s: `0x${string}`;
805
+ yParity: number;
806
+ v?: bigint | undefined;
807
+ } | null | undefined;
808
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
809
+ sender: `0x${string}`;
810
+ factory: `0x${string}` | null;
811
+ paymaster: `0x${string}` | null;
812
+ nonce: bigint;
813
+ callData: `0x${string}`;
814
+ callGasLimit: bigint;
815
+ verificationGasLimit: bigint;
816
+ preVerificationGas: bigint;
817
+ maxFeePerGas: bigint;
818
+ maxPriorityFeePerGas: bigint;
819
+ signature: `0x${string}`;
820
+ paymasterVerificationGasLimit: bigint | null;
821
+ paymasterPostOpGasLimit: bigint | null;
822
+ factoryData: `0x${string}` | null;
823
+ paymasterData: `0x${string}` | null;
824
+ eip7702Auth?: {
825
+ nonce: number;
826
+ contractAddress: `0x${string}`;
827
+ chainId: number;
828
+ r: `0x${string}`;
829
+ s: `0x${string}`;
830
+ yParity: number;
831
+ v?: bigint | undefined;
832
+ } | {
833
+ address: `0x${string}`;
834
+ nonce: number;
835
+ chainId: number;
836
+ r: `0x${string}`;
837
+ s: `0x${string}`;
838
+ yParity: number;
839
+ v?: bigint | undefined;
840
+ } | null | undefined;
841
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
842
+ sender: `0x${string}`;
843
+ factory: `0x${string}` | null;
844
+ paymaster: `0x${string}` | null;
845
+ nonce: bigint;
846
+ callData: `0x${string}`;
847
+ callGasLimit: bigint;
848
+ verificationGasLimit: bigint;
849
+ preVerificationGas: bigint;
850
+ maxFeePerGas: bigint;
851
+ maxPriorityFeePerGas: bigint;
852
+ signature: `0x${string}`;
853
+ paymasterVerificationGasLimit: bigint | null;
854
+ paymasterPostOpGasLimit: bigint | null;
855
+ factoryData: `0x${string}` | null;
856
+ paymasterData: `0x${string}` | null;
857
+ eip7702Auth?: {
858
+ nonce: number;
859
+ contractAddress: `0x${string}`;
860
+ chainId: number;
861
+ r: `0x${string}`;
862
+ s: `0x${string}`;
863
+ yParity: number;
864
+ v?: bigint | undefined;
865
+ } | {
866
+ address: `0x${string}`;
867
+ nonce: number;
868
+ chainId: number;
869
+ r: `0x${string}`;
870
+ s: `0x${string}`;
871
+ yParity: number;
872
+ v?: bigint | undefined;
873
+ } | null | undefined;
874
+ }>, `0x${string}`];
875
+ apiVersion: import("../../types/index.js").ApiVersion;
876
+ }) => `0x${string}` | Promise<`0x${string}`>;
877
+ };
878
+ //# sourceMappingURL=boost_sendUserOperation.d.ts.map