@pimlico/alto 0.0.0-main.20250116T183652 → 0.0.0-main.20250120T135454
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/cli/alto.js +1 -3
- package/esm/cli/alto.js.map +1 -1
- package/esm/cli/config/bundler.d.ts +340 -358
- package/esm/cli/config/bundler.js +1 -6
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.d.ts +1 -2
- package/esm/cli/config/options.js +1 -13
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/setupServer.js +3 -16
- package/esm/cli/setupServer.js.map +1 -1
- package/esm/executor/executor.d.ts +3 -11
- package/esm/executor/executor.js +38 -255
- package/esm/executor/executor.js.map +1 -1
- package/esm/executor/executorManager.d.ts +1 -1
- package/esm/executor/executorManager.js +2 -10
- package/esm/executor/executorManager.js.map +1 -1
- package/esm/executor/utils.d.ts +7 -17
- package/esm/executor/utils.js +25 -62
- package/esm/executor/utils.js.map +1 -1
- package/esm/handlers/index.d.ts +0 -1
- package/esm/handlers/index.js +0 -1
- package/esm/handlers/index.js.map +1 -1
- package/esm/mempool/mempool.js +6 -4
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/rpc/rpcHandler.d.ts +3 -7
- package/esm/rpc/rpcHandler.js +18 -72
- package/esm/rpc/rpcHandler.js.map +1 -1
- package/esm/types/contracts/index.d.ts +0 -4
- package/esm/types/contracts/index.js +0 -4
- package/esm/types/contracts/index.js.map +1 -1
- package/esm/types/mempool.d.ts +2 -4
- package/esm/types/mempool.js +0 -6
- package/esm/types/mempool.js.map +1 -1
- package/esm/types/schemas.d.ts +224 -249
- package/esm/types/schemas.js +0 -10
- package/esm/types/schemas.js.map +1 -1
- package/esm/utils/userop.d.ts +1 -1
- package/lib/cli/alto.js +0 -2
- package/lib/cli/alto.js.map +1 -1
- package/lib/cli/config/bundler.d.ts +340 -358
- package/lib/cli/config/bundler.js +2 -7
- package/lib/cli/config/bundler.js.map +1 -1
- package/lib/cli/config/options.d.ts +1 -2
- package/lib/cli/config/options.js +2 -14
- package/lib/cli/config/options.js.map +1 -1
- package/lib/cli/setupServer.js +2 -15
- package/lib/cli/setupServer.js.map +1 -1
- package/lib/executor/executor.d.ts +3 -11
- package/lib/executor/executor.js +37 -254
- package/lib/executor/executor.js.map +1 -1
- package/lib/executor/executorManager.d.ts +1 -1
- package/lib/executor/executorManager.js +1 -9
- package/lib/executor/executorManager.js.map +1 -1
- package/lib/executor/utils.d.ts +7 -17
- package/lib/executor/utils.js +25 -63
- package/lib/executor/utils.js.map +1 -1
- package/lib/handlers/index.d.ts +0 -1
- package/lib/handlers/index.js +0 -1
- package/lib/handlers/index.js.map +1 -1
- package/lib/mempool/mempool.js +6 -4
- package/lib/mempool/mempool.js.map +1 -1
- package/lib/rpc/rpcHandler.d.ts +3 -7
- package/lib/rpc/rpcHandler.js +17 -71
- package/lib/rpc/rpcHandler.js.map +1 -1
- package/lib/types/contracts/index.d.ts +0 -4
- package/lib/types/contracts/index.js +0 -4
- package/lib/types/contracts/index.js.map +1 -1
- package/lib/types/mempool.d.ts +2 -4
- package/lib/types/mempool.js +1 -8
- package/lib/types/mempool.js.map +1 -1
- package/lib/types/schemas.d.ts +224 -249
- package/lib/types/schemas.js +0 -10
- package/lib/types/schemas.js.map +1 -1
- package/lib/utils/userop.d.ts +1 -1
- package/package.json +1 -1
- package/esm/handlers/compressionHandler.d.ts +0 -11
- package/esm/handlers/compressionHandler.js +0 -39
- package/esm/handlers/compressionHandler.js.map +0 -1
- package/esm/types/contracts/BundleBulker.d.ts +0 -120
- package/esm/types/contracts/BundleBulker.js +0 -157
- package/esm/types/contracts/BundleBulker.js.map +0 -1
- package/esm/types/contracts/IOpInflator.d.ts +0 -61
- package/esm/types/contracts/IOpInflator.js +0 -80
- package/esm/types/contracts/IOpInflator.js.map +0 -1
- package/esm/types/contracts/Inflator.d.ts +0 -65
- package/esm/types/contracts/Inflator.js +0 -84
- package/esm/types/contracts/Inflator.js.map +0 -1
- package/esm/types/contracts/PerOpInflator.d.ts +0 -176
- package/esm/types/contracts/PerOpInflator.js +0 -229
- package/esm/types/contracts/PerOpInflator.js.map +0 -1
- package/lib/handlers/compressionHandler.d.ts +0 -11
- package/lib/handlers/compressionHandler.js +0 -43
- package/lib/handlers/compressionHandler.js.map +0 -1
- package/lib/types/contracts/BundleBulker.d.ts +0 -120
- package/lib/types/contracts/BundleBulker.js +0 -160
- package/lib/types/contracts/BundleBulker.js.map +0 -1
- package/lib/types/contracts/IOpInflator.d.ts +0 -61
- package/lib/types/contracts/IOpInflator.js +0 -83
- package/lib/types/contracts/IOpInflator.js.map +0 -1
- package/lib/types/contracts/Inflator.d.ts +0 -65
- package/lib/types/contracts/Inflator.js +0 -87
- package/lib/types/contracts/Inflator.js.map +0 -1
- package/lib/types/contracts/PerOpInflator.d.ts +0 -176
- package/lib/types/contracts/PerOpInflator.js +0 -232
- package/lib/types/contracts/PerOpInflator.js.map +0 -1
|
@@ -25,53 +25,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
25
25
|
[x: `string[${string}]`]: undefined;
|
|
26
26
|
[x: `function[${string}]`]: undefined;
|
|
27
27
|
[x: `address[${string}]`]: undefined;
|
|
28
|
-
[x: `uint32[${string}]`]: undefined;
|
|
29
|
-
[x: `bytes[${string}]`]: undefined;
|
|
30
28
|
[x: `uint256[${string}]`]: undefined;
|
|
29
|
+
[x: `bytes[${string}]`]: undefined;
|
|
31
30
|
[x: `uint48[${string}]`]: undefined;
|
|
32
31
|
[x: `bool[${string}]`]: undefined;
|
|
33
32
|
[x: `bytes32[${string}]`]: undefined;
|
|
33
|
+
[x: `uint32[${string}]`]: undefined;
|
|
34
34
|
[x: `uint112[${string}]`]: undefined;
|
|
35
35
|
[x: `uint192[${string}]`]: undefined;
|
|
36
36
|
[x: `bytes4[${string}]`]: undefined;
|
|
37
37
|
[x: `uint8[${string}]`]: undefined;
|
|
38
38
|
[x: `uint64[${string}]`]: undefined;
|
|
39
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
39
40
|
[x: `bytes1[${string}]`]: undefined;
|
|
40
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
41
41
|
[x: `bytes2[${string}]`]: undefined;
|
|
42
42
|
[x: `bytes6[${string}]`]: undefined;
|
|
43
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
44
43
|
[x: `bytes5[${string}]`]: undefined;
|
|
45
44
|
[x: `bytes7[${string}]`]: undefined;
|
|
45
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
46
46
|
[x: `bytes8[${string}]`]: undefined;
|
|
47
47
|
[x: `bytes9[${string}]`]: undefined;
|
|
48
48
|
[x: `bytes10[${string}]`]: undefined;
|
|
49
49
|
[x: `bytes20[${string}]`]: undefined;
|
|
50
|
-
[x: `
|
|
50
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
51
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
52
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
53
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
54
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
55
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
51
56
|
[x: `bytes30[${string}]`]: undefined;
|
|
57
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
52
58
|
[x: `bytes29[${string}]`]: undefined;
|
|
53
59
|
[x: `bytes28[${string}]`]: undefined;
|
|
54
60
|
[x: `bytes27[${string}]`]: undefined;
|
|
55
61
|
[x: `bytes26[${string}]`]: undefined;
|
|
56
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
57
62
|
[x: `bytes24[${string}]`]: undefined;
|
|
58
63
|
[x: `bytes23[${string}]`]: undefined;
|
|
59
64
|
[x: `bytes22[${string}]`]: undefined;
|
|
60
65
|
[x: `bytes21[${string}]`]: undefined;
|
|
61
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
62
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
63
66
|
[x: `bytes17[${string}]`]: undefined;
|
|
64
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
65
67
|
[x: `bytes15[${string}]`]: undefined;
|
|
66
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
67
68
|
[x: `bytes13[${string}]`]: undefined;
|
|
68
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
69
69
|
[x: `int[${string}]`]: undefined;
|
|
70
70
|
[x: `int8[${string}]`]: undefined;
|
|
71
|
+
[x: `int16[${string}]`]: undefined;
|
|
71
72
|
[x: `int40[${string}]`]: undefined;
|
|
73
|
+
[x: `int120[${string}]`]: undefined;
|
|
74
|
+
[x: `int240[${string}]`]: undefined;
|
|
72
75
|
[x: `int32[${string}]`]: undefined;
|
|
73
76
|
[x: `int24[${string}]`]: undefined;
|
|
74
|
-
[x: `int16[${string}]`]: undefined;
|
|
75
77
|
[x: `int48[${string}]`]: undefined;
|
|
76
78
|
[x: `int56[${string}]`]: undefined;
|
|
77
79
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -81,7 +83,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
81
83
|
[x: `int96[${string}]`]: undefined;
|
|
82
84
|
[x: `int104[${string}]`]: undefined;
|
|
83
85
|
[x: `int112[${string}]`]: undefined;
|
|
84
|
-
[x: `int120[${string}]`]: undefined;
|
|
85
86
|
[x: `int128[${string}]`]: undefined;
|
|
86
87
|
[x: `int136[${string}]`]: undefined;
|
|
87
88
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -96,20 +97,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
96
97
|
[x: `int216[${string}]`]: undefined;
|
|
97
98
|
[x: `int224[${string}]`]: undefined;
|
|
98
99
|
[x: `int232[${string}]`]: undefined;
|
|
99
|
-
[x: `int240[${string}]`]: undefined;
|
|
100
100
|
[x: `int248[${string}]`]: undefined;
|
|
101
101
|
[x: `int256[${string}]`]: undefined;
|
|
102
102
|
[x: `uint[${string}]`]: undefined;
|
|
103
|
+
[x: `uint16[${string}]`]: undefined;
|
|
103
104
|
[x: `uint40[${string}]`]: undefined;
|
|
105
|
+
[x: `uint120[${string}]`]: undefined;
|
|
106
|
+
[x: `uint240[${string}]`]: undefined;
|
|
104
107
|
[x: `uint24[${string}]`]: undefined;
|
|
105
|
-
[x: `uint16[${string}]`]: undefined;
|
|
106
108
|
[x: `uint56[${string}]`]: undefined;
|
|
107
109
|
[x: `uint72[${string}]`]: undefined;
|
|
108
110
|
[x: `uint80[${string}]`]: undefined;
|
|
109
111
|
[x: `uint88[${string}]`]: undefined;
|
|
110
112
|
[x: `uint96[${string}]`]: undefined;
|
|
111
113
|
[x: `uint104[${string}]`]: undefined;
|
|
112
|
-
[x: `uint120[${string}]`]: undefined;
|
|
113
114
|
[x: `uint128[${string}]`]: undefined;
|
|
114
115
|
[x: `uint136[${string}]`]: undefined;
|
|
115
116
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -123,56 +124,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
123
124
|
[x: `uint216[${string}]`]: undefined;
|
|
124
125
|
[x: `uint224[${string}]`]: undefined;
|
|
125
126
|
[x: `uint232[${string}]`]: undefined;
|
|
126
|
-
[x: `uint240[${string}]`]: undefined;
|
|
127
127
|
[x: `uint248[${string}]`]: undefined;
|
|
128
128
|
string?: undefined;
|
|
129
129
|
address?: undefined;
|
|
130
|
-
uint32?: undefined;
|
|
131
|
-
bytes?: undefined;
|
|
132
130
|
uint256?: undefined;
|
|
131
|
+
bytes?: undefined;
|
|
133
132
|
uint48?: undefined;
|
|
134
133
|
bool?: undefined;
|
|
135
134
|
bytes32?: undefined;
|
|
135
|
+
uint32?: undefined;
|
|
136
136
|
uint112?: undefined;
|
|
137
137
|
uint192?: undefined;
|
|
138
138
|
bytes4?: undefined;
|
|
139
139
|
uint8?: undefined;
|
|
140
140
|
uint64?: undefined;
|
|
141
|
+
bytes3?: undefined;
|
|
141
142
|
bytes1?: undefined;
|
|
142
|
-
bytes11?: undefined;
|
|
143
143
|
bytes2?: undefined;
|
|
144
144
|
bytes6?: undefined;
|
|
145
|
-
bytes3?: undefined;
|
|
146
145
|
bytes5?: undefined;
|
|
147
146
|
bytes7?: undefined;
|
|
147
|
+
bytes11?: undefined;
|
|
148
148
|
bytes8?: undefined;
|
|
149
149
|
bytes9?: undefined;
|
|
150
150
|
bytes10?: undefined;
|
|
151
151
|
bytes20?: undefined;
|
|
152
|
-
|
|
152
|
+
bytes19?: undefined;
|
|
153
|
+
bytes12?: undefined;
|
|
154
|
+
bytes14?: undefined;
|
|
155
|
+
bytes16?: undefined;
|
|
156
|
+
bytes18?: undefined;
|
|
157
|
+
bytes25?: undefined;
|
|
153
158
|
bytes30?: undefined;
|
|
159
|
+
bytes31?: undefined;
|
|
154
160
|
bytes29?: undefined;
|
|
155
161
|
bytes28?: undefined;
|
|
156
162
|
bytes27?: undefined;
|
|
157
163
|
bytes26?: undefined;
|
|
158
|
-
bytes25?: undefined;
|
|
159
164
|
bytes24?: undefined;
|
|
160
165
|
bytes23?: undefined;
|
|
161
166
|
bytes22?: undefined;
|
|
162
167
|
bytes21?: undefined;
|
|
163
|
-
bytes19?: undefined;
|
|
164
|
-
bytes18?: undefined;
|
|
165
168
|
bytes17?: undefined;
|
|
166
|
-
bytes16?: undefined;
|
|
167
169
|
bytes15?: undefined;
|
|
168
|
-
bytes14?: undefined;
|
|
169
170
|
bytes13?: undefined;
|
|
170
|
-
bytes12?: undefined;
|
|
171
171
|
int8?: undefined;
|
|
172
|
+
int16?: undefined;
|
|
172
173
|
int40?: undefined;
|
|
174
|
+
int120?: undefined;
|
|
175
|
+
int240?: undefined;
|
|
173
176
|
int32?: undefined;
|
|
174
177
|
int24?: undefined;
|
|
175
|
-
int16?: undefined;
|
|
176
178
|
int48?: undefined;
|
|
177
179
|
int56?: undefined;
|
|
178
180
|
int64?: undefined;
|
|
@@ -182,7 +184,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
182
184
|
int96?: undefined;
|
|
183
185
|
int104?: undefined;
|
|
184
186
|
int112?: undefined;
|
|
185
|
-
int120?: undefined;
|
|
186
187
|
int128?: undefined;
|
|
187
188
|
int136?: undefined;
|
|
188
189
|
int144?: undefined;
|
|
@@ -197,19 +198,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
197
198
|
int216?: undefined;
|
|
198
199
|
int224?: undefined;
|
|
199
200
|
int232?: undefined;
|
|
200
|
-
int240?: undefined;
|
|
201
201
|
int248?: undefined;
|
|
202
202
|
int256?: undefined;
|
|
203
|
+
uint16?: undefined;
|
|
203
204
|
uint40?: undefined;
|
|
205
|
+
uint120?: undefined;
|
|
206
|
+
uint240?: undefined;
|
|
204
207
|
uint24?: undefined;
|
|
205
|
-
uint16?: undefined;
|
|
206
208
|
uint56?: undefined;
|
|
207
209
|
uint72?: undefined;
|
|
208
210
|
uint80?: undefined;
|
|
209
211
|
uint88?: undefined;
|
|
210
212
|
uint96?: undefined;
|
|
211
213
|
uint104?: undefined;
|
|
212
|
-
uint120?: undefined;
|
|
213
214
|
uint128?: undefined;
|
|
214
215
|
uint136?: undefined;
|
|
215
216
|
uint144?: undefined;
|
|
@@ -223,7 +224,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
223
224
|
uint216?: undefined;
|
|
224
225
|
uint224?: undefined;
|
|
225
226
|
uint232?: undefined;
|
|
226
|
-
uint240?: undefined;
|
|
227
227
|
uint248?: undefined;
|
|
228
228
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
229
229
|
publicKey: `0x${string}`;
|
|
@@ -250,53 +250,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
250
250
|
[x: `string[${string}]`]: undefined;
|
|
251
251
|
[x: `function[${string}]`]: undefined;
|
|
252
252
|
[x: `address[${string}]`]: undefined;
|
|
253
|
-
[x: `uint32[${string}]`]: undefined;
|
|
254
|
-
[x: `bytes[${string}]`]: undefined;
|
|
255
253
|
[x: `uint256[${string}]`]: undefined;
|
|
254
|
+
[x: `bytes[${string}]`]: undefined;
|
|
256
255
|
[x: `uint48[${string}]`]: undefined;
|
|
257
256
|
[x: `bool[${string}]`]: undefined;
|
|
258
257
|
[x: `bytes32[${string}]`]: undefined;
|
|
258
|
+
[x: `uint32[${string}]`]: undefined;
|
|
259
259
|
[x: `uint112[${string}]`]: undefined;
|
|
260
260
|
[x: `uint192[${string}]`]: undefined;
|
|
261
261
|
[x: `bytes4[${string}]`]: undefined;
|
|
262
262
|
[x: `uint8[${string}]`]: undefined;
|
|
263
263
|
[x: `uint64[${string}]`]: undefined;
|
|
264
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
264
265
|
[x: `bytes1[${string}]`]: undefined;
|
|
265
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
266
266
|
[x: `bytes2[${string}]`]: undefined;
|
|
267
267
|
[x: `bytes6[${string}]`]: undefined;
|
|
268
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
269
268
|
[x: `bytes5[${string}]`]: undefined;
|
|
270
269
|
[x: `bytes7[${string}]`]: undefined;
|
|
270
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
271
271
|
[x: `bytes8[${string}]`]: undefined;
|
|
272
272
|
[x: `bytes9[${string}]`]: undefined;
|
|
273
273
|
[x: `bytes10[${string}]`]: undefined;
|
|
274
274
|
[x: `bytes20[${string}]`]: undefined;
|
|
275
|
-
[x: `
|
|
275
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
276
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
277
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
278
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
279
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
280
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
276
281
|
[x: `bytes30[${string}]`]: undefined;
|
|
282
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
277
283
|
[x: `bytes29[${string}]`]: undefined;
|
|
278
284
|
[x: `bytes28[${string}]`]: undefined;
|
|
279
285
|
[x: `bytes27[${string}]`]: undefined;
|
|
280
286
|
[x: `bytes26[${string}]`]: undefined;
|
|
281
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
282
287
|
[x: `bytes24[${string}]`]: undefined;
|
|
283
288
|
[x: `bytes23[${string}]`]: undefined;
|
|
284
289
|
[x: `bytes22[${string}]`]: undefined;
|
|
285
290
|
[x: `bytes21[${string}]`]: undefined;
|
|
286
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
287
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
288
291
|
[x: `bytes17[${string}]`]: undefined;
|
|
289
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
290
292
|
[x: `bytes15[${string}]`]: undefined;
|
|
291
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
292
293
|
[x: `bytes13[${string}]`]: undefined;
|
|
293
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
294
294
|
[x: `int[${string}]`]: undefined;
|
|
295
295
|
[x: `int8[${string}]`]: undefined;
|
|
296
|
+
[x: `int16[${string}]`]: undefined;
|
|
296
297
|
[x: `int40[${string}]`]: undefined;
|
|
298
|
+
[x: `int120[${string}]`]: undefined;
|
|
299
|
+
[x: `int240[${string}]`]: undefined;
|
|
297
300
|
[x: `int32[${string}]`]: undefined;
|
|
298
301
|
[x: `int24[${string}]`]: undefined;
|
|
299
|
-
[x: `int16[${string}]`]: undefined;
|
|
300
302
|
[x: `int48[${string}]`]: undefined;
|
|
301
303
|
[x: `int56[${string}]`]: undefined;
|
|
302
304
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -306,7 +308,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
306
308
|
[x: `int96[${string}]`]: undefined;
|
|
307
309
|
[x: `int104[${string}]`]: undefined;
|
|
308
310
|
[x: `int112[${string}]`]: undefined;
|
|
309
|
-
[x: `int120[${string}]`]: undefined;
|
|
310
311
|
[x: `int128[${string}]`]: undefined;
|
|
311
312
|
[x: `int136[${string}]`]: undefined;
|
|
312
313
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -321,20 +322,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
321
322
|
[x: `int216[${string}]`]: undefined;
|
|
322
323
|
[x: `int224[${string}]`]: undefined;
|
|
323
324
|
[x: `int232[${string}]`]: undefined;
|
|
324
|
-
[x: `int240[${string}]`]: undefined;
|
|
325
325
|
[x: `int248[${string}]`]: undefined;
|
|
326
326
|
[x: `int256[${string}]`]: undefined;
|
|
327
327
|
[x: `uint[${string}]`]: undefined;
|
|
328
|
+
[x: `uint16[${string}]`]: undefined;
|
|
328
329
|
[x: `uint40[${string}]`]: undefined;
|
|
330
|
+
[x: `uint120[${string}]`]: undefined;
|
|
331
|
+
[x: `uint240[${string}]`]: undefined;
|
|
329
332
|
[x: `uint24[${string}]`]: undefined;
|
|
330
|
-
[x: `uint16[${string}]`]: undefined;
|
|
331
333
|
[x: `uint56[${string}]`]: undefined;
|
|
332
334
|
[x: `uint72[${string}]`]: undefined;
|
|
333
335
|
[x: `uint80[${string}]`]: undefined;
|
|
334
336
|
[x: `uint88[${string}]`]: undefined;
|
|
335
337
|
[x: `uint96[${string}]`]: undefined;
|
|
336
338
|
[x: `uint104[${string}]`]: undefined;
|
|
337
|
-
[x: `uint120[${string}]`]: undefined;
|
|
338
339
|
[x: `uint128[${string}]`]: undefined;
|
|
339
340
|
[x: `uint136[${string}]`]: undefined;
|
|
340
341
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -348,56 +349,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
348
349
|
[x: `uint216[${string}]`]: undefined;
|
|
349
350
|
[x: `uint224[${string}]`]: undefined;
|
|
350
351
|
[x: `uint232[${string}]`]: undefined;
|
|
351
|
-
[x: `uint240[${string}]`]: undefined;
|
|
352
352
|
[x: `uint248[${string}]`]: undefined;
|
|
353
353
|
string?: undefined;
|
|
354
354
|
address?: undefined;
|
|
355
|
-
uint32?: undefined;
|
|
356
|
-
bytes?: undefined;
|
|
357
355
|
uint256?: undefined;
|
|
356
|
+
bytes?: undefined;
|
|
358
357
|
uint48?: undefined;
|
|
359
358
|
bool?: undefined;
|
|
360
359
|
bytes32?: undefined;
|
|
360
|
+
uint32?: undefined;
|
|
361
361
|
uint112?: undefined;
|
|
362
362
|
uint192?: undefined;
|
|
363
363
|
bytes4?: undefined;
|
|
364
364
|
uint8?: undefined;
|
|
365
365
|
uint64?: undefined;
|
|
366
|
+
bytes3?: undefined;
|
|
366
367
|
bytes1?: undefined;
|
|
367
|
-
bytes11?: undefined;
|
|
368
368
|
bytes2?: undefined;
|
|
369
369
|
bytes6?: undefined;
|
|
370
|
-
bytes3?: undefined;
|
|
371
370
|
bytes5?: undefined;
|
|
372
371
|
bytes7?: undefined;
|
|
372
|
+
bytes11?: undefined;
|
|
373
373
|
bytes8?: undefined;
|
|
374
374
|
bytes9?: undefined;
|
|
375
375
|
bytes10?: undefined;
|
|
376
376
|
bytes20?: undefined;
|
|
377
|
-
|
|
377
|
+
bytes19?: undefined;
|
|
378
|
+
bytes12?: undefined;
|
|
379
|
+
bytes14?: undefined;
|
|
380
|
+
bytes16?: undefined;
|
|
381
|
+
bytes18?: undefined;
|
|
382
|
+
bytes25?: undefined;
|
|
378
383
|
bytes30?: undefined;
|
|
384
|
+
bytes31?: undefined;
|
|
379
385
|
bytes29?: undefined;
|
|
380
386
|
bytes28?: undefined;
|
|
381
387
|
bytes27?: undefined;
|
|
382
388
|
bytes26?: undefined;
|
|
383
|
-
bytes25?: undefined;
|
|
384
389
|
bytes24?: undefined;
|
|
385
390
|
bytes23?: undefined;
|
|
386
391
|
bytes22?: undefined;
|
|
387
392
|
bytes21?: undefined;
|
|
388
|
-
bytes19?: undefined;
|
|
389
|
-
bytes18?: undefined;
|
|
390
393
|
bytes17?: undefined;
|
|
391
|
-
bytes16?: undefined;
|
|
392
394
|
bytes15?: undefined;
|
|
393
|
-
bytes14?: undefined;
|
|
394
395
|
bytes13?: undefined;
|
|
395
|
-
bytes12?: undefined;
|
|
396
396
|
int8?: undefined;
|
|
397
|
+
int16?: undefined;
|
|
397
398
|
int40?: undefined;
|
|
399
|
+
int120?: undefined;
|
|
400
|
+
int240?: undefined;
|
|
398
401
|
int32?: undefined;
|
|
399
402
|
int24?: undefined;
|
|
400
|
-
int16?: undefined;
|
|
401
403
|
int48?: undefined;
|
|
402
404
|
int56?: undefined;
|
|
403
405
|
int64?: undefined;
|
|
@@ -407,7 +409,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
407
409
|
int96?: undefined;
|
|
408
410
|
int104?: undefined;
|
|
409
411
|
int112?: undefined;
|
|
410
|
-
int120?: undefined;
|
|
411
412
|
int128?: undefined;
|
|
412
413
|
int136?: undefined;
|
|
413
414
|
int144?: undefined;
|
|
@@ -422,19 +423,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
422
423
|
int216?: undefined;
|
|
423
424
|
int224?: undefined;
|
|
424
425
|
int232?: undefined;
|
|
425
|
-
int240?: undefined;
|
|
426
426
|
int248?: undefined;
|
|
427
427
|
int256?: undefined;
|
|
428
|
+
uint16?: undefined;
|
|
428
429
|
uint40?: undefined;
|
|
430
|
+
uint120?: undefined;
|
|
431
|
+
uint240?: undefined;
|
|
429
432
|
uint24?: undefined;
|
|
430
|
-
uint16?: undefined;
|
|
431
433
|
uint56?: undefined;
|
|
432
434
|
uint72?: undefined;
|
|
433
435
|
uint80?: undefined;
|
|
434
436
|
uint88?: undefined;
|
|
435
437
|
uint96?: undefined;
|
|
436
438
|
uint104?: undefined;
|
|
437
|
-
uint120?: undefined;
|
|
438
439
|
uint128?: undefined;
|
|
439
440
|
uint136?: undefined;
|
|
440
441
|
uint144?: undefined;
|
|
@@ -448,7 +449,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
448
449
|
uint216?: undefined;
|
|
449
450
|
uint224?: undefined;
|
|
450
451
|
uint232?: undefined;
|
|
451
|
-
uint240?: undefined;
|
|
452
452
|
uint248?: undefined;
|
|
453
453
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
454
454
|
publicKey: `0x${string}`;
|
|
@@ -472,53 +472,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
472
472
|
[x: `string[${string}]`]: undefined;
|
|
473
473
|
[x: `function[${string}]`]: undefined;
|
|
474
474
|
[x: `address[${string}]`]: undefined;
|
|
475
|
-
[x: `uint32[${string}]`]: undefined;
|
|
476
|
-
[x: `bytes[${string}]`]: undefined;
|
|
477
475
|
[x: `uint256[${string}]`]: undefined;
|
|
476
|
+
[x: `bytes[${string}]`]: undefined;
|
|
478
477
|
[x: `uint48[${string}]`]: undefined;
|
|
479
478
|
[x: `bool[${string}]`]: undefined;
|
|
480
479
|
[x: `bytes32[${string}]`]: undefined;
|
|
480
|
+
[x: `uint32[${string}]`]: undefined;
|
|
481
481
|
[x: `uint112[${string}]`]: undefined;
|
|
482
482
|
[x: `uint192[${string}]`]: undefined;
|
|
483
483
|
[x: `bytes4[${string}]`]: undefined;
|
|
484
484
|
[x: `uint8[${string}]`]: undefined;
|
|
485
485
|
[x: `uint64[${string}]`]: undefined;
|
|
486
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
486
487
|
[x: `bytes1[${string}]`]: undefined;
|
|
487
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
488
488
|
[x: `bytes2[${string}]`]: undefined;
|
|
489
489
|
[x: `bytes6[${string}]`]: undefined;
|
|
490
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
491
490
|
[x: `bytes5[${string}]`]: undefined;
|
|
492
491
|
[x: `bytes7[${string}]`]: undefined;
|
|
492
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
493
493
|
[x: `bytes8[${string}]`]: undefined;
|
|
494
494
|
[x: `bytes9[${string}]`]: undefined;
|
|
495
495
|
[x: `bytes10[${string}]`]: undefined;
|
|
496
496
|
[x: `bytes20[${string}]`]: undefined;
|
|
497
|
-
[x: `
|
|
497
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
498
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
499
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
500
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
501
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
502
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
498
503
|
[x: `bytes30[${string}]`]: undefined;
|
|
504
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
499
505
|
[x: `bytes29[${string}]`]: undefined;
|
|
500
506
|
[x: `bytes28[${string}]`]: undefined;
|
|
501
507
|
[x: `bytes27[${string}]`]: undefined;
|
|
502
508
|
[x: `bytes26[${string}]`]: undefined;
|
|
503
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
504
509
|
[x: `bytes24[${string}]`]: undefined;
|
|
505
510
|
[x: `bytes23[${string}]`]: undefined;
|
|
506
511
|
[x: `bytes22[${string}]`]: undefined;
|
|
507
512
|
[x: `bytes21[${string}]`]: undefined;
|
|
508
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
509
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
510
513
|
[x: `bytes17[${string}]`]: undefined;
|
|
511
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
512
514
|
[x: `bytes15[${string}]`]: undefined;
|
|
513
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
514
515
|
[x: `bytes13[${string}]`]: undefined;
|
|
515
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
516
516
|
[x: `int[${string}]`]: undefined;
|
|
517
517
|
[x: `int8[${string}]`]: undefined;
|
|
518
|
+
[x: `int16[${string}]`]: undefined;
|
|
518
519
|
[x: `int40[${string}]`]: undefined;
|
|
520
|
+
[x: `int120[${string}]`]: undefined;
|
|
521
|
+
[x: `int240[${string}]`]: undefined;
|
|
519
522
|
[x: `int32[${string}]`]: undefined;
|
|
520
523
|
[x: `int24[${string}]`]: undefined;
|
|
521
|
-
[x: `int16[${string}]`]: undefined;
|
|
522
524
|
[x: `int48[${string}]`]: undefined;
|
|
523
525
|
[x: `int56[${string}]`]: undefined;
|
|
524
526
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -528,7 +530,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
528
530
|
[x: `int96[${string}]`]: undefined;
|
|
529
531
|
[x: `int104[${string}]`]: undefined;
|
|
530
532
|
[x: `int112[${string}]`]: undefined;
|
|
531
|
-
[x: `int120[${string}]`]: undefined;
|
|
532
533
|
[x: `int128[${string}]`]: undefined;
|
|
533
534
|
[x: `int136[${string}]`]: undefined;
|
|
534
535
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -543,20 +544,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
543
544
|
[x: `int216[${string}]`]: undefined;
|
|
544
545
|
[x: `int224[${string}]`]: undefined;
|
|
545
546
|
[x: `int232[${string}]`]: undefined;
|
|
546
|
-
[x: `int240[${string}]`]: undefined;
|
|
547
547
|
[x: `int248[${string}]`]: undefined;
|
|
548
548
|
[x: `int256[${string}]`]: undefined;
|
|
549
549
|
[x: `uint[${string}]`]: undefined;
|
|
550
|
+
[x: `uint16[${string}]`]: undefined;
|
|
550
551
|
[x: `uint40[${string}]`]: undefined;
|
|
552
|
+
[x: `uint120[${string}]`]: undefined;
|
|
553
|
+
[x: `uint240[${string}]`]: undefined;
|
|
551
554
|
[x: `uint24[${string}]`]: undefined;
|
|
552
|
-
[x: `uint16[${string}]`]: undefined;
|
|
553
555
|
[x: `uint56[${string}]`]: undefined;
|
|
554
556
|
[x: `uint72[${string}]`]: undefined;
|
|
555
557
|
[x: `uint80[${string}]`]: undefined;
|
|
556
558
|
[x: `uint88[${string}]`]: undefined;
|
|
557
559
|
[x: `uint96[${string}]`]: undefined;
|
|
558
560
|
[x: `uint104[${string}]`]: undefined;
|
|
559
|
-
[x: `uint120[${string}]`]: undefined;
|
|
560
561
|
[x: `uint128[${string}]`]: undefined;
|
|
561
562
|
[x: `uint136[${string}]`]: undefined;
|
|
562
563
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -570,56 +571,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
570
571
|
[x: `uint216[${string}]`]: undefined;
|
|
571
572
|
[x: `uint224[${string}]`]: undefined;
|
|
572
573
|
[x: `uint232[${string}]`]: undefined;
|
|
573
|
-
[x: `uint240[${string}]`]: undefined;
|
|
574
574
|
[x: `uint248[${string}]`]: undefined;
|
|
575
575
|
string?: undefined;
|
|
576
576
|
address?: undefined;
|
|
577
|
-
uint32?: undefined;
|
|
578
|
-
bytes?: undefined;
|
|
579
577
|
uint256?: undefined;
|
|
578
|
+
bytes?: undefined;
|
|
580
579
|
uint48?: undefined;
|
|
581
580
|
bool?: undefined;
|
|
582
581
|
bytes32?: undefined;
|
|
582
|
+
uint32?: undefined;
|
|
583
583
|
uint112?: undefined;
|
|
584
584
|
uint192?: undefined;
|
|
585
585
|
bytes4?: undefined;
|
|
586
586
|
uint8?: undefined;
|
|
587
587
|
uint64?: undefined;
|
|
588
|
+
bytes3?: undefined;
|
|
588
589
|
bytes1?: undefined;
|
|
589
|
-
bytes11?: undefined;
|
|
590
590
|
bytes2?: undefined;
|
|
591
591
|
bytes6?: undefined;
|
|
592
|
-
bytes3?: undefined;
|
|
593
592
|
bytes5?: undefined;
|
|
594
593
|
bytes7?: undefined;
|
|
594
|
+
bytes11?: undefined;
|
|
595
595
|
bytes8?: undefined;
|
|
596
596
|
bytes9?: undefined;
|
|
597
597
|
bytes10?: undefined;
|
|
598
598
|
bytes20?: undefined;
|
|
599
|
-
|
|
599
|
+
bytes19?: undefined;
|
|
600
|
+
bytes12?: undefined;
|
|
601
|
+
bytes14?: undefined;
|
|
602
|
+
bytes16?: undefined;
|
|
603
|
+
bytes18?: undefined;
|
|
604
|
+
bytes25?: undefined;
|
|
600
605
|
bytes30?: undefined;
|
|
606
|
+
bytes31?: undefined;
|
|
601
607
|
bytes29?: undefined;
|
|
602
608
|
bytes28?: undefined;
|
|
603
609
|
bytes27?: undefined;
|
|
604
610
|
bytes26?: undefined;
|
|
605
|
-
bytes25?: undefined;
|
|
606
611
|
bytes24?: undefined;
|
|
607
612
|
bytes23?: undefined;
|
|
608
613
|
bytes22?: undefined;
|
|
609
614
|
bytes21?: undefined;
|
|
610
|
-
bytes19?: undefined;
|
|
611
|
-
bytes18?: undefined;
|
|
612
615
|
bytes17?: undefined;
|
|
613
|
-
bytes16?: undefined;
|
|
614
616
|
bytes15?: undefined;
|
|
615
|
-
bytes14?: undefined;
|
|
616
617
|
bytes13?: undefined;
|
|
617
|
-
bytes12?: undefined;
|
|
618
618
|
int8?: undefined;
|
|
619
|
+
int16?: undefined;
|
|
619
620
|
int40?: undefined;
|
|
621
|
+
int120?: undefined;
|
|
622
|
+
int240?: undefined;
|
|
620
623
|
int32?: undefined;
|
|
621
624
|
int24?: undefined;
|
|
622
|
-
int16?: undefined;
|
|
623
625
|
int48?: undefined;
|
|
624
626
|
int56?: undefined;
|
|
625
627
|
int64?: undefined;
|
|
@@ -629,7 +631,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
629
631
|
int96?: undefined;
|
|
630
632
|
int104?: undefined;
|
|
631
633
|
int112?: undefined;
|
|
632
|
-
int120?: undefined;
|
|
633
634
|
int128?: undefined;
|
|
634
635
|
int136?: undefined;
|
|
635
636
|
int144?: undefined;
|
|
@@ -644,19 +645,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
644
645
|
int216?: undefined;
|
|
645
646
|
int224?: undefined;
|
|
646
647
|
int232?: undefined;
|
|
647
|
-
int240?: undefined;
|
|
648
648
|
int248?: undefined;
|
|
649
649
|
int256?: undefined;
|
|
650
|
+
uint16?: undefined;
|
|
650
651
|
uint40?: undefined;
|
|
652
|
+
uint120?: undefined;
|
|
653
|
+
uint240?: undefined;
|
|
651
654
|
uint24?: undefined;
|
|
652
|
-
uint16?: undefined;
|
|
653
655
|
uint56?: undefined;
|
|
654
656
|
uint72?: undefined;
|
|
655
657
|
uint80?: undefined;
|
|
656
658
|
uint88?: undefined;
|
|
657
659
|
uint96?: undefined;
|
|
658
660
|
uint104?: undefined;
|
|
659
|
-
uint120?: undefined;
|
|
660
661
|
uint128?: undefined;
|
|
661
662
|
uint136?: undefined;
|
|
662
663
|
uint144?: undefined;
|
|
@@ -670,7 +671,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
670
671
|
uint216?: undefined;
|
|
671
672
|
uint224?: undefined;
|
|
672
673
|
uint232?: undefined;
|
|
673
|
-
uint240?: undefined;
|
|
674
674
|
uint248?: undefined;
|
|
675
675
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
676
676
|
publicKey: `0x${string}`;
|
|
@@ -727,53 +727,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
727
727
|
[x: `string[${string}]`]: undefined;
|
|
728
728
|
[x: `function[${string}]`]: undefined;
|
|
729
729
|
[x: `address[${string}]`]: undefined;
|
|
730
|
-
[x: `uint32[${string}]`]: undefined;
|
|
731
|
-
[x: `bytes[${string}]`]: undefined;
|
|
732
730
|
[x: `uint256[${string}]`]: undefined;
|
|
731
|
+
[x: `bytes[${string}]`]: undefined;
|
|
733
732
|
[x: `uint48[${string}]`]: undefined;
|
|
734
733
|
[x: `bool[${string}]`]: undefined;
|
|
735
734
|
[x: `bytes32[${string}]`]: undefined;
|
|
735
|
+
[x: `uint32[${string}]`]: undefined;
|
|
736
736
|
[x: `uint112[${string}]`]: undefined;
|
|
737
737
|
[x: `uint192[${string}]`]: undefined;
|
|
738
738
|
[x: `bytes4[${string}]`]: undefined;
|
|
739
739
|
[x: `uint8[${string}]`]: undefined;
|
|
740
740
|
[x: `uint64[${string}]`]: undefined;
|
|
741
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
741
742
|
[x: `bytes1[${string}]`]: undefined;
|
|
742
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
743
743
|
[x: `bytes2[${string}]`]: undefined;
|
|
744
744
|
[x: `bytes6[${string}]`]: undefined;
|
|
745
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
746
745
|
[x: `bytes5[${string}]`]: undefined;
|
|
747
746
|
[x: `bytes7[${string}]`]: undefined;
|
|
747
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
748
748
|
[x: `bytes8[${string}]`]: undefined;
|
|
749
749
|
[x: `bytes9[${string}]`]: undefined;
|
|
750
750
|
[x: `bytes10[${string}]`]: undefined;
|
|
751
751
|
[x: `bytes20[${string}]`]: undefined;
|
|
752
|
-
[x: `
|
|
752
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
753
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
754
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
755
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
756
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
757
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
753
758
|
[x: `bytes30[${string}]`]: undefined;
|
|
759
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
754
760
|
[x: `bytes29[${string}]`]: undefined;
|
|
755
761
|
[x: `bytes28[${string}]`]: undefined;
|
|
756
762
|
[x: `bytes27[${string}]`]: undefined;
|
|
757
763
|
[x: `bytes26[${string}]`]: undefined;
|
|
758
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
759
764
|
[x: `bytes24[${string}]`]: undefined;
|
|
760
765
|
[x: `bytes23[${string}]`]: undefined;
|
|
761
766
|
[x: `bytes22[${string}]`]: undefined;
|
|
762
767
|
[x: `bytes21[${string}]`]: undefined;
|
|
763
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
764
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
765
768
|
[x: `bytes17[${string}]`]: undefined;
|
|
766
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
767
769
|
[x: `bytes15[${string}]`]: undefined;
|
|
768
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
769
770
|
[x: `bytes13[${string}]`]: undefined;
|
|
770
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
771
771
|
[x: `int[${string}]`]: undefined;
|
|
772
772
|
[x: `int8[${string}]`]: undefined;
|
|
773
|
+
[x: `int16[${string}]`]: undefined;
|
|
773
774
|
[x: `int40[${string}]`]: undefined;
|
|
775
|
+
[x: `int120[${string}]`]: undefined;
|
|
776
|
+
[x: `int240[${string}]`]: undefined;
|
|
774
777
|
[x: `int32[${string}]`]: undefined;
|
|
775
778
|
[x: `int24[${string}]`]: undefined;
|
|
776
|
-
[x: `int16[${string}]`]: undefined;
|
|
777
779
|
[x: `int48[${string}]`]: undefined;
|
|
778
780
|
[x: `int56[${string}]`]: undefined;
|
|
779
781
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -783,7 +785,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
783
785
|
[x: `int96[${string}]`]: undefined;
|
|
784
786
|
[x: `int104[${string}]`]: undefined;
|
|
785
787
|
[x: `int112[${string}]`]: undefined;
|
|
786
|
-
[x: `int120[${string}]`]: undefined;
|
|
787
788
|
[x: `int128[${string}]`]: undefined;
|
|
788
789
|
[x: `int136[${string}]`]: undefined;
|
|
789
790
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -798,20 +799,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
798
799
|
[x: `int216[${string}]`]: undefined;
|
|
799
800
|
[x: `int224[${string}]`]: undefined;
|
|
800
801
|
[x: `int232[${string}]`]: undefined;
|
|
801
|
-
[x: `int240[${string}]`]: undefined;
|
|
802
802
|
[x: `int248[${string}]`]: undefined;
|
|
803
803
|
[x: `int256[${string}]`]: undefined;
|
|
804
804
|
[x: `uint[${string}]`]: undefined;
|
|
805
|
+
[x: `uint16[${string}]`]: undefined;
|
|
805
806
|
[x: `uint40[${string}]`]: undefined;
|
|
807
|
+
[x: `uint120[${string}]`]: undefined;
|
|
808
|
+
[x: `uint240[${string}]`]: undefined;
|
|
806
809
|
[x: `uint24[${string}]`]: undefined;
|
|
807
|
-
[x: `uint16[${string}]`]: undefined;
|
|
808
810
|
[x: `uint56[${string}]`]: undefined;
|
|
809
811
|
[x: `uint72[${string}]`]: undefined;
|
|
810
812
|
[x: `uint80[${string}]`]: undefined;
|
|
811
813
|
[x: `uint88[${string}]`]: undefined;
|
|
812
814
|
[x: `uint96[${string}]`]: undefined;
|
|
813
815
|
[x: `uint104[${string}]`]: undefined;
|
|
814
|
-
[x: `uint120[${string}]`]: undefined;
|
|
815
816
|
[x: `uint128[${string}]`]: undefined;
|
|
816
817
|
[x: `uint136[${string}]`]: undefined;
|
|
817
818
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -825,56 +826,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
825
826
|
[x: `uint216[${string}]`]: undefined;
|
|
826
827
|
[x: `uint224[${string}]`]: undefined;
|
|
827
828
|
[x: `uint232[${string}]`]: undefined;
|
|
828
|
-
[x: `uint240[${string}]`]: undefined;
|
|
829
829
|
[x: `uint248[${string}]`]: undefined;
|
|
830
830
|
string?: undefined;
|
|
831
831
|
address?: undefined;
|
|
832
|
-
uint32?: undefined;
|
|
833
|
-
bytes?: undefined;
|
|
834
832
|
uint256?: undefined;
|
|
833
|
+
bytes?: undefined;
|
|
835
834
|
uint48?: undefined;
|
|
836
835
|
bool?: undefined;
|
|
837
836
|
bytes32?: undefined;
|
|
837
|
+
uint32?: undefined;
|
|
838
838
|
uint112?: undefined;
|
|
839
839
|
uint192?: undefined;
|
|
840
840
|
bytes4?: undefined;
|
|
841
841
|
uint8?: undefined;
|
|
842
842
|
uint64?: undefined;
|
|
843
|
+
bytes3?: undefined;
|
|
843
844
|
bytes1?: undefined;
|
|
844
|
-
bytes11?: undefined;
|
|
845
845
|
bytes2?: undefined;
|
|
846
846
|
bytes6?: undefined;
|
|
847
|
-
bytes3?: undefined;
|
|
848
847
|
bytes5?: undefined;
|
|
849
848
|
bytes7?: undefined;
|
|
849
|
+
bytes11?: undefined;
|
|
850
850
|
bytes8?: undefined;
|
|
851
851
|
bytes9?: undefined;
|
|
852
852
|
bytes10?: undefined;
|
|
853
853
|
bytes20?: undefined;
|
|
854
|
-
|
|
854
|
+
bytes19?: undefined;
|
|
855
|
+
bytes12?: undefined;
|
|
856
|
+
bytes14?: undefined;
|
|
857
|
+
bytes16?: undefined;
|
|
858
|
+
bytes18?: undefined;
|
|
859
|
+
bytes25?: undefined;
|
|
855
860
|
bytes30?: undefined;
|
|
861
|
+
bytes31?: undefined;
|
|
856
862
|
bytes29?: undefined;
|
|
857
863
|
bytes28?: undefined;
|
|
858
864
|
bytes27?: undefined;
|
|
859
865
|
bytes26?: undefined;
|
|
860
|
-
bytes25?: undefined;
|
|
861
866
|
bytes24?: undefined;
|
|
862
867
|
bytes23?: undefined;
|
|
863
868
|
bytes22?: undefined;
|
|
864
869
|
bytes21?: undefined;
|
|
865
|
-
bytes19?: undefined;
|
|
866
|
-
bytes18?: undefined;
|
|
867
870
|
bytes17?: undefined;
|
|
868
|
-
bytes16?: undefined;
|
|
869
871
|
bytes15?: undefined;
|
|
870
|
-
bytes14?: undefined;
|
|
871
872
|
bytes13?: undefined;
|
|
872
|
-
bytes12?: undefined;
|
|
873
873
|
int8?: undefined;
|
|
874
|
+
int16?: undefined;
|
|
874
875
|
int40?: undefined;
|
|
876
|
+
int120?: undefined;
|
|
877
|
+
int240?: undefined;
|
|
875
878
|
int32?: undefined;
|
|
876
879
|
int24?: undefined;
|
|
877
|
-
int16?: undefined;
|
|
878
880
|
int48?: undefined;
|
|
879
881
|
int56?: undefined;
|
|
880
882
|
int64?: undefined;
|
|
@@ -884,7 +886,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
884
886
|
int96?: undefined;
|
|
885
887
|
int104?: undefined;
|
|
886
888
|
int112?: undefined;
|
|
887
|
-
int120?: undefined;
|
|
888
889
|
int128?: undefined;
|
|
889
890
|
int136?: undefined;
|
|
890
891
|
int144?: undefined;
|
|
@@ -899,19 +900,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
899
900
|
int216?: undefined;
|
|
900
901
|
int224?: undefined;
|
|
901
902
|
int232?: undefined;
|
|
902
|
-
int240?: undefined;
|
|
903
903
|
int248?: undefined;
|
|
904
904
|
int256?: undefined;
|
|
905
|
+
uint16?: undefined;
|
|
905
906
|
uint40?: undefined;
|
|
907
|
+
uint120?: undefined;
|
|
908
|
+
uint240?: undefined;
|
|
906
909
|
uint24?: undefined;
|
|
907
|
-
uint16?: undefined;
|
|
908
910
|
uint56?: undefined;
|
|
909
911
|
uint72?: undefined;
|
|
910
912
|
uint80?: undefined;
|
|
911
913
|
uint88?: undefined;
|
|
912
914
|
uint96?: undefined;
|
|
913
915
|
uint104?: undefined;
|
|
914
|
-
uint120?: undefined;
|
|
915
916
|
uint128?: undefined;
|
|
916
917
|
uint136?: undefined;
|
|
917
918
|
uint144?: undefined;
|
|
@@ -925,7 +926,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
925
926
|
uint216?: undefined;
|
|
926
927
|
uint224?: undefined;
|
|
927
928
|
uint232?: undefined;
|
|
928
|
-
uint240?: undefined;
|
|
929
929
|
uint248?: undefined;
|
|
930
930
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
931
931
|
publicKey: `0x${string}`;
|
|
@@ -975,53 +975,55 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
975
975
|
[x: `string[${string}]`]: undefined;
|
|
976
976
|
[x: `function[${string}]`]: undefined;
|
|
977
977
|
[x: `address[${string}]`]: undefined;
|
|
978
|
-
[x: `uint32[${string}]`]: undefined;
|
|
979
|
-
[x: `bytes[${string}]`]: undefined;
|
|
980
978
|
[x: `uint256[${string}]`]: undefined;
|
|
979
|
+
[x: `bytes[${string}]`]: undefined;
|
|
981
980
|
[x: `uint48[${string}]`]: undefined;
|
|
982
981
|
[x: `bool[${string}]`]: undefined;
|
|
983
982
|
[x: `bytes32[${string}]`]: undefined;
|
|
983
|
+
[x: `uint32[${string}]`]: undefined;
|
|
984
984
|
[x: `uint112[${string}]`]: undefined;
|
|
985
985
|
[x: `uint192[${string}]`]: undefined;
|
|
986
986
|
[x: `bytes4[${string}]`]: undefined;
|
|
987
987
|
[x: `uint8[${string}]`]: undefined;
|
|
988
988
|
[x: `uint64[${string}]`]: undefined;
|
|
989
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
989
990
|
[x: `bytes1[${string}]`]: undefined;
|
|
990
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
991
991
|
[x: `bytes2[${string}]`]: undefined;
|
|
992
992
|
[x: `bytes6[${string}]`]: undefined;
|
|
993
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
994
993
|
[x: `bytes5[${string}]`]: undefined;
|
|
995
994
|
[x: `bytes7[${string}]`]: undefined;
|
|
995
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
996
996
|
[x: `bytes8[${string}]`]: undefined;
|
|
997
997
|
[x: `bytes9[${string}]`]: undefined;
|
|
998
998
|
[x: `bytes10[${string}]`]: undefined;
|
|
999
999
|
[x: `bytes20[${string}]`]: undefined;
|
|
1000
|
-
[x: `
|
|
1000
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1001
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1002
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1003
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1004
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1005
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1001
1006
|
[x: `bytes30[${string}]`]: undefined;
|
|
1007
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1002
1008
|
[x: `bytes29[${string}]`]: undefined;
|
|
1003
1009
|
[x: `bytes28[${string}]`]: undefined;
|
|
1004
1010
|
[x: `bytes27[${string}]`]: undefined;
|
|
1005
1011
|
[x: `bytes26[${string}]`]: undefined;
|
|
1006
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1007
1012
|
[x: `bytes24[${string}]`]: undefined;
|
|
1008
1013
|
[x: `bytes23[${string}]`]: undefined;
|
|
1009
1014
|
[x: `bytes22[${string}]`]: undefined;
|
|
1010
1015
|
[x: `bytes21[${string}]`]: undefined;
|
|
1011
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1012
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1013
1016
|
[x: `bytes17[${string}]`]: undefined;
|
|
1014
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1015
1017
|
[x: `bytes15[${string}]`]: undefined;
|
|
1016
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1017
1018
|
[x: `bytes13[${string}]`]: undefined;
|
|
1018
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1019
1019
|
[x: `int[${string}]`]: undefined;
|
|
1020
1020
|
[x: `int8[${string}]`]: undefined;
|
|
1021
|
+
[x: `int16[${string}]`]: undefined;
|
|
1021
1022
|
[x: `int40[${string}]`]: undefined;
|
|
1023
|
+
[x: `int120[${string}]`]: undefined;
|
|
1024
|
+
[x: `int240[${string}]`]: undefined;
|
|
1022
1025
|
[x: `int32[${string}]`]: undefined;
|
|
1023
1026
|
[x: `int24[${string}]`]: undefined;
|
|
1024
|
-
[x: `int16[${string}]`]: undefined;
|
|
1025
1027
|
[x: `int48[${string}]`]: undefined;
|
|
1026
1028
|
[x: `int56[${string}]`]: undefined;
|
|
1027
1029
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1031,7 +1033,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1031
1033
|
[x: `int96[${string}]`]: undefined;
|
|
1032
1034
|
[x: `int104[${string}]`]: undefined;
|
|
1033
1035
|
[x: `int112[${string}]`]: undefined;
|
|
1034
|
-
[x: `int120[${string}]`]: undefined;
|
|
1035
1036
|
[x: `int128[${string}]`]: undefined;
|
|
1036
1037
|
[x: `int136[${string}]`]: undefined;
|
|
1037
1038
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1046,20 +1047,20 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1046
1047
|
[x: `int216[${string}]`]: undefined;
|
|
1047
1048
|
[x: `int224[${string}]`]: undefined;
|
|
1048
1049
|
[x: `int232[${string}]`]: undefined;
|
|
1049
|
-
[x: `int240[${string}]`]: undefined;
|
|
1050
1050
|
[x: `int248[${string}]`]: undefined;
|
|
1051
1051
|
[x: `int256[${string}]`]: undefined;
|
|
1052
1052
|
[x: `uint[${string}]`]: undefined;
|
|
1053
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1053
1054
|
[x: `uint40[${string}]`]: undefined;
|
|
1055
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1056
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1054
1057
|
[x: `uint24[${string}]`]: undefined;
|
|
1055
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1056
1058
|
[x: `uint56[${string}]`]: undefined;
|
|
1057
1059
|
[x: `uint72[${string}]`]: undefined;
|
|
1058
1060
|
[x: `uint80[${string}]`]: undefined;
|
|
1059
1061
|
[x: `uint88[${string}]`]: undefined;
|
|
1060
1062
|
[x: `uint96[${string}]`]: undefined;
|
|
1061
1063
|
[x: `uint104[${string}]`]: undefined;
|
|
1062
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1063
1064
|
[x: `uint128[${string}]`]: undefined;
|
|
1064
1065
|
[x: `uint136[${string}]`]: undefined;
|
|
1065
1066
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1073,56 +1074,57 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1073
1074
|
[x: `uint216[${string}]`]: undefined;
|
|
1074
1075
|
[x: `uint224[${string}]`]: undefined;
|
|
1075
1076
|
[x: `uint232[${string}]`]: undefined;
|
|
1076
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1077
1077
|
[x: `uint248[${string}]`]: undefined;
|
|
1078
1078
|
string?: undefined;
|
|
1079
1079
|
address?: undefined;
|
|
1080
|
-
uint32?: undefined;
|
|
1081
|
-
bytes?: undefined;
|
|
1082
1080
|
uint256?: undefined;
|
|
1081
|
+
bytes?: undefined;
|
|
1083
1082
|
uint48?: undefined;
|
|
1084
1083
|
bool?: undefined;
|
|
1085
1084
|
bytes32?: undefined;
|
|
1085
|
+
uint32?: undefined;
|
|
1086
1086
|
uint112?: undefined;
|
|
1087
1087
|
uint192?: undefined;
|
|
1088
1088
|
bytes4?: undefined;
|
|
1089
1089
|
uint8?: undefined;
|
|
1090
1090
|
uint64?: undefined;
|
|
1091
|
+
bytes3?: undefined;
|
|
1091
1092
|
bytes1?: undefined;
|
|
1092
|
-
bytes11?: undefined;
|
|
1093
1093
|
bytes2?: undefined;
|
|
1094
1094
|
bytes6?: undefined;
|
|
1095
|
-
bytes3?: undefined;
|
|
1096
1095
|
bytes5?: undefined;
|
|
1097
1096
|
bytes7?: undefined;
|
|
1097
|
+
bytes11?: undefined;
|
|
1098
1098
|
bytes8?: undefined;
|
|
1099
1099
|
bytes9?: undefined;
|
|
1100
1100
|
bytes10?: undefined;
|
|
1101
1101
|
bytes20?: undefined;
|
|
1102
|
-
|
|
1102
|
+
bytes19?: undefined;
|
|
1103
|
+
bytes12?: undefined;
|
|
1104
|
+
bytes14?: undefined;
|
|
1105
|
+
bytes16?: undefined;
|
|
1106
|
+
bytes18?: undefined;
|
|
1107
|
+
bytes25?: undefined;
|
|
1103
1108
|
bytes30?: undefined;
|
|
1109
|
+
bytes31?: undefined;
|
|
1104
1110
|
bytes29?: undefined;
|
|
1105
1111
|
bytes28?: undefined;
|
|
1106
1112
|
bytes27?: undefined;
|
|
1107
1113
|
bytes26?: undefined;
|
|
1108
|
-
bytes25?: undefined;
|
|
1109
1114
|
bytes24?: undefined;
|
|
1110
1115
|
bytes23?: undefined;
|
|
1111
1116
|
bytes22?: undefined;
|
|
1112
1117
|
bytes21?: undefined;
|
|
1113
|
-
bytes19?: undefined;
|
|
1114
|
-
bytes18?: undefined;
|
|
1115
1118
|
bytes17?: undefined;
|
|
1116
|
-
bytes16?: undefined;
|
|
1117
1119
|
bytes15?: undefined;
|
|
1118
|
-
bytes14?: undefined;
|
|
1119
1120
|
bytes13?: undefined;
|
|
1120
|
-
bytes12?: undefined;
|
|
1121
1121
|
int8?: undefined;
|
|
1122
|
+
int16?: undefined;
|
|
1122
1123
|
int40?: undefined;
|
|
1124
|
+
int120?: undefined;
|
|
1125
|
+
int240?: undefined;
|
|
1123
1126
|
int32?: undefined;
|
|
1124
1127
|
int24?: undefined;
|
|
1125
|
-
int16?: undefined;
|
|
1126
1128
|
int48?: undefined;
|
|
1127
1129
|
int56?: undefined;
|
|
1128
1130
|
int64?: undefined;
|
|
@@ -1132,7 +1134,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1132
1134
|
int96?: undefined;
|
|
1133
1135
|
int104?: undefined;
|
|
1134
1136
|
int112?: undefined;
|
|
1135
|
-
int120?: undefined;
|
|
1136
1137
|
int128?: undefined;
|
|
1137
1138
|
int136?: undefined;
|
|
1138
1139
|
int144?: undefined;
|
|
@@ -1147,19 +1148,19 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1147
1148
|
int216?: undefined;
|
|
1148
1149
|
int224?: undefined;
|
|
1149
1150
|
int232?: undefined;
|
|
1150
|
-
int240?: undefined;
|
|
1151
1151
|
int248?: undefined;
|
|
1152
1152
|
int256?: undefined;
|
|
1153
|
+
uint16?: undefined;
|
|
1153
1154
|
uint40?: undefined;
|
|
1155
|
+
uint120?: undefined;
|
|
1156
|
+
uint240?: undefined;
|
|
1154
1157
|
uint24?: undefined;
|
|
1155
|
-
uint16?: undefined;
|
|
1156
1158
|
uint56?: undefined;
|
|
1157
1159
|
uint72?: undefined;
|
|
1158
1160
|
uint80?: undefined;
|
|
1159
1161
|
uint88?: undefined;
|
|
1160
1162
|
uint96?: undefined;
|
|
1161
1163
|
uint104?: undefined;
|
|
1162
|
-
uint120?: undefined;
|
|
1163
1164
|
uint128?: undefined;
|
|
1164
1165
|
uint136?: undefined;
|
|
1165
1166
|
uint144?: undefined;
|
|
@@ -1173,7 +1174,6 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
1173
1174
|
uint216?: undefined;
|
|
1174
1175
|
uint224?: undefined;
|
|
1175
1176
|
uint232?: undefined;
|
|
1176
|
-
uint240?: undefined;
|
|
1177
1177
|
uint248?: undefined;
|
|
1178
1178
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1179
1179
|
publicKey: `0x${string}`;
|
|
@@ -1281,16 +1281,6 @@ export declare const rpcArgsSchema: z.ZodObject<{
|
|
|
1281
1281
|
"block-tag-support"?: boolean | undefined;
|
|
1282
1282
|
"code-override-support"?: boolean | undefined;
|
|
1283
1283
|
}>;
|
|
1284
|
-
export declare const bundleCopmressionArgsSchema: z.ZodObject<{
|
|
1285
|
-
"bundle-bulker-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
1286
|
-
"per-op-inflator-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
1287
|
-
}, "strip", z.ZodTypeAny, {
|
|
1288
|
-
"bundle-bulker-address"?: `0x${string}` | undefined;
|
|
1289
|
-
"per-op-inflator-address"?: `0x${string}` | undefined;
|
|
1290
|
-
}, {
|
|
1291
|
-
"bundle-bulker-address"?: string | undefined;
|
|
1292
|
-
"per-op-inflator-address"?: string | undefined;
|
|
1293
|
-
}>;
|
|
1294
1284
|
export declare const logArgsSchema: z.ZodObject<{
|
|
1295
1285
|
"redis-queue-endpoint": z.ZodOptional<z.ZodString>;
|
|
1296
1286
|
"redis-event-manager-queue-name": z.ZodOptional<z.ZodString>;
|
|
@@ -1398,8 +1388,6 @@ export type IServerArgs = z.infer<typeof serverArgsSchema>;
|
|
|
1398
1388
|
export type IServerArgsInput = z.input<typeof serverArgsSchema>;
|
|
1399
1389
|
export type IRpcArgs = z.infer<typeof rpcArgsSchema>;
|
|
1400
1390
|
export type IRpcArgsInput = z.input<typeof rpcArgsSchema>;
|
|
1401
|
-
export type IBundleCompressionArgs = z.infer<typeof bundleCopmressionArgsSchema>;
|
|
1402
|
-
export type IBundleCompressionArgsInput = z.input<typeof bundleCopmressionArgsSchema>;
|
|
1403
1391
|
export type ILogArgs = z.infer<typeof logArgsSchema>;
|
|
1404
1392
|
export type ILogArgsInput = z.input<typeof logArgsSchema>;
|
|
1405
1393
|
export type IDebugArgs = z.infer<typeof debugArgsSchema>;
|
|
@@ -1424,8 +1412,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1424
1412
|
"dangerous-skip-user-operation-validation": z.ZodBoolean;
|
|
1425
1413
|
"deploy-simulations-contract": z.ZodBoolean;
|
|
1426
1414
|
tenderly: z.ZodBoolean;
|
|
1427
|
-
"bundle-bulker-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
1428
|
-
"per-op-inflator-address": z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
1429
1415
|
"rpc-url": z.ZodString;
|
|
1430
1416
|
"send-transaction-rpc-url": z.ZodOptional<z.ZodString>;
|
|
1431
1417
|
"polling-interval": z.ZodNumber;
|
|
@@ -1480,53 +1466,55 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1480
1466
|
[x: `string[${string}]`]: undefined;
|
|
1481
1467
|
[x: `function[${string}]`]: undefined;
|
|
1482
1468
|
[x: `address[${string}]`]: undefined;
|
|
1483
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1484
|
-
[x: `bytes[${string}]`]: undefined;
|
|
1485
1469
|
[x: `uint256[${string}]`]: undefined;
|
|
1470
|
+
[x: `bytes[${string}]`]: undefined;
|
|
1486
1471
|
[x: `uint48[${string}]`]: undefined;
|
|
1487
1472
|
[x: `bool[${string}]`]: undefined;
|
|
1488
1473
|
[x: `bytes32[${string}]`]: undefined;
|
|
1474
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1489
1475
|
[x: `uint112[${string}]`]: undefined;
|
|
1490
1476
|
[x: `uint192[${string}]`]: undefined;
|
|
1491
1477
|
[x: `bytes4[${string}]`]: undefined;
|
|
1492
1478
|
[x: `uint8[${string}]`]: undefined;
|
|
1493
1479
|
[x: `uint64[${string}]`]: undefined;
|
|
1480
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1494
1481
|
[x: `bytes1[${string}]`]: undefined;
|
|
1495
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1496
1482
|
[x: `bytes2[${string}]`]: undefined;
|
|
1497
1483
|
[x: `bytes6[${string}]`]: undefined;
|
|
1498
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1499
1484
|
[x: `bytes5[${string}]`]: undefined;
|
|
1500
1485
|
[x: `bytes7[${string}]`]: undefined;
|
|
1486
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1501
1487
|
[x: `bytes8[${string}]`]: undefined;
|
|
1502
1488
|
[x: `bytes9[${string}]`]: undefined;
|
|
1503
1489
|
[x: `bytes10[${string}]`]: undefined;
|
|
1504
1490
|
[x: `bytes20[${string}]`]: undefined;
|
|
1505
|
-
[x: `
|
|
1491
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1492
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1493
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1494
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1495
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1496
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1506
1497
|
[x: `bytes30[${string}]`]: undefined;
|
|
1498
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1507
1499
|
[x: `bytes29[${string}]`]: undefined;
|
|
1508
1500
|
[x: `bytes28[${string}]`]: undefined;
|
|
1509
1501
|
[x: `bytes27[${string}]`]: undefined;
|
|
1510
1502
|
[x: `bytes26[${string}]`]: undefined;
|
|
1511
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1512
1503
|
[x: `bytes24[${string}]`]: undefined;
|
|
1513
1504
|
[x: `bytes23[${string}]`]: undefined;
|
|
1514
1505
|
[x: `bytes22[${string}]`]: undefined;
|
|
1515
1506
|
[x: `bytes21[${string}]`]: undefined;
|
|
1516
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1517
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1518
1507
|
[x: `bytes17[${string}]`]: undefined;
|
|
1519
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1520
1508
|
[x: `bytes15[${string}]`]: undefined;
|
|
1521
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1522
1509
|
[x: `bytes13[${string}]`]: undefined;
|
|
1523
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1524
1510
|
[x: `int[${string}]`]: undefined;
|
|
1525
1511
|
[x: `int8[${string}]`]: undefined;
|
|
1512
|
+
[x: `int16[${string}]`]: undefined;
|
|
1526
1513
|
[x: `int40[${string}]`]: undefined;
|
|
1514
|
+
[x: `int120[${string}]`]: undefined;
|
|
1515
|
+
[x: `int240[${string}]`]: undefined;
|
|
1527
1516
|
[x: `int32[${string}]`]: undefined;
|
|
1528
1517
|
[x: `int24[${string}]`]: undefined;
|
|
1529
|
-
[x: `int16[${string}]`]: undefined;
|
|
1530
1518
|
[x: `int48[${string}]`]: undefined;
|
|
1531
1519
|
[x: `int56[${string}]`]: undefined;
|
|
1532
1520
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1536,7 +1524,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1536
1524
|
[x: `int96[${string}]`]: undefined;
|
|
1537
1525
|
[x: `int104[${string}]`]: undefined;
|
|
1538
1526
|
[x: `int112[${string}]`]: undefined;
|
|
1539
|
-
[x: `int120[${string}]`]: undefined;
|
|
1540
1527
|
[x: `int128[${string}]`]: undefined;
|
|
1541
1528
|
[x: `int136[${string}]`]: undefined;
|
|
1542
1529
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1551,20 +1538,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1551
1538
|
[x: `int216[${string}]`]: undefined;
|
|
1552
1539
|
[x: `int224[${string}]`]: undefined;
|
|
1553
1540
|
[x: `int232[${string}]`]: undefined;
|
|
1554
|
-
[x: `int240[${string}]`]: undefined;
|
|
1555
1541
|
[x: `int248[${string}]`]: undefined;
|
|
1556
1542
|
[x: `int256[${string}]`]: undefined;
|
|
1557
1543
|
[x: `uint[${string}]`]: undefined;
|
|
1544
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1558
1545
|
[x: `uint40[${string}]`]: undefined;
|
|
1546
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1547
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1559
1548
|
[x: `uint24[${string}]`]: undefined;
|
|
1560
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1561
1549
|
[x: `uint56[${string}]`]: undefined;
|
|
1562
1550
|
[x: `uint72[${string}]`]: undefined;
|
|
1563
1551
|
[x: `uint80[${string}]`]: undefined;
|
|
1564
1552
|
[x: `uint88[${string}]`]: undefined;
|
|
1565
1553
|
[x: `uint96[${string}]`]: undefined;
|
|
1566
1554
|
[x: `uint104[${string}]`]: undefined;
|
|
1567
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1568
1555
|
[x: `uint128[${string}]`]: undefined;
|
|
1569
1556
|
[x: `uint136[${string}]`]: undefined;
|
|
1570
1557
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1578,56 +1565,57 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1578
1565
|
[x: `uint216[${string}]`]: undefined;
|
|
1579
1566
|
[x: `uint224[${string}]`]: undefined;
|
|
1580
1567
|
[x: `uint232[${string}]`]: undefined;
|
|
1581
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1582
1568
|
[x: `uint248[${string}]`]: undefined;
|
|
1583
1569
|
string?: undefined;
|
|
1584
1570
|
address?: undefined;
|
|
1585
|
-
uint32?: undefined;
|
|
1586
|
-
bytes?: undefined;
|
|
1587
1571
|
uint256?: undefined;
|
|
1572
|
+
bytes?: undefined;
|
|
1588
1573
|
uint48?: undefined;
|
|
1589
1574
|
bool?: undefined;
|
|
1590
1575
|
bytes32?: undefined;
|
|
1576
|
+
uint32?: undefined;
|
|
1591
1577
|
uint112?: undefined;
|
|
1592
1578
|
uint192?: undefined;
|
|
1593
1579
|
bytes4?: undefined;
|
|
1594
1580
|
uint8?: undefined;
|
|
1595
1581
|
uint64?: undefined;
|
|
1582
|
+
bytes3?: undefined;
|
|
1596
1583
|
bytes1?: undefined;
|
|
1597
|
-
bytes11?: undefined;
|
|
1598
1584
|
bytes2?: undefined;
|
|
1599
1585
|
bytes6?: undefined;
|
|
1600
|
-
bytes3?: undefined;
|
|
1601
1586
|
bytes5?: undefined;
|
|
1602
1587
|
bytes7?: undefined;
|
|
1588
|
+
bytes11?: undefined;
|
|
1603
1589
|
bytes8?: undefined;
|
|
1604
1590
|
bytes9?: undefined;
|
|
1605
1591
|
bytes10?: undefined;
|
|
1606
1592
|
bytes20?: undefined;
|
|
1607
|
-
|
|
1593
|
+
bytes19?: undefined;
|
|
1594
|
+
bytes12?: undefined;
|
|
1595
|
+
bytes14?: undefined;
|
|
1596
|
+
bytes16?: undefined;
|
|
1597
|
+
bytes18?: undefined;
|
|
1598
|
+
bytes25?: undefined;
|
|
1608
1599
|
bytes30?: undefined;
|
|
1600
|
+
bytes31?: undefined;
|
|
1609
1601
|
bytes29?: undefined;
|
|
1610
1602
|
bytes28?: undefined;
|
|
1611
1603
|
bytes27?: undefined;
|
|
1612
1604
|
bytes26?: undefined;
|
|
1613
|
-
bytes25?: undefined;
|
|
1614
1605
|
bytes24?: undefined;
|
|
1615
1606
|
bytes23?: undefined;
|
|
1616
1607
|
bytes22?: undefined;
|
|
1617
1608
|
bytes21?: undefined;
|
|
1618
|
-
bytes19?: undefined;
|
|
1619
|
-
bytes18?: undefined;
|
|
1620
1609
|
bytes17?: undefined;
|
|
1621
|
-
bytes16?: undefined;
|
|
1622
1610
|
bytes15?: undefined;
|
|
1623
|
-
bytes14?: undefined;
|
|
1624
1611
|
bytes13?: undefined;
|
|
1625
|
-
bytes12?: undefined;
|
|
1626
1612
|
int8?: undefined;
|
|
1613
|
+
int16?: undefined;
|
|
1627
1614
|
int40?: undefined;
|
|
1615
|
+
int120?: undefined;
|
|
1616
|
+
int240?: undefined;
|
|
1628
1617
|
int32?: undefined;
|
|
1629
1618
|
int24?: undefined;
|
|
1630
|
-
int16?: undefined;
|
|
1631
1619
|
int48?: undefined;
|
|
1632
1620
|
int56?: undefined;
|
|
1633
1621
|
int64?: undefined;
|
|
@@ -1637,7 +1625,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1637
1625
|
int96?: undefined;
|
|
1638
1626
|
int104?: undefined;
|
|
1639
1627
|
int112?: undefined;
|
|
1640
|
-
int120?: undefined;
|
|
1641
1628
|
int128?: undefined;
|
|
1642
1629
|
int136?: undefined;
|
|
1643
1630
|
int144?: undefined;
|
|
@@ -1652,19 +1639,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1652
1639
|
int216?: undefined;
|
|
1653
1640
|
int224?: undefined;
|
|
1654
1641
|
int232?: undefined;
|
|
1655
|
-
int240?: undefined;
|
|
1656
1642
|
int248?: undefined;
|
|
1657
1643
|
int256?: undefined;
|
|
1644
|
+
uint16?: undefined;
|
|
1658
1645
|
uint40?: undefined;
|
|
1646
|
+
uint120?: undefined;
|
|
1647
|
+
uint240?: undefined;
|
|
1659
1648
|
uint24?: undefined;
|
|
1660
|
-
uint16?: undefined;
|
|
1661
1649
|
uint56?: undefined;
|
|
1662
1650
|
uint72?: undefined;
|
|
1663
1651
|
uint80?: undefined;
|
|
1664
1652
|
uint88?: undefined;
|
|
1665
1653
|
uint96?: undefined;
|
|
1666
1654
|
uint104?: undefined;
|
|
1667
|
-
uint120?: undefined;
|
|
1668
1655
|
uint128?: undefined;
|
|
1669
1656
|
uint136?: undefined;
|
|
1670
1657
|
uint144?: undefined;
|
|
@@ -1678,7 +1665,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1678
1665
|
uint216?: undefined;
|
|
1679
1666
|
uint224?: undefined;
|
|
1680
1667
|
uint232?: undefined;
|
|
1681
|
-
uint240?: undefined;
|
|
1682
1668
|
uint248?: undefined;
|
|
1683
1669
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1684
1670
|
publicKey: `0x${string}`;
|
|
@@ -1705,53 +1691,55 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1705
1691
|
[x: `string[${string}]`]: undefined;
|
|
1706
1692
|
[x: `function[${string}]`]: undefined;
|
|
1707
1693
|
[x: `address[${string}]`]: undefined;
|
|
1708
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1709
|
-
[x: `bytes[${string}]`]: undefined;
|
|
1710
1694
|
[x: `uint256[${string}]`]: undefined;
|
|
1695
|
+
[x: `bytes[${string}]`]: undefined;
|
|
1711
1696
|
[x: `uint48[${string}]`]: undefined;
|
|
1712
1697
|
[x: `bool[${string}]`]: undefined;
|
|
1713
1698
|
[x: `bytes32[${string}]`]: undefined;
|
|
1699
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1714
1700
|
[x: `uint112[${string}]`]: undefined;
|
|
1715
1701
|
[x: `uint192[${string}]`]: undefined;
|
|
1716
1702
|
[x: `bytes4[${string}]`]: undefined;
|
|
1717
1703
|
[x: `uint8[${string}]`]: undefined;
|
|
1718
1704
|
[x: `uint64[${string}]`]: undefined;
|
|
1705
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1719
1706
|
[x: `bytes1[${string}]`]: undefined;
|
|
1720
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1721
1707
|
[x: `bytes2[${string}]`]: undefined;
|
|
1722
1708
|
[x: `bytes6[${string}]`]: undefined;
|
|
1723
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1724
1709
|
[x: `bytes5[${string}]`]: undefined;
|
|
1725
1710
|
[x: `bytes7[${string}]`]: undefined;
|
|
1711
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1726
1712
|
[x: `bytes8[${string}]`]: undefined;
|
|
1727
1713
|
[x: `bytes9[${string}]`]: undefined;
|
|
1728
1714
|
[x: `bytes10[${string}]`]: undefined;
|
|
1729
1715
|
[x: `bytes20[${string}]`]: undefined;
|
|
1730
|
-
[x: `
|
|
1716
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1717
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1718
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1719
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1720
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1721
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1731
1722
|
[x: `bytes30[${string}]`]: undefined;
|
|
1723
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1732
1724
|
[x: `bytes29[${string}]`]: undefined;
|
|
1733
1725
|
[x: `bytes28[${string}]`]: undefined;
|
|
1734
1726
|
[x: `bytes27[${string}]`]: undefined;
|
|
1735
1727
|
[x: `bytes26[${string}]`]: undefined;
|
|
1736
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1737
1728
|
[x: `bytes24[${string}]`]: undefined;
|
|
1738
1729
|
[x: `bytes23[${string}]`]: undefined;
|
|
1739
1730
|
[x: `bytes22[${string}]`]: undefined;
|
|
1740
1731
|
[x: `bytes21[${string}]`]: undefined;
|
|
1741
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1742
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1743
1732
|
[x: `bytes17[${string}]`]: undefined;
|
|
1744
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1745
1733
|
[x: `bytes15[${string}]`]: undefined;
|
|
1746
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1747
1734
|
[x: `bytes13[${string}]`]: undefined;
|
|
1748
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1749
1735
|
[x: `int[${string}]`]: undefined;
|
|
1750
1736
|
[x: `int8[${string}]`]: undefined;
|
|
1737
|
+
[x: `int16[${string}]`]: undefined;
|
|
1751
1738
|
[x: `int40[${string}]`]: undefined;
|
|
1739
|
+
[x: `int120[${string}]`]: undefined;
|
|
1740
|
+
[x: `int240[${string}]`]: undefined;
|
|
1752
1741
|
[x: `int32[${string}]`]: undefined;
|
|
1753
1742
|
[x: `int24[${string}]`]: undefined;
|
|
1754
|
-
[x: `int16[${string}]`]: undefined;
|
|
1755
1743
|
[x: `int48[${string}]`]: undefined;
|
|
1756
1744
|
[x: `int56[${string}]`]: undefined;
|
|
1757
1745
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1761,7 +1749,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1761
1749
|
[x: `int96[${string}]`]: undefined;
|
|
1762
1750
|
[x: `int104[${string}]`]: undefined;
|
|
1763
1751
|
[x: `int112[${string}]`]: undefined;
|
|
1764
|
-
[x: `int120[${string}]`]: undefined;
|
|
1765
1752
|
[x: `int128[${string}]`]: undefined;
|
|
1766
1753
|
[x: `int136[${string}]`]: undefined;
|
|
1767
1754
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1776,20 +1763,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1776
1763
|
[x: `int216[${string}]`]: undefined;
|
|
1777
1764
|
[x: `int224[${string}]`]: undefined;
|
|
1778
1765
|
[x: `int232[${string}]`]: undefined;
|
|
1779
|
-
[x: `int240[${string}]`]: undefined;
|
|
1780
1766
|
[x: `int248[${string}]`]: undefined;
|
|
1781
1767
|
[x: `int256[${string}]`]: undefined;
|
|
1782
1768
|
[x: `uint[${string}]`]: undefined;
|
|
1769
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1783
1770
|
[x: `uint40[${string}]`]: undefined;
|
|
1771
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1772
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1784
1773
|
[x: `uint24[${string}]`]: undefined;
|
|
1785
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1786
1774
|
[x: `uint56[${string}]`]: undefined;
|
|
1787
1775
|
[x: `uint72[${string}]`]: undefined;
|
|
1788
1776
|
[x: `uint80[${string}]`]: undefined;
|
|
1789
1777
|
[x: `uint88[${string}]`]: undefined;
|
|
1790
1778
|
[x: `uint96[${string}]`]: undefined;
|
|
1791
1779
|
[x: `uint104[${string}]`]: undefined;
|
|
1792
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1793
1780
|
[x: `uint128[${string}]`]: undefined;
|
|
1794
1781
|
[x: `uint136[${string}]`]: undefined;
|
|
1795
1782
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1803,56 +1790,57 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1803
1790
|
[x: `uint216[${string}]`]: undefined;
|
|
1804
1791
|
[x: `uint224[${string}]`]: undefined;
|
|
1805
1792
|
[x: `uint232[${string}]`]: undefined;
|
|
1806
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1807
1793
|
[x: `uint248[${string}]`]: undefined;
|
|
1808
1794
|
string?: undefined;
|
|
1809
1795
|
address?: undefined;
|
|
1810
|
-
uint32?: undefined;
|
|
1811
|
-
bytes?: undefined;
|
|
1812
1796
|
uint256?: undefined;
|
|
1797
|
+
bytes?: undefined;
|
|
1813
1798
|
uint48?: undefined;
|
|
1814
1799
|
bool?: undefined;
|
|
1815
1800
|
bytes32?: undefined;
|
|
1801
|
+
uint32?: undefined;
|
|
1816
1802
|
uint112?: undefined;
|
|
1817
1803
|
uint192?: undefined;
|
|
1818
1804
|
bytes4?: undefined;
|
|
1819
1805
|
uint8?: undefined;
|
|
1820
1806
|
uint64?: undefined;
|
|
1807
|
+
bytes3?: undefined;
|
|
1821
1808
|
bytes1?: undefined;
|
|
1822
|
-
bytes11?: undefined;
|
|
1823
1809
|
bytes2?: undefined;
|
|
1824
1810
|
bytes6?: undefined;
|
|
1825
|
-
bytes3?: undefined;
|
|
1826
1811
|
bytes5?: undefined;
|
|
1827
1812
|
bytes7?: undefined;
|
|
1813
|
+
bytes11?: undefined;
|
|
1828
1814
|
bytes8?: undefined;
|
|
1829
1815
|
bytes9?: undefined;
|
|
1830
1816
|
bytes10?: undefined;
|
|
1831
1817
|
bytes20?: undefined;
|
|
1832
|
-
|
|
1818
|
+
bytes19?: undefined;
|
|
1819
|
+
bytes12?: undefined;
|
|
1820
|
+
bytes14?: undefined;
|
|
1821
|
+
bytes16?: undefined;
|
|
1822
|
+
bytes18?: undefined;
|
|
1823
|
+
bytes25?: undefined;
|
|
1833
1824
|
bytes30?: undefined;
|
|
1825
|
+
bytes31?: undefined;
|
|
1834
1826
|
bytes29?: undefined;
|
|
1835
1827
|
bytes28?: undefined;
|
|
1836
1828
|
bytes27?: undefined;
|
|
1837
1829
|
bytes26?: undefined;
|
|
1838
|
-
bytes25?: undefined;
|
|
1839
1830
|
bytes24?: undefined;
|
|
1840
1831
|
bytes23?: undefined;
|
|
1841
1832
|
bytes22?: undefined;
|
|
1842
1833
|
bytes21?: undefined;
|
|
1843
|
-
bytes19?: undefined;
|
|
1844
|
-
bytes18?: undefined;
|
|
1845
1834
|
bytes17?: undefined;
|
|
1846
|
-
bytes16?: undefined;
|
|
1847
1835
|
bytes15?: undefined;
|
|
1848
|
-
bytes14?: undefined;
|
|
1849
1836
|
bytes13?: undefined;
|
|
1850
|
-
bytes12?: undefined;
|
|
1851
1837
|
int8?: undefined;
|
|
1838
|
+
int16?: undefined;
|
|
1852
1839
|
int40?: undefined;
|
|
1840
|
+
int120?: undefined;
|
|
1841
|
+
int240?: undefined;
|
|
1853
1842
|
int32?: undefined;
|
|
1854
1843
|
int24?: undefined;
|
|
1855
|
-
int16?: undefined;
|
|
1856
1844
|
int48?: undefined;
|
|
1857
1845
|
int56?: undefined;
|
|
1858
1846
|
int64?: undefined;
|
|
@@ -1862,7 +1850,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1862
1850
|
int96?: undefined;
|
|
1863
1851
|
int104?: undefined;
|
|
1864
1852
|
int112?: undefined;
|
|
1865
|
-
int120?: undefined;
|
|
1866
1853
|
int128?: undefined;
|
|
1867
1854
|
int136?: undefined;
|
|
1868
1855
|
int144?: undefined;
|
|
@@ -1877,19 +1864,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1877
1864
|
int216?: undefined;
|
|
1878
1865
|
int224?: undefined;
|
|
1879
1866
|
int232?: undefined;
|
|
1880
|
-
int240?: undefined;
|
|
1881
1867
|
int248?: undefined;
|
|
1882
1868
|
int256?: undefined;
|
|
1869
|
+
uint16?: undefined;
|
|
1883
1870
|
uint40?: undefined;
|
|
1871
|
+
uint120?: undefined;
|
|
1872
|
+
uint240?: undefined;
|
|
1884
1873
|
uint24?: undefined;
|
|
1885
|
-
uint16?: undefined;
|
|
1886
1874
|
uint56?: undefined;
|
|
1887
1875
|
uint72?: undefined;
|
|
1888
1876
|
uint80?: undefined;
|
|
1889
1877
|
uint88?: undefined;
|
|
1890
1878
|
uint96?: undefined;
|
|
1891
1879
|
uint104?: undefined;
|
|
1892
|
-
uint120?: undefined;
|
|
1893
1880
|
uint128?: undefined;
|
|
1894
1881
|
uint136?: undefined;
|
|
1895
1882
|
uint144?: undefined;
|
|
@@ -1903,7 +1890,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1903
1890
|
uint216?: undefined;
|
|
1904
1891
|
uint224?: undefined;
|
|
1905
1892
|
uint232?: undefined;
|
|
1906
|
-
uint240?: undefined;
|
|
1907
1893
|
uint248?: undefined;
|
|
1908
1894
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1909
1895
|
publicKey: `0x${string}`;
|
|
@@ -1927,53 +1913,55 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1927
1913
|
[x: `string[${string}]`]: undefined;
|
|
1928
1914
|
[x: `function[${string}]`]: undefined;
|
|
1929
1915
|
[x: `address[${string}]`]: undefined;
|
|
1930
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1931
|
-
[x: `bytes[${string}]`]: undefined;
|
|
1932
1916
|
[x: `uint256[${string}]`]: undefined;
|
|
1917
|
+
[x: `bytes[${string}]`]: undefined;
|
|
1933
1918
|
[x: `uint48[${string}]`]: undefined;
|
|
1934
1919
|
[x: `bool[${string}]`]: undefined;
|
|
1935
1920
|
[x: `bytes32[${string}]`]: undefined;
|
|
1921
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1936
1922
|
[x: `uint112[${string}]`]: undefined;
|
|
1937
1923
|
[x: `uint192[${string}]`]: undefined;
|
|
1938
1924
|
[x: `bytes4[${string}]`]: undefined;
|
|
1939
1925
|
[x: `uint8[${string}]`]: undefined;
|
|
1940
1926
|
[x: `uint64[${string}]`]: undefined;
|
|
1927
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
1941
1928
|
[x: `bytes1[${string}]`]: undefined;
|
|
1942
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1943
1929
|
[x: `bytes2[${string}]`]: undefined;
|
|
1944
1930
|
[x: `bytes6[${string}]`]: undefined;
|
|
1945
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
1946
1931
|
[x: `bytes5[${string}]`]: undefined;
|
|
1947
1932
|
[x: `bytes7[${string}]`]: undefined;
|
|
1933
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1948
1934
|
[x: `bytes8[${string}]`]: undefined;
|
|
1949
1935
|
[x: `bytes9[${string}]`]: undefined;
|
|
1950
1936
|
[x: `bytes10[${string}]`]: undefined;
|
|
1951
1937
|
[x: `bytes20[${string}]`]: undefined;
|
|
1952
|
-
[x: `
|
|
1938
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1939
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1940
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1941
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1942
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
1943
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1953
1944
|
[x: `bytes30[${string}]`]: undefined;
|
|
1945
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1954
1946
|
[x: `bytes29[${string}]`]: undefined;
|
|
1955
1947
|
[x: `bytes28[${string}]`]: undefined;
|
|
1956
1948
|
[x: `bytes27[${string}]`]: undefined;
|
|
1957
1949
|
[x: `bytes26[${string}]`]: undefined;
|
|
1958
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1959
1950
|
[x: `bytes24[${string}]`]: undefined;
|
|
1960
1951
|
[x: `bytes23[${string}]`]: undefined;
|
|
1961
1952
|
[x: `bytes22[${string}]`]: undefined;
|
|
1962
1953
|
[x: `bytes21[${string}]`]: undefined;
|
|
1963
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1964
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
1965
1954
|
[x: `bytes17[${string}]`]: undefined;
|
|
1966
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1967
1955
|
[x: `bytes15[${string}]`]: undefined;
|
|
1968
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1969
1956
|
[x: `bytes13[${string}]`]: undefined;
|
|
1970
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1971
1957
|
[x: `int[${string}]`]: undefined;
|
|
1972
1958
|
[x: `int8[${string}]`]: undefined;
|
|
1959
|
+
[x: `int16[${string}]`]: undefined;
|
|
1973
1960
|
[x: `int40[${string}]`]: undefined;
|
|
1961
|
+
[x: `int120[${string}]`]: undefined;
|
|
1962
|
+
[x: `int240[${string}]`]: undefined;
|
|
1974
1963
|
[x: `int32[${string}]`]: undefined;
|
|
1975
1964
|
[x: `int24[${string}]`]: undefined;
|
|
1976
|
-
[x: `int16[${string}]`]: undefined;
|
|
1977
1965
|
[x: `int48[${string}]`]: undefined;
|
|
1978
1966
|
[x: `int56[${string}]`]: undefined;
|
|
1979
1967
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1983,7 +1971,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1983
1971
|
[x: `int96[${string}]`]: undefined;
|
|
1984
1972
|
[x: `int104[${string}]`]: undefined;
|
|
1985
1973
|
[x: `int112[${string}]`]: undefined;
|
|
1986
|
-
[x: `int120[${string}]`]: undefined;
|
|
1987
1974
|
[x: `int128[${string}]`]: undefined;
|
|
1988
1975
|
[x: `int136[${string}]`]: undefined;
|
|
1989
1976
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1998,20 +1985,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1998
1985
|
[x: `int216[${string}]`]: undefined;
|
|
1999
1986
|
[x: `int224[${string}]`]: undefined;
|
|
2000
1987
|
[x: `int232[${string}]`]: undefined;
|
|
2001
|
-
[x: `int240[${string}]`]: undefined;
|
|
2002
1988
|
[x: `int248[${string}]`]: undefined;
|
|
2003
1989
|
[x: `int256[${string}]`]: undefined;
|
|
2004
1990
|
[x: `uint[${string}]`]: undefined;
|
|
1991
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2005
1992
|
[x: `uint40[${string}]`]: undefined;
|
|
1993
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1994
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2006
1995
|
[x: `uint24[${string}]`]: undefined;
|
|
2007
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2008
1996
|
[x: `uint56[${string}]`]: undefined;
|
|
2009
1997
|
[x: `uint72[${string}]`]: undefined;
|
|
2010
1998
|
[x: `uint80[${string}]`]: undefined;
|
|
2011
1999
|
[x: `uint88[${string}]`]: undefined;
|
|
2012
2000
|
[x: `uint96[${string}]`]: undefined;
|
|
2013
2001
|
[x: `uint104[${string}]`]: undefined;
|
|
2014
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2015
2002
|
[x: `uint128[${string}]`]: undefined;
|
|
2016
2003
|
[x: `uint136[${string}]`]: undefined;
|
|
2017
2004
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2025,56 +2012,57 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2025
2012
|
[x: `uint216[${string}]`]: undefined;
|
|
2026
2013
|
[x: `uint224[${string}]`]: undefined;
|
|
2027
2014
|
[x: `uint232[${string}]`]: undefined;
|
|
2028
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2029
2015
|
[x: `uint248[${string}]`]: undefined;
|
|
2030
2016
|
string?: undefined;
|
|
2031
2017
|
address?: undefined;
|
|
2032
|
-
uint32?: undefined;
|
|
2033
|
-
bytes?: undefined;
|
|
2034
2018
|
uint256?: undefined;
|
|
2019
|
+
bytes?: undefined;
|
|
2035
2020
|
uint48?: undefined;
|
|
2036
2021
|
bool?: undefined;
|
|
2037
2022
|
bytes32?: undefined;
|
|
2023
|
+
uint32?: undefined;
|
|
2038
2024
|
uint112?: undefined;
|
|
2039
2025
|
uint192?: undefined;
|
|
2040
2026
|
bytes4?: undefined;
|
|
2041
2027
|
uint8?: undefined;
|
|
2042
2028
|
uint64?: undefined;
|
|
2029
|
+
bytes3?: undefined;
|
|
2043
2030
|
bytes1?: undefined;
|
|
2044
|
-
bytes11?: undefined;
|
|
2045
2031
|
bytes2?: undefined;
|
|
2046
2032
|
bytes6?: undefined;
|
|
2047
|
-
bytes3?: undefined;
|
|
2048
2033
|
bytes5?: undefined;
|
|
2049
2034
|
bytes7?: undefined;
|
|
2035
|
+
bytes11?: undefined;
|
|
2050
2036
|
bytes8?: undefined;
|
|
2051
2037
|
bytes9?: undefined;
|
|
2052
2038
|
bytes10?: undefined;
|
|
2053
2039
|
bytes20?: undefined;
|
|
2054
|
-
|
|
2040
|
+
bytes19?: undefined;
|
|
2041
|
+
bytes12?: undefined;
|
|
2042
|
+
bytes14?: undefined;
|
|
2043
|
+
bytes16?: undefined;
|
|
2044
|
+
bytes18?: undefined;
|
|
2045
|
+
bytes25?: undefined;
|
|
2055
2046
|
bytes30?: undefined;
|
|
2047
|
+
bytes31?: undefined;
|
|
2056
2048
|
bytes29?: undefined;
|
|
2057
2049
|
bytes28?: undefined;
|
|
2058
2050
|
bytes27?: undefined;
|
|
2059
2051
|
bytes26?: undefined;
|
|
2060
|
-
bytes25?: undefined;
|
|
2061
2052
|
bytes24?: undefined;
|
|
2062
2053
|
bytes23?: undefined;
|
|
2063
2054
|
bytes22?: undefined;
|
|
2064
2055
|
bytes21?: undefined;
|
|
2065
|
-
bytes19?: undefined;
|
|
2066
|
-
bytes18?: undefined;
|
|
2067
2056
|
bytes17?: undefined;
|
|
2068
|
-
bytes16?: undefined;
|
|
2069
2057
|
bytes15?: undefined;
|
|
2070
|
-
bytes14?: undefined;
|
|
2071
2058
|
bytes13?: undefined;
|
|
2072
|
-
bytes12?: undefined;
|
|
2073
2059
|
int8?: undefined;
|
|
2060
|
+
int16?: undefined;
|
|
2074
2061
|
int40?: undefined;
|
|
2062
|
+
int120?: undefined;
|
|
2063
|
+
int240?: undefined;
|
|
2075
2064
|
int32?: undefined;
|
|
2076
2065
|
int24?: undefined;
|
|
2077
|
-
int16?: undefined;
|
|
2078
2066
|
int48?: undefined;
|
|
2079
2067
|
int56?: undefined;
|
|
2080
2068
|
int64?: undefined;
|
|
@@ -2084,7 +2072,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2084
2072
|
int96?: undefined;
|
|
2085
2073
|
int104?: undefined;
|
|
2086
2074
|
int112?: undefined;
|
|
2087
|
-
int120?: undefined;
|
|
2088
2075
|
int128?: undefined;
|
|
2089
2076
|
int136?: undefined;
|
|
2090
2077
|
int144?: undefined;
|
|
@@ -2099,19 +2086,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2099
2086
|
int216?: undefined;
|
|
2100
2087
|
int224?: undefined;
|
|
2101
2088
|
int232?: undefined;
|
|
2102
|
-
int240?: undefined;
|
|
2103
2089
|
int248?: undefined;
|
|
2104
2090
|
int256?: undefined;
|
|
2091
|
+
uint16?: undefined;
|
|
2105
2092
|
uint40?: undefined;
|
|
2093
|
+
uint120?: undefined;
|
|
2094
|
+
uint240?: undefined;
|
|
2106
2095
|
uint24?: undefined;
|
|
2107
|
-
uint16?: undefined;
|
|
2108
2096
|
uint56?: undefined;
|
|
2109
2097
|
uint72?: undefined;
|
|
2110
2098
|
uint80?: undefined;
|
|
2111
2099
|
uint88?: undefined;
|
|
2112
2100
|
uint96?: undefined;
|
|
2113
2101
|
uint104?: undefined;
|
|
2114
|
-
uint120?: undefined;
|
|
2115
2102
|
uint128?: undefined;
|
|
2116
2103
|
uint136?: undefined;
|
|
2117
2104
|
uint144?: undefined;
|
|
@@ -2125,7 +2112,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2125
2112
|
uint216?: undefined;
|
|
2126
2113
|
uint224?: undefined;
|
|
2127
2114
|
uint232?: undefined;
|
|
2128
|
-
uint240?: undefined;
|
|
2129
2115
|
uint248?: undefined;
|
|
2130
2116
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2131
2117
|
publicKey: `0x${string}`;
|
|
@@ -2182,53 +2168,55 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2182
2168
|
[x: `string[${string}]`]: undefined;
|
|
2183
2169
|
[x: `function[${string}]`]: undefined;
|
|
2184
2170
|
[x: `address[${string}]`]: undefined;
|
|
2185
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2186
|
-
[x: `bytes[${string}]`]: undefined;
|
|
2187
2171
|
[x: `uint256[${string}]`]: undefined;
|
|
2172
|
+
[x: `bytes[${string}]`]: undefined;
|
|
2188
2173
|
[x: `uint48[${string}]`]: undefined;
|
|
2189
2174
|
[x: `bool[${string}]`]: undefined;
|
|
2190
2175
|
[x: `bytes32[${string}]`]: undefined;
|
|
2176
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2191
2177
|
[x: `uint112[${string}]`]: undefined;
|
|
2192
2178
|
[x: `uint192[${string}]`]: undefined;
|
|
2193
2179
|
[x: `bytes4[${string}]`]: undefined;
|
|
2194
2180
|
[x: `uint8[${string}]`]: undefined;
|
|
2195
2181
|
[x: `uint64[${string}]`]: undefined;
|
|
2182
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2196
2183
|
[x: `bytes1[${string}]`]: undefined;
|
|
2197
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2198
2184
|
[x: `bytes2[${string}]`]: undefined;
|
|
2199
2185
|
[x: `bytes6[${string}]`]: undefined;
|
|
2200
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2201
2186
|
[x: `bytes5[${string}]`]: undefined;
|
|
2202
2187
|
[x: `bytes7[${string}]`]: undefined;
|
|
2188
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2203
2189
|
[x: `bytes8[${string}]`]: undefined;
|
|
2204
2190
|
[x: `bytes9[${string}]`]: undefined;
|
|
2205
2191
|
[x: `bytes10[${string}]`]: undefined;
|
|
2206
2192
|
[x: `bytes20[${string}]`]: undefined;
|
|
2207
|
-
[x: `
|
|
2193
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2194
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2195
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2196
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2197
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2198
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2208
2199
|
[x: `bytes30[${string}]`]: undefined;
|
|
2200
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2209
2201
|
[x: `bytes29[${string}]`]: undefined;
|
|
2210
2202
|
[x: `bytes28[${string}]`]: undefined;
|
|
2211
2203
|
[x: `bytes27[${string}]`]: undefined;
|
|
2212
2204
|
[x: `bytes26[${string}]`]: undefined;
|
|
2213
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2214
2205
|
[x: `bytes24[${string}]`]: undefined;
|
|
2215
2206
|
[x: `bytes23[${string}]`]: undefined;
|
|
2216
2207
|
[x: `bytes22[${string}]`]: undefined;
|
|
2217
2208
|
[x: `bytes21[${string}]`]: undefined;
|
|
2218
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2219
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
2220
2209
|
[x: `bytes17[${string}]`]: undefined;
|
|
2221
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2222
2210
|
[x: `bytes15[${string}]`]: undefined;
|
|
2223
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2224
2211
|
[x: `bytes13[${string}]`]: undefined;
|
|
2225
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2226
2212
|
[x: `int[${string}]`]: undefined;
|
|
2227
2213
|
[x: `int8[${string}]`]: undefined;
|
|
2214
|
+
[x: `int16[${string}]`]: undefined;
|
|
2228
2215
|
[x: `int40[${string}]`]: undefined;
|
|
2216
|
+
[x: `int120[${string}]`]: undefined;
|
|
2217
|
+
[x: `int240[${string}]`]: undefined;
|
|
2229
2218
|
[x: `int32[${string}]`]: undefined;
|
|
2230
2219
|
[x: `int24[${string}]`]: undefined;
|
|
2231
|
-
[x: `int16[${string}]`]: undefined;
|
|
2232
2220
|
[x: `int48[${string}]`]: undefined;
|
|
2233
2221
|
[x: `int56[${string}]`]: undefined;
|
|
2234
2222
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2238,7 +2226,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2238
2226
|
[x: `int96[${string}]`]: undefined;
|
|
2239
2227
|
[x: `int104[${string}]`]: undefined;
|
|
2240
2228
|
[x: `int112[${string}]`]: undefined;
|
|
2241
|
-
[x: `int120[${string}]`]: undefined;
|
|
2242
2229
|
[x: `int128[${string}]`]: undefined;
|
|
2243
2230
|
[x: `int136[${string}]`]: undefined;
|
|
2244
2231
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2253,20 +2240,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2253
2240
|
[x: `int216[${string}]`]: undefined;
|
|
2254
2241
|
[x: `int224[${string}]`]: undefined;
|
|
2255
2242
|
[x: `int232[${string}]`]: undefined;
|
|
2256
|
-
[x: `int240[${string}]`]: undefined;
|
|
2257
2243
|
[x: `int248[${string}]`]: undefined;
|
|
2258
2244
|
[x: `int256[${string}]`]: undefined;
|
|
2259
2245
|
[x: `uint[${string}]`]: undefined;
|
|
2246
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2260
2247
|
[x: `uint40[${string}]`]: undefined;
|
|
2248
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2249
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2261
2250
|
[x: `uint24[${string}]`]: undefined;
|
|
2262
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2263
2251
|
[x: `uint56[${string}]`]: undefined;
|
|
2264
2252
|
[x: `uint72[${string}]`]: undefined;
|
|
2265
2253
|
[x: `uint80[${string}]`]: undefined;
|
|
2266
2254
|
[x: `uint88[${string}]`]: undefined;
|
|
2267
2255
|
[x: `uint96[${string}]`]: undefined;
|
|
2268
2256
|
[x: `uint104[${string}]`]: undefined;
|
|
2269
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2270
2257
|
[x: `uint128[${string}]`]: undefined;
|
|
2271
2258
|
[x: `uint136[${string}]`]: undefined;
|
|
2272
2259
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2280,56 +2267,57 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2280
2267
|
[x: `uint216[${string}]`]: undefined;
|
|
2281
2268
|
[x: `uint224[${string}]`]: undefined;
|
|
2282
2269
|
[x: `uint232[${string}]`]: undefined;
|
|
2283
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2284
2270
|
[x: `uint248[${string}]`]: undefined;
|
|
2285
2271
|
string?: undefined;
|
|
2286
2272
|
address?: undefined;
|
|
2287
|
-
uint32?: undefined;
|
|
2288
|
-
bytes?: undefined;
|
|
2289
2273
|
uint256?: undefined;
|
|
2274
|
+
bytes?: undefined;
|
|
2290
2275
|
uint48?: undefined;
|
|
2291
2276
|
bool?: undefined;
|
|
2292
2277
|
bytes32?: undefined;
|
|
2278
|
+
uint32?: undefined;
|
|
2293
2279
|
uint112?: undefined;
|
|
2294
2280
|
uint192?: undefined;
|
|
2295
2281
|
bytes4?: undefined;
|
|
2296
2282
|
uint8?: undefined;
|
|
2297
2283
|
uint64?: undefined;
|
|
2284
|
+
bytes3?: undefined;
|
|
2298
2285
|
bytes1?: undefined;
|
|
2299
|
-
bytes11?: undefined;
|
|
2300
2286
|
bytes2?: undefined;
|
|
2301
2287
|
bytes6?: undefined;
|
|
2302
|
-
bytes3?: undefined;
|
|
2303
2288
|
bytes5?: undefined;
|
|
2304
2289
|
bytes7?: undefined;
|
|
2290
|
+
bytes11?: undefined;
|
|
2305
2291
|
bytes8?: undefined;
|
|
2306
2292
|
bytes9?: undefined;
|
|
2307
2293
|
bytes10?: undefined;
|
|
2308
2294
|
bytes20?: undefined;
|
|
2309
|
-
|
|
2295
|
+
bytes19?: undefined;
|
|
2296
|
+
bytes12?: undefined;
|
|
2297
|
+
bytes14?: undefined;
|
|
2298
|
+
bytes16?: undefined;
|
|
2299
|
+
bytes18?: undefined;
|
|
2300
|
+
bytes25?: undefined;
|
|
2310
2301
|
bytes30?: undefined;
|
|
2302
|
+
bytes31?: undefined;
|
|
2311
2303
|
bytes29?: undefined;
|
|
2312
2304
|
bytes28?: undefined;
|
|
2313
2305
|
bytes27?: undefined;
|
|
2314
2306
|
bytes26?: undefined;
|
|
2315
|
-
bytes25?: undefined;
|
|
2316
2307
|
bytes24?: undefined;
|
|
2317
2308
|
bytes23?: undefined;
|
|
2318
2309
|
bytes22?: undefined;
|
|
2319
2310
|
bytes21?: undefined;
|
|
2320
|
-
bytes19?: undefined;
|
|
2321
|
-
bytes18?: undefined;
|
|
2322
2311
|
bytes17?: undefined;
|
|
2323
|
-
bytes16?: undefined;
|
|
2324
2312
|
bytes15?: undefined;
|
|
2325
|
-
bytes14?: undefined;
|
|
2326
2313
|
bytes13?: undefined;
|
|
2327
|
-
bytes12?: undefined;
|
|
2328
2314
|
int8?: undefined;
|
|
2315
|
+
int16?: undefined;
|
|
2329
2316
|
int40?: undefined;
|
|
2317
|
+
int120?: undefined;
|
|
2318
|
+
int240?: undefined;
|
|
2330
2319
|
int32?: undefined;
|
|
2331
2320
|
int24?: undefined;
|
|
2332
|
-
int16?: undefined;
|
|
2333
2321
|
int48?: undefined;
|
|
2334
2322
|
int56?: undefined;
|
|
2335
2323
|
int64?: undefined;
|
|
@@ -2339,7 +2327,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2339
2327
|
int96?: undefined;
|
|
2340
2328
|
int104?: undefined;
|
|
2341
2329
|
int112?: undefined;
|
|
2342
|
-
int120?: undefined;
|
|
2343
2330
|
int128?: undefined;
|
|
2344
2331
|
int136?: undefined;
|
|
2345
2332
|
int144?: undefined;
|
|
@@ -2354,19 +2341,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2354
2341
|
int216?: undefined;
|
|
2355
2342
|
int224?: undefined;
|
|
2356
2343
|
int232?: undefined;
|
|
2357
|
-
int240?: undefined;
|
|
2358
2344
|
int248?: undefined;
|
|
2359
2345
|
int256?: undefined;
|
|
2346
|
+
uint16?: undefined;
|
|
2360
2347
|
uint40?: undefined;
|
|
2348
|
+
uint120?: undefined;
|
|
2349
|
+
uint240?: undefined;
|
|
2361
2350
|
uint24?: undefined;
|
|
2362
|
-
uint16?: undefined;
|
|
2363
2351
|
uint56?: undefined;
|
|
2364
2352
|
uint72?: undefined;
|
|
2365
2353
|
uint80?: undefined;
|
|
2366
2354
|
uint88?: undefined;
|
|
2367
2355
|
uint96?: undefined;
|
|
2368
2356
|
uint104?: undefined;
|
|
2369
|
-
uint120?: undefined;
|
|
2370
2357
|
uint128?: undefined;
|
|
2371
2358
|
uint136?: undefined;
|
|
2372
2359
|
uint144?: undefined;
|
|
@@ -2380,7 +2367,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2380
2367
|
uint216?: undefined;
|
|
2381
2368
|
uint224?: undefined;
|
|
2382
2369
|
uint232?: undefined;
|
|
2383
|
-
uint240?: undefined;
|
|
2384
2370
|
uint248?: undefined;
|
|
2385
2371
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2386
2372
|
publicKey: `0x${string}`;
|
|
@@ -2444,8 +2430,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2444
2430
|
"simulation-paymaster-verification-gas-limit": bigint;
|
|
2445
2431
|
"simulation-paymaster-post-op-gas-limit": bigint;
|
|
2446
2432
|
"paymaster-gas-limit-multiplier": bigint;
|
|
2447
|
-
"bundle-bulker-address"?: `0x${string}` | undefined;
|
|
2448
|
-
"per-op-inflator-address"?: `0x${string}` | undefined;
|
|
2449
2433
|
"send-transaction-rpc-url"?: string | undefined;
|
|
2450
2434
|
"max-block-range"?: number | undefined;
|
|
2451
2435
|
timeout?: number | undefined;
|
|
@@ -2479,53 +2463,55 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2479
2463
|
[x: `string[${string}]`]: undefined;
|
|
2480
2464
|
[x: `function[${string}]`]: undefined;
|
|
2481
2465
|
[x: `address[${string}]`]: undefined;
|
|
2482
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2483
|
-
[x: `bytes[${string}]`]: undefined;
|
|
2484
2466
|
[x: `uint256[${string}]`]: undefined;
|
|
2467
|
+
[x: `bytes[${string}]`]: undefined;
|
|
2485
2468
|
[x: `uint48[${string}]`]: undefined;
|
|
2486
2469
|
[x: `bool[${string}]`]: undefined;
|
|
2487
2470
|
[x: `bytes32[${string}]`]: undefined;
|
|
2471
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2488
2472
|
[x: `uint112[${string}]`]: undefined;
|
|
2489
2473
|
[x: `uint192[${string}]`]: undefined;
|
|
2490
2474
|
[x: `bytes4[${string}]`]: undefined;
|
|
2491
2475
|
[x: `uint8[${string}]`]: undefined;
|
|
2492
2476
|
[x: `uint64[${string}]`]: undefined;
|
|
2477
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
2493
2478
|
[x: `bytes1[${string}]`]: undefined;
|
|
2494
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2495
2479
|
[x: `bytes2[${string}]`]: undefined;
|
|
2496
2480
|
[x: `bytes6[${string}]`]: undefined;
|
|
2497
|
-
[x: `bytes3[${string}]`]: undefined;
|
|
2498
2481
|
[x: `bytes5[${string}]`]: undefined;
|
|
2499
2482
|
[x: `bytes7[${string}]`]: undefined;
|
|
2483
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2500
2484
|
[x: `bytes8[${string}]`]: undefined;
|
|
2501
2485
|
[x: `bytes9[${string}]`]: undefined;
|
|
2502
2486
|
[x: `bytes10[${string}]`]: undefined;
|
|
2503
2487
|
[x: `bytes20[${string}]`]: undefined;
|
|
2504
|
-
[x: `
|
|
2488
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2489
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2490
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2491
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2492
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
2493
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2505
2494
|
[x: `bytes30[${string}]`]: undefined;
|
|
2495
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2506
2496
|
[x: `bytes29[${string}]`]: undefined;
|
|
2507
2497
|
[x: `bytes28[${string}]`]: undefined;
|
|
2508
2498
|
[x: `bytes27[${string}]`]: undefined;
|
|
2509
2499
|
[x: `bytes26[${string}]`]: undefined;
|
|
2510
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2511
2500
|
[x: `bytes24[${string}]`]: undefined;
|
|
2512
2501
|
[x: `bytes23[${string}]`]: undefined;
|
|
2513
2502
|
[x: `bytes22[${string}]`]: undefined;
|
|
2514
2503
|
[x: `bytes21[${string}]`]: undefined;
|
|
2515
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2516
|
-
[x: `bytes18[${string}]`]: undefined;
|
|
2517
2504
|
[x: `bytes17[${string}]`]: undefined;
|
|
2518
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2519
2505
|
[x: `bytes15[${string}]`]: undefined;
|
|
2520
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2521
2506
|
[x: `bytes13[${string}]`]: undefined;
|
|
2522
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2523
2507
|
[x: `int[${string}]`]: undefined;
|
|
2524
2508
|
[x: `int8[${string}]`]: undefined;
|
|
2509
|
+
[x: `int16[${string}]`]: undefined;
|
|
2525
2510
|
[x: `int40[${string}]`]: undefined;
|
|
2511
|
+
[x: `int120[${string}]`]: undefined;
|
|
2512
|
+
[x: `int240[${string}]`]: undefined;
|
|
2526
2513
|
[x: `int32[${string}]`]: undefined;
|
|
2527
2514
|
[x: `int24[${string}]`]: undefined;
|
|
2528
|
-
[x: `int16[${string}]`]: undefined;
|
|
2529
2515
|
[x: `int48[${string}]`]: undefined;
|
|
2530
2516
|
[x: `int56[${string}]`]: undefined;
|
|
2531
2517
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2535,7 +2521,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2535
2521
|
[x: `int96[${string}]`]: undefined;
|
|
2536
2522
|
[x: `int104[${string}]`]: undefined;
|
|
2537
2523
|
[x: `int112[${string}]`]: undefined;
|
|
2538
|
-
[x: `int120[${string}]`]: undefined;
|
|
2539
2524
|
[x: `int128[${string}]`]: undefined;
|
|
2540
2525
|
[x: `int136[${string}]`]: undefined;
|
|
2541
2526
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2550,20 +2535,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2550
2535
|
[x: `int216[${string}]`]: undefined;
|
|
2551
2536
|
[x: `int224[${string}]`]: undefined;
|
|
2552
2537
|
[x: `int232[${string}]`]: undefined;
|
|
2553
|
-
[x: `int240[${string}]`]: undefined;
|
|
2554
2538
|
[x: `int248[${string}]`]: undefined;
|
|
2555
2539
|
[x: `int256[${string}]`]: undefined;
|
|
2556
2540
|
[x: `uint[${string}]`]: undefined;
|
|
2541
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2557
2542
|
[x: `uint40[${string}]`]: undefined;
|
|
2543
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2544
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2558
2545
|
[x: `uint24[${string}]`]: undefined;
|
|
2559
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2560
2546
|
[x: `uint56[${string}]`]: undefined;
|
|
2561
2547
|
[x: `uint72[${string}]`]: undefined;
|
|
2562
2548
|
[x: `uint80[${string}]`]: undefined;
|
|
2563
2549
|
[x: `uint88[${string}]`]: undefined;
|
|
2564
2550
|
[x: `uint96[${string}]`]: undefined;
|
|
2565
2551
|
[x: `uint104[${string}]`]: undefined;
|
|
2566
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2567
2552
|
[x: `uint128[${string}]`]: undefined;
|
|
2568
2553
|
[x: `uint136[${string}]`]: undefined;
|
|
2569
2554
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2577,56 +2562,57 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2577
2562
|
[x: `uint216[${string}]`]: undefined;
|
|
2578
2563
|
[x: `uint224[${string}]`]: undefined;
|
|
2579
2564
|
[x: `uint232[${string}]`]: undefined;
|
|
2580
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2581
2565
|
[x: `uint248[${string}]`]: undefined;
|
|
2582
2566
|
string?: undefined;
|
|
2583
2567
|
address?: undefined;
|
|
2584
|
-
uint32?: undefined;
|
|
2585
|
-
bytes?: undefined;
|
|
2586
2568
|
uint256?: undefined;
|
|
2569
|
+
bytes?: undefined;
|
|
2587
2570
|
uint48?: undefined;
|
|
2588
2571
|
bool?: undefined;
|
|
2589
2572
|
bytes32?: undefined;
|
|
2573
|
+
uint32?: undefined;
|
|
2590
2574
|
uint112?: undefined;
|
|
2591
2575
|
uint192?: undefined;
|
|
2592
2576
|
bytes4?: undefined;
|
|
2593
2577
|
uint8?: undefined;
|
|
2594
2578
|
uint64?: undefined;
|
|
2579
|
+
bytes3?: undefined;
|
|
2595
2580
|
bytes1?: undefined;
|
|
2596
|
-
bytes11?: undefined;
|
|
2597
2581
|
bytes2?: undefined;
|
|
2598
2582
|
bytes6?: undefined;
|
|
2599
|
-
bytes3?: undefined;
|
|
2600
2583
|
bytes5?: undefined;
|
|
2601
2584
|
bytes7?: undefined;
|
|
2585
|
+
bytes11?: undefined;
|
|
2602
2586
|
bytes8?: undefined;
|
|
2603
2587
|
bytes9?: undefined;
|
|
2604
2588
|
bytes10?: undefined;
|
|
2605
2589
|
bytes20?: undefined;
|
|
2606
|
-
|
|
2590
|
+
bytes19?: undefined;
|
|
2591
|
+
bytes12?: undefined;
|
|
2592
|
+
bytes14?: undefined;
|
|
2593
|
+
bytes16?: undefined;
|
|
2594
|
+
bytes18?: undefined;
|
|
2595
|
+
bytes25?: undefined;
|
|
2607
2596
|
bytes30?: undefined;
|
|
2597
|
+
bytes31?: undefined;
|
|
2608
2598
|
bytes29?: undefined;
|
|
2609
2599
|
bytes28?: undefined;
|
|
2610
2600
|
bytes27?: undefined;
|
|
2611
2601
|
bytes26?: undefined;
|
|
2612
|
-
bytes25?: undefined;
|
|
2613
2602
|
bytes24?: undefined;
|
|
2614
2603
|
bytes23?: undefined;
|
|
2615
2604
|
bytes22?: undefined;
|
|
2616
2605
|
bytes21?: undefined;
|
|
2617
|
-
bytes19?: undefined;
|
|
2618
|
-
bytes18?: undefined;
|
|
2619
2606
|
bytes17?: undefined;
|
|
2620
|
-
bytes16?: undefined;
|
|
2621
2607
|
bytes15?: undefined;
|
|
2622
|
-
bytes14?: undefined;
|
|
2623
2608
|
bytes13?: undefined;
|
|
2624
|
-
bytes12?: undefined;
|
|
2625
2609
|
int8?: undefined;
|
|
2610
|
+
int16?: undefined;
|
|
2626
2611
|
int40?: undefined;
|
|
2612
|
+
int120?: undefined;
|
|
2613
|
+
int240?: undefined;
|
|
2627
2614
|
int32?: undefined;
|
|
2628
2615
|
int24?: undefined;
|
|
2629
|
-
int16?: undefined;
|
|
2630
2616
|
int48?: undefined;
|
|
2631
2617
|
int56?: undefined;
|
|
2632
2618
|
int64?: undefined;
|
|
@@ -2636,7 +2622,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2636
2622
|
int96?: undefined;
|
|
2637
2623
|
int104?: undefined;
|
|
2638
2624
|
int112?: undefined;
|
|
2639
|
-
int120?: undefined;
|
|
2640
2625
|
int128?: undefined;
|
|
2641
2626
|
int136?: undefined;
|
|
2642
2627
|
int144?: undefined;
|
|
@@ -2651,19 +2636,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2651
2636
|
int216?: undefined;
|
|
2652
2637
|
int224?: undefined;
|
|
2653
2638
|
int232?: undefined;
|
|
2654
|
-
int240?: undefined;
|
|
2655
2639
|
int248?: undefined;
|
|
2656
2640
|
int256?: undefined;
|
|
2641
|
+
uint16?: undefined;
|
|
2657
2642
|
uint40?: undefined;
|
|
2643
|
+
uint120?: undefined;
|
|
2644
|
+
uint240?: undefined;
|
|
2658
2645
|
uint24?: undefined;
|
|
2659
|
-
uint16?: undefined;
|
|
2660
2646
|
uint56?: undefined;
|
|
2661
2647
|
uint72?: undefined;
|
|
2662
2648
|
uint80?: undefined;
|
|
2663
2649
|
uint88?: undefined;
|
|
2664
2650
|
uint96?: undefined;
|
|
2665
2651
|
uint104?: undefined;
|
|
2666
|
-
uint120?: undefined;
|
|
2667
2652
|
uint128?: undefined;
|
|
2668
2653
|
uint136?: undefined;
|
|
2669
2654
|
uint144?: undefined;
|
|
@@ -2677,7 +2662,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2677
2662
|
uint216?: undefined;
|
|
2678
2663
|
uint224?: undefined;
|
|
2679
2664
|
uint232?: undefined;
|
|
2680
|
-
uint240?: undefined;
|
|
2681
2665
|
uint248?: undefined;
|
|
2682
2666
|
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2683
2667
|
publicKey: `0x${string}`;
|
|
@@ -2735,8 +2719,6 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2735
2719
|
"paymaster-gas-limit-multiplier": string;
|
|
2736
2720
|
"binary-search-tolerance-delta"?: string | undefined;
|
|
2737
2721
|
"binary-search-gas-allowance"?: string | undefined;
|
|
2738
|
-
"bundle-bulker-address"?: string | undefined;
|
|
2739
|
-
"per-op-inflator-address"?: string | undefined;
|
|
2740
2722
|
"send-transaction-rpc-url"?: string | undefined;
|
|
2741
2723
|
"max-block-range"?: number | undefined;
|
|
2742
2724
|
"block-tag-support"?: boolean | undefined;
|