@lit-protocol/vincent-ability-relay-link 1.0.0

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.
Files changed (59) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/CONTRIBUTING.md +82 -0
  3. package/README.md +223 -0
  4. package/dist/CHANGELOG.md +0 -0
  5. package/dist/CONTRIBUTING.md +82 -0
  6. package/dist/README.md +223 -0
  7. package/dist/package.json +37 -0
  8. package/dist/src/generated/lit-action.js +9 -0
  9. package/dist/src/generated/vincent-ability-metadata.json +3 -0
  10. package/dist/src/generated/vincent-bundled-ability.d.ts +1440 -0
  11. package/dist/src/generated/vincent-bundled-ability.d.ts.map +1 -0
  12. package/dist/src/generated/vincent-bundled-ability.js +15 -0
  13. package/dist/src/generated/vincent-bundled-ability.js.map +1 -0
  14. package/dist/src/generated/vincent-bundled-ability.ts +13 -0
  15. package/dist/src/index.d.ts +7 -0
  16. package/dist/src/index.d.ts.map +1 -0
  17. package/dist/src/index.js +29 -0
  18. package/dist/src/index.js.map +1 -0
  19. package/dist/src/lib/decodeTransaction.d.ts +3 -0
  20. package/dist/src/lib/decodeTransaction.d.ts.map +1 -0
  21. package/dist/src/lib/decodeTransaction.js +48 -0
  22. package/dist/src/lib/decodeTransaction.js.map +1 -0
  23. package/dist/src/lib/helpers/crossmint.d.ts +37 -0
  24. package/dist/src/lib/helpers/crossmint.d.ts.map +1 -0
  25. package/dist/src/lib/helpers/crossmint.js +50 -0
  26. package/dist/src/lib/helpers/crossmint.js.map +1 -0
  27. package/dist/src/lib/helpers/relay-link.d.ts +71 -0
  28. package/dist/src/lib/helpers/relay-link.d.ts.map +1 -0
  29. package/dist/src/lib/helpers/relay-link.js +157 -0
  30. package/dist/src/lib/helpers/relay-link.js.map +1 -0
  31. package/dist/src/lib/helpers/safe.d.ts +52 -0
  32. package/dist/src/lib/helpers/safe.d.ts.map +1 -0
  33. package/dist/src/lib/helpers/safe.js +98 -0
  34. package/dist/src/lib/helpers/safe.js.map +1 -0
  35. package/dist/src/lib/helpers/transactionKind.d.ts +5 -0
  36. package/dist/src/lib/helpers/transactionKind.d.ts.map +1 -0
  37. package/dist/src/lib/helpers/transactionKind.js +9 -0
  38. package/dist/src/lib/helpers/transactionKind.js.map +1 -0
  39. package/dist/src/lib/helpers/zerodev.d.ts +58 -0
  40. package/dist/src/lib/helpers/zerodev.d.ts.map +1 -0
  41. package/dist/src/lib/helpers/zerodev.js +127 -0
  42. package/dist/src/lib/helpers/zerodev.js.map +1 -0
  43. package/dist/src/lib/lit-action.d.ts +2 -0
  44. package/dist/src/lib/lit-action.d.ts.map +1 -0
  45. package/dist/src/lib/lit-action.js +15 -0
  46. package/dist/src/lib/lit-action.js.map +1 -0
  47. package/dist/src/lib/validateSimulation.d.ts +3 -0
  48. package/dist/src/lib/validateSimulation.d.ts.map +1 -0
  49. package/dist/src/lib/validateSimulation.js +116 -0
  50. package/dist/src/lib/validateSimulation.js.map +1 -0
  51. package/dist/src/lib/validateTransaction.d.ts +3 -0
  52. package/dist/src/lib/validateTransaction.d.ts.map +1 -0
  53. package/dist/src/lib/validateTransaction.js +44 -0
  54. package/dist/src/lib/validateTransaction.js.map +1 -0
  55. package/dist/src/lib/vincent-ability.d.ts +1437 -0
  56. package/dist/src/lib/vincent-ability.d.ts.map +1 -0
  57. package/dist/src/lib/vincent-ability.js +15 -0
  58. package/dist/src/lib/vincent-ability.js.map +1 -0
  59. package/package.json +36 -0
@@ -0,0 +1,1440 @@
1
+ /**
2
+ * DO NOT EDIT THIS FILE. IT IS GENERATED ON BUILD.
3
+ */
4
+ export declare const bundledVincentAbility: import("@lit-protocol/vincent-ability-sdk").BundledVincentAbility<import("@lit-protocol/vincent-ability-sdk").VincentAbility<import("zod").ZodUnion<[import("zod").ZodObject<{
5
+ userOp: import("zod").ZodObject<{
6
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
7
+ nonce: import("zod").ZodString;
8
+ callData: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
9
+ callGasLimit: import("zod").ZodString;
10
+ verificationGasLimit: import("zod").ZodString;
11
+ preVerificationGas: import("zod").ZodString;
12
+ maxFeePerGas: import("zod").ZodString;
13
+ maxPriorityFeePerGas: import("zod").ZodString;
14
+ signature: import("zod").ZodDefault<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
15
+ eip7702Auth: import("zod").ZodOptional<import("zod").ZodObject<{
16
+ chain_id: import("zod").ZodOptional<import("zod").ZodString>;
17
+ address: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
18
+ nonce: import("zod").ZodOptional<import("zod").ZodString>;
19
+ y_parity: import("zod").ZodOptional<import("zod").ZodString>;
20
+ r: import("zod").ZodOptional<import("zod").ZodString>;
21
+ s: import("zod").ZodOptional<import("zod").ZodString>;
22
+ }, "strip", import("zod").ZodTypeAny, {
23
+ nonce?: string | undefined;
24
+ chain_id?: string | undefined;
25
+ address?: `0x${string}` | undefined;
26
+ y_parity?: string | undefined;
27
+ r?: string | undefined;
28
+ s?: string | undefined;
29
+ }, {
30
+ nonce?: string | undefined;
31
+ chain_id?: string | undefined;
32
+ address?: string | undefined;
33
+ y_parity?: string | undefined;
34
+ r?: string | undefined;
35
+ s?: string | undefined;
36
+ }>>;
37
+ } & {
38
+ paymaster: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
39
+ paymasterData: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
40
+ paymasterVerificationGasLimit: import("zod").ZodString;
41
+ factory: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
42
+ factoryData: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
43
+ paymasterPostOpGasLimit: import("zod").ZodString;
44
+ }, "strip", import("zod").ZodTypeAny, {
45
+ sender: `0x${string}`;
46
+ nonce: string;
47
+ callData: `0x${string}`;
48
+ callGasLimit: string;
49
+ verificationGasLimit: string;
50
+ preVerificationGas: string;
51
+ maxFeePerGas: string;
52
+ maxPriorityFeePerGas: string;
53
+ signature: `0x${string}`;
54
+ paymasterVerificationGasLimit: string;
55
+ paymasterPostOpGasLimit: string;
56
+ eip7702Auth?: {
57
+ nonce?: string | undefined;
58
+ chain_id?: string | undefined;
59
+ address?: `0x${string}` | undefined;
60
+ y_parity?: string | undefined;
61
+ r?: string | undefined;
62
+ s?: string | undefined;
63
+ } | undefined;
64
+ paymaster?: `0x${string}` | undefined;
65
+ paymasterData?: `0x${string}` | undefined;
66
+ factory?: `0x${string}` | undefined;
67
+ factoryData?: `0x${string}` | undefined;
68
+ }, {
69
+ sender: string;
70
+ nonce: string;
71
+ callData: `0x${string}`;
72
+ callGasLimit: string;
73
+ verificationGasLimit: string;
74
+ preVerificationGas: string;
75
+ maxFeePerGas: string;
76
+ maxPriorityFeePerGas: string;
77
+ paymasterVerificationGasLimit: string;
78
+ paymasterPostOpGasLimit: string;
79
+ signature?: `0x${string}` | undefined;
80
+ eip7702Auth?: {
81
+ nonce?: string | undefined;
82
+ chain_id?: string | undefined;
83
+ address?: string | undefined;
84
+ y_parity?: string | undefined;
85
+ r?: string | undefined;
86
+ s?: string | undefined;
87
+ } | undefined;
88
+ paymaster?: string | undefined;
89
+ paymasterData?: `0x${string}` | undefined;
90
+ factory?: string | undefined;
91
+ factoryData?: `0x${string}` | undefined;
92
+ }>;
93
+ entryPointAddress: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>;
94
+ alchemyRpcUrl: import("zod").ZodString;
95
+ validAfter: import("zod").ZodDefault<import("zod").ZodNumber>;
96
+ validUntil: import("zod").ZodDefault<import("zod").ZodNumber>;
97
+ safe4337ModuleAddress: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
98
+ eip712Params: import("zod").ZodOptional<import("zod").ZodObject<{
99
+ domain: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>;
100
+ types: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodArray<import("zod").ZodObject<{
101
+ name: import("zod").ZodString;
102
+ type: import("zod").ZodString;
103
+ }, "strip", import("zod").ZodTypeAny, {
104
+ type: string;
105
+ name: string;
106
+ }, {
107
+ type: string;
108
+ name: string;
109
+ }>, "many">>;
110
+ primaryType: import("zod").ZodString;
111
+ message: import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>]>>, Record<string, string | Record<string, any>>, Record<string, string | Record<string, any>>>;
112
+ }, "strip", import("zod").ZodTypeAny, {
113
+ message: Record<string, string | Record<string, any>>;
114
+ domain: Record<string, any>;
115
+ types: Record<string, {
116
+ type: string;
117
+ name: string;
118
+ }[]>;
119
+ primaryType: string;
120
+ }, {
121
+ message: Record<string, string | Record<string, any>>;
122
+ domain: Record<string, any>;
123
+ types: Record<string, {
124
+ type: string;
125
+ name: string;
126
+ }[]>;
127
+ primaryType: string;
128
+ }>>;
129
+ }, "strip", import("zod").ZodTypeAny, {
130
+ userOp: {
131
+ sender: `0x${string}`;
132
+ nonce: string;
133
+ callData: `0x${string}`;
134
+ callGasLimit: string;
135
+ verificationGasLimit: string;
136
+ preVerificationGas: string;
137
+ maxFeePerGas: string;
138
+ maxPriorityFeePerGas: string;
139
+ signature: `0x${string}`;
140
+ paymasterVerificationGasLimit: string;
141
+ paymasterPostOpGasLimit: string;
142
+ eip7702Auth?: {
143
+ nonce?: string | undefined;
144
+ chain_id?: string | undefined;
145
+ address?: `0x${string}` | undefined;
146
+ y_parity?: string | undefined;
147
+ r?: string | undefined;
148
+ s?: string | undefined;
149
+ } | undefined;
150
+ paymaster?: `0x${string}` | undefined;
151
+ paymasterData?: `0x${string}` | undefined;
152
+ factory?: `0x${string}` | undefined;
153
+ factoryData?: `0x${string}` | undefined;
154
+ };
155
+ validAfter: number;
156
+ validUntil: number;
157
+ entryPointAddress: `0x${string}`;
158
+ alchemyRpcUrl: string;
159
+ safe4337ModuleAddress: `0x${string}`;
160
+ eip712Params?: {
161
+ message: Record<string, string | Record<string, any>>;
162
+ domain: Record<string, any>;
163
+ types: Record<string, {
164
+ type: string;
165
+ name: string;
166
+ }[]>;
167
+ primaryType: string;
168
+ } | undefined;
169
+ }, {
170
+ userOp: {
171
+ sender: string;
172
+ nonce: string;
173
+ callData: `0x${string}`;
174
+ callGasLimit: string;
175
+ verificationGasLimit: string;
176
+ preVerificationGas: string;
177
+ maxFeePerGas: string;
178
+ maxPriorityFeePerGas: string;
179
+ paymasterVerificationGasLimit: string;
180
+ paymasterPostOpGasLimit: string;
181
+ signature?: `0x${string}` | undefined;
182
+ eip7702Auth?: {
183
+ nonce?: string | undefined;
184
+ chain_id?: string | undefined;
185
+ address?: string | undefined;
186
+ y_parity?: string | undefined;
187
+ r?: string | undefined;
188
+ s?: string | undefined;
189
+ } | undefined;
190
+ paymaster?: string | undefined;
191
+ paymasterData?: `0x${string}` | undefined;
192
+ factory?: string | undefined;
193
+ factoryData?: `0x${string}` | undefined;
194
+ };
195
+ alchemyRpcUrl: string;
196
+ validAfter?: number | undefined;
197
+ validUntil?: number | undefined;
198
+ entryPointAddress?: string | undefined;
199
+ safe4337ModuleAddress?: string | undefined;
200
+ eip712Params?: {
201
+ message: Record<string, string | Record<string, any>>;
202
+ domain: Record<string, any>;
203
+ types: Record<string, {
204
+ type: string;
205
+ name: string;
206
+ }[]>;
207
+ primaryType: string;
208
+ } | undefined;
209
+ }>, import("zod").ZodObject<{
210
+ alchemyRpcUrl: import("zod").ZodString;
211
+ transaction: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
212
+ data: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
213
+ from: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
214
+ to: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
215
+ value: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
216
+ nonce: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
217
+ gas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
218
+ gasLimit: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
219
+ gasPrice: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
220
+ maxFeePerGas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
221
+ maxPriorityFeePerGas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
222
+ chainId: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>]>;
223
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
224
+ accessList: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
225
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
226
+ storageKeys: import("zod").ZodArray<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>, "many">;
227
+ }, "strip", import("zod").ZodTypeAny, {
228
+ address: `0x${string}`;
229
+ storageKeys: `0x${string}`[];
230
+ }, {
231
+ address: string;
232
+ storageKeys: `0x${string}`[];
233
+ }>, "many">>;
234
+ }, "strip", import("zod").ZodTypeAny, {
235
+ value: `0x${string}`;
236
+ nonce: `0x${string}`;
237
+ to: `0x${string}`;
238
+ data: `0x${string}`;
239
+ chainId: number | `0x${string}`;
240
+ from: `0x${string}`;
241
+ type?: string | number | undefined;
242
+ maxFeePerGas?: `0x${string}` | undefined;
243
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
244
+ gas?: `0x${string}` | undefined;
245
+ gasLimit?: `0x${string}` | undefined;
246
+ gasPrice?: `0x${string}` | undefined;
247
+ accessList?: {
248
+ address: `0x${string}`;
249
+ storageKeys: `0x${string}`[];
250
+ }[] | undefined;
251
+ }, {
252
+ value: `0x${string}`;
253
+ nonce: `0x${string}`;
254
+ to: string;
255
+ data: `0x${string}`;
256
+ chainId: number | `0x${string}`;
257
+ from: string;
258
+ type?: string | number | undefined;
259
+ maxFeePerGas?: `0x${string}` | undefined;
260
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
261
+ gas?: `0x${string}` | undefined;
262
+ gasLimit?: `0x${string}` | undefined;
263
+ gasPrice?: `0x${string}` | undefined;
264
+ accessList?: {
265
+ address: string;
266
+ storageKeys: `0x${string}`[];
267
+ }[] | undefined;
268
+ }>, {
269
+ value: `0x${string}`;
270
+ nonce: `0x${string}`;
271
+ to: `0x${string}`;
272
+ data: `0x${string}`;
273
+ chainId: number | `0x${string}`;
274
+ from: `0x${string}`;
275
+ type?: string | number | undefined;
276
+ maxFeePerGas?: `0x${string}` | undefined;
277
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
278
+ gas?: `0x${string}` | undefined;
279
+ gasLimit?: `0x${string}` | undefined;
280
+ gasPrice?: `0x${string}` | undefined;
281
+ accessList?: {
282
+ address: `0x${string}`;
283
+ storageKeys: `0x${string}`[];
284
+ }[] | undefined;
285
+ }, {
286
+ value: `0x${string}`;
287
+ nonce: `0x${string}`;
288
+ to: string;
289
+ data: `0x${string}`;
290
+ chainId: number | `0x${string}`;
291
+ from: string;
292
+ type?: string | number | undefined;
293
+ maxFeePerGas?: `0x${string}` | undefined;
294
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
295
+ gas?: `0x${string}` | undefined;
296
+ gasLimit?: `0x${string}` | undefined;
297
+ gasPrice?: `0x${string}` | undefined;
298
+ accessList?: {
299
+ address: string;
300
+ storageKeys: `0x${string}`[];
301
+ }[] | undefined;
302
+ }>, {
303
+ value: `0x${string}`;
304
+ nonce: `0x${string}`;
305
+ to: `0x${string}`;
306
+ data: `0x${string}`;
307
+ chainId: number | `0x${string}`;
308
+ from: `0x${string}`;
309
+ type?: string | number | undefined;
310
+ maxFeePerGas?: `0x${string}` | undefined;
311
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
312
+ gas?: `0x${string}` | undefined;
313
+ gasLimit?: `0x${string}` | undefined;
314
+ gasPrice?: `0x${string}` | undefined;
315
+ accessList?: {
316
+ address: `0x${string}`;
317
+ storageKeys: `0x${string}`[];
318
+ }[] | undefined;
319
+ }, {
320
+ value: `0x${string}`;
321
+ nonce: `0x${string}`;
322
+ to: string;
323
+ data: `0x${string}`;
324
+ chainId: number | `0x${string}`;
325
+ from: string;
326
+ type?: string | number | undefined;
327
+ maxFeePerGas?: `0x${string}` | undefined;
328
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
329
+ gas?: `0x${string}` | undefined;
330
+ gasLimit?: `0x${string}` | undefined;
331
+ gasPrice?: `0x${string}` | undefined;
332
+ accessList?: {
333
+ address: string;
334
+ storageKeys: `0x${string}`[];
335
+ }[] | undefined;
336
+ }>;
337
+ }, "strip", import("zod").ZodTypeAny, {
338
+ transaction: {
339
+ value: `0x${string}`;
340
+ nonce: `0x${string}`;
341
+ to: `0x${string}`;
342
+ data: `0x${string}`;
343
+ chainId: number | `0x${string}`;
344
+ from: `0x${string}`;
345
+ type?: string | number | undefined;
346
+ maxFeePerGas?: `0x${string}` | undefined;
347
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
348
+ gas?: `0x${string}` | undefined;
349
+ gasLimit?: `0x${string}` | undefined;
350
+ gasPrice?: `0x${string}` | undefined;
351
+ accessList?: {
352
+ address: `0x${string}`;
353
+ storageKeys: `0x${string}`[];
354
+ }[] | undefined;
355
+ };
356
+ alchemyRpcUrl: string;
357
+ }, {
358
+ transaction: {
359
+ value: `0x${string}`;
360
+ nonce: `0x${string}`;
361
+ to: string;
362
+ data: `0x${string}`;
363
+ chainId: number | `0x${string}`;
364
+ from: string;
365
+ type?: string | number | undefined;
366
+ maxFeePerGas?: `0x${string}` | undefined;
367
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
368
+ gas?: `0x${string}` | undefined;
369
+ gasLimit?: `0x${string}` | undefined;
370
+ gasPrice?: `0x${string}` | undefined;
371
+ accessList?: {
372
+ address: string;
373
+ storageKeys: `0x${string}`[];
374
+ }[] | undefined;
375
+ };
376
+ alchemyRpcUrl: string;
377
+ }>]>, string, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/abilityCore/helpers").AbilityPolicyMap<readonly [], never>, {}, import("zod").ZodObject<{
378
+ simulationChanges: import("zod").ZodArray<import("zod").ZodObject<{
379
+ assetType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType>;
380
+ changeType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType>;
381
+ from: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
382
+ to: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
383
+ rawAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
384
+ amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
385
+ contractAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>>;
386
+ tokenId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
387
+ decimals: import("zod").ZodNumber;
388
+ symbol: import("zod").ZodString;
389
+ name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
390
+ logo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
391
+ }, "strip", import("zod").ZodTypeAny, {
392
+ symbol: string;
393
+ to: `0x${string}`;
394
+ from: `0x${string}`;
395
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
396
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
397
+ decimals: number;
398
+ tokenId?: string | null | undefined;
399
+ name?: string | null | undefined;
400
+ rawAmount?: string | null | undefined;
401
+ amount?: string | null | undefined;
402
+ contractAddress?: `0x${string}` | null | undefined;
403
+ logo?: string | null | undefined;
404
+ }, {
405
+ symbol: string;
406
+ to: `0x${string}`;
407
+ from: `0x${string}`;
408
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
409
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
410
+ decimals: number;
411
+ tokenId?: string | null | undefined;
412
+ name?: string | null | undefined;
413
+ rawAmount?: string | null | undefined;
414
+ amount?: string | null | undefined;
415
+ contractAddress?: `0x${string}` | null | undefined;
416
+ logo?: string | null | undefined;
417
+ }>, "many">;
418
+ } & {
419
+ signature: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
420
+ }, "strip", import("zod").ZodTypeAny, {
421
+ signature: `0x${string}`;
422
+ simulationChanges: {
423
+ symbol: string;
424
+ to: `0x${string}`;
425
+ from: `0x${string}`;
426
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
427
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
428
+ decimals: number;
429
+ tokenId?: string | null | undefined;
430
+ name?: string | null | undefined;
431
+ rawAmount?: string | null | undefined;
432
+ amount?: string | null | undefined;
433
+ contractAddress?: `0x${string}` | null | undefined;
434
+ logo?: string | null | undefined;
435
+ }[];
436
+ }, {
437
+ signature: `0x${string}`;
438
+ simulationChanges: {
439
+ symbol: string;
440
+ to: `0x${string}`;
441
+ from: `0x${string}`;
442
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
443
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
444
+ decimals: number;
445
+ tokenId?: string | null | undefined;
446
+ name?: string | null | undefined;
447
+ rawAmount?: string | null | undefined;
448
+ amount?: string | null | undefined;
449
+ contractAddress?: `0x${string}` | null | undefined;
450
+ logo?: string | null | undefined;
451
+ }[];
452
+ }>, import("zod").ZodObject<{
453
+ error: import("zod").ZodString;
454
+ }, "strip", import("zod").ZodTypeAny, {
455
+ error: string;
456
+ }, {
457
+ error: string;
458
+ }>, import("zod").ZodObject<{
459
+ simulationChanges: import("zod").ZodArray<import("zod").ZodObject<{
460
+ assetType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType>;
461
+ changeType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType>;
462
+ from: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
463
+ to: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
464
+ rawAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
465
+ amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
466
+ contractAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>>;
467
+ tokenId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
468
+ decimals: import("zod").ZodNumber;
469
+ symbol: import("zod").ZodString;
470
+ name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
471
+ logo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
472
+ }, "strip", import("zod").ZodTypeAny, {
473
+ symbol: string;
474
+ to: `0x${string}`;
475
+ from: `0x${string}`;
476
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
477
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
478
+ decimals: number;
479
+ tokenId?: string | null | undefined;
480
+ name?: string | null | undefined;
481
+ rawAmount?: string | null | undefined;
482
+ amount?: string | null | undefined;
483
+ contractAddress?: `0x${string}` | null | undefined;
484
+ logo?: string | null | undefined;
485
+ }, {
486
+ symbol: string;
487
+ to: `0x${string}`;
488
+ from: `0x${string}`;
489
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
490
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
491
+ decimals: number;
492
+ tokenId?: string | null | undefined;
493
+ name?: string | null | undefined;
494
+ rawAmount?: string | null | undefined;
495
+ amount?: string | null | undefined;
496
+ contractAddress?: `0x${string}` | null | undefined;
497
+ logo?: string | null | undefined;
498
+ }>, "many">;
499
+ }, "strip", import("zod").ZodTypeAny, {
500
+ simulationChanges: {
501
+ symbol: string;
502
+ to: `0x${string}`;
503
+ from: `0x${string}`;
504
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
505
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
506
+ decimals: number;
507
+ tokenId?: string | null | undefined;
508
+ name?: string | null | undefined;
509
+ rawAmount?: string | null | undefined;
510
+ amount?: string | null | undefined;
511
+ contractAddress?: `0x${string}` | null | undefined;
512
+ logo?: string | null | undefined;
513
+ }[];
514
+ }, {
515
+ simulationChanges: {
516
+ symbol: string;
517
+ to: `0x${string}`;
518
+ from: `0x${string}`;
519
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
520
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
521
+ decimals: number;
522
+ tokenId?: string | null | undefined;
523
+ name?: string | null | undefined;
524
+ rawAmount?: string | null | undefined;
525
+ amount?: string | null | undefined;
526
+ contractAddress?: `0x${string}` | null | undefined;
527
+ logo?: string | null | undefined;
528
+ }[];
529
+ }>, import("zod").ZodObject<{
530
+ error: import("zod").ZodString;
531
+ }, "strip", import("zod").ZodTypeAny, {
532
+ error: string;
533
+ }, {
534
+ error: string;
535
+ }>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").AbilityLifecycleFunction<import("zod").ZodUnion<[import("zod").ZodObject<{
536
+ userOp: import("zod").ZodObject<{
537
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
538
+ nonce: import("zod").ZodString;
539
+ callData: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
540
+ callGasLimit: import("zod").ZodString;
541
+ verificationGasLimit: import("zod").ZodString;
542
+ preVerificationGas: import("zod").ZodString;
543
+ maxFeePerGas: import("zod").ZodString;
544
+ maxPriorityFeePerGas: import("zod").ZodString;
545
+ signature: import("zod").ZodDefault<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
546
+ eip7702Auth: import("zod").ZodOptional<import("zod").ZodObject<{
547
+ chain_id: import("zod").ZodOptional<import("zod").ZodString>;
548
+ address: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
549
+ nonce: import("zod").ZodOptional<import("zod").ZodString>;
550
+ y_parity: import("zod").ZodOptional<import("zod").ZodString>;
551
+ r: import("zod").ZodOptional<import("zod").ZodString>;
552
+ s: import("zod").ZodOptional<import("zod").ZodString>;
553
+ }, "strip", import("zod").ZodTypeAny, {
554
+ nonce?: string | undefined;
555
+ chain_id?: string | undefined;
556
+ address?: `0x${string}` | undefined;
557
+ y_parity?: string | undefined;
558
+ r?: string | undefined;
559
+ s?: string | undefined;
560
+ }, {
561
+ nonce?: string | undefined;
562
+ chain_id?: string | undefined;
563
+ address?: string | undefined;
564
+ y_parity?: string | undefined;
565
+ r?: string | undefined;
566
+ s?: string | undefined;
567
+ }>>;
568
+ } & {
569
+ paymaster: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
570
+ paymasterData: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
571
+ paymasterVerificationGasLimit: import("zod").ZodString;
572
+ factory: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
573
+ factoryData: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
574
+ paymasterPostOpGasLimit: import("zod").ZodString;
575
+ }, "strip", import("zod").ZodTypeAny, {
576
+ sender: `0x${string}`;
577
+ nonce: string;
578
+ callData: `0x${string}`;
579
+ callGasLimit: string;
580
+ verificationGasLimit: string;
581
+ preVerificationGas: string;
582
+ maxFeePerGas: string;
583
+ maxPriorityFeePerGas: string;
584
+ signature: `0x${string}`;
585
+ paymasterVerificationGasLimit: string;
586
+ paymasterPostOpGasLimit: string;
587
+ eip7702Auth?: {
588
+ nonce?: string | undefined;
589
+ chain_id?: string | undefined;
590
+ address?: `0x${string}` | undefined;
591
+ y_parity?: string | undefined;
592
+ r?: string | undefined;
593
+ s?: string | undefined;
594
+ } | undefined;
595
+ paymaster?: `0x${string}` | undefined;
596
+ paymasterData?: `0x${string}` | undefined;
597
+ factory?: `0x${string}` | undefined;
598
+ factoryData?: `0x${string}` | undefined;
599
+ }, {
600
+ sender: string;
601
+ nonce: string;
602
+ callData: `0x${string}`;
603
+ callGasLimit: string;
604
+ verificationGasLimit: string;
605
+ preVerificationGas: string;
606
+ maxFeePerGas: string;
607
+ maxPriorityFeePerGas: string;
608
+ paymasterVerificationGasLimit: string;
609
+ paymasterPostOpGasLimit: string;
610
+ signature?: `0x${string}` | undefined;
611
+ eip7702Auth?: {
612
+ nonce?: string | undefined;
613
+ chain_id?: string | undefined;
614
+ address?: string | undefined;
615
+ y_parity?: string | undefined;
616
+ r?: string | undefined;
617
+ s?: string | undefined;
618
+ } | undefined;
619
+ paymaster?: string | undefined;
620
+ paymasterData?: `0x${string}` | undefined;
621
+ factory?: string | undefined;
622
+ factoryData?: `0x${string}` | undefined;
623
+ }>;
624
+ entryPointAddress: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>;
625
+ alchemyRpcUrl: import("zod").ZodString;
626
+ validAfter: import("zod").ZodDefault<import("zod").ZodNumber>;
627
+ validUntil: import("zod").ZodDefault<import("zod").ZodNumber>;
628
+ safe4337ModuleAddress: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
629
+ eip712Params: import("zod").ZodOptional<import("zod").ZodObject<{
630
+ domain: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>;
631
+ types: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodArray<import("zod").ZodObject<{
632
+ name: import("zod").ZodString;
633
+ type: import("zod").ZodString;
634
+ }, "strip", import("zod").ZodTypeAny, {
635
+ type: string;
636
+ name: string;
637
+ }, {
638
+ type: string;
639
+ name: string;
640
+ }>, "many">>;
641
+ primaryType: import("zod").ZodString;
642
+ message: import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>]>>, Record<string, string | Record<string, any>>, Record<string, string | Record<string, any>>>;
643
+ }, "strip", import("zod").ZodTypeAny, {
644
+ message: Record<string, string | Record<string, any>>;
645
+ domain: Record<string, any>;
646
+ types: Record<string, {
647
+ type: string;
648
+ name: string;
649
+ }[]>;
650
+ primaryType: string;
651
+ }, {
652
+ message: Record<string, string | Record<string, any>>;
653
+ domain: Record<string, any>;
654
+ types: Record<string, {
655
+ type: string;
656
+ name: string;
657
+ }[]>;
658
+ primaryType: string;
659
+ }>>;
660
+ }, "strip", import("zod").ZodTypeAny, {
661
+ userOp: {
662
+ sender: `0x${string}`;
663
+ nonce: string;
664
+ callData: `0x${string}`;
665
+ callGasLimit: string;
666
+ verificationGasLimit: string;
667
+ preVerificationGas: string;
668
+ maxFeePerGas: string;
669
+ maxPriorityFeePerGas: string;
670
+ signature: `0x${string}`;
671
+ paymasterVerificationGasLimit: string;
672
+ paymasterPostOpGasLimit: string;
673
+ eip7702Auth?: {
674
+ nonce?: string | undefined;
675
+ chain_id?: string | undefined;
676
+ address?: `0x${string}` | undefined;
677
+ y_parity?: string | undefined;
678
+ r?: string | undefined;
679
+ s?: string | undefined;
680
+ } | undefined;
681
+ paymaster?: `0x${string}` | undefined;
682
+ paymasterData?: `0x${string}` | undefined;
683
+ factory?: `0x${string}` | undefined;
684
+ factoryData?: `0x${string}` | undefined;
685
+ };
686
+ validAfter: number;
687
+ validUntil: number;
688
+ entryPointAddress: `0x${string}`;
689
+ alchemyRpcUrl: string;
690
+ safe4337ModuleAddress: `0x${string}`;
691
+ eip712Params?: {
692
+ message: Record<string, string | Record<string, any>>;
693
+ domain: Record<string, any>;
694
+ types: Record<string, {
695
+ type: string;
696
+ name: string;
697
+ }[]>;
698
+ primaryType: string;
699
+ } | undefined;
700
+ }, {
701
+ userOp: {
702
+ sender: string;
703
+ nonce: string;
704
+ callData: `0x${string}`;
705
+ callGasLimit: string;
706
+ verificationGasLimit: string;
707
+ preVerificationGas: string;
708
+ maxFeePerGas: string;
709
+ maxPriorityFeePerGas: string;
710
+ paymasterVerificationGasLimit: string;
711
+ paymasterPostOpGasLimit: string;
712
+ signature?: `0x${string}` | undefined;
713
+ eip7702Auth?: {
714
+ nonce?: string | undefined;
715
+ chain_id?: string | undefined;
716
+ address?: string | undefined;
717
+ y_parity?: string | undefined;
718
+ r?: string | undefined;
719
+ s?: string | undefined;
720
+ } | undefined;
721
+ paymaster?: string | undefined;
722
+ paymasterData?: `0x${string}` | undefined;
723
+ factory?: string | undefined;
724
+ factoryData?: `0x${string}` | undefined;
725
+ };
726
+ alchemyRpcUrl: string;
727
+ validAfter?: number | undefined;
728
+ validUntil?: number | undefined;
729
+ entryPointAddress?: string | undefined;
730
+ safe4337ModuleAddress?: string | undefined;
731
+ eip712Params?: {
732
+ message: Record<string, string | Record<string, any>>;
733
+ domain: Record<string, any>;
734
+ types: Record<string, {
735
+ type: string;
736
+ name: string;
737
+ }[]>;
738
+ primaryType: string;
739
+ } | undefined;
740
+ }>, import("zod").ZodObject<{
741
+ alchemyRpcUrl: import("zod").ZodString;
742
+ transaction: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
743
+ data: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
744
+ from: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
745
+ to: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
746
+ value: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
747
+ nonce: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
748
+ gas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
749
+ gasLimit: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
750
+ gasPrice: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
751
+ maxFeePerGas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
752
+ maxPriorityFeePerGas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
753
+ chainId: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>]>;
754
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
755
+ accessList: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
756
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
757
+ storageKeys: import("zod").ZodArray<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>, "many">;
758
+ }, "strip", import("zod").ZodTypeAny, {
759
+ address: `0x${string}`;
760
+ storageKeys: `0x${string}`[];
761
+ }, {
762
+ address: string;
763
+ storageKeys: `0x${string}`[];
764
+ }>, "many">>;
765
+ }, "strip", import("zod").ZodTypeAny, {
766
+ value: `0x${string}`;
767
+ nonce: `0x${string}`;
768
+ to: `0x${string}`;
769
+ data: `0x${string}`;
770
+ chainId: number | `0x${string}`;
771
+ from: `0x${string}`;
772
+ type?: string | number | undefined;
773
+ maxFeePerGas?: `0x${string}` | undefined;
774
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
775
+ gas?: `0x${string}` | undefined;
776
+ gasLimit?: `0x${string}` | undefined;
777
+ gasPrice?: `0x${string}` | undefined;
778
+ accessList?: {
779
+ address: `0x${string}`;
780
+ storageKeys: `0x${string}`[];
781
+ }[] | undefined;
782
+ }, {
783
+ value: `0x${string}`;
784
+ nonce: `0x${string}`;
785
+ to: string;
786
+ data: `0x${string}`;
787
+ chainId: number | `0x${string}`;
788
+ from: string;
789
+ type?: string | number | undefined;
790
+ maxFeePerGas?: `0x${string}` | undefined;
791
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
792
+ gas?: `0x${string}` | undefined;
793
+ gasLimit?: `0x${string}` | undefined;
794
+ gasPrice?: `0x${string}` | undefined;
795
+ accessList?: {
796
+ address: string;
797
+ storageKeys: `0x${string}`[];
798
+ }[] | undefined;
799
+ }>, {
800
+ value: `0x${string}`;
801
+ nonce: `0x${string}`;
802
+ to: `0x${string}`;
803
+ data: `0x${string}`;
804
+ chainId: number | `0x${string}`;
805
+ from: `0x${string}`;
806
+ type?: string | number | undefined;
807
+ maxFeePerGas?: `0x${string}` | undefined;
808
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
809
+ gas?: `0x${string}` | undefined;
810
+ gasLimit?: `0x${string}` | undefined;
811
+ gasPrice?: `0x${string}` | undefined;
812
+ accessList?: {
813
+ address: `0x${string}`;
814
+ storageKeys: `0x${string}`[];
815
+ }[] | undefined;
816
+ }, {
817
+ value: `0x${string}`;
818
+ nonce: `0x${string}`;
819
+ to: string;
820
+ data: `0x${string}`;
821
+ chainId: number | `0x${string}`;
822
+ from: string;
823
+ type?: string | number | undefined;
824
+ maxFeePerGas?: `0x${string}` | undefined;
825
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
826
+ gas?: `0x${string}` | undefined;
827
+ gasLimit?: `0x${string}` | undefined;
828
+ gasPrice?: `0x${string}` | undefined;
829
+ accessList?: {
830
+ address: string;
831
+ storageKeys: `0x${string}`[];
832
+ }[] | undefined;
833
+ }>, {
834
+ value: `0x${string}`;
835
+ nonce: `0x${string}`;
836
+ to: `0x${string}`;
837
+ data: `0x${string}`;
838
+ chainId: number | `0x${string}`;
839
+ from: `0x${string}`;
840
+ type?: string | number | undefined;
841
+ maxFeePerGas?: `0x${string}` | undefined;
842
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
843
+ gas?: `0x${string}` | undefined;
844
+ gasLimit?: `0x${string}` | undefined;
845
+ gasPrice?: `0x${string}` | undefined;
846
+ accessList?: {
847
+ address: `0x${string}`;
848
+ storageKeys: `0x${string}`[];
849
+ }[] | undefined;
850
+ }, {
851
+ value: `0x${string}`;
852
+ nonce: `0x${string}`;
853
+ to: string;
854
+ data: `0x${string}`;
855
+ chainId: number | `0x${string}`;
856
+ from: string;
857
+ type?: string | number | undefined;
858
+ maxFeePerGas?: `0x${string}` | undefined;
859
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
860
+ gas?: `0x${string}` | undefined;
861
+ gasLimit?: `0x${string}` | undefined;
862
+ gasPrice?: `0x${string}` | undefined;
863
+ accessList?: {
864
+ address: string;
865
+ storageKeys: `0x${string}`[];
866
+ }[] | undefined;
867
+ }>;
868
+ }, "strip", import("zod").ZodTypeAny, {
869
+ transaction: {
870
+ value: `0x${string}`;
871
+ nonce: `0x${string}`;
872
+ to: `0x${string}`;
873
+ data: `0x${string}`;
874
+ chainId: number | `0x${string}`;
875
+ from: `0x${string}`;
876
+ type?: string | number | undefined;
877
+ maxFeePerGas?: `0x${string}` | undefined;
878
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
879
+ gas?: `0x${string}` | undefined;
880
+ gasLimit?: `0x${string}` | undefined;
881
+ gasPrice?: `0x${string}` | undefined;
882
+ accessList?: {
883
+ address: `0x${string}`;
884
+ storageKeys: `0x${string}`[];
885
+ }[] | undefined;
886
+ };
887
+ alchemyRpcUrl: string;
888
+ }, {
889
+ transaction: {
890
+ value: `0x${string}`;
891
+ nonce: `0x${string}`;
892
+ to: string;
893
+ data: `0x${string}`;
894
+ chainId: number | `0x${string}`;
895
+ from: string;
896
+ type?: string | number | undefined;
897
+ maxFeePerGas?: `0x${string}` | undefined;
898
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
899
+ gas?: `0x${string}` | undefined;
900
+ gasLimit?: `0x${string}` | undefined;
901
+ gasPrice?: `0x${string}` | undefined;
902
+ accessList?: {
903
+ address: string;
904
+ storageKeys: `0x${string}`[];
905
+ }[] | undefined;
906
+ };
907
+ alchemyRpcUrl: string;
908
+ }>]>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").AbilityExecutionPolicyContext<{}>, import("zod").ZodObject<{
909
+ simulationChanges: import("zod").ZodArray<import("zod").ZodObject<{
910
+ assetType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType>;
911
+ changeType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType>;
912
+ from: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
913
+ to: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
914
+ rawAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
915
+ amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
916
+ contractAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>>;
917
+ tokenId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
918
+ decimals: import("zod").ZodNumber;
919
+ symbol: import("zod").ZodString;
920
+ name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
921
+ logo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
922
+ }, "strip", import("zod").ZodTypeAny, {
923
+ symbol: string;
924
+ to: `0x${string}`;
925
+ from: `0x${string}`;
926
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
927
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
928
+ decimals: number;
929
+ tokenId?: string | null | undefined;
930
+ name?: string | null | undefined;
931
+ rawAmount?: string | null | undefined;
932
+ amount?: string | null | undefined;
933
+ contractAddress?: `0x${string}` | null | undefined;
934
+ logo?: string | null | undefined;
935
+ }, {
936
+ symbol: string;
937
+ to: `0x${string}`;
938
+ from: `0x${string}`;
939
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
940
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
941
+ decimals: number;
942
+ tokenId?: string | null | undefined;
943
+ name?: string | null | undefined;
944
+ rawAmount?: string | null | undefined;
945
+ amount?: string | null | undefined;
946
+ contractAddress?: `0x${string}` | null | undefined;
947
+ logo?: string | null | undefined;
948
+ }>, "many">;
949
+ } & {
950
+ signature: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
951
+ }, "strip", import("zod").ZodTypeAny, {
952
+ signature: `0x${string}`;
953
+ simulationChanges: {
954
+ symbol: string;
955
+ to: `0x${string}`;
956
+ from: `0x${string}`;
957
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
958
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
959
+ decimals: number;
960
+ tokenId?: string | null | undefined;
961
+ name?: string | null | undefined;
962
+ rawAmount?: string | null | undefined;
963
+ amount?: string | null | undefined;
964
+ contractAddress?: `0x${string}` | null | undefined;
965
+ logo?: string | null | undefined;
966
+ }[];
967
+ }, {
968
+ signature: `0x${string}`;
969
+ simulationChanges: {
970
+ symbol: string;
971
+ to: `0x${string}`;
972
+ from: `0x${string}`;
973
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
974
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
975
+ decimals: number;
976
+ tokenId?: string | null | undefined;
977
+ name?: string | null | undefined;
978
+ rawAmount?: string | null | undefined;
979
+ amount?: string | null | undefined;
980
+ contractAddress?: `0x${string}` | null | undefined;
981
+ logo?: string | null | undefined;
982
+ }[];
983
+ }>, import("zod").ZodObject<{
984
+ error: import("zod").ZodString;
985
+ }, "strip", import("zod").ZodTypeAny, {
986
+ error: string;
987
+ }, {
988
+ error: string;
989
+ }>>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").AbilityLifecycleFunction<import("zod").ZodUnion<[import("zod").ZodObject<{
990
+ userOp: import("zod").ZodObject<{
991
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
992
+ nonce: import("zod").ZodString;
993
+ callData: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
994
+ callGasLimit: import("zod").ZodString;
995
+ verificationGasLimit: import("zod").ZodString;
996
+ preVerificationGas: import("zod").ZodString;
997
+ maxFeePerGas: import("zod").ZodString;
998
+ maxPriorityFeePerGas: import("zod").ZodString;
999
+ signature: import("zod").ZodDefault<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1000
+ eip7702Auth: import("zod").ZodOptional<import("zod").ZodObject<{
1001
+ chain_id: import("zod").ZodOptional<import("zod").ZodString>;
1002
+ address: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
1003
+ nonce: import("zod").ZodOptional<import("zod").ZodString>;
1004
+ y_parity: import("zod").ZodOptional<import("zod").ZodString>;
1005
+ r: import("zod").ZodOptional<import("zod").ZodString>;
1006
+ s: import("zod").ZodOptional<import("zod").ZodString>;
1007
+ }, "strip", import("zod").ZodTypeAny, {
1008
+ nonce?: string | undefined;
1009
+ chain_id?: string | undefined;
1010
+ address?: `0x${string}` | undefined;
1011
+ y_parity?: string | undefined;
1012
+ r?: string | undefined;
1013
+ s?: string | undefined;
1014
+ }, {
1015
+ nonce?: string | undefined;
1016
+ chain_id?: string | undefined;
1017
+ address?: string | undefined;
1018
+ y_parity?: string | undefined;
1019
+ r?: string | undefined;
1020
+ s?: string | undefined;
1021
+ }>>;
1022
+ } & {
1023
+ paymaster: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
1024
+ paymasterData: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1025
+ paymasterVerificationGasLimit: import("zod").ZodString;
1026
+ factory: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
1027
+ factoryData: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1028
+ paymasterPostOpGasLimit: import("zod").ZodString;
1029
+ }, "strip", import("zod").ZodTypeAny, {
1030
+ sender: `0x${string}`;
1031
+ nonce: string;
1032
+ callData: `0x${string}`;
1033
+ callGasLimit: string;
1034
+ verificationGasLimit: string;
1035
+ preVerificationGas: string;
1036
+ maxFeePerGas: string;
1037
+ maxPriorityFeePerGas: string;
1038
+ signature: `0x${string}`;
1039
+ paymasterVerificationGasLimit: string;
1040
+ paymasterPostOpGasLimit: string;
1041
+ eip7702Auth?: {
1042
+ nonce?: string | undefined;
1043
+ chain_id?: string | undefined;
1044
+ address?: `0x${string}` | undefined;
1045
+ y_parity?: string | undefined;
1046
+ r?: string | undefined;
1047
+ s?: string | undefined;
1048
+ } | undefined;
1049
+ paymaster?: `0x${string}` | undefined;
1050
+ paymasterData?: `0x${string}` | undefined;
1051
+ factory?: `0x${string}` | undefined;
1052
+ factoryData?: `0x${string}` | undefined;
1053
+ }, {
1054
+ sender: string;
1055
+ nonce: string;
1056
+ callData: `0x${string}`;
1057
+ callGasLimit: string;
1058
+ verificationGasLimit: string;
1059
+ preVerificationGas: string;
1060
+ maxFeePerGas: string;
1061
+ maxPriorityFeePerGas: string;
1062
+ paymasterVerificationGasLimit: string;
1063
+ paymasterPostOpGasLimit: string;
1064
+ signature?: `0x${string}` | undefined;
1065
+ eip7702Auth?: {
1066
+ nonce?: string | undefined;
1067
+ chain_id?: string | undefined;
1068
+ address?: string | undefined;
1069
+ y_parity?: string | undefined;
1070
+ r?: string | undefined;
1071
+ s?: string | undefined;
1072
+ } | undefined;
1073
+ paymaster?: string | undefined;
1074
+ paymasterData?: `0x${string}` | undefined;
1075
+ factory?: string | undefined;
1076
+ factoryData?: `0x${string}` | undefined;
1077
+ }>;
1078
+ entryPointAddress: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>;
1079
+ alchemyRpcUrl: import("zod").ZodString;
1080
+ validAfter: import("zod").ZodDefault<import("zod").ZodNumber>;
1081
+ validUntil: import("zod").ZodDefault<import("zod").ZodNumber>;
1082
+ safe4337ModuleAddress: import("zod").ZodDefault<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
1083
+ eip712Params: import("zod").ZodOptional<import("zod").ZodObject<{
1084
+ domain: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>;
1085
+ types: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodArray<import("zod").ZodObject<{
1086
+ name: import("zod").ZodString;
1087
+ type: import("zod").ZodString;
1088
+ }, "strip", import("zod").ZodTypeAny, {
1089
+ type: string;
1090
+ name: string;
1091
+ }, {
1092
+ type: string;
1093
+ name: string;
1094
+ }>, "many">>;
1095
+ primaryType: import("zod").ZodString;
1096
+ message: import("zod").ZodEffects<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>]>>, Record<string, string | Record<string, any>>, Record<string, string | Record<string, any>>>;
1097
+ }, "strip", import("zod").ZodTypeAny, {
1098
+ message: Record<string, string | Record<string, any>>;
1099
+ domain: Record<string, any>;
1100
+ types: Record<string, {
1101
+ type: string;
1102
+ name: string;
1103
+ }[]>;
1104
+ primaryType: string;
1105
+ }, {
1106
+ message: Record<string, string | Record<string, any>>;
1107
+ domain: Record<string, any>;
1108
+ types: Record<string, {
1109
+ type: string;
1110
+ name: string;
1111
+ }[]>;
1112
+ primaryType: string;
1113
+ }>>;
1114
+ }, "strip", import("zod").ZodTypeAny, {
1115
+ userOp: {
1116
+ sender: `0x${string}`;
1117
+ nonce: string;
1118
+ callData: `0x${string}`;
1119
+ callGasLimit: string;
1120
+ verificationGasLimit: string;
1121
+ preVerificationGas: string;
1122
+ maxFeePerGas: string;
1123
+ maxPriorityFeePerGas: string;
1124
+ signature: `0x${string}`;
1125
+ paymasterVerificationGasLimit: string;
1126
+ paymasterPostOpGasLimit: string;
1127
+ eip7702Auth?: {
1128
+ nonce?: string | undefined;
1129
+ chain_id?: string | undefined;
1130
+ address?: `0x${string}` | undefined;
1131
+ y_parity?: string | undefined;
1132
+ r?: string | undefined;
1133
+ s?: string | undefined;
1134
+ } | undefined;
1135
+ paymaster?: `0x${string}` | undefined;
1136
+ paymasterData?: `0x${string}` | undefined;
1137
+ factory?: `0x${string}` | undefined;
1138
+ factoryData?: `0x${string}` | undefined;
1139
+ };
1140
+ validAfter: number;
1141
+ validUntil: number;
1142
+ entryPointAddress: `0x${string}`;
1143
+ alchemyRpcUrl: string;
1144
+ safe4337ModuleAddress: `0x${string}`;
1145
+ eip712Params?: {
1146
+ message: Record<string, string | Record<string, any>>;
1147
+ domain: Record<string, any>;
1148
+ types: Record<string, {
1149
+ type: string;
1150
+ name: string;
1151
+ }[]>;
1152
+ primaryType: string;
1153
+ } | undefined;
1154
+ }, {
1155
+ userOp: {
1156
+ sender: string;
1157
+ nonce: string;
1158
+ callData: `0x${string}`;
1159
+ callGasLimit: string;
1160
+ verificationGasLimit: string;
1161
+ preVerificationGas: string;
1162
+ maxFeePerGas: string;
1163
+ maxPriorityFeePerGas: string;
1164
+ paymasterVerificationGasLimit: string;
1165
+ paymasterPostOpGasLimit: string;
1166
+ signature?: `0x${string}` | undefined;
1167
+ eip7702Auth?: {
1168
+ nonce?: string | undefined;
1169
+ chain_id?: string | undefined;
1170
+ address?: string | undefined;
1171
+ y_parity?: string | undefined;
1172
+ r?: string | undefined;
1173
+ s?: string | undefined;
1174
+ } | undefined;
1175
+ paymaster?: string | undefined;
1176
+ paymasterData?: `0x${string}` | undefined;
1177
+ factory?: string | undefined;
1178
+ factoryData?: `0x${string}` | undefined;
1179
+ };
1180
+ alchemyRpcUrl: string;
1181
+ validAfter?: number | undefined;
1182
+ validUntil?: number | undefined;
1183
+ entryPointAddress?: string | undefined;
1184
+ safe4337ModuleAddress?: string | undefined;
1185
+ eip712Params?: {
1186
+ message: Record<string, string | Record<string, any>>;
1187
+ domain: Record<string, any>;
1188
+ types: Record<string, {
1189
+ type: string;
1190
+ name: string;
1191
+ }[]>;
1192
+ primaryType: string;
1193
+ } | undefined;
1194
+ }>, import("zod").ZodObject<{
1195
+ alchemyRpcUrl: import("zod").ZodString;
1196
+ transaction: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
1197
+ data: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
1198
+ from: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
1199
+ to: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
1200
+ value: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
1201
+ nonce: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
1202
+ gas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1203
+ gasLimit: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1204
+ gasPrice: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1205
+ maxFeePerGas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1206
+ maxPriorityFeePerGas: import("zod").ZodOptional<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>;
1207
+ chainId: import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>]>;
1208
+ type: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>>;
1209
+ accessList: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1210
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
1211
+ storageKeys: import("zod").ZodArray<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>, "many">;
1212
+ }, "strip", import("zod").ZodTypeAny, {
1213
+ address: `0x${string}`;
1214
+ storageKeys: `0x${string}`[];
1215
+ }, {
1216
+ address: string;
1217
+ storageKeys: `0x${string}`[];
1218
+ }>, "many">>;
1219
+ }, "strip", import("zod").ZodTypeAny, {
1220
+ value: `0x${string}`;
1221
+ nonce: `0x${string}`;
1222
+ to: `0x${string}`;
1223
+ data: `0x${string}`;
1224
+ chainId: number | `0x${string}`;
1225
+ from: `0x${string}`;
1226
+ type?: string | number | undefined;
1227
+ maxFeePerGas?: `0x${string}` | undefined;
1228
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1229
+ gas?: `0x${string}` | undefined;
1230
+ gasLimit?: `0x${string}` | undefined;
1231
+ gasPrice?: `0x${string}` | undefined;
1232
+ accessList?: {
1233
+ address: `0x${string}`;
1234
+ storageKeys: `0x${string}`[];
1235
+ }[] | undefined;
1236
+ }, {
1237
+ value: `0x${string}`;
1238
+ nonce: `0x${string}`;
1239
+ to: string;
1240
+ data: `0x${string}`;
1241
+ chainId: number | `0x${string}`;
1242
+ from: string;
1243
+ type?: string | number | undefined;
1244
+ maxFeePerGas?: `0x${string}` | undefined;
1245
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1246
+ gas?: `0x${string}` | undefined;
1247
+ gasLimit?: `0x${string}` | undefined;
1248
+ gasPrice?: `0x${string}` | undefined;
1249
+ accessList?: {
1250
+ address: string;
1251
+ storageKeys: `0x${string}`[];
1252
+ }[] | undefined;
1253
+ }>, {
1254
+ value: `0x${string}`;
1255
+ nonce: `0x${string}`;
1256
+ to: `0x${string}`;
1257
+ data: `0x${string}`;
1258
+ chainId: number | `0x${string}`;
1259
+ from: `0x${string}`;
1260
+ type?: string | number | undefined;
1261
+ maxFeePerGas?: `0x${string}` | undefined;
1262
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1263
+ gas?: `0x${string}` | undefined;
1264
+ gasLimit?: `0x${string}` | undefined;
1265
+ gasPrice?: `0x${string}` | undefined;
1266
+ accessList?: {
1267
+ address: `0x${string}`;
1268
+ storageKeys: `0x${string}`[];
1269
+ }[] | undefined;
1270
+ }, {
1271
+ value: `0x${string}`;
1272
+ nonce: `0x${string}`;
1273
+ to: string;
1274
+ data: `0x${string}`;
1275
+ chainId: number | `0x${string}`;
1276
+ from: string;
1277
+ type?: string | number | undefined;
1278
+ maxFeePerGas?: `0x${string}` | undefined;
1279
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1280
+ gas?: `0x${string}` | undefined;
1281
+ gasLimit?: `0x${string}` | undefined;
1282
+ gasPrice?: `0x${string}` | undefined;
1283
+ accessList?: {
1284
+ address: string;
1285
+ storageKeys: `0x${string}`[];
1286
+ }[] | undefined;
1287
+ }>, {
1288
+ value: `0x${string}`;
1289
+ nonce: `0x${string}`;
1290
+ to: `0x${string}`;
1291
+ data: `0x${string}`;
1292
+ chainId: number | `0x${string}`;
1293
+ from: `0x${string}`;
1294
+ type?: string | number | undefined;
1295
+ maxFeePerGas?: `0x${string}` | undefined;
1296
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1297
+ gas?: `0x${string}` | undefined;
1298
+ gasLimit?: `0x${string}` | undefined;
1299
+ gasPrice?: `0x${string}` | undefined;
1300
+ accessList?: {
1301
+ address: `0x${string}`;
1302
+ storageKeys: `0x${string}`[];
1303
+ }[] | undefined;
1304
+ }, {
1305
+ value: `0x${string}`;
1306
+ nonce: `0x${string}`;
1307
+ to: string;
1308
+ data: `0x${string}`;
1309
+ chainId: number | `0x${string}`;
1310
+ from: string;
1311
+ type?: string | number | undefined;
1312
+ maxFeePerGas?: `0x${string}` | undefined;
1313
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1314
+ gas?: `0x${string}` | undefined;
1315
+ gasLimit?: `0x${string}` | undefined;
1316
+ gasPrice?: `0x${string}` | undefined;
1317
+ accessList?: {
1318
+ address: string;
1319
+ storageKeys: `0x${string}`[];
1320
+ }[] | undefined;
1321
+ }>;
1322
+ }, "strip", import("zod").ZodTypeAny, {
1323
+ transaction: {
1324
+ value: `0x${string}`;
1325
+ nonce: `0x${string}`;
1326
+ to: `0x${string}`;
1327
+ data: `0x${string}`;
1328
+ chainId: number | `0x${string}`;
1329
+ from: `0x${string}`;
1330
+ type?: string | number | undefined;
1331
+ maxFeePerGas?: `0x${string}` | undefined;
1332
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1333
+ gas?: `0x${string}` | undefined;
1334
+ gasLimit?: `0x${string}` | undefined;
1335
+ gasPrice?: `0x${string}` | undefined;
1336
+ accessList?: {
1337
+ address: `0x${string}`;
1338
+ storageKeys: `0x${string}`[];
1339
+ }[] | undefined;
1340
+ };
1341
+ alchemyRpcUrl: string;
1342
+ }, {
1343
+ transaction: {
1344
+ value: `0x${string}`;
1345
+ nonce: `0x${string}`;
1346
+ to: string;
1347
+ data: `0x${string}`;
1348
+ chainId: number | `0x${string}`;
1349
+ from: string;
1350
+ type?: string | number | undefined;
1351
+ maxFeePerGas?: `0x${string}` | undefined;
1352
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1353
+ gas?: `0x${string}` | undefined;
1354
+ gasLimit?: `0x${string}` | undefined;
1355
+ gasPrice?: `0x${string}` | undefined;
1356
+ accessList?: {
1357
+ address: string;
1358
+ storageKeys: `0x${string}`[];
1359
+ }[] | undefined;
1360
+ };
1361
+ alchemyRpcUrl: string;
1362
+ }>]>, import("@lit-protocol/vincent-ability-sdk").PolicyEvaluationResultContext<{}>, import("zod").ZodObject<{
1363
+ simulationChanges: import("zod").ZodArray<import("zod").ZodObject<{
1364
+ assetType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType>;
1365
+ changeType: import("zod").ZodNativeEnum<typeof import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType>;
1366
+ from: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
1367
+ to: import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>;
1368
+ rawAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1369
+ amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1370
+ contractAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodType<`0x${string}`, import("zod").ZodTypeDef, `0x${string}`>>>;
1371
+ tokenId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1372
+ decimals: import("zod").ZodNumber;
1373
+ symbol: import("zod").ZodString;
1374
+ name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1375
+ logo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1376
+ }, "strip", import("zod").ZodTypeAny, {
1377
+ symbol: string;
1378
+ to: `0x${string}`;
1379
+ from: `0x${string}`;
1380
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
1381
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
1382
+ decimals: number;
1383
+ tokenId?: string | null | undefined;
1384
+ name?: string | null | undefined;
1385
+ rawAmount?: string | null | undefined;
1386
+ amount?: string | null | undefined;
1387
+ contractAddress?: `0x${string}` | null | undefined;
1388
+ logo?: string | null | undefined;
1389
+ }, {
1390
+ symbol: string;
1391
+ to: `0x${string}`;
1392
+ from: `0x${string}`;
1393
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
1394
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
1395
+ decimals: number;
1396
+ tokenId?: string | null | undefined;
1397
+ name?: string | null | undefined;
1398
+ rawAmount?: string | null | undefined;
1399
+ amount?: string | null | undefined;
1400
+ contractAddress?: `0x${string}` | null | undefined;
1401
+ logo?: string | null | undefined;
1402
+ }>, "many">;
1403
+ }, "strip", import("zod").ZodTypeAny, {
1404
+ simulationChanges: {
1405
+ symbol: string;
1406
+ to: `0x${string}`;
1407
+ from: `0x${string}`;
1408
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
1409
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
1410
+ decimals: number;
1411
+ tokenId?: string | null | undefined;
1412
+ name?: string | null | undefined;
1413
+ rawAmount?: string | null | undefined;
1414
+ amount?: string | null | undefined;
1415
+ contractAddress?: `0x${string}` | null | undefined;
1416
+ logo?: string | null | undefined;
1417
+ }[];
1418
+ }, {
1419
+ simulationChanges: {
1420
+ symbol: string;
1421
+ to: `0x${string}`;
1422
+ from: `0x${string}`;
1423
+ assetType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateAssetType;
1424
+ changeType: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/gatedSigner/helpers/simulation").SimulateChangeType;
1425
+ decimals: number;
1426
+ tokenId?: string | null | undefined;
1427
+ name?: string | null | undefined;
1428
+ rawAmount?: string | null | undefined;
1429
+ amount?: string | null | undefined;
1430
+ contractAddress?: `0x${string}` | null | undefined;
1431
+ logo?: string | null | undefined;
1432
+ }[];
1433
+ }>, import("zod").ZodObject<{
1434
+ error: import("zod").ZodString;
1435
+ }, "strip", import("zod").ZodTypeAny, {
1436
+ error: string;
1437
+ }, {
1438
+ error: string;
1439
+ }>> | undefined>, string>;
1440
+ //# sourceMappingURL=vincent-bundled-ability.d.ts.map