@lit-protocol/vincent-ability-erc20-transfer 0.0.10-mma

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 (41) hide show
  1. package/CONTRIBUTING.md +84 -0
  2. package/README.md +271 -0
  3. package/dist/CONTRIBUTING.md +84 -0
  4. package/dist/README.md +271 -0
  5. package/dist/package.json +31 -0
  6. package/dist/src/generated/lit-action.js +9 -0
  7. package/dist/src/generated/vincent-ability-metadata.json +3 -0
  8. package/dist/src/generated/vincent-bundled-ability.d.ts +1122 -0
  9. package/dist/src/generated/vincent-bundled-ability.d.ts.map +1 -0
  10. package/dist/src/generated/vincent-bundled-ability.js +15 -0
  11. package/dist/src/generated/vincent-bundled-ability.js.map +1 -0
  12. package/dist/src/generated/vincent-bundled-ability.ts +13 -0
  13. package/dist/src/index.d.ts +2 -0
  14. package/dist/src/index.d.ts.map +1 -0
  15. package/dist/src/index.js +6 -0
  16. package/dist/src/index.js.map +1 -0
  17. package/dist/src/lib/helpers/commit-allowed-policies.d.ts +15 -0
  18. package/dist/src/lib/helpers/commit-allowed-policies.d.ts.map +1 -0
  19. package/dist/src/lib/helpers/commit-allowed-policies.js +37 -0
  20. package/dist/src/lib/helpers/commit-allowed-policies.js.map +1 -0
  21. package/dist/src/lib/helpers/execute-operation.d.ts +17 -0
  22. package/dist/src/lib/helpers/execute-operation.d.ts.map +1 -0
  23. package/dist/src/lib/helpers/execute-operation.js +54 -0
  24. package/dist/src/lib/helpers/execute-operation.js.map +1 -0
  25. package/dist/src/lib/helpers/index.d.ts +50 -0
  26. package/dist/src/lib/helpers/index.d.ts.map +1 -0
  27. package/dist/src/lib/helpers/index.js +116 -0
  28. package/dist/src/lib/helpers/index.js.map +1 -0
  29. package/dist/src/lib/lit-action.d.ts +2 -0
  30. package/dist/src/lib/lit-action.d.ts.map +1 -0
  31. package/dist/src/lib/lit-action.js +16 -0
  32. package/dist/src/lib/lit-action.js.map +1 -0
  33. package/dist/src/lib/schemas.d.ts +97 -0
  34. package/dist/src/lib/schemas.d.ts.map +1 -0
  35. package/dist/src/lib/schemas.js +73 -0
  36. package/dist/src/lib/schemas.js.map +1 -0
  37. package/dist/src/lib/vincent-ability.d.ts +1119 -0
  38. package/dist/src/lib/vincent-ability.d.ts.map +1 -0
  39. package/dist/src/lib/vincent-ability.js +190 -0
  40. package/dist/src/lib/vincent-ability.js.map +1 -0
  41. package/package.json +30 -0
@@ -0,0 +1,1122 @@
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").ZodObject<{
5
+ to: import("zod").ZodString;
6
+ amount: import("zod").ZodEffects<import("zod").ZodString, string, string>;
7
+ tokenAddress: import("zod").ZodString;
8
+ chain: import("zod").ZodString;
9
+ rpcUrl: import("zod").ZodString;
10
+ alchemyGasSponsor: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
11
+ alchemyGasSponsorApiKey: import("zod").ZodOptional<import("zod").ZodString>;
12
+ alchemyGasSponsorPolicyId: import("zod").ZodOptional<import("zod").ZodString>;
13
+ }, "strip", import("zod").ZodTypeAny, {
14
+ alchemyGasSponsor: boolean;
15
+ to: string;
16
+ amount: string;
17
+ tokenAddress: string;
18
+ chain: string;
19
+ rpcUrl: string;
20
+ alchemyGasSponsorApiKey?: string | undefined;
21
+ alchemyGasSponsorPolicyId?: string | undefined;
22
+ }, {
23
+ to: string;
24
+ amount: string;
25
+ tokenAddress: string;
26
+ chain: string;
27
+ rpcUrl: string;
28
+ alchemyGasSponsor?: boolean | undefined;
29
+ alchemyGasSponsorApiKey?: string | undefined;
30
+ alchemyGasSponsorPolicyId?: string | undefined;
31
+ }>, string, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/abilityCore/helpers").AbilityPolicyMap<readonly [{
32
+ vincentPolicy: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").VincentPolicy<"@lit-protocol/vincent-policy-send-counter-limit", import("zod").ZodObject<{
33
+ to: import("zod").ZodString;
34
+ amount: import("zod").ZodString;
35
+ }, "strip", import("zod").ZodTypeAny, {
36
+ to: string;
37
+ amount: string;
38
+ }, {
39
+ to: string;
40
+ amount: string;
41
+ }>, import("zod").ZodObject<{
42
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
43
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
44
+ }, "strip", import("zod").ZodTypeAny, {
45
+ maxSends: bigint;
46
+ timeWindowSeconds: bigint;
47
+ }, {
48
+ maxSends?: bigint | undefined;
49
+ timeWindowSeconds?: bigint | undefined;
50
+ }>, import("zod").ZodObject<{
51
+ currentCount: import("zod").ZodNumber;
52
+ maxSends: import("zod").ZodNumber;
53
+ remainingSends: import("zod").ZodNumber;
54
+ timeWindowSeconds: import("zod").ZodNumber;
55
+ }, "strip", import("zod").ZodTypeAny, {
56
+ currentCount: number;
57
+ remainingSends: number;
58
+ maxSends: number;
59
+ timeWindowSeconds: number;
60
+ }, {
61
+ currentCount: number;
62
+ remainingSends: number;
63
+ maxSends: number;
64
+ timeWindowSeconds: number;
65
+ }>, import("zod").ZodObject<{
66
+ reason: import("zod").ZodString;
67
+ currentCount: import("zod").ZodNumber;
68
+ maxSends: import("zod").ZodNumber;
69
+ secondsUntilReset: import("zod").ZodNumber;
70
+ }, "strip", import("zod").ZodTypeAny, {
71
+ currentCount: number;
72
+ secondsUntilReset: number;
73
+ maxSends: number;
74
+ reason: string;
75
+ }, {
76
+ currentCount: number;
77
+ secondsUntilReset: number;
78
+ maxSends: number;
79
+ reason: string;
80
+ }>, import("zod").ZodObject<{
81
+ currentCount: import("zod").ZodNumber;
82
+ maxSends: import("zod").ZodNumber;
83
+ remainingSends: import("zod").ZodNumber;
84
+ timeWindowSeconds: import("zod").ZodNumber;
85
+ }, "strip", import("zod").ZodTypeAny, {
86
+ currentCount: number;
87
+ remainingSends: number;
88
+ maxSends: number;
89
+ timeWindowSeconds: number;
90
+ }, {
91
+ currentCount: number;
92
+ remainingSends: number;
93
+ maxSends: number;
94
+ timeWindowSeconds: number;
95
+ }>, import("zod").ZodObject<{
96
+ reason: import("zod").ZodString;
97
+ currentCount: import("zod").ZodNumber;
98
+ maxSends: import("zod").ZodNumber;
99
+ secondsUntilReset: import("zod").ZodNumber;
100
+ timeWindowSeconds: import("zod").ZodNumber;
101
+ }, "strip", import("zod").ZodTypeAny, {
102
+ currentCount: number;
103
+ secondsUntilReset: number;
104
+ maxSends: number;
105
+ timeWindowSeconds: number;
106
+ reason: string;
107
+ }, {
108
+ currentCount: number;
109
+ secondsUntilReset: number;
110
+ maxSends: number;
111
+ timeWindowSeconds: number;
112
+ reason: string;
113
+ }>, import("zod").ZodObject<{
114
+ currentCount: import("zod").ZodNumber;
115
+ maxSends: import("zod").ZodNumber;
116
+ remainingSends: import("zod").ZodNumber;
117
+ timeWindowSeconds: import("zod").ZodNumber;
118
+ }, "strip", import("zod").ZodTypeAny, {
119
+ currentCount: number;
120
+ remainingSends: number;
121
+ maxSends: number;
122
+ timeWindowSeconds: number;
123
+ }, {
124
+ currentCount: number;
125
+ remainingSends: number;
126
+ maxSends: number;
127
+ timeWindowSeconds: number;
128
+ }>, import("zod").ZodObject<{
129
+ recorded: import("zod").ZodBoolean;
130
+ newCount: import("zod").ZodNumber;
131
+ remainingSends: import("zod").ZodNumber;
132
+ }, "strip", import("zod").ZodTypeAny, {
133
+ remainingSends: number;
134
+ recorded: boolean;
135
+ newCount: number;
136
+ }, {
137
+ remainingSends: number;
138
+ recorded: boolean;
139
+ newCount: number;
140
+ }>, import("zod").ZodObject<{
141
+ reason: import("zod").ZodString;
142
+ }, "strip", import("zod").ZodTypeAny, {
143
+ reason: string;
144
+ }, {
145
+ reason: string;
146
+ }>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
147
+ to: import("zod").ZodString;
148
+ amount: import("zod").ZodString;
149
+ }, "strip", import("zod").ZodTypeAny, {
150
+ to: string;
151
+ amount: string;
152
+ }, {
153
+ to: string;
154
+ amount: string;
155
+ }>, import("zod").ZodObject<{
156
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
157
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
158
+ }, "strip", import("zod").ZodTypeAny, {
159
+ maxSends: bigint;
160
+ timeWindowSeconds: bigint;
161
+ }, {
162
+ maxSends?: bigint | undefined;
163
+ timeWindowSeconds?: bigint | undefined;
164
+ }>, import("zod").ZodObject<{
165
+ currentCount: import("zod").ZodNumber;
166
+ maxSends: import("zod").ZodNumber;
167
+ remainingSends: import("zod").ZodNumber;
168
+ timeWindowSeconds: import("zod").ZodNumber;
169
+ }, "strip", import("zod").ZodTypeAny, {
170
+ currentCount: number;
171
+ remainingSends: number;
172
+ maxSends: number;
173
+ timeWindowSeconds: number;
174
+ }, {
175
+ currentCount: number;
176
+ remainingSends: number;
177
+ maxSends: number;
178
+ timeWindowSeconds: number;
179
+ }>, import("zod").ZodObject<{
180
+ reason: import("zod").ZodString;
181
+ currentCount: import("zod").ZodNumber;
182
+ maxSends: import("zod").ZodNumber;
183
+ secondsUntilReset: import("zod").ZodNumber;
184
+ timeWindowSeconds: import("zod").ZodNumber;
185
+ }, "strip", import("zod").ZodTypeAny, {
186
+ currentCount: number;
187
+ secondsUntilReset: number;
188
+ maxSends: number;
189
+ timeWindowSeconds: number;
190
+ reason: string;
191
+ }, {
192
+ currentCount: number;
193
+ secondsUntilReset: number;
194
+ maxSends: number;
195
+ timeWindowSeconds: number;
196
+ reason: string;
197
+ }>>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
198
+ to: import("zod").ZodString;
199
+ amount: import("zod").ZodString;
200
+ }, "strip", import("zod").ZodTypeAny, {
201
+ to: string;
202
+ amount: string;
203
+ }, {
204
+ to: string;
205
+ amount: string;
206
+ }>, import("zod").ZodObject<{
207
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
208
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
209
+ }, "strip", import("zod").ZodTypeAny, {
210
+ maxSends: bigint;
211
+ timeWindowSeconds: bigint;
212
+ }, {
213
+ maxSends?: bigint | undefined;
214
+ timeWindowSeconds?: bigint | undefined;
215
+ }>, import("zod").ZodObject<{
216
+ currentCount: import("zod").ZodNumber;
217
+ maxSends: import("zod").ZodNumber;
218
+ remainingSends: import("zod").ZodNumber;
219
+ timeWindowSeconds: import("zod").ZodNumber;
220
+ }, "strip", import("zod").ZodTypeAny, {
221
+ currentCount: number;
222
+ remainingSends: number;
223
+ maxSends: number;
224
+ timeWindowSeconds: number;
225
+ }, {
226
+ currentCount: number;
227
+ remainingSends: number;
228
+ maxSends: number;
229
+ timeWindowSeconds: number;
230
+ }>, import("zod").ZodObject<{
231
+ reason: import("zod").ZodString;
232
+ currentCount: import("zod").ZodNumber;
233
+ maxSends: import("zod").ZodNumber;
234
+ secondsUntilReset: import("zod").ZodNumber;
235
+ }, "strip", import("zod").ZodTypeAny, {
236
+ currentCount: number;
237
+ secondsUntilReset: number;
238
+ maxSends: number;
239
+ reason: string;
240
+ }, {
241
+ currentCount: number;
242
+ secondsUntilReset: number;
243
+ maxSends: number;
244
+ reason: string;
245
+ }>>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").CommitLifecycleFunction<import("zod").ZodObject<{
246
+ currentCount: import("zod").ZodNumber;
247
+ maxSends: import("zod").ZodNumber;
248
+ remainingSends: import("zod").ZodNumber;
249
+ timeWindowSeconds: import("zod").ZodNumber;
250
+ }, "strip", import("zod").ZodTypeAny, {
251
+ currentCount: number;
252
+ remainingSends: number;
253
+ maxSends: number;
254
+ timeWindowSeconds: number;
255
+ }, {
256
+ currentCount: number;
257
+ remainingSends: number;
258
+ maxSends: number;
259
+ timeWindowSeconds: number;
260
+ }>, import("zod").ZodObject<{
261
+ recorded: import("zod").ZodBoolean;
262
+ newCount: import("zod").ZodNumber;
263
+ remainingSends: import("zod").ZodNumber;
264
+ }, "strip", import("zod").ZodTypeAny, {
265
+ remainingSends: number;
266
+ recorded: boolean;
267
+ newCount: number;
268
+ }, {
269
+ remainingSends: number;
270
+ recorded: boolean;
271
+ newCount: number;
272
+ }>, import("zod").ZodObject<{
273
+ reason: import("zod").ZodString;
274
+ }, "strip", import("zod").ZodTypeAny, {
275
+ reason: string;
276
+ }, {
277
+ reason: string;
278
+ }>>>;
279
+ ipfsCid: string;
280
+ abilityParameterMappings: Partial<{
281
+ alchemyGasSponsor: "to" | "amount";
282
+ to: "to" | "amount";
283
+ amount: "to" | "amount";
284
+ tokenAddress: "to" | "amount";
285
+ chain: "to" | "amount";
286
+ rpcUrl: "to" | "amount";
287
+ alchemyGasSponsorApiKey?: "to" | "amount" | undefined;
288
+ alchemyGasSponsorPolicyId?: "to" | "amount" | undefined;
289
+ }>;
290
+ vincentAbilityApiVersion: string;
291
+ __schemaTypes: {
292
+ policyAbilityParamsSchema: import("zod").ZodObject<{
293
+ to: import("zod").ZodString;
294
+ amount: import("zod").ZodString;
295
+ }, "strip", import("zod").ZodTypeAny, {
296
+ to: string;
297
+ amount: string;
298
+ }, {
299
+ to: string;
300
+ amount: string;
301
+ }>;
302
+ userParamsSchema: import("zod").ZodObject<{
303
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
304
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
305
+ }, "strip", import("zod").ZodTypeAny, {
306
+ maxSends: bigint;
307
+ timeWindowSeconds: bigint;
308
+ }, {
309
+ maxSends?: bigint | undefined;
310
+ timeWindowSeconds?: bigint | undefined;
311
+ }>;
312
+ evalAllowResultSchema: import("zod").ZodObject<{
313
+ currentCount: import("zod").ZodNumber;
314
+ maxSends: import("zod").ZodNumber;
315
+ remainingSends: import("zod").ZodNumber;
316
+ timeWindowSeconds: import("zod").ZodNumber;
317
+ }, "strip", import("zod").ZodTypeAny, {
318
+ currentCount: number;
319
+ remainingSends: number;
320
+ maxSends: number;
321
+ timeWindowSeconds: number;
322
+ }, {
323
+ currentCount: number;
324
+ remainingSends: number;
325
+ maxSends: number;
326
+ timeWindowSeconds: number;
327
+ }>;
328
+ evalDenyResultSchema: import("zod").ZodObject<{
329
+ reason: import("zod").ZodString;
330
+ currentCount: import("zod").ZodNumber;
331
+ maxSends: import("zod").ZodNumber;
332
+ secondsUntilReset: import("zod").ZodNumber;
333
+ timeWindowSeconds: import("zod").ZodNumber;
334
+ }, "strip", import("zod").ZodTypeAny, {
335
+ currentCount: number;
336
+ secondsUntilReset: number;
337
+ maxSends: number;
338
+ timeWindowSeconds: number;
339
+ reason: string;
340
+ }, {
341
+ currentCount: number;
342
+ secondsUntilReset: number;
343
+ maxSends: number;
344
+ timeWindowSeconds: number;
345
+ reason: string;
346
+ }>;
347
+ precheckAllowResultSchema: import("zod").ZodObject<{
348
+ currentCount: import("zod").ZodNumber;
349
+ maxSends: import("zod").ZodNumber;
350
+ remainingSends: import("zod").ZodNumber;
351
+ timeWindowSeconds: import("zod").ZodNumber;
352
+ }, "strip", import("zod").ZodTypeAny, {
353
+ currentCount: number;
354
+ remainingSends: number;
355
+ maxSends: number;
356
+ timeWindowSeconds: number;
357
+ }, {
358
+ currentCount: number;
359
+ remainingSends: number;
360
+ maxSends: number;
361
+ timeWindowSeconds: number;
362
+ }>;
363
+ precheckDenyResultSchema: import("zod").ZodObject<{
364
+ reason: import("zod").ZodString;
365
+ currentCount: import("zod").ZodNumber;
366
+ maxSends: import("zod").ZodNumber;
367
+ secondsUntilReset: import("zod").ZodNumber;
368
+ }, "strip", import("zod").ZodTypeAny, {
369
+ currentCount: number;
370
+ secondsUntilReset: number;
371
+ maxSends: number;
372
+ reason: string;
373
+ }, {
374
+ currentCount: number;
375
+ secondsUntilReset: number;
376
+ maxSends: number;
377
+ reason: string;
378
+ }>;
379
+ commitParamsSchema: import("zod").ZodObject<{
380
+ currentCount: import("zod").ZodNumber;
381
+ maxSends: import("zod").ZodNumber;
382
+ remainingSends: import("zod").ZodNumber;
383
+ timeWindowSeconds: import("zod").ZodNumber;
384
+ }, "strip", import("zod").ZodTypeAny, {
385
+ currentCount: number;
386
+ remainingSends: number;
387
+ maxSends: number;
388
+ timeWindowSeconds: number;
389
+ }, {
390
+ currentCount: number;
391
+ remainingSends: number;
392
+ maxSends: number;
393
+ timeWindowSeconds: number;
394
+ }>;
395
+ commitAllowResultSchema: import("zod").ZodObject<{
396
+ recorded: import("zod").ZodBoolean;
397
+ newCount: import("zod").ZodNumber;
398
+ remainingSends: import("zod").ZodNumber;
399
+ }, "strip", import("zod").ZodTypeAny, {
400
+ remainingSends: number;
401
+ recorded: boolean;
402
+ newCount: number;
403
+ }, {
404
+ remainingSends: number;
405
+ recorded: boolean;
406
+ newCount: number;
407
+ }>;
408
+ commitDenyResultSchema: import("zod").ZodObject<{
409
+ reason: import("zod").ZodString;
410
+ }, "strip", import("zod").ZodTypeAny, {
411
+ reason: string;
412
+ }, {
413
+ reason: string;
414
+ }>;
415
+ evaluate: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
416
+ to: import("zod").ZodString;
417
+ amount: import("zod").ZodString;
418
+ }, "strip", import("zod").ZodTypeAny, {
419
+ to: string;
420
+ amount: string;
421
+ }, {
422
+ to: string;
423
+ amount: string;
424
+ }>, import("zod").ZodObject<{
425
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
426
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
427
+ }, "strip", import("zod").ZodTypeAny, {
428
+ maxSends: bigint;
429
+ timeWindowSeconds: bigint;
430
+ }, {
431
+ maxSends?: bigint | undefined;
432
+ timeWindowSeconds?: bigint | undefined;
433
+ }>, import("zod").ZodObject<{
434
+ currentCount: import("zod").ZodNumber;
435
+ maxSends: import("zod").ZodNumber;
436
+ remainingSends: import("zod").ZodNumber;
437
+ timeWindowSeconds: import("zod").ZodNumber;
438
+ }, "strip", import("zod").ZodTypeAny, {
439
+ currentCount: number;
440
+ remainingSends: number;
441
+ maxSends: number;
442
+ timeWindowSeconds: number;
443
+ }, {
444
+ currentCount: number;
445
+ remainingSends: number;
446
+ maxSends: number;
447
+ timeWindowSeconds: number;
448
+ }>, import("zod").ZodObject<{
449
+ reason: import("zod").ZodString;
450
+ currentCount: import("zod").ZodNumber;
451
+ maxSends: import("zod").ZodNumber;
452
+ secondsUntilReset: import("zod").ZodNumber;
453
+ timeWindowSeconds: import("zod").ZodNumber;
454
+ }, "strip", import("zod").ZodTypeAny, {
455
+ currentCount: number;
456
+ secondsUntilReset: number;
457
+ maxSends: number;
458
+ timeWindowSeconds: number;
459
+ reason: string;
460
+ }, {
461
+ currentCount: number;
462
+ secondsUntilReset: number;
463
+ maxSends: number;
464
+ timeWindowSeconds: number;
465
+ reason: string;
466
+ }>>;
467
+ precheck: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
468
+ to: import("zod").ZodString;
469
+ amount: import("zod").ZodString;
470
+ }, "strip", import("zod").ZodTypeAny, {
471
+ to: string;
472
+ amount: string;
473
+ }, {
474
+ to: string;
475
+ amount: string;
476
+ }>, import("zod").ZodObject<{
477
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
478
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
479
+ }, "strip", import("zod").ZodTypeAny, {
480
+ maxSends: bigint;
481
+ timeWindowSeconds: bigint;
482
+ }, {
483
+ maxSends?: bigint | undefined;
484
+ timeWindowSeconds?: bigint | undefined;
485
+ }>, import("zod").ZodObject<{
486
+ currentCount: import("zod").ZodNumber;
487
+ maxSends: import("zod").ZodNumber;
488
+ remainingSends: import("zod").ZodNumber;
489
+ timeWindowSeconds: import("zod").ZodNumber;
490
+ }, "strip", import("zod").ZodTypeAny, {
491
+ currentCount: number;
492
+ remainingSends: number;
493
+ maxSends: number;
494
+ timeWindowSeconds: number;
495
+ }, {
496
+ currentCount: number;
497
+ remainingSends: number;
498
+ maxSends: number;
499
+ timeWindowSeconds: number;
500
+ }>, import("zod").ZodObject<{
501
+ reason: import("zod").ZodString;
502
+ currentCount: import("zod").ZodNumber;
503
+ maxSends: import("zod").ZodNumber;
504
+ secondsUntilReset: import("zod").ZodNumber;
505
+ }, "strip", import("zod").ZodTypeAny, {
506
+ currentCount: number;
507
+ secondsUntilReset: number;
508
+ maxSends: number;
509
+ reason: string;
510
+ }, {
511
+ currentCount: number;
512
+ secondsUntilReset: number;
513
+ maxSends: number;
514
+ reason: string;
515
+ }>> | undefined;
516
+ commit: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").CommitLifecycleFunction<import("zod").ZodObject<{
517
+ currentCount: import("zod").ZodNumber;
518
+ maxSends: import("zod").ZodNumber;
519
+ remainingSends: import("zod").ZodNumber;
520
+ timeWindowSeconds: import("zod").ZodNumber;
521
+ }, "strip", import("zod").ZodTypeAny, {
522
+ currentCount: number;
523
+ remainingSends: number;
524
+ maxSends: number;
525
+ timeWindowSeconds: number;
526
+ }, {
527
+ currentCount: number;
528
+ remainingSends: number;
529
+ maxSends: number;
530
+ timeWindowSeconds: number;
531
+ }>, import("zod").ZodObject<{
532
+ recorded: import("zod").ZodBoolean;
533
+ newCount: import("zod").ZodNumber;
534
+ remainingSends: import("zod").ZodNumber;
535
+ }, "strip", import("zod").ZodTypeAny, {
536
+ remainingSends: number;
537
+ recorded: boolean;
538
+ newCount: number;
539
+ }, {
540
+ remainingSends: number;
541
+ recorded: boolean;
542
+ newCount: number;
543
+ }>, import("zod").ZodObject<{
544
+ reason: import("zod").ZodString;
545
+ }, "strip", import("zod").ZodTypeAny, {
546
+ reason: string;
547
+ }, {
548
+ reason: string;
549
+ }>> | undefined;
550
+ };
551
+ }], "@lit-protocol/vincent-policy-send-counter-limit">, {
552
+ "@lit-protocol/vincent-policy-send-counter-limit": {
553
+ vincentPolicy: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").VincentPolicy<"@lit-protocol/vincent-policy-send-counter-limit", import("zod").ZodObject<{
554
+ to: import("zod").ZodString;
555
+ amount: import("zod").ZodString;
556
+ }, "strip", import("zod").ZodTypeAny, {
557
+ to: string;
558
+ amount: string;
559
+ }, {
560
+ to: string;
561
+ amount: string;
562
+ }>, import("zod").ZodObject<{
563
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
564
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
565
+ }, "strip", import("zod").ZodTypeAny, {
566
+ maxSends: bigint;
567
+ timeWindowSeconds: bigint;
568
+ }, {
569
+ maxSends?: bigint | undefined;
570
+ timeWindowSeconds?: bigint | undefined;
571
+ }>, import("zod").ZodObject<{
572
+ currentCount: import("zod").ZodNumber;
573
+ maxSends: import("zod").ZodNumber;
574
+ remainingSends: import("zod").ZodNumber;
575
+ timeWindowSeconds: import("zod").ZodNumber;
576
+ }, "strip", import("zod").ZodTypeAny, {
577
+ currentCount: number;
578
+ remainingSends: number;
579
+ maxSends: number;
580
+ timeWindowSeconds: number;
581
+ }, {
582
+ currentCount: number;
583
+ remainingSends: number;
584
+ maxSends: number;
585
+ timeWindowSeconds: number;
586
+ }>, import("zod").ZodObject<{
587
+ reason: import("zod").ZodString;
588
+ currentCount: import("zod").ZodNumber;
589
+ maxSends: import("zod").ZodNumber;
590
+ secondsUntilReset: import("zod").ZodNumber;
591
+ }, "strip", import("zod").ZodTypeAny, {
592
+ currentCount: number;
593
+ secondsUntilReset: number;
594
+ maxSends: number;
595
+ reason: string;
596
+ }, {
597
+ currentCount: number;
598
+ secondsUntilReset: number;
599
+ maxSends: number;
600
+ reason: string;
601
+ }>, import("zod").ZodObject<{
602
+ currentCount: import("zod").ZodNumber;
603
+ maxSends: import("zod").ZodNumber;
604
+ remainingSends: import("zod").ZodNumber;
605
+ timeWindowSeconds: import("zod").ZodNumber;
606
+ }, "strip", import("zod").ZodTypeAny, {
607
+ currentCount: number;
608
+ remainingSends: number;
609
+ maxSends: number;
610
+ timeWindowSeconds: number;
611
+ }, {
612
+ currentCount: number;
613
+ remainingSends: number;
614
+ maxSends: number;
615
+ timeWindowSeconds: number;
616
+ }>, import("zod").ZodObject<{
617
+ reason: import("zod").ZodString;
618
+ currentCount: import("zod").ZodNumber;
619
+ maxSends: import("zod").ZodNumber;
620
+ secondsUntilReset: import("zod").ZodNumber;
621
+ timeWindowSeconds: import("zod").ZodNumber;
622
+ }, "strip", import("zod").ZodTypeAny, {
623
+ currentCount: number;
624
+ secondsUntilReset: number;
625
+ maxSends: number;
626
+ timeWindowSeconds: number;
627
+ reason: string;
628
+ }, {
629
+ currentCount: number;
630
+ secondsUntilReset: number;
631
+ maxSends: number;
632
+ timeWindowSeconds: number;
633
+ reason: string;
634
+ }>, import("zod").ZodObject<{
635
+ currentCount: import("zod").ZodNumber;
636
+ maxSends: import("zod").ZodNumber;
637
+ remainingSends: import("zod").ZodNumber;
638
+ timeWindowSeconds: import("zod").ZodNumber;
639
+ }, "strip", import("zod").ZodTypeAny, {
640
+ currentCount: number;
641
+ remainingSends: number;
642
+ maxSends: number;
643
+ timeWindowSeconds: number;
644
+ }, {
645
+ currentCount: number;
646
+ remainingSends: number;
647
+ maxSends: number;
648
+ timeWindowSeconds: number;
649
+ }>, import("zod").ZodObject<{
650
+ recorded: import("zod").ZodBoolean;
651
+ newCount: import("zod").ZodNumber;
652
+ remainingSends: import("zod").ZodNumber;
653
+ }, "strip", import("zod").ZodTypeAny, {
654
+ remainingSends: number;
655
+ recorded: boolean;
656
+ newCount: number;
657
+ }, {
658
+ remainingSends: number;
659
+ recorded: boolean;
660
+ newCount: number;
661
+ }>, import("zod").ZodObject<{
662
+ reason: import("zod").ZodString;
663
+ }, "strip", import("zod").ZodTypeAny, {
664
+ reason: string;
665
+ }, {
666
+ reason: string;
667
+ }>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
668
+ to: import("zod").ZodString;
669
+ amount: import("zod").ZodString;
670
+ }, "strip", import("zod").ZodTypeAny, {
671
+ to: string;
672
+ amount: string;
673
+ }, {
674
+ to: string;
675
+ amount: string;
676
+ }>, import("zod").ZodObject<{
677
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
678
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
679
+ }, "strip", import("zod").ZodTypeAny, {
680
+ maxSends: bigint;
681
+ timeWindowSeconds: bigint;
682
+ }, {
683
+ maxSends?: bigint | undefined;
684
+ timeWindowSeconds?: bigint | undefined;
685
+ }>, import("zod").ZodObject<{
686
+ currentCount: import("zod").ZodNumber;
687
+ maxSends: import("zod").ZodNumber;
688
+ remainingSends: import("zod").ZodNumber;
689
+ timeWindowSeconds: import("zod").ZodNumber;
690
+ }, "strip", import("zod").ZodTypeAny, {
691
+ currentCount: number;
692
+ remainingSends: number;
693
+ maxSends: number;
694
+ timeWindowSeconds: number;
695
+ }, {
696
+ currentCount: number;
697
+ remainingSends: number;
698
+ maxSends: number;
699
+ timeWindowSeconds: number;
700
+ }>, import("zod").ZodObject<{
701
+ reason: import("zod").ZodString;
702
+ currentCount: import("zod").ZodNumber;
703
+ maxSends: import("zod").ZodNumber;
704
+ secondsUntilReset: import("zod").ZodNumber;
705
+ timeWindowSeconds: import("zod").ZodNumber;
706
+ }, "strip", import("zod").ZodTypeAny, {
707
+ currentCount: number;
708
+ secondsUntilReset: number;
709
+ maxSends: number;
710
+ timeWindowSeconds: number;
711
+ reason: string;
712
+ }, {
713
+ currentCount: number;
714
+ secondsUntilReset: number;
715
+ maxSends: number;
716
+ timeWindowSeconds: number;
717
+ reason: string;
718
+ }>>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
719
+ to: import("zod").ZodString;
720
+ amount: import("zod").ZodString;
721
+ }, "strip", import("zod").ZodTypeAny, {
722
+ to: string;
723
+ amount: string;
724
+ }, {
725
+ to: string;
726
+ amount: string;
727
+ }>, import("zod").ZodObject<{
728
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
729
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
730
+ }, "strip", import("zod").ZodTypeAny, {
731
+ maxSends: bigint;
732
+ timeWindowSeconds: bigint;
733
+ }, {
734
+ maxSends?: bigint | undefined;
735
+ timeWindowSeconds?: bigint | undefined;
736
+ }>, import("zod").ZodObject<{
737
+ currentCount: import("zod").ZodNumber;
738
+ maxSends: import("zod").ZodNumber;
739
+ remainingSends: import("zod").ZodNumber;
740
+ timeWindowSeconds: import("zod").ZodNumber;
741
+ }, "strip", import("zod").ZodTypeAny, {
742
+ currentCount: number;
743
+ remainingSends: number;
744
+ maxSends: number;
745
+ timeWindowSeconds: number;
746
+ }, {
747
+ currentCount: number;
748
+ remainingSends: number;
749
+ maxSends: number;
750
+ timeWindowSeconds: number;
751
+ }>, import("zod").ZodObject<{
752
+ reason: import("zod").ZodString;
753
+ currentCount: import("zod").ZodNumber;
754
+ maxSends: import("zod").ZodNumber;
755
+ secondsUntilReset: import("zod").ZodNumber;
756
+ }, "strip", import("zod").ZodTypeAny, {
757
+ currentCount: number;
758
+ secondsUntilReset: number;
759
+ maxSends: number;
760
+ reason: string;
761
+ }, {
762
+ currentCount: number;
763
+ secondsUntilReset: number;
764
+ maxSends: number;
765
+ reason: string;
766
+ }>>, import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").CommitLifecycleFunction<import("zod").ZodObject<{
767
+ currentCount: import("zod").ZodNumber;
768
+ maxSends: import("zod").ZodNumber;
769
+ remainingSends: import("zod").ZodNumber;
770
+ timeWindowSeconds: import("zod").ZodNumber;
771
+ }, "strip", import("zod").ZodTypeAny, {
772
+ currentCount: number;
773
+ remainingSends: number;
774
+ maxSends: number;
775
+ timeWindowSeconds: number;
776
+ }, {
777
+ currentCount: number;
778
+ remainingSends: number;
779
+ maxSends: number;
780
+ timeWindowSeconds: number;
781
+ }>, import("zod").ZodObject<{
782
+ recorded: import("zod").ZodBoolean;
783
+ newCount: import("zod").ZodNumber;
784
+ remainingSends: import("zod").ZodNumber;
785
+ }, "strip", import("zod").ZodTypeAny, {
786
+ remainingSends: number;
787
+ recorded: boolean;
788
+ newCount: number;
789
+ }, {
790
+ remainingSends: number;
791
+ recorded: boolean;
792
+ newCount: number;
793
+ }>, import("zod").ZodObject<{
794
+ reason: import("zod").ZodString;
795
+ }, "strip", import("zod").ZodTypeAny, {
796
+ reason: string;
797
+ }, {
798
+ reason: string;
799
+ }>>>;
800
+ ipfsCid: string;
801
+ abilityParameterMappings: Partial<{
802
+ alchemyGasSponsor: "to" | "amount";
803
+ to: "to" | "amount";
804
+ amount: "to" | "amount";
805
+ tokenAddress: "to" | "amount";
806
+ chain: "to" | "amount";
807
+ rpcUrl: "to" | "amount";
808
+ alchemyGasSponsorApiKey?: "to" | "amount" | undefined;
809
+ alchemyGasSponsorPolicyId?: "to" | "amount" | undefined;
810
+ }>;
811
+ vincentAbilityApiVersion: string;
812
+ __schemaTypes: {
813
+ policyAbilityParamsSchema: import("zod").ZodObject<{
814
+ to: import("zod").ZodString;
815
+ amount: import("zod").ZodString;
816
+ }, "strip", import("zod").ZodTypeAny, {
817
+ to: string;
818
+ amount: string;
819
+ }, {
820
+ to: string;
821
+ amount: string;
822
+ }>;
823
+ userParamsSchema: import("zod").ZodObject<{
824
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
825
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
826
+ }, "strip", import("zod").ZodTypeAny, {
827
+ maxSends: bigint;
828
+ timeWindowSeconds: bigint;
829
+ }, {
830
+ maxSends?: bigint | undefined;
831
+ timeWindowSeconds?: bigint | undefined;
832
+ }>;
833
+ evalAllowResultSchema: import("zod").ZodObject<{
834
+ currentCount: import("zod").ZodNumber;
835
+ maxSends: import("zod").ZodNumber;
836
+ remainingSends: import("zod").ZodNumber;
837
+ timeWindowSeconds: import("zod").ZodNumber;
838
+ }, "strip", import("zod").ZodTypeAny, {
839
+ currentCount: number;
840
+ remainingSends: number;
841
+ maxSends: number;
842
+ timeWindowSeconds: number;
843
+ }, {
844
+ currentCount: number;
845
+ remainingSends: number;
846
+ maxSends: number;
847
+ timeWindowSeconds: number;
848
+ }>;
849
+ evalDenyResultSchema: import("zod").ZodObject<{
850
+ reason: import("zod").ZodString;
851
+ currentCount: import("zod").ZodNumber;
852
+ maxSends: import("zod").ZodNumber;
853
+ secondsUntilReset: import("zod").ZodNumber;
854
+ timeWindowSeconds: import("zod").ZodNumber;
855
+ }, "strip", import("zod").ZodTypeAny, {
856
+ currentCount: number;
857
+ secondsUntilReset: number;
858
+ maxSends: number;
859
+ timeWindowSeconds: number;
860
+ reason: string;
861
+ }, {
862
+ currentCount: number;
863
+ secondsUntilReset: number;
864
+ maxSends: number;
865
+ timeWindowSeconds: number;
866
+ reason: string;
867
+ }>;
868
+ precheckAllowResultSchema: import("zod").ZodObject<{
869
+ currentCount: import("zod").ZodNumber;
870
+ maxSends: import("zod").ZodNumber;
871
+ remainingSends: import("zod").ZodNumber;
872
+ timeWindowSeconds: import("zod").ZodNumber;
873
+ }, "strip", import("zod").ZodTypeAny, {
874
+ currentCount: number;
875
+ remainingSends: number;
876
+ maxSends: number;
877
+ timeWindowSeconds: number;
878
+ }, {
879
+ currentCount: number;
880
+ remainingSends: number;
881
+ maxSends: number;
882
+ timeWindowSeconds: number;
883
+ }>;
884
+ precheckDenyResultSchema: import("zod").ZodObject<{
885
+ reason: import("zod").ZodString;
886
+ currentCount: import("zod").ZodNumber;
887
+ maxSends: import("zod").ZodNumber;
888
+ secondsUntilReset: import("zod").ZodNumber;
889
+ }, "strip", import("zod").ZodTypeAny, {
890
+ currentCount: number;
891
+ secondsUntilReset: number;
892
+ maxSends: number;
893
+ reason: string;
894
+ }, {
895
+ currentCount: number;
896
+ secondsUntilReset: number;
897
+ maxSends: number;
898
+ reason: string;
899
+ }>;
900
+ commitParamsSchema: import("zod").ZodObject<{
901
+ currentCount: import("zod").ZodNumber;
902
+ maxSends: import("zod").ZodNumber;
903
+ remainingSends: import("zod").ZodNumber;
904
+ timeWindowSeconds: import("zod").ZodNumber;
905
+ }, "strip", import("zod").ZodTypeAny, {
906
+ currentCount: number;
907
+ remainingSends: number;
908
+ maxSends: number;
909
+ timeWindowSeconds: number;
910
+ }, {
911
+ currentCount: number;
912
+ remainingSends: number;
913
+ maxSends: number;
914
+ timeWindowSeconds: number;
915
+ }>;
916
+ commitAllowResultSchema: import("zod").ZodObject<{
917
+ recorded: import("zod").ZodBoolean;
918
+ newCount: import("zod").ZodNumber;
919
+ remainingSends: import("zod").ZodNumber;
920
+ }, "strip", import("zod").ZodTypeAny, {
921
+ remainingSends: number;
922
+ recorded: boolean;
923
+ newCount: number;
924
+ }, {
925
+ remainingSends: number;
926
+ recorded: boolean;
927
+ newCount: number;
928
+ }>;
929
+ commitDenyResultSchema: import("zod").ZodObject<{
930
+ reason: import("zod").ZodString;
931
+ }, "strip", import("zod").ZodTypeAny, {
932
+ reason: string;
933
+ }, {
934
+ reason: string;
935
+ }>;
936
+ evaluate: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
937
+ to: import("zod").ZodString;
938
+ amount: import("zod").ZodString;
939
+ }, "strip", import("zod").ZodTypeAny, {
940
+ to: string;
941
+ amount: string;
942
+ }, {
943
+ to: string;
944
+ amount: string;
945
+ }>, import("zod").ZodObject<{
946
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
947
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
948
+ }, "strip", import("zod").ZodTypeAny, {
949
+ maxSends: bigint;
950
+ timeWindowSeconds: bigint;
951
+ }, {
952
+ maxSends?: bigint | undefined;
953
+ timeWindowSeconds?: bigint | undefined;
954
+ }>, import("zod").ZodObject<{
955
+ currentCount: import("zod").ZodNumber;
956
+ maxSends: import("zod").ZodNumber;
957
+ remainingSends: import("zod").ZodNumber;
958
+ timeWindowSeconds: import("zod").ZodNumber;
959
+ }, "strip", import("zod").ZodTypeAny, {
960
+ currentCount: number;
961
+ remainingSends: number;
962
+ maxSends: number;
963
+ timeWindowSeconds: number;
964
+ }, {
965
+ currentCount: number;
966
+ remainingSends: number;
967
+ maxSends: number;
968
+ timeWindowSeconds: number;
969
+ }>, import("zod").ZodObject<{
970
+ reason: import("zod").ZodString;
971
+ currentCount: import("zod").ZodNumber;
972
+ maxSends: import("zod").ZodNumber;
973
+ secondsUntilReset: import("zod").ZodNumber;
974
+ timeWindowSeconds: import("zod").ZodNumber;
975
+ }, "strip", import("zod").ZodTypeAny, {
976
+ currentCount: number;
977
+ secondsUntilReset: number;
978
+ maxSends: number;
979
+ timeWindowSeconds: number;
980
+ reason: string;
981
+ }, {
982
+ currentCount: number;
983
+ secondsUntilReset: number;
984
+ maxSends: number;
985
+ timeWindowSeconds: number;
986
+ reason: string;
987
+ }>>;
988
+ precheck: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").PolicyLifecycleFunction<import("zod").ZodObject<{
989
+ to: import("zod").ZodString;
990
+ amount: import("zod").ZodString;
991
+ }, "strip", import("zod").ZodTypeAny, {
992
+ to: string;
993
+ amount: string;
994
+ }, {
995
+ to: string;
996
+ amount: string;
997
+ }>, import("zod").ZodObject<{
998
+ maxSends: import("zod").ZodDefault<import("zod").ZodBigInt>;
999
+ timeWindowSeconds: import("zod").ZodDefault<import("zod").ZodBigInt>;
1000
+ }, "strip", import("zod").ZodTypeAny, {
1001
+ maxSends: bigint;
1002
+ timeWindowSeconds: bigint;
1003
+ }, {
1004
+ maxSends?: bigint | undefined;
1005
+ timeWindowSeconds?: bigint | undefined;
1006
+ }>, import("zod").ZodObject<{
1007
+ currentCount: import("zod").ZodNumber;
1008
+ maxSends: import("zod").ZodNumber;
1009
+ remainingSends: import("zod").ZodNumber;
1010
+ timeWindowSeconds: import("zod").ZodNumber;
1011
+ }, "strip", import("zod").ZodTypeAny, {
1012
+ currentCount: number;
1013
+ remainingSends: number;
1014
+ maxSends: number;
1015
+ timeWindowSeconds: number;
1016
+ }, {
1017
+ currentCount: number;
1018
+ remainingSends: number;
1019
+ maxSends: number;
1020
+ timeWindowSeconds: number;
1021
+ }>, import("zod").ZodObject<{
1022
+ reason: import("zod").ZodString;
1023
+ currentCount: import("zod").ZodNumber;
1024
+ maxSends: import("zod").ZodNumber;
1025
+ secondsUntilReset: import("zod").ZodNumber;
1026
+ }, "strip", import("zod").ZodTypeAny, {
1027
+ currentCount: number;
1028
+ secondsUntilReset: number;
1029
+ maxSends: number;
1030
+ reason: string;
1031
+ }, {
1032
+ currentCount: number;
1033
+ secondsUntilReset: number;
1034
+ maxSends: number;
1035
+ reason: string;
1036
+ }>> | undefined;
1037
+ commit: import("node_modules/@lit-protocol/vincent-ability-sdk/dist/src/lib/types").CommitLifecycleFunction<import("zod").ZodObject<{
1038
+ currentCount: import("zod").ZodNumber;
1039
+ maxSends: import("zod").ZodNumber;
1040
+ remainingSends: import("zod").ZodNumber;
1041
+ timeWindowSeconds: import("zod").ZodNumber;
1042
+ }, "strip", import("zod").ZodTypeAny, {
1043
+ currentCount: number;
1044
+ remainingSends: number;
1045
+ maxSends: number;
1046
+ timeWindowSeconds: number;
1047
+ }, {
1048
+ currentCount: number;
1049
+ remainingSends: number;
1050
+ maxSends: number;
1051
+ timeWindowSeconds: number;
1052
+ }>, import("zod").ZodObject<{
1053
+ recorded: import("zod").ZodBoolean;
1054
+ newCount: import("zod").ZodNumber;
1055
+ remainingSends: import("zod").ZodNumber;
1056
+ }, "strip", import("zod").ZodTypeAny, {
1057
+ remainingSends: number;
1058
+ recorded: boolean;
1059
+ newCount: number;
1060
+ }, {
1061
+ remainingSends: number;
1062
+ recorded: boolean;
1063
+ newCount: number;
1064
+ }>, import("zod").ZodObject<{
1065
+ reason: import("zod").ZodString;
1066
+ }, "strip", import("zod").ZodTypeAny, {
1067
+ reason: string;
1068
+ }, {
1069
+ reason: string;
1070
+ }>> | undefined;
1071
+ };
1072
+ };
1073
+ }, import("zod").ZodObject<{
1074
+ txHash: import("zod").ZodString;
1075
+ to: import("zod").ZodString;
1076
+ amount: import("zod").ZodString;
1077
+ tokenAddress: import("zod").ZodString;
1078
+ timestamp: import("zod").ZodNumber;
1079
+ }, "strip", import("zod").ZodTypeAny, {
1080
+ to: string;
1081
+ amount: string;
1082
+ tokenAddress: string;
1083
+ txHash: string;
1084
+ timestamp: number;
1085
+ }, {
1086
+ to: string;
1087
+ amount: string;
1088
+ tokenAddress: string;
1089
+ txHash: string;
1090
+ timestamp: number;
1091
+ }>, import("zod").ZodObject<{
1092
+ error: import("zod").ZodString;
1093
+ }, "strip", import("zod").ZodTypeAny, {
1094
+ error: string;
1095
+ }, {
1096
+ error: string;
1097
+ }>, import("zod").ZodObject<{
1098
+ addressValid: import("zod").ZodBoolean;
1099
+ amountValid: import("zod").ZodBoolean;
1100
+ tokenAddressValid: import("zod").ZodBoolean;
1101
+ estimatedGas: import("zod").ZodString;
1102
+ userBalance: import("zod").ZodString;
1103
+ }, "strip", import("zod").ZodTypeAny, {
1104
+ addressValid: boolean;
1105
+ amountValid: boolean;
1106
+ tokenAddressValid: boolean;
1107
+ estimatedGas: string;
1108
+ userBalance: string;
1109
+ }, {
1110
+ addressValid: boolean;
1111
+ amountValid: boolean;
1112
+ tokenAddressValid: boolean;
1113
+ estimatedGas: string;
1114
+ userBalance: string;
1115
+ }>, import("zod").ZodObject<{
1116
+ error: import("zod").ZodString;
1117
+ }, "strip", import("zod").ZodTypeAny, {
1118
+ error: string;
1119
+ }, {
1120
+ error: string;
1121
+ }>>, string>;
1122
+ //# sourceMappingURL=vincent-bundled-ability.d.ts.map