@pimlico/alto 0.0.0-main.20250605T142651 → 0.0.0-main.20250611T105955
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/contracts/EIP712.sol/EIP712.json +1 -1
- package/contracts/ERC165.sol/ERC165.json +1 -1
- package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
- package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -0
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -0
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -0
- package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -0
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -0
- package/contracts/EntryPointSimulations.sol/{EntryPointSimulations.json → EntryPointSimulations08.json} +1 -1
- package/contracts/Exec.sol/Exec.json +1 -1
- package/contracts/IAccount.sol/IAccount.json +1 -1
- package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
- package/contracts/IAggregator.sol/IAggregator.json +1 -1
- package/contracts/IERC165.sol/IERC165.json +1 -1
- package/contracts/IERC5267.sol/IERC5267.json +1 -1
- package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
- package/contracts/INonceManager.sol/INonceManager.json +1 -1
- package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
- package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
- package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
- package/contracts/LibBytes.sol/LibBytes.json +1 -0
- package/contracts/Math.sol/Math.json +1 -1
- package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
- package/contracts/NonceManager.sol/NonceManager.json +1 -1
- package/contracts/Panic.sol/Panic.json +1 -1
- package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -0
- package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -1
- package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
- package/contracts/SafeCast.sol/SafeCast.json +1 -1
- package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
- package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
- package/contracts/SignedMath.sol/SignedMath.json +1 -1
- package/contracts/StakeManager.sol/StakeManager.json +1 -1
- package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
- package/contracts/Strings.sol/Strings.json +1 -1
- package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
- package/contracts/UserOperation.sol/UserOperationLib.json +1 -1
- package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
- package/contracts/build-info/4a223f6420e18feb.json +1 -0
- package/contracts/build-info/ad2dc60de86c0e4f.json +1 -0
- package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
- package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
- package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
- package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
- package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
- package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
- package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
- package/esm/cli/config/bundler.d.ts +440 -416
- package/esm/cli/config/bundler.js +12 -2
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.js +27 -4
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/deploySimulationsContract.d.ts +2 -0
- package/esm/cli/deploySimulationsContract.js +56 -25
- package/esm/cli/deploySimulationsContract.js.map +1 -1
- package/esm/cli/handler.js +18 -6
- package/esm/cli/handler.js.map +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -0
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -0
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -0
- package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -0
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -0
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -0
- package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -0
- package/esm/createConfig.d.ts +2 -1
- package/esm/createConfig.js +2 -0
- package/esm/createConfig.js.map +1 -1
- package/esm/executor/executor.d.ts +10 -4
- package/esm/executor/executor.js +109 -55
- package/esm/executor/executor.js.map +1 -1
- package/esm/executor/executorManager.d.ts +8 -1
- package/esm/executor/executorManager.js +75 -76
- package/esm/executor/executorManager.js.map +1 -1
- package/esm/executor/filterOpsAndEstimateGas.d.ts +25 -0
- package/esm/executor/filterOpsAndEstimateGas.js +251 -0
- package/esm/executor/filterOpsAndEstimateGas.js.map +1 -0
- package/esm/executor/utils.js +1 -1
- package/esm/executor/utils.js.map +1 -1
- package/esm/mempool/mempool.js +15 -4
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/rpc/estimation/gasEstimationsV06.js +12 -4
- package/esm/rpc/estimation/gasEstimationsV06.js.map +1 -1
- package/esm/rpc/estimation/gasEstimationsV07.d.ts +1 -1
- package/esm/rpc/estimation/gasEstimationsV07.js +26 -23
- package/esm/rpc/estimation/gasEstimationsV07.js.map +1 -1
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js +14 -4
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
- package/esm/rpc/validation/SafeValidator.js +17 -9
- package/esm/rpc/validation/SafeValidator.js.map +1 -1
- package/esm/types/contracts/EntryPointSimulationsV6.d.ts +0 -1
- package/esm/types/contracts/EntryPointSimulationsV6.js +0 -2
- package/esm/types/contracts/EntryPointSimulationsV6.js.map +1 -1
- package/esm/types/contracts/PimlicoSimulations.d.ts +284 -0
- package/esm/types/contracts/PimlicoSimulations.js +368 -0
- package/esm/types/contracts/PimlicoSimulations.js.map +1 -0
- package/esm/types/contracts/index.d.ts +1 -1
- package/esm/types/contracts/index.js +1 -1
- package/esm/types/contracts/index.js.map +1 -1
- package/esm/types/mempool.d.ts +11 -7
- package/esm/types/mempool.js.map +1 -1
- package/esm/utils/eip7702.d.ts +1 -1
- package/esm/utils/eip7702.js +3 -0
- package/esm/utils/eip7702.js.map +1 -1
- package/esm/utils/entryPointOverrides.d.ts +16 -0
- package/esm/utils/entryPointOverrides.js +64 -0
- package/esm/utils/entryPointOverrides.js.map +1 -0
- package/esm/utils/helpers.d.ts +1 -0
- package/esm/utils/helpers.js +4 -0
- package/esm/utils/helpers.js.map +1 -1
- package/esm/utils/validation.d.ts +5 -0
- package/esm/utils/validation.js +17 -7
- package/esm/utils/validation.js.map +1 -1
- package/package.json +2 -2
- package/contracts/EntryPointCodeOverride.sol/EntryPointCodeOverride.json +0 -1
- package/contracts/PimlicoEntryPointSimulationsV7.sol/PimlicoEntryPointSimulationsV7.json +0 -1
- package/contracts/PimlicoEntryPointSimulationsV8.sol/PimlicoEntryPointSimulationsV8.json +0 -1
- package/contracts/build-info/96c79d1c9e9e095f.json +0 -1
- package/contracts/build-info/b400ff92e5db9cf3.json +0 -1
- package/esm/contracts/PimlicoEntryPointSimulationsV7.sol/PimlicoEntryPointSimulationsV7.json +0 -1
- package/esm/contracts/PimlicoEntryPointSimulationsV8.sol/PimlicoEntryPointSimulationsV8.json +0 -1
- package/esm/executor/filterOpsAndEStimateGas.d.ts +0 -29
- package/esm/executor/filterOpsAndEStimateGas.js +0 -198
- package/esm/executor/filterOpsAndEStimateGas.js.map +0 -1
- package/esm/types/contracts/PimlicoEntryPointSimulations.d.ts +0 -25
- package/esm/types/contracts/PimlicoEntryPointSimulations.js +0 -39
- package/esm/types/contracts/PimlicoEntryPointSimulations.js.map +0 -1
|
@@ -20,7 +20,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
20
20
|
"max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
21
21
|
"rpc-methods": z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string[] | null, string | null>, string[] | null, string | null>, string[] | null, string | null>;
|
|
22
22
|
"enable-instant-bundling-endpoint": z.ZodBoolean;
|
|
23
|
-
"
|
|
23
|
+
"rpc-gas-estimate": z.ZodBoolean;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
25
|
entrypoints: `0x${string}`[];
|
|
26
26
|
"deterministic-deployer-address": `0x${string}`;
|
|
@@ -41,7 +41,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
41
41
|
"max-gas-per-bundle": bigint;
|
|
42
42
|
"rpc-methods": string[] | null;
|
|
43
43
|
"enable-instant-bundling-endpoint": boolean;
|
|
44
|
-
"
|
|
44
|
+
"rpc-gas-estimate": boolean;
|
|
45
45
|
}, {
|
|
46
46
|
entrypoints: string;
|
|
47
47
|
"deterministic-deployer-address": string;
|
|
@@ -53,7 +53,7 @@ export declare const bundlerArgsSchema: z.ZodObject<{
|
|
|
53
53
|
"gas-price-refresh-interval": number;
|
|
54
54
|
"rpc-methods": string | null;
|
|
55
55
|
"enable-instant-bundling-endpoint": boolean;
|
|
56
|
-
"
|
|
56
|
+
"rpc-gas-estimate": boolean;
|
|
57
57
|
"gas-price-bump"?: string | undefined;
|
|
58
58
|
"mempool-max-parallel-ops"?: number | undefined;
|
|
59
59
|
"mempool-max-queued-ops"?: number | undefined;
|
|
@@ -71,14 +71,14 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
71
71
|
sign: (parameters: {
|
|
72
72
|
hash: `0x${string}`;
|
|
73
73
|
}) => Promise<`0x${string}`>;
|
|
74
|
-
signAuthorization: (parameters: import("viem
|
|
74
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
75
75
|
signMessage: ({ message }: {
|
|
76
76
|
message: import("viem").SignableMessage;
|
|
77
77
|
}) => Promise<`0x${string}`>;
|
|
78
78
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
79
79
|
serializer?: serializer | undefined;
|
|
80
80
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
81
|
-
signTypedData: <const typedData extends
|
|
81
|
+
signTypedData: <const typedData extends {
|
|
82
82
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
83
83
|
[x: `string[${string}]`]: undefined;
|
|
84
84
|
[x: `function[${string}]`]: undefined;
|
|
@@ -105,33 +105,31 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
105
105
|
[x: `bytes9[${string}]`]: undefined;
|
|
106
106
|
[x: `bytes10[${string}]`]: undefined;
|
|
107
107
|
[x: `bytes20[${string}]`]: undefined;
|
|
108
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
109
108
|
[x: `bytes12[${string}]`]: undefined;
|
|
109
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
110
110
|
[x: `bytes14[${string}]`]: undefined;
|
|
111
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
111
112
|
[x: `bytes16[${string}]`]: undefined;
|
|
113
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
112
114
|
[x: `bytes18[${string}]`]: undefined;
|
|
115
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
116
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
117
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
118
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
119
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
113
120
|
[x: `bytes25[${string}]`]: undefined;
|
|
121
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
122
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
123
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
124
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
114
125
|
[x: `bytes30[${string}]`]: undefined;
|
|
115
126
|
[x: `bytes31[${string}]`]: undefined;
|
|
116
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
117
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
118
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
119
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
120
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
121
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
122
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
123
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
124
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
125
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
126
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
127
127
|
[x: `int[${string}]`]: undefined;
|
|
128
128
|
[x: `int8[${string}]`]: undefined;
|
|
129
|
-
[x: `int32[${string}]`]: undefined;
|
|
130
129
|
[x: `int16[${string}]`]: undefined;
|
|
131
|
-
[x: `int40[${string}]`]: undefined;
|
|
132
|
-
[x: `int120[${string}]`]: undefined;
|
|
133
|
-
[x: `int240[${string}]`]: undefined;
|
|
134
130
|
[x: `int24[${string}]`]: undefined;
|
|
131
|
+
[x: `int32[${string}]`]: undefined;
|
|
132
|
+
[x: `int40[${string}]`]: undefined;
|
|
135
133
|
[x: `int48[${string}]`]: undefined;
|
|
136
134
|
[x: `int56[${string}]`]: undefined;
|
|
137
135
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -141,6 +139,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
141
139
|
[x: `int96[${string}]`]: undefined;
|
|
142
140
|
[x: `int104[${string}]`]: undefined;
|
|
143
141
|
[x: `int112[${string}]`]: undefined;
|
|
142
|
+
[x: `int120[${string}]`]: undefined;
|
|
144
143
|
[x: `int128[${string}]`]: undefined;
|
|
145
144
|
[x: `int136[${string}]`]: undefined;
|
|
146
145
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -155,20 +154,20 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
155
154
|
[x: `int216[${string}]`]: undefined;
|
|
156
155
|
[x: `int224[${string}]`]: undefined;
|
|
157
156
|
[x: `int232[${string}]`]: undefined;
|
|
157
|
+
[x: `int240[${string}]`]: undefined;
|
|
158
158
|
[x: `int248[${string}]`]: undefined;
|
|
159
159
|
[x: `int256[${string}]`]: undefined;
|
|
160
160
|
[x: `uint[${string}]`]: undefined;
|
|
161
161
|
[x: `uint16[${string}]`]: undefined;
|
|
162
|
-
[x: `uint40[${string}]`]: undefined;
|
|
163
|
-
[x: `uint120[${string}]`]: undefined;
|
|
164
|
-
[x: `uint240[${string}]`]: undefined;
|
|
165
162
|
[x: `uint24[${string}]`]: undefined;
|
|
163
|
+
[x: `uint40[${string}]`]: undefined;
|
|
166
164
|
[x: `uint56[${string}]`]: undefined;
|
|
167
165
|
[x: `uint72[${string}]`]: undefined;
|
|
168
166
|
[x: `uint80[${string}]`]: undefined;
|
|
169
167
|
[x: `uint88[${string}]`]: undefined;
|
|
170
168
|
[x: `uint96[${string}]`]: undefined;
|
|
171
169
|
[x: `uint104[${string}]`]: undefined;
|
|
170
|
+
[x: `uint120[${string}]`]: undefined;
|
|
172
171
|
[x: `uint128[${string}]`]: undefined;
|
|
173
172
|
[x: `uint136[${string}]`]: undefined;
|
|
174
173
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -182,6 +181,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
182
181
|
[x: `uint216[${string}]`]: undefined;
|
|
183
182
|
[x: `uint224[${string}]`]: undefined;
|
|
184
183
|
[x: `uint232[${string}]`]: undefined;
|
|
184
|
+
[x: `uint240[${string}]`]: undefined;
|
|
185
185
|
[x: `uint248[${string}]`]: undefined;
|
|
186
186
|
string?: undefined;
|
|
187
187
|
address?: undefined;
|
|
@@ -207,32 +207,30 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
207
207
|
bytes9?: undefined;
|
|
208
208
|
bytes10?: undefined;
|
|
209
209
|
bytes20?: undefined;
|
|
210
|
-
bytes19?: undefined;
|
|
211
210
|
bytes12?: undefined;
|
|
211
|
+
bytes13?: undefined;
|
|
212
212
|
bytes14?: undefined;
|
|
213
|
+
bytes15?: undefined;
|
|
213
214
|
bytes16?: undefined;
|
|
215
|
+
bytes17?: undefined;
|
|
214
216
|
bytes18?: undefined;
|
|
217
|
+
bytes19?: undefined;
|
|
218
|
+
bytes21?: undefined;
|
|
219
|
+
bytes22?: undefined;
|
|
220
|
+
bytes23?: undefined;
|
|
221
|
+
bytes24?: undefined;
|
|
215
222
|
bytes25?: undefined;
|
|
223
|
+
bytes26?: undefined;
|
|
224
|
+
bytes27?: undefined;
|
|
225
|
+
bytes28?: undefined;
|
|
226
|
+
bytes29?: undefined;
|
|
216
227
|
bytes30?: undefined;
|
|
217
228
|
bytes31?: undefined;
|
|
218
|
-
bytes29?: undefined;
|
|
219
|
-
bytes28?: undefined;
|
|
220
|
-
bytes27?: undefined;
|
|
221
|
-
bytes26?: undefined;
|
|
222
|
-
bytes24?: undefined;
|
|
223
|
-
bytes23?: undefined;
|
|
224
|
-
bytes22?: undefined;
|
|
225
|
-
bytes21?: undefined;
|
|
226
|
-
bytes17?: undefined;
|
|
227
|
-
bytes15?: undefined;
|
|
228
|
-
bytes13?: undefined;
|
|
229
229
|
int8?: undefined;
|
|
230
|
-
int32?: undefined;
|
|
231
230
|
int16?: undefined;
|
|
232
|
-
int40?: undefined;
|
|
233
|
-
int120?: undefined;
|
|
234
|
-
int240?: undefined;
|
|
235
231
|
int24?: undefined;
|
|
232
|
+
int32?: undefined;
|
|
233
|
+
int40?: undefined;
|
|
236
234
|
int48?: undefined;
|
|
237
235
|
int56?: undefined;
|
|
238
236
|
int64?: undefined;
|
|
@@ -242,6 +240,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
242
240
|
int96?: undefined;
|
|
243
241
|
int104?: undefined;
|
|
244
242
|
int112?: undefined;
|
|
243
|
+
int120?: undefined;
|
|
245
244
|
int128?: undefined;
|
|
246
245
|
int136?: undefined;
|
|
247
246
|
int144?: undefined;
|
|
@@ -256,19 +255,19 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
256
255
|
int216?: undefined;
|
|
257
256
|
int224?: undefined;
|
|
258
257
|
int232?: undefined;
|
|
258
|
+
int240?: undefined;
|
|
259
259
|
int248?: undefined;
|
|
260
260
|
int256?: undefined;
|
|
261
261
|
uint16?: undefined;
|
|
262
|
-
uint40?: undefined;
|
|
263
|
-
uint120?: undefined;
|
|
264
|
-
uint240?: undefined;
|
|
265
262
|
uint24?: undefined;
|
|
263
|
+
uint40?: undefined;
|
|
266
264
|
uint56?: undefined;
|
|
267
265
|
uint72?: undefined;
|
|
268
266
|
uint80?: undefined;
|
|
269
267
|
uint88?: undefined;
|
|
270
268
|
uint96?: undefined;
|
|
271
269
|
uint104?: undefined;
|
|
270
|
+
uint120?: undefined;
|
|
272
271
|
uint128?: undefined;
|
|
273
272
|
uint136?: undefined;
|
|
274
273
|
uint144?: undefined;
|
|
@@ -282,8 +281,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
282
281
|
uint216?: undefined;
|
|
283
282
|
uint224?: undefined;
|
|
284
283
|
uint232?: undefined;
|
|
284
|
+
uint240?: undefined;
|
|
285
285
|
uint248?: undefined;
|
|
286
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
286
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
287
287
|
publicKey: `0x${string}`;
|
|
288
288
|
source: "privateKey";
|
|
289
289
|
type: "local";
|
|
@@ -298,14 +298,14 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
298
298
|
sign: (parameters: {
|
|
299
299
|
hash: `0x${string}`;
|
|
300
300
|
}) => Promise<`0x${string}`>;
|
|
301
|
-
signAuthorization: (parameters: import("viem
|
|
301
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
302
302
|
signMessage: ({ message }: {
|
|
303
303
|
message: import("viem").SignableMessage;
|
|
304
304
|
}) => Promise<`0x${string}`>;
|
|
305
305
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
306
306
|
serializer?: serializer | undefined;
|
|
307
307
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
308
|
-
signTypedData: <const typedData extends
|
|
308
|
+
signTypedData: <const typedData extends {
|
|
309
309
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
310
310
|
[x: `string[${string}]`]: undefined;
|
|
311
311
|
[x: `function[${string}]`]: undefined;
|
|
@@ -332,33 +332,31 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
332
332
|
[x: `bytes9[${string}]`]: undefined;
|
|
333
333
|
[x: `bytes10[${string}]`]: undefined;
|
|
334
334
|
[x: `bytes20[${string}]`]: undefined;
|
|
335
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
336
335
|
[x: `bytes12[${string}]`]: undefined;
|
|
336
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
337
337
|
[x: `bytes14[${string}]`]: undefined;
|
|
338
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
338
339
|
[x: `bytes16[${string}]`]: undefined;
|
|
340
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
339
341
|
[x: `bytes18[${string}]`]: undefined;
|
|
342
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
343
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
344
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
345
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
346
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
340
347
|
[x: `bytes25[${string}]`]: undefined;
|
|
348
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
349
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
350
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
351
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
341
352
|
[x: `bytes30[${string}]`]: undefined;
|
|
342
353
|
[x: `bytes31[${string}]`]: undefined;
|
|
343
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
344
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
345
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
346
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
347
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
348
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
349
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
350
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
351
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
352
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
353
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
354
354
|
[x: `int[${string}]`]: undefined;
|
|
355
355
|
[x: `int8[${string}]`]: undefined;
|
|
356
|
-
[x: `int32[${string}]`]: undefined;
|
|
357
356
|
[x: `int16[${string}]`]: undefined;
|
|
358
|
-
[x: `int40[${string}]`]: undefined;
|
|
359
|
-
[x: `int120[${string}]`]: undefined;
|
|
360
|
-
[x: `int240[${string}]`]: undefined;
|
|
361
357
|
[x: `int24[${string}]`]: undefined;
|
|
358
|
+
[x: `int32[${string}]`]: undefined;
|
|
359
|
+
[x: `int40[${string}]`]: undefined;
|
|
362
360
|
[x: `int48[${string}]`]: undefined;
|
|
363
361
|
[x: `int56[${string}]`]: undefined;
|
|
364
362
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -368,6 +366,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
368
366
|
[x: `int96[${string}]`]: undefined;
|
|
369
367
|
[x: `int104[${string}]`]: undefined;
|
|
370
368
|
[x: `int112[${string}]`]: undefined;
|
|
369
|
+
[x: `int120[${string}]`]: undefined;
|
|
371
370
|
[x: `int128[${string}]`]: undefined;
|
|
372
371
|
[x: `int136[${string}]`]: undefined;
|
|
373
372
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -382,20 +381,20 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
382
381
|
[x: `int216[${string}]`]: undefined;
|
|
383
382
|
[x: `int224[${string}]`]: undefined;
|
|
384
383
|
[x: `int232[${string}]`]: undefined;
|
|
384
|
+
[x: `int240[${string}]`]: undefined;
|
|
385
385
|
[x: `int248[${string}]`]: undefined;
|
|
386
386
|
[x: `int256[${string}]`]: undefined;
|
|
387
387
|
[x: `uint[${string}]`]: undefined;
|
|
388
388
|
[x: `uint16[${string}]`]: undefined;
|
|
389
|
-
[x: `uint40[${string}]`]: undefined;
|
|
390
|
-
[x: `uint120[${string}]`]: undefined;
|
|
391
|
-
[x: `uint240[${string}]`]: undefined;
|
|
392
389
|
[x: `uint24[${string}]`]: undefined;
|
|
390
|
+
[x: `uint40[${string}]`]: undefined;
|
|
393
391
|
[x: `uint56[${string}]`]: undefined;
|
|
394
392
|
[x: `uint72[${string}]`]: undefined;
|
|
395
393
|
[x: `uint80[${string}]`]: undefined;
|
|
396
394
|
[x: `uint88[${string}]`]: undefined;
|
|
397
395
|
[x: `uint96[${string}]`]: undefined;
|
|
398
396
|
[x: `uint104[${string}]`]: undefined;
|
|
397
|
+
[x: `uint120[${string}]`]: undefined;
|
|
399
398
|
[x: `uint128[${string}]`]: undefined;
|
|
400
399
|
[x: `uint136[${string}]`]: undefined;
|
|
401
400
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -409,6 +408,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
409
408
|
[x: `uint216[${string}]`]: undefined;
|
|
410
409
|
[x: `uint224[${string}]`]: undefined;
|
|
411
410
|
[x: `uint232[${string}]`]: undefined;
|
|
411
|
+
[x: `uint240[${string}]`]: undefined;
|
|
412
412
|
[x: `uint248[${string}]`]: undefined;
|
|
413
413
|
string?: undefined;
|
|
414
414
|
address?: undefined;
|
|
@@ -434,32 +434,30 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
434
434
|
bytes9?: undefined;
|
|
435
435
|
bytes10?: undefined;
|
|
436
436
|
bytes20?: undefined;
|
|
437
|
-
bytes19?: undefined;
|
|
438
437
|
bytes12?: undefined;
|
|
438
|
+
bytes13?: undefined;
|
|
439
439
|
bytes14?: undefined;
|
|
440
|
+
bytes15?: undefined;
|
|
440
441
|
bytes16?: undefined;
|
|
442
|
+
bytes17?: undefined;
|
|
441
443
|
bytes18?: undefined;
|
|
444
|
+
bytes19?: undefined;
|
|
445
|
+
bytes21?: undefined;
|
|
446
|
+
bytes22?: undefined;
|
|
447
|
+
bytes23?: undefined;
|
|
448
|
+
bytes24?: undefined;
|
|
442
449
|
bytes25?: undefined;
|
|
450
|
+
bytes26?: undefined;
|
|
451
|
+
bytes27?: undefined;
|
|
452
|
+
bytes28?: undefined;
|
|
453
|
+
bytes29?: undefined;
|
|
443
454
|
bytes30?: undefined;
|
|
444
455
|
bytes31?: undefined;
|
|
445
|
-
bytes29?: undefined;
|
|
446
|
-
bytes28?: undefined;
|
|
447
|
-
bytes27?: undefined;
|
|
448
|
-
bytes26?: undefined;
|
|
449
|
-
bytes24?: undefined;
|
|
450
|
-
bytes23?: undefined;
|
|
451
|
-
bytes22?: undefined;
|
|
452
|
-
bytes21?: undefined;
|
|
453
|
-
bytes17?: undefined;
|
|
454
|
-
bytes15?: undefined;
|
|
455
|
-
bytes13?: undefined;
|
|
456
456
|
int8?: undefined;
|
|
457
|
-
int32?: undefined;
|
|
458
457
|
int16?: undefined;
|
|
459
|
-
int40?: undefined;
|
|
460
|
-
int120?: undefined;
|
|
461
|
-
int240?: undefined;
|
|
462
458
|
int24?: undefined;
|
|
459
|
+
int32?: undefined;
|
|
460
|
+
int40?: undefined;
|
|
463
461
|
int48?: undefined;
|
|
464
462
|
int56?: undefined;
|
|
465
463
|
int64?: undefined;
|
|
@@ -469,6 +467,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
469
467
|
int96?: undefined;
|
|
470
468
|
int104?: undefined;
|
|
471
469
|
int112?: undefined;
|
|
470
|
+
int120?: undefined;
|
|
472
471
|
int128?: undefined;
|
|
473
472
|
int136?: undefined;
|
|
474
473
|
int144?: undefined;
|
|
@@ -483,19 +482,19 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
483
482
|
int216?: undefined;
|
|
484
483
|
int224?: undefined;
|
|
485
484
|
int232?: undefined;
|
|
485
|
+
int240?: undefined;
|
|
486
486
|
int248?: undefined;
|
|
487
487
|
int256?: undefined;
|
|
488
488
|
uint16?: undefined;
|
|
489
|
-
uint40?: undefined;
|
|
490
|
-
uint120?: undefined;
|
|
491
|
-
uint240?: undefined;
|
|
492
489
|
uint24?: undefined;
|
|
490
|
+
uint40?: undefined;
|
|
493
491
|
uint56?: undefined;
|
|
494
492
|
uint72?: undefined;
|
|
495
493
|
uint80?: undefined;
|
|
496
494
|
uint88?: undefined;
|
|
497
495
|
uint96?: undefined;
|
|
498
496
|
uint104?: undefined;
|
|
497
|
+
uint120?: undefined;
|
|
499
498
|
uint128?: undefined;
|
|
500
499
|
uint136?: undefined;
|
|
501
500
|
uint144?: undefined;
|
|
@@ -509,8 +508,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
509
508
|
uint216?: undefined;
|
|
510
509
|
uint224?: undefined;
|
|
511
510
|
uint232?: undefined;
|
|
511
|
+
uint240?: undefined;
|
|
512
512
|
uint248?: undefined;
|
|
513
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
513
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
514
514
|
publicKey: `0x${string}`;
|
|
515
515
|
source: "privateKey";
|
|
516
516
|
type: "local";
|
|
@@ -520,14 +520,14 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
520
520
|
sign: (parameters: {
|
|
521
521
|
hash: `0x${string}`;
|
|
522
522
|
}) => Promise<`0x${string}`>;
|
|
523
|
-
signAuthorization: (parameters: import("viem
|
|
523
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
524
524
|
signMessage: ({ message }: {
|
|
525
525
|
message: import("viem").SignableMessage;
|
|
526
526
|
}) => Promise<`0x${string}`>;
|
|
527
527
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
528
528
|
serializer?: serializer | undefined;
|
|
529
529
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
530
|
-
signTypedData: <const typedData extends
|
|
530
|
+
signTypedData: <const typedData extends {
|
|
531
531
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
532
532
|
[x: `string[${string}]`]: undefined;
|
|
533
533
|
[x: `function[${string}]`]: undefined;
|
|
@@ -554,33 +554,31 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
554
554
|
[x: `bytes9[${string}]`]: undefined;
|
|
555
555
|
[x: `bytes10[${string}]`]: undefined;
|
|
556
556
|
[x: `bytes20[${string}]`]: undefined;
|
|
557
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
558
557
|
[x: `bytes12[${string}]`]: undefined;
|
|
558
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
559
559
|
[x: `bytes14[${string}]`]: undefined;
|
|
560
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
560
561
|
[x: `bytes16[${string}]`]: undefined;
|
|
562
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
561
563
|
[x: `bytes18[${string}]`]: undefined;
|
|
564
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
565
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
566
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
567
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
568
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
562
569
|
[x: `bytes25[${string}]`]: undefined;
|
|
570
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
571
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
572
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
573
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
563
574
|
[x: `bytes30[${string}]`]: undefined;
|
|
564
575
|
[x: `bytes31[${string}]`]: undefined;
|
|
565
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
566
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
567
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
568
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
569
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
570
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
571
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
572
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
573
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
574
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
575
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
576
576
|
[x: `int[${string}]`]: undefined;
|
|
577
577
|
[x: `int8[${string}]`]: undefined;
|
|
578
|
-
[x: `int32[${string}]`]: undefined;
|
|
579
578
|
[x: `int16[${string}]`]: undefined;
|
|
580
|
-
[x: `int40[${string}]`]: undefined;
|
|
581
|
-
[x: `int120[${string}]`]: undefined;
|
|
582
|
-
[x: `int240[${string}]`]: undefined;
|
|
583
579
|
[x: `int24[${string}]`]: undefined;
|
|
580
|
+
[x: `int32[${string}]`]: undefined;
|
|
581
|
+
[x: `int40[${string}]`]: undefined;
|
|
584
582
|
[x: `int48[${string}]`]: undefined;
|
|
585
583
|
[x: `int56[${string}]`]: undefined;
|
|
586
584
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -590,6 +588,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
590
588
|
[x: `int96[${string}]`]: undefined;
|
|
591
589
|
[x: `int104[${string}]`]: undefined;
|
|
592
590
|
[x: `int112[${string}]`]: undefined;
|
|
591
|
+
[x: `int120[${string}]`]: undefined;
|
|
593
592
|
[x: `int128[${string}]`]: undefined;
|
|
594
593
|
[x: `int136[${string}]`]: undefined;
|
|
595
594
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -604,20 +603,20 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
604
603
|
[x: `int216[${string}]`]: undefined;
|
|
605
604
|
[x: `int224[${string}]`]: undefined;
|
|
606
605
|
[x: `int232[${string}]`]: undefined;
|
|
606
|
+
[x: `int240[${string}]`]: undefined;
|
|
607
607
|
[x: `int248[${string}]`]: undefined;
|
|
608
608
|
[x: `int256[${string}]`]: undefined;
|
|
609
609
|
[x: `uint[${string}]`]: undefined;
|
|
610
610
|
[x: `uint16[${string}]`]: undefined;
|
|
611
|
-
[x: `uint40[${string}]`]: undefined;
|
|
612
|
-
[x: `uint120[${string}]`]: undefined;
|
|
613
|
-
[x: `uint240[${string}]`]: undefined;
|
|
614
611
|
[x: `uint24[${string}]`]: undefined;
|
|
612
|
+
[x: `uint40[${string}]`]: undefined;
|
|
615
613
|
[x: `uint56[${string}]`]: undefined;
|
|
616
614
|
[x: `uint72[${string}]`]: undefined;
|
|
617
615
|
[x: `uint80[${string}]`]: undefined;
|
|
618
616
|
[x: `uint88[${string}]`]: undefined;
|
|
619
617
|
[x: `uint96[${string}]`]: undefined;
|
|
620
618
|
[x: `uint104[${string}]`]: undefined;
|
|
619
|
+
[x: `uint120[${string}]`]: undefined;
|
|
621
620
|
[x: `uint128[${string}]`]: undefined;
|
|
622
621
|
[x: `uint136[${string}]`]: undefined;
|
|
623
622
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -631,6 +630,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
631
630
|
[x: `uint216[${string}]`]: undefined;
|
|
632
631
|
[x: `uint224[${string}]`]: undefined;
|
|
633
632
|
[x: `uint232[${string}]`]: undefined;
|
|
633
|
+
[x: `uint240[${string}]`]: undefined;
|
|
634
634
|
[x: `uint248[${string}]`]: undefined;
|
|
635
635
|
string?: undefined;
|
|
636
636
|
address?: undefined;
|
|
@@ -656,32 +656,30 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
656
656
|
bytes9?: undefined;
|
|
657
657
|
bytes10?: undefined;
|
|
658
658
|
bytes20?: undefined;
|
|
659
|
-
bytes19?: undefined;
|
|
660
659
|
bytes12?: undefined;
|
|
660
|
+
bytes13?: undefined;
|
|
661
661
|
bytes14?: undefined;
|
|
662
|
+
bytes15?: undefined;
|
|
662
663
|
bytes16?: undefined;
|
|
664
|
+
bytes17?: undefined;
|
|
663
665
|
bytes18?: undefined;
|
|
666
|
+
bytes19?: undefined;
|
|
667
|
+
bytes21?: undefined;
|
|
668
|
+
bytes22?: undefined;
|
|
669
|
+
bytes23?: undefined;
|
|
670
|
+
bytes24?: undefined;
|
|
664
671
|
bytes25?: undefined;
|
|
672
|
+
bytes26?: undefined;
|
|
673
|
+
bytes27?: undefined;
|
|
674
|
+
bytes28?: undefined;
|
|
675
|
+
bytes29?: undefined;
|
|
665
676
|
bytes30?: undefined;
|
|
666
677
|
bytes31?: undefined;
|
|
667
|
-
bytes29?: undefined;
|
|
668
|
-
bytes28?: undefined;
|
|
669
|
-
bytes27?: undefined;
|
|
670
|
-
bytes26?: undefined;
|
|
671
|
-
bytes24?: undefined;
|
|
672
|
-
bytes23?: undefined;
|
|
673
|
-
bytes22?: undefined;
|
|
674
|
-
bytes21?: undefined;
|
|
675
|
-
bytes17?: undefined;
|
|
676
|
-
bytes15?: undefined;
|
|
677
|
-
bytes13?: undefined;
|
|
678
678
|
int8?: undefined;
|
|
679
|
-
int32?: undefined;
|
|
680
679
|
int16?: undefined;
|
|
681
|
-
int40?: undefined;
|
|
682
|
-
int120?: undefined;
|
|
683
|
-
int240?: undefined;
|
|
684
680
|
int24?: undefined;
|
|
681
|
+
int32?: undefined;
|
|
682
|
+
int40?: undefined;
|
|
685
683
|
int48?: undefined;
|
|
686
684
|
int56?: undefined;
|
|
687
685
|
int64?: undefined;
|
|
@@ -691,6 +689,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
691
689
|
int96?: undefined;
|
|
692
690
|
int104?: undefined;
|
|
693
691
|
int112?: undefined;
|
|
692
|
+
int120?: undefined;
|
|
694
693
|
int128?: undefined;
|
|
695
694
|
int136?: undefined;
|
|
696
695
|
int144?: undefined;
|
|
@@ -705,19 +704,19 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
705
704
|
int216?: undefined;
|
|
706
705
|
int224?: undefined;
|
|
707
706
|
int232?: undefined;
|
|
707
|
+
int240?: undefined;
|
|
708
708
|
int248?: undefined;
|
|
709
709
|
int256?: undefined;
|
|
710
710
|
uint16?: undefined;
|
|
711
|
-
uint40?: undefined;
|
|
712
|
-
uint120?: undefined;
|
|
713
|
-
uint240?: undefined;
|
|
714
711
|
uint24?: undefined;
|
|
712
|
+
uint40?: undefined;
|
|
715
713
|
uint56?: undefined;
|
|
716
714
|
uint72?: undefined;
|
|
717
715
|
uint80?: undefined;
|
|
718
716
|
uint88?: undefined;
|
|
719
717
|
uint96?: undefined;
|
|
720
718
|
uint104?: undefined;
|
|
719
|
+
uint120?: undefined;
|
|
721
720
|
uint128?: undefined;
|
|
722
721
|
uint136?: undefined;
|
|
723
722
|
uint144?: undefined;
|
|
@@ -731,8 +730,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
731
730
|
uint216?: undefined;
|
|
732
731
|
uint224?: undefined;
|
|
733
732
|
uint232?: undefined;
|
|
733
|
+
uint240?: undefined;
|
|
734
734
|
uint248?: undefined;
|
|
735
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
735
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
736
736
|
publicKey: `0x${string}`;
|
|
737
737
|
source: "privateKey";
|
|
738
738
|
type: "local";
|
|
@@ -743,6 +743,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
743
743
|
"executor-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
744
744
|
"send-handle-ops-retry-count": z.ZodDefault<z.ZodNumber>;
|
|
745
745
|
"transaction-underpriced-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
746
|
+
"bundler-initial-commission": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
747
|
+
"arbitrum-gas-bid-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
748
|
+
"binary-search-max-retries": z.ZodDefault<z.ZodNumber>;
|
|
746
749
|
}, "strip", z.ZodTypeAny, {
|
|
747
750
|
"resubmit-stuck-timeout": number;
|
|
748
751
|
"refilling-wallets": boolean;
|
|
@@ -757,14 +760,14 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
757
760
|
sign: (parameters: {
|
|
758
761
|
hash: `0x${string}`;
|
|
759
762
|
}) => Promise<`0x${string}`>;
|
|
760
|
-
signAuthorization: (parameters: import("viem
|
|
763
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
761
764
|
signMessage: ({ message }: {
|
|
762
765
|
message: import("viem").SignableMessage;
|
|
763
766
|
}) => Promise<`0x${string}`>;
|
|
764
767
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
765
768
|
serializer?: serializer | undefined;
|
|
766
769
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
767
|
-
signTypedData: <const typedData extends
|
|
770
|
+
signTypedData: <const typedData extends {
|
|
768
771
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
769
772
|
[x: `string[${string}]`]: undefined;
|
|
770
773
|
[x: `function[${string}]`]: undefined;
|
|
@@ -791,33 +794,31 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
791
794
|
[x: `bytes9[${string}]`]: undefined;
|
|
792
795
|
[x: `bytes10[${string}]`]: undefined;
|
|
793
796
|
[x: `bytes20[${string}]`]: undefined;
|
|
794
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
795
797
|
[x: `bytes12[${string}]`]: undefined;
|
|
798
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
796
799
|
[x: `bytes14[${string}]`]: undefined;
|
|
800
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
797
801
|
[x: `bytes16[${string}]`]: undefined;
|
|
802
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
798
803
|
[x: `bytes18[${string}]`]: undefined;
|
|
804
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
805
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
806
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
807
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
808
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
799
809
|
[x: `bytes25[${string}]`]: undefined;
|
|
810
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
811
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
812
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
813
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
800
814
|
[x: `bytes30[${string}]`]: undefined;
|
|
801
815
|
[x: `bytes31[${string}]`]: undefined;
|
|
802
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
803
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
804
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
805
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
806
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
807
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
808
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
809
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
810
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
811
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
812
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
813
816
|
[x: `int[${string}]`]: undefined;
|
|
814
817
|
[x: `int8[${string}]`]: undefined;
|
|
815
|
-
[x: `int32[${string}]`]: undefined;
|
|
816
818
|
[x: `int16[${string}]`]: undefined;
|
|
817
|
-
[x: `int40[${string}]`]: undefined;
|
|
818
|
-
[x: `int120[${string}]`]: undefined;
|
|
819
|
-
[x: `int240[${string}]`]: undefined;
|
|
820
819
|
[x: `int24[${string}]`]: undefined;
|
|
820
|
+
[x: `int32[${string}]`]: undefined;
|
|
821
|
+
[x: `int40[${string}]`]: undefined;
|
|
821
822
|
[x: `int48[${string}]`]: undefined;
|
|
822
823
|
[x: `int56[${string}]`]: undefined;
|
|
823
824
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -827,6 +828,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
827
828
|
[x: `int96[${string}]`]: undefined;
|
|
828
829
|
[x: `int104[${string}]`]: undefined;
|
|
829
830
|
[x: `int112[${string}]`]: undefined;
|
|
831
|
+
[x: `int120[${string}]`]: undefined;
|
|
830
832
|
[x: `int128[${string}]`]: undefined;
|
|
831
833
|
[x: `int136[${string}]`]: undefined;
|
|
832
834
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -841,20 +843,20 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
841
843
|
[x: `int216[${string}]`]: undefined;
|
|
842
844
|
[x: `int224[${string}]`]: undefined;
|
|
843
845
|
[x: `int232[${string}]`]: undefined;
|
|
846
|
+
[x: `int240[${string}]`]: undefined;
|
|
844
847
|
[x: `int248[${string}]`]: undefined;
|
|
845
848
|
[x: `int256[${string}]`]: undefined;
|
|
846
849
|
[x: `uint[${string}]`]: undefined;
|
|
847
850
|
[x: `uint16[${string}]`]: undefined;
|
|
848
|
-
[x: `uint40[${string}]`]: undefined;
|
|
849
|
-
[x: `uint120[${string}]`]: undefined;
|
|
850
|
-
[x: `uint240[${string}]`]: undefined;
|
|
851
851
|
[x: `uint24[${string}]`]: undefined;
|
|
852
|
+
[x: `uint40[${string}]`]: undefined;
|
|
852
853
|
[x: `uint56[${string}]`]: undefined;
|
|
853
854
|
[x: `uint72[${string}]`]: undefined;
|
|
854
855
|
[x: `uint80[${string}]`]: undefined;
|
|
855
856
|
[x: `uint88[${string}]`]: undefined;
|
|
856
857
|
[x: `uint96[${string}]`]: undefined;
|
|
857
858
|
[x: `uint104[${string}]`]: undefined;
|
|
859
|
+
[x: `uint120[${string}]`]: undefined;
|
|
858
860
|
[x: `uint128[${string}]`]: undefined;
|
|
859
861
|
[x: `uint136[${string}]`]: undefined;
|
|
860
862
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -868,6 +870,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
868
870
|
[x: `uint216[${string}]`]: undefined;
|
|
869
871
|
[x: `uint224[${string}]`]: undefined;
|
|
870
872
|
[x: `uint232[${string}]`]: undefined;
|
|
873
|
+
[x: `uint240[${string}]`]: undefined;
|
|
871
874
|
[x: `uint248[${string}]`]: undefined;
|
|
872
875
|
string?: undefined;
|
|
873
876
|
address?: undefined;
|
|
@@ -893,32 +896,30 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
893
896
|
bytes9?: undefined;
|
|
894
897
|
bytes10?: undefined;
|
|
895
898
|
bytes20?: undefined;
|
|
896
|
-
bytes19?: undefined;
|
|
897
899
|
bytes12?: undefined;
|
|
900
|
+
bytes13?: undefined;
|
|
898
901
|
bytes14?: undefined;
|
|
902
|
+
bytes15?: undefined;
|
|
899
903
|
bytes16?: undefined;
|
|
904
|
+
bytes17?: undefined;
|
|
900
905
|
bytes18?: undefined;
|
|
906
|
+
bytes19?: undefined;
|
|
907
|
+
bytes21?: undefined;
|
|
908
|
+
bytes22?: undefined;
|
|
909
|
+
bytes23?: undefined;
|
|
910
|
+
bytes24?: undefined;
|
|
901
911
|
bytes25?: undefined;
|
|
912
|
+
bytes26?: undefined;
|
|
913
|
+
bytes27?: undefined;
|
|
914
|
+
bytes28?: undefined;
|
|
915
|
+
bytes29?: undefined;
|
|
902
916
|
bytes30?: undefined;
|
|
903
917
|
bytes31?: undefined;
|
|
904
|
-
bytes29?: undefined;
|
|
905
|
-
bytes28?: undefined;
|
|
906
|
-
bytes27?: undefined;
|
|
907
|
-
bytes26?: undefined;
|
|
908
|
-
bytes24?: undefined;
|
|
909
|
-
bytes23?: undefined;
|
|
910
|
-
bytes22?: undefined;
|
|
911
|
-
bytes21?: undefined;
|
|
912
|
-
bytes17?: undefined;
|
|
913
|
-
bytes15?: undefined;
|
|
914
|
-
bytes13?: undefined;
|
|
915
918
|
int8?: undefined;
|
|
916
|
-
int32?: undefined;
|
|
917
919
|
int16?: undefined;
|
|
918
|
-
int40?: undefined;
|
|
919
|
-
int120?: undefined;
|
|
920
|
-
int240?: undefined;
|
|
921
920
|
int24?: undefined;
|
|
921
|
+
int32?: undefined;
|
|
922
|
+
int40?: undefined;
|
|
922
923
|
int48?: undefined;
|
|
923
924
|
int56?: undefined;
|
|
924
925
|
int64?: undefined;
|
|
@@ -928,6 +929,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
928
929
|
int96?: undefined;
|
|
929
930
|
int104?: undefined;
|
|
930
931
|
int112?: undefined;
|
|
932
|
+
int120?: undefined;
|
|
931
933
|
int128?: undefined;
|
|
932
934
|
int136?: undefined;
|
|
933
935
|
int144?: undefined;
|
|
@@ -942,19 +944,19 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
942
944
|
int216?: undefined;
|
|
943
945
|
int224?: undefined;
|
|
944
946
|
int232?: undefined;
|
|
947
|
+
int240?: undefined;
|
|
945
948
|
int248?: undefined;
|
|
946
949
|
int256?: undefined;
|
|
947
950
|
uint16?: undefined;
|
|
948
|
-
uint40?: undefined;
|
|
949
|
-
uint120?: undefined;
|
|
950
|
-
uint240?: undefined;
|
|
951
951
|
uint24?: undefined;
|
|
952
|
+
uint40?: undefined;
|
|
952
953
|
uint56?: undefined;
|
|
953
954
|
uint72?: undefined;
|
|
954
955
|
uint80?: undefined;
|
|
955
956
|
uint88?: undefined;
|
|
956
957
|
uint96?: undefined;
|
|
957
958
|
uint104?: undefined;
|
|
959
|
+
uint120?: undefined;
|
|
958
960
|
uint128?: undefined;
|
|
959
961
|
uint136?: undefined;
|
|
960
962
|
uint144?: undefined;
|
|
@@ -968,8 +970,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
968
970
|
uint216?: undefined;
|
|
969
971
|
uint224?: undefined;
|
|
970
972
|
uint232?: undefined;
|
|
973
|
+
uint240?: undefined;
|
|
971
974
|
uint248?: undefined;
|
|
972
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
975
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
973
976
|
publicKey: `0x${string}`;
|
|
974
977
|
source: "privateKey";
|
|
975
978
|
type: "local";
|
|
@@ -978,6 +981,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
978
981
|
"executor-gas-multiplier": bigint;
|
|
979
982
|
"send-handle-ops-retry-count": number;
|
|
980
983
|
"transaction-underpriced-multiplier": bigint;
|
|
984
|
+
"bundler-initial-commission": bigint;
|
|
985
|
+
"arbitrum-gas-bid-multiplier": bigint;
|
|
986
|
+
"binary-search-max-retries": number;
|
|
981
987
|
"refill-helper-contract"?: `0x${string}` | undefined;
|
|
982
988
|
"utility-private-key"?: {
|
|
983
989
|
address: `0x${string}`;
|
|
@@ -985,14 +991,14 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
985
991
|
sign: (parameters: {
|
|
986
992
|
hash: `0x${string}`;
|
|
987
993
|
}) => Promise<`0x${string}`>;
|
|
988
|
-
signAuthorization: (parameters: import("viem
|
|
994
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
989
995
|
signMessage: ({ message }: {
|
|
990
996
|
message: import("viem").SignableMessage;
|
|
991
997
|
}) => Promise<`0x${string}`>;
|
|
992
998
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
993
999
|
serializer?: serializer | undefined;
|
|
994
1000
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
995
|
-
signTypedData: <const typedData extends
|
|
1001
|
+
signTypedData: <const typedData extends {
|
|
996
1002
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
997
1003
|
[x: `string[${string}]`]: undefined;
|
|
998
1004
|
[x: `function[${string}]`]: undefined;
|
|
@@ -1019,33 +1025,31 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1019
1025
|
[x: `bytes9[${string}]`]: undefined;
|
|
1020
1026
|
[x: `bytes10[${string}]`]: undefined;
|
|
1021
1027
|
[x: `bytes20[${string}]`]: undefined;
|
|
1022
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1023
1028
|
[x: `bytes12[${string}]`]: undefined;
|
|
1029
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1024
1030
|
[x: `bytes14[${string}]`]: undefined;
|
|
1031
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1025
1032
|
[x: `bytes16[${string}]`]: undefined;
|
|
1033
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1026
1034
|
[x: `bytes18[${string}]`]: undefined;
|
|
1035
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1036
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1037
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1038
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1039
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1027
1040
|
[x: `bytes25[${string}]`]: undefined;
|
|
1041
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1042
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1043
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1044
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1028
1045
|
[x: `bytes30[${string}]`]: undefined;
|
|
1029
1046
|
[x: `bytes31[${string}]`]: undefined;
|
|
1030
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1031
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1032
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1033
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1034
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1035
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1036
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1037
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1038
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1039
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1040
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1041
1047
|
[x: `int[${string}]`]: undefined;
|
|
1042
1048
|
[x: `int8[${string}]`]: undefined;
|
|
1043
|
-
[x: `int32[${string}]`]: undefined;
|
|
1044
1049
|
[x: `int16[${string}]`]: undefined;
|
|
1045
|
-
[x: `int40[${string}]`]: undefined;
|
|
1046
|
-
[x: `int120[${string}]`]: undefined;
|
|
1047
|
-
[x: `int240[${string}]`]: undefined;
|
|
1048
1050
|
[x: `int24[${string}]`]: undefined;
|
|
1051
|
+
[x: `int32[${string}]`]: undefined;
|
|
1052
|
+
[x: `int40[${string}]`]: undefined;
|
|
1049
1053
|
[x: `int48[${string}]`]: undefined;
|
|
1050
1054
|
[x: `int56[${string}]`]: undefined;
|
|
1051
1055
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1055,6 +1059,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1055
1059
|
[x: `int96[${string}]`]: undefined;
|
|
1056
1060
|
[x: `int104[${string}]`]: undefined;
|
|
1057
1061
|
[x: `int112[${string}]`]: undefined;
|
|
1062
|
+
[x: `int120[${string}]`]: undefined;
|
|
1058
1063
|
[x: `int128[${string}]`]: undefined;
|
|
1059
1064
|
[x: `int136[${string}]`]: undefined;
|
|
1060
1065
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1069,20 +1074,20 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1069
1074
|
[x: `int216[${string}]`]: undefined;
|
|
1070
1075
|
[x: `int224[${string}]`]: undefined;
|
|
1071
1076
|
[x: `int232[${string}]`]: undefined;
|
|
1077
|
+
[x: `int240[${string}]`]: undefined;
|
|
1072
1078
|
[x: `int248[${string}]`]: undefined;
|
|
1073
1079
|
[x: `int256[${string}]`]: undefined;
|
|
1074
1080
|
[x: `uint[${string}]`]: undefined;
|
|
1075
1081
|
[x: `uint16[${string}]`]: undefined;
|
|
1076
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1077
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1078
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1079
1082
|
[x: `uint24[${string}]`]: undefined;
|
|
1083
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1080
1084
|
[x: `uint56[${string}]`]: undefined;
|
|
1081
1085
|
[x: `uint72[${string}]`]: undefined;
|
|
1082
1086
|
[x: `uint80[${string}]`]: undefined;
|
|
1083
1087
|
[x: `uint88[${string}]`]: undefined;
|
|
1084
1088
|
[x: `uint96[${string}]`]: undefined;
|
|
1085
1089
|
[x: `uint104[${string}]`]: undefined;
|
|
1090
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1086
1091
|
[x: `uint128[${string}]`]: undefined;
|
|
1087
1092
|
[x: `uint136[${string}]`]: undefined;
|
|
1088
1093
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1096,6 +1101,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1096
1101
|
[x: `uint216[${string}]`]: undefined;
|
|
1097
1102
|
[x: `uint224[${string}]`]: undefined;
|
|
1098
1103
|
[x: `uint232[${string}]`]: undefined;
|
|
1104
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1099
1105
|
[x: `uint248[${string}]`]: undefined;
|
|
1100
1106
|
string?: undefined;
|
|
1101
1107
|
address?: undefined;
|
|
@@ -1121,32 +1127,30 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1121
1127
|
bytes9?: undefined;
|
|
1122
1128
|
bytes10?: undefined;
|
|
1123
1129
|
bytes20?: undefined;
|
|
1124
|
-
bytes19?: undefined;
|
|
1125
1130
|
bytes12?: undefined;
|
|
1131
|
+
bytes13?: undefined;
|
|
1126
1132
|
bytes14?: undefined;
|
|
1133
|
+
bytes15?: undefined;
|
|
1127
1134
|
bytes16?: undefined;
|
|
1135
|
+
bytes17?: undefined;
|
|
1128
1136
|
bytes18?: undefined;
|
|
1137
|
+
bytes19?: undefined;
|
|
1138
|
+
bytes21?: undefined;
|
|
1139
|
+
bytes22?: undefined;
|
|
1140
|
+
bytes23?: undefined;
|
|
1141
|
+
bytes24?: undefined;
|
|
1129
1142
|
bytes25?: undefined;
|
|
1143
|
+
bytes26?: undefined;
|
|
1144
|
+
bytes27?: undefined;
|
|
1145
|
+
bytes28?: undefined;
|
|
1146
|
+
bytes29?: undefined;
|
|
1130
1147
|
bytes30?: undefined;
|
|
1131
1148
|
bytes31?: undefined;
|
|
1132
|
-
bytes29?: undefined;
|
|
1133
|
-
bytes28?: undefined;
|
|
1134
|
-
bytes27?: undefined;
|
|
1135
|
-
bytes26?: undefined;
|
|
1136
|
-
bytes24?: undefined;
|
|
1137
|
-
bytes23?: undefined;
|
|
1138
|
-
bytes22?: undefined;
|
|
1139
|
-
bytes21?: undefined;
|
|
1140
|
-
bytes17?: undefined;
|
|
1141
|
-
bytes15?: undefined;
|
|
1142
|
-
bytes13?: undefined;
|
|
1143
1149
|
int8?: undefined;
|
|
1144
|
-
int32?: undefined;
|
|
1145
1150
|
int16?: undefined;
|
|
1146
|
-
int40?: undefined;
|
|
1147
|
-
int120?: undefined;
|
|
1148
|
-
int240?: undefined;
|
|
1149
1151
|
int24?: undefined;
|
|
1152
|
+
int32?: undefined;
|
|
1153
|
+
int40?: undefined;
|
|
1150
1154
|
int48?: undefined;
|
|
1151
1155
|
int56?: undefined;
|
|
1152
1156
|
int64?: undefined;
|
|
@@ -1156,6 +1160,7 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1156
1160
|
int96?: undefined;
|
|
1157
1161
|
int104?: undefined;
|
|
1158
1162
|
int112?: undefined;
|
|
1163
|
+
int120?: undefined;
|
|
1159
1164
|
int128?: undefined;
|
|
1160
1165
|
int136?: undefined;
|
|
1161
1166
|
int144?: undefined;
|
|
@@ -1170,19 +1175,19 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1170
1175
|
int216?: undefined;
|
|
1171
1176
|
int224?: undefined;
|
|
1172
1177
|
int232?: undefined;
|
|
1178
|
+
int240?: undefined;
|
|
1173
1179
|
int248?: undefined;
|
|
1174
1180
|
int256?: undefined;
|
|
1175
1181
|
uint16?: undefined;
|
|
1176
|
-
uint40?: undefined;
|
|
1177
|
-
uint120?: undefined;
|
|
1178
|
-
uint240?: undefined;
|
|
1179
1182
|
uint24?: undefined;
|
|
1183
|
+
uint40?: undefined;
|
|
1180
1184
|
uint56?: undefined;
|
|
1181
1185
|
uint72?: undefined;
|
|
1182
1186
|
uint80?: undefined;
|
|
1183
1187
|
uint88?: undefined;
|
|
1184
1188
|
uint96?: undefined;
|
|
1185
1189
|
uint104?: undefined;
|
|
1190
|
+
uint120?: undefined;
|
|
1186
1191
|
uint128?: undefined;
|
|
1187
1192
|
uint136?: undefined;
|
|
1188
1193
|
uint144?: undefined;
|
|
@@ -1196,8 +1201,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1196
1201
|
uint216?: undefined;
|
|
1197
1202
|
uint224?: undefined;
|
|
1198
1203
|
uint232?: undefined;
|
|
1204
|
+
uint240?: undefined;
|
|
1199
1205
|
uint248?: undefined;
|
|
1200
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1206
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1201
1207
|
publicKey: `0x${string}`;
|
|
1202
1208
|
source: "privateKey";
|
|
1203
1209
|
type: "local";
|
|
@@ -1221,6 +1227,9 @@ export declare const executorArgsSchema: z.ZodObject<{
|
|
|
1221
1227
|
"max-executors"?: number | undefined;
|
|
1222
1228
|
"min-executor-balance"?: string | undefined;
|
|
1223
1229
|
"send-handle-ops-retry-count"?: number | undefined;
|
|
1230
|
+
"bundler-initial-commission"?: string | undefined;
|
|
1231
|
+
"arbitrum-gas-bid-multiplier"?: string | undefined;
|
|
1232
|
+
"binary-search-max-retries"?: number | undefined;
|
|
1224
1233
|
}>;
|
|
1225
1234
|
export declare const compatibilityArgsSchema: z.ZodObject<{
|
|
1226
1235
|
"chain-type": z.ZodEnum<["default", "op-stack", "arbitrum", "hedera", "mantle", "etherlink"]>;
|
|
@@ -1360,6 +1369,7 @@ export declare const debugArgsSchema: z.ZodObject<{
|
|
|
1360
1369
|
"max-bundle-interval"?: number | undefined;
|
|
1361
1370
|
}>;
|
|
1362
1371
|
export declare const gasEstimationArgsSchema: z.ZodObject<{
|
|
1372
|
+
"pimlico-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
1363
1373
|
"entrypoint-simulation-contract-v7": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
1364
1374
|
"entrypoint-simulation-contract-v8": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
1365
1375
|
"binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
@@ -1396,6 +1406,7 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
|
|
|
1396
1406
|
"simulation-paymaster-post-op-gas-limit": bigint;
|
|
1397
1407
|
"paymaster-gas-limit-multiplier": bigint;
|
|
1398
1408
|
"split-simulation-calls": boolean;
|
|
1409
|
+
"pimlico-simulation-contract"?: `0x${string}` | undefined;
|
|
1399
1410
|
"entrypoint-simulation-contract-v7"?: `0x${string}` | undefined;
|
|
1400
1411
|
"entrypoint-simulation-contract-v8"?: `0x${string}` | undefined;
|
|
1401
1412
|
"eth-call-sender-address"?: `0x${string}` | undefined;
|
|
@@ -1414,6 +1425,7 @@ export declare const gasEstimationArgsSchema: z.ZodObject<{
|
|
|
1414
1425
|
"simulation-paymaster-post-op-gas-limit": string;
|
|
1415
1426
|
"paymaster-gas-limit-multiplier": string;
|
|
1416
1427
|
"split-simulation-calls": boolean;
|
|
1428
|
+
"pimlico-simulation-contract"?: unknown;
|
|
1417
1429
|
"entrypoint-simulation-contract-v7"?: unknown;
|
|
1418
1430
|
"entrypoint-simulation-contract-v8"?: unknown;
|
|
1419
1431
|
"binary-search-tolerance-delta"?: string | undefined;
|
|
@@ -1493,14 +1505,14 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1493
1505
|
sign: (parameters: {
|
|
1494
1506
|
hash: `0x${string}`;
|
|
1495
1507
|
}) => Promise<`0x${string}`>;
|
|
1496
|
-
signAuthorization: (parameters: import("viem
|
|
1508
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
1497
1509
|
signMessage: ({ message }: {
|
|
1498
1510
|
message: import("viem").SignableMessage;
|
|
1499
1511
|
}) => Promise<`0x${string}`>;
|
|
1500
1512
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
1501
1513
|
serializer?: serializer | undefined;
|
|
1502
1514
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
1503
|
-
signTypedData: <const typedData extends
|
|
1515
|
+
signTypedData: <const typedData extends {
|
|
1504
1516
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
1505
1517
|
[x: `string[${string}]`]: undefined;
|
|
1506
1518
|
[x: `function[${string}]`]: undefined;
|
|
@@ -1527,33 +1539,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1527
1539
|
[x: `bytes9[${string}]`]: undefined;
|
|
1528
1540
|
[x: `bytes10[${string}]`]: undefined;
|
|
1529
1541
|
[x: `bytes20[${string}]`]: undefined;
|
|
1530
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1531
1542
|
[x: `bytes12[${string}]`]: undefined;
|
|
1543
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1532
1544
|
[x: `bytes14[${string}]`]: undefined;
|
|
1545
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1533
1546
|
[x: `bytes16[${string}]`]: undefined;
|
|
1547
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1534
1548
|
[x: `bytes18[${string}]`]: undefined;
|
|
1549
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1550
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1551
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1552
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1553
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1535
1554
|
[x: `bytes25[${string}]`]: undefined;
|
|
1555
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1556
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1557
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1558
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1536
1559
|
[x: `bytes30[${string}]`]: undefined;
|
|
1537
1560
|
[x: `bytes31[${string}]`]: undefined;
|
|
1538
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1539
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1540
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1541
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1542
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1543
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1544
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1545
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1546
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1547
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1548
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1549
1561
|
[x: `int[${string}]`]: undefined;
|
|
1550
1562
|
[x: `int8[${string}]`]: undefined;
|
|
1551
|
-
[x: `int32[${string}]`]: undefined;
|
|
1552
1563
|
[x: `int16[${string}]`]: undefined;
|
|
1553
|
-
[x: `int40[${string}]`]: undefined;
|
|
1554
|
-
[x: `int120[${string}]`]: undefined;
|
|
1555
|
-
[x: `int240[${string}]`]: undefined;
|
|
1556
1564
|
[x: `int24[${string}]`]: undefined;
|
|
1565
|
+
[x: `int32[${string}]`]: undefined;
|
|
1566
|
+
[x: `int40[${string}]`]: undefined;
|
|
1557
1567
|
[x: `int48[${string}]`]: undefined;
|
|
1558
1568
|
[x: `int56[${string}]`]: undefined;
|
|
1559
1569
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1563,6 +1573,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1563
1573
|
[x: `int96[${string}]`]: undefined;
|
|
1564
1574
|
[x: `int104[${string}]`]: undefined;
|
|
1565
1575
|
[x: `int112[${string}]`]: undefined;
|
|
1576
|
+
[x: `int120[${string}]`]: undefined;
|
|
1566
1577
|
[x: `int128[${string}]`]: undefined;
|
|
1567
1578
|
[x: `int136[${string}]`]: undefined;
|
|
1568
1579
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1577,20 +1588,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1577
1588
|
[x: `int216[${string}]`]: undefined;
|
|
1578
1589
|
[x: `int224[${string}]`]: undefined;
|
|
1579
1590
|
[x: `int232[${string}]`]: undefined;
|
|
1591
|
+
[x: `int240[${string}]`]: undefined;
|
|
1580
1592
|
[x: `int248[${string}]`]: undefined;
|
|
1581
1593
|
[x: `int256[${string}]`]: undefined;
|
|
1582
1594
|
[x: `uint[${string}]`]: undefined;
|
|
1583
1595
|
[x: `uint16[${string}]`]: undefined;
|
|
1584
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1585
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1586
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1587
1596
|
[x: `uint24[${string}]`]: undefined;
|
|
1597
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1588
1598
|
[x: `uint56[${string}]`]: undefined;
|
|
1589
1599
|
[x: `uint72[${string}]`]: undefined;
|
|
1590
1600
|
[x: `uint80[${string}]`]: undefined;
|
|
1591
1601
|
[x: `uint88[${string}]`]: undefined;
|
|
1592
1602
|
[x: `uint96[${string}]`]: undefined;
|
|
1593
1603
|
[x: `uint104[${string}]`]: undefined;
|
|
1604
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1594
1605
|
[x: `uint128[${string}]`]: undefined;
|
|
1595
1606
|
[x: `uint136[${string}]`]: undefined;
|
|
1596
1607
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1604,6 +1615,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1604
1615
|
[x: `uint216[${string}]`]: undefined;
|
|
1605
1616
|
[x: `uint224[${string}]`]: undefined;
|
|
1606
1617
|
[x: `uint232[${string}]`]: undefined;
|
|
1618
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1607
1619
|
[x: `uint248[${string}]`]: undefined;
|
|
1608
1620
|
string?: undefined;
|
|
1609
1621
|
address?: undefined;
|
|
@@ -1629,32 +1641,30 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1629
1641
|
bytes9?: undefined;
|
|
1630
1642
|
bytes10?: undefined;
|
|
1631
1643
|
bytes20?: undefined;
|
|
1632
|
-
bytes19?: undefined;
|
|
1633
1644
|
bytes12?: undefined;
|
|
1645
|
+
bytes13?: undefined;
|
|
1634
1646
|
bytes14?: undefined;
|
|
1647
|
+
bytes15?: undefined;
|
|
1635
1648
|
bytes16?: undefined;
|
|
1649
|
+
bytes17?: undefined;
|
|
1636
1650
|
bytes18?: undefined;
|
|
1651
|
+
bytes19?: undefined;
|
|
1652
|
+
bytes21?: undefined;
|
|
1653
|
+
bytes22?: undefined;
|
|
1654
|
+
bytes23?: undefined;
|
|
1655
|
+
bytes24?: undefined;
|
|
1637
1656
|
bytes25?: undefined;
|
|
1657
|
+
bytes26?: undefined;
|
|
1658
|
+
bytes27?: undefined;
|
|
1659
|
+
bytes28?: undefined;
|
|
1660
|
+
bytes29?: undefined;
|
|
1638
1661
|
bytes30?: undefined;
|
|
1639
1662
|
bytes31?: undefined;
|
|
1640
|
-
bytes29?: undefined;
|
|
1641
|
-
bytes28?: undefined;
|
|
1642
|
-
bytes27?: undefined;
|
|
1643
|
-
bytes26?: undefined;
|
|
1644
|
-
bytes24?: undefined;
|
|
1645
|
-
bytes23?: undefined;
|
|
1646
|
-
bytes22?: undefined;
|
|
1647
|
-
bytes21?: undefined;
|
|
1648
|
-
bytes17?: undefined;
|
|
1649
|
-
bytes15?: undefined;
|
|
1650
|
-
bytes13?: undefined;
|
|
1651
1663
|
int8?: undefined;
|
|
1652
|
-
int32?: undefined;
|
|
1653
1664
|
int16?: undefined;
|
|
1654
|
-
int40?: undefined;
|
|
1655
|
-
int120?: undefined;
|
|
1656
|
-
int240?: undefined;
|
|
1657
1665
|
int24?: undefined;
|
|
1666
|
+
int32?: undefined;
|
|
1667
|
+
int40?: undefined;
|
|
1658
1668
|
int48?: undefined;
|
|
1659
1669
|
int56?: undefined;
|
|
1660
1670
|
int64?: undefined;
|
|
@@ -1664,6 +1674,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1664
1674
|
int96?: undefined;
|
|
1665
1675
|
int104?: undefined;
|
|
1666
1676
|
int112?: undefined;
|
|
1677
|
+
int120?: undefined;
|
|
1667
1678
|
int128?: undefined;
|
|
1668
1679
|
int136?: undefined;
|
|
1669
1680
|
int144?: undefined;
|
|
@@ -1678,19 +1689,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1678
1689
|
int216?: undefined;
|
|
1679
1690
|
int224?: undefined;
|
|
1680
1691
|
int232?: undefined;
|
|
1692
|
+
int240?: undefined;
|
|
1681
1693
|
int248?: undefined;
|
|
1682
1694
|
int256?: undefined;
|
|
1683
1695
|
uint16?: undefined;
|
|
1684
|
-
uint40?: undefined;
|
|
1685
|
-
uint120?: undefined;
|
|
1686
|
-
uint240?: undefined;
|
|
1687
1696
|
uint24?: undefined;
|
|
1697
|
+
uint40?: undefined;
|
|
1688
1698
|
uint56?: undefined;
|
|
1689
1699
|
uint72?: undefined;
|
|
1690
1700
|
uint80?: undefined;
|
|
1691
1701
|
uint88?: undefined;
|
|
1692
1702
|
uint96?: undefined;
|
|
1693
1703
|
uint104?: undefined;
|
|
1704
|
+
uint120?: undefined;
|
|
1694
1705
|
uint128?: undefined;
|
|
1695
1706
|
uint136?: undefined;
|
|
1696
1707
|
uint144?: undefined;
|
|
@@ -1704,8 +1715,9 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1704
1715
|
uint216?: undefined;
|
|
1705
1716
|
uint224?: undefined;
|
|
1706
1717
|
uint232?: undefined;
|
|
1718
|
+
uint240?: undefined;
|
|
1707
1719
|
uint248?: undefined;
|
|
1708
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1720
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1709
1721
|
publicKey: `0x${string}`;
|
|
1710
1722
|
source: "privateKey";
|
|
1711
1723
|
type: "local";
|
|
@@ -1720,14 +1732,14 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1720
1732
|
sign: (parameters: {
|
|
1721
1733
|
hash: `0x${string}`;
|
|
1722
1734
|
}) => Promise<`0x${string}`>;
|
|
1723
|
-
signAuthorization: (parameters: import("viem
|
|
1735
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
1724
1736
|
signMessage: ({ message }: {
|
|
1725
1737
|
message: import("viem").SignableMessage;
|
|
1726
1738
|
}) => Promise<`0x${string}`>;
|
|
1727
1739
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
1728
1740
|
serializer?: serializer | undefined;
|
|
1729
1741
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
1730
|
-
signTypedData: <const typedData extends
|
|
1742
|
+
signTypedData: <const typedData extends {
|
|
1731
1743
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
1732
1744
|
[x: `string[${string}]`]: undefined;
|
|
1733
1745
|
[x: `function[${string}]`]: undefined;
|
|
@@ -1754,33 +1766,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1754
1766
|
[x: `bytes9[${string}]`]: undefined;
|
|
1755
1767
|
[x: `bytes10[${string}]`]: undefined;
|
|
1756
1768
|
[x: `bytes20[${string}]`]: undefined;
|
|
1757
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1758
1769
|
[x: `bytes12[${string}]`]: undefined;
|
|
1770
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1759
1771
|
[x: `bytes14[${string}]`]: undefined;
|
|
1772
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1760
1773
|
[x: `bytes16[${string}]`]: undefined;
|
|
1774
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1761
1775
|
[x: `bytes18[${string}]`]: undefined;
|
|
1776
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1777
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1778
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1779
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1780
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1762
1781
|
[x: `bytes25[${string}]`]: undefined;
|
|
1782
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1783
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1784
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1785
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1763
1786
|
[x: `bytes30[${string}]`]: undefined;
|
|
1764
1787
|
[x: `bytes31[${string}]`]: undefined;
|
|
1765
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1766
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1767
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1768
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1769
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1770
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1771
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1772
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1773
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1774
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1775
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1776
1788
|
[x: `int[${string}]`]: undefined;
|
|
1777
1789
|
[x: `int8[${string}]`]: undefined;
|
|
1778
|
-
[x: `int32[${string}]`]: undefined;
|
|
1779
1790
|
[x: `int16[${string}]`]: undefined;
|
|
1780
|
-
[x: `int40[${string}]`]: undefined;
|
|
1781
|
-
[x: `int120[${string}]`]: undefined;
|
|
1782
|
-
[x: `int240[${string}]`]: undefined;
|
|
1783
1791
|
[x: `int24[${string}]`]: undefined;
|
|
1792
|
+
[x: `int32[${string}]`]: undefined;
|
|
1793
|
+
[x: `int40[${string}]`]: undefined;
|
|
1784
1794
|
[x: `int48[${string}]`]: undefined;
|
|
1785
1795
|
[x: `int56[${string}]`]: undefined;
|
|
1786
1796
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1790,6 +1800,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1790
1800
|
[x: `int96[${string}]`]: undefined;
|
|
1791
1801
|
[x: `int104[${string}]`]: undefined;
|
|
1792
1802
|
[x: `int112[${string}]`]: undefined;
|
|
1803
|
+
[x: `int120[${string}]`]: undefined;
|
|
1793
1804
|
[x: `int128[${string}]`]: undefined;
|
|
1794
1805
|
[x: `int136[${string}]`]: undefined;
|
|
1795
1806
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -1804,20 +1815,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1804
1815
|
[x: `int216[${string}]`]: undefined;
|
|
1805
1816
|
[x: `int224[${string}]`]: undefined;
|
|
1806
1817
|
[x: `int232[${string}]`]: undefined;
|
|
1818
|
+
[x: `int240[${string}]`]: undefined;
|
|
1807
1819
|
[x: `int248[${string}]`]: undefined;
|
|
1808
1820
|
[x: `int256[${string}]`]: undefined;
|
|
1809
1821
|
[x: `uint[${string}]`]: undefined;
|
|
1810
1822
|
[x: `uint16[${string}]`]: undefined;
|
|
1811
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1812
|
-
[x: `uint120[${string}]`]: undefined;
|
|
1813
|
-
[x: `uint240[${string}]`]: undefined;
|
|
1814
1823
|
[x: `uint24[${string}]`]: undefined;
|
|
1824
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1815
1825
|
[x: `uint56[${string}]`]: undefined;
|
|
1816
1826
|
[x: `uint72[${string}]`]: undefined;
|
|
1817
1827
|
[x: `uint80[${string}]`]: undefined;
|
|
1818
1828
|
[x: `uint88[${string}]`]: undefined;
|
|
1819
1829
|
[x: `uint96[${string}]`]: undefined;
|
|
1820
1830
|
[x: `uint104[${string}]`]: undefined;
|
|
1831
|
+
[x: `uint120[${string}]`]: undefined;
|
|
1821
1832
|
[x: `uint128[${string}]`]: undefined;
|
|
1822
1833
|
[x: `uint136[${string}]`]: undefined;
|
|
1823
1834
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -1831,6 +1842,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1831
1842
|
[x: `uint216[${string}]`]: undefined;
|
|
1832
1843
|
[x: `uint224[${string}]`]: undefined;
|
|
1833
1844
|
[x: `uint232[${string}]`]: undefined;
|
|
1845
|
+
[x: `uint240[${string}]`]: undefined;
|
|
1834
1846
|
[x: `uint248[${string}]`]: undefined;
|
|
1835
1847
|
string?: undefined;
|
|
1836
1848
|
address?: undefined;
|
|
@@ -1856,32 +1868,30 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1856
1868
|
bytes9?: undefined;
|
|
1857
1869
|
bytes10?: undefined;
|
|
1858
1870
|
bytes20?: undefined;
|
|
1859
|
-
bytes19?: undefined;
|
|
1860
1871
|
bytes12?: undefined;
|
|
1872
|
+
bytes13?: undefined;
|
|
1861
1873
|
bytes14?: undefined;
|
|
1874
|
+
bytes15?: undefined;
|
|
1862
1875
|
bytes16?: undefined;
|
|
1876
|
+
bytes17?: undefined;
|
|
1863
1877
|
bytes18?: undefined;
|
|
1878
|
+
bytes19?: undefined;
|
|
1879
|
+
bytes21?: undefined;
|
|
1880
|
+
bytes22?: undefined;
|
|
1881
|
+
bytes23?: undefined;
|
|
1882
|
+
bytes24?: undefined;
|
|
1864
1883
|
bytes25?: undefined;
|
|
1884
|
+
bytes26?: undefined;
|
|
1885
|
+
bytes27?: undefined;
|
|
1886
|
+
bytes28?: undefined;
|
|
1887
|
+
bytes29?: undefined;
|
|
1865
1888
|
bytes30?: undefined;
|
|
1866
1889
|
bytes31?: undefined;
|
|
1867
|
-
bytes29?: undefined;
|
|
1868
|
-
bytes28?: undefined;
|
|
1869
|
-
bytes27?: undefined;
|
|
1870
|
-
bytes26?: undefined;
|
|
1871
|
-
bytes24?: undefined;
|
|
1872
|
-
bytes23?: undefined;
|
|
1873
|
-
bytes22?: undefined;
|
|
1874
|
-
bytes21?: undefined;
|
|
1875
|
-
bytes17?: undefined;
|
|
1876
|
-
bytes15?: undefined;
|
|
1877
|
-
bytes13?: undefined;
|
|
1878
1890
|
int8?: undefined;
|
|
1879
|
-
int32?: undefined;
|
|
1880
1891
|
int16?: undefined;
|
|
1881
|
-
int40?: undefined;
|
|
1882
|
-
int120?: undefined;
|
|
1883
|
-
int240?: undefined;
|
|
1884
1892
|
int24?: undefined;
|
|
1893
|
+
int32?: undefined;
|
|
1894
|
+
int40?: undefined;
|
|
1885
1895
|
int48?: undefined;
|
|
1886
1896
|
int56?: undefined;
|
|
1887
1897
|
int64?: undefined;
|
|
@@ -1891,6 +1901,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1891
1901
|
int96?: undefined;
|
|
1892
1902
|
int104?: undefined;
|
|
1893
1903
|
int112?: undefined;
|
|
1904
|
+
int120?: undefined;
|
|
1894
1905
|
int128?: undefined;
|
|
1895
1906
|
int136?: undefined;
|
|
1896
1907
|
int144?: undefined;
|
|
@@ -1905,19 +1916,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1905
1916
|
int216?: undefined;
|
|
1906
1917
|
int224?: undefined;
|
|
1907
1918
|
int232?: undefined;
|
|
1919
|
+
int240?: undefined;
|
|
1908
1920
|
int248?: undefined;
|
|
1909
1921
|
int256?: undefined;
|
|
1910
1922
|
uint16?: undefined;
|
|
1911
|
-
uint40?: undefined;
|
|
1912
|
-
uint120?: undefined;
|
|
1913
|
-
uint240?: undefined;
|
|
1914
1923
|
uint24?: undefined;
|
|
1924
|
+
uint40?: undefined;
|
|
1915
1925
|
uint56?: undefined;
|
|
1916
1926
|
uint72?: undefined;
|
|
1917
1927
|
uint80?: undefined;
|
|
1918
1928
|
uint88?: undefined;
|
|
1919
1929
|
uint96?: undefined;
|
|
1920
1930
|
uint104?: undefined;
|
|
1931
|
+
uint120?: undefined;
|
|
1921
1932
|
uint128?: undefined;
|
|
1922
1933
|
uint136?: undefined;
|
|
1923
1934
|
uint144?: undefined;
|
|
@@ -1931,8 +1942,9 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1931
1942
|
uint216?: undefined;
|
|
1932
1943
|
uint224?: undefined;
|
|
1933
1944
|
uint232?: undefined;
|
|
1945
|
+
uint240?: undefined;
|
|
1934
1946
|
uint248?: undefined;
|
|
1935
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1947
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
1936
1948
|
publicKey: `0x${string}`;
|
|
1937
1949
|
source: "privateKey";
|
|
1938
1950
|
type: "local";
|
|
@@ -1942,14 +1954,14 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1942
1954
|
sign: (parameters: {
|
|
1943
1955
|
hash: `0x${string}`;
|
|
1944
1956
|
}) => Promise<`0x${string}`>;
|
|
1945
|
-
signAuthorization: (parameters: import("viem
|
|
1957
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
1946
1958
|
signMessage: ({ message }: {
|
|
1947
1959
|
message: import("viem").SignableMessage;
|
|
1948
1960
|
}) => Promise<`0x${string}`>;
|
|
1949
1961
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
1950
1962
|
serializer?: serializer | undefined;
|
|
1951
1963
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
1952
|
-
signTypedData: <const typedData extends
|
|
1964
|
+
signTypedData: <const typedData extends {
|
|
1953
1965
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
1954
1966
|
[x: `string[${string}]`]: undefined;
|
|
1955
1967
|
[x: `function[${string}]`]: undefined;
|
|
@@ -1976,33 +1988,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
1976
1988
|
[x: `bytes9[${string}]`]: undefined;
|
|
1977
1989
|
[x: `bytes10[${string}]`]: undefined;
|
|
1978
1990
|
[x: `bytes20[${string}]`]: undefined;
|
|
1979
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1980
1991
|
[x: `bytes12[${string}]`]: undefined;
|
|
1992
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1981
1993
|
[x: `bytes14[${string}]`]: undefined;
|
|
1994
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1982
1995
|
[x: `bytes16[${string}]`]: undefined;
|
|
1996
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1983
1997
|
[x: `bytes18[${string}]`]: undefined;
|
|
1998
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1999
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2000
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2001
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2002
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1984
2003
|
[x: `bytes25[${string}]`]: undefined;
|
|
2004
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2005
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2006
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2007
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1985
2008
|
[x: `bytes30[${string}]`]: undefined;
|
|
1986
2009
|
[x: `bytes31[${string}]`]: undefined;
|
|
1987
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1988
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1989
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1990
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1991
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1992
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1993
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1994
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1995
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1996
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1997
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1998
2010
|
[x: `int[${string}]`]: undefined;
|
|
1999
2011
|
[x: `int8[${string}]`]: undefined;
|
|
2000
|
-
[x: `int32[${string}]`]: undefined;
|
|
2001
2012
|
[x: `int16[${string}]`]: undefined;
|
|
2002
|
-
[x: `int40[${string}]`]: undefined;
|
|
2003
|
-
[x: `int120[${string}]`]: undefined;
|
|
2004
|
-
[x: `int240[${string}]`]: undefined;
|
|
2005
2013
|
[x: `int24[${string}]`]: undefined;
|
|
2014
|
+
[x: `int32[${string}]`]: undefined;
|
|
2015
|
+
[x: `int40[${string}]`]: undefined;
|
|
2006
2016
|
[x: `int48[${string}]`]: undefined;
|
|
2007
2017
|
[x: `int56[${string}]`]: undefined;
|
|
2008
2018
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2012,6 +2022,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2012
2022
|
[x: `int96[${string}]`]: undefined;
|
|
2013
2023
|
[x: `int104[${string}]`]: undefined;
|
|
2014
2024
|
[x: `int112[${string}]`]: undefined;
|
|
2025
|
+
[x: `int120[${string}]`]: undefined;
|
|
2015
2026
|
[x: `int128[${string}]`]: undefined;
|
|
2016
2027
|
[x: `int136[${string}]`]: undefined;
|
|
2017
2028
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2026,20 +2037,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2026
2037
|
[x: `int216[${string}]`]: undefined;
|
|
2027
2038
|
[x: `int224[${string}]`]: undefined;
|
|
2028
2039
|
[x: `int232[${string}]`]: undefined;
|
|
2040
|
+
[x: `int240[${string}]`]: undefined;
|
|
2029
2041
|
[x: `int248[${string}]`]: undefined;
|
|
2030
2042
|
[x: `int256[${string}]`]: undefined;
|
|
2031
2043
|
[x: `uint[${string}]`]: undefined;
|
|
2032
2044
|
[x: `uint16[${string}]`]: undefined;
|
|
2033
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2034
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2035
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2036
2045
|
[x: `uint24[${string}]`]: undefined;
|
|
2046
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2037
2047
|
[x: `uint56[${string}]`]: undefined;
|
|
2038
2048
|
[x: `uint72[${string}]`]: undefined;
|
|
2039
2049
|
[x: `uint80[${string}]`]: undefined;
|
|
2040
2050
|
[x: `uint88[${string}]`]: undefined;
|
|
2041
2051
|
[x: `uint96[${string}]`]: undefined;
|
|
2042
2052
|
[x: `uint104[${string}]`]: undefined;
|
|
2053
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2043
2054
|
[x: `uint128[${string}]`]: undefined;
|
|
2044
2055
|
[x: `uint136[${string}]`]: undefined;
|
|
2045
2056
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2053,6 +2064,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2053
2064
|
[x: `uint216[${string}]`]: undefined;
|
|
2054
2065
|
[x: `uint224[${string}]`]: undefined;
|
|
2055
2066
|
[x: `uint232[${string}]`]: undefined;
|
|
2067
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2056
2068
|
[x: `uint248[${string}]`]: undefined;
|
|
2057
2069
|
string?: undefined;
|
|
2058
2070
|
address?: undefined;
|
|
@@ -2078,32 +2090,30 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2078
2090
|
bytes9?: undefined;
|
|
2079
2091
|
bytes10?: undefined;
|
|
2080
2092
|
bytes20?: undefined;
|
|
2081
|
-
bytes19?: undefined;
|
|
2082
2093
|
bytes12?: undefined;
|
|
2094
|
+
bytes13?: undefined;
|
|
2083
2095
|
bytes14?: undefined;
|
|
2096
|
+
bytes15?: undefined;
|
|
2084
2097
|
bytes16?: undefined;
|
|
2098
|
+
bytes17?: undefined;
|
|
2085
2099
|
bytes18?: undefined;
|
|
2100
|
+
bytes19?: undefined;
|
|
2101
|
+
bytes21?: undefined;
|
|
2102
|
+
bytes22?: undefined;
|
|
2103
|
+
bytes23?: undefined;
|
|
2104
|
+
bytes24?: undefined;
|
|
2086
2105
|
bytes25?: undefined;
|
|
2106
|
+
bytes26?: undefined;
|
|
2107
|
+
bytes27?: undefined;
|
|
2108
|
+
bytes28?: undefined;
|
|
2109
|
+
bytes29?: undefined;
|
|
2087
2110
|
bytes30?: undefined;
|
|
2088
2111
|
bytes31?: undefined;
|
|
2089
|
-
bytes29?: undefined;
|
|
2090
|
-
bytes28?: undefined;
|
|
2091
|
-
bytes27?: undefined;
|
|
2092
|
-
bytes26?: undefined;
|
|
2093
|
-
bytes24?: undefined;
|
|
2094
|
-
bytes23?: undefined;
|
|
2095
|
-
bytes22?: undefined;
|
|
2096
|
-
bytes21?: undefined;
|
|
2097
|
-
bytes17?: undefined;
|
|
2098
|
-
bytes15?: undefined;
|
|
2099
|
-
bytes13?: undefined;
|
|
2100
2112
|
int8?: undefined;
|
|
2101
|
-
int32?: undefined;
|
|
2102
2113
|
int16?: undefined;
|
|
2103
|
-
int40?: undefined;
|
|
2104
|
-
int120?: undefined;
|
|
2105
|
-
int240?: undefined;
|
|
2106
2114
|
int24?: undefined;
|
|
2115
|
+
int32?: undefined;
|
|
2116
|
+
int40?: undefined;
|
|
2107
2117
|
int48?: undefined;
|
|
2108
2118
|
int56?: undefined;
|
|
2109
2119
|
int64?: undefined;
|
|
@@ -2113,6 +2123,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2113
2123
|
int96?: undefined;
|
|
2114
2124
|
int104?: undefined;
|
|
2115
2125
|
int112?: undefined;
|
|
2126
|
+
int120?: undefined;
|
|
2116
2127
|
int128?: undefined;
|
|
2117
2128
|
int136?: undefined;
|
|
2118
2129
|
int144?: undefined;
|
|
@@ -2127,19 +2138,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2127
2138
|
int216?: undefined;
|
|
2128
2139
|
int224?: undefined;
|
|
2129
2140
|
int232?: undefined;
|
|
2141
|
+
int240?: undefined;
|
|
2130
2142
|
int248?: undefined;
|
|
2131
2143
|
int256?: undefined;
|
|
2132
2144
|
uint16?: undefined;
|
|
2133
|
-
uint40?: undefined;
|
|
2134
|
-
uint120?: undefined;
|
|
2135
|
-
uint240?: undefined;
|
|
2136
2145
|
uint24?: undefined;
|
|
2146
|
+
uint40?: undefined;
|
|
2137
2147
|
uint56?: undefined;
|
|
2138
2148
|
uint72?: undefined;
|
|
2139
2149
|
uint80?: undefined;
|
|
2140
2150
|
uint88?: undefined;
|
|
2141
2151
|
uint96?: undefined;
|
|
2142
2152
|
uint104?: undefined;
|
|
2153
|
+
uint120?: undefined;
|
|
2143
2154
|
uint128?: undefined;
|
|
2144
2155
|
uint136?: undefined;
|
|
2145
2156
|
uint144?: undefined;
|
|
@@ -2153,8 +2164,9 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2153
2164
|
uint216?: undefined;
|
|
2154
2165
|
uint224?: undefined;
|
|
2155
2166
|
uint232?: undefined;
|
|
2167
|
+
uint240?: undefined;
|
|
2156
2168
|
uint248?: undefined;
|
|
2157
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2169
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2158
2170
|
publicKey: `0x${string}`;
|
|
2159
2171
|
source: "privateKey";
|
|
2160
2172
|
type: "local";
|
|
@@ -2165,6 +2177,10 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2165
2177
|
"executor-gas-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
2166
2178
|
"send-handle-ops-retry-count": z.ZodDefault<z.ZodNumber>;
|
|
2167
2179
|
"transaction-underpriced-multiplier": z.ZodEffects<z.ZodString, bigint, string>;
|
|
2180
|
+
"bundler-initial-commission": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
2181
|
+
"arbitrum-gas-bid-multiplier": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
2182
|
+
"binary-search-max-retries": z.ZodDefault<z.ZodNumber>;
|
|
2183
|
+
"pimlico-simulation-contract": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
2168
2184
|
"entrypoint-simulation-contract-v7": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
2169
2185
|
"entrypoint-simulation-contract-v8": z.ZodEffects<z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>, `0x${string}` | undefined, unknown>;
|
|
2170
2186
|
"binary-search-tolerance-delta": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
@@ -2239,7 +2255,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2239
2255
|
"max-gas-per-bundle": z.ZodDefault<z.ZodEffects<z.ZodString, bigint, string>>;
|
|
2240
2256
|
"rpc-methods": z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string[] | null, string | null>, string[] | null, string | null>, string[] | null, string | null>;
|
|
2241
2257
|
"enable-instant-bundling-endpoint": z.ZodBoolean;
|
|
2242
|
-
"
|
|
2258
|
+
"rpc-gas-estimate": z.ZodBoolean;
|
|
2243
2259
|
}, "strip", z.ZodTypeAny, {
|
|
2244
2260
|
entrypoints: `0x${string}`[];
|
|
2245
2261
|
"deterministic-deployer-address": `0x${string}`;
|
|
@@ -2260,7 +2276,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2260
2276
|
"max-gas-per-bundle": bigint;
|
|
2261
2277
|
"rpc-methods": string[] | null;
|
|
2262
2278
|
"enable-instant-bundling-endpoint": boolean;
|
|
2263
|
-
"
|
|
2279
|
+
"rpc-gas-estimate": boolean;
|
|
2264
2280
|
"resubmit-stuck-timeout": number;
|
|
2265
2281
|
"refilling-wallets": boolean;
|
|
2266
2282
|
"no-profit-bundling": boolean;
|
|
@@ -2274,14 +2290,14 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2274
2290
|
sign: (parameters: {
|
|
2275
2291
|
hash: `0x${string}`;
|
|
2276
2292
|
}) => Promise<`0x${string}`>;
|
|
2277
|
-
signAuthorization: (parameters: import("viem
|
|
2293
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
2278
2294
|
signMessage: ({ message }: {
|
|
2279
2295
|
message: import("viem").SignableMessage;
|
|
2280
2296
|
}) => Promise<`0x${string}`>;
|
|
2281
2297
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
2282
2298
|
serializer?: serializer | undefined;
|
|
2283
2299
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
2284
|
-
signTypedData: <const typedData extends
|
|
2300
|
+
signTypedData: <const typedData extends {
|
|
2285
2301
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
2286
2302
|
[x: `string[${string}]`]: undefined;
|
|
2287
2303
|
[x: `function[${string}]`]: undefined;
|
|
@@ -2308,33 +2324,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2308
2324
|
[x: `bytes9[${string}]`]: undefined;
|
|
2309
2325
|
[x: `bytes10[${string}]`]: undefined;
|
|
2310
2326
|
[x: `bytes20[${string}]`]: undefined;
|
|
2311
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2312
2327
|
[x: `bytes12[${string}]`]: undefined;
|
|
2328
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2313
2329
|
[x: `bytes14[${string}]`]: undefined;
|
|
2330
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2314
2331
|
[x: `bytes16[${string}]`]: undefined;
|
|
2332
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2315
2333
|
[x: `bytes18[${string}]`]: undefined;
|
|
2334
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2335
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2336
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2337
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2338
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2316
2339
|
[x: `bytes25[${string}]`]: undefined;
|
|
2340
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2341
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2342
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2343
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2317
2344
|
[x: `bytes30[${string}]`]: undefined;
|
|
2318
2345
|
[x: `bytes31[${string}]`]: undefined;
|
|
2319
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2320
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2321
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2322
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2323
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2324
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2325
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2326
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2327
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2328
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2329
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2330
2346
|
[x: `int[${string}]`]: undefined;
|
|
2331
2347
|
[x: `int8[${string}]`]: undefined;
|
|
2332
|
-
[x: `int32[${string}]`]: undefined;
|
|
2333
2348
|
[x: `int16[${string}]`]: undefined;
|
|
2334
|
-
[x: `int40[${string}]`]: undefined;
|
|
2335
|
-
[x: `int120[${string}]`]: undefined;
|
|
2336
|
-
[x: `int240[${string}]`]: undefined;
|
|
2337
2349
|
[x: `int24[${string}]`]: undefined;
|
|
2350
|
+
[x: `int32[${string}]`]: undefined;
|
|
2351
|
+
[x: `int40[${string}]`]: undefined;
|
|
2338
2352
|
[x: `int48[${string}]`]: undefined;
|
|
2339
2353
|
[x: `int56[${string}]`]: undefined;
|
|
2340
2354
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2344,6 +2358,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2344
2358
|
[x: `int96[${string}]`]: undefined;
|
|
2345
2359
|
[x: `int104[${string}]`]: undefined;
|
|
2346
2360
|
[x: `int112[${string}]`]: undefined;
|
|
2361
|
+
[x: `int120[${string}]`]: undefined;
|
|
2347
2362
|
[x: `int128[${string}]`]: undefined;
|
|
2348
2363
|
[x: `int136[${string}]`]: undefined;
|
|
2349
2364
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2358,20 +2373,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2358
2373
|
[x: `int216[${string}]`]: undefined;
|
|
2359
2374
|
[x: `int224[${string}]`]: undefined;
|
|
2360
2375
|
[x: `int232[${string}]`]: undefined;
|
|
2376
|
+
[x: `int240[${string}]`]: undefined;
|
|
2361
2377
|
[x: `int248[${string}]`]: undefined;
|
|
2362
2378
|
[x: `int256[${string}]`]: undefined;
|
|
2363
2379
|
[x: `uint[${string}]`]: undefined;
|
|
2364
2380
|
[x: `uint16[${string}]`]: undefined;
|
|
2365
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2366
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2367
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2368
2381
|
[x: `uint24[${string}]`]: undefined;
|
|
2382
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2369
2383
|
[x: `uint56[${string}]`]: undefined;
|
|
2370
2384
|
[x: `uint72[${string}]`]: undefined;
|
|
2371
2385
|
[x: `uint80[${string}]`]: undefined;
|
|
2372
2386
|
[x: `uint88[${string}]`]: undefined;
|
|
2373
2387
|
[x: `uint96[${string}]`]: undefined;
|
|
2374
2388
|
[x: `uint104[${string}]`]: undefined;
|
|
2389
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2375
2390
|
[x: `uint128[${string}]`]: undefined;
|
|
2376
2391
|
[x: `uint136[${string}]`]: undefined;
|
|
2377
2392
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2385,6 +2400,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2385
2400
|
[x: `uint216[${string}]`]: undefined;
|
|
2386
2401
|
[x: `uint224[${string}]`]: undefined;
|
|
2387
2402
|
[x: `uint232[${string}]`]: undefined;
|
|
2403
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2388
2404
|
[x: `uint248[${string}]`]: undefined;
|
|
2389
2405
|
string?: undefined;
|
|
2390
2406
|
address?: undefined;
|
|
@@ -2410,32 +2426,30 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2410
2426
|
bytes9?: undefined;
|
|
2411
2427
|
bytes10?: undefined;
|
|
2412
2428
|
bytes20?: undefined;
|
|
2413
|
-
bytes19?: undefined;
|
|
2414
2429
|
bytes12?: undefined;
|
|
2430
|
+
bytes13?: undefined;
|
|
2415
2431
|
bytes14?: undefined;
|
|
2432
|
+
bytes15?: undefined;
|
|
2416
2433
|
bytes16?: undefined;
|
|
2434
|
+
bytes17?: undefined;
|
|
2417
2435
|
bytes18?: undefined;
|
|
2436
|
+
bytes19?: undefined;
|
|
2437
|
+
bytes21?: undefined;
|
|
2438
|
+
bytes22?: undefined;
|
|
2439
|
+
bytes23?: undefined;
|
|
2440
|
+
bytes24?: undefined;
|
|
2418
2441
|
bytes25?: undefined;
|
|
2442
|
+
bytes26?: undefined;
|
|
2443
|
+
bytes27?: undefined;
|
|
2444
|
+
bytes28?: undefined;
|
|
2445
|
+
bytes29?: undefined;
|
|
2419
2446
|
bytes30?: undefined;
|
|
2420
2447
|
bytes31?: undefined;
|
|
2421
|
-
bytes29?: undefined;
|
|
2422
|
-
bytes28?: undefined;
|
|
2423
|
-
bytes27?: undefined;
|
|
2424
|
-
bytes26?: undefined;
|
|
2425
|
-
bytes24?: undefined;
|
|
2426
|
-
bytes23?: undefined;
|
|
2427
|
-
bytes22?: undefined;
|
|
2428
|
-
bytes21?: undefined;
|
|
2429
|
-
bytes17?: undefined;
|
|
2430
|
-
bytes15?: undefined;
|
|
2431
|
-
bytes13?: undefined;
|
|
2432
2448
|
int8?: undefined;
|
|
2433
|
-
int32?: undefined;
|
|
2434
2449
|
int16?: undefined;
|
|
2435
|
-
int40?: undefined;
|
|
2436
|
-
int120?: undefined;
|
|
2437
|
-
int240?: undefined;
|
|
2438
2450
|
int24?: undefined;
|
|
2451
|
+
int32?: undefined;
|
|
2452
|
+
int40?: undefined;
|
|
2439
2453
|
int48?: undefined;
|
|
2440
2454
|
int56?: undefined;
|
|
2441
2455
|
int64?: undefined;
|
|
@@ -2445,6 +2459,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2445
2459
|
int96?: undefined;
|
|
2446
2460
|
int104?: undefined;
|
|
2447
2461
|
int112?: undefined;
|
|
2462
|
+
int120?: undefined;
|
|
2448
2463
|
int128?: undefined;
|
|
2449
2464
|
int136?: undefined;
|
|
2450
2465
|
int144?: undefined;
|
|
@@ -2459,19 +2474,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2459
2474
|
int216?: undefined;
|
|
2460
2475
|
int224?: undefined;
|
|
2461
2476
|
int232?: undefined;
|
|
2477
|
+
int240?: undefined;
|
|
2462
2478
|
int248?: undefined;
|
|
2463
2479
|
int256?: undefined;
|
|
2464
2480
|
uint16?: undefined;
|
|
2465
|
-
uint40?: undefined;
|
|
2466
|
-
uint120?: undefined;
|
|
2467
|
-
uint240?: undefined;
|
|
2468
2481
|
uint24?: undefined;
|
|
2482
|
+
uint40?: undefined;
|
|
2469
2483
|
uint56?: undefined;
|
|
2470
2484
|
uint72?: undefined;
|
|
2471
2485
|
uint80?: undefined;
|
|
2472
2486
|
uint88?: undefined;
|
|
2473
2487
|
uint96?: undefined;
|
|
2474
2488
|
uint104?: undefined;
|
|
2489
|
+
uint120?: undefined;
|
|
2475
2490
|
uint128?: undefined;
|
|
2476
2491
|
uint136?: undefined;
|
|
2477
2492
|
uint144?: undefined;
|
|
@@ -2485,8 +2500,9 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2485
2500
|
uint216?: undefined;
|
|
2486
2501
|
uint224?: undefined;
|
|
2487
2502
|
uint232?: undefined;
|
|
2503
|
+
uint240?: undefined;
|
|
2488
2504
|
uint248?: undefined;
|
|
2489
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2505
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2490
2506
|
publicKey: `0x${string}`;
|
|
2491
2507
|
source: "privateKey";
|
|
2492
2508
|
type: "local";
|
|
@@ -2495,6 +2511,9 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2495
2511
|
"executor-gas-multiplier": bigint;
|
|
2496
2512
|
"send-handle-ops-retry-count": number;
|
|
2497
2513
|
"transaction-underpriced-multiplier": bigint;
|
|
2514
|
+
"bundler-initial-commission": bigint;
|
|
2515
|
+
"arbitrum-gas-bid-multiplier": bigint;
|
|
2516
|
+
"binary-search-max-retries": number;
|
|
2498
2517
|
"chain-type": "default" | "op-stack" | "arbitrum" | "hedera" | "mantle" | "etherlink";
|
|
2499
2518
|
"legacy-transactions": boolean;
|
|
2500
2519
|
"api-version": ApiVersion[];
|
|
@@ -2549,14 +2568,14 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2549
2568
|
sign: (parameters: {
|
|
2550
2569
|
hash: `0x${string}`;
|
|
2551
2570
|
}) => Promise<`0x${string}`>;
|
|
2552
|
-
signAuthorization: (parameters: import("viem
|
|
2571
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
2553
2572
|
signMessage: ({ message }: {
|
|
2554
2573
|
message: import("viem").SignableMessage;
|
|
2555
2574
|
}) => Promise<`0x${string}`>;
|
|
2556
2575
|
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
2557
2576
|
serializer?: serializer | undefined;
|
|
2558
2577
|
} | undefined) => Promise<import("viem").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
|
|
2559
|
-
signTypedData: <const typedData extends
|
|
2578
|
+
signTypedData: <const typedData extends {
|
|
2560
2579
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
2561
2580
|
[x: `string[${string}]`]: undefined;
|
|
2562
2581
|
[x: `function[${string}]`]: undefined;
|
|
@@ -2583,33 +2602,31 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2583
2602
|
[x: `bytes9[${string}]`]: undefined;
|
|
2584
2603
|
[x: `bytes10[${string}]`]: undefined;
|
|
2585
2604
|
[x: `bytes20[${string}]`]: undefined;
|
|
2586
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2587
2605
|
[x: `bytes12[${string}]`]: undefined;
|
|
2606
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2588
2607
|
[x: `bytes14[${string}]`]: undefined;
|
|
2608
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2589
2609
|
[x: `bytes16[${string}]`]: undefined;
|
|
2610
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2590
2611
|
[x: `bytes18[${string}]`]: undefined;
|
|
2612
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2613
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2614
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2615
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2616
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2591
2617
|
[x: `bytes25[${string}]`]: undefined;
|
|
2618
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2619
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2620
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2621
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2592
2622
|
[x: `bytes30[${string}]`]: undefined;
|
|
2593
2623
|
[x: `bytes31[${string}]`]: undefined;
|
|
2594
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2595
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2596
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2597
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2598
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2599
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2600
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2601
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2602
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2603
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2604
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2605
2624
|
[x: `int[${string}]`]: undefined;
|
|
2606
2625
|
[x: `int8[${string}]`]: undefined;
|
|
2607
|
-
[x: `int32[${string}]`]: undefined;
|
|
2608
2626
|
[x: `int16[${string}]`]: undefined;
|
|
2609
|
-
[x: `int40[${string}]`]: undefined;
|
|
2610
|
-
[x: `int120[${string}]`]: undefined;
|
|
2611
|
-
[x: `int240[${string}]`]: undefined;
|
|
2612
2627
|
[x: `int24[${string}]`]: undefined;
|
|
2628
|
+
[x: `int32[${string}]`]: undefined;
|
|
2629
|
+
[x: `int40[${string}]`]: undefined;
|
|
2613
2630
|
[x: `int48[${string}]`]: undefined;
|
|
2614
2631
|
[x: `int56[${string}]`]: undefined;
|
|
2615
2632
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2619,6 +2636,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2619
2636
|
[x: `int96[${string}]`]: undefined;
|
|
2620
2637
|
[x: `int104[${string}]`]: undefined;
|
|
2621
2638
|
[x: `int112[${string}]`]: undefined;
|
|
2639
|
+
[x: `int120[${string}]`]: undefined;
|
|
2622
2640
|
[x: `int128[${string}]`]: undefined;
|
|
2623
2641
|
[x: `int136[${string}]`]: undefined;
|
|
2624
2642
|
[x: `int144[${string}]`]: undefined;
|
|
@@ -2633,20 +2651,20 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2633
2651
|
[x: `int216[${string}]`]: undefined;
|
|
2634
2652
|
[x: `int224[${string}]`]: undefined;
|
|
2635
2653
|
[x: `int232[${string}]`]: undefined;
|
|
2654
|
+
[x: `int240[${string}]`]: undefined;
|
|
2636
2655
|
[x: `int248[${string}]`]: undefined;
|
|
2637
2656
|
[x: `int256[${string}]`]: undefined;
|
|
2638
2657
|
[x: `uint[${string}]`]: undefined;
|
|
2639
2658
|
[x: `uint16[${string}]`]: undefined;
|
|
2640
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2641
|
-
[x: `uint120[${string}]`]: undefined;
|
|
2642
|
-
[x: `uint240[${string}]`]: undefined;
|
|
2643
2659
|
[x: `uint24[${string}]`]: undefined;
|
|
2660
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2644
2661
|
[x: `uint56[${string}]`]: undefined;
|
|
2645
2662
|
[x: `uint72[${string}]`]: undefined;
|
|
2646
2663
|
[x: `uint80[${string}]`]: undefined;
|
|
2647
2664
|
[x: `uint88[${string}]`]: undefined;
|
|
2648
2665
|
[x: `uint96[${string}]`]: undefined;
|
|
2649
2666
|
[x: `uint104[${string}]`]: undefined;
|
|
2667
|
+
[x: `uint120[${string}]`]: undefined;
|
|
2650
2668
|
[x: `uint128[${string}]`]: undefined;
|
|
2651
2669
|
[x: `uint136[${string}]`]: undefined;
|
|
2652
2670
|
[x: `uint144[${string}]`]: undefined;
|
|
@@ -2660,6 +2678,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2660
2678
|
[x: `uint216[${string}]`]: undefined;
|
|
2661
2679
|
[x: `uint224[${string}]`]: undefined;
|
|
2662
2680
|
[x: `uint232[${string}]`]: undefined;
|
|
2681
|
+
[x: `uint240[${string}]`]: undefined;
|
|
2663
2682
|
[x: `uint248[${string}]`]: undefined;
|
|
2664
2683
|
string?: undefined;
|
|
2665
2684
|
address?: undefined;
|
|
@@ -2685,32 +2704,30 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2685
2704
|
bytes9?: undefined;
|
|
2686
2705
|
bytes10?: undefined;
|
|
2687
2706
|
bytes20?: undefined;
|
|
2688
|
-
bytes19?: undefined;
|
|
2689
2707
|
bytes12?: undefined;
|
|
2708
|
+
bytes13?: undefined;
|
|
2690
2709
|
bytes14?: undefined;
|
|
2710
|
+
bytes15?: undefined;
|
|
2691
2711
|
bytes16?: undefined;
|
|
2712
|
+
bytes17?: undefined;
|
|
2692
2713
|
bytes18?: undefined;
|
|
2714
|
+
bytes19?: undefined;
|
|
2715
|
+
bytes21?: undefined;
|
|
2716
|
+
bytes22?: undefined;
|
|
2717
|
+
bytes23?: undefined;
|
|
2718
|
+
bytes24?: undefined;
|
|
2693
2719
|
bytes25?: undefined;
|
|
2720
|
+
bytes26?: undefined;
|
|
2721
|
+
bytes27?: undefined;
|
|
2722
|
+
bytes28?: undefined;
|
|
2723
|
+
bytes29?: undefined;
|
|
2694
2724
|
bytes30?: undefined;
|
|
2695
2725
|
bytes31?: undefined;
|
|
2696
|
-
bytes29?: undefined;
|
|
2697
|
-
bytes28?: undefined;
|
|
2698
|
-
bytes27?: undefined;
|
|
2699
|
-
bytes26?: undefined;
|
|
2700
|
-
bytes24?: undefined;
|
|
2701
|
-
bytes23?: undefined;
|
|
2702
|
-
bytes22?: undefined;
|
|
2703
|
-
bytes21?: undefined;
|
|
2704
|
-
bytes17?: undefined;
|
|
2705
|
-
bytes15?: undefined;
|
|
2706
|
-
bytes13?: undefined;
|
|
2707
2726
|
int8?: undefined;
|
|
2708
|
-
int32?: undefined;
|
|
2709
2727
|
int16?: undefined;
|
|
2710
|
-
int40?: undefined;
|
|
2711
|
-
int120?: undefined;
|
|
2712
|
-
int240?: undefined;
|
|
2713
2728
|
int24?: undefined;
|
|
2729
|
+
int32?: undefined;
|
|
2730
|
+
int40?: undefined;
|
|
2714
2731
|
int48?: undefined;
|
|
2715
2732
|
int56?: undefined;
|
|
2716
2733
|
int64?: undefined;
|
|
@@ -2720,6 +2737,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2720
2737
|
int96?: undefined;
|
|
2721
2738
|
int104?: undefined;
|
|
2722
2739
|
int112?: undefined;
|
|
2740
|
+
int120?: undefined;
|
|
2723
2741
|
int128?: undefined;
|
|
2724
2742
|
int136?: undefined;
|
|
2725
2743
|
int144?: undefined;
|
|
@@ -2734,19 +2752,19 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2734
2752
|
int216?: undefined;
|
|
2735
2753
|
int224?: undefined;
|
|
2736
2754
|
int232?: undefined;
|
|
2755
|
+
int240?: undefined;
|
|
2737
2756
|
int248?: undefined;
|
|
2738
2757
|
int256?: undefined;
|
|
2739
2758
|
uint16?: undefined;
|
|
2740
|
-
uint40?: undefined;
|
|
2741
|
-
uint120?: undefined;
|
|
2742
|
-
uint240?: undefined;
|
|
2743
2759
|
uint24?: undefined;
|
|
2760
|
+
uint40?: undefined;
|
|
2744
2761
|
uint56?: undefined;
|
|
2745
2762
|
uint72?: undefined;
|
|
2746
2763
|
uint80?: undefined;
|
|
2747
2764
|
uint88?: undefined;
|
|
2748
2765
|
uint96?: undefined;
|
|
2749
2766
|
uint104?: undefined;
|
|
2767
|
+
uint120?: undefined;
|
|
2750
2768
|
uint128?: undefined;
|
|
2751
2769
|
uint136?: undefined;
|
|
2752
2770
|
uint144?: undefined;
|
|
@@ -2760,14 +2778,16 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2760
2778
|
uint216?: undefined;
|
|
2761
2779
|
uint224?: undefined;
|
|
2762
2780
|
uint232?: undefined;
|
|
2781
|
+
uint240?: undefined;
|
|
2763
2782
|
uint248?: undefined;
|
|
2764
|
-
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2783
|
+
} | Record<string, unknown>, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
2765
2784
|
publicKey: `0x${string}`;
|
|
2766
2785
|
source: "privateKey";
|
|
2767
2786
|
type: "local";
|
|
2768
2787
|
} | undefined;
|
|
2769
2788
|
"max-executors"?: number | undefined;
|
|
2770
2789
|
"min-executor-balance"?: bigint | undefined;
|
|
2790
|
+
"pimlico-simulation-contract"?: `0x${string}` | undefined;
|
|
2771
2791
|
"entrypoint-simulation-contract-v7"?: `0x${string}` | undefined;
|
|
2772
2792
|
"entrypoint-simulation-contract-v8"?: `0x${string}` | undefined;
|
|
2773
2793
|
"eth-call-sender-address"?: `0x${string}` | undefined;
|
|
@@ -2797,7 +2817,7 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2797
2817
|
"gas-price-refresh-interval": number;
|
|
2798
2818
|
"rpc-methods": string | null;
|
|
2799
2819
|
"enable-instant-bundling-endpoint": boolean;
|
|
2800
|
-
"
|
|
2820
|
+
"rpc-gas-estimate": boolean;
|
|
2801
2821
|
"no-profit-bundling": boolean;
|
|
2802
2822
|
"utility-wallet-monitor": boolean;
|
|
2803
2823
|
"utility-wallet-monitor-interval": number;
|
|
@@ -2853,6 +2873,10 @@ export declare const optionArgsSchema: z.ZodObject<{
|
|
|
2853
2873
|
"max-executors"?: number | undefined;
|
|
2854
2874
|
"min-executor-balance"?: string | undefined;
|
|
2855
2875
|
"send-handle-ops-retry-count"?: number | undefined;
|
|
2876
|
+
"bundler-initial-commission"?: string | undefined;
|
|
2877
|
+
"arbitrum-gas-bid-multiplier"?: string | undefined;
|
|
2878
|
+
"binary-search-max-retries"?: number | undefined;
|
|
2879
|
+
"pimlico-simulation-contract"?: unknown;
|
|
2856
2880
|
"entrypoint-simulation-contract-v7"?: unknown;
|
|
2857
2881
|
"entrypoint-simulation-contract-v8"?: unknown;
|
|
2858
2882
|
"binary-search-tolerance-delta"?: string | undefined;
|