@pimlico/alto 0.0.0-main.20250415T144457 → 0.0.0-main.20250416T102711
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/config/bundler.d.ts +20 -20
- package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +300 -300
- package/esm/types/schemas.d.ts +900 -900
- package/esm/types/schemas.js +44 -4
- package/esm/types/schemas.js.map +1 -1
- package/lib/cli/config/bundler.d.ts +20 -20
- package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +300 -300
- package/lib/types/schemas.d.ts +900 -900
- package/lib/types/schemas.js +43 -3
- package/lib/types/schemas.js.map +1 -1
- package/package.json +1 -1
|
@@ -15,12 +15,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
15
15
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
16
16
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
17
17
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
18
|
-
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
|
|
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
|
|
20
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
21
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
18
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
19
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
20
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
21
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
22
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
|
|
23
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
24
24
|
}, "strip", import("zod").ZodTypeAny, {
|
|
25
25
|
nonce: number;
|
|
26
26
|
contractAddress: `0x${string}`;
|
|
@@ -30,21 +30,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
30
30
|
yParity: number;
|
|
31
31
|
v?: bigint | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
nonce: string | number | bigint;
|
|
34
33
|
contractAddress: string;
|
|
35
|
-
chainId
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
chainId?: string | number | bigint | undefined;
|
|
35
|
+
nonce?: string | number | bigint | undefined;
|
|
36
|
+
r?: string | undefined;
|
|
37
|
+
s?: string | undefined;
|
|
39
38
|
v?: string | number | bigint | undefined;
|
|
39
|
+
yParity?: string | number | bigint | undefined;
|
|
40
40
|
}>, import("zod").ZodObject<{
|
|
41
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
|
|
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
|
|
44
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
45
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
42
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
43
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
44
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
45
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
46
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
|
|
47
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
48
48
|
}, "strip", import("zod").ZodTypeAny, {
|
|
49
49
|
address: `0x${string}`;
|
|
50
50
|
nonce: number;
|
|
@@ -55,12 +55,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
55
55
|
v?: bigint | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
address: string;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
r
|
|
61
|
-
s
|
|
62
|
-
yParity: string | number | bigint;
|
|
58
|
+
chainId?: string | number | bigint | undefined;
|
|
59
|
+
nonce?: string | number | bigint | undefined;
|
|
60
|
+
r?: string | undefined;
|
|
61
|
+
s?: string | undefined;
|
|
63
62
|
v?: string | number | bigint | undefined;
|
|
63
|
+
yParity?: string | number | bigint | undefined;
|
|
64
64
|
}>]>>>;
|
|
65
65
|
}, "strict", import("zod").ZodTypeAny, {
|
|
66
66
|
sender: `0x${string}`;
|
|
@@ -104,21 +104,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
104
104
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
105
105
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
106
106
|
eip7702Auth?: {
|
|
107
|
-
nonce: string | number | bigint;
|
|
108
107
|
contractAddress: string;
|
|
109
|
-
chainId
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
108
|
+
chainId?: string | number | bigint | undefined;
|
|
109
|
+
nonce?: string | number | bigint | undefined;
|
|
110
|
+
r?: string | undefined;
|
|
111
|
+
s?: string | undefined;
|
|
113
112
|
v?: string | number | bigint | undefined;
|
|
113
|
+
yParity?: string | number | bigint | undefined;
|
|
114
114
|
} | {
|
|
115
115
|
address: string;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
r
|
|
119
|
-
s
|
|
120
|
-
yParity: string | number | bigint;
|
|
116
|
+
chainId?: string | number | bigint | undefined;
|
|
117
|
+
nonce?: string | number | bigint | undefined;
|
|
118
|
+
r?: string | undefined;
|
|
119
|
+
s?: string | undefined;
|
|
121
120
|
v?: string | number | bigint | undefined;
|
|
121
|
+
yParity?: string | number | bigint | undefined;
|
|
122
122
|
} | null | undefined;
|
|
123
123
|
}>, {
|
|
124
124
|
sender: `0x${string}`;
|
|
@@ -162,21 +162,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
162
162
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
163
163
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
164
164
|
eip7702Auth?: {
|
|
165
|
-
nonce: string | number | bigint;
|
|
166
165
|
contractAddress: string;
|
|
167
|
-
chainId
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
166
|
+
chainId?: string | number | bigint | undefined;
|
|
167
|
+
nonce?: string | number | bigint | undefined;
|
|
168
|
+
r?: string | undefined;
|
|
169
|
+
s?: string | undefined;
|
|
171
170
|
v?: string | number | bigint | undefined;
|
|
171
|
+
yParity?: string | number | bigint | undefined;
|
|
172
172
|
} | {
|
|
173
173
|
address: string;
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
r
|
|
177
|
-
s
|
|
178
|
-
yParity: string | number | bigint;
|
|
174
|
+
chainId?: string | number | bigint | undefined;
|
|
175
|
+
nonce?: string | number | bigint | undefined;
|
|
176
|
+
r?: string | undefined;
|
|
177
|
+
s?: string | undefined;
|
|
179
178
|
v?: string | number | bigint | undefined;
|
|
179
|
+
yParity?: string | number | bigint | undefined;
|
|
180
180
|
} | null | undefined;
|
|
181
181
|
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
182
182
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -196,12 +196,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
196
196
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
197
197
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
198
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
|
|
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
|
|
201
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
202
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
199
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
200
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
201
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
202
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
203
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
|
|
204
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
205
205
|
}, "strip", import("zod").ZodTypeAny, {
|
|
206
206
|
nonce: number;
|
|
207
207
|
contractAddress: `0x${string}`;
|
|
@@ -211,21 +211,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
211
211
|
yParity: number;
|
|
212
212
|
v?: bigint | undefined;
|
|
213
213
|
}, {
|
|
214
|
-
nonce: string | number | bigint;
|
|
215
214
|
contractAddress: string;
|
|
216
|
-
chainId
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
215
|
+
chainId?: string | number | bigint | undefined;
|
|
216
|
+
nonce?: string | number | bigint | undefined;
|
|
217
|
+
r?: string | undefined;
|
|
218
|
+
s?: string | undefined;
|
|
220
219
|
v?: string | number | bigint | undefined;
|
|
220
|
+
yParity?: string | number | bigint | undefined;
|
|
221
221
|
}>, import("zod").ZodObject<{
|
|
222
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
|
|
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
|
|
225
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
226
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
223
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
224
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
225
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
226
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
227
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
|
|
228
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
229
229
|
}, "strip", import("zod").ZodTypeAny, {
|
|
230
230
|
address: `0x${string}`;
|
|
231
231
|
nonce: number;
|
|
@@ -236,12 +236,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
236
236
|
v?: bigint | undefined;
|
|
237
237
|
}, {
|
|
238
238
|
address: string;
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
r
|
|
242
|
-
s
|
|
243
|
-
yParity: string | number | bigint;
|
|
239
|
+
chainId?: string | number | bigint | undefined;
|
|
240
|
+
nonce?: string | number | bigint | undefined;
|
|
241
|
+
r?: string | undefined;
|
|
242
|
+
s?: string | undefined;
|
|
244
243
|
v?: string | number | bigint | undefined;
|
|
244
|
+
yParity?: string | number | bigint | undefined;
|
|
245
245
|
}>]>>>;
|
|
246
246
|
}, "strict", import("zod").ZodTypeAny, {
|
|
247
247
|
sender: `0x${string}`;
|
|
@@ -293,21 +293,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
293
293
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
294
294
|
paymasterData?: string | null | undefined;
|
|
295
295
|
eip7702Auth?: {
|
|
296
|
-
nonce: string | number | bigint;
|
|
297
296
|
contractAddress: string;
|
|
298
|
-
chainId
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
297
|
+
chainId?: string | number | bigint | undefined;
|
|
298
|
+
nonce?: string | number | bigint | undefined;
|
|
299
|
+
r?: string | undefined;
|
|
300
|
+
s?: string | undefined;
|
|
302
301
|
v?: string | number | bigint | undefined;
|
|
302
|
+
yParity?: string | number | bigint | undefined;
|
|
303
303
|
} | {
|
|
304
304
|
address: string;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
r
|
|
308
|
-
s
|
|
309
|
-
yParity: string | number | bigint;
|
|
305
|
+
chainId?: string | number | bigint | undefined;
|
|
306
|
+
nonce?: string | number | bigint | undefined;
|
|
307
|
+
r?: string | undefined;
|
|
308
|
+
s?: string | undefined;
|
|
310
309
|
v?: string | number | bigint | undefined;
|
|
310
|
+
yParity?: string | number | bigint | undefined;
|
|
311
311
|
} | null | undefined;
|
|
312
312
|
}>, {
|
|
313
313
|
sender: `0x${string}`;
|
|
@@ -359,21 +359,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
359
359
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
360
360
|
paymasterData?: string | null | undefined;
|
|
361
361
|
eip7702Auth?: {
|
|
362
|
-
nonce: string | number | bigint;
|
|
363
362
|
contractAddress: string;
|
|
364
|
-
chainId
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
363
|
+
chainId?: string | number | bigint | undefined;
|
|
364
|
+
nonce?: string | number | bigint | undefined;
|
|
365
|
+
r?: string | undefined;
|
|
366
|
+
s?: string | undefined;
|
|
368
367
|
v?: string | number | bigint | undefined;
|
|
368
|
+
yParity?: string | number | bigint | undefined;
|
|
369
369
|
} | {
|
|
370
370
|
address: string;
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
r
|
|
374
|
-
s
|
|
375
|
-
yParity: string | number | bigint;
|
|
371
|
+
chainId?: string | number | bigint | undefined;
|
|
372
|
+
nonce?: string | number | bigint | undefined;
|
|
373
|
+
r?: string | undefined;
|
|
374
|
+
s?: string | undefined;
|
|
376
375
|
v?: string | number | bigint | undefined;
|
|
376
|
+
yParity?: string | number | bigint | undefined;
|
|
377
377
|
} | null | undefined;
|
|
378
378
|
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
379
379
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -393,12 +393,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
393
393
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
394
394
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
395
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
|
|
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
|
|
398
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
399
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
396
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
397
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
398
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
399
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
400
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
|
|
401
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
402
402
|
}, "strip", import("zod").ZodTypeAny, {
|
|
403
403
|
nonce: number;
|
|
404
404
|
contractAddress: `0x${string}`;
|
|
@@ -408,21 +408,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
408
408
|
yParity: number;
|
|
409
409
|
v?: bigint | undefined;
|
|
410
410
|
}, {
|
|
411
|
-
nonce: string | number | bigint;
|
|
412
411
|
contractAddress: string;
|
|
413
|
-
chainId
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
412
|
+
chainId?: string | number | bigint | undefined;
|
|
413
|
+
nonce?: string | number | bigint | undefined;
|
|
414
|
+
r?: string | undefined;
|
|
415
|
+
s?: string | undefined;
|
|
417
416
|
v?: string | number | bigint | undefined;
|
|
417
|
+
yParity?: string | number | bigint | undefined;
|
|
418
418
|
}>, import("zod").ZodObject<{
|
|
419
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
|
|
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
|
|
422
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
423
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
420
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
421
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
422
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
423
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
424
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
|
|
425
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
426
426
|
}, "strip", import("zod").ZodTypeAny, {
|
|
427
427
|
address: `0x${string}`;
|
|
428
428
|
nonce: number;
|
|
@@ -433,12 +433,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
433
433
|
v?: bigint | undefined;
|
|
434
434
|
}, {
|
|
435
435
|
address: string;
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
r
|
|
439
|
-
s
|
|
440
|
-
yParity: string | number | bigint;
|
|
436
|
+
chainId?: string | number | bigint | undefined;
|
|
437
|
+
nonce?: string | number | bigint | undefined;
|
|
438
|
+
r?: string | undefined;
|
|
439
|
+
s?: string | undefined;
|
|
441
440
|
v?: string | number | bigint | undefined;
|
|
441
|
+
yParity?: string | number | bigint | undefined;
|
|
442
442
|
}>]>>>;
|
|
443
443
|
}, "strict", import("zod").ZodTypeAny, {
|
|
444
444
|
sender: `0x${string}`;
|
|
@@ -490,21 +490,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
490
490
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
491
491
|
paymasterData?: string | null | undefined;
|
|
492
492
|
eip7702Auth?: {
|
|
493
|
-
nonce: string | number | bigint;
|
|
494
493
|
contractAddress: string;
|
|
495
|
-
chainId
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
494
|
+
chainId?: string | number | bigint | undefined;
|
|
495
|
+
nonce?: string | number | bigint | undefined;
|
|
496
|
+
r?: string | undefined;
|
|
497
|
+
s?: string | undefined;
|
|
499
498
|
v?: string | number | bigint | undefined;
|
|
499
|
+
yParity?: string | number | bigint | undefined;
|
|
500
500
|
} | {
|
|
501
501
|
address: string;
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
r
|
|
505
|
-
s
|
|
506
|
-
yParity: string | number | bigint;
|
|
502
|
+
chainId?: string | number | bigint | undefined;
|
|
503
|
+
nonce?: string | number | bigint | undefined;
|
|
504
|
+
r?: string | undefined;
|
|
505
|
+
s?: string | undefined;
|
|
507
506
|
v?: string | number | bigint | undefined;
|
|
507
|
+
yParity?: string | number | bigint | undefined;
|
|
508
508
|
} | null | undefined;
|
|
509
509
|
}>, {
|
|
510
510
|
sender: `0x${string}`;
|
|
@@ -556,21 +556,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
556
556
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
557
557
|
paymasterData?: string | null | undefined;
|
|
558
558
|
eip7702Auth?: {
|
|
559
|
-
nonce: string | number | bigint;
|
|
560
559
|
contractAddress: string;
|
|
561
|
-
chainId
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
560
|
+
chainId?: string | number | bigint | undefined;
|
|
561
|
+
nonce?: string | number | bigint | undefined;
|
|
562
|
+
r?: string | undefined;
|
|
563
|
+
s?: string | undefined;
|
|
565
564
|
v?: string | number | bigint | undefined;
|
|
565
|
+
yParity?: string | number | bigint | undefined;
|
|
566
566
|
} | {
|
|
567
567
|
address: string;
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
r
|
|
571
|
-
s
|
|
572
|
-
yParity: string | number | bigint;
|
|
568
|
+
chainId?: string | number | bigint | undefined;
|
|
569
|
+
nonce?: string | number | bigint | undefined;
|
|
570
|
+
r?: string | undefined;
|
|
571
|
+
s?: string | undefined;
|
|
573
572
|
v?: string | number | bigint | undefined;
|
|
573
|
+
yParity?: string | number | bigint | undefined;
|
|
574
574
|
} | null | undefined;
|
|
575
575
|
}>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>, import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
|
|
576
576
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -586,12 +586,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
586
586
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
587
587
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
588
588
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
589
|
-
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
|
|
590
|
-
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
|
|
591
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
592
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
589
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
590
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
591
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
592
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
593
593
|
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>>;
|
|
594
|
-
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
|
|
594
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
595
595
|
}, "strip", import("zod").ZodTypeAny, {
|
|
596
596
|
nonce: number;
|
|
597
597
|
contractAddress: `0x${string}`;
|
|
@@ -601,21 +601,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
601
601
|
yParity: number;
|
|
602
602
|
v?: bigint | undefined;
|
|
603
603
|
}, {
|
|
604
|
-
nonce: string | number | bigint;
|
|
605
604
|
contractAddress: string;
|
|
606
|
-
chainId
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
605
|
+
chainId?: string | number | bigint | undefined;
|
|
606
|
+
nonce?: string | number | bigint | undefined;
|
|
607
|
+
r?: string | undefined;
|
|
608
|
+
s?: string | undefined;
|
|
610
609
|
v?: string | number | bigint | undefined;
|
|
610
|
+
yParity?: string | number | bigint | undefined;
|
|
611
611
|
}>, import("zod").ZodObject<{
|
|
612
612
|
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
613
|
-
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
|
|
614
|
-
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
|
|
615
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
616
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
613
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
614
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
615
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
616
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
617
617
|
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>>;
|
|
618
|
-
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
|
|
618
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
619
619
|
}, "strip", import("zod").ZodTypeAny, {
|
|
620
620
|
address: `0x${string}`;
|
|
621
621
|
nonce: number;
|
|
@@ -626,12 +626,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
626
626
|
v?: bigint | undefined;
|
|
627
627
|
}, {
|
|
628
628
|
address: string;
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
r
|
|
632
|
-
s
|
|
633
|
-
yParity: string | number | bigint;
|
|
629
|
+
chainId?: string | number | bigint | undefined;
|
|
630
|
+
nonce?: string | number | bigint | undefined;
|
|
631
|
+
r?: string | undefined;
|
|
632
|
+
s?: string | undefined;
|
|
634
633
|
v?: string | number | bigint | undefined;
|
|
634
|
+
yParity?: string | number | bigint | undefined;
|
|
635
635
|
}>]>>>;
|
|
636
636
|
}, "strict", import("zod").ZodTypeAny, {
|
|
637
637
|
sender: `0x${string}`;
|
|
@@ -675,21 +675,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
675
675
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
676
676
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
677
677
|
eip7702Auth?: {
|
|
678
|
-
nonce: string | number | bigint;
|
|
679
678
|
contractAddress: string;
|
|
680
|
-
chainId
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
679
|
+
chainId?: string | number | bigint | undefined;
|
|
680
|
+
nonce?: string | number | bigint | undefined;
|
|
681
|
+
r?: string | undefined;
|
|
682
|
+
s?: string | undefined;
|
|
684
683
|
v?: string | number | bigint | undefined;
|
|
684
|
+
yParity?: string | number | bigint | undefined;
|
|
685
685
|
} | {
|
|
686
686
|
address: string;
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
r
|
|
690
|
-
s
|
|
691
|
-
yParity: string | number | bigint;
|
|
687
|
+
chainId?: string | number | bigint | undefined;
|
|
688
|
+
nonce?: string | number | bigint | undefined;
|
|
689
|
+
r?: string | undefined;
|
|
690
|
+
s?: string | undefined;
|
|
692
691
|
v?: string | number | bigint | undefined;
|
|
692
|
+
yParity?: string | number | bigint | undefined;
|
|
693
693
|
} | null | undefined;
|
|
694
694
|
}>, {
|
|
695
695
|
sender: `0x${string}`;
|
|
@@ -733,21 +733,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
733
733
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
734
734
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
735
735
|
eip7702Auth?: {
|
|
736
|
-
nonce: string | number | bigint;
|
|
737
736
|
contractAddress: string;
|
|
738
|
-
chainId
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
737
|
+
chainId?: string | number | bigint | undefined;
|
|
738
|
+
nonce?: string | number | bigint | undefined;
|
|
739
|
+
r?: string | undefined;
|
|
740
|
+
s?: string | undefined;
|
|
742
741
|
v?: string | number | bigint | undefined;
|
|
742
|
+
yParity?: string | number | bigint | undefined;
|
|
743
743
|
} | {
|
|
744
744
|
address: string;
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
r
|
|
748
|
-
s
|
|
749
|
-
yParity: string | number | bigint;
|
|
745
|
+
chainId?: string | number | bigint | undefined;
|
|
746
|
+
nonce?: string | number | bigint | undefined;
|
|
747
|
+
r?: string | undefined;
|
|
748
|
+
s?: string | undefined;
|
|
750
749
|
v?: string | number | bigint | undefined;
|
|
750
|
+
yParity?: string | number | bigint | undefined;
|
|
751
751
|
} | null | undefined;
|
|
752
752
|
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
753
753
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -767,12 +767,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
767
767
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
768
768
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
769
769
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
770
|
-
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
|
|
771
|
-
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
|
|
772
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
773
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
770
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
771
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
772
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
773
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
774
774
|
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>>;
|
|
775
|
-
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
|
|
775
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
776
776
|
}, "strip", import("zod").ZodTypeAny, {
|
|
777
777
|
nonce: number;
|
|
778
778
|
contractAddress: `0x${string}`;
|
|
@@ -782,21 +782,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
782
782
|
yParity: number;
|
|
783
783
|
v?: bigint | undefined;
|
|
784
784
|
}, {
|
|
785
|
-
nonce: string | number | bigint;
|
|
786
785
|
contractAddress: string;
|
|
787
|
-
chainId
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
786
|
+
chainId?: string | number | bigint | undefined;
|
|
787
|
+
nonce?: string | number | bigint | undefined;
|
|
788
|
+
r?: string | undefined;
|
|
789
|
+
s?: string | undefined;
|
|
791
790
|
v?: string | number | bigint | undefined;
|
|
791
|
+
yParity?: string | number | bigint | undefined;
|
|
792
792
|
}>, import("zod").ZodObject<{
|
|
793
793
|
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
794
|
-
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
|
|
795
|
-
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
|
|
796
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
797
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
794
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
795
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
796
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
797
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
798
798
|
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>>;
|
|
799
|
-
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
|
|
799
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
800
800
|
}, "strip", import("zod").ZodTypeAny, {
|
|
801
801
|
address: `0x${string}`;
|
|
802
802
|
nonce: number;
|
|
@@ -807,12 +807,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
807
807
|
v?: bigint | undefined;
|
|
808
808
|
}, {
|
|
809
809
|
address: string;
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
r
|
|
813
|
-
s
|
|
814
|
-
yParity: string | number | bigint;
|
|
810
|
+
chainId?: string | number | bigint | undefined;
|
|
811
|
+
nonce?: string | number | bigint | undefined;
|
|
812
|
+
r?: string | undefined;
|
|
813
|
+
s?: string | undefined;
|
|
815
814
|
v?: string | number | bigint | undefined;
|
|
815
|
+
yParity?: string | number | bigint | undefined;
|
|
816
816
|
}>]>>>;
|
|
817
817
|
}, "strict", import("zod").ZodTypeAny, {
|
|
818
818
|
sender: `0x${string}`;
|
|
@@ -864,21 +864,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
864
864
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
865
865
|
paymasterData?: string | null | undefined;
|
|
866
866
|
eip7702Auth?: {
|
|
867
|
-
nonce: string | number | bigint;
|
|
868
867
|
contractAddress: string;
|
|
869
|
-
chainId
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
868
|
+
chainId?: string | number | bigint | undefined;
|
|
869
|
+
nonce?: string | number | bigint | undefined;
|
|
870
|
+
r?: string | undefined;
|
|
871
|
+
s?: string | undefined;
|
|
873
872
|
v?: string | number | bigint | undefined;
|
|
873
|
+
yParity?: string | number | bigint | undefined;
|
|
874
874
|
} | {
|
|
875
875
|
address: string;
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
r
|
|
879
|
-
s
|
|
880
|
-
yParity: string | number | bigint;
|
|
876
|
+
chainId?: string | number | bigint | undefined;
|
|
877
|
+
nonce?: string | number | bigint | undefined;
|
|
878
|
+
r?: string | undefined;
|
|
879
|
+
s?: string | undefined;
|
|
881
880
|
v?: string | number | bigint | undefined;
|
|
881
|
+
yParity?: string | number | bigint | undefined;
|
|
882
882
|
} | null | undefined;
|
|
883
883
|
}>, {
|
|
884
884
|
sender: `0x${string}`;
|
|
@@ -930,21 +930,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
930
930
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
931
931
|
paymasterData?: string | null | undefined;
|
|
932
932
|
eip7702Auth?: {
|
|
933
|
-
nonce: string | number | bigint;
|
|
934
933
|
contractAddress: string;
|
|
935
|
-
chainId
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
934
|
+
chainId?: string | number | bigint | undefined;
|
|
935
|
+
nonce?: string | number | bigint | undefined;
|
|
936
|
+
r?: string | undefined;
|
|
937
|
+
s?: string | undefined;
|
|
939
938
|
v?: string | number | bigint | undefined;
|
|
939
|
+
yParity?: string | number | bigint | undefined;
|
|
940
940
|
} | {
|
|
941
941
|
address: string;
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
r
|
|
945
|
-
s
|
|
946
|
-
yParity: string | number | bigint;
|
|
942
|
+
chainId?: string | number | bigint | undefined;
|
|
943
|
+
nonce?: string | number | bigint | undefined;
|
|
944
|
+
r?: string | undefined;
|
|
945
|
+
s?: string | undefined;
|
|
947
946
|
v?: string | number | bigint | undefined;
|
|
947
|
+
yParity?: string | number | bigint | undefined;
|
|
948
948
|
} | null | undefined;
|
|
949
949
|
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
950
950
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -964,12 +964,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
964
964
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
965
965
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
966
966
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
967
|
-
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
|
|
968
|
-
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
|
|
969
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
970
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
967
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
968
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
969
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
970
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
971
971
|
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>>;
|
|
972
|
-
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
|
|
972
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
973
973
|
}, "strip", import("zod").ZodTypeAny, {
|
|
974
974
|
nonce: number;
|
|
975
975
|
contractAddress: `0x${string}`;
|
|
@@ -979,21 +979,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
979
979
|
yParity: number;
|
|
980
980
|
v?: bigint | undefined;
|
|
981
981
|
}, {
|
|
982
|
-
nonce: string | number | bigint;
|
|
983
982
|
contractAddress: string;
|
|
984
|
-
chainId
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
983
|
+
chainId?: string | number | bigint | undefined;
|
|
984
|
+
nonce?: string | number | bigint | undefined;
|
|
985
|
+
r?: string | undefined;
|
|
986
|
+
s?: string | undefined;
|
|
988
987
|
v?: string | number | bigint | undefined;
|
|
988
|
+
yParity?: string | number | bigint | undefined;
|
|
989
989
|
}>, import("zod").ZodObject<{
|
|
990
990
|
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
991
|
-
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
|
|
992
|
-
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
|
|
993
|
-
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
994
|
-
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string
|
|
991
|
+
chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
992
|
+
nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
993
|
+
r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
994
|
+
s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
|
|
995
995
|
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>>;
|
|
996
|
-
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
|
|
996
|
+
yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
|
|
997
997
|
}, "strip", import("zod").ZodTypeAny, {
|
|
998
998
|
address: `0x${string}`;
|
|
999
999
|
nonce: number;
|
|
@@ -1004,12 +1004,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1004
1004
|
v?: bigint | undefined;
|
|
1005
1005
|
}, {
|
|
1006
1006
|
address: string;
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
r
|
|
1010
|
-
s
|
|
1011
|
-
yParity: string | number | bigint;
|
|
1007
|
+
chainId?: string | number | bigint | undefined;
|
|
1008
|
+
nonce?: string | number | bigint | undefined;
|
|
1009
|
+
r?: string | undefined;
|
|
1010
|
+
s?: string | undefined;
|
|
1012
1011
|
v?: string | number | bigint | undefined;
|
|
1012
|
+
yParity?: string | number | bigint | undefined;
|
|
1013
1013
|
}>]>>>;
|
|
1014
1014
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1015
1015
|
sender: `0x${string}`;
|
|
@@ -1061,21 +1061,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1061
1061
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1062
1062
|
paymasterData?: string | null | undefined;
|
|
1063
1063
|
eip7702Auth?: {
|
|
1064
|
-
nonce: string | number | bigint;
|
|
1065
1064
|
contractAddress: string;
|
|
1066
|
-
chainId
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1065
|
+
chainId?: string | number | bigint | undefined;
|
|
1066
|
+
nonce?: string | number | bigint | undefined;
|
|
1067
|
+
r?: string | undefined;
|
|
1068
|
+
s?: string | undefined;
|
|
1070
1069
|
v?: string | number | bigint | undefined;
|
|
1070
|
+
yParity?: string | number | bigint | undefined;
|
|
1071
1071
|
} | {
|
|
1072
1072
|
address: string;
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
r
|
|
1076
|
-
s
|
|
1077
|
-
yParity: string | number | bigint;
|
|
1073
|
+
chainId?: string | number | bigint | undefined;
|
|
1074
|
+
nonce?: string | number | bigint | undefined;
|
|
1075
|
+
r?: string | undefined;
|
|
1076
|
+
s?: string | undefined;
|
|
1078
1077
|
v?: string | number | bigint | undefined;
|
|
1078
|
+
yParity?: string | number | bigint | undefined;
|
|
1079
1079
|
} | null | undefined;
|
|
1080
1080
|
}>, {
|
|
1081
1081
|
sender: `0x${string}`;
|
|
@@ -1127,21 +1127,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1127
1127
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1128
1128
|
paymasterData?: string | null | undefined;
|
|
1129
1129
|
eip7702Auth?: {
|
|
1130
|
-
nonce: string | number | bigint;
|
|
1131
1130
|
contractAddress: string;
|
|
1132
|
-
chainId
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1131
|
+
chainId?: string | number | bigint | undefined;
|
|
1132
|
+
nonce?: string | number | bigint | undefined;
|
|
1133
|
+
r?: string | undefined;
|
|
1134
|
+
s?: string | undefined;
|
|
1136
1135
|
v?: string | number | bigint | undefined;
|
|
1136
|
+
yParity?: string | number | bigint | undefined;
|
|
1137
1137
|
} | {
|
|
1138
1138
|
address: string;
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
r
|
|
1142
|
-
s
|
|
1143
|
-
yParity: string | number | bigint;
|
|
1139
|
+
chainId?: string | number | bigint | undefined;
|
|
1140
|
+
nonce?: string | number | bigint | undefined;
|
|
1141
|
+
r?: string | undefined;
|
|
1142
|
+
s?: string | undefined;
|
|
1144
1143
|
v?: string | number | bigint | undefined;
|
|
1144
|
+
yParity?: string | number | bigint | undefined;
|
|
1145
1145
|
} | null | undefined;
|
|
1146
1146
|
}>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
|
|
1147
1147
|
balance: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
|
|
@@ -1455,21 +1455,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1455
1455
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1456
1456
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
1457
1457
|
eip7702Auth?: {
|
|
1458
|
-
nonce: string | number | bigint;
|
|
1459
1458
|
contractAddress: string;
|
|
1460
|
-
chainId
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1459
|
+
chainId?: string | number | bigint | undefined;
|
|
1460
|
+
nonce?: string | number | bigint | undefined;
|
|
1461
|
+
r?: string | undefined;
|
|
1462
|
+
s?: string | undefined;
|
|
1464
1463
|
v?: string | number | bigint | undefined;
|
|
1464
|
+
yParity?: string | number | bigint | undefined;
|
|
1465
1465
|
} | {
|
|
1466
1466
|
address: string;
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
r
|
|
1470
|
-
s
|
|
1471
|
-
yParity: string | number | bigint;
|
|
1467
|
+
chainId?: string | number | bigint | undefined;
|
|
1468
|
+
nonce?: string | number | bigint | undefined;
|
|
1469
|
+
r?: string | undefined;
|
|
1470
|
+
s?: string | undefined;
|
|
1472
1471
|
v?: string | number | bigint | undefined;
|
|
1472
|
+
yParity?: string | number | bigint | undefined;
|
|
1473
1473
|
} | null | undefined;
|
|
1474
1474
|
} | {
|
|
1475
1475
|
sender: string;
|
|
@@ -1488,21 +1488,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1488
1488
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1489
1489
|
paymasterData?: string | null | undefined;
|
|
1490
1490
|
eip7702Auth?: {
|
|
1491
|
-
nonce: string | number | bigint;
|
|
1492
1491
|
contractAddress: string;
|
|
1493
|
-
chainId
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1492
|
+
chainId?: string | number | bigint | undefined;
|
|
1493
|
+
nonce?: string | number | bigint | undefined;
|
|
1494
|
+
r?: string | undefined;
|
|
1495
|
+
s?: string | undefined;
|
|
1497
1496
|
v?: string | number | bigint | undefined;
|
|
1497
|
+
yParity?: string | number | bigint | undefined;
|
|
1498
1498
|
} | {
|
|
1499
1499
|
address: string;
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
r
|
|
1503
|
-
s
|
|
1504
|
-
yParity: string | number | bigint;
|
|
1500
|
+
chainId?: string | number | bigint | undefined;
|
|
1501
|
+
nonce?: string | number | bigint | undefined;
|
|
1502
|
+
r?: string | undefined;
|
|
1503
|
+
s?: string | undefined;
|
|
1505
1504
|
v?: string | number | bigint | undefined;
|
|
1505
|
+
yParity?: string | number | bigint | undefined;
|
|
1506
1506
|
} | null | undefined;
|
|
1507
1507
|
} | {
|
|
1508
1508
|
sender: string;
|
|
@@ -1521,21 +1521,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1521
1521
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1522
1522
|
paymasterData?: string | null | undefined;
|
|
1523
1523
|
eip7702Auth?: {
|
|
1524
|
-
nonce: string | number | bigint;
|
|
1525
1524
|
contractAddress: string;
|
|
1526
|
-
chainId
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1525
|
+
chainId?: string | number | bigint | undefined;
|
|
1526
|
+
nonce?: string | number | bigint | undefined;
|
|
1527
|
+
r?: string | undefined;
|
|
1528
|
+
s?: string | undefined;
|
|
1530
1529
|
v?: string | number | bigint | undefined;
|
|
1530
|
+
yParity?: string | number | bigint | undefined;
|
|
1531
1531
|
} | {
|
|
1532
1532
|
address: string;
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
r
|
|
1536
|
-
s
|
|
1537
|
-
yParity: string | number | bigint;
|
|
1533
|
+
chainId?: string | number | bigint | undefined;
|
|
1534
|
+
nonce?: string | number | bigint | undefined;
|
|
1535
|
+
r?: string | undefined;
|
|
1536
|
+
s?: string | undefined;
|
|
1538
1537
|
v?: string | number | bigint | undefined;
|
|
1538
|
+
yParity?: string | number | bigint | undefined;
|
|
1539
1539
|
} | null | undefined;
|
|
1540
1540
|
}, string] | [{
|
|
1541
1541
|
sender: string;
|
|
@@ -1550,21 +1550,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1550
1550
|
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1551
1551
|
maxFeePerGas?: string | number | bigint | undefined;
|
|
1552
1552
|
eip7702Auth?: {
|
|
1553
|
-
nonce: string | number | bigint;
|
|
1554
1553
|
contractAddress: string;
|
|
1555
|
-
chainId
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1554
|
+
chainId?: string | number | bigint | undefined;
|
|
1555
|
+
nonce?: string | number | bigint | undefined;
|
|
1556
|
+
r?: string | undefined;
|
|
1557
|
+
s?: string | undefined;
|
|
1559
1558
|
v?: string | number | bigint | undefined;
|
|
1559
|
+
yParity?: string | number | bigint | undefined;
|
|
1560
1560
|
} | {
|
|
1561
1561
|
address: string;
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
r
|
|
1565
|
-
s
|
|
1566
|
-
yParity: string | number | bigint;
|
|
1562
|
+
chainId?: string | number | bigint | undefined;
|
|
1563
|
+
nonce?: string | number | bigint | undefined;
|
|
1564
|
+
r?: string | undefined;
|
|
1565
|
+
s?: string | undefined;
|
|
1567
1566
|
v?: string | number | bigint | undefined;
|
|
1567
|
+
yParity?: string | number | bigint | undefined;
|
|
1568
1568
|
} | null | undefined;
|
|
1569
1569
|
} | {
|
|
1570
1570
|
sender: string;
|
|
@@ -1583,21 +1583,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1583
1583
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1584
1584
|
paymasterData?: string | null | undefined;
|
|
1585
1585
|
eip7702Auth?: {
|
|
1586
|
-
nonce: string | number | bigint;
|
|
1587
1586
|
contractAddress: string;
|
|
1588
|
-
chainId
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1587
|
+
chainId?: string | number | bigint | undefined;
|
|
1588
|
+
nonce?: string | number | bigint | undefined;
|
|
1589
|
+
r?: string | undefined;
|
|
1590
|
+
s?: string | undefined;
|
|
1592
1591
|
v?: string | number | bigint | undefined;
|
|
1592
|
+
yParity?: string | number | bigint | undefined;
|
|
1593
1593
|
} | {
|
|
1594
1594
|
address: string;
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
r
|
|
1598
|
-
s
|
|
1599
|
-
yParity: string | number | bigint;
|
|
1595
|
+
chainId?: string | number | bigint | undefined;
|
|
1596
|
+
nonce?: string | number | bigint | undefined;
|
|
1597
|
+
r?: string | undefined;
|
|
1598
|
+
s?: string | undefined;
|
|
1600
1599
|
v?: string | number | bigint | undefined;
|
|
1600
|
+
yParity?: string | number | bigint | undefined;
|
|
1601
1601
|
} | null | undefined;
|
|
1602
1602
|
} | {
|
|
1603
1603
|
sender: string;
|
|
@@ -1616,21 +1616,21 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1616
1616
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1617
1617
|
paymasterData?: string | null | undefined;
|
|
1618
1618
|
eip7702Auth?: {
|
|
1619
|
-
nonce: string | number | bigint;
|
|
1620
1619
|
contractAddress: string;
|
|
1621
|
-
chainId
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1620
|
+
chainId?: string | number | bigint | undefined;
|
|
1621
|
+
nonce?: string | number | bigint | undefined;
|
|
1622
|
+
r?: string | undefined;
|
|
1623
|
+
s?: string | undefined;
|
|
1625
1624
|
v?: string | number | bigint | undefined;
|
|
1625
|
+
yParity?: string | number | bigint | undefined;
|
|
1626
1626
|
} | {
|
|
1627
1627
|
address: string;
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
r
|
|
1631
|
-
s
|
|
1632
|
-
yParity: string | number | bigint;
|
|
1628
|
+
chainId?: string | number | bigint | undefined;
|
|
1629
|
+
nonce?: string | number | bigint | undefined;
|
|
1630
|
+
r?: string | undefined;
|
|
1631
|
+
s?: string | undefined;
|
|
1633
1632
|
v?: string | number | bigint | undefined;
|
|
1633
|
+
yParity?: string | number | bigint | undefined;
|
|
1634
1634
|
} | null | undefined;
|
|
1635
1635
|
}, string, Record<string, {
|
|
1636
1636
|
balance?: string | number | bigint | undefined;
|