@account-kit/infra 4.0.0-alpha.1 → 4.0.0-alpha.10

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 (98) hide show
  1. package/dist/cjs/chains.d.ts +21 -0
  2. package/dist/cjs/chains.js +200 -1
  3. package/dist/cjs/chains.js.map +1 -1
  4. package/dist/cjs/client/decorators/alchemyEnhancedApis.d.ts +1173 -1317
  5. package/dist/cjs/client/internal/smartAccountClientFromRpc.js +2 -14
  6. package/dist/cjs/client/internal/smartAccountClientFromRpc.js.map +1 -1
  7. package/dist/cjs/client/isAlchemySmartAccountClient.d.ts +1173 -1317
  8. package/dist/cjs/client/rpcClient.js.map +1 -1
  9. package/dist/cjs/client/smartAccountClient.d.ts +2 -3
  10. package/dist/cjs/client/smartAccountClient.js +2 -2
  11. package/dist/cjs/client/smartAccountClient.js.map +1 -1
  12. package/dist/cjs/client/types.d.ts +1 -48
  13. package/dist/cjs/client/types.js.map +1 -1
  14. package/dist/cjs/defaults.js +7 -7
  15. package/dist/cjs/defaults.js.map +1 -1
  16. package/dist/cjs/gas-manager.js +16 -16
  17. package/dist/cjs/gas-manager.js.map +1 -1
  18. package/dist/cjs/index.d.ts +1 -1
  19. package/dist/cjs/index.js +22 -1
  20. package/dist/cjs/index.js.map +1 -1
  21. package/dist/cjs/middleware/gasManager.d.ts +2 -29
  22. package/dist/cjs/middleware/gasManager.js +4 -141
  23. package/dist/cjs/middleware/gasManager.js.map +1 -1
  24. package/dist/cjs/middleware/userOperationSimulator.d.ts +2 -2
  25. package/dist/cjs/middleware/userOperationSimulator.js.map +1 -1
  26. package/dist/cjs/schema.js +3 -10
  27. package/dist/cjs/schema.js.map +1 -1
  28. package/dist/cjs/version.d.ts +1 -1
  29. package/dist/cjs/version.js +1 -1
  30. package/dist/cjs/version.js.map +1 -1
  31. package/dist/esm/chains.d.ts +21 -0
  32. package/dist/esm/chains.js +199 -0
  33. package/dist/esm/chains.js.map +1 -1
  34. package/dist/esm/client/decorators/alchemyEnhancedApis.d.ts +1173 -1317
  35. package/dist/esm/client/internal/smartAccountClientFromRpc.js +2 -14
  36. package/dist/esm/client/internal/smartAccountClientFromRpc.js.map +1 -1
  37. package/dist/esm/client/isAlchemySmartAccountClient.d.ts +1173 -1317
  38. package/dist/esm/client/rpcClient.js.map +1 -1
  39. package/dist/esm/client/smartAccountClient.d.ts +2 -3
  40. package/dist/esm/client/smartAccountClient.js +2 -3
  41. package/dist/esm/client/smartAccountClient.js.map +1 -1
  42. package/dist/esm/client/types.d.ts +1 -48
  43. package/dist/esm/client/types.js.map +1 -1
  44. package/dist/esm/defaults.js +2 -1
  45. package/dist/esm/defaults.js.map +1 -1
  46. package/dist/esm/gas-manager.js +1 -1
  47. package/dist/esm/gas-manager.js.map +1 -1
  48. package/dist/esm/index.d.ts +1 -1
  49. package/dist/esm/index.js +1 -1
  50. package/dist/esm/index.js.map +1 -1
  51. package/dist/esm/middleware/gasManager.d.ts +2 -29
  52. package/dist/esm/middleware/gasManager.js +5 -142
  53. package/dist/esm/middleware/gasManager.js.map +1 -1
  54. package/dist/esm/middleware/userOperationSimulator.d.ts +2 -2
  55. package/dist/esm/middleware/userOperationSimulator.js.map +1 -1
  56. package/dist/esm/schema.js +4 -11
  57. package/dist/esm/schema.js.map +1 -1
  58. package/dist/esm/version.d.ts +1 -1
  59. package/dist/esm/version.js +1 -1
  60. package/dist/esm/version.js.map +1 -1
  61. package/dist/types/chains.d.ts +21 -0
  62. package/dist/types/chains.d.ts.map +1 -1
  63. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts +1173 -1317
  64. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts.map +1 -1
  65. package/dist/types/client/internal/smartAccountClientFromRpc.d.ts +2 -2
  66. package/dist/types/client/isAlchemySmartAccountClient.d.ts +1173 -1317
  67. package/dist/types/client/isAlchemySmartAccountClient.d.ts.map +1 -1
  68. package/dist/types/client/rpcClient.d.ts +1 -1
  69. package/dist/types/client/smartAccountClient.d.ts +2 -3
  70. package/dist/types/client/smartAccountClient.d.ts.map +1 -1
  71. package/dist/types/client/types.d.ts +1 -48
  72. package/dist/types/client/types.d.ts.map +1 -1
  73. package/dist/types/defaults.d.ts +1 -1
  74. package/dist/types/defaults.d.ts.map +1 -1
  75. package/dist/types/gas-manager.d.ts +1 -1
  76. package/dist/types/gas-manager.d.ts.map +1 -1
  77. package/dist/types/index.d.ts +1 -1
  78. package/dist/types/index.d.ts.map +1 -1
  79. package/dist/types/middleware/gasManager.d.ts +15 -87
  80. package/dist/types/middleware/gasManager.d.ts.map +1 -1
  81. package/dist/types/middleware/userOperationSimulator.d.ts +2 -2
  82. package/dist/types/middleware/userOperationSimulator.d.ts.map +1 -1
  83. package/dist/types/schema.d.ts.map +1 -1
  84. package/dist/types/version.d.ts +1 -1
  85. package/dist/types/version.d.ts.map +1 -1
  86. package/package.json +5 -4
  87. package/src/chains.ts +231 -0
  88. package/src/client/internal/smartAccountClientFromRpc.ts +4 -20
  89. package/src/client/rpcClient.ts +1 -1
  90. package/src/client/smartAccountClient.ts +4 -5
  91. package/src/client/types.ts +1 -54
  92. package/src/defaults.ts +4 -4
  93. package/src/gas-manager.ts +3 -3
  94. package/src/index.ts +24 -1
  95. package/src/middleware/gasManager.ts +21 -424
  96. package/src/middleware/userOperationSimulator.ts +6 -2
  97. package/src/schema.ts +3 -11
  98. package/src/version.ts +1 -1
@@ -207,24 +207,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
207
207
  Method: "eth_uninstallFilter";
208
208
  Parameters: [filterId: `0x${string}`];
209
209
  ReturnType: boolean;
210
- }, {
211
- Method: "alchemy_requestPaymasterAndData";
212
- Parameters: [{
213
- policyId: string;
214
- entryPoint: `0x${string}`;
215
- userOperation: import("@aa-sdk/core").UserOperationRequest;
216
- }];
217
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
218
- }, {
219
- Method: "alchemy_requestGasAndPaymasterAndData";
220
- Parameters: [{
221
- policyId: string;
222
- entryPoint: `0x${string}`;
223
- userOperation: import("@aa-sdk/core").UserOperationRequest;
224
- dummySignature: `0x${string}`;
225
- overrides?: Partial<{}> | undefined;
226
- }];
227
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
228
210
  }, {
229
211
  Method: "alchemy_simulateUserOperationAssetChanges";
230
212
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -289,44 +271,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
289
271
  [x: `address[${string}]`]: undefined;
290
272
  [x: `bool[${string}]`]: undefined;
291
273
  [x: `bytes[${string}]`]: undefined;
292
- [x: `bytes2[${string}]`]: undefined;
293
- [x: `bytes3[${string}]`]: undefined;
274
+ [x: `bytes18[${string}]`]: undefined;
294
275
  [x: `bytes1[${string}]`]: undefined;
295
- [x: `bytes4[${string}]`]: undefined;
296
276
  [x: `bytes5[${string}]`]: undefined;
297
- [x: `bytes32[${string}]`]: undefined;
298
- [x: `bytes31[${string}]`]: undefined;
299
- [x: `bytes30[${string}]`]: undefined;
300
- [x: `bytes29[${string}]`]: undefined;
301
- [x: `bytes28[${string}]`]: undefined;
302
- [x: `bytes27[${string}]`]: undefined;
303
- [x: `bytes26[${string}]`]: undefined;
304
- [x: `bytes25[${string}]`]: undefined;
305
- [x: `bytes24[${string}]`]: undefined;
306
- [x: `bytes23[${string}]`]: undefined;
307
- [x: `bytes22[${string}]`]: undefined;
308
- [x: `bytes21[${string}]`]: undefined;
309
- [x: `bytes20[${string}]`]: undefined;
310
- [x: `bytes19[${string}]`]: undefined;
311
- [x: `bytes18[${string}]`]: undefined;
312
- [x: `bytes17[${string}]`]: undefined;
313
- [x: `bytes16[${string}]`]: undefined;
314
- [x: `bytes15[${string}]`]: undefined;
315
- [x: `bytes14[${string}]`]: undefined;
316
- [x: `bytes13[${string}]`]: undefined;
317
- [x: `bytes12[${string}]`]: undefined;
318
- [x: `bytes11[${string}]`]: undefined;
319
277
  [x: `bytes10[${string}]`]: undefined;
320
- [x: `bytes9[${string}]`]: undefined;
321
- [x: `bytes8[${string}]`]: undefined;
322
- [x: `bytes7[${string}]`]: undefined;
278
+ [x: `bytes4[${string}]`]: undefined;
279
+ [x: `bytes2[${string}]`]: undefined;
280
+ [x: `bytes3[${string}]`]: undefined;
323
281
  [x: `bytes6[${string}]`]: undefined;
282
+ [x: `bytes7[${string}]`]: undefined;
283
+ [x: `bytes8[${string}]`]: undefined;
284
+ [x: `bytes9[${string}]`]: undefined;
285
+ [x: `bytes11[${string}]`]: undefined;
286
+ [x: `bytes12[${string}]`]: undefined;
287
+ [x: `bytes13[${string}]`]: undefined;
288
+ [x: `bytes14[${string}]`]: undefined;
289
+ [x: `bytes15[${string}]`]: undefined;
290
+ [x: `bytes16[${string}]`]: undefined;
291
+ [x: `bytes17[${string}]`]: undefined;
292
+ [x: `bytes19[${string}]`]: undefined;
293
+ [x: `bytes20[${string}]`]: undefined;
294
+ [x: `bytes21[${string}]`]: undefined;
295
+ [x: `bytes22[${string}]`]: undefined;
296
+ [x: `bytes23[${string}]`]: undefined;
297
+ [x: `bytes24[${string}]`]: undefined;
298
+ [x: `bytes25[${string}]`]: undefined;
299
+ [x: `bytes26[${string}]`]: undefined;
300
+ [x: `bytes27[${string}]`]: undefined;
301
+ [x: `bytes28[${string}]`]: undefined;
302
+ [x: `bytes29[${string}]`]: undefined;
303
+ [x: `bytes30[${string}]`]: undefined;
304
+ [x: `bytes31[${string}]`]: undefined;
305
+ [x: `bytes32[${string}]`]: undefined;
324
306
  [x: `int[${string}]`]: undefined;
325
- [x: `int40[${string}]`]: undefined;
326
- [x: `int32[${string}]`]: undefined;
327
- [x: `int24[${string}]`]: undefined;
328
- [x: `int16[${string}]`]: undefined;
329
307
  [x: `int8[${string}]`]: undefined;
308
+ [x: `int16[${string}]`]: undefined;
309
+ [x: `int24[${string}]`]: undefined;
310
+ [x: `int32[${string}]`]: undefined;
311
+ [x: `int40[${string}]`]: undefined;
330
312
  [x: `int48[${string}]`]: undefined;
331
313
  [x: `int56[${string}]`]: undefined;
332
314
  [x: `int64[${string}]`]: undefined;
@@ -355,11 +337,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
355
337
  [x: `int248[${string}]`]: undefined;
356
338
  [x: `int256[${string}]`]: undefined;
357
339
  [x: `uint[${string}]`]: undefined;
358
- [x: `uint40[${string}]`]: undefined;
359
- [x: `uint32[${string}]`]: undefined;
360
- [x: `uint24[${string}]`]: undefined;
361
- [x: `uint16[${string}]`]: undefined;
362
340
  [x: `uint8[${string}]`]: undefined;
341
+ [x: `uint16[${string}]`]: undefined;
342
+ [x: `uint24[${string}]`]: undefined;
343
+ [x: `uint32[${string}]`]: undefined;
344
+ [x: `uint40[${string}]`]: undefined;
363
345
  [x: `uint48[${string}]`]: undefined;
364
346
  [x: `uint56[${string}]`]: undefined;
365
347
  [x: `uint64[${string}]`]: undefined;
@@ -391,43 +373,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
391
373
  address?: undefined;
392
374
  bool?: undefined;
393
375
  bytes?: undefined;
394
- bytes2?: undefined;
395
- bytes3?: undefined;
376
+ bytes18?: undefined;
396
377
  bytes1?: undefined;
397
- bytes4?: undefined;
398
378
  bytes5?: undefined;
399
- bytes32?: undefined;
400
- bytes31?: undefined;
401
- bytes30?: undefined;
402
- bytes29?: undefined;
403
- bytes28?: undefined;
404
- bytes27?: undefined;
405
- bytes26?: undefined;
406
- bytes25?: undefined;
407
- bytes24?: undefined;
408
- bytes23?: undefined;
409
- bytes22?: undefined;
410
- bytes21?: undefined;
411
- bytes20?: undefined;
412
- bytes19?: undefined;
413
- bytes18?: undefined;
414
- bytes17?: undefined;
415
- bytes16?: undefined;
416
- bytes15?: undefined;
417
- bytes14?: undefined;
418
- bytes13?: undefined;
419
- bytes12?: undefined;
420
- bytes11?: undefined;
421
379
  bytes10?: undefined;
422
- bytes9?: undefined;
423
- bytes8?: undefined;
424
- bytes7?: undefined;
380
+ bytes4?: undefined;
381
+ bytes2?: undefined;
382
+ bytes3?: undefined;
425
383
  bytes6?: undefined;
426
- int40?: undefined;
427
- int32?: undefined;
428
- int24?: undefined;
429
- int16?: undefined;
384
+ bytes7?: undefined;
385
+ bytes8?: undefined;
386
+ bytes9?: undefined;
387
+ bytes11?: undefined;
388
+ bytes12?: undefined;
389
+ bytes13?: undefined;
390
+ bytes14?: undefined;
391
+ bytes15?: undefined;
392
+ bytes16?: undefined;
393
+ bytes17?: undefined;
394
+ bytes19?: undefined;
395
+ bytes20?: undefined;
396
+ bytes21?: undefined;
397
+ bytes22?: undefined;
398
+ bytes23?: undefined;
399
+ bytes24?: undefined;
400
+ bytes25?: undefined;
401
+ bytes26?: undefined;
402
+ bytes27?: undefined;
403
+ bytes28?: undefined;
404
+ bytes29?: undefined;
405
+ bytes30?: undefined;
406
+ bytes31?: undefined;
407
+ bytes32?: undefined;
430
408
  int8?: undefined;
409
+ int16?: undefined;
410
+ int24?: undefined;
411
+ int32?: undefined;
412
+ int40?: undefined;
431
413
  int48?: undefined;
432
414
  int56?: undefined;
433
415
  int64?: undefined;
@@ -455,11 +437,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
455
437
  int240?: undefined;
456
438
  int248?: undefined;
457
439
  int256?: undefined;
458
- uint40?: undefined;
459
- uint32?: undefined;
460
- uint24?: undefined;
461
- uint16?: undefined;
462
440
  uint8?: undefined;
441
+ uint16?: undefined;
442
+ uint24?: undefined;
443
+ uint32?: undefined;
444
+ uint40?: undefined;
463
445
  uint48?: undefined;
464
446
  uint56?: undefined;
465
447
  uint64?: undefined;
@@ -498,44 +480,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
498
480
  [x: `address[${string}]`]: undefined;
499
481
  [x: `bool[${string}]`]: undefined;
500
482
  [x: `bytes[${string}]`]: undefined;
501
- [x: `bytes2[${string}]`]: undefined;
502
- [x: `bytes3[${string}]`]: undefined;
483
+ [x: `bytes18[${string}]`]: undefined;
503
484
  [x: `bytes1[${string}]`]: undefined;
504
- [x: `bytes4[${string}]`]: undefined;
505
485
  [x: `bytes5[${string}]`]: undefined;
506
- [x: `bytes32[${string}]`]: undefined;
507
- [x: `bytes31[${string}]`]: undefined;
508
- [x: `bytes30[${string}]`]: undefined;
509
- [x: `bytes29[${string}]`]: undefined;
510
- [x: `bytes28[${string}]`]: undefined;
511
- [x: `bytes27[${string}]`]: undefined;
512
- [x: `bytes26[${string}]`]: undefined;
513
- [x: `bytes25[${string}]`]: undefined;
514
- [x: `bytes24[${string}]`]: undefined;
515
- [x: `bytes23[${string}]`]: undefined;
516
- [x: `bytes22[${string}]`]: undefined;
517
- [x: `bytes21[${string}]`]: undefined;
518
- [x: `bytes20[${string}]`]: undefined;
519
- [x: `bytes19[${string}]`]: undefined;
520
- [x: `bytes18[${string}]`]: undefined;
521
- [x: `bytes17[${string}]`]: undefined;
522
- [x: `bytes16[${string}]`]: undefined;
523
- [x: `bytes15[${string}]`]: undefined;
524
- [x: `bytes14[${string}]`]: undefined;
525
- [x: `bytes13[${string}]`]: undefined;
526
- [x: `bytes12[${string}]`]: undefined;
527
- [x: `bytes11[${string}]`]: undefined;
528
486
  [x: `bytes10[${string}]`]: undefined;
529
- [x: `bytes9[${string}]`]: undefined;
530
- [x: `bytes8[${string}]`]: undefined;
531
- [x: `bytes7[${string}]`]: undefined;
487
+ [x: `bytes4[${string}]`]: undefined;
488
+ [x: `bytes2[${string}]`]: undefined;
489
+ [x: `bytes3[${string}]`]: undefined;
532
490
  [x: `bytes6[${string}]`]: undefined;
491
+ [x: `bytes7[${string}]`]: undefined;
492
+ [x: `bytes8[${string}]`]: undefined;
493
+ [x: `bytes9[${string}]`]: undefined;
494
+ [x: `bytes11[${string}]`]: undefined;
495
+ [x: `bytes12[${string}]`]: undefined;
496
+ [x: `bytes13[${string}]`]: undefined;
497
+ [x: `bytes14[${string}]`]: undefined;
498
+ [x: `bytes15[${string}]`]: undefined;
499
+ [x: `bytes16[${string}]`]: undefined;
500
+ [x: `bytes17[${string}]`]: undefined;
501
+ [x: `bytes19[${string}]`]: undefined;
502
+ [x: `bytes20[${string}]`]: undefined;
503
+ [x: `bytes21[${string}]`]: undefined;
504
+ [x: `bytes22[${string}]`]: undefined;
505
+ [x: `bytes23[${string}]`]: undefined;
506
+ [x: `bytes24[${string}]`]: undefined;
507
+ [x: `bytes25[${string}]`]: undefined;
508
+ [x: `bytes26[${string}]`]: undefined;
509
+ [x: `bytes27[${string}]`]: undefined;
510
+ [x: `bytes28[${string}]`]: undefined;
511
+ [x: `bytes29[${string}]`]: undefined;
512
+ [x: `bytes30[${string}]`]: undefined;
513
+ [x: `bytes31[${string}]`]: undefined;
514
+ [x: `bytes32[${string}]`]: undefined;
533
515
  [x: `int[${string}]`]: undefined;
534
- [x: `int40[${string}]`]: undefined;
535
- [x: `int32[${string}]`]: undefined;
536
- [x: `int24[${string}]`]: undefined;
537
- [x: `int16[${string}]`]: undefined;
538
516
  [x: `int8[${string}]`]: undefined;
517
+ [x: `int16[${string}]`]: undefined;
518
+ [x: `int24[${string}]`]: undefined;
519
+ [x: `int32[${string}]`]: undefined;
520
+ [x: `int40[${string}]`]: undefined;
539
521
  [x: `int48[${string}]`]: undefined;
540
522
  [x: `int56[${string}]`]: undefined;
541
523
  [x: `int64[${string}]`]: undefined;
@@ -564,11 +546,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
564
546
  [x: `int248[${string}]`]: undefined;
565
547
  [x: `int256[${string}]`]: undefined;
566
548
  [x: `uint[${string}]`]: undefined;
567
- [x: `uint40[${string}]`]: undefined;
568
- [x: `uint32[${string}]`]: undefined;
569
- [x: `uint24[${string}]`]: undefined;
570
- [x: `uint16[${string}]`]: undefined;
571
549
  [x: `uint8[${string}]`]: undefined;
550
+ [x: `uint16[${string}]`]: undefined;
551
+ [x: `uint24[${string}]`]: undefined;
552
+ [x: `uint32[${string}]`]: undefined;
553
+ [x: `uint40[${string}]`]: undefined;
572
554
  [x: `uint48[${string}]`]: undefined;
573
555
  [x: `uint56[${string}]`]: undefined;
574
556
  [x: `uint64[${string}]`]: undefined;
@@ -600,43 +582,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
600
582
  address?: undefined;
601
583
  bool?: undefined;
602
584
  bytes?: undefined;
603
- bytes2?: undefined;
604
- bytes3?: undefined;
585
+ bytes18?: undefined;
605
586
  bytes1?: undefined;
606
- bytes4?: undefined;
607
587
  bytes5?: undefined;
608
- bytes32?: undefined;
609
- bytes31?: undefined;
610
- bytes30?: undefined;
611
- bytes29?: undefined;
612
- bytes28?: undefined;
613
- bytes27?: undefined;
614
- bytes26?: undefined;
615
- bytes25?: undefined;
616
- bytes24?: undefined;
617
- bytes23?: undefined;
618
- bytes22?: undefined;
619
- bytes21?: undefined;
620
- bytes20?: undefined;
621
- bytes19?: undefined;
622
- bytes18?: undefined;
623
- bytes17?: undefined;
624
- bytes16?: undefined;
625
- bytes15?: undefined;
626
- bytes14?: undefined;
627
- bytes13?: undefined;
628
- bytes12?: undefined;
629
- bytes11?: undefined;
630
588
  bytes10?: undefined;
631
- bytes9?: undefined;
632
- bytes8?: undefined;
633
- bytes7?: undefined;
589
+ bytes4?: undefined;
590
+ bytes2?: undefined;
591
+ bytes3?: undefined;
634
592
  bytes6?: undefined;
635
- int40?: undefined;
636
- int32?: undefined;
637
- int24?: undefined;
638
- int16?: undefined;
593
+ bytes7?: undefined;
594
+ bytes8?: undefined;
595
+ bytes9?: undefined;
596
+ bytes11?: undefined;
597
+ bytes12?: undefined;
598
+ bytes13?: undefined;
599
+ bytes14?: undefined;
600
+ bytes15?: undefined;
601
+ bytes16?: undefined;
602
+ bytes17?: undefined;
603
+ bytes19?: undefined;
604
+ bytes20?: undefined;
605
+ bytes21?: undefined;
606
+ bytes22?: undefined;
607
+ bytes23?: undefined;
608
+ bytes24?: undefined;
609
+ bytes25?: undefined;
610
+ bytes26?: undefined;
611
+ bytes27?: undefined;
612
+ bytes28?: undefined;
613
+ bytes29?: undefined;
614
+ bytes30?: undefined;
615
+ bytes31?: undefined;
616
+ bytes32?: undefined;
639
617
  int8?: undefined;
618
+ int16?: undefined;
619
+ int24?: undefined;
620
+ int32?: undefined;
621
+ int40?: undefined;
640
622
  int48?: undefined;
641
623
  int56?: undefined;
642
624
  int64?: undefined;
@@ -664,11 +646,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
664
646
  int240?: undefined;
665
647
  int248?: undefined;
666
648
  int256?: undefined;
667
- uint40?: undefined;
668
- uint32?: undefined;
669
- uint24?: undefined;
670
- uint16?: undefined;
671
649
  uint8?: undefined;
650
+ uint16?: undefined;
651
+ uint24?: undefined;
652
+ uint32?: undefined;
653
+ uint40?: undefined;
672
654
  uint48?: undefined;
673
655
  uint56?: undefined;
674
656
  uint64?: undefined;
@@ -899,24 +881,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
899
881
  Method: "eth_uninstallFilter";
900
882
  Parameters: [filterId: `0x${string}`];
901
883
  ReturnType: boolean;
902
- }, {
903
- Method: "alchemy_requestPaymasterAndData";
904
- Parameters: [{
905
- policyId: string;
906
- entryPoint: `0x${string}`;
907
- userOperation: import("@aa-sdk/core").UserOperationRequest;
908
- }];
909
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
910
- }, {
911
- Method: "alchemy_requestGasAndPaymasterAndData";
912
- Parameters: [{
913
- policyId: string;
914
- entryPoint: `0x${string}`;
915
- userOperation: import("@aa-sdk/core").UserOperationRequest;
916
- dummySignature: `0x${string}`;
917
- overrides?: Partial<{}> | undefined;
918
- }];
919
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
920
884
  }, {
921
885
  Method: "alchemy_simulateUserOperationAssetChanges";
922
886
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -981,44 +945,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
981
945
  [x: `address[${string}]`]: undefined;
982
946
  [x: `bool[${string}]`]: undefined;
983
947
  [x: `bytes[${string}]`]: undefined;
984
- [x: `bytes2[${string}]`]: undefined;
985
- [x: `bytes3[${string}]`]: undefined;
948
+ [x: `bytes18[${string}]`]: undefined;
986
949
  [x: `bytes1[${string}]`]: undefined;
987
- [x: `bytes4[${string}]`]: undefined;
988
950
  [x: `bytes5[${string}]`]: undefined;
989
- [x: `bytes32[${string}]`]: undefined;
990
- [x: `bytes31[${string}]`]: undefined;
991
- [x: `bytes30[${string}]`]: undefined;
992
- [x: `bytes29[${string}]`]: undefined;
993
- [x: `bytes28[${string}]`]: undefined;
994
- [x: `bytes27[${string}]`]: undefined;
995
- [x: `bytes26[${string}]`]: undefined;
996
- [x: `bytes25[${string}]`]: undefined;
997
- [x: `bytes24[${string}]`]: undefined;
998
- [x: `bytes23[${string}]`]: undefined;
999
- [x: `bytes22[${string}]`]: undefined;
1000
- [x: `bytes21[${string}]`]: undefined;
1001
- [x: `bytes20[${string}]`]: undefined;
1002
- [x: `bytes19[${string}]`]: undefined;
1003
- [x: `bytes18[${string}]`]: undefined;
1004
- [x: `bytes17[${string}]`]: undefined;
1005
- [x: `bytes16[${string}]`]: undefined;
1006
- [x: `bytes15[${string}]`]: undefined;
1007
- [x: `bytes14[${string}]`]: undefined;
1008
- [x: `bytes13[${string}]`]: undefined;
1009
- [x: `bytes12[${string}]`]: undefined;
1010
- [x: `bytes11[${string}]`]: undefined;
1011
951
  [x: `bytes10[${string}]`]: undefined;
1012
- [x: `bytes9[${string}]`]: undefined;
1013
- [x: `bytes8[${string}]`]: undefined;
1014
- [x: `bytes7[${string}]`]: undefined;
952
+ [x: `bytes4[${string}]`]: undefined;
953
+ [x: `bytes2[${string}]`]: undefined;
954
+ [x: `bytes3[${string}]`]: undefined;
1015
955
  [x: `bytes6[${string}]`]: undefined;
956
+ [x: `bytes7[${string}]`]: undefined;
957
+ [x: `bytes8[${string}]`]: undefined;
958
+ [x: `bytes9[${string}]`]: undefined;
959
+ [x: `bytes11[${string}]`]: undefined;
960
+ [x: `bytes12[${string}]`]: undefined;
961
+ [x: `bytes13[${string}]`]: undefined;
962
+ [x: `bytes14[${string}]`]: undefined;
963
+ [x: `bytes15[${string}]`]: undefined;
964
+ [x: `bytes16[${string}]`]: undefined;
965
+ [x: `bytes17[${string}]`]: undefined;
966
+ [x: `bytes19[${string}]`]: undefined;
967
+ [x: `bytes20[${string}]`]: undefined;
968
+ [x: `bytes21[${string}]`]: undefined;
969
+ [x: `bytes22[${string}]`]: undefined;
970
+ [x: `bytes23[${string}]`]: undefined;
971
+ [x: `bytes24[${string}]`]: undefined;
972
+ [x: `bytes25[${string}]`]: undefined;
973
+ [x: `bytes26[${string}]`]: undefined;
974
+ [x: `bytes27[${string}]`]: undefined;
975
+ [x: `bytes28[${string}]`]: undefined;
976
+ [x: `bytes29[${string}]`]: undefined;
977
+ [x: `bytes30[${string}]`]: undefined;
978
+ [x: `bytes31[${string}]`]: undefined;
979
+ [x: `bytes32[${string}]`]: undefined;
1016
980
  [x: `int[${string}]`]: undefined;
1017
- [x: `int40[${string}]`]: undefined;
1018
- [x: `int32[${string}]`]: undefined;
1019
- [x: `int24[${string}]`]: undefined;
1020
- [x: `int16[${string}]`]: undefined;
1021
981
  [x: `int8[${string}]`]: undefined;
982
+ [x: `int16[${string}]`]: undefined;
983
+ [x: `int24[${string}]`]: undefined;
984
+ [x: `int32[${string}]`]: undefined;
985
+ [x: `int40[${string}]`]: undefined;
1022
986
  [x: `int48[${string}]`]: undefined;
1023
987
  [x: `int56[${string}]`]: undefined;
1024
988
  [x: `int64[${string}]`]: undefined;
@@ -1047,11 +1011,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1047
1011
  [x: `int248[${string}]`]: undefined;
1048
1012
  [x: `int256[${string}]`]: undefined;
1049
1013
  [x: `uint[${string}]`]: undefined;
1050
- [x: `uint40[${string}]`]: undefined;
1051
- [x: `uint32[${string}]`]: undefined;
1052
- [x: `uint24[${string}]`]: undefined;
1053
- [x: `uint16[${string}]`]: undefined;
1054
1014
  [x: `uint8[${string}]`]: undefined;
1015
+ [x: `uint16[${string}]`]: undefined;
1016
+ [x: `uint24[${string}]`]: undefined;
1017
+ [x: `uint32[${string}]`]: undefined;
1018
+ [x: `uint40[${string}]`]: undefined;
1055
1019
  [x: `uint48[${string}]`]: undefined;
1056
1020
  [x: `uint56[${string}]`]: undefined;
1057
1021
  [x: `uint64[${string}]`]: undefined;
@@ -1083,43 +1047,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1083
1047
  address?: undefined;
1084
1048
  bool?: undefined;
1085
1049
  bytes?: undefined;
1086
- bytes2?: undefined;
1087
- bytes3?: undefined;
1050
+ bytes18?: undefined;
1088
1051
  bytes1?: undefined;
1089
- bytes4?: undefined;
1090
1052
  bytes5?: undefined;
1091
- bytes32?: undefined;
1092
- bytes31?: undefined;
1093
- bytes30?: undefined;
1094
- bytes29?: undefined;
1095
- bytes28?: undefined;
1096
- bytes27?: undefined;
1097
- bytes26?: undefined;
1098
- bytes25?: undefined;
1099
- bytes24?: undefined;
1100
- bytes23?: undefined;
1101
- bytes22?: undefined;
1102
- bytes21?: undefined;
1103
- bytes20?: undefined;
1104
- bytes19?: undefined;
1105
- bytes18?: undefined;
1106
- bytes17?: undefined;
1107
- bytes16?: undefined;
1108
- bytes15?: undefined;
1109
- bytes14?: undefined;
1110
- bytes13?: undefined;
1111
- bytes12?: undefined;
1112
- bytes11?: undefined;
1113
1053
  bytes10?: undefined;
1114
- bytes9?: undefined;
1115
- bytes8?: undefined;
1116
- bytes7?: undefined;
1054
+ bytes4?: undefined;
1055
+ bytes2?: undefined;
1056
+ bytes3?: undefined;
1117
1057
  bytes6?: undefined;
1118
- int40?: undefined;
1119
- int32?: undefined;
1120
- int24?: undefined;
1121
- int16?: undefined;
1058
+ bytes7?: undefined;
1059
+ bytes8?: undefined;
1060
+ bytes9?: undefined;
1061
+ bytes11?: undefined;
1062
+ bytes12?: undefined;
1063
+ bytes13?: undefined;
1064
+ bytes14?: undefined;
1065
+ bytes15?: undefined;
1066
+ bytes16?: undefined;
1067
+ bytes17?: undefined;
1068
+ bytes19?: undefined;
1069
+ bytes20?: undefined;
1070
+ bytes21?: undefined;
1071
+ bytes22?: undefined;
1072
+ bytes23?: undefined;
1073
+ bytes24?: undefined;
1074
+ bytes25?: undefined;
1075
+ bytes26?: undefined;
1076
+ bytes27?: undefined;
1077
+ bytes28?: undefined;
1078
+ bytes29?: undefined;
1079
+ bytes30?: undefined;
1080
+ bytes31?: undefined;
1081
+ bytes32?: undefined;
1122
1082
  int8?: undefined;
1083
+ int16?: undefined;
1084
+ int24?: undefined;
1085
+ int32?: undefined;
1086
+ int40?: undefined;
1123
1087
  int48?: undefined;
1124
1088
  int56?: undefined;
1125
1089
  int64?: undefined;
@@ -1147,11 +1111,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1147
1111
  int240?: undefined;
1148
1112
  int248?: undefined;
1149
1113
  int256?: undefined;
1150
- uint40?: undefined;
1151
- uint32?: undefined;
1152
- uint24?: undefined;
1153
- uint16?: undefined;
1154
1114
  uint8?: undefined;
1115
+ uint16?: undefined;
1116
+ uint24?: undefined;
1117
+ uint32?: undefined;
1118
+ uint40?: undefined;
1155
1119
  uint48?: undefined;
1156
1120
  uint56?: undefined;
1157
1121
  uint64?: undefined;
@@ -1190,44 +1154,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1190
1154
  [x: `address[${string}]`]: undefined;
1191
1155
  [x: `bool[${string}]`]: undefined;
1192
1156
  [x: `bytes[${string}]`]: undefined;
1193
- [x: `bytes2[${string}]`]: undefined;
1194
- [x: `bytes3[${string}]`]: undefined;
1157
+ [x: `bytes18[${string}]`]: undefined;
1195
1158
  [x: `bytes1[${string}]`]: undefined;
1196
- [x: `bytes4[${string}]`]: undefined;
1197
1159
  [x: `bytes5[${string}]`]: undefined;
1198
- [x: `bytes32[${string}]`]: undefined;
1199
- [x: `bytes31[${string}]`]: undefined;
1200
- [x: `bytes30[${string}]`]: undefined;
1201
- [x: `bytes29[${string}]`]: undefined;
1202
- [x: `bytes28[${string}]`]: undefined;
1203
- [x: `bytes27[${string}]`]: undefined;
1204
- [x: `bytes26[${string}]`]: undefined;
1205
- [x: `bytes25[${string}]`]: undefined;
1206
- [x: `bytes24[${string}]`]: undefined;
1207
- [x: `bytes23[${string}]`]: undefined;
1208
- [x: `bytes22[${string}]`]: undefined;
1209
- [x: `bytes21[${string}]`]: undefined;
1210
- [x: `bytes20[${string}]`]: undefined;
1211
- [x: `bytes19[${string}]`]: undefined;
1212
- [x: `bytes18[${string}]`]: undefined;
1213
- [x: `bytes17[${string}]`]: undefined;
1214
- [x: `bytes16[${string}]`]: undefined;
1215
- [x: `bytes15[${string}]`]: undefined;
1216
- [x: `bytes14[${string}]`]: undefined;
1217
- [x: `bytes13[${string}]`]: undefined;
1218
- [x: `bytes12[${string}]`]: undefined;
1219
- [x: `bytes11[${string}]`]: undefined;
1220
1160
  [x: `bytes10[${string}]`]: undefined;
1221
- [x: `bytes9[${string}]`]: undefined;
1222
- [x: `bytes8[${string}]`]: undefined;
1223
- [x: `bytes7[${string}]`]: undefined;
1161
+ [x: `bytes4[${string}]`]: undefined;
1162
+ [x: `bytes2[${string}]`]: undefined;
1163
+ [x: `bytes3[${string}]`]: undefined;
1224
1164
  [x: `bytes6[${string}]`]: undefined;
1165
+ [x: `bytes7[${string}]`]: undefined;
1166
+ [x: `bytes8[${string}]`]: undefined;
1167
+ [x: `bytes9[${string}]`]: undefined;
1168
+ [x: `bytes11[${string}]`]: undefined;
1169
+ [x: `bytes12[${string}]`]: undefined;
1170
+ [x: `bytes13[${string}]`]: undefined;
1171
+ [x: `bytes14[${string}]`]: undefined;
1172
+ [x: `bytes15[${string}]`]: undefined;
1173
+ [x: `bytes16[${string}]`]: undefined;
1174
+ [x: `bytes17[${string}]`]: undefined;
1175
+ [x: `bytes19[${string}]`]: undefined;
1176
+ [x: `bytes20[${string}]`]: undefined;
1177
+ [x: `bytes21[${string}]`]: undefined;
1178
+ [x: `bytes22[${string}]`]: undefined;
1179
+ [x: `bytes23[${string}]`]: undefined;
1180
+ [x: `bytes24[${string}]`]: undefined;
1181
+ [x: `bytes25[${string}]`]: undefined;
1182
+ [x: `bytes26[${string}]`]: undefined;
1183
+ [x: `bytes27[${string}]`]: undefined;
1184
+ [x: `bytes28[${string}]`]: undefined;
1185
+ [x: `bytes29[${string}]`]: undefined;
1186
+ [x: `bytes30[${string}]`]: undefined;
1187
+ [x: `bytes31[${string}]`]: undefined;
1188
+ [x: `bytes32[${string}]`]: undefined;
1225
1189
  [x: `int[${string}]`]: undefined;
1226
- [x: `int40[${string}]`]: undefined;
1227
- [x: `int32[${string}]`]: undefined;
1228
- [x: `int24[${string}]`]: undefined;
1229
- [x: `int16[${string}]`]: undefined;
1230
1190
  [x: `int8[${string}]`]: undefined;
1191
+ [x: `int16[${string}]`]: undefined;
1192
+ [x: `int24[${string}]`]: undefined;
1193
+ [x: `int32[${string}]`]: undefined;
1194
+ [x: `int40[${string}]`]: undefined;
1231
1195
  [x: `int48[${string}]`]: undefined;
1232
1196
  [x: `int56[${string}]`]: undefined;
1233
1197
  [x: `int64[${string}]`]: undefined;
@@ -1256,11 +1220,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1256
1220
  [x: `int248[${string}]`]: undefined;
1257
1221
  [x: `int256[${string}]`]: undefined;
1258
1222
  [x: `uint[${string}]`]: undefined;
1259
- [x: `uint40[${string}]`]: undefined;
1260
- [x: `uint32[${string}]`]: undefined;
1261
- [x: `uint24[${string}]`]: undefined;
1262
- [x: `uint16[${string}]`]: undefined;
1263
1223
  [x: `uint8[${string}]`]: undefined;
1224
+ [x: `uint16[${string}]`]: undefined;
1225
+ [x: `uint24[${string}]`]: undefined;
1226
+ [x: `uint32[${string}]`]: undefined;
1227
+ [x: `uint40[${string}]`]: undefined;
1264
1228
  [x: `uint48[${string}]`]: undefined;
1265
1229
  [x: `uint56[${string}]`]: undefined;
1266
1230
  [x: `uint64[${string}]`]: undefined;
@@ -1292,43 +1256,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1292
1256
  address?: undefined;
1293
1257
  bool?: undefined;
1294
1258
  bytes?: undefined;
1295
- bytes2?: undefined;
1296
- bytes3?: undefined;
1259
+ bytes18?: undefined;
1297
1260
  bytes1?: undefined;
1298
- bytes4?: undefined;
1299
1261
  bytes5?: undefined;
1300
- bytes32?: undefined;
1301
- bytes31?: undefined;
1302
- bytes30?: undefined;
1303
- bytes29?: undefined;
1304
- bytes28?: undefined;
1305
- bytes27?: undefined;
1306
- bytes26?: undefined;
1307
- bytes25?: undefined;
1308
- bytes24?: undefined;
1309
- bytes23?: undefined;
1310
- bytes22?: undefined;
1311
- bytes21?: undefined;
1312
- bytes20?: undefined;
1313
- bytes19?: undefined;
1314
- bytes18?: undefined;
1315
- bytes17?: undefined;
1316
- bytes16?: undefined;
1317
- bytes15?: undefined;
1318
- bytes14?: undefined;
1319
- bytes13?: undefined;
1320
- bytes12?: undefined;
1321
- bytes11?: undefined;
1322
1262
  bytes10?: undefined;
1323
- bytes9?: undefined;
1324
- bytes8?: undefined;
1325
- bytes7?: undefined;
1263
+ bytes4?: undefined;
1264
+ bytes2?: undefined;
1265
+ bytes3?: undefined;
1326
1266
  bytes6?: undefined;
1327
- int40?: undefined;
1328
- int32?: undefined;
1329
- int24?: undefined;
1330
- int16?: undefined;
1267
+ bytes7?: undefined;
1268
+ bytes8?: undefined;
1269
+ bytes9?: undefined;
1270
+ bytes11?: undefined;
1271
+ bytes12?: undefined;
1272
+ bytes13?: undefined;
1273
+ bytes14?: undefined;
1274
+ bytes15?: undefined;
1275
+ bytes16?: undefined;
1276
+ bytes17?: undefined;
1277
+ bytes19?: undefined;
1278
+ bytes20?: undefined;
1279
+ bytes21?: undefined;
1280
+ bytes22?: undefined;
1281
+ bytes23?: undefined;
1282
+ bytes24?: undefined;
1283
+ bytes25?: undefined;
1284
+ bytes26?: undefined;
1285
+ bytes27?: undefined;
1286
+ bytes28?: undefined;
1287
+ bytes29?: undefined;
1288
+ bytes30?: undefined;
1289
+ bytes31?: undefined;
1290
+ bytes32?: undefined;
1331
1291
  int8?: undefined;
1292
+ int16?: undefined;
1293
+ int24?: undefined;
1294
+ int32?: undefined;
1295
+ int40?: undefined;
1332
1296
  int48?: undefined;
1333
1297
  int56?: undefined;
1334
1298
  int64?: undefined;
@@ -1356,11 +1320,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1356
1320
  int240?: undefined;
1357
1321
  int248?: undefined;
1358
1322
  int256?: undefined;
1359
- uint40?: undefined;
1360
- uint32?: undefined;
1361
- uint24?: undefined;
1362
- uint16?: undefined;
1363
1323
  uint8?: undefined;
1324
+ uint16?: undefined;
1325
+ uint24?: undefined;
1326
+ uint32?: undefined;
1327
+ uint40?: undefined;
1364
1328
  uint48?: undefined;
1365
1329
  uint56?: undefined;
1366
1330
  uint64?: undefined;
@@ -1591,24 +1555,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1591
1555
  Method: "eth_uninstallFilter";
1592
1556
  Parameters: [filterId: `0x${string}`];
1593
1557
  ReturnType: boolean;
1594
- }, {
1595
- Method: "alchemy_requestPaymasterAndData";
1596
- Parameters: [{
1597
- policyId: string;
1598
- entryPoint: `0x${string}`;
1599
- userOperation: import("@aa-sdk/core").UserOperationRequest;
1600
- }];
1601
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
1602
- }, {
1603
- Method: "alchemy_requestGasAndPaymasterAndData";
1604
- Parameters: [{
1605
- policyId: string;
1606
- entryPoint: `0x${string}`;
1607
- userOperation: import("@aa-sdk/core").UserOperationRequest;
1608
- dummySignature: `0x${string}`;
1609
- overrides?: Partial<{}> | undefined;
1610
- }];
1611
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
1612
1558
  }, {
1613
1559
  Method: "alchemy_simulateUserOperationAssetChanges";
1614
1560
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -1673,44 +1619,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1673
1619
  [x: `address[${string}]`]: undefined;
1674
1620
  [x: `bool[${string}]`]: undefined;
1675
1621
  [x: `bytes[${string}]`]: undefined;
1676
- [x: `bytes2[${string}]`]: undefined;
1677
- [x: `bytes3[${string}]`]: undefined;
1622
+ [x: `bytes18[${string}]`]: undefined;
1678
1623
  [x: `bytes1[${string}]`]: undefined;
1679
- [x: `bytes4[${string}]`]: undefined;
1680
1624
  [x: `bytes5[${string}]`]: undefined;
1681
- [x: `bytes32[${string}]`]: undefined;
1682
- [x: `bytes31[${string}]`]: undefined;
1683
- [x: `bytes30[${string}]`]: undefined;
1684
- [x: `bytes29[${string}]`]: undefined;
1685
- [x: `bytes28[${string}]`]: undefined;
1686
- [x: `bytes27[${string}]`]: undefined;
1687
- [x: `bytes26[${string}]`]: undefined;
1688
- [x: `bytes25[${string}]`]: undefined;
1689
- [x: `bytes24[${string}]`]: undefined;
1690
- [x: `bytes23[${string}]`]: undefined;
1691
- [x: `bytes22[${string}]`]: undefined;
1692
- [x: `bytes21[${string}]`]: undefined;
1693
- [x: `bytes20[${string}]`]: undefined;
1694
- [x: `bytes19[${string}]`]: undefined;
1695
- [x: `bytes18[${string}]`]: undefined;
1696
- [x: `bytes17[${string}]`]: undefined;
1697
- [x: `bytes16[${string}]`]: undefined;
1698
- [x: `bytes15[${string}]`]: undefined;
1699
- [x: `bytes14[${string}]`]: undefined;
1700
- [x: `bytes13[${string}]`]: undefined;
1701
- [x: `bytes12[${string}]`]: undefined;
1702
- [x: `bytes11[${string}]`]: undefined;
1703
1625
  [x: `bytes10[${string}]`]: undefined;
1704
- [x: `bytes9[${string}]`]: undefined;
1705
- [x: `bytes8[${string}]`]: undefined;
1706
- [x: `bytes7[${string}]`]: undefined;
1626
+ [x: `bytes4[${string}]`]: undefined;
1627
+ [x: `bytes2[${string}]`]: undefined;
1628
+ [x: `bytes3[${string}]`]: undefined;
1707
1629
  [x: `bytes6[${string}]`]: undefined;
1630
+ [x: `bytes7[${string}]`]: undefined;
1631
+ [x: `bytes8[${string}]`]: undefined;
1632
+ [x: `bytes9[${string}]`]: undefined;
1633
+ [x: `bytes11[${string}]`]: undefined;
1634
+ [x: `bytes12[${string}]`]: undefined;
1635
+ [x: `bytes13[${string}]`]: undefined;
1636
+ [x: `bytes14[${string}]`]: undefined;
1637
+ [x: `bytes15[${string}]`]: undefined;
1638
+ [x: `bytes16[${string}]`]: undefined;
1639
+ [x: `bytes17[${string}]`]: undefined;
1640
+ [x: `bytes19[${string}]`]: undefined;
1641
+ [x: `bytes20[${string}]`]: undefined;
1642
+ [x: `bytes21[${string}]`]: undefined;
1643
+ [x: `bytes22[${string}]`]: undefined;
1644
+ [x: `bytes23[${string}]`]: undefined;
1645
+ [x: `bytes24[${string}]`]: undefined;
1646
+ [x: `bytes25[${string}]`]: undefined;
1647
+ [x: `bytes26[${string}]`]: undefined;
1648
+ [x: `bytes27[${string}]`]: undefined;
1649
+ [x: `bytes28[${string}]`]: undefined;
1650
+ [x: `bytes29[${string}]`]: undefined;
1651
+ [x: `bytes30[${string}]`]: undefined;
1652
+ [x: `bytes31[${string}]`]: undefined;
1653
+ [x: `bytes32[${string}]`]: undefined;
1708
1654
  [x: `int[${string}]`]: undefined;
1709
- [x: `int40[${string}]`]: undefined;
1710
- [x: `int32[${string}]`]: undefined;
1711
- [x: `int24[${string}]`]: undefined;
1712
- [x: `int16[${string}]`]: undefined;
1713
1655
  [x: `int8[${string}]`]: undefined;
1656
+ [x: `int16[${string}]`]: undefined;
1657
+ [x: `int24[${string}]`]: undefined;
1658
+ [x: `int32[${string}]`]: undefined;
1659
+ [x: `int40[${string}]`]: undefined;
1714
1660
  [x: `int48[${string}]`]: undefined;
1715
1661
  [x: `int56[${string}]`]: undefined;
1716
1662
  [x: `int64[${string}]`]: undefined;
@@ -1739,11 +1685,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1739
1685
  [x: `int248[${string}]`]: undefined;
1740
1686
  [x: `int256[${string}]`]: undefined;
1741
1687
  [x: `uint[${string}]`]: undefined;
1742
- [x: `uint40[${string}]`]: undefined;
1743
- [x: `uint32[${string}]`]: undefined;
1744
- [x: `uint24[${string}]`]: undefined;
1745
- [x: `uint16[${string}]`]: undefined;
1746
1688
  [x: `uint8[${string}]`]: undefined;
1689
+ [x: `uint16[${string}]`]: undefined;
1690
+ [x: `uint24[${string}]`]: undefined;
1691
+ [x: `uint32[${string}]`]: undefined;
1692
+ [x: `uint40[${string}]`]: undefined;
1747
1693
  [x: `uint48[${string}]`]: undefined;
1748
1694
  [x: `uint56[${string}]`]: undefined;
1749
1695
  [x: `uint64[${string}]`]: undefined;
@@ -1775,43 +1721,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1775
1721
  address?: undefined;
1776
1722
  bool?: undefined;
1777
1723
  bytes?: undefined;
1778
- bytes2?: undefined;
1779
- bytes3?: undefined;
1724
+ bytes18?: undefined;
1780
1725
  bytes1?: undefined;
1781
- bytes4?: undefined;
1782
1726
  bytes5?: undefined;
1783
- bytes32?: undefined;
1784
- bytes31?: undefined;
1785
- bytes30?: undefined;
1786
- bytes29?: undefined;
1787
- bytes28?: undefined;
1788
- bytes27?: undefined;
1789
- bytes26?: undefined;
1790
- bytes25?: undefined;
1791
- bytes24?: undefined;
1792
- bytes23?: undefined;
1793
- bytes22?: undefined;
1794
- bytes21?: undefined;
1795
- bytes20?: undefined;
1796
- bytes19?: undefined;
1797
- bytes18?: undefined;
1798
- bytes17?: undefined;
1799
- bytes16?: undefined;
1800
- bytes15?: undefined;
1801
- bytes14?: undefined;
1802
- bytes13?: undefined;
1803
- bytes12?: undefined;
1804
- bytes11?: undefined;
1805
1727
  bytes10?: undefined;
1806
- bytes9?: undefined;
1807
- bytes8?: undefined;
1808
- bytes7?: undefined;
1728
+ bytes4?: undefined;
1729
+ bytes2?: undefined;
1730
+ bytes3?: undefined;
1809
1731
  bytes6?: undefined;
1810
- int40?: undefined;
1811
- int32?: undefined;
1812
- int24?: undefined;
1813
- int16?: undefined;
1732
+ bytes7?: undefined;
1733
+ bytes8?: undefined;
1734
+ bytes9?: undefined;
1735
+ bytes11?: undefined;
1736
+ bytes12?: undefined;
1737
+ bytes13?: undefined;
1738
+ bytes14?: undefined;
1739
+ bytes15?: undefined;
1740
+ bytes16?: undefined;
1741
+ bytes17?: undefined;
1742
+ bytes19?: undefined;
1743
+ bytes20?: undefined;
1744
+ bytes21?: undefined;
1745
+ bytes22?: undefined;
1746
+ bytes23?: undefined;
1747
+ bytes24?: undefined;
1748
+ bytes25?: undefined;
1749
+ bytes26?: undefined;
1750
+ bytes27?: undefined;
1751
+ bytes28?: undefined;
1752
+ bytes29?: undefined;
1753
+ bytes30?: undefined;
1754
+ bytes31?: undefined;
1755
+ bytes32?: undefined;
1814
1756
  int8?: undefined;
1757
+ int16?: undefined;
1758
+ int24?: undefined;
1759
+ int32?: undefined;
1760
+ int40?: undefined;
1815
1761
  int48?: undefined;
1816
1762
  int56?: undefined;
1817
1763
  int64?: undefined;
@@ -1839,11 +1785,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1839
1785
  int240?: undefined;
1840
1786
  int248?: undefined;
1841
1787
  int256?: undefined;
1842
- uint40?: undefined;
1843
- uint32?: undefined;
1844
- uint24?: undefined;
1845
- uint16?: undefined;
1846
1788
  uint8?: undefined;
1789
+ uint16?: undefined;
1790
+ uint24?: undefined;
1791
+ uint32?: undefined;
1792
+ uint40?: undefined;
1847
1793
  uint48?: undefined;
1848
1794
  uint56?: undefined;
1849
1795
  uint64?: undefined;
@@ -1882,44 +1828,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1882
1828
  [x: `address[${string}]`]: undefined;
1883
1829
  [x: `bool[${string}]`]: undefined;
1884
1830
  [x: `bytes[${string}]`]: undefined;
1885
- [x: `bytes2[${string}]`]: undefined;
1886
- [x: `bytes3[${string}]`]: undefined;
1831
+ [x: `bytes18[${string}]`]: undefined;
1887
1832
  [x: `bytes1[${string}]`]: undefined;
1888
- [x: `bytes4[${string}]`]: undefined;
1889
1833
  [x: `bytes5[${string}]`]: undefined;
1890
- [x: `bytes32[${string}]`]: undefined;
1891
- [x: `bytes31[${string}]`]: undefined;
1892
- [x: `bytes30[${string}]`]: undefined;
1893
- [x: `bytes29[${string}]`]: undefined;
1894
- [x: `bytes28[${string}]`]: undefined;
1895
- [x: `bytes27[${string}]`]: undefined;
1896
- [x: `bytes26[${string}]`]: undefined;
1897
- [x: `bytes25[${string}]`]: undefined;
1898
- [x: `bytes24[${string}]`]: undefined;
1899
- [x: `bytes23[${string}]`]: undefined;
1900
- [x: `bytes22[${string}]`]: undefined;
1901
- [x: `bytes21[${string}]`]: undefined;
1902
- [x: `bytes20[${string}]`]: undefined;
1903
- [x: `bytes19[${string}]`]: undefined;
1904
- [x: `bytes18[${string}]`]: undefined;
1905
- [x: `bytes17[${string}]`]: undefined;
1906
- [x: `bytes16[${string}]`]: undefined;
1907
- [x: `bytes15[${string}]`]: undefined;
1908
- [x: `bytes14[${string}]`]: undefined;
1909
- [x: `bytes13[${string}]`]: undefined;
1910
- [x: `bytes12[${string}]`]: undefined;
1911
- [x: `bytes11[${string}]`]: undefined;
1912
1834
  [x: `bytes10[${string}]`]: undefined;
1913
- [x: `bytes9[${string}]`]: undefined;
1914
- [x: `bytes8[${string}]`]: undefined;
1915
- [x: `bytes7[${string}]`]: undefined;
1916
- [x: `bytes6[${string}]`]: undefined;
1835
+ [x: `bytes4[${string}]`]: undefined;
1836
+ [x: `bytes2[${string}]`]: undefined;
1837
+ [x: `bytes3[${string}]`]: undefined;
1838
+ [x: `bytes6[${string}]`]: undefined;
1839
+ [x: `bytes7[${string}]`]: undefined;
1840
+ [x: `bytes8[${string}]`]: undefined;
1841
+ [x: `bytes9[${string}]`]: undefined;
1842
+ [x: `bytes11[${string}]`]: undefined;
1843
+ [x: `bytes12[${string}]`]: undefined;
1844
+ [x: `bytes13[${string}]`]: undefined;
1845
+ [x: `bytes14[${string}]`]: undefined;
1846
+ [x: `bytes15[${string}]`]: undefined;
1847
+ [x: `bytes16[${string}]`]: undefined;
1848
+ [x: `bytes17[${string}]`]: undefined;
1849
+ [x: `bytes19[${string}]`]: undefined;
1850
+ [x: `bytes20[${string}]`]: undefined;
1851
+ [x: `bytes21[${string}]`]: undefined;
1852
+ [x: `bytes22[${string}]`]: undefined;
1853
+ [x: `bytes23[${string}]`]: undefined;
1854
+ [x: `bytes24[${string}]`]: undefined;
1855
+ [x: `bytes25[${string}]`]: undefined;
1856
+ [x: `bytes26[${string}]`]: undefined;
1857
+ [x: `bytes27[${string}]`]: undefined;
1858
+ [x: `bytes28[${string}]`]: undefined;
1859
+ [x: `bytes29[${string}]`]: undefined;
1860
+ [x: `bytes30[${string}]`]: undefined;
1861
+ [x: `bytes31[${string}]`]: undefined;
1862
+ [x: `bytes32[${string}]`]: undefined;
1917
1863
  [x: `int[${string}]`]: undefined;
1918
- [x: `int40[${string}]`]: undefined;
1919
- [x: `int32[${string}]`]: undefined;
1920
- [x: `int24[${string}]`]: undefined;
1921
- [x: `int16[${string}]`]: undefined;
1922
1864
  [x: `int8[${string}]`]: undefined;
1865
+ [x: `int16[${string}]`]: undefined;
1866
+ [x: `int24[${string}]`]: undefined;
1867
+ [x: `int32[${string}]`]: undefined;
1868
+ [x: `int40[${string}]`]: undefined;
1923
1869
  [x: `int48[${string}]`]: undefined;
1924
1870
  [x: `int56[${string}]`]: undefined;
1925
1871
  [x: `int64[${string}]`]: undefined;
@@ -1948,11 +1894,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1948
1894
  [x: `int248[${string}]`]: undefined;
1949
1895
  [x: `int256[${string}]`]: undefined;
1950
1896
  [x: `uint[${string}]`]: undefined;
1951
- [x: `uint40[${string}]`]: undefined;
1952
- [x: `uint32[${string}]`]: undefined;
1953
- [x: `uint24[${string}]`]: undefined;
1954
- [x: `uint16[${string}]`]: undefined;
1955
1897
  [x: `uint8[${string}]`]: undefined;
1898
+ [x: `uint16[${string}]`]: undefined;
1899
+ [x: `uint24[${string}]`]: undefined;
1900
+ [x: `uint32[${string}]`]: undefined;
1901
+ [x: `uint40[${string}]`]: undefined;
1956
1902
  [x: `uint48[${string}]`]: undefined;
1957
1903
  [x: `uint56[${string}]`]: undefined;
1958
1904
  [x: `uint64[${string}]`]: undefined;
@@ -1984,43 +1930,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1984
1930
  address?: undefined;
1985
1931
  bool?: undefined;
1986
1932
  bytes?: undefined;
1987
- bytes2?: undefined;
1988
- bytes3?: undefined;
1933
+ bytes18?: undefined;
1989
1934
  bytes1?: undefined;
1990
- bytes4?: undefined;
1991
1935
  bytes5?: undefined;
1992
- bytes32?: undefined;
1993
- bytes31?: undefined;
1994
- bytes30?: undefined;
1995
- bytes29?: undefined;
1996
- bytes28?: undefined;
1997
- bytes27?: undefined;
1998
- bytes26?: undefined;
1999
- bytes25?: undefined;
2000
- bytes24?: undefined;
2001
- bytes23?: undefined;
2002
- bytes22?: undefined;
2003
- bytes21?: undefined;
2004
- bytes20?: undefined;
2005
- bytes19?: undefined;
2006
- bytes18?: undefined;
2007
- bytes17?: undefined;
2008
- bytes16?: undefined;
2009
- bytes15?: undefined;
2010
- bytes14?: undefined;
2011
- bytes13?: undefined;
2012
- bytes12?: undefined;
2013
- bytes11?: undefined;
2014
1936
  bytes10?: undefined;
2015
- bytes9?: undefined;
2016
- bytes8?: undefined;
2017
- bytes7?: undefined;
1937
+ bytes4?: undefined;
1938
+ bytes2?: undefined;
1939
+ bytes3?: undefined;
2018
1940
  bytes6?: undefined;
2019
- int40?: undefined;
2020
- int32?: undefined;
2021
- int24?: undefined;
2022
- int16?: undefined;
1941
+ bytes7?: undefined;
1942
+ bytes8?: undefined;
1943
+ bytes9?: undefined;
1944
+ bytes11?: undefined;
1945
+ bytes12?: undefined;
1946
+ bytes13?: undefined;
1947
+ bytes14?: undefined;
1948
+ bytes15?: undefined;
1949
+ bytes16?: undefined;
1950
+ bytes17?: undefined;
1951
+ bytes19?: undefined;
1952
+ bytes20?: undefined;
1953
+ bytes21?: undefined;
1954
+ bytes22?: undefined;
1955
+ bytes23?: undefined;
1956
+ bytes24?: undefined;
1957
+ bytes25?: undefined;
1958
+ bytes26?: undefined;
1959
+ bytes27?: undefined;
1960
+ bytes28?: undefined;
1961
+ bytes29?: undefined;
1962
+ bytes30?: undefined;
1963
+ bytes31?: undefined;
1964
+ bytes32?: undefined;
2023
1965
  int8?: undefined;
1966
+ int16?: undefined;
1967
+ int24?: undefined;
1968
+ int32?: undefined;
1969
+ int40?: undefined;
2024
1970
  int48?: undefined;
2025
1971
  int56?: undefined;
2026
1972
  int64?: undefined;
@@ -2048,11 +1994,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2048
1994
  int240?: undefined;
2049
1995
  int248?: undefined;
2050
1996
  int256?: undefined;
2051
- uint40?: undefined;
2052
- uint32?: undefined;
2053
- uint24?: undefined;
2054
- uint16?: undefined;
2055
1997
  uint8?: undefined;
1998
+ uint16?: undefined;
1999
+ uint24?: undefined;
2000
+ uint32?: undefined;
2001
+ uint40?: undefined;
2056
2002
  uint48?: undefined;
2057
2003
  uint56?: undefined;
2058
2004
  uint64?: undefined;
@@ -2283,24 +2229,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2283
2229
  Method: "eth_uninstallFilter";
2284
2230
  Parameters: [filterId: `0x${string}`];
2285
2231
  ReturnType: boolean;
2286
- }, {
2287
- Method: "alchemy_requestPaymasterAndData";
2288
- Parameters: [{
2289
- policyId: string;
2290
- entryPoint: `0x${string}`;
2291
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2292
- }];
2293
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
2294
- }, {
2295
- Method: "alchemy_requestGasAndPaymasterAndData";
2296
- Parameters: [{
2297
- policyId: string;
2298
- entryPoint: `0x${string}`;
2299
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2300
- dummySignature: `0x${string}`;
2301
- overrides?: Partial<{}> | undefined;
2302
- }];
2303
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
2304
2232
  }, {
2305
2233
  Method: "alchemy_simulateUserOperationAssetChanges";
2306
2234
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -2365,44 +2293,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2365
2293
  [x: `address[${string}]`]: undefined;
2366
2294
  [x: `bool[${string}]`]: undefined;
2367
2295
  [x: `bytes[${string}]`]: undefined;
2368
- [x: `bytes2[${string}]`]: undefined;
2369
- [x: `bytes3[${string}]`]: undefined;
2296
+ [x: `bytes18[${string}]`]: undefined;
2370
2297
  [x: `bytes1[${string}]`]: undefined;
2371
- [x: `bytes4[${string}]`]: undefined;
2372
2298
  [x: `bytes5[${string}]`]: undefined;
2373
- [x: `bytes32[${string}]`]: undefined;
2374
- [x: `bytes31[${string}]`]: undefined;
2375
- [x: `bytes30[${string}]`]: undefined;
2376
- [x: `bytes29[${string}]`]: undefined;
2377
- [x: `bytes28[${string}]`]: undefined;
2378
- [x: `bytes27[${string}]`]: undefined;
2379
- [x: `bytes26[${string}]`]: undefined;
2380
- [x: `bytes25[${string}]`]: undefined;
2381
- [x: `bytes24[${string}]`]: undefined;
2382
- [x: `bytes23[${string}]`]: undefined;
2383
- [x: `bytes22[${string}]`]: undefined;
2384
- [x: `bytes21[${string}]`]: undefined;
2385
- [x: `bytes20[${string}]`]: undefined;
2386
- [x: `bytes19[${string}]`]: undefined;
2387
- [x: `bytes18[${string}]`]: undefined;
2388
- [x: `bytes17[${string}]`]: undefined;
2389
- [x: `bytes16[${string}]`]: undefined;
2390
- [x: `bytes15[${string}]`]: undefined;
2391
- [x: `bytes14[${string}]`]: undefined;
2392
- [x: `bytes13[${string}]`]: undefined;
2393
- [x: `bytes12[${string}]`]: undefined;
2394
- [x: `bytes11[${string}]`]: undefined;
2395
2299
  [x: `bytes10[${string}]`]: undefined;
2396
- [x: `bytes9[${string}]`]: undefined;
2397
- [x: `bytes8[${string}]`]: undefined;
2398
- [x: `bytes7[${string}]`]: undefined;
2300
+ [x: `bytes4[${string}]`]: undefined;
2301
+ [x: `bytes2[${string}]`]: undefined;
2302
+ [x: `bytes3[${string}]`]: undefined;
2399
2303
  [x: `bytes6[${string}]`]: undefined;
2304
+ [x: `bytes7[${string}]`]: undefined;
2305
+ [x: `bytes8[${string}]`]: undefined;
2306
+ [x: `bytes9[${string}]`]: undefined;
2307
+ [x: `bytes11[${string}]`]: undefined;
2308
+ [x: `bytes12[${string}]`]: undefined;
2309
+ [x: `bytes13[${string}]`]: undefined;
2310
+ [x: `bytes14[${string}]`]: undefined;
2311
+ [x: `bytes15[${string}]`]: undefined;
2312
+ [x: `bytes16[${string}]`]: undefined;
2313
+ [x: `bytes17[${string}]`]: undefined;
2314
+ [x: `bytes19[${string}]`]: undefined;
2315
+ [x: `bytes20[${string}]`]: undefined;
2316
+ [x: `bytes21[${string}]`]: undefined;
2317
+ [x: `bytes22[${string}]`]: undefined;
2318
+ [x: `bytes23[${string}]`]: undefined;
2319
+ [x: `bytes24[${string}]`]: undefined;
2320
+ [x: `bytes25[${string}]`]: undefined;
2321
+ [x: `bytes26[${string}]`]: undefined;
2322
+ [x: `bytes27[${string}]`]: undefined;
2323
+ [x: `bytes28[${string}]`]: undefined;
2324
+ [x: `bytes29[${string}]`]: undefined;
2325
+ [x: `bytes30[${string}]`]: undefined;
2326
+ [x: `bytes31[${string}]`]: undefined;
2327
+ [x: `bytes32[${string}]`]: undefined;
2400
2328
  [x: `int[${string}]`]: undefined;
2401
- [x: `int40[${string}]`]: undefined;
2402
- [x: `int32[${string}]`]: undefined;
2403
- [x: `int24[${string}]`]: undefined;
2404
- [x: `int16[${string}]`]: undefined;
2405
2329
  [x: `int8[${string}]`]: undefined;
2330
+ [x: `int16[${string}]`]: undefined;
2331
+ [x: `int24[${string}]`]: undefined;
2332
+ [x: `int32[${string}]`]: undefined;
2333
+ [x: `int40[${string}]`]: undefined;
2406
2334
  [x: `int48[${string}]`]: undefined;
2407
2335
  [x: `int56[${string}]`]: undefined;
2408
2336
  [x: `int64[${string}]`]: undefined;
@@ -2431,11 +2359,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2431
2359
  [x: `int248[${string}]`]: undefined;
2432
2360
  [x: `int256[${string}]`]: undefined;
2433
2361
  [x: `uint[${string}]`]: undefined;
2434
- [x: `uint40[${string}]`]: undefined;
2435
- [x: `uint32[${string}]`]: undefined;
2436
- [x: `uint24[${string}]`]: undefined;
2437
- [x: `uint16[${string}]`]: undefined;
2438
2362
  [x: `uint8[${string}]`]: undefined;
2363
+ [x: `uint16[${string}]`]: undefined;
2364
+ [x: `uint24[${string}]`]: undefined;
2365
+ [x: `uint32[${string}]`]: undefined;
2366
+ [x: `uint40[${string}]`]: undefined;
2439
2367
  [x: `uint48[${string}]`]: undefined;
2440
2368
  [x: `uint56[${string}]`]: undefined;
2441
2369
  [x: `uint64[${string}]`]: undefined;
@@ -2467,45 +2395,45 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2467
2395
  address?: undefined;
2468
2396
  bool?: undefined;
2469
2397
  bytes?: undefined;
2470
- bytes2?: undefined;
2471
- bytes3?: undefined;
2398
+ bytes18?: undefined;
2472
2399
  bytes1?: undefined;
2473
- bytes4?: undefined;
2474
2400
  bytes5?: undefined;
2475
- bytes32?: undefined;
2476
- bytes31?: undefined;
2477
- bytes30?: undefined;
2478
- bytes29?: undefined;
2479
- bytes28?: undefined;
2480
- bytes27?: undefined;
2481
- bytes26?: undefined;
2482
- bytes25?: undefined;
2483
- bytes24?: undefined;
2484
- bytes23?: undefined;
2485
- bytes22?: undefined;
2486
- bytes21?: undefined;
2487
- bytes20?: undefined;
2488
- bytes19?: undefined;
2489
- bytes18?: undefined;
2490
- bytes17?: undefined;
2491
- bytes16?: undefined;
2492
- bytes15?: undefined;
2493
- bytes14?: undefined;
2494
- bytes13?: undefined;
2495
- bytes12?: undefined;
2496
- bytes11?: undefined;
2497
2401
  bytes10?: undefined;
2498
- bytes9?: undefined;
2499
- bytes8?: undefined;
2500
- bytes7?: undefined;
2402
+ bytes4?: undefined;
2403
+ bytes2?: undefined;
2404
+ bytes3?: undefined;
2501
2405
  bytes6?: undefined;
2502
- int40?: undefined;
2503
- int32?: undefined;
2504
- int24?: undefined;
2505
- int16?: undefined;
2406
+ bytes7?: undefined;
2407
+ bytes8?: undefined;
2408
+ bytes9?: undefined;
2409
+ bytes11?: undefined;
2410
+ bytes12?: undefined;
2411
+ bytes13?: undefined;
2412
+ bytes14?: undefined;
2413
+ bytes15?: undefined;
2414
+ bytes16?: undefined;
2415
+ bytes17?: undefined;
2416
+ bytes19?: undefined;
2417
+ bytes20?: undefined;
2418
+ bytes21?: undefined;
2419
+ bytes22?: undefined;
2420
+ bytes23?: undefined;
2421
+ bytes24?: undefined;
2422
+ bytes25?: undefined;
2423
+ bytes26?: undefined;
2424
+ bytes27?: undefined;
2425
+ bytes28?: undefined;
2426
+ bytes29?: undefined;
2427
+ bytes30?: undefined;
2428
+ bytes31?: undefined;
2429
+ bytes32?: undefined;
2506
2430
  int8?: undefined;
2507
- int48?: undefined;
2508
- int56?: undefined;
2431
+ int16?: undefined;
2432
+ int24?: undefined;
2433
+ int32?: undefined;
2434
+ int40?: undefined;
2435
+ int48?: undefined;
2436
+ int56?: undefined;
2509
2437
  int64?: undefined;
2510
2438
  int72?: undefined;
2511
2439
  int80?: undefined;
@@ -2531,11 +2459,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2531
2459
  int240?: undefined;
2532
2460
  int248?: undefined;
2533
2461
  int256?: undefined;
2534
- uint40?: undefined;
2535
- uint32?: undefined;
2536
- uint24?: undefined;
2537
- uint16?: undefined;
2538
2462
  uint8?: undefined;
2463
+ uint16?: undefined;
2464
+ uint24?: undefined;
2465
+ uint32?: undefined;
2466
+ uint40?: undefined;
2539
2467
  uint48?: undefined;
2540
2468
  uint56?: undefined;
2541
2469
  uint64?: undefined;
@@ -2574,44 +2502,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2574
2502
  [x: `address[${string}]`]: undefined;
2575
2503
  [x: `bool[${string}]`]: undefined;
2576
2504
  [x: `bytes[${string}]`]: undefined;
2577
- [x: `bytes2[${string}]`]: undefined;
2578
- [x: `bytes3[${string}]`]: undefined;
2505
+ [x: `bytes18[${string}]`]: undefined;
2579
2506
  [x: `bytes1[${string}]`]: undefined;
2580
- [x: `bytes4[${string}]`]: undefined;
2581
2507
  [x: `bytes5[${string}]`]: undefined;
2582
- [x: `bytes32[${string}]`]: undefined;
2583
- [x: `bytes31[${string}]`]: undefined;
2584
- [x: `bytes30[${string}]`]: undefined;
2585
- [x: `bytes29[${string}]`]: undefined;
2586
- [x: `bytes28[${string}]`]: undefined;
2587
- [x: `bytes27[${string}]`]: undefined;
2588
- [x: `bytes26[${string}]`]: undefined;
2589
- [x: `bytes25[${string}]`]: undefined;
2590
- [x: `bytes24[${string}]`]: undefined;
2591
- [x: `bytes23[${string}]`]: undefined;
2592
- [x: `bytes22[${string}]`]: undefined;
2593
- [x: `bytes21[${string}]`]: undefined;
2594
- [x: `bytes20[${string}]`]: undefined;
2595
- [x: `bytes19[${string}]`]: undefined;
2596
- [x: `bytes18[${string}]`]: undefined;
2597
- [x: `bytes17[${string}]`]: undefined;
2598
- [x: `bytes16[${string}]`]: undefined;
2599
- [x: `bytes15[${string}]`]: undefined;
2600
- [x: `bytes14[${string}]`]: undefined;
2601
- [x: `bytes13[${string}]`]: undefined;
2602
- [x: `bytes12[${string}]`]: undefined;
2603
- [x: `bytes11[${string}]`]: undefined;
2604
2508
  [x: `bytes10[${string}]`]: undefined;
2605
- [x: `bytes9[${string}]`]: undefined;
2606
- [x: `bytes8[${string}]`]: undefined;
2607
- [x: `bytes7[${string}]`]: undefined;
2509
+ [x: `bytes4[${string}]`]: undefined;
2510
+ [x: `bytes2[${string}]`]: undefined;
2511
+ [x: `bytes3[${string}]`]: undefined;
2608
2512
  [x: `bytes6[${string}]`]: undefined;
2513
+ [x: `bytes7[${string}]`]: undefined;
2514
+ [x: `bytes8[${string}]`]: undefined;
2515
+ [x: `bytes9[${string}]`]: undefined;
2516
+ [x: `bytes11[${string}]`]: undefined;
2517
+ [x: `bytes12[${string}]`]: undefined;
2518
+ [x: `bytes13[${string}]`]: undefined;
2519
+ [x: `bytes14[${string}]`]: undefined;
2520
+ [x: `bytes15[${string}]`]: undefined;
2521
+ [x: `bytes16[${string}]`]: undefined;
2522
+ [x: `bytes17[${string}]`]: undefined;
2523
+ [x: `bytes19[${string}]`]: undefined;
2524
+ [x: `bytes20[${string}]`]: undefined;
2525
+ [x: `bytes21[${string}]`]: undefined;
2526
+ [x: `bytes22[${string}]`]: undefined;
2527
+ [x: `bytes23[${string}]`]: undefined;
2528
+ [x: `bytes24[${string}]`]: undefined;
2529
+ [x: `bytes25[${string}]`]: undefined;
2530
+ [x: `bytes26[${string}]`]: undefined;
2531
+ [x: `bytes27[${string}]`]: undefined;
2532
+ [x: `bytes28[${string}]`]: undefined;
2533
+ [x: `bytes29[${string}]`]: undefined;
2534
+ [x: `bytes30[${string}]`]: undefined;
2535
+ [x: `bytes31[${string}]`]: undefined;
2536
+ [x: `bytes32[${string}]`]: undefined;
2609
2537
  [x: `int[${string}]`]: undefined;
2610
- [x: `int40[${string}]`]: undefined;
2611
- [x: `int32[${string}]`]: undefined;
2612
- [x: `int24[${string}]`]: undefined;
2613
- [x: `int16[${string}]`]: undefined;
2614
2538
  [x: `int8[${string}]`]: undefined;
2539
+ [x: `int16[${string}]`]: undefined;
2540
+ [x: `int24[${string}]`]: undefined;
2541
+ [x: `int32[${string}]`]: undefined;
2542
+ [x: `int40[${string}]`]: undefined;
2615
2543
  [x: `int48[${string}]`]: undefined;
2616
2544
  [x: `int56[${string}]`]: undefined;
2617
2545
  [x: `int64[${string}]`]: undefined;
@@ -2640,11 +2568,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2640
2568
  [x: `int248[${string}]`]: undefined;
2641
2569
  [x: `int256[${string}]`]: undefined;
2642
2570
  [x: `uint[${string}]`]: undefined;
2643
- [x: `uint40[${string}]`]: undefined;
2644
- [x: `uint32[${string}]`]: undefined;
2645
- [x: `uint24[${string}]`]: undefined;
2646
- [x: `uint16[${string}]`]: undefined;
2647
2571
  [x: `uint8[${string}]`]: undefined;
2572
+ [x: `uint16[${string}]`]: undefined;
2573
+ [x: `uint24[${string}]`]: undefined;
2574
+ [x: `uint32[${string}]`]: undefined;
2575
+ [x: `uint40[${string}]`]: undefined;
2648
2576
  [x: `uint48[${string}]`]: undefined;
2649
2577
  [x: `uint56[${string}]`]: undefined;
2650
2578
  [x: `uint64[${string}]`]: undefined;
@@ -2676,43 +2604,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2676
2604
  address?: undefined;
2677
2605
  bool?: undefined;
2678
2606
  bytes?: undefined;
2679
- bytes2?: undefined;
2680
- bytes3?: undefined;
2607
+ bytes18?: undefined;
2681
2608
  bytes1?: undefined;
2682
- bytes4?: undefined;
2683
2609
  bytes5?: undefined;
2684
- bytes32?: undefined;
2685
- bytes31?: undefined;
2686
- bytes30?: undefined;
2687
- bytes29?: undefined;
2688
- bytes28?: undefined;
2689
- bytes27?: undefined;
2690
- bytes26?: undefined;
2691
- bytes25?: undefined;
2692
- bytes24?: undefined;
2693
- bytes23?: undefined;
2694
- bytes22?: undefined;
2695
- bytes21?: undefined;
2696
- bytes20?: undefined;
2697
- bytes19?: undefined;
2698
- bytes18?: undefined;
2699
- bytes17?: undefined;
2700
- bytes16?: undefined;
2701
- bytes15?: undefined;
2702
- bytes14?: undefined;
2703
- bytes13?: undefined;
2704
- bytes12?: undefined;
2705
- bytes11?: undefined;
2706
2610
  bytes10?: undefined;
2707
- bytes9?: undefined;
2708
- bytes8?: undefined;
2709
- bytes7?: undefined;
2611
+ bytes4?: undefined;
2612
+ bytes2?: undefined;
2613
+ bytes3?: undefined;
2710
2614
  bytes6?: undefined;
2711
- int40?: undefined;
2712
- int32?: undefined;
2713
- int24?: undefined;
2714
- int16?: undefined;
2615
+ bytes7?: undefined;
2616
+ bytes8?: undefined;
2617
+ bytes9?: undefined;
2618
+ bytes11?: undefined;
2619
+ bytes12?: undefined;
2620
+ bytes13?: undefined;
2621
+ bytes14?: undefined;
2622
+ bytes15?: undefined;
2623
+ bytes16?: undefined;
2624
+ bytes17?: undefined;
2625
+ bytes19?: undefined;
2626
+ bytes20?: undefined;
2627
+ bytes21?: undefined;
2628
+ bytes22?: undefined;
2629
+ bytes23?: undefined;
2630
+ bytes24?: undefined;
2631
+ bytes25?: undefined;
2632
+ bytes26?: undefined;
2633
+ bytes27?: undefined;
2634
+ bytes28?: undefined;
2635
+ bytes29?: undefined;
2636
+ bytes30?: undefined;
2637
+ bytes31?: undefined;
2638
+ bytes32?: undefined;
2715
2639
  int8?: undefined;
2640
+ int16?: undefined;
2641
+ int24?: undefined;
2642
+ int32?: undefined;
2643
+ int40?: undefined;
2716
2644
  int48?: undefined;
2717
2645
  int56?: undefined;
2718
2646
  int64?: undefined;
@@ -2740,11 +2668,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2740
2668
  int240?: undefined;
2741
2669
  int248?: undefined;
2742
2670
  int256?: undefined;
2743
- uint40?: undefined;
2744
- uint32?: undefined;
2745
- uint24?: undefined;
2746
- uint16?: undefined;
2747
2671
  uint8?: undefined;
2672
+ uint16?: undefined;
2673
+ uint24?: undefined;
2674
+ uint32?: undefined;
2675
+ uint40?: undefined;
2748
2676
  uint48?: undefined;
2749
2677
  uint56?: undefined;
2750
2678
  uint64?: undefined;
@@ -2975,24 +2903,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2975
2903
  Method: "eth_uninstallFilter";
2976
2904
  Parameters: [filterId: `0x${string}`];
2977
2905
  ReturnType: boolean;
2978
- }, {
2979
- Method: "alchemy_requestPaymasterAndData";
2980
- Parameters: [{
2981
- policyId: string;
2982
- entryPoint: `0x${string}`;
2983
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2984
- }];
2985
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
2986
- }, {
2987
- Method: "alchemy_requestGasAndPaymasterAndData";
2988
- Parameters: [{
2989
- policyId: string;
2990
- entryPoint: `0x${string}`;
2991
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2992
- dummySignature: `0x${string}`;
2993
- overrides?: Partial<{}> | undefined;
2994
- }];
2995
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
2996
2906
  }, {
2997
2907
  Method: "alchemy_simulateUserOperationAssetChanges";
2998
2908
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -3057,44 +2967,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3057
2967
  [x: `address[${string}]`]: undefined;
3058
2968
  [x: `bool[${string}]`]: undefined;
3059
2969
  [x: `bytes[${string}]`]: undefined;
3060
- [x: `bytes2[${string}]`]: undefined;
3061
- [x: `bytes3[${string}]`]: undefined;
2970
+ [x: `bytes18[${string}]`]: undefined;
3062
2971
  [x: `bytes1[${string}]`]: undefined;
3063
- [x: `bytes4[${string}]`]: undefined;
3064
2972
  [x: `bytes5[${string}]`]: undefined;
3065
- [x: `bytes32[${string}]`]: undefined;
3066
- [x: `bytes31[${string}]`]: undefined;
3067
- [x: `bytes30[${string}]`]: undefined;
3068
- [x: `bytes29[${string}]`]: undefined;
3069
- [x: `bytes28[${string}]`]: undefined;
3070
- [x: `bytes27[${string}]`]: undefined;
3071
- [x: `bytes26[${string}]`]: undefined;
3072
- [x: `bytes25[${string}]`]: undefined;
3073
- [x: `bytes24[${string}]`]: undefined;
3074
- [x: `bytes23[${string}]`]: undefined;
3075
- [x: `bytes22[${string}]`]: undefined;
3076
- [x: `bytes21[${string}]`]: undefined;
3077
- [x: `bytes20[${string}]`]: undefined;
3078
- [x: `bytes19[${string}]`]: undefined;
3079
- [x: `bytes18[${string}]`]: undefined;
3080
- [x: `bytes17[${string}]`]: undefined;
3081
- [x: `bytes16[${string}]`]: undefined;
3082
- [x: `bytes15[${string}]`]: undefined;
3083
- [x: `bytes14[${string}]`]: undefined;
3084
- [x: `bytes13[${string}]`]: undefined;
3085
- [x: `bytes12[${string}]`]: undefined;
3086
- [x: `bytes11[${string}]`]: undefined;
3087
2973
  [x: `bytes10[${string}]`]: undefined;
3088
- [x: `bytes9[${string}]`]: undefined;
3089
- [x: `bytes8[${string}]`]: undefined;
3090
- [x: `bytes7[${string}]`]: undefined;
2974
+ [x: `bytes4[${string}]`]: undefined;
2975
+ [x: `bytes2[${string}]`]: undefined;
2976
+ [x: `bytes3[${string}]`]: undefined;
3091
2977
  [x: `bytes6[${string}]`]: undefined;
2978
+ [x: `bytes7[${string}]`]: undefined;
2979
+ [x: `bytes8[${string}]`]: undefined;
2980
+ [x: `bytes9[${string}]`]: undefined;
2981
+ [x: `bytes11[${string}]`]: undefined;
2982
+ [x: `bytes12[${string}]`]: undefined;
2983
+ [x: `bytes13[${string}]`]: undefined;
2984
+ [x: `bytes14[${string}]`]: undefined;
2985
+ [x: `bytes15[${string}]`]: undefined;
2986
+ [x: `bytes16[${string}]`]: undefined;
2987
+ [x: `bytes17[${string}]`]: undefined;
2988
+ [x: `bytes19[${string}]`]: undefined;
2989
+ [x: `bytes20[${string}]`]: undefined;
2990
+ [x: `bytes21[${string}]`]: undefined;
2991
+ [x: `bytes22[${string}]`]: undefined;
2992
+ [x: `bytes23[${string}]`]: undefined;
2993
+ [x: `bytes24[${string}]`]: undefined;
2994
+ [x: `bytes25[${string}]`]: undefined;
2995
+ [x: `bytes26[${string}]`]: undefined;
2996
+ [x: `bytes27[${string}]`]: undefined;
2997
+ [x: `bytes28[${string}]`]: undefined;
2998
+ [x: `bytes29[${string}]`]: undefined;
2999
+ [x: `bytes30[${string}]`]: undefined;
3000
+ [x: `bytes31[${string}]`]: undefined;
3001
+ [x: `bytes32[${string}]`]: undefined;
3092
3002
  [x: `int[${string}]`]: undefined;
3093
- [x: `int40[${string}]`]: undefined;
3094
- [x: `int32[${string}]`]: undefined;
3095
- [x: `int24[${string}]`]: undefined;
3096
- [x: `int16[${string}]`]: undefined;
3097
3003
  [x: `int8[${string}]`]: undefined;
3004
+ [x: `int16[${string}]`]: undefined;
3005
+ [x: `int24[${string}]`]: undefined;
3006
+ [x: `int32[${string}]`]: undefined;
3007
+ [x: `int40[${string}]`]: undefined;
3098
3008
  [x: `int48[${string}]`]: undefined;
3099
3009
  [x: `int56[${string}]`]: undefined;
3100
3010
  [x: `int64[${string}]`]: undefined;
@@ -3123,11 +3033,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3123
3033
  [x: `int248[${string}]`]: undefined;
3124
3034
  [x: `int256[${string}]`]: undefined;
3125
3035
  [x: `uint[${string}]`]: undefined;
3126
- [x: `uint40[${string}]`]: undefined;
3127
- [x: `uint32[${string}]`]: undefined;
3128
- [x: `uint24[${string}]`]: undefined;
3129
- [x: `uint16[${string}]`]: undefined;
3130
3036
  [x: `uint8[${string}]`]: undefined;
3037
+ [x: `uint16[${string}]`]: undefined;
3038
+ [x: `uint24[${string}]`]: undefined;
3039
+ [x: `uint32[${string}]`]: undefined;
3040
+ [x: `uint40[${string}]`]: undefined;
3131
3041
  [x: `uint48[${string}]`]: undefined;
3132
3042
  [x: `uint56[${string}]`]: undefined;
3133
3043
  [x: `uint64[${string}]`]: undefined;
@@ -3159,43 +3069,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3159
3069
  address?: undefined;
3160
3070
  bool?: undefined;
3161
3071
  bytes?: undefined;
3162
- bytes2?: undefined;
3163
- bytes3?: undefined;
3072
+ bytes18?: undefined;
3164
3073
  bytes1?: undefined;
3165
- bytes4?: undefined;
3166
3074
  bytes5?: undefined;
3167
- bytes32?: undefined;
3168
- bytes31?: undefined;
3169
- bytes30?: undefined;
3170
- bytes29?: undefined;
3171
- bytes28?: undefined;
3172
- bytes27?: undefined;
3173
- bytes26?: undefined;
3174
- bytes25?: undefined;
3175
- bytes24?: undefined;
3176
- bytes23?: undefined;
3177
- bytes22?: undefined;
3178
- bytes21?: undefined;
3179
- bytes20?: undefined;
3180
- bytes19?: undefined;
3181
- bytes18?: undefined;
3182
- bytes17?: undefined;
3183
- bytes16?: undefined;
3184
- bytes15?: undefined;
3185
- bytes14?: undefined;
3186
- bytes13?: undefined;
3187
- bytes12?: undefined;
3188
- bytes11?: undefined;
3189
3075
  bytes10?: undefined;
3190
- bytes9?: undefined;
3191
- bytes8?: undefined;
3192
- bytes7?: undefined;
3076
+ bytes4?: undefined;
3077
+ bytes2?: undefined;
3078
+ bytes3?: undefined;
3193
3079
  bytes6?: undefined;
3194
- int40?: undefined;
3195
- int32?: undefined;
3196
- int24?: undefined;
3197
- int16?: undefined;
3080
+ bytes7?: undefined;
3081
+ bytes8?: undefined;
3082
+ bytes9?: undefined;
3083
+ bytes11?: undefined;
3084
+ bytes12?: undefined;
3085
+ bytes13?: undefined;
3086
+ bytes14?: undefined;
3087
+ bytes15?: undefined;
3088
+ bytes16?: undefined;
3089
+ bytes17?: undefined;
3090
+ bytes19?: undefined;
3091
+ bytes20?: undefined;
3092
+ bytes21?: undefined;
3093
+ bytes22?: undefined;
3094
+ bytes23?: undefined;
3095
+ bytes24?: undefined;
3096
+ bytes25?: undefined;
3097
+ bytes26?: undefined;
3098
+ bytes27?: undefined;
3099
+ bytes28?: undefined;
3100
+ bytes29?: undefined;
3101
+ bytes30?: undefined;
3102
+ bytes31?: undefined;
3103
+ bytes32?: undefined;
3198
3104
  int8?: undefined;
3105
+ int16?: undefined;
3106
+ int24?: undefined;
3107
+ int32?: undefined;
3108
+ int40?: undefined;
3199
3109
  int48?: undefined;
3200
3110
  int56?: undefined;
3201
3111
  int64?: undefined;
@@ -3223,11 +3133,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3223
3133
  int240?: undefined;
3224
3134
  int248?: undefined;
3225
3135
  int256?: undefined;
3226
- uint40?: undefined;
3227
- uint32?: undefined;
3228
- uint24?: undefined;
3229
- uint16?: undefined;
3230
3136
  uint8?: undefined;
3137
+ uint16?: undefined;
3138
+ uint24?: undefined;
3139
+ uint32?: undefined;
3140
+ uint40?: undefined;
3231
3141
  uint48?: undefined;
3232
3142
  uint56?: undefined;
3233
3143
  uint64?: undefined;
@@ -3266,44 +3176,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3266
3176
  [x: `address[${string}]`]: undefined;
3267
3177
  [x: `bool[${string}]`]: undefined;
3268
3178
  [x: `bytes[${string}]`]: undefined;
3269
- [x: `bytes2[${string}]`]: undefined;
3270
- [x: `bytes3[${string}]`]: undefined;
3179
+ [x: `bytes18[${string}]`]: undefined;
3271
3180
  [x: `bytes1[${string}]`]: undefined;
3272
- [x: `bytes4[${string}]`]: undefined;
3273
3181
  [x: `bytes5[${string}]`]: undefined;
3274
- [x: `bytes32[${string}]`]: undefined;
3275
- [x: `bytes31[${string}]`]: undefined;
3276
- [x: `bytes30[${string}]`]: undefined;
3277
- [x: `bytes29[${string}]`]: undefined;
3278
- [x: `bytes28[${string}]`]: undefined;
3279
- [x: `bytes27[${string}]`]: undefined;
3280
- [x: `bytes26[${string}]`]: undefined;
3281
- [x: `bytes25[${string}]`]: undefined;
3282
- [x: `bytes24[${string}]`]: undefined;
3283
- [x: `bytes23[${string}]`]: undefined;
3284
- [x: `bytes22[${string}]`]: undefined;
3285
- [x: `bytes21[${string}]`]: undefined;
3286
- [x: `bytes20[${string}]`]: undefined;
3287
- [x: `bytes19[${string}]`]: undefined;
3288
- [x: `bytes18[${string}]`]: undefined;
3289
- [x: `bytes17[${string}]`]: undefined;
3290
- [x: `bytes16[${string}]`]: undefined;
3291
- [x: `bytes15[${string}]`]: undefined;
3292
- [x: `bytes14[${string}]`]: undefined;
3293
- [x: `bytes13[${string}]`]: undefined;
3294
- [x: `bytes12[${string}]`]: undefined;
3295
- [x: `bytes11[${string}]`]: undefined;
3296
3182
  [x: `bytes10[${string}]`]: undefined;
3297
- [x: `bytes9[${string}]`]: undefined;
3298
- [x: `bytes8[${string}]`]: undefined;
3299
- [x: `bytes7[${string}]`]: undefined;
3183
+ [x: `bytes4[${string}]`]: undefined;
3184
+ [x: `bytes2[${string}]`]: undefined;
3185
+ [x: `bytes3[${string}]`]: undefined;
3300
3186
  [x: `bytes6[${string}]`]: undefined;
3187
+ [x: `bytes7[${string}]`]: undefined;
3188
+ [x: `bytes8[${string}]`]: undefined;
3189
+ [x: `bytes9[${string}]`]: undefined;
3190
+ [x: `bytes11[${string}]`]: undefined;
3191
+ [x: `bytes12[${string}]`]: undefined;
3192
+ [x: `bytes13[${string}]`]: undefined;
3193
+ [x: `bytes14[${string}]`]: undefined;
3194
+ [x: `bytes15[${string}]`]: undefined;
3195
+ [x: `bytes16[${string}]`]: undefined;
3196
+ [x: `bytes17[${string}]`]: undefined;
3197
+ [x: `bytes19[${string}]`]: undefined;
3198
+ [x: `bytes20[${string}]`]: undefined;
3199
+ [x: `bytes21[${string}]`]: undefined;
3200
+ [x: `bytes22[${string}]`]: undefined;
3201
+ [x: `bytes23[${string}]`]: undefined;
3202
+ [x: `bytes24[${string}]`]: undefined;
3203
+ [x: `bytes25[${string}]`]: undefined;
3204
+ [x: `bytes26[${string}]`]: undefined;
3205
+ [x: `bytes27[${string}]`]: undefined;
3206
+ [x: `bytes28[${string}]`]: undefined;
3207
+ [x: `bytes29[${string}]`]: undefined;
3208
+ [x: `bytes30[${string}]`]: undefined;
3209
+ [x: `bytes31[${string}]`]: undefined;
3210
+ [x: `bytes32[${string}]`]: undefined;
3301
3211
  [x: `int[${string}]`]: undefined;
3302
- [x: `int40[${string}]`]: undefined;
3303
- [x: `int32[${string}]`]: undefined;
3304
- [x: `int24[${string}]`]: undefined;
3305
- [x: `int16[${string}]`]: undefined;
3306
3212
  [x: `int8[${string}]`]: undefined;
3213
+ [x: `int16[${string}]`]: undefined;
3214
+ [x: `int24[${string}]`]: undefined;
3215
+ [x: `int32[${string}]`]: undefined;
3216
+ [x: `int40[${string}]`]: undefined;
3307
3217
  [x: `int48[${string}]`]: undefined;
3308
3218
  [x: `int56[${string}]`]: undefined;
3309
3219
  [x: `int64[${string}]`]: undefined;
@@ -3332,11 +3242,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3332
3242
  [x: `int248[${string}]`]: undefined;
3333
3243
  [x: `int256[${string}]`]: undefined;
3334
3244
  [x: `uint[${string}]`]: undefined;
3335
- [x: `uint40[${string}]`]: undefined;
3336
- [x: `uint32[${string}]`]: undefined;
3337
- [x: `uint24[${string}]`]: undefined;
3338
- [x: `uint16[${string}]`]: undefined;
3339
3245
  [x: `uint8[${string}]`]: undefined;
3246
+ [x: `uint16[${string}]`]: undefined;
3247
+ [x: `uint24[${string}]`]: undefined;
3248
+ [x: `uint32[${string}]`]: undefined;
3249
+ [x: `uint40[${string}]`]: undefined;
3340
3250
  [x: `uint48[${string}]`]: undefined;
3341
3251
  [x: `uint56[${string}]`]: undefined;
3342
3252
  [x: `uint64[${string}]`]: undefined;
@@ -3368,43 +3278,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3368
3278
  address?: undefined;
3369
3279
  bool?: undefined;
3370
3280
  bytes?: undefined;
3371
- bytes2?: undefined;
3372
- bytes3?: undefined;
3281
+ bytes18?: undefined;
3373
3282
  bytes1?: undefined;
3374
- bytes4?: undefined;
3375
3283
  bytes5?: undefined;
3376
- bytes32?: undefined;
3377
- bytes31?: undefined;
3378
- bytes30?: undefined;
3379
- bytes29?: undefined;
3380
- bytes28?: undefined;
3381
- bytes27?: undefined;
3382
- bytes26?: undefined;
3383
- bytes25?: undefined;
3384
- bytes24?: undefined;
3385
- bytes23?: undefined;
3386
- bytes22?: undefined;
3387
- bytes21?: undefined;
3388
- bytes20?: undefined;
3389
- bytes19?: undefined;
3390
- bytes18?: undefined;
3391
- bytes17?: undefined;
3392
- bytes16?: undefined;
3393
- bytes15?: undefined;
3394
- bytes14?: undefined;
3395
- bytes13?: undefined;
3396
- bytes12?: undefined;
3397
- bytes11?: undefined;
3398
3284
  bytes10?: undefined;
3399
- bytes9?: undefined;
3400
- bytes8?: undefined;
3401
- bytes7?: undefined;
3285
+ bytes4?: undefined;
3286
+ bytes2?: undefined;
3287
+ bytes3?: undefined;
3402
3288
  bytes6?: undefined;
3403
- int40?: undefined;
3404
- int32?: undefined;
3405
- int24?: undefined;
3406
- int16?: undefined;
3289
+ bytes7?: undefined;
3290
+ bytes8?: undefined;
3291
+ bytes9?: undefined;
3292
+ bytes11?: undefined;
3293
+ bytes12?: undefined;
3294
+ bytes13?: undefined;
3295
+ bytes14?: undefined;
3296
+ bytes15?: undefined;
3297
+ bytes16?: undefined;
3298
+ bytes17?: undefined;
3299
+ bytes19?: undefined;
3300
+ bytes20?: undefined;
3301
+ bytes21?: undefined;
3302
+ bytes22?: undefined;
3303
+ bytes23?: undefined;
3304
+ bytes24?: undefined;
3305
+ bytes25?: undefined;
3306
+ bytes26?: undefined;
3307
+ bytes27?: undefined;
3308
+ bytes28?: undefined;
3309
+ bytes29?: undefined;
3310
+ bytes30?: undefined;
3311
+ bytes31?: undefined;
3312
+ bytes32?: undefined;
3407
3313
  int8?: undefined;
3314
+ int16?: undefined;
3315
+ int24?: undefined;
3316
+ int32?: undefined;
3317
+ int40?: undefined;
3408
3318
  int48?: undefined;
3409
3319
  int56?: undefined;
3410
3320
  int64?: undefined;
@@ -3432,11 +3342,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3432
3342
  int240?: undefined;
3433
3343
  int248?: undefined;
3434
3344
  int256?: undefined;
3435
- uint40?: undefined;
3436
- uint32?: undefined;
3437
- uint24?: undefined;
3438
- uint16?: undefined;
3439
3345
  uint8?: undefined;
3346
+ uint16?: undefined;
3347
+ uint24?: undefined;
3348
+ uint32?: undefined;
3349
+ uint40?: undefined;
3440
3350
  uint48?: undefined;
3441
3351
  uint56?: undefined;
3442
3352
  uint64?: undefined;
@@ -3667,24 +3577,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3667
3577
  Method: "eth_uninstallFilter";
3668
3578
  Parameters: [filterId: `0x${string}`];
3669
3579
  ReturnType: boolean;
3670
- }, {
3671
- Method: "alchemy_requestPaymasterAndData";
3672
- Parameters: [{
3673
- policyId: string;
3674
- entryPoint: `0x${string}`;
3675
- userOperation: import("@aa-sdk/core").UserOperationRequest;
3676
- }];
3677
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
3678
- }, {
3679
- Method: "alchemy_requestGasAndPaymasterAndData";
3680
- Parameters: [{
3681
- policyId: string;
3682
- entryPoint: `0x${string}`;
3683
- userOperation: import("@aa-sdk/core").UserOperationRequest;
3684
- dummySignature: `0x${string}`;
3685
- overrides?: Partial<{}> | undefined;
3686
- }];
3687
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
3688
3580
  }, {
3689
3581
  Method: "alchemy_simulateUserOperationAssetChanges";
3690
3582
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -3749,60 +3641,60 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3749
3641
  [x: `address[${string}]`]: undefined;
3750
3642
  [x: `bool[${string}]`]: undefined;
3751
3643
  [x: `bytes[${string}]`]: undefined;
3752
- [x: `bytes2[${string}]`]: undefined;
3753
- [x: `bytes3[${string}]`]: undefined;
3644
+ [x: `bytes18[${string}]`]: undefined;
3754
3645
  [x: `bytes1[${string}]`]: undefined;
3755
- [x: `bytes4[${string}]`]: undefined;
3756
3646
  [x: `bytes5[${string}]`]: undefined;
3757
- [x: `bytes32[${string}]`]: undefined;
3758
- [x: `bytes31[${string}]`]: undefined;
3759
- [x: `bytes30[${string}]`]: undefined;
3760
- [x: `bytes29[${string}]`]: undefined;
3761
- [x: `bytes28[${string}]`]: undefined;
3762
- [x: `bytes27[${string}]`]: undefined;
3763
- [x: `bytes26[${string}]`]: undefined;
3764
- [x: `bytes25[${string}]`]: undefined;
3765
- [x: `bytes24[${string}]`]: undefined;
3766
- [x: `bytes23[${string}]`]: undefined;
3767
- [x: `bytes22[${string}]`]: undefined;
3768
- [x: `bytes21[${string}]`]: undefined;
3769
- [x: `bytes20[${string}]`]: undefined;
3770
- [x: `bytes19[${string}]`]: undefined;
3771
- [x: `bytes18[${string}]`]: undefined;
3772
- [x: `bytes17[${string}]`]: undefined;
3773
- [x: `bytes16[${string}]`]: undefined;
3774
- [x: `bytes15[${string}]`]: undefined;
3775
- [x: `bytes14[${string}]`]: undefined;
3776
- [x: `bytes13[${string}]`]: undefined;
3777
- [x: `bytes12[${string}]`]: undefined;
3778
- [x: `bytes11[${string}]`]: undefined;
3779
3647
  [x: `bytes10[${string}]`]: undefined;
3780
- [x: `bytes9[${string}]`]: undefined;
3781
- [x: `bytes8[${string}]`]: undefined;
3782
- [x: `bytes7[${string}]`]: undefined;
3648
+ [x: `bytes4[${string}]`]: undefined;
3649
+ [x: `bytes2[${string}]`]: undefined;
3650
+ [x: `bytes3[${string}]`]: undefined;
3783
3651
  [x: `bytes6[${string}]`]: undefined;
3784
- [x: `int[${string}]`]: undefined;
3785
- [x: `int40[${string}]`]: undefined;
3786
- [x: `int32[${string}]`]: undefined;
3787
- [x: `int24[${string}]`]: undefined;
3788
- [x: `int16[${string}]`]: undefined;
3789
- [x: `int8[${string}]`]: undefined;
3790
- [x: `int48[${string}]`]: undefined;
3791
- [x: `int56[${string}]`]: undefined;
3792
- [x: `int64[${string}]`]: undefined;
3793
- [x: `int72[${string}]`]: undefined;
3794
- [x: `int80[${string}]`]: undefined;
3795
- [x: `int88[${string}]`]: undefined;
3796
- [x: `int96[${string}]`]: undefined;
3797
- [x: `int104[${string}]`]: undefined;
3798
- [x: `int112[${string}]`]: undefined;
3799
- [x: `int120[${string}]`]: undefined;
3800
- [x: `int128[${string}]`]: undefined;
3801
- [x: `int136[${string}]`]: undefined;
3802
- [x: `int144[${string}]`]: undefined;
3803
- [x: `int152[${string}]`]: undefined;
3804
- [x: `int160[${string}]`]: undefined;
3805
- [x: `int168[${string}]`]: undefined;
3652
+ [x: `bytes7[${string}]`]: undefined;
3653
+ [x: `bytes8[${string}]`]: undefined;
3654
+ [x: `bytes9[${string}]`]: undefined;
3655
+ [x: `bytes11[${string}]`]: undefined;
3656
+ [x: `bytes12[${string}]`]: undefined;
3657
+ [x: `bytes13[${string}]`]: undefined;
3658
+ [x: `bytes14[${string}]`]: undefined;
3659
+ [x: `bytes15[${string}]`]: undefined;
3660
+ [x: `bytes16[${string}]`]: undefined;
3661
+ [x: `bytes17[${string}]`]: undefined;
3662
+ [x: `bytes19[${string}]`]: undefined;
3663
+ [x: `bytes20[${string}]`]: undefined;
3664
+ [x: `bytes21[${string}]`]: undefined;
3665
+ [x: `bytes22[${string}]`]: undefined;
3666
+ [x: `bytes23[${string}]`]: undefined;
3667
+ [x: `bytes24[${string}]`]: undefined;
3668
+ [x: `bytes25[${string}]`]: undefined;
3669
+ [x: `bytes26[${string}]`]: undefined;
3670
+ [x: `bytes27[${string}]`]: undefined;
3671
+ [x: `bytes28[${string}]`]: undefined;
3672
+ [x: `bytes29[${string}]`]: undefined;
3673
+ [x: `bytes30[${string}]`]: undefined;
3674
+ [x: `bytes31[${string}]`]: undefined;
3675
+ [x: `bytes32[${string}]`]: undefined;
3676
+ [x: `int[${string}]`]: undefined;
3677
+ [x: `int8[${string}]`]: undefined;
3678
+ [x: `int16[${string}]`]: undefined;
3679
+ [x: `int24[${string}]`]: undefined;
3680
+ [x: `int32[${string}]`]: undefined;
3681
+ [x: `int40[${string}]`]: undefined;
3682
+ [x: `int48[${string}]`]: undefined;
3683
+ [x: `int56[${string}]`]: undefined;
3684
+ [x: `int64[${string}]`]: undefined;
3685
+ [x: `int72[${string}]`]: undefined;
3686
+ [x: `int80[${string}]`]: undefined;
3687
+ [x: `int88[${string}]`]: undefined;
3688
+ [x: `int96[${string}]`]: undefined;
3689
+ [x: `int104[${string}]`]: undefined;
3690
+ [x: `int112[${string}]`]: undefined;
3691
+ [x: `int120[${string}]`]: undefined;
3692
+ [x: `int128[${string}]`]: undefined;
3693
+ [x: `int136[${string}]`]: undefined;
3694
+ [x: `int144[${string}]`]: undefined;
3695
+ [x: `int152[${string}]`]: undefined;
3696
+ [x: `int160[${string}]`]: undefined;
3697
+ [x: `int168[${string}]`]: undefined;
3806
3698
  [x: `int176[${string}]`]: undefined;
3807
3699
  [x: `int184[${string}]`]: undefined;
3808
3700
  [x: `int192[${string}]`]: undefined;
@@ -3815,11 +3707,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3815
3707
  [x: `int248[${string}]`]: undefined;
3816
3708
  [x: `int256[${string}]`]: undefined;
3817
3709
  [x: `uint[${string}]`]: undefined;
3818
- [x: `uint40[${string}]`]: undefined;
3819
- [x: `uint32[${string}]`]: undefined;
3820
- [x: `uint24[${string}]`]: undefined;
3821
- [x: `uint16[${string}]`]: undefined;
3822
3710
  [x: `uint8[${string}]`]: undefined;
3711
+ [x: `uint16[${string}]`]: undefined;
3712
+ [x: `uint24[${string}]`]: undefined;
3713
+ [x: `uint32[${string}]`]: undefined;
3714
+ [x: `uint40[${string}]`]: undefined;
3823
3715
  [x: `uint48[${string}]`]: undefined;
3824
3716
  [x: `uint56[${string}]`]: undefined;
3825
3717
  [x: `uint64[${string}]`]: undefined;
@@ -3851,43 +3743,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3851
3743
  address?: undefined;
3852
3744
  bool?: undefined;
3853
3745
  bytes?: undefined;
3854
- bytes2?: undefined;
3855
- bytes3?: undefined;
3746
+ bytes18?: undefined;
3856
3747
  bytes1?: undefined;
3857
- bytes4?: undefined;
3858
3748
  bytes5?: undefined;
3859
- bytes32?: undefined;
3860
- bytes31?: undefined;
3861
- bytes30?: undefined;
3862
- bytes29?: undefined;
3863
- bytes28?: undefined;
3864
- bytes27?: undefined;
3865
- bytes26?: undefined;
3866
- bytes25?: undefined;
3867
- bytes24?: undefined;
3868
- bytes23?: undefined;
3869
- bytes22?: undefined;
3870
- bytes21?: undefined;
3871
- bytes20?: undefined;
3872
- bytes19?: undefined;
3873
- bytes18?: undefined;
3874
- bytes17?: undefined;
3875
- bytes16?: undefined;
3876
- bytes15?: undefined;
3877
- bytes14?: undefined;
3878
- bytes13?: undefined;
3879
- bytes12?: undefined;
3880
- bytes11?: undefined;
3881
3749
  bytes10?: undefined;
3882
- bytes9?: undefined;
3883
- bytes8?: undefined;
3884
- bytes7?: undefined;
3750
+ bytes4?: undefined;
3751
+ bytes2?: undefined;
3752
+ bytes3?: undefined;
3885
3753
  bytes6?: undefined;
3886
- int40?: undefined;
3887
- int32?: undefined;
3888
- int24?: undefined;
3889
- int16?: undefined;
3754
+ bytes7?: undefined;
3755
+ bytes8?: undefined;
3756
+ bytes9?: undefined;
3757
+ bytes11?: undefined;
3758
+ bytes12?: undefined;
3759
+ bytes13?: undefined;
3760
+ bytes14?: undefined;
3761
+ bytes15?: undefined;
3762
+ bytes16?: undefined;
3763
+ bytes17?: undefined;
3764
+ bytes19?: undefined;
3765
+ bytes20?: undefined;
3766
+ bytes21?: undefined;
3767
+ bytes22?: undefined;
3768
+ bytes23?: undefined;
3769
+ bytes24?: undefined;
3770
+ bytes25?: undefined;
3771
+ bytes26?: undefined;
3772
+ bytes27?: undefined;
3773
+ bytes28?: undefined;
3774
+ bytes29?: undefined;
3775
+ bytes30?: undefined;
3776
+ bytes31?: undefined;
3777
+ bytes32?: undefined;
3890
3778
  int8?: undefined;
3779
+ int16?: undefined;
3780
+ int24?: undefined;
3781
+ int32?: undefined;
3782
+ int40?: undefined;
3891
3783
  int48?: undefined;
3892
3784
  int56?: undefined;
3893
3785
  int64?: undefined;
@@ -3915,11 +3807,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3915
3807
  int240?: undefined;
3916
3808
  int248?: undefined;
3917
3809
  int256?: undefined;
3918
- uint40?: undefined;
3919
- uint32?: undefined;
3920
- uint24?: undefined;
3921
- uint16?: undefined;
3922
3810
  uint8?: undefined;
3811
+ uint16?: undefined;
3812
+ uint24?: undefined;
3813
+ uint32?: undefined;
3814
+ uint40?: undefined;
3923
3815
  uint48?: undefined;
3924
3816
  uint56?: undefined;
3925
3817
  uint64?: undefined;
@@ -3958,44 +3850,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3958
3850
  [x: `address[${string}]`]: undefined;
3959
3851
  [x: `bool[${string}]`]: undefined;
3960
3852
  [x: `bytes[${string}]`]: undefined;
3961
- [x: `bytes2[${string}]`]: undefined;
3962
- [x: `bytes3[${string}]`]: undefined;
3853
+ [x: `bytes18[${string}]`]: undefined;
3963
3854
  [x: `bytes1[${string}]`]: undefined;
3964
- [x: `bytes4[${string}]`]: undefined;
3965
3855
  [x: `bytes5[${string}]`]: undefined;
3966
- [x: `bytes32[${string}]`]: undefined;
3967
- [x: `bytes31[${string}]`]: undefined;
3968
- [x: `bytes30[${string}]`]: undefined;
3969
- [x: `bytes29[${string}]`]: undefined;
3970
- [x: `bytes28[${string}]`]: undefined;
3971
- [x: `bytes27[${string}]`]: undefined;
3972
- [x: `bytes26[${string}]`]: undefined;
3973
- [x: `bytes25[${string}]`]: undefined;
3974
- [x: `bytes24[${string}]`]: undefined;
3975
- [x: `bytes23[${string}]`]: undefined;
3976
- [x: `bytes22[${string}]`]: undefined;
3977
- [x: `bytes21[${string}]`]: undefined;
3978
- [x: `bytes20[${string}]`]: undefined;
3979
- [x: `bytes19[${string}]`]: undefined;
3980
- [x: `bytes18[${string}]`]: undefined;
3981
- [x: `bytes17[${string}]`]: undefined;
3982
- [x: `bytes16[${string}]`]: undefined;
3983
- [x: `bytes15[${string}]`]: undefined;
3984
- [x: `bytes14[${string}]`]: undefined;
3985
- [x: `bytes13[${string}]`]: undefined;
3986
- [x: `bytes12[${string}]`]: undefined;
3987
- [x: `bytes11[${string}]`]: undefined;
3988
3856
  [x: `bytes10[${string}]`]: undefined;
3989
- [x: `bytes9[${string}]`]: undefined;
3990
- [x: `bytes8[${string}]`]: undefined;
3991
- [x: `bytes7[${string}]`]: undefined;
3857
+ [x: `bytes4[${string}]`]: undefined;
3858
+ [x: `bytes2[${string}]`]: undefined;
3859
+ [x: `bytes3[${string}]`]: undefined;
3992
3860
  [x: `bytes6[${string}]`]: undefined;
3861
+ [x: `bytes7[${string}]`]: undefined;
3862
+ [x: `bytes8[${string}]`]: undefined;
3863
+ [x: `bytes9[${string}]`]: undefined;
3864
+ [x: `bytes11[${string}]`]: undefined;
3865
+ [x: `bytes12[${string}]`]: undefined;
3866
+ [x: `bytes13[${string}]`]: undefined;
3867
+ [x: `bytes14[${string}]`]: undefined;
3868
+ [x: `bytes15[${string}]`]: undefined;
3869
+ [x: `bytes16[${string}]`]: undefined;
3870
+ [x: `bytes17[${string}]`]: undefined;
3871
+ [x: `bytes19[${string}]`]: undefined;
3872
+ [x: `bytes20[${string}]`]: undefined;
3873
+ [x: `bytes21[${string}]`]: undefined;
3874
+ [x: `bytes22[${string}]`]: undefined;
3875
+ [x: `bytes23[${string}]`]: undefined;
3876
+ [x: `bytes24[${string}]`]: undefined;
3877
+ [x: `bytes25[${string}]`]: undefined;
3878
+ [x: `bytes26[${string}]`]: undefined;
3879
+ [x: `bytes27[${string}]`]: undefined;
3880
+ [x: `bytes28[${string}]`]: undefined;
3881
+ [x: `bytes29[${string}]`]: undefined;
3882
+ [x: `bytes30[${string}]`]: undefined;
3883
+ [x: `bytes31[${string}]`]: undefined;
3884
+ [x: `bytes32[${string}]`]: undefined;
3993
3885
  [x: `int[${string}]`]: undefined;
3994
- [x: `int40[${string}]`]: undefined;
3995
- [x: `int32[${string}]`]: undefined;
3996
- [x: `int24[${string}]`]: undefined;
3997
- [x: `int16[${string}]`]: undefined;
3998
3886
  [x: `int8[${string}]`]: undefined;
3887
+ [x: `int16[${string}]`]: undefined;
3888
+ [x: `int24[${string}]`]: undefined;
3889
+ [x: `int32[${string}]`]: undefined;
3890
+ [x: `int40[${string}]`]: undefined;
3999
3891
  [x: `int48[${string}]`]: undefined;
4000
3892
  [x: `int56[${string}]`]: undefined;
4001
3893
  [x: `int64[${string}]`]: undefined;
@@ -4024,11 +3916,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4024
3916
  [x: `int248[${string}]`]: undefined;
4025
3917
  [x: `int256[${string}]`]: undefined;
4026
3918
  [x: `uint[${string}]`]: undefined;
4027
- [x: `uint40[${string}]`]: undefined;
4028
- [x: `uint32[${string}]`]: undefined;
4029
- [x: `uint24[${string}]`]: undefined;
4030
- [x: `uint16[${string}]`]: undefined;
4031
3919
  [x: `uint8[${string}]`]: undefined;
3920
+ [x: `uint16[${string}]`]: undefined;
3921
+ [x: `uint24[${string}]`]: undefined;
3922
+ [x: `uint32[${string}]`]: undefined;
3923
+ [x: `uint40[${string}]`]: undefined;
4032
3924
  [x: `uint48[${string}]`]: undefined;
4033
3925
  [x: `uint56[${string}]`]: undefined;
4034
3926
  [x: `uint64[${string}]`]: undefined;
@@ -4060,43 +3952,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4060
3952
  address?: undefined;
4061
3953
  bool?: undefined;
4062
3954
  bytes?: undefined;
4063
- bytes2?: undefined;
4064
- bytes3?: undefined;
3955
+ bytes18?: undefined;
4065
3956
  bytes1?: undefined;
4066
- bytes4?: undefined;
4067
3957
  bytes5?: undefined;
4068
- bytes32?: undefined;
4069
- bytes31?: undefined;
4070
- bytes30?: undefined;
4071
- bytes29?: undefined;
4072
- bytes28?: undefined;
4073
- bytes27?: undefined;
4074
- bytes26?: undefined;
4075
- bytes25?: undefined;
4076
- bytes24?: undefined;
4077
- bytes23?: undefined;
4078
- bytes22?: undefined;
4079
- bytes21?: undefined;
4080
- bytes20?: undefined;
4081
- bytes19?: undefined;
4082
- bytes18?: undefined;
4083
- bytes17?: undefined;
4084
- bytes16?: undefined;
4085
- bytes15?: undefined;
4086
- bytes14?: undefined;
4087
- bytes13?: undefined;
4088
- bytes12?: undefined;
4089
- bytes11?: undefined;
4090
3958
  bytes10?: undefined;
4091
- bytes9?: undefined;
4092
- bytes8?: undefined;
4093
- bytes7?: undefined;
3959
+ bytes4?: undefined;
3960
+ bytes2?: undefined;
3961
+ bytes3?: undefined;
4094
3962
  bytes6?: undefined;
4095
- int40?: undefined;
4096
- int32?: undefined;
4097
- int24?: undefined;
4098
- int16?: undefined;
3963
+ bytes7?: undefined;
3964
+ bytes8?: undefined;
3965
+ bytes9?: undefined;
3966
+ bytes11?: undefined;
3967
+ bytes12?: undefined;
3968
+ bytes13?: undefined;
3969
+ bytes14?: undefined;
3970
+ bytes15?: undefined;
3971
+ bytes16?: undefined;
3972
+ bytes17?: undefined;
3973
+ bytes19?: undefined;
3974
+ bytes20?: undefined;
3975
+ bytes21?: undefined;
3976
+ bytes22?: undefined;
3977
+ bytes23?: undefined;
3978
+ bytes24?: undefined;
3979
+ bytes25?: undefined;
3980
+ bytes26?: undefined;
3981
+ bytes27?: undefined;
3982
+ bytes28?: undefined;
3983
+ bytes29?: undefined;
3984
+ bytes30?: undefined;
3985
+ bytes31?: undefined;
3986
+ bytes32?: undefined;
4099
3987
  int8?: undefined;
3988
+ int16?: undefined;
3989
+ int24?: undefined;
3990
+ int32?: undefined;
3991
+ int40?: undefined;
4100
3992
  int48?: undefined;
4101
3993
  int56?: undefined;
4102
3994
  int64?: undefined;
@@ -4124,11 +4016,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4124
4016
  int240?: undefined;
4125
4017
  int248?: undefined;
4126
4018
  int256?: undefined;
4127
- uint40?: undefined;
4128
- uint32?: undefined;
4129
- uint24?: undefined;
4130
- uint16?: undefined;
4131
4019
  uint8?: undefined;
4020
+ uint16?: undefined;
4021
+ uint24?: undefined;
4022
+ uint32?: undefined;
4023
+ uint40?: undefined;
4132
4024
  uint48?: undefined;
4133
4025
  uint56?: undefined;
4134
4026
  uint64?: undefined;
@@ -4359,24 +4251,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4359
4251
  Method: "eth_uninstallFilter";
4360
4252
  Parameters: [filterId: `0x${string}`];
4361
4253
  ReturnType: boolean;
4362
- }, {
4363
- Method: "alchemy_requestPaymasterAndData";
4364
- Parameters: [{
4365
- policyId: string;
4366
- entryPoint: `0x${string}`;
4367
- userOperation: import("@aa-sdk/core").UserOperationRequest;
4368
- }];
4369
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
4370
- }, {
4371
- Method: "alchemy_requestGasAndPaymasterAndData";
4372
- Parameters: [{
4373
- policyId: string;
4374
- entryPoint: `0x${string}`;
4375
- userOperation: import("@aa-sdk/core").UserOperationRequest;
4376
- dummySignature: `0x${string}`;
4377
- overrides?: Partial<{}> | undefined;
4378
- }];
4379
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
4380
4254
  }, {
4381
4255
  Method: "alchemy_simulateUserOperationAssetChanges";
4382
4256
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -4441,44 +4315,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4441
4315
  [x: `address[${string}]`]: undefined;
4442
4316
  [x: `bool[${string}]`]: undefined;
4443
4317
  [x: `bytes[${string}]`]: undefined;
4444
- [x: `bytes2[${string}]`]: undefined;
4445
- [x: `bytes3[${string}]`]: undefined;
4318
+ [x: `bytes18[${string}]`]: undefined;
4446
4319
  [x: `bytes1[${string}]`]: undefined;
4447
- [x: `bytes4[${string}]`]: undefined;
4448
4320
  [x: `bytes5[${string}]`]: undefined;
4449
- [x: `bytes32[${string}]`]: undefined;
4450
- [x: `bytes31[${string}]`]: undefined;
4451
- [x: `bytes30[${string}]`]: undefined;
4452
- [x: `bytes29[${string}]`]: undefined;
4453
- [x: `bytes28[${string}]`]: undefined;
4454
- [x: `bytes27[${string}]`]: undefined;
4455
- [x: `bytes26[${string}]`]: undefined;
4456
- [x: `bytes25[${string}]`]: undefined;
4457
- [x: `bytes24[${string}]`]: undefined;
4458
- [x: `bytes23[${string}]`]: undefined;
4459
- [x: `bytes22[${string}]`]: undefined;
4460
- [x: `bytes21[${string}]`]: undefined;
4461
- [x: `bytes20[${string}]`]: undefined;
4462
- [x: `bytes19[${string}]`]: undefined;
4463
- [x: `bytes18[${string}]`]: undefined;
4464
- [x: `bytes17[${string}]`]: undefined;
4465
- [x: `bytes16[${string}]`]: undefined;
4466
- [x: `bytes15[${string}]`]: undefined;
4467
- [x: `bytes14[${string}]`]: undefined;
4468
- [x: `bytes13[${string}]`]: undefined;
4469
- [x: `bytes12[${string}]`]: undefined;
4470
- [x: `bytes11[${string}]`]: undefined;
4471
4321
  [x: `bytes10[${string}]`]: undefined;
4472
- [x: `bytes9[${string}]`]: undefined;
4473
- [x: `bytes8[${string}]`]: undefined;
4474
- [x: `bytes7[${string}]`]: undefined;
4322
+ [x: `bytes4[${string}]`]: undefined;
4323
+ [x: `bytes2[${string}]`]: undefined;
4324
+ [x: `bytes3[${string}]`]: undefined;
4475
4325
  [x: `bytes6[${string}]`]: undefined;
4326
+ [x: `bytes7[${string}]`]: undefined;
4327
+ [x: `bytes8[${string}]`]: undefined;
4328
+ [x: `bytes9[${string}]`]: undefined;
4329
+ [x: `bytes11[${string}]`]: undefined;
4330
+ [x: `bytes12[${string}]`]: undefined;
4331
+ [x: `bytes13[${string}]`]: undefined;
4332
+ [x: `bytes14[${string}]`]: undefined;
4333
+ [x: `bytes15[${string}]`]: undefined;
4334
+ [x: `bytes16[${string}]`]: undefined;
4335
+ [x: `bytes17[${string}]`]: undefined;
4336
+ [x: `bytes19[${string}]`]: undefined;
4337
+ [x: `bytes20[${string}]`]: undefined;
4338
+ [x: `bytes21[${string}]`]: undefined;
4339
+ [x: `bytes22[${string}]`]: undefined;
4340
+ [x: `bytes23[${string}]`]: undefined;
4341
+ [x: `bytes24[${string}]`]: undefined;
4342
+ [x: `bytes25[${string}]`]: undefined;
4343
+ [x: `bytes26[${string}]`]: undefined;
4344
+ [x: `bytes27[${string}]`]: undefined;
4345
+ [x: `bytes28[${string}]`]: undefined;
4346
+ [x: `bytes29[${string}]`]: undefined;
4347
+ [x: `bytes30[${string}]`]: undefined;
4348
+ [x: `bytes31[${string}]`]: undefined;
4349
+ [x: `bytes32[${string}]`]: undefined;
4476
4350
  [x: `int[${string}]`]: undefined;
4477
- [x: `int40[${string}]`]: undefined;
4478
- [x: `int32[${string}]`]: undefined;
4479
- [x: `int24[${string}]`]: undefined;
4480
- [x: `int16[${string}]`]: undefined;
4481
4351
  [x: `int8[${string}]`]: undefined;
4352
+ [x: `int16[${string}]`]: undefined;
4353
+ [x: `int24[${string}]`]: undefined;
4354
+ [x: `int32[${string}]`]: undefined;
4355
+ [x: `int40[${string}]`]: undefined;
4482
4356
  [x: `int48[${string}]`]: undefined;
4483
4357
  [x: `int56[${string}]`]: undefined;
4484
4358
  [x: `int64[${string}]`]: undefined;
@@ -4507,11 +4381,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4507
4381
  [x: `int248[${string}]`]: undefined;
4508
4382
  [x: `int256[${string}]`]: undefined;
4509
4383
  [x: `uint[${string}]`]: undefined;
4510
- [x: `uint40[${string}]`]: undefined;
4511
- [x: `uint32[${string}]`]: undefined;
4512
- [x: `uint24[${string}]`]: undefined;
4513
- [x: `uint16[${string}]`]: undefined;
4514
4384
  [x: `uint8[${string}]`]: undefined;
4385
+ [x: `uint16[${string}]`]: undefined;
4386
+ [x: `uint24[${string}]`]: undefined;
4387
+ [x: `uint32[${string}]`]: undefined;
4388
+ [x: `uint40[${string}]`]: undefined;
4515
4389
  [x: `uint48[${string}]`]: undefined;
4516
4390
  [x: `uint56[${string}]`]: undefined;
4517
4391
  [x: `uint64[${string}]`]: undefined;
@@ -4543,43 +4417,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4543
4417
  address?: undefined;
4544
4418
  bool?: undefined;
4545
4419
  bytes?: undefined;
4546
- bytes2?: undefined;
4547
- bytes3?: undefined;
4420
+ bytes18?: undefined;
4548
4421
  bytes1?: undefined;
4549
- bytes4?: undefined;
4550
4422
  bytes5?: undefined;
4551
- bytes32?: undefined;
4552
- bytes31?: undefined;
4553
- bytes30?: undefined;
4554
- bytes29?: undefined;
4555
- bytes28?: undefined;
4556
- bytes27?: undefined;
4557
- bytes26?: undefined;
4558
- bytes25?: undefined;
4559
- bytes24?: undefined;
4560
- bytes23?: undefined;
4561
- bytes22?: undefined;
4562
- bytes21?: undefined;
4563
- bytes20?: undefined;
4564
- bytes19?: undefined;
4565
- bytes18?: undefined;
4566
- bytes17?: undefined;
4567
- bytes16?: undefined;
4568
- bytes15?: undefined;
4569
- bytes14?: undefined;
4570
- bytes13?: undefined;
4571
- bytes12?: undefined;
4572
- bytes11?: undefined;
4573
4423
  bytes10?: undefined;
4574
- bytes9?: undefined;
4575
- bytes8?: undefined;
4576
- bytes7?: undefined;
4424
+ bytes4?: undefined;
4425
+ bytes2?: undefined;
4426
+ bytes3?: undefined;
4577
4427
  bytes6?: undefined;
4578
- int40?: undefined;
4579
- int32?: undefined;
4580
- int24?: undefined;
4581
- int16?: undefined;
4428
+ bytes7?: undefined;
4429
+ bytes8?: undefined;
4430
+ bytes9?: undefined;
4431
+ bytes11?: undefined;
4432
+ bytes12?: undefined;
4433
+ bytes13?: undefined;
4434
+ bytes14?: undefined;
4435
+ bytes15?: undefined;
4436
+ bytes16?: undefined;
4437
+ bytes17?: undefined;
4438
+ bytes19?: undefined;
4439
+ bytes20?: undefined;
4440
+ bytes21?: undefined;
4441
+ bytes22?: undefined;
4442
+ bytes23?: undefined;
4443
+ bytes24?: undefined;
4444
+ bytes25?: undefined;
4445
+ bytes26?: undefined;
4446
+ bytes27?: undefined;
4447
+ bytes28?: undefined;
4448
+ bytes29?: undefined;
4449
+ bytes30?: undefined;
4450
+ bytes31?: undefined;
4451
+ bytes32?: undefined;
4582
4452
  int8?: undefined;
4453
+ int16?: undefined;
4454
+ int24?: undefined;
4455
+ int32?: undefined;
4456
+ int40?: undefined;
4583
4457
  int48?: undefined;
4584
4458
  int56?: undefined;
4585
4459
  int64?: undefined;
@@ -4607,11 +4481,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4607
4481
  int240?: undefined;
4608
4482
  int248?: undefined;
4609
4483
  int256?: undefined;
4610
- uint40?: undefined;
4611
- uint32?: undefined;
4612
- uint24?: undefined;
4613
- uint16?: undefined;
4614
4484
  uint8?: undefined;
4485
+ uint16?: undefined;
4486
+ uint24?: undefined;
4487
+ uint32?: undefined;
4488
+ uint40?: undefined;
4615
4489
  uint48?: undefined;
4616
4490
  uint56?: undefined;
4617
4491
  uint64?: undefined;
@@ -4650,44 +4524,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4650
4524
  [x: `address[${string}]`]: undefined;
4651
4525
  [x: `bool[${string}]`]: undefined;
4652
4526
  [x: `bytes[${string}]`]: undefined;
4653
- [x: `bytes2[${string}]`]: undefined;
4654
- [x: `bytes3[${string}]`]: undefined;
4527
+ [x: `bytes18[${string}]`]: undefined;
4655
4528
  [x: `bytes1[${string}]`]: undefined;
4656
- [x: `bytes4[${string}]`]: undefined;
4657
4529
  [x: `bytes5[${string}]`]: undefined;
4658
- [x: `bytes32[${string}]`]: undefined;
4659
- [x: `bytes31[${string}]`]: undefined;
4660
- [x: `bytes30[${string}]`]: undefined;
4661
- [x: `bytes29[${string}]`]: undefined;
4662
- [x: `bytes28[${string}]`]: undefined;
4663
- [x: `bytes27[${string}]`]: undefined;
4664
- [x: `bytes26[${string}]`]: undefined;
4665
- [x: `bytes25[${string}]`]: undefined;
4666
- [x: `bytes24[${string}]`]: undefined;
4667
- [x: `bytes23[${string}]`]: undefined;
4668
- [x: `bytes22[${string}]`]: undefined;
4669
- [x: `bytes21[${string}]`]: undefined;
4670
- [x: `bytes20[${string}]`]: undefined;
4671
- [x: `bytes19[${string}]`]: undefined;
4672
- [x: `bytes18[${string}]`]: undefined;
4673
- [x: `bytes17[${string}]`]: undefined;
4674
- [x: `bytes16[${string}]`]: undefined;
4675
- [x: `bytes15[${string}]`]: undefined;
4676
- [x: `bytes14[${string}]`]: undefined;
4677
- [x: `bytes13[${string}]`]: undefined;
4678
- [x: `bytes12[${string}]`]: undefined;
4679
- [x: `bytes11[${string}]`]: undefined;
4680
4530
  [x: `bytes10[${string}]`]: undefined;
4681
- [x: `bytes9[${string}]`]: undefined;
4682
- [x: `bytes8[${string}]`]: undefined;
4683
- [x: `bytes7[${string}]`]: undefined;
4531
+ [x: `bytes4[${string}]`]: undefined;
4532
+ [x: `bytes2[${string}]`]: undefined;
4533
+ [x: `bytes3[${string}]`]: undefined;
4684
4534
  [x: `bytes6[${string}]`]: undefined;
4535
+ [x: `bytes7[${string}]`]: undefined;
4536
+ [x: `bytes8[${string}]`]: undefined;
4537
+ [x: `bytes9[${string}]`]: undefined;
4538
+ [x: `bytes11[${string}]`]: undefined;
4539
+ [x: `bytes12[${string}]`]: undefined;
4540
+ [x: `bytes13[${string}]`]: undefined;
4541
+ [x: `bytes14[${string}]`]: undefined;
4542
+ [x: `bytes15[${string}]`]: undefined;
4543
+ [x: `bytes16[${string}]`]: undefined;
4544
+ [x: `bytes17[${string}]`]: undefined;
4545
+ [x: `bytes19[${string}]`]: undefined;
4546
+ [x: `bytes20[${string}]`]: undefined;
4547
+ [x: `bytes21[${string}]`]: undefined;
4548
+ [x: `bytes22[${string}]`]: undefined;
4549
+ [x: `bytes23[${string}]`]: undefined;
4550
+ [x: `bytes24[${string}]`]: undefined;
4551
+ [x: `bytes25[${string}]`]: undefined;
4552
+ [x: `bytes26[${string}]`]: undefined;
4553
+ [x: `bytes27[${string}]`]: undefined;
4554
+ [x: `bytes28[${string}]`]: undefined;
4555
+ [x: `bytes29[${string}]`]: undefined;
4556
+ [x: `bytes30[${string}]`]: undefined;
4557
+ [x: `bytes31[${string}]`]: undefined;
4558
+ [x: `bytes32[${string}]`]: undefined;
4685
4559
  [x: `int[${string}]`]: undefined;
4686
- [x: `int40[${string}]`]: undefined;
4687
- [x: `int32[${string}]`]: undefined;
4688
- [x: `int24[${string}]`]: undefined;
4689
- [x: `int16[${string}]`]: undefined;
4690
4560
  [x: `int8[${string}]`]: undefined;
4561
+ [x: `int16[${string}]`]: undefined;
4562
+ [x: `int24[${string}]`]: undefined;
4563
+ [x: `int32[${string}]`]: undefined;
4564
+ [x: `int40[${string}]`]: undefined;
4691
4565
  [x: `int48[${string}]`]: undefined;
4692
4566
  [x: `int56[${string}]`]: undefined;
4693
4567
  [x: `int64[${string}]`]: undefined;
@@ -4716,11 +4590,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4716
4590
  [x: `int248[${string}]`]: undefined;
4717
4591
  [x: `int256[${string}]`]: undefined;
4718
4592
  [x: `uint[${string}]`]: undefined;
4719
- [x: `uint40[${string}]`]: undefined;
4720
- [x: `uint32[${string}]`]: undefined;
4721
- [x: `uint24[${string}]`]: undefined;
4722
- [x: `uint16[${string}]`]: undefined;
4723
4593
  [x: `uint8[${string}]`]: undefined;
4594
+ [x: `uint16[${string}]`]: undefined;
4595
+ [x: `uint24[${string}]`]: undefined;
4596
+ [x: `uint32[${string}]`]: undefined;
4597
+ [x: `uint40[${string}]`]: undefined;
4724
4598
  [x: `uint48[${string}]`]: undefined;
4725
4599
  [x: `uint56[${string}]`]: undefined;
4726
4600
  [x: `uint64[${string}]`]: undefined;
@@ -4752,43 +4626,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4752
4626
  address?: undefined;
4753
4627
  bool?: undefined;
4754
4628
  bytes?: undefined;
4755
- bytes2?: undefined;
4756
- bytes3?: undefined;
4629
+ bytes18?: undefined;
4757
4630
  bytes1?: undefined;
4758
- bytes4?: undefined;
4759
4631
  bytes5?: undefined;
4760
- bytes32?: undefined;
4761
- bytes31?: undefined;
4762
- bytes30?: undefined;
4763
- bytes29?: undefined;
4764
- bytes28?: undefined;
4765
- bytes27?: undefined;
4766
- bytes26?: undefined;
4767
- bytes25?: undefined;
4768
- bytes24?: undefined;
4769
- bytes23?: undefined;
4770
- bytes22?: undefined;
4771
- bytes21?: undefined;
4772
- bytes20?: undefined;
4773
- bytes19?: undefined;
4774
- bytes18?: undefined;
4775
- bytes17?: undefined;
4776
- bytes16?: undefined;
4777
- bytes15?: undefined;
4778
- bytes14?: undefined;
4779
- bytes13?: undefined;
4780
- bytes12?: undefined;
4781
- bytes11?: undefined;
4782
4632
  bytes10?: undefined;
4783
- bytes9?: undefined;
4784
- bytes8?: undefined;
4785
- bytes7?: undefined;
4633
+ bytes4?: undefined;
4634
+ bytes2?: undefined;
4635
+ bytes3?: undefined;
4786
4636
  bytes6?: undefined;
4787
- int40?: undefined;
4788
- int32?: undefined;
4789
- int24?: undefined;
4790
- int16?: undefined;
4637
+ bytes7?: undefined;
4638
+ bytes8?: undefined;
4639
+ bytes9?: undefined;
4640
+ bytes11?: undefined;
4641
+ bytes12?: undefined;
4642
+ bytes13?: undefined;
4643
+ bytes14?: undefined;
4644
+ bytes15?: undefined;
4645
+ bytes16?: undefined;
4646
+ bytes17?: undefined;
4647
+ bytes19?: undefined;
4648
+ bytes20?: undefined;
4649
+ bytes21?: undefined;
4650
+ bytes22?: undefined;
4651
+ bytes23?: undefined;
4652
+ bytes24?: undefined;
4653
+ bytes25?: undefined;
4654
+ bytes26?: undefined;
4655
+ bytes27?: undefined;
4656
+ bytes28?: undefined;
4657
+ bytes29?: undefined;
4658
+ bytes30?: undefined;
4659
+ bytes31?: undefined;
4660
+ bytes32?: undefined;
4791
4661
  int8?: undefined;
4662
+ int16?: undefined;
4663
+ int24?: undefined;
4664
+ int32?: undefined;
4665
+ int40?: undefined;
4792
4666
  int48?: undefined;
4793
4667
  int56?: undefined;
4794
4668
  int64?: undefined;
@@ -4816,11 +4690,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4816
4690
  int240?: undefined;
4817
4691
  int248?: undefined;
4818
4692
  int256?: undefined;
4819
- uint40?: undefined;
4820
- uint32?: undefined;
4821
- uint24?: undefined;
4822
- uint16?: undefined;
4823
4693
  uint8?: undefined;
4694
+ uint16?: undefined;
4695
+ uint24?: undefined;
4696
+ uint32?: undefined;
4697
+ uint40?: undefined;
4824
4698
  uint48?: undefined;
4825
4699
  uint56?: undefined;
4826
4700
  uint64?: undefined;
@@ -5051,24 +4925,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5051
4925
  Method: "eth_uninstallFilter";
5052
4926
  Parameters: [filterId: `0x${string}`];
5053
4927
  ReturnType: boolean;
5054
- }, {
5055
- Method: "alchemy_requestPaymasterAndData";
5056
- Parameters: [{
5057
- policyId: string;
5058
- entryPoint: `0x${string}`;
5059
- userOperation: import("@aa-sdk/core").UserOperationRequest;
5060
- }];
5061
- ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
5062
- }, {
5063
- Method: "alchemy_requestGasAndPaymasterAndData";
5064
- Parameters: [{
5065
- policyId: string;
5066
- entryPoint: `0x${string}`;
5067
- userOperation: import("@aa-sdk/core").UserOperationRequest;
5068
- dummySignature: `0x${string}`;
5069
- overrides?: Partial<{}> | undefined;
5070
- }];
5071
- ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
5072
4928
  }, {
5073
4929
  Method: "alchemy_simulateUserOperationAssetChanges";
5074
4930
  Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
@@ -5133,44 +4989,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5133
4989
  [x: `address[${string}]`]: undefined;
5134
4990
  [x: `bool[${string}]`]: undefined;
5135
4991
  [x: `bytes[${string}]`]: undefined;
5136
- [x: `bytes2[${string}]`]: undefined;
5137
- [x: `bytes3[${string}]`]: undefined;
4992
+ [x: `bytes18[${string}]`]: undefined;
5138
4993
  [x: `bytes1[${string}]`]: undefined;
5139
- [x: `bytes4[${string}]`]: undefined;
5140
4994
  [x: `bytes5[${string}]`]: undefined;
5141
- [x: `bytes32[${string}]`]: undefined;
5142
- [x: `bytes31[${string}]`]: undefined;
5143
- [x: `bytes30[${string}]`]: undefined;
5144
- [x: `bytes29[${string}]`]: undefined;
5145
- [x: `bytes28[${string}]`]: undefined;
5146
- [x: `bytes27[${string}]`]: undefined;
5147
- [x: `bytes26[${string}]`]: undefined;
5148
- [x: `bytes25[${string}]`]: undefined;
5149
- [x: `bytes24[${string}]`]: undefined;
5150
- [x: `bytes23[${string}]`]: undefined;
5151
- [x: `bytes22[${string}]`]: undefined;
5152
- [x: `bytes21[${string}]`]: undefined;
5153
- [x: `bytes20[${string}]`]: undefined;
5154
- [x: `bytes19[${string}]`]: undefined;
5155
- [x: `bytes18[${string}]`]: undefined;
5156
- [x: `bytes17[${string}]`]: undefined;
5157
- [x: `bytes16[${string}]`]: undefined;
5158
- [x: `bytes15[${string}]`]: undefined;
5159
- [x: `bytes14[${string}]`]: undefined;
5160
- [x: `bytes13[${string}]`]: undefined;
5161
- [x: `bytes12[${string}]`]: undefined;
5162
- [x: `bytes11[${string}]`]: undefined;
5163
4995
  [x: `bytes10[${string}]`]: undefined;
5164
- [x: `bytes9[${string}]`]: undefined;
5165
- [x: `bytes8[${string}]`]: undefined;
5166
- [x: `bytes7[${string}]`]: undefined;
4996
+ [x: `bytes4[${string}]`]: undefined;
4997
+ [x: `bytes2[${string}]`]: undefined;
4998
+ [x: `bytes3[${string}]`]: undefined;
5167
4999
  [x: `bytes6[${string}]`]: undefined;
5000
+ [x: `bytes7[${string}]`]: undefined;
5001
+ [x: `bytes8[${string}]`]: undefined;
5002
+ [x: `bytes9[${string}]`]: undefined;
5003
+ [x: `bytes11[${string}]`]: undefined;
5004
+ [x: `bytes12[${string}]`]: undefined;
5005
+ [x: `bytes13[${string}]`]: undefined;
5006
+ [x: `bytes14[${string}]`]: undefined;
5007
+ [x: `bytes15[${string}]`]: undefined;
5008
+ [x: `bytes16[${string}]`]: undefined;
5009
+ [x: `bytes17[${string}]`]: undefined;
5010
+ [x: `bytes19[${string}]`]: undefined;
5011
+ [x: `bytes20[${string}]`]: undefined;
5012
+ [x: `bytes21[${string}]`]: undefined;
5013
+ [x: `bytes22[${string}]`]: undefined;
5014
+ [x: `bytes23[${string}]`]: undefined;
5015
+ [x: `bytes24[${string}]`]: undefined;
5016
+ [x: `bytes25[${string}]`]: undefined;
5017
+ [x: `bytes26[${string}]`]: undefined;
5018
+ [x: `bytes27[${string}]`]: undefined;
5019
+ [x: `bytes28[${string}]`]: undefined;
5020
+ [x: `bytes29[${string}]`]: undefined;
5021
+ [x: `bytes30[${string}]`]: undefined;
5022
+ [x: `bytes31[${string}]`]: undefined;
5023
+ [x: `bytes32[${string}]`]: undefined;
5168
5024
  [x: `int[${string}]`]: undefined;
5169
- [x: `int40[${string}]`]: undefined;
5170
- [x: `int32[${string}]`]: undefined;
5171
- [x: `int24[${string}]`]: undefined;
5172
- [x: `int16[${string}]`]: undefined;
5173
5025
  [x: `int8[${string}]`]: undefined;
5026
+ [x: `int16[${string}]`]: undefined;
5027
+ [x: `int24[${string}]`]: undefined;
5028
+ [x: `int32[${string}]`]: undefined;
5029
+ [x: `int40[${string}]`]: undefined;
5174
5030
  [x: `int48[${string}]`]: undefined;
5175
5031
  [x: `int56[${string}]`]: undefined;
5176
5032
  [x: `int64[${string}]`]: undefined;
@@ -5199,11 +5055,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5199
5055
  [x: `int248[${string}]`]: undefined;
5200
5056
  [x: `int256[${string}]`]: undefined;
5201
5057
  [x: `uint[${string}]`]: undefined;
5202
- [x: `uint40[${string}]`]: undefined;
5203
- [x: `uint32[${string}]`]: undefined;
5204
- [x: `uint24[${string}]`]: undefined;
5205
- [x: `uint16[${string}]`]: undefined;
5206
5058
  [x: `uint8[${string}]`]: undefined;
5059
+ [x: `uint16[${string}]`]: undefined;
5060
+ [x: `uint24[${string}]`]: undefined;
5061
+ [x: `uint32[${string}]`]: undefined;
5062
+ [x: `uint40[${string}]`]: undefined;
5207
5063
  [x: `uint48[${string}]`]: undefined;
5208
5064
  [x: `uint56[${string}]`]: undefined;
5209
5065
  [x: `uint64[${string}]`]: undefined;
@@ -5235,43 +5091,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5235
5091
  address?: undefined;
5236
5092
  bool?: undefined;
5237
5093
  bytes?: undefined;
5238
- bytes2?: undefined;
5239
- bytes3?: undefined;
5094
+ bytes18?: undefined;
5240
5095
  bytes1?: undefined;
5241
- bytes4?: undefined;
5242
5096
  bytes5?: undefined;
5243
- bytes32?: undefined;
5244
- bytes31?: undefined;
5245
- bytes30?: undefined;
5246
- bytes29?: undefined;
5247
- bytes28?: undefined;
5248
- bytes27?: undefined;
5249
- bytes26?: undefined;
5250
- bytes25?: undefined;
5251
- bytes24?: undefined;
5252
- bytes23?: undefined;
5253
- bytes22?: undefined;
5254
- bytes21?: undefined;
5255
- bytes20?: undefined;
5256
- bytes19?: undefined;
5257
- bytes18?: undefined;
5258
- bytes17?: undefined;
5259
- bytes16?: undefined;
5260
- bytes15?: undefined;
5261
- bytes14?: undefined;
5262
- bytes13?: undefined;
5263
- bytes12?: undefined;
5264
- bytes11?: undefined;
5265
5097
  bytes10?: undefined;
5266
- bytes9?: undefined;
5267
- bytes8?: undefined;
5268
- bytes7?: undefined;
5098
+ bytes4?: undefined;
5099
+ bytes2?: undefined;
5100
+ bytes3?: undefined;
5269
5101
  bytes6?: undefined;
5270
- int40?: undefined;
5271
- int32?: undefined;
5272
- int24?: undefined;
5273
- int16?: undefined;
5102
+ bytes7?: undefined;
5103
+ bytes8?: undefined;
5104
+ bytes9?: undefined;
5105
+ bytes11?: undefined;
5106
+ bytes12?: undefined;
5107
+ bytes13?: undefined;
5108
+ bytes14?: undefined;
5109
+ bytes15?: undefined;
5110
+ bytes16?: undefined;
5111
+ bytes17?: undefined;
5112
+ bytes19?: undefined;
5113
+ bytes20?: undefined;
5114
+ bytes21?: undefined;
5115
+ bytes22?: undefined;
5116
+ bytes23?: undefined;
5117
+ bytes24?: undefined;
5118
+ bytes25?: undefined;
5119
+ bytes26?: undefined;
5120
+ bytes27?: undefined;
5121
+ bytes28?: undefined;
5122
+ bytes29?: undefined;
5123
+ bytes30?: undefined;
5124
+ bytes31?: undefined;
5125
+ bytes32?: undefined;
5274
5126
  int8?: undefined;
5127
+ int16?: undefined;
5128
+ int24?: undefined;
5129
+ int32?: undefined;
5130
+ int40?: undefined;
5275
5131
  int48?: undefined;
5276
5132
  int56?: undefined;
5277
5133
  int64?: undefined;
@@ -5299,11 +5155,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5299
5155
  int240?: undefined;
5300
5156
  int248?: undefined;
5301
5157
  int256?: undefined;
5302
- uint40?: undefined;
5303
- uint32?: undefined;
5304
- uint24?: undefined;
5305
- uint16?: undefined;
5306
5158
  uint8?: undefined;
5159
+ uint16?: undefined;
5160
+ uint24?: undefined;
5161
+ uint32?: undefined;
5162
+ uint40?: undefined;
5307
5163
  uint48?: undefined;
5308
5164
  uint56?: undefined;
5309
5165
  uint64?: undefined;
@@ -5342,44 +5198,44 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5342
5198
  [x: `address[${string}]`]: undefined;
5343
5199
  [x: `bool[${string}]`]: undefined;
5344
5200
  [x: `bytes[${string}]`]: undefined;
5345
- [x: `bytes2[${string}]`]: undefined;
5346
- [x: `bytes3[${string}]`]: undefined;
5201
+ [x: `bytes18[${string}]`]: undefined;
5347
5202
  [x: `bytes1[${string}]`]: undefined;
5348
- [x: `bytes4[${string}]`]: undefined;
5349
5203
  [x: `bytes5[${string}]`]: undefined;
5350
- [x: `bytes32[${string}]`]: undefined;
5351
- [x: `bytes31[${string}]`]: undefined;
5352
- [x: `bytes30[${string}]`]: undefined;
5353
- [x: `bytes29[${string}]`]: undefined;
5354
- [x: `bytes28[${string}]`]: undefined;
5355
- [x: `bytes27[${string}]`]: undefined;
5356
- [x: `bytes26[${string}]`]: undefined;
5357
- [x: `bytes25[${string}]`]: undefined;
5358
- [x: `bytes24[${string}]`]: undefined;
5359
- [x: `bytes23[${string}]`]: undefined;
5360
- [x: `bytes22[${string}]`]: undefined;
5361
- [x: `bytes21[${string}]`]: undefined;
5362
- [x: `bytes20[${string}]`]: undefined;
5363
- [x: `bytes19[${string}]`]: undefined;
5364
- [x: `bytes18[${string}]`]: undefined;
5365
- [x: `bytes17[${string}]`]: undefined;
5366
- [x: `bytes16[${string}]`]: undefined;
5367
- [x: `bytes15[${string}]`]: undefined;
5368
- [x: `bytes14[${string}]`]: undefined;
5369
- [x: `bytes13[${string}]`]: undefined;
5370
- [x: `bytes12[${string}]`]: undefined;
5371
- [x: `bytes11[${string}]`]: undefined;
5372
5204
  [x: `bytes10[${string}]`]: undefined;
5373
- [x: `bytes9[${string}]`]: undefined;
5374
- [x: `bytes8[${string}]`]: undefined;
5375
- [x: `bytes7[${string}]`]: undefined;
5205
+ [x: `bytes4[${string}]`]: undefined;
5206
+ [x: `bytes2[${string}]`]: undefined;
5207
+ [x: `bytes3[${string}]`]: undefined;
5376
5208
  [x: `bytes6[${string}]`]: undefined;
5209
+ [x: `bytes7[${string}]`]: undefined;
5210
+ [x: `bytes8[${string}]`]: undefined;
5211
+ [x: `bytes9[${string}]`]: undefined;
5212
+ [x: `bytes11[${string}]`]: undefined;
5213
+ [x: `bytes12[${string}]`]: undefined;
5214
+ [x: `bytes13[${string}]`]: undefined;
5215
+ [x: `bytes14[${string}]`]: undefined;
5216
+ [x: `bytes15[${string}]`]: undefined;
5217
+ [x: `bytes16[${string}]`]: undefined;
5218
+ [x: `bytes17[${string}]`]: undefined;
5219
+ [x: `bytes19[${string}]`]: undefined;
5220
+ [x: `bytes20[${string}]`]: undefined;
5221
+ [x: `bytes21[${string}]`]: undefined;
5222
+ [x: `bytes22[${string}]`]: undefined;
5223
+ [x: `bytes23[${string}]`]: undefined;
5224
+ [x: `bytes24[${string}]`]: undefined;
5225
+ [x: `bytes25[${string}]`]: undefined;
5226
+ [x: `bytes26[${string}]`]: undefined;
5227
+ [x: `bytes27[${string}]`]: undefined;
5228
+ [x: `bytes28[${string}]`]: undefined;
5229
+ [x: `bytes29[${string}]`]: undefined;
5230
+ [x: `bytes30[${string}]`]: undefined;
5231
+ [x: `bytes31[${string}]`]: undefined;
5232
+ [x: `bytes32[${string}]`]: undefined;
5377
5233
  [x: `int[${string}]`]: undefined;
5378
- [x: `int40[${string}]`]: undefined;
5379
- [x: `int32[${string}]`]: undefined;
5380
- [x: `int24[${string}]`]: undefined;
5381
- [x: `int16[${string}]`]: undefined;
5382
5234
  [x: `int8[${string}]`]: undefined;
5235
+ [x: `int16[${string}]`]: undefined;
5236
+ [x: `int24[${string}]`]: undefined;
5237
+ [x: `int32[${string}]`]: undefined;
5238
+ [x: `int40[${string}]`]: undefined;
5383
5239
  [x: `int48[${string}]`]: undefined;
5384
5240
  [x: `int56[${string}]`]: undefined;
5385
5241
  [x: `int64[${string}]`]: undefined;
@@ -5408,11 +5264,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5408
5264
  [x: `int248[${string}]`]: undefined;
5409
5265
  [x: `int256[${string}]`]: undefined;
5410
5266
  [x: `uint[${string}]`]: undefined;
5411
- [x: `uint40[${string}]`]: undefined;
5412
- [x: `uint32[${string}]`]: undefined;
5413
- [x: `uint24[${string}]`]: undefined;
5414
- [x: `uint16[${string}]`]: undefined;
5415
5267
  [x: `uint8[${string}]`]: undefined;
5268
+ [x: `uint16[${string}]`]: undefined;
5269
+ [x: `uint24[${string}]`]: undefined;
5270
+ [x: `uint32[${string}]`]: undefined;
5271
+ [x: `uint40[${string}]`]: undefined;
5416
5272
  [x: `uint48[${string}]`]: undefined;
5417
5273
  [x: `uint56[${string}]`]: undefined;
5418
5274
  [x: `uint64[${string}]`]: undefined;
@@ -5444,43 +5300,43 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5444
5300
  address?: undefined;
5445
5301
  bool?: undefined;
5446
5302
  bytes?: undefined;
5447
- bytes2?: undefined;
5448
- bytes3?: undefined;
5303
+ bytes18?: undefined;
5449
5304
  bytes1?: undefined;
5450
- bytes4?: undefined;
5451
5305
  bytes5?: undefined;
5452
- bytes32?: undefined;
5453
- bytes31?: undefined;
5454
- bytes30?: undefined;
5455
- bytes29?: undefined;
5456
- bytes28?: undefined;
5457
- bytes27?: undefined;
5458
- bytes26?: undefined;
5459
- bytes25?: undefined;
5460
- bytes24?: undefined;
5461
- bytes23?: undefined;
5462
- bytes22?: undefined;
5463
- bytes21?: undefined;
5464
- bytes20?: undefined;
5465
- bytes19?: undefined;
5466
- bytes18?: undefined;
5467
- bytes17?: undefined;
5468
- bytes16?: undefined;
5469
- bytes15?: undefined;
5470
- bytes14?: undefined;
5471
- bytes13?: undefined;
5472
- bytes12?: undefined;
5473
- bytes11?: undefined;
5474
5306
  bytes10?: undefined;
5475
- bytes9?: undefined;
5476
- bytes8?: undefined;
5477
- bytes7?: undefined;
5307
+ bytes4?: undefined;
5308
+ bytes2?: undefined;
5309
+ bytes3?: undefined;
5478
5310
  bytes6?: undefined;
5479
- int40?: undefined;
5480
- int32?: undefined;
5481
- int24?: undefined;
5482
- int16?: undefined;
5311
+ bytes7?: undefined;
5312
+ bytes8?: undefined;
5313
+ bytes9?: undefined;
5314
+ bytes11?: undefined;
5315
+ bytes12?: undefined;
5316
+ bytes13?: undefined;
5317
+ bytes14?: undefined;
5318
+ bytes15?: undefined;
5319
+ bytes16?: undefined;
5320
+ bytes17?: undefined;
5321
+ bytes19?: undefined;
5322
+ bytes20?: undefined;
5323
+ bytes21?: undefined;
5324
+ bytes22?: undefined;
5325
+ bytes23?: undefined;
5326
+ bytes24?: undefined;
5327
+ bytes25?: undefined;
5328
+ bytes26?: undefined;
5329
+ bytes27?: undefined;
5330
+ bytes28?: undefined;
5331
+ bytes29?: undefined;
5332
+ bytes30?: undefined;
5333
+ bytes31?: undefined;
5334
+ bytes32?: undefined;
5483
5335
  int8?: undefined;
5336
+ int16?: undefined;
5337
+ int24?: undefined;
5338
+ int32?: undefined;
5339
+ int40?: undefined;
5484
5340
  int48?: undefined;
5485
5341
  int56?: undefined;
5486
5342
  int64?: undefined;
@@ -5508,11 +5364,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5508
5364
  int240?: undefined;
5509
5365
  int248?: undefined;
5510
5366
  int256?: undefined;
5511
- uint40?: undefined;
5512
- uint32?: undefined;
5513
- uint24?: undefined;
5514
- uint16?: undefined;
5515
5367
  uint8?: undefined;
5368
+ uint16?: undefined;
5369
+ uint24?: undefined;
5370
+ uint32?: undefined;
5371
+ uint40?: undefined;
5516
5372
  uint48?: undefined;
5517
5373
  uint56?: undefined;
5518
5374
  uint64?: undefined;