@account-kit/infra 4.0.0-alpha.6 → 4.0.0-alpha.8

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 (47) hide show
  1. package/dist/cjs/client/decorators/alchemyEnhancedApis.d.ts +1132 -1276
  2. package/dist/cjs/client/internal/smartAccountClientFromRpc.js +2 -14
  3. package/dist/cjs/client/internal/smartAccountClientFromRpc.js.map +1 -1
  4. package/dist/cjs/client/isAlchemySmartAccountClient.d.ts +1132 -1276
  5. package/dist/cjs/client/smartAccountClient.d.ts +2 -3
  6. package/dist/cjs/client/smartAccountClient.js +2 -2
  7. package/dist/cjs/client/smartAccountClient.js.map +1 -1
  8. package/dist/cjs/client/types.d.ts +1 -48
  9. package/dist/cjs/client/types.js.map +1 -1
  10. package/dist/cjs/middleware/gasManager.d.ts +2 -29
  11. package/dist/cjs/middleware/gasManager.js +4 -146
  12. package/dist/cjs/middleware/gasManager.js.map +1 -1
  13. package/dist/cjs/version.d.ts +1 -1
  14. package/dist/cjs/version.js +1 -1
  15. package/dist/cjs/version.js.map +1 -1
  16. package/dist/esm/client/decorators/alchemyEnhancedApis.d.ts +1132 -1276
  17. package/dist/esm/client/internal/smartAccountClientFromRpc.js +2 -14
  18. package/dist/esm/client/internal/smartAccountClientFromRpc.js.map +1 -1
  19. package/dist/esm/client/isAlchemySmartAccountClient.d.ts +1132 -1276
  20. package/dist/esm/client/smartAccountClient.d.ts +2 -3
  21. package/dist/esm/client/smartAccountClient.js +2 -3
  22. package/dist/esm/client/smartAccountClient.js.map +1 -1
  23. package/dist/esm/client/types.d.ts +1 -48
  24. package/dist/esm/client/types.js.map +1 -1
  25. package/dist/esm/middleware/gasManager.d.ts +2 -29
  26. package/dist/esm/middleware/gasManager.js +5 -147
  27. package/dist/esm/middleware/gasManager.js.map +1 -1
  28. package/dist/esm/version.d.ts +1 -1
  29. package/dist/esm/version.js +1 -1
  30. package/dist/esm/version.js.map +1 -1
  31. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts +1132 -1276
  32. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts.map +1 -1
  33. package/dist/types/client/isAlchemySmartAccountClient.d.ts +1132 -1276
  34. package/dist/types/client/isAlchemySmartAccountClient.d.ts.map +1 -1
  35. package/dist/types/client/smartAccountClient.d.ts +2 -3
  36. package/dist/types/client/smartAccountClient.d.ts.map +1 -1
  37. package/dist/types/client/types.d.ts +1 -48
  38. package/dist/types/client/types.d.ts.map +1 -1
  39. package/dist/types/middleware/gasManager.d.ts +15 -87
  40. package/dist/types/middleware/gasManager.d.ts.map +1 -1
  41. package/dist/types/version.d.ts +1 -1
  42. package/package.json +3 -3
  43. package/src/client/internal/smartAccountClientFromRpc.ts +2 -18
  44. package/src/client/smartAccountClient.ts +4 -5
  45. package/src/client/types.ts +1 -54
  46. package/src/middleware/gasManager.ts +20 -432
  47. package/src/version.ts +1 -1
@@ -196,24 +196,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
196
196
  Method: "eth_uninstallFilter";
197
197
  Parameters: [filterId: `0x${string}`];
198
198
  ReturnType: boolean;
199
- }, {
200
- Method: "alchemy_requestPaymasterAndData";
201
- Parameters: [{
202
- policyId: string;
203
- entryPoint: `0x${string}`;
204
- userOperation: import("@aa-sdk/core").UserOperationRequest;
205
- }];
206
- ReturnType: import("..").RequestPaymasterAndDataResponse;
207
- }, {
208
- Method: "alchemy_requestGasAndPaymasterAndData";
209
- Parameters: [{
210
- policyId: string;
211
- entryPoint: `0x${string}`;
212
- userOperation: import("@aa-sdk/core").UserOperationRequest;
213
- dummySignature: `0x${string}`;
214
- overrides?: Partial<{}> | undefined;
215
- }];
216
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
217
199
  }, {
218
200
  Method: "alchemy_simulateUserOperationAssetChanges";
219
201
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -282,40 +264,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
282
264
  [x: `bytes1[${string}]`]: undefined;
283
265
  [x: `bytes5[${string}]`]: undefined;
284
266
  [x: `bytes10[${string}]`]: undefined;
267
+ [x: `bytes4[${string}]`]: undefined;
285
268
  [x: `bytes2[${string}]`]: undefined;
286
269
  [x: `bytes3[${string}]`]: undefined;
287
- [x: `bytes4[${string}]`]: undefined;
288
- [x: `bytes32[${string}]`]: undefined;
289
- [x: `bytes31[${string}]`]: undefined;
290
- [x: `bytes30[${string}]`]: undefined;
291
- [x: `bytes29[${string}]`]: undefined;
292
- [x: `bytes28[${string}]`]: undefined;
293
- [x: `bytes27[${string}]`]: undefined;
294
- [x: `bytes26[${string}]`]: undefined;
295
- [x: `bytes25[${string}]`]: undefined;
296
- [x: `bytes24[${string}]`]: undefined;
297
- [x: `bytes23[${string}]`]: undefined;
298
- [x: `bytes22[${string}]`]: undefined;
299
- [x: `bytes21[${string}]`]: undefined;
300
- [x: `bytes20[${string}]`]: undefined;
301
- [x: `bytes19[${string}]`]: undefined;
302
- [x: `bytes17[${string}]`]: undefined;
303
- [x: `bytes16[${string}]`]: undefined;
304
- [x: `bytes15[${string}]`]: undefined;
305
- [x: `bytes14[${string}]`]: undefined;
306
- [x: `bytes13[${string}]`]: undefined;
307
- [x: `bytes12[${string}]`]: undefined;
308
- [x: `bytes11[${string}]`]: undefined;
309
- [x: `bytes9[${string}]`]: undefined;
310
- [x: `bytes8[${string}]`]: undefined;
311
- [x: `bytes7[${string}]`]: undefined;
312
270
  [x: `bytes6[${string}]`]: undefined;
271
+ [x: `bytes7[${string}]`]: undefined;
272
+ [x: `bytes8[${string}]`]: undefined;
273
+ [x: `bytes9[${string}]`]: undefined;
274
+ [x: `bytes11[${string}]`]: undefined;
275
+ [x: `bytes12[${string}]`]: undefined;
276
+ [x: `bytes13[${string}]`]: undefined;
277
+ [x: `bytes14[${string}]`]: undefined;
278
+ [x: `bytes15[${string}]`]: undefined;
279
+ [x: `bytes16[${string}]`]: undefined;
280
+ [x: `bytes17[${string}]`]: undefined;
281
+ [x: `bytes19[${string}]`]: undefined;
282
+ [x: `bytes20[${string}]`]: undefined;
283
+ [x: `bytes21[${string}]`]: undefined;
284
+ [x: `bytes22[${string}]`]: undefined;
285
+ [x: `bytes23[${string}]`]: undefined;
286
+ [x: `bytes24[${string}]`]: undefined;
287
+ [x: `bytes25[${string}]`]: undefined;
288
+ [x: `bytes26[${string}]`]: undefined;
289
+ [x: `bytes27[${string}]`]: undefined;
290
+ [x: `bytes28[${string}]`]: undefined;
291
+ [x: `bytes29[${string}]`]: undefined;
292
+ [x: `bytes30[${string}]`]: undefined;
293
+ [x: `bytes31[${string}]`]: undefined;
294
+ [x: `bytes32[${string}]`]: undefined;
313
295
  [x: `int[${string}]`]: undefined;
314
- [x: `int40[${string}]`]: undefined;
315
- [x: `int32[${string}]`]: undefined;
316
- [x: `int24[${string}]`]: undefined;
317
- [x: `int16[${string}]`]: undefined;
318
296
  [x: `int8[${string}]`]: undefined;
297
+ [x: `int16[${string}]`]: undefined;
298
+ [x: `int24[${string}]`]: undefined;
299
+ [x: `int32[${string}]`]: undefined;
300
+ [x: `int40[${string}]`]: undefined;
319
301
  [x: `int48[${string}]`]: undefined;
320
302
  [x: `int56[${string}]`]: undefined;
321
303
  [x: `int64[${string}]`]: undefined;
@@ -344,11 +326,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
344
326
  [x: `int248[${string}]`]: undefined;
345
327
  [x: `int256[${string}]`]: undefined;
346
328
  [x: `uint[${string}]`]: undefined;
347
- [x: `uint40[${string}]`]: undefined;
348
- [x: `uint32[${string}]`]: undefined;
349
- [x: `uint24[${string}]`]: undefined;
350
- [x: `uint16[${string}]`]: undefined;
351
329
  [x: `uint8[${string}]`]: undefined;
330
+ [x: `uint16[${string}]`]: undefined;
331
+ [x: `uint24[${string}]`]: undefined;
332
+ [x: `uint32[${string}]`]: undefined;
333
+ [x: `uint40[${string}]`]: undefined;
352
334
  [x: `uint48[${string}]`]: undefined;
353
335
  [x: `uint56[${string}]`]: undefined;
354
336
  [x: `uint64[${string}]`]: undefined;
@@ -384,39 +366,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
384
366
  bytes1?: undefined;
385
367
  bytes5?: undefined;
386
368
  bytes10?: undefined;
369
+ bytes4?: undefined;
387
370
  bytes2?: undefined;
388
371
  bytes3?: undefined;
389
- bytes4?: undefined;
390
- bytes32?: undefined;
391
- bytes31?: undefined;
392
- bytes30?: undefined;
393
- bytes29?: undefined;
394
- bytes28?: undefined;
395
- bytes27?: undefined;
396
- bytes26?: undefined;
397
- bytes25?: undefined;
398
- bytes24?: undefined;
399
- bytes23?: undefined;
400
- bytes22?: undefined;
401
- bytes21?: undefined;
402
- bytes20?: undefined;
403
- bytes19?: undefined;
404
- bytes17?: undefined;
405
- bytes16?: undefined;
406
- bytes15?: undefined;
407
- bytes14?: undefined;
408
- bytes13?: undefined;
409
- bytes12?: undefined;
410
- bytes11?: undefined;
411
- bytes9?: undefined;
412
- bytes8?: undefined;
413
- bytes7?: undefined;
414
372
  bytes6?: undefined;
415
- int40?: undefined;
416
- int32?: undefined;
417
- int24?: undefined;
418
- int16?: undefined;
373
+ bytes7?: undefined;
374
+ bytes8?: undefined;
375
+ bytes9?: undefined;
376
+ bytes11?: undefined;
377
+ bytes12?: undefined;
378
+ bytes13?: undefined;
379
+ bytes14?: undefined;
380
+ bytes15?: undefined;
381
+ bytes16?: undefined;
382
+ bytes17?: undefined;
383
+ bytes19?: undefined;
384
+ bytes20?: undefined;
385
+ bytes21?: undefined;
386
+ bytes22?: undefined;
387
+ bytes23?: undefined;
388
+ bytes24?: undefined;
389
+ bytes25?: undefined;
390
+ bytes26?: undefined;
391
+ bytes27?: undefined;
392
+ bytes28?: undefined;
393
+ bytes29?: undefined;
394
+ bytes30?: undefined;
395
+ bytes31?: undefined;
396
+ bytes32?: undefined;
419
397
  int8?: undefined;
398
+ int16?: undefined;
399
+ int24?: undefined;
400
+ int32?: undefined;
401
+ int40?: undefined;
420
402
  int48?: undefined;
421
403
  int56?: undefined;
422
404
  int64?: undefined;
@@ -444,11 +426,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
444
426
  int240?: undefined;
445
427
  int248?: undefined;
446
428
  int256?: undefined;
447
- uint40?: undefined;
448
- uint32?: undefined;
449
- uint24?: undefined;
450
- uint16?: undefined;
451
429
  uint8?: undefined;
430
+ uint16?: undefined;
431
+ uint24?: undefined;
432
+ uint32?: undefined;
433
+ uint40?: undefined;
452
434
  uint48?: undefined;
453
435
  uint56?: undefined;
454
436
  uint64?: undefined;
@@ -491,40 +473,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
491
473
  [x: `bytes1[${string}]`]: undefined;
492
474
  [x: `bytes5[${string}]`]: undefined;
493
475
  [x: `bytes10[${string}]`]: undefined;
476
+ [x: `bytes4[${string}]`]: undefined;
494
477
  [x: `bytes2[${string}]`]: undefined;
495
478
  [x: `bytes3[${string}]`]: undefined;
496
- [x: `bytes4[${string}]`]: undefined;
497
- [x: `bytes32[${string}]`]: undefined;
498
- [x: `bytes31[${string}]`]: undefined;
499
- [x: `bytes30[${string}]`]: undefined;
500
- [x: `bytes29[${string}]`]: undefined;
501
- [x: `bytes28[${string}]`]: undefined;
502
- [x: `bytes27[${string}]`]: undefined;
503
- [x: `bytes26[${string}]`]: undefined;
504
- [x: `bytes25[${string}]`]: undefined;
505
- [x: `bytes24[${string}]`]: undefined;
506
- [x: `bytes23[${string}]`]: undefined;
507
- [x: `bytes22[${string}]`]: undefined;
508
- [x: `bytes21[${string}]`]: undefined;
509
- [x: `bytes20[${string}]`]: undefined;
510
- [x: `bytes19[${string}]`]: undefined;
511
- [x: `bytes17[${string}]`]: undefined;
512
- [x: `bytes16[${string}]`]: undefined;
513
- [x: `bytes15[${string}]`]: undefined;
514
- [x: `bytes14[${string}]`]: undefined;
515
- [x: `bytes13[${string}]`]: undefined;
516
- [x: `bytes12[${string}]`]: undefined;
517
- [x: `bytes11[${string}]`]: undefined;
518
- [x: `bytes9[${string}]`]: undefined;
519
- [x: `bytes8[${string}]`]: undefined;
520
- [x: `bytes7[${string}]`]: undefined;
521
479
  [x: `bytes6[${string}]`]: undefined;
480
+ [x: `bytes7[${string}]`]: undefined;
481
+ [x: `bytes8[${string}]`]: undefined;
482
+ [x: `bytes9[${string}]`]: undefined;
483
+ [x: `bytes11[${string}]`]: undefined;
484
+ [x: `bytes12[${string}]`]: undefined;
485
+ [x: `bytes13[${string}]`]: undefined;
486
+ [x: `bytes14[${string}]`]: undefined;
487
+ [x: `bytes15[${string}]`]: undefined;
488
+ [x: `bytes16[${string}]`]: undefined;
489
+ [x: `bytes17[${string}]`]: undefined;
490
+ [x: `bytes19[${string}]`]: undefined;
491
+ [x: `bytes20[${string}]`]: undefined;
492
+ [x: `bytes21[${string}]`]: undefined;
493
+ [x: `bytes22[${string}]`]: undefined;
494
+ [x: `bytes23[${string}]`]: undefined;
495
+ [x: `bytes24[${string}]`]: undefined;
496
+ [x: `bytes25[${string}]`]: undefined;
497
+ [x: `bytes26[${string}]`]: undefined;
498
+ [x: `bytes27[${string}]`]: undefined;
499
+ [x: `bytes28[${string}]`]: undefined;
500
+ [x: `bytes29[${string}]`]: undefined;
501
+ [x: `bytes30[${string}]`]: undefined;
502
+ [x: `bytes31[${string}]`]: undefined;
503
+ [x: `bytes32[${string}]`]: undefined;
522
504
  [x: `int[${string}]`]: undefined;
523
- [x: `int40[${string}]`]: undefined;
524
- [x: `int32[${string}]`]: undefined;
525
- [x: `int24[${string}]`]: undefined;
526
- [x: `int16[${string}]`]: undefined;
527
505
  [x: `int8[${string}]`]: undefined;
506
+ [x: `int16[${string}]`]: undefined;
507
+ [x: `int24[${string}]`]: undefined;
508
+ [x: `int32[${string}]`]: undefined;
509
+ [x: `int40[${string}]`]: undefined;
528
510
  [x: `int48[${string}]`]: undefined;
529
511
  [x: `int56[${string}]`]: undefined;
530
512
  [x: `int64[${string}]`]: undefined;
@@ -553,11 +535,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
553
535
  [x: `int248[${string}]`]: undefined;
554
536
  [x: `int256[${string}]`]: undefined;
555
537
  [x: `uint[${string}]`]: undefined;
556
- [x: `uint40[${string}]`]: undefined;
557
- [x: `uint32[${string}]`]: undefined;
558
- [x: `uint24[${string}]`]: undefined;
559
- [x: `uint16[${string}]`]: undefined;
560
538
  [x: `uint8[${string}]`]: undefined;
539
+ [x: `uint16[${string}]`]: undefined;
540
+ [x: `uint24[${string}]`]: undefined;
541
+ [x: `uint32[${string}]`]: undefined;
542
+ [x: `uint40[${string}]`]: undefined;
561
543
  [x: `uint48[${string}]`]: undefined;
562
544
  [x: `uint56[${string}]`]: undefined;
563
545
  [x: `uint64[${string}]`]: undefined;
@@ -593,71 +575,71 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
593
575
  bytes1?: undefined;
594
576
  bytes5?: undefined;
595
577
  bytes10?: undefined;
578
+ bytes4?: undefined;
596
579
  bytes2?: undefined;
597
580
  bytes3?: undefined;
598
- bytes4?: undefined;
599
- bytes32?: undefined;
600
- bytes31?: undefined;
601
- bytes30?: undefined;
602
- bytes29?: undefined;
603
- bytes28?: undefined;
604
- bytes27?: undefined;
605
- bytes26?: undefined;
606
- bytes25?: undefined;
607
- bytes24?: undefined;
608
- bytes23?: undefined;
609
- bytes22?: undefined;
610
- bytes21?: undefined;
611
- bytes20?: undefined;
612
- bytes19?: undefined;
613
- bytes17?: undefined;
614
- bytes16?: undefined;
615
- bytes15?: undefined;
616
- bytes14?: undefined;
617
- bytes13?: undefined;
618
- bytes12?: undefined;
619
- bytes11?: undefined;
620
- bytes9?: undefined;
621
- bytes8?: undefined;
622
- bytes7?: undefined;
623
581
  bytes6?: undefined;
624
- int40?: undefined;
625
- int32?: undefined;
626
- int24?: undefined;
627
- int16?: undefined;
628
- int8?: undefined;
629
- int48?: undefined;
630
- int56?: undefined;
631
- int64?: undefined;
632
- int72?: undefined;
633
- int80?: undefined;
634
- int88?: undefined;
635
- int96?: undefined;
636
- int104?: undefined;
637
- int112?: undefined;
638
- int120?: undefined;
639
- int128?: undefined;
640
- int136?: undefined;
641
- int144?: undefined;
642
- int152?: undefined;
643
- int160?: undefined;
644
- int168?: undefined;
645
- int176?: undefined;
646
- int184?: undefined;
647
- int192?: undefined;
648
- int200?: undefined;
649
- int208?: undefined;
582
+ bytes7?: undefined;
583
+ bytes8?: undefined;
584
+ bytes9?: undefined;
585
+ bytes11?: undefined;
586
+ bytes12?: undefined;
587
+ bytes13?: undefined;
588
+ bytes14?: undefined;
589
+ bytes15?: undefined;
590
+ bytes16?: undefined;
591
+ bytes17?: undefined;
592
+ bytes19?: undefined;
593
+ bytes20?: undefined;
594
+ bytes21?: undefined;
595
+ bytes22?: undefined;
596
+ bytes23?: undefined;
597
+ bytes24?: undefined;
598
+ bytes25?: undefined;
599
+ bytes26?: undefined;
600
+ bytes27?: undefined;
601
+ bytes28?: undefined;
602
+ bytes29?: undefined;
603
+ bytes30?: undefined;
604
+ bytes31?: undefined;
605
+ bytes32?: undefined;
606
+ int8?: undefined;
607
+ int16?: undefined;
608
+ int24?: undefined;
609
+ int32?: undefined;
610
+ int40?: undefined;
611
+ int48?: undefined;
612
+ int56?: undefined;
613
+ int64?: undefined;
614
+ int72?: undefined;
615
+ int80?: undefined;
616
+ int88?: undefined;
617
+ int96?: undefined;
618
+ int104?: undefined;
619
+ int112?: undefined;
620
+ int120?: undefined;
621
+ int128?: undefined;
622
+ int136?: undefined;
623
+ int144?: undefined;
624
+ int152?: undefined;
625
+ int160?: undefined;
626
+ int168?: undefined;
627
+ int176?: undefined;
628
+ int184?: undefined;
629
+ int192?: undefined;
630
+ int200?: undefined;
631
+ int208?: undefined;
650
632
  int216?: undefined;
651
633
  int224?: undefined;
652
634
  int232?: undefined;
653
635
  int240?: undefined;
654
636
  int248?: undefined;
655
637
  int256?: undefined;
656
- uint40?: undefined;
657
- uint32?: undefined;
658
- uint24?: undefined;
659
- uint16?: undefined;
660
638
  uint8?: undefined;
639
+ uint16?: undefined;
640
+ uint24?: undefined;
641
+ uint32?: undefined;
642
+ uint40?: undefined;
661
643
  uint48?: undefined;
662
644
  uint56?: undefined;
663
645
  uint64?: undefined;
@@ -888,24 +870,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
888
870
  Method: "eth_uninstallFilter";
889
871
  Parameters: [filterId: `0x${string}`];
890
872
  ReturnType: boolean;
891
- }, {
892
- Method: "alchemy_requestPaymasterAndData";
893
- Parameters: [{
894
- policyId: string;
895
- entryPoint: `0x${string}`;
896
- userOperation: import("@aa-sdk/core").UserOperationRequest;
897
- }];
898
- ReturnType: import("..").RequestPaymasterAndDataResponse;
899
- }, {
900
- Method: "alchemy_requestGasAndPaymasterAndData";
901
- Parameters: [{
902
- policyId: string;
903
- entryPoint: `0x${string}`;
904
- userOperation: import("@aa-sdk/core").UserOperationRequest;
905
- dummySignature: `0x${string}`;
906
- overrides?: Partial<{}> | undefined;
907
- }];
908
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
909
873
  }, {
910
874
  Method: "alchemy_simulateUserOperationAssetChanges";
911
875
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -974,40 +938,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
974
938
  [x: `bytes1[${string}]`]: undefined;
975
939
  [x: `bytes5[${string}]`]: undefined;
976
940
  [x: `bytes10[${string}]`]: undefined;
941
+ [x: `bytes4[${string}]`]: undefined;
977
942
  [x: `bytes2[${string}]`]: undefined;
978
943
  [x: `bytes3[${string}]`]: undefined;
979
- [x: `bytes4[${string}]`]: undefined;
980
- [x: `bytes32[${string}]`]: undefined;
981
- [x: `bytes31[${string}]`]: undefined;
982
- [x: `bytes30[${string}]`]: undefined;
983
- [x: `bytes29[${string}]`]: undefined;
984
- [x: `bytes28[${string}]`]: undefined;
985
- [x: `bytes27[${string}]`]: undefined;
986
- [x: `bytes26[${string}]`]: undefined;
987
- [x: `bytes25[${string}]`]: undefined;
988
- [x: `bytes24[${string}]`]: undefined;
989
- [x: `bytes23[${string}]`]: undefined;
990
- [x: `bytes22[${string}]`]: undefined;
991
- [x: `bytes21[${string}]`]: undefined;
992
- [x: `bytes20[${string}]`]: undefined;
993
- [x: `bytes19[${string}]`]: undefined;
994
- [x: `bytes17[${string}]`]: undefined;
995
- [x: `bytes16[${string}]`]: undefined;
996
- [x: `bytes15[${string}]`]: undefined;
997
- [x: `bytes14[${string}]`]: undefined;
998
- [x: `bytes13[${string}]`]: undefined;
999
- [x: `bytes12[${string}]`]: undefined;
1000
- [x: `bytes11[${string}]`]: undefined;
1001
- [x: `bytes9[${string}]`]: undefined;
1002
- [x: `bytes8[${string}]`]: undefined;
1003
- [x: `bytes7[${string}]`]: undefined;
1004
944
  [x: `bytes6[${string}]`]: undefined;
945
+ [x: `bytes7[${string}]`]: undefined;
946
+ [x: `bytes8[${string}]`]: undefined;
947
+ [x: `bytes9[${string}]`]: undefined;
948
+ [x: `bytes11[${string}]`]: undefined;
949
+ [x: `bytes12[${string}]`]: undefined;
950
+ [x: `bytes13[${string}]`]: undefined;
951
+ [x: `bytes14[${string}]`]: undefined;
952
+ [x: `bytes15[${string}]`]: undefined;
953
+ [x: `bytes16[${string}]`]: undefined;
954
+ [x: `bytes17[${string}]`]: undefined;
955
+ [x: `bytes19[${string}]`]: undefined;
956
+ [x: `bytes20[${string}]`]: undefined;
957
+ [x: `bytes21[${string}]`]: undefined;
958
+ [x: `bytes22[${string}]`]: undefined;
959
+ [x: `bytes23[${string}]`]: undefined;
960
+ [x: `bytes24[${string}]`]: undefined;
961
+ [x: `bytes25[${string}]`]: undefined;
962
+ [x: `bytes26[${string}]`]: undefined;
963
+ [x: `bytes27[${string}]`]: undefined;
964
+ [x: `bytes28[${string}]`]: undefined;
965
+ [x: `bytes29[${string}]`]: undefined;
966
+ [x: `bytes30[${string}]`]: undefined;
967
+ [x: `bytes31[${string}]`]: undefined;
968
+ [x: `bytes32[${string}]`]: undefined;
1005
969
  [x: `int[${string}]`]: undefined;
1006
- [x: `int40[${string}]`]: undefined;
1007
- [x: `int32[${string}]`]: undefined;
1008
- [x: `int24[${string}]`]: undefined;
1009
- [x: `int16[${string}]`]: undefined;
1010
970
  [x: `int8[${string}]`]: undefined;
971
+ [x: `int16[${string}]`]: undefined;
972
+ [x: `int24[${string}]`]: undefined;
973
+ [x: `int32[${string}]`]: undefined;
974
+ [x: `int40[${string}]`]: undefined;
1011
975
  [x: `int48[${string}]`]: undefined;
1012
976
  [x: `int56[${string}]`]: undefined;
1013
977
  [x: `int64[${string}]`]: undefined;
@@ -1036,11 +1000,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1036
1000
  [x: `int248[${string}]`]: undefined;
1037
1001
  [x: `int256[${string}]`]: undefined;
1038
1002
  [x: `uint[${string}]`]: undefined;
1039
- [x: `uint40[${string}]`]: undefined;
1040
- [x: `uint32[${string}]`]: undefined;
1041
- [x: `uint24[${string}]`]: undefined;
1042
- [x: `uint16[${string}]`]: undefined;
1043
1003
  [x: `uint8[${string}]`]: undefined;
1004
+ [x: `uint16[${string}]`]: undefined;
1005
+ [x: `uint24[${string}]`]: undefined;
1006
+ [x: `uint32[${string}]`]: undefined;
1007
+ [x: `uint40[${string}]`]: undefined;
1044
1008
  [x: `uint48[${string}]`]: undefined;
1045
1009
  [x: `uint56[${string}]`]: undefined;
1046
1010
  [x: `uint64[${string}]`]: undefined;
@@ -1076,39 +1040,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1076
1040
  bytes1?: undefined;
1077
1041
  bytes5?: undefined;
1078
1042
  bytes10?: undefined;
1043
+ bytes4?: undefined;
1079
1044
  bytes2?: undefined;
1080
1045
  bytes3?: undefined;
1081
- bytes4?: undefined;
1082
- bytes32?: undefined;
1083
- bytes31?: undefined;
1084
- bytes30?: undefined;
1085
- bytes29?: undefined;
1086
- bytes28?: undefined;
1087
- bytes27?: undefined;
1088
- bytes26?: undefined;
1089
- bytes25?: undefined;
1090
- bytes24?: undefined;
1091
- bytes23?: undefined;
1092
- bytes22?: undefined;
1093
- bytes21?: undefined;
1094
- bytes20?: undefined;
1095
- bytes19?: undefined;
1096
- bytes17?: undefined;
1097
- bytes16?: undefined;
1098
- bytes15?: undefined;
1099
- bytes14?: undefined;
1100
- bytes13?: undefined;
1101
- bytes12?: undefined;
1102
- bytes11?: undefined;
1103
- bytes9?: undefined;
1104
- bytes8?: undefined;
1105
- bytes7?: undefined;
1106
1046
  bytes6?: undefined;
1107
- int40?: undefined;
1108
- int32?: undefined;
1109
- int24?: undefined;
1110
- int16?: undefined;
1047
+ bytes7?: undefined;
1048
+ bytes8?: undefined;
1049
+ bytes9?: undefined;
1050
+ bytes11?: undefined;
1051
+ bytes12?: undefined;
1052
+ bytes13?: undefined;
1053
+ bytes14?: undefined;
1054
+ bytes15?: undefined;
1055
+ bytes16?: undefined;
1056
+ bytes17?: undefined;
1057
+ bytes19?: undefined;
1058
+ bytes20?: undefined;
1059
+ bytes21?: undefined;
1060
+ bytes22?: undefined;
1061
+ bytes23?: undefined;
1062
+ bytes24?: undefined;
1063
+ bytes25?: undefined;
1064
+ bytes26?: undefined;
1065
+ bytes27?: undefined;
1066
+ bytes28?: undefined;
1067
+ bytes29?: undefined;
1068
+ bytes30?: undefined;
1069
+ bytes31?: undefined;
1070
+ bytes32?: undefined;
1111
1071
  int8?: undefined;
1072
+ int16?: undefined;
1073
+ int24?: undefined;
1074
+ int32?: undefined;
1075
+ int40?: undefined;
1112
1076
  int48?: undefined;
1113
1077
  int56?: undefined;
1114
1078
  int64?: undefined;
@@ -1136,11 +1100,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1136
1100
  int240?: undefined;
1137
1101
  int248?: undefined;
1138
1102
  int256?: undefined;
1139
- uint40?: undefined;
1140
- uint32?: undefined;
1141
- uint24?: undefined;
1142
- uint16?: undefined;
1143
1103
  uint8?: undefined;
1104
+ uint16?: undefined;
1105
+ uint24?: undefined;
1106
+ uint32?: undefined;
1107
+ uint40?: undefined;
1144
1108
  uint48?: undefined;
1145
1109
  uint56?: undefined;
1146
1110
  uint64?: undefined;
@@ -1183,40 +1147,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1183
1147
  [x: `bytes1[${string}]`]: undefined;
1184
1148
  [x: `bytes5[${string}]`]: undefined;
1185
1149
  [x: `bytes10[${string}]`]: undefined;
1150
+ [x: `bytes4[${string}]`]: undefined;
1186
1151
  [x: `bytes2[${string}]`]: undefined;
1187
1152
  [x: `bytes3[${string}]`]: undefined;
1188
- [x: `bytes4[${string}]`]: undefined;
1189
- [x: `bytes32[${string}]`]: undefined;
1190
- [x: `bytes31[${string}]`]: undefined;
1191
- [x: `bytes30[${string}]`]: undefined;
1192
- [x: `bytes29[${string}]`]: undefined;
1193
- [x: `bytes28[${string}]`]: undefined;
1194
- [x: `bytes27[${string}]`]: undefined;
1195
- [x: `bytes26[${string}]`]: undefined;
1196
- [x: `bytes25[${string}]`]: undefined;
1197
- [x: `bytes24[${string}]`]: undefined;
1198
- [x: `bytes23[${string}]`]: undefined;
1199
- [x: `bytes22[${string}]`]: undefined;
1200
- [x: `bytes21[${string}]`]: undefined;
1201
- [x: `bytes20[${string}]`]: undefined;
1202
- [x: `bytes19[${string}]`]: undefined;
1203
- [x: `bytes17[${string}]`]: undefined;
1204
- [x: `bytes16[${string}]`]: undefined;
1205
- [x: `bytes15[${string}]`]: undefined;
1206
- [x: `bytes14[${string}]`]: undefined;
1207
- [x: `bytes13[${string}]`]: undefined;
1208
- [x: `bytes12[${string}]`]: undefined;
1209
- [x: `bytes11[${string}]`]: undefined;
1210
- [x: `bytes9[${string}]`]: undefined;
1211
- [x: `bytes8[${string}]`]: undefined;
1212
- [x: `bytes7[${string}]`]: undefined;
1213
1153
  [x: `bytes6[${string}]`]: undefined;
1154
+ [x: `bytes7[${string}]`]: undefined;
1155
+ [x: `bytes8[${string}]`]: undefined;
1156
+ [x: `bytes9[${string}]`]: undefined;
1157
+ [x: `bytes11[${string}]`]: undefined;
1158
+ [x: `bytes12[${string}]`]: undefined;
1159
+ [x: `bytes13[${string}]`]: undefined;
1160
+ [x: `bytes14[${string}]`]: undefined;
1161
+ [x: `bytes15[${string}]`]: undefined;
1162
+ [x: `bytes16[${string}]`]: undefined;
1163
+ [x: `bytes17[${string}]`]: undefined;
1164
+ [x: `bytes19[${string}]`]: undefined;
1165
+ [x: `bytes20[${string}]`]: undefined;
1166
+ [x: `bytes21[${string}]`]: undefined;
1167
+ [x: `bytes22[${string}]`]: undefined;
1168
+ [x: `bytes23[${string}]`]: undefined;
1169
+ [x: `bytes24[${string}]`]: undefined;
1170
+ [x: `bytes25[${string}]`]: undefined;
1171
+ [x: `bytes26[${string}]`]: undefined;
1172
+ [x: `bytes27[${string}]`]: undefined;
1173
+ [x: `bytes28[${string}]`]: undefined;
1174
+ [x: `bytes29[${string}]`]: undefined;
1175
+ [x: `bytes30[${string}]`]: undefined;
1176
+ [x: `bytes31[${string}]`]: undefined;
1177
+ [x: `bytes32[${string}]`]: undefined;
1214
1178
  [x: `int[${string}]`]: undefined;
1215
- [x: `int40[${string}]`]: undefined;
1216
- [x: `int32[${string}]`]: undefined;
1217
- [x: `int24[${string}]`]: undefined;
1218
- [x: `int16[${string}]`]: undefined;
1219
1179
  [x: `int8[${string}]`]: undefined;
1180
+ [x: `int16[${string}]`]: undefined;
1181
+ [x: `int24[${string}]`]: undefined;
1182
+ [x: `int32[${string}]`]: undefined;
1183
+ [x: `int40[${string}]`]: undefined;
1220
1184
  [x: `int48[${string}]`]: undefined;
1221
1185
  [x: `int56[${string}]`]: undefined;
1222
1186
  [x: `int64[${string}]`]: undefined;
@@ -1245,11 +1209,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1245
1209
  [x: `int248[${string}]`]: undefined;
1246
1210
  [x: `int256[${string}]`]: undefined;
1247
1211
  [x: `uint[${string}]`]: undefined;
1248
- [x: `uint40[${string}]`]: undefined;
1249
- [x: `uint32[${string}]`]: undefined;
1250
- [x: `uint24[${string}]`]: undefined;
1251
- [x: `uint16[${string}]`]: undefined;
1252
1212
  [x: `uint8[${string}]`]: undefined;
1213
+ [x: `uint16[${string}]`]: undefined;
1214
+ [x: `uint24[${string}]`]: undefined;
1215
+ [x: `uint32[${string}]`]: undefined;
1216
+ [x: `uint40[${string}]`]: undefined;
1253
1217
  [x: `uint48[${string}]`]: undefined;
1254
1218
  [x: `uint56[${string}]`]: undefined;
1255
1219
  [x: `uint64[${string}]`]: undefined;
@@ -1285,39 +1249,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1285
1249
  bytes1?: undefined;
1286
1250
  bytes5?: undefined;
1287
1251
  bytes10?: undefined;
1252
+ bytes4?: undefined;
1288
1253
  bytes2?: undefined;
1289
1254
  bytes3?: undefined;
1290
- bytes4?: undefined;
1291
- bytes32?: undefined;
1292
- bytes31?: undefined;
1293
- bytes30?: undefined;
1294
- bytes29?: undefined;
1295
- bytes28?: undefined;
1296
- bytes27?: undefined;
1297
- bytes26?: undefined;
1298
- bytes25?: undefined;
1299
- bytes24?: undefined;
1300
- bytes23?: undefined;
1301
- bytes22?: undefined;
1302
- bytes21?: undefined;
1303
- bytes20?: undefined;
1304
- bytes19?: undefined;
1305
- bytes17?: undefined;
1306
- bytes16?: undefined;
1307
- bytes15?: undefined;
1308
- bytes14?: undefined;
1309
- bytes13?: undefined;
1310
- bytes12?: undefined;
1311
- bytes11?: undefined;
1312
- bytes9?: undefined;
1313
- bytes8?: undefined;
1314
- bytes7?: undefined;
1315
1255
  bytes6?: undefined;
1316
- int40?: undefined;
1317
- int32?: undefined;
1318
- int24?: undefined;
1319
- int16?: undefined;
1256
+ bytes7?: undefined;
1257
+ bytes8?: undefined;
1258
+ bytes9?: undefined;
1259
+ bytes11?: undefined;
1260
+ bytes12?: undefined;
1261
+ bytes13?: undefined;
1262
+ bytes14?: undefined;
1263
+ bytes15?: undefined;
1264
+ bytes16?: undefined;
1265
+ bytes17?: undefined;
1266
+ bytes19?: undefined;
1267
+ bytes20?: undefined;
1268
+ bytes21?: undefined;
1269
+ bytes22?: undefined;
1270
+ bytes23?: undefined;
1271
+ bytes24?: undefined;
1272
+ bytes25?: undefined;
1273
+ bytes26?: undefined;
1274
+ bytes27?: undefined;
1275
+ bytes28?: undefined;
1276
+ bytes29?: undefined;
1277
+ bytes30?: undefined;
1278
+ bytes31?: undefined;
1279
+ bytes32?: undefined;
1320
1280
  int8?: undefined;
1281
+ int16?: undefined;
1282
+ int24?: undefined;
1283
+ int32?: undefined;
1284
+ int40?: undefined;
1321
1285
  int48?: undefined;
1322
1286
  int56?: undefined;
1323
1287
  int64?: undefined;
@@ -1345,11 +1309,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1345
1309
  int240?: undefined;
1346
1310
  int248?: undefined;
1347
1311
  int256?: undefined;
1348
- uint40?: undefined;
1349
- uint32?: undefined;
1350
- uint24?: undefined;
1351
- uint16?: undefined;
1352
1312
  uint8?: undefined;
1313
+ uint16?: undefined;
1314
+ uint24?: undefined;
1315
+ uint32?: undefined;
1316
+ uint40?: undefined;
1353
1317
  uint48?: undefined;
1354
1318
  uint56?: undefined;
1355
1319
  uint64?: undefined;
@@ -1580,24 +1544,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1580
1544
  Method: "eth_uninstallFilter";
1581
1545
  Parameters: [filterId: `0x${string}`];
1582
1546
  ReturnType: boolean;
1583
- }, {
1584
- Method: "alchemy_requestPaymasterAndData";
1585
- Parameters: [{
1586
- policyId: string;
1587
- entryPoint: `0x${string}`;
1588
- userOperation: import("@aa-sdk/core").UserOperationRequest;
1589
- }];
1590
- ReturnType: import("..").RequestPaymasterAndDataResponse;
1591
- }, {
1592
- Method: "alchemy_requestGasAndPaymasterAndData";
1593
- Parameters: [{
1594
- policyId: string;
1595
- entryPoint: `0x${string}`;
1596
- userOperation: import("@aa-sdk/core").UserOperationRequest;
1597
- dummySignature: `0x${string}`;
1598
- overrides?: Partial<{}> | undefined;
1599
- }];
1600
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
1601
1547
  }, {
1602
1548
  Method: "alchemy_simulateUserOperationAssetChanges";
1603
1549
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -1666,40 +1612,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1666
1612
  [x: `bytes1[${string}]`]: undefined;
1667
1613
  [x: `bytes5[${string}]`]: undefined;
1668
1614
  [x: `bytes10[${string}]`]: undefined;
1615
+ [x: `bytes4[${string}]`]: undefined;
1669
1616
  [x: `bytes2[${string}]`]: undefined;
1670
1617
  [x: `bytes3[${string}]`]: undefined;
1671
- [x: `bytes4[${string}]`]: undefined;
1672
- [x: `bytes32[${string}]`]: undefined;
1673
- [x: `bytes31[${string}]`]: undefined;
1674
- [x: `bytes30[${string}]`]: undefined;
1675
- [x: `bytes29[${string}]`]: undefined;
1676
- [x: `bytes28[${string}]`]: undefined;
1677
- [x: `bytes27[${string}]`]: undefined;
1678
- [x: `bytes26[${string}]`]: undefined;
1679
- [x: `bytes25[${string}]`]: undefined;
1680
- [x: `bytes24[${string}]`]: undefined;
1681
- [x: `bytes23[${string}]`]: undefined;
1682
- [x: `bytes22[${string}]`]: undefined;
1683
- [x: `bytes21[${string}]`]: undefined;
1684
- [x: `bytes20[${string}]`]: undefined;
1685
- [x: `bytes19[${string}]`]: undefined;
1686
- [x: `bytes17[${string}]`]: undefined;
1687
- [x: `bytes16[${string}]`]: undefined;
1688
- [x: `bytes15[${string}]`]: undefined;
1689
- [x: `bytes14[${string}]`]: undefined;
1690
- [x: `bytes13[${string}]`]: undefined;
1691
- [x: `bytes12[${string}]`]: undefined;
1692
- [x: `bytes11[${string}]`]: undefined;
1693
- [x: `bytes9[${string}]`]: undefined;
1694
- [x: `bytes8[${string}]`]: undefined;
1695
- [x: `bytes7[${string}]`]: undefined;
1696
1618
  [x: `bytes6[${string}]`]: undefined;
1619
+ [x: `bytes7[${string}]`]: undefined;
1620
+ [x: `bytes8[${string}]`]: undefined;
1621
+ [x: `bytes9[${string}]`]: undefined;
1622
+ [x: `bytes11[${string}]`]: undefined;
1623
+ [x: `bytes12[${string}]`]: undefined;
1624
+ [x: `bytes13[${string}]`]: undefined;
1625
+ [x: `bytes14[${string}]`]: undefined;
1626
+ [x: `bytes15[${string}]`]: undefined;
1627
+ [x: `bytes16[${string}]`]: undefined;
1628
+ [x: `bytes17[${string}]`]: undefined;
1629
+ [x: `bytes19[${string}]`]: undefined;
1630
+ [x: `bytes20[${string}]`]: undefined;
1631
+ [x: `bytes21[${string}]`]: undefined;
1632
+ [x: `bytes22[${string}]`]: undefined;
1633
+ [x: `bytes23[${string}]`]: undefined;
1634
+ [x: `bytes24[${string}]`]: undefined;
1635
+ [x: `bytes25[${string}]`]: undefined;
1636
+ [x: `bytes26[${string}]`]: undefined;
1637
+ [x: `bytes27[${string}]`]: undefined;
1638
+ [x: `bytes28[${string}]`]: undefined;
1639
+ [x: `bytes29[${string}]`]: undefined;
1640
+ [x: `bytes30[${string}]`]: undefined;
1641
+ [x: `bytes31[${string}]`]: undefined;
1642
+ [x: `bytes32[${string}]`]: undefined;
1697
1643
  [x: `int[${string}]`]: undefined;
1698
- [x: `int40[${string}]`]: undefined;
1699
- [x: `int32[${string}]`]: undefined;
1700
- [x: `int24[${string}]`]: undefined;
1701
- [x: `int16[${string}]`]: undefined;
1702
1644
  [x: `int8[${string}]`]: undefined;
1645
+ [x: `int16[${string}]`]: undefined;
1646
+ [x: `int24[${string}]`]: undefined;
1647
+ [x: `int32[${string}]`]: undefined;
1648
+ [x: `int40[${string}]`]: undefined;
1703
1649
  [x: `int48[${string}]`]: undefined;
1704
1650
  [x: `int56[${string}]`]: undefined;
1705
1651
  [x: `int64[${string}]`]: undefined;
@@ -1728,11 +1674,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1728
1674
  [x: `int248[${string}]`]: undefined;
1729
1675
  [x: `int256[${string}]`]: undefined;
1730
1676
  [x: `uint[${string}]`]: undefined;
1731
- [x: `uint40[${string}]`]: undefined;
1732
- [x: `uint32[${string}]`]: undefined;
1733
- [x: `uint24[${string}]`]: undefined;
1734
- [x: `uint16[${string}]`]: undefined;
1735
1677
  [x: `uint8[${string}]`]: undefined;
1678
+ [x: `uint16[${string}]`]: undefined;
1679
+ [x: `uint24[${string}]`]: undefined;
1680
+ [x: `uint32[${string}]`]: undefined;
1681
+ [x: `uint40[${string}]`]: undefined;
1736
1682
  [x: `uint48[${string}]`]: undefined;
1737
1683
  [x: `uint56[${string}]`]: undefined;
1738
1684
  [x: `uint64[${string}]`]: undefined;
@@ -1768,39 +1714,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1768
1714
  bytes1?: undefined;
1769
1715
  bytes5?: undefined;
1770
1716
  bytes10?: undefined;
1717
+ bytes4?: undefined;
1771
1718
  bytes2?: undefined;
1772
1719
  bytes3?: undefined;
1773
- bytes4?: undefined;
1774
- bytes32?: undefined;
1775
- bytes31?: undefined;
1776
- bytes30?: undefined;
1777
- bytes29?: undefined;
1778
- bytes28?: undefined;
1779
- bytes27?: undefined;
1780
- bytes26?: undefined;
1781
- bytes25?: undefined;
1782
- bytes24?: undefined;
1783
- bytes23?: undefined;
1784
- bytes22?: undefined;
1785
- bytes21?: undefined;
1786
- bytes20?: undefined;
1787
- bytes19?: undefined;
1788
- bytes17?: undefined;
1789
- bytes16?: undefined;
1790
- bytes15?: undefined;
1791
- bytes14?: undefined;
1792
- bytes13?: undefined;
1793
- bytes12?: undefined;
1794
- bytes11?: undefined;
1795
- bytes9?: undefined;
1796
- bytes8?: undefined;
1797
- bytes7?: undefined;
1798
1720
  bytes6?: undefined;
1799
- int40?: undefined;
1800
- int32?: undefined;
1801
- int24?: undefined;
1802
- int16?: undefined;
1721
+ bytes7?: undefined;
1722
+ bytes8?: undefined;
1723
+ bytes9?: undefined;
1724
+ bytes11?: undefined;
1725
+ bytes12?: undefined;
1726
+ bytes13?: undefined;
1727
+ bytes14?: undefined;
1728
+ bytes15?: undefined;
1729
+ bytes16?: undefined;
1730
+ bytes17?: undefined;
1731
+ bytes19?: undefined;
1732
+ bytes20?: undefined;
1733
+ bytes21?: undefined;
1734
+ bytes22?: undefined;
1735
+ bytes23?: undefined;
1736
+ bytes24?: undefined;
1737
+ bytes25?: undefined;
1738
+ bytes26?: undefined;
1739
+ bytes27?: undefined;
1740
+ bytes28?: undefined;
1741
+ bytes29?: undefined;
1742
+ bytes30?: undefined;
1743
+ bytes31?: undefined;
1744
+ bytes32?: undefined;
1803
1745
  int8?: undefined;
1746
+ int16?: undefined;
1747
+ int24?: undefined;
1748
+ int32?: undefined;
1749
+ int40?: undefined;
1804
1750
  int48?: undefined;
1805
1751
  int56?: undefined;
1806
1752
  int64?: undefined;
@@ -1828,11 +1774,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1828
1774
  int240?: undefined;
1829
1775
  int248?: undefined;
1830
1776
  int256?: undefined;
1831
- uint40?: undefined;
1832
- uint32?: undefined;
1833
- uint24?: undefined;
1834
- uint16?: undefined;
1835
1777
  uint8?: undefined;
1778
+ uint16?: undefined;
1779
+ uint24?: undefined;
1780
+ uint32?: undefined;
1781
+ uint40?: undefined;
1836
1782
  uint48?: undefined;
1837
1783
  uint56?: undefined;
1838
1784
  uint64?: undefined;
@@ -1875,54 +1821,54 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1875
1821
  [x: `bytes1[${string}]`]: undefined;
1876
1822
  [x: `bytes5[${string}]`]: undefined;
1877
1823
  [x: `bytes10[${string}]`]: undefined;
1824
+ [x: `bytes4[${string}]`]: undefined;
1878
1825
  [x: `bytes2[${string}]`]: undefined;
1879
1826
  [x: `bytes3[${string}]`]: undefined;
1880
- [x: `bytes4[${string}]`]: undefined;
1881
- [x: `bytes32[${string}]`]: undefined;
1882
- [x: `bytes31[${string}]`]: undefined;
1883
- [x: `bytes30[${string}]`]: undefined;
1884
- [x: `bytes29[${string}]`]: undefined;
1885
- [x: `bytes28[${string}]`]: undefined;
1886
- [x: `bytes27[${string}]`]: undefined;
1887
- [x: `bytes26[${string}]`]: undefined;
1888
- [x: `bytes25[${string}]`]: undefined;
1889
- [x: `bytes24[${string}]`]: undefined;
1890
- [x: `bytes23[${string}]`]: undefined;
1891
- [x: `bytes22[${string}]`]: undefined;
1892
- [x: `bytes21[${string}]`]: undefined;
1893
- [x: `bytes20[${string}]`]: undefined;
1894
- [x: `bytes19[${string}]`]: undefined;
1895
- [x: `bytes17[${string}]`]: undefined;
1896
- [x: `bytes16[${string}]`]: undefined;
1897
- [x: `bytes15[${string}]`]: undefined;
1898
- [x: `bytes14[${string}]`]: undefined;
1899
- [x: `bytes13[${string}]`]: undefined;
1900
- [x: `bytes12[${string}]`]: undefined;
1901
- [x: `bytes11[${string}]`]: undefined;
1902
- [x: `bytes9[${string}]`]: undefined;
1903
- [x: `bytes8[${string}]`]: undefined;
1904
- [x: `bytes7[${string}]`]: undefined;
1905
1827
  [x: `bytes6[${string}]`]: undefined;
1906
- [x: `int[${string}]`]: undefined;
1907
- [x: `int40[${string}]`]: undefined;
1908
- [x: `int32[${string}]`]: undefined;
1909
- [x: `int24[${string}]`]: undefined;
1910
- [x: `int16[${string}]`]: undefined;
1911
- [x: `int8[${string}]`]: undefined;
1912
- [x: `int48[${string}]`]: undefined;
1913
- [x: `int56[${string}]`]: undefined;
1914
- [x: `int64[${string}]`]: undefined;
1915
- [x: `int72[${string}]`]: undefined;
1916
- [x: `int80[${string}]`]: undefined;
1917
- [x: `int88[${string}]`]: undefined;
1918
- [x: `int96[${string}]`]: undefined;
1919
- [x: `int104[${string}]`]: undefined;
1920
- [x: `int112[${string}]`]: undefined;
1921
- [x: `int120[${string}]`]: undefined;
1922
- [x: `int128[${string}]`]: undefined;
1923
- [x: `int136[${string}]`]: undefined;
1924
- [x: `int144[${string}]`]: undefined;
1925
- [x: `int152[${string}]`]: undefined;
1828
+ [x: `bytes7[${string}]`]: undefined;
1829
+ [x: `bytes8[${string}]`]: undefined;
1830
+ [x: `bytes9[${string}]`]: undefined;
1831
+ [x: `bytes11[${string}]`]: undefined;
1832
+ [x: `bytes12[${string}]`]: undefined;
1833
+ [x: `bytes13[${string}]`]: undefined;
1834
+ [x: `bytes14[${string}]`]: undefined;
1835
+ [x: `bytes15[${string}]`]: undefined;
1836
+ [x: `bytes16[${string}]`]: undefined;
1837
+ [x: `bytes17[${string}]`]: undefined;
1838
+ [x: `bytes19[${string}]`]: undefined;
1839
+ [x: `bytes20[${string}]`]: undefined;
1840
+ [x: `bytes21[${string}]`]: undefined;
1841
+ [x: `bytes22[${string}]`]: undefined;
1842
+ [x: `bytes23[${string}]`]: undefined;
1843
+ [x: `bytes24[${string}]`]: undefined;
1844
+ [x: `bytes25[${string}]`]: undefined;
1845
+ [x: `bytes26[${string}]`]: undefined;
1846
+ [x: `bytes27[${string}]`]: undefined;
1847
+ [x: `bytes28[${string}]`]: undefined;
1848
+ [x: `bytes29[${string}]`]: undefined;
1849
+ [x: `bytes30[${string}]`]: undefined;
1850
+ [x: `bytes31[${string}]`]: undefined;
1851
+ [x: `bytes32[${string}]`]: undefined;
1852
+ [x: `int[${string}]`]: undefined;
1853
+ [x: `int8[${string}]`]: undefined;
1854
+ [x: `int16[${string}]`]: undefined;
1855
+ [x: `int24[${string}]`]: undefined;
1856
+ [x: `int32[${string}]`]: undefined;
1857
+ [x: `int40[${string}]`]: undefined;
1858
+ [x: `int48[${string}]`]: undefined;
1859
+ [x: `int56[${string}]`]: undefined;
1860
+ [x: `int64[${string}]`]: undefined;
1861
+ [x: `int72[${string}]`]: undefined;
1862
+ [x: `int80[${string}]`]: undefined;
1863
+ [x: `int88[${string}]`]: undefined;
1864
+ [x: `int96[${string}]`]: undefined;
1865
+ [x: `int104[${string}]`]: undefined;
1866
+ [x: `int112[${string}]`]: undefined;
1867
+ [x: `int120[${string}]`]: undefined;
1868
+ [x: `int128[${string}]`]: undefined;
1869
+ [x: `int136[${string}]`]: undefined;
1870
+ [x: `int144[${string}]`]: undefined;
1871
+ [x: `int152[${string}]`]: undefined;
1926
1872
  [x: `int160[${string}]`]: undefined;
1927
1873
  [x: `int168[${string}]`]: undefined;
1928
1874
  [x: `int176[${string}]`]: undefined;
@@ -1937,11 +1883,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1937
1883
  [x: `int248[${string}]`]: undefined;
1938
1884
  [x: `int256[${string}]`]: undefined;
1939
1885
  [x: `uint[${string}]`]: undefined;
1940
- [x: `uint40[${string}]`]: undefined;
1941
- [x: `uint32[${string}]`]: undefined;
1942
- [x: `uint24[${string}]`]: undefined;
1943
- [x: `uint16[${string}]`]: undefined;
1944
1886
  [x: `uint8[${string}]`]: undefined;
1887
+ [x: `uint16[${string}]`]: undefined;
1888
+ [x: `uint24[${string}]`]: undefined;
1889
+ [x: `uint32[${string}]`]: undefined;
1890
+ [x: `uint40[${string}]`]: undefined;
1945
1891
  [x: `uint48[${string}]`]: undefined;
1946
1892
  [x: `uint56[${string}]`]: undefined;
1947
1893
  [x: `uint64[${string}]`]: undefined;
@@ -1977,39 +1923,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1977
1923
  bytes1?: undefined;
1978
1924
  bytes5?: undefined;
1979
1925
  bytes10?: undefined;
1926
+ bytes4?: undefined;
1980
1927
  bytes2?: undefined;
1981
1928
  bytes3?: undefined;
1982
- bytes4?: undefined;
1983
- bytes32?: undefined;
1984
- bytes31?: undefined;
1985
- bytes30?: undefined;
1986
- bytes29?: undefined;
1987
- bytes28?: undefined;
1988
- bytes27?: undefined;
1989
- bytes26?: undefined;
1990
- bytes25?: undefined;
1991
- bytes24?: undefined;
1992
- bytes23?: undefined;
1993
- bytes22?: undefined;
1994
- bytes21?: undefined;
1995
- bytes20?: undefined;
1996
- bytes19?: undefined;
1997
- bytes17?: undefined;
1998
- bytes16?: undefined;
1999
- bytes15?: undefined;
2000
- bytes14?: undefined;
2001
- bytes13?: undefined;
2002
- bytes12?: undefined;
2003
- bytes11?: undefined;
2004
- bytes9?: undefined;
2005
- bytes8?: undefined;
2006
- bytes7?: undefined;
2007
1929
  bytes6?: undefined;
2008
- int40?: undefined;
2009
- int32?: undefined;
2010
- int24?: undefined;
2011
- int16?: undefined;
1930
+ bytes7?: undefined;
1931
+ bytes8?: undefined;
1932
+ bytes9?: undefined;
1933
+ bytes11?: undefined;
1934
+ bytes12?: undefined;
1935
+ bytes13?: undefined;
1936
+ bytes14?: undefined;
1937
+ bytes15?: undefined;
1938
+ bytes16?: undefined;
1939
+ bytes17?: undefined;
1940
+ bytes19?: undefined;
1941
+ bytes20?: undefined;
1942
+ bytes21?: undefined;
1943
+ bytes22?: undefined;
1944
+ bytes23?: undefined;
1945
+ bytes24?: undefined;
1946
+ bytes25?: undefined;
1947
+ bytes26?: undefined;
1948
+ bytes27?: undefined;
1949
+ bytes28?: undefined;
1950
+ bytes29?: undefined;
1951
+ bytes30?: undefined;
1952
+ bytes31?: undefined;
1953
+ bytes32?: undefined;
2012
1954
  int8?: undefined;
1955
+ int16?: undefined;
1956
+ int24?: undefined;
1957
+ int32?: undefined;
1958
+ int40?: undefined;
2013
1959
  int48?: undefined;
2014
1960
  int56?: undefined;
2015
1961
  int64?: undefined;
@@ -2037,11 +1983,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2037
1983
  int240?: undefined;
2038
1984
  int248?: undefined;
2039
1985
  int256?: undefined;
2040
- uint40?: undefined;
2041
- uint32?: undefined;
2042
- uint24?: undefined;
2043
- uint16?: undefined;
2044
1986
  uint8?: undefined;
1987
+ uint16?: undefined;
1988
+ uint24?: undefined;
1989
+ uint32?: undefined;
1990
+ uint40?: undefined;
2045
1991
  uint48?: undefined;
2046
1992
  uint56?: undefined;
2047
1993
  uint64?: undefined;
@@ -2272,24 +2218,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2272
2218
  Method: "eth_uninstallFilter";
2273
2219
  Parameters: [filterId: `0x${string}`];
2274
2220
  ReturnType: boolean;
2275
- }, {
2276
- Method: "alchemy_requestPaymasterAndData";
2277
- Parameters: [{
2278
- policyId: string;
2279
- entryPoint: `0x${string}`;
2280
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2281
- }];
2282
- ReturnType: import("..").RequestPaymasterAndDataResponse;
2283
- }, {
2284
- Method: "alchemy_requestGasAndPaymasterAndData";
2285
- Parameters: [{
2286
- policyId: string;
2287
- entryPoint: `0x${string}`;
2288
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2289
- dummySignature: `0x${string}`;
2290
- overrides?: Partial<{}> | undefined;
2291
- }];
2292
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
2293
2221
  }, {
2294
2222
  Method: "alchemy_simulateUserOperationAssetChanges";
2295
2223
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -2358,40 +2286,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2358
2286
  [x: `bytes1[${string}]`]: undefined;
2359
2287
  [x: `bytes5[${string}]`]: undefined;
2360
2288
  [x: `bytes10[${string}]`]: undefined;
2289
+ [x: `bytes4[${string}]`]: undefined;
2361
2290
  [x: `bytes2[${string}]`]: undefined;
2362
2291
  [x: `bytes3[${string}]`]: undefined;
2363
- [x: `bytes4[${string}]`]: undefined;
2364
- [x: `bytes32[${string}]`]: undefined;
2365
- [x: `bytes31[${string}]`]: undefined;
2366
- [x: `bytes30[${string}]`]: undefined;
2367
- [x: `bytes29[${string}]`]: undefined;
2368
- [x: `bytes28[${string}]`]: undefined;
2369
- [x: `bytes27[${string}]`]: undefined;
2370
- [x: `bytes26[${string}]`]: undefined;
2371
- [x: `bytes25[${string}]`]: undefined;
2372
- [x: `bytes24[${string}]`]: undefined;
2373
- [x: `bytes23[${string}]`]: undefined;
2374
- [x: `bytes22[${string}]`]: undefined;
2375
- [x: `bytes21[${string}]`]: undefined;
2376
- [x: `bytes20[${string}]`]: undefined;
2377
- [x: `bytes19[${string}]`]: undefined;
2378
- [x: `bytes17[${string}]`]: undefined;
2379
- [x: `bytes16[${string}]`]: undefined;
2380
- [x: `bytes15[${string}]`]: undefined;
2381
- [x: `bytes14[${string}]`]: undefined;
2382
- [x: `bytes13[${string}]`]: undefined;
2383
- [x: `bytes12[${string}]`]: undefined;
2384
- [x: `bytes11[${string}]`]: undefined;
2385
- [x: `bytes9[${string}]`]: undefined;
2386
- [x: `bytes8[${string}]`]: undefined;
2387
- [x: `bytes7[${string}]`]: undefined;
2388
2292
  [x: `bytes6[${string}]`]: undefined;
2293
+ [x: `bytes7[${string}]`]: undefined;
2294
+ [x: `bytes8[${string}]`]: undefined;
2295
+ [x: `bytes9[${string}]`]: undefined;
2296
+ [x: `bytes11[${string}]`]: undefined;
2297
+ [x: `bytes12[${string}]`]: undefined;
2298
+ [x: `bytes13[${string}]`]: undefined;
2299
+ [x: `bytes14[${string}]`]: undefined;
2300
+ [x: `bytes15[${string}]`]: undefined;
2301
+ [x: `bytes16[${string}]`]: undefined;
2302
+ [x: `bytes17[${string}]`]: undefined;
2303
+ [x: `bytes19[${string}]`]: undefined;
2304
+ [x: `bytes20[${string}]`]: undefined;
2305
+ [x: `bytes21[${string}]`]: undefined;
2306
+ [x: `bytes22[${string}]`]: undefined;
2307
+ [x: `bytes23[${string}]`]: undefined;
2308
+ [x: `bytes24[${string}]`]: undefined;
2309
+ [x: `bytes25[${string}]`]: undefined;
2310
+ [x: `bytes26[${string}]`]: undefined;
2311
+ [x: `bytes27[${string}]`]: undefined;
2312
+ [x: `bytes28[${string}]`]: undefined;
2313
+ [x: `bytes29[${string}]`]: undefined;
2314
+ [x: `bytes30[${string}]`]: undefined;
2315
+ [x: `bytes31[${string}]`]: undefined;
2316
+ [x: `bytes32[${string}]`]: undefined;
2389
2317
  [x: `int[${string}]`]: undefined;
2390
- [x: `int40[${string}]`]: undefined;
2391
- [x: `int32[${string}]`]: undefined;
2392
- [x: `int24[${string}]`]: undefined;
2393
- [x: `int16[${string}]`]: undefined;
2394
2318
  [x: `int8[${string}]`]: undefined;
2319
+ [x: `int16[${string}]`]: undefined;
2320
+ [x: `int24[${string}]`]: undefined;
2321
+ [x: `int32[${string}]`]: undefined;
2322
+ [x: `int40[${string}]`]: undefined;
2395
2323
  [x: `int48[${string}]`]: undefined;
2396
2324
  [x: `int56[${string}]`]: undefined;
2397
2325
  [x: `int64[${string}]`]: undefined;
@@ -2420,11 +2348,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2420
2348
  [x: `int248[${string}]`]: undefined;
2421
2349
  [x: `int256[${string}]`]: undefined;
2422
2350
  [x: `uint[${string}]`]: undefined;
2423
- [x: `uint40[${string}]`]: undefined;
2424
- [x: `uint32[${string}]`]: undefined;
2425
- [x: `uint24[${string}]`]: undefined;
2426
- [x: `uint16[${string}]`]: undefined;
2427
2351
  [x: `uint8[${string}]`]: undefined;
2352
+ [x: `uint16[${string}]`]: undefined;
2353
+ [x: `uint24[${string}]`]: undefined;
2354
+ [x: `uint32[${string}]`]: undefined;
2355
+ [x: `uint40[${string}]`]: undefined;
2428
2356
  [x: `uint48[${string}]`]: undefined;
2429
2357
  [x: `uint56[${string}]`]: undefined;
2430
2358
  [x: `uint64[${string}]`]: undefined;
@@ -2460,39 +2388,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2460
2388
  bytes1?: undefined;
2461
2389
  bytes5?: undefined;
2462
2390
  bytes10?: undefined;
2391
+ bytes4?: undefined;
2463
2392
  bytes2?: undefined;
2464
2393
  bytes3?: undefined;
2465
- bytes4?: undefined;
2466
- bytes32?: undefined;
2467
- bytes31?: undefined;
2468
- bytes30?: undefined;
2469
- bytes29?: undefined;
2470
- bytes28?: undefined;
2471
- bytes27?: undefined;
2472
- bytes26?: undefined;
2473
- bytes25?: undefined;
2474
- bytes24?: undefined;
2475
- bytes23?: undefined;
2476
- bytes22?: undefined;
2477
- bytes21?: undefined;
2478
- bytes20?: undefined;
2479
- bytes19?: undefined;
2480
- bytes17?: undefined;
2481
- bytes16?: undefined;
2482
- bytes15?: undefined;
2483
- bytes14?: undefined;
2484
- bytes13?: undefined;
2485
- bytes12?: undefined;
2486
- bytes11?: undefined;
2487
- bytes9?: undefined;
2488
- bytes8?: undefined;
2489
- bytes7?: undefined;
2490
2394
  bytes6?: undefined;
2491
- int40?: undefined;
2492
- int32?: undefined;
2493
- int24?: undefined;
2494
- int16?: undefined;
2395
+ bytes7?: undefined;
2396
+ bytes8?: undefined;
2397
+ bytes9?: undefined;
2398
+ bytes11?: undefined;
2399
+ bytes12?: undefined;
2400
+ bytes13?: undefined;
2401
+ bytes14?: undefined;
2402
+ bytes15?: undefined;
2403
+ bytes16?: undefined;
2404
+ bytes17?: undefined;
2405
+ bytes19?: undefined;
2406
+ bytes20?: undefined;
2407
+ bytes21?: undefined;
2408
+ bytes22?: undefined;
2409
+ bytes23?: undefined;
2410
+ bytes24?: undefined;
2411
+ bytes25?: undefined;
2412
+ bytes26?: undefined;
2413
+ bytes27?: undefined;
2414
+ bytes28?: undefined;
2415
+ bytes29?: undefined;
2416
+ bytes30?: undefined;
2417
+ bytes31?: undefined;
2418
+ bytes32?: undefined;
2495
2419
  int8?: undefined;
2420
+ int16?: undefined;
2421
+ int24?: undefined;
2422
+ int32?: undefined;
2423
+ int40?: undefined;
2496
2424
  int48?: undefined;
2497
2425
  int56?: undefined;
2498
2426
  int64?: undefined;
@@ -2520,11 +2448,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2520
2448
  int240?: undefined;
2521
2449
  int248?: undefined;
2522
2450
  int256?: undefined;
2523
- uint40?: undefined;
2524
- uint32?: undefined;
2525
- uint24?: undefined;
2526
- uint16?: undefined;
2527
2451
  uint8?: undefined;
2452
+ uint16?: undefined;
2453
+ uint24?: undefined;
2454
+ uint32?: undefined;
2455
+ uint40?: undefined;
2528
2456
  uint48?: undefined;
2529
2457
  uint56?: undefined;
2530
2458
  uint64?: undefined;
@@ -2567,40 +2495,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2567
2495
  [x: `bytes1[${string}]`]: undefined;
2568
2496
  [x: `bytes5[${string}]`]: undefined;
2569
2497
  [x: `bytes10[${string}]`]: undefined;
2498
+ [x: `bytes4[${string}]`]: undefined;
2570
2499
  [x: `bytes2[${string}]`]: undefined;
2571
2500
  [x: `bytes3[${string}]`]: undefined;
2572
- [x: `bytes4[${string}]`]: undefined;
2573
- [x: `bytes32[${string}]`]: undefined;
2574
- [x: `bytes31[${string}]`]: undefined;
2575
- [x: `bytes30[${string}]`]: undefined;
2576
- [x: `bytes29[${string}]`]: undefined;
2577
- [x: `bytes28[${string}]`]: undefined;
2578
- [x: `bytes27[${string}]`]: undefined;
2579
- [x: `bytes26[${string}]`]: undefined;
2580
- [x: `bytes25[${string}]`]: undefined;
2581
- [x: `bytes24[${string}]`]: undefined;
2582
- [x: `bytes23[${string}]`]: undefined;
2583
- [x: `bytes22[${string}]`]: undefined;
2584
- [x: `bytes21[${string}]`]: undefined;
2585
- [x: `bytes20[${string}]`]: undefined;
2586
- [x: `bytes19[${string}]`]: undefined;
2587
- [x: `bytes17[${string}]`]: undefined;
2588
- [x: `bytes16[${string}]`]: undefined;
2589
- [x: `bytes15[${string}]`]: undefined;
2590
- [x: `bytes14[${string}]`]: undefined;
2591
- [x: `bytes13[${string}]`]: undefined;
2592
- [x: `bytes12[${string}]`]: undefined;
2593
- [x: `bytes11[${string}]`]: undefined;
2594
- [x: `bytes9[${string}]`]: undefined;
2595
- [x: `bytes8[${string}]`]: undefined;
2596
- [x: `bytes7[${string}]`]: undefined;
2597
2501
  [x: `bytes6[${string}]`]: undefined;
2502
+ [x: `bytes7[${string}]`]: undefined;
2503
+ [x: `bytes8[${string}]`]: undefined;
2504
+ [x: `bytes9[${string}]`]: undefined;
2505
+ [x: `bytes11[${string}]`]: undefined;
2506
+ [x: `bytes12[${string}]`]: undefined;
2507
+ [x: `bytes13[${string}]`]: undefined;
2508
+ [x: `bytes14[${string}]`]: undefined;
2509
+ [x: `bytes15[${string}]`]: undefined;
2510
+ [x: `bytes16[${string}]`]: undefined;
2511
+ [x: `bytes17[${string}]`]: undefined;
2512
+ [x: `bytes19[${string}]`]: undefined;
2513
+ [x: `bytes20[${string}]`]: undefined;
2514
+ [x: `bytes21[${string}]`]: undefined;
2515
+ [x: `bytes22[${string}]`]: undefined;
2516
+ [x: `bytes23[${string}]`]: undefined;
2517
+ [x: `bytes24[${string}]`]: undefined;
2518
+ [x: `bytes25[${string}]`]: undefined;
2519
+ [x: `bytes26[${string}]`]: undefined;
2520
+ [x: `bytes27[${string}]`]: undefined;
2521
+ [x: `bytes28[${string}]`]: undefined;
2522
+ [x: `bytes29[${string}]`]: undefined;
2523
+ [x: `bytes30[${string}]`]: undefined;
2524
+ [x: `bytes31[${string}]`]: undefined;
2525
+ [x: `bytes32[${string}]`]: undefined;
2598
2526
  [x: `int[${string}]`]: undefined;
2599
- [x: `int40[${string}]`]: undefined;
2600
- [x: `int32[${string}]`]: undefined;
2601
- [x: `int24[${string}]`]: undefined;
2602
- [x: `int16[${string}]`]: undefined;
2603
2527
  [x: `int8[${string}]`]: undefined;
2528
+ [x: `int16[${string}]`]: undefined;
2529
+ [x: `int24[${string}]`]: undefined;
2530
+ [x: `int32[${string}]`]: undefined;
2531
+ [x: `int40[${string}]`]: undefined;
2604
2532
  [x: `int48[${string}]`]: undefined;
2605
2533
  [x: `int56[${string}]`]: undefined;
2606
2534
  [x: `int64[${string}]`]: undefined;
@@ -2629,11 +2557,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2629
2557
  [x: `int248[${string}]`]: undefined;
2630
2558
  [x: `int256[${string}]`]: undefined;
2631
2559
  [x: `uint[${string}]`]: undefined;
2632
- [x: `uint40[${string}]`]: undefined;
2633
- [x: `uint32[${string}]`]: undefined;
2634
- [x: `uint24[${string}]`]: undefined;
2635
- [x: `uint16[${string}]`]: undefined;
2636
2560
  [x: `uint8[${string}]`]: undefined;
2561
+ [x: `uint16[${string}]`]: undefined;
2562
+ [x: `uint24[${string}]`]: undefined;
2563
+ [x: `uint32[${string}]`]: undefined;
2564
+ [x: `uint40[${string}]`]: undefined;
2637
2565
  [x: `uint48[${string}]`]: undefined;
2638
2566
  [x: `uint56[${string}]`]: undefined;
2639
2567
  [x: `uint64[${string}]`]: undefined;
@@ -2669,39 +2597,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2669
2597
  bytes1?: undefined;
2670
2598
  bytes5?: undefined;
2671
2599
  bytes10?: undefined;
2600
+ bytes4?: undefined;
2672
2601
  bytes2?: undefined;
2673
2602
  bytes3?: undefined;
2674
- bytes4?: undefined;
2675
- bytes32?: undefined;
2676
- bytes31?: undefined;
2677
- bytes30?: undefined;
2678
- bytes29?: undefined;
2679
- bytes28?: undefined;
2680
- bytes27?: undefined;
2681
- bytes26?: undefined;
2682
- bytes25?: undefined;
2683
- bytes24?: undefined;
2684
- bytes23?: undefined;
2685
- bytes22?: undefined;
2686
- bytes21?: undefined;
2687
- bytes20?: undefined;
2688
- bytes19?: undefined;
2689
- bytes17?: undefined;
2690
- bytes16?: undefined;
2691
- bytes15?: undefined;
2692
- bytes14?: undefined;
2693
- bytes13?: undefined;
2694
- bytes12?: undefined;
2695
- bytes11?: undefined;
2696
- bytes9?: undefined;
2697
- bytes8?: undefined;
2698
- bytes7?: undefined;
2699
2603
  bytes6?: undefined;
2700
- int40?: undefined;
2701
- int32?: undefined;
2702
- int24?: undefined;
2703
- int16?: undefined;
2604
+ bytes7?: undefined;
2605
+ bytes8?: undefined;
2606
+ bytes9?: undefined;
2607
+ bytes11?: undefined;
2608
+ bytes12?: undefined;
2609
+ bytes13?: undefined;
2610
+ bytes14?: undefined;
2611
+ bytes15?: undefined;
2612
+ bytes16?: undefined;
2613
+ bytes17?: undefined;
2614
+ bytes19?: undefined;
2615
+ bytes20?: undefined;
2616
+ bytes21?: undefined;
2617
+ bytes22?: undefined;
2618
+ bytes23?: undefined;
2619
+ bytes24?: undefined;
2620
+ bytes25?: undefined;
2621
+ bytes26?: undefined;
2622
+ bytes27?: undefined;
2623
+ bytes28?: undefined;
2624
+ bytes29?: undefined;
2625
+ bytes30?: undefined;
2626
+ bytes31?: undefined;
2627
+ bytes32?: undefined;
2704
2628
  int8?: undefined;
2629
+ int16?: undefined;
2630
+ int24?: undefined;
2631
+ int32?: undefined;
2632
+ int40?: undefined;
2705
2633
  int48?: undefined;
2706
2634
  int56?: undefined;
2707
2635
  int64?: undefined;
@@ -2729,11 +2657,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2729
2657
  int240?: undefined;
2730
2658
  int248?: undefined;
2731
2659
  int256?: undefined;
2732
- uint40?: undefined;
2733
- uint32?: undefined;
2734
- uint24?: undefined;
2735
- uint16?: undefined;
2736
2660
  uint8?: undefined;
2661
+ uint16?: undefined;
2662
+ uint24?: undefined;
2663
+ uint32?: undefined;
2664
+ uint40?: undefined;
2737
2665
  uint48?: undefined;
2738
2666
  uint56?: undefined;
2739
2667
  uint64?: undefined;
@@ -2964,24 +2892,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2964
2892
  Method: "eth_uninstallFilter";
2965
2893
  Parameters: [filterId: `0x${string}`];
2966
2894
  ReturnType: boolean;
2967
- }, {
2968
- Method: "alchemy_requestPaymasterAndData";
2969
- Parameters: [{
2970
- policyId: string;
2971
- entryPoint: `0x${string}`;
2972
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2973
- }];
2974
- ReturnType: import("..").RequestPaymasterAndDataResponse;
2975
- }, {
2976
- Method: "alchemy_requestGasAndPaymasterAndData";
2977
- Parameters: [{
2978
- policyId: string;
2979
- entryPoint: `0x${string}`;
2980
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2981
- dummySignature: `0x${string}`;
2982
- overrides?: Partial<{}> | undefined;
2983
- }];
2984
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
2985
2895
  }, {
2986
2896
  Method: "alchemy_simulateUserOperationAssetChanges";
2987
2897
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -3050,40 +2960,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3050
2960
  [x: `bytes1[${string}]`]: undefined;
3051
2961
  [x: `bytes5[${string}]`]: undefined;
3052
2962
  [x: `bytes10[${string}]`]: undefined;
2963
+ [x: `bytes4[${string}]`]: undefined;
3053
2964
  [x: `bytes2[${string}]`]: undefined;
3054
2965
  [x: `bytes3[${string}]`]: undefined;
3055
- [x: `bytes4[${string}]`]: undefined;
3056
- [x: `bytes32[${string}]`]: undefined;
3057
- [x: `bytes31[${string}]`]: undefined;
3058
- [x: `bytes30[${string}]`]: undefined;
3059
- [x: `bytes29[${string}]`]: undefined;
3060
- [x: `bytes28[${string}]`]: undefined;
3061
- [x: `bytes27[${string}]`]: undefined;
3062
- [x: `bytes26[${string}]`]: undefined;
3063
- [x: `bytes25[${string}]`]: undefined;
3064
- [x: `bytes24[${string}]`]: undefined;
3065
- [x: `bytes23[${string}]`]: undefined;
3066
- [x: `bytes22[${string}]`]: undefined;
3067
- [x: `bytes21[${string}]`]: undefined;
3068
- [x: `bytes20[${string}]`]: undefined;
3069
- [x: `bytes19[${string}]`]: undefined;
3070
- [x: `bytes17[${string}]`]: undefined;
3071
- [x: `bytes16[${string}]`]: undefined;
3072
- [x: `bytes15[${string}]`]: undefined;
3073
- [x: `bytes14[${string}]`]: undefined;
3074
- [x: `bytes13[${string}]`]: undefined;
3075
- [x: `bytes12[${string}]`]: undefined;
3076
- [x: `bytes11[${string}]`]: undefined;
3077
- [x: `bytes9[${string}]`]: undefined;
3078
- [x: `bytes8[${string}]`]: undefined;
3079
- [x: `bytes7[${string}]`]: undefined;
3080
2966
  [x: `bytes6[${string}]`]: undefined;
2967
+ [x: `bytes7[${string}]`]: undefined;
2968
+ [x: `bytes8[${string}]`]: undefined;
2969
+ [x: `bytes9[${string}]`]: undefined;
2970
+ [x: `bytes11[${string}]`]: undefined;
2971
+ [x: `bytes12[${string}]`]: undefined;
2972
+ [x: `bytes13[${string}]`]: undefined;
2973
+ [x: `bytes14[${string}]`]: undefined;
2974
+ [x: `bytes15[${string}]`]: undefined;
2975
+ [x: `bytes16[${string}]`]: undefined;
2976
+ [x: `bytes17[${string}]`]: undefined;
2977
+ [x: `bytes19[${string}]`]: undefined;
2978
+ [x: `bytes20[${string}]`]: undefined;
2979
+ [x: `bytes21[${string}]`]: undefined;
2980
+ [x: `bytes22[${string}]`]: undefined;
2981
+ [x: `bytes23[${string}]`]: undefined;
2982
+ [x: `bytes24[${string}]`]: undefined;
2983
+ [x: `bytes25[${string}]`]: undefined;
2984
+ [x: `bytes26[${string}]`]: undefined;
2985
+ [x: `bytes27[${string}]`]: undefined;
2986
+ [x: `bytes28[${string}]`]: undefined;
2987
+ [x: `bytes29[${string}]`]: undefined;
2988
+ [x: `bytes30[${string}]`]: undefined;
2989
+ [x: `bytes31[${string}]`]: undefined;
2990
+ [x: `bytes32[${string}]`]: undefined;
3081
2991
  [x: `int[${string}]`]: undefined;
3082
- [x: `int40[${string}]`]: undefined;
3083
- [x: `int32[${string}]`]: undefined;
3084
- [x: `int24[${string}]`]: undefined;
3085
- [x: `int16[${string}]`]: undefined;
3086
2992
  [x: `int8[${string}]`]: undefined;
2993
+ [x: `int16[${string}]`]: undefined;
2994
+ [x: `int24[${string}]`]: undefined;
2995
+ [x: `int32[${string}]`]: undefined;
2996
+ [x: `int40[${string}]`]: undefined;
3087
2997
  [x: `int48[${string}]`]: undefined;
3088
2998
  [x: `int56[${string}]`]: undefined;
3089
2999
  [x: `int64[${string}]`]: undefined;
@@ -3112,11 +3022,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3112
3022
  [x: `int248[${string}]`]: undefined;
3113
3023
  [x: `int256[${string}]`]: undefined;
3114
3024
  [x: `uint[${string}]`]: undefined;
3115
- [x: `uint40[${string}]`]: undefined;
3116
- [x: `uint32[${string}]`]: undefined;
3117
- [x: `uint24[${string}]`]: undefined;
3118
- [x: `uint16[${string}]`]: undefined;
3119
3025
  [x: `uint8[${string}]`]: undefined;
3026
+ [x: `uint16[${string}]`]: undefined;
3027
+ [x: `uint24[${string}]`]: undefined;
3028
+ [x: `uint32[${string}]`]: undefined;
3029
+ [x: `uint40[${string}]`]: undefined;
3120
3030
  [x: `uint48[${string}]`]: undefined;
3121
3031
  [x: `uint56[${string}]`]: undefined;
3122
3032
  [x: `uint64[${string}]`]: undefined;
@@ -3152,71 +3062,71 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3152
3062
  bytes1?: undefined;
3153
3063
  bytes5?: undefined;
3154
3064
  bytes10?: undefined;
3065
+ bytes4?: undefined;
3155
3066
  bytes2?: undefined;
3156
3067
  bytes3?: undefined;
3157
- bytes4?: undefined;
3158
- bytes32?: undefined;
3159
- bytes31?: undefined;
3160
- bytes30?: undefined;
3161
- bytes29?: undefined;
3162
- bytes28?: undefined;
3163
- bytes27?: undefined;
3164
- bytes26?: undefined;
3165
- bytes25?: undefined;
3166
- bytes24?: undefined;
3167
- bytes23?: undefined;
3168
- bytes22?: undefined;
3169
- bytes21?: undefined;
3170
- bytes20?: undefined;
3171
- bytes19?: undefined;
3172
- bytes17?: undefined;
3173
- bytes16?: undefined;
3174
- bytes15?: undefined;
3175
- bytes14?: undefined;
3176
- bytes13?: undefined;
3177
- bytes12?: undefined;
3178
- bytes11?: undefined;
3179
- bytes9?: undefined;
3180
- bytes8?: undefined;
3181
- bytes7?: undefined;
3182
3068
  bytes6?: undefined;
3183
- int40?: undefined;
3184
- int32?: undefined;
3185
- int24?: undefined;
3186
- int16?: undefined;
3187
- int8?: undefined;
3188
- int48?: undefined;
3189
- int56?: undefined;
3190
- int64?: undefined;
3191
- int72?: undefined;
3192
- int80?: undefined;
3193
- int88?: undefined;
3194
- int96?: undefined;
3195
- int104?: undefined;
3196
- int112?: undefined;
3197
- int120?: undefined;
3198
- int128?: undefined;
3199
- int136?: undefined;
3200
- int144?: undefined;
3201
- int152?: undefined;
3202
- int160?: undefined;
3203
- int168?: undefined;
3204
- int176?: undefined;
3205
- int184?: undefined;
3206
- int192?: undefined;
3207
- int200?: undefined;
3208
- int208?: undefined;
3069
+ bytes7?: undefined;
3070
+ bytes8?: undefined;
3071
+ bytes9?: undefined;
3072
+ bytes11?: undefined;
3073
+ bytes12?: undefined;
3074
+ bytes13?: undefined;
3075
+ bytes14?: undefined;
3076
+ bytes15?: undefined;
3077
+ bytes16?: undefined;
3078
+ bytes17?: undefined;
3079
+ bytes19?: undefined;
3080
+ bytes20?: undefined;
3081
+ bytes21?: undefined;
3082
+ bytes22?: undefined;
3083
+ bytes23?: undefined;
3084
+ bytes24?: undefined;
3085
+ bytes25?: undefined;
3086
+ bytes26?: undefined;
3087
+ bytes27?: undefined;
3088
+ bytes28?: undefined;
3089
+ bytes29?: undefined;
3090
+ bytes30?: undefined;
3091
+ bytes31?: undefined;
3092
+ bytes32?: undefined;
3093
+ int8?: undefined;
3094
+ int16?: undefined;
3095
+ int24?: undefined;
3096
+ int32?: undefined;
3097
+ int40?: undefined;
3098
+ int48?: undefined;
3099
+ int56?: undefined;
3100
+ int64?: undefined;
3101
+ int72?: undefined;
3102
+ int80?: undefined;
3103
+ int88?: undefined;
3104
+ int96?: undefined;
3105
+ int104?: undefined;
3106
+ int112?: undefined;
3107
+ int120?: undefined;
3108
+ int128?: undefined;
3109
+ int136?: undefined;
3110
+ int144?: undefined;
3111
+ int152?: undefined;
3112
+ int160?: undefined;
3113
+ int168?: undefined;
3114
+ int176?: undefined;
3115
+ int184?: undefined;
3116
+ int192?: undefined;
3117
+ int200?: undefined;
3118
+ int208?: undefined;
3209
3119
  int216?: undefined;
3210
3120
  int224?: undefined;
3211
3121
  int232?: undefined;
3212
3122
  int240?: undefined;
3213
3123
  int248?: undefined;
3214
3124
  int256?: undefined;
3215
- uint40?: undefined;
3216
- uint32?: undefined;
3217
- uint24?: undefined;
3218
- uint16?: undefined;
3219
3125
  uint8?: undefined;
3126
+ uint16?: undefined;
3127
+ uint24?: undefined;
3128
+ uint32?: undefined;
3129
+ uint40?: undefined;
3220
3130
  uint48?: undefined;
3221
3131
  uint56?: undefined;
3222
3132
  uint64?: undefined;
@@ -3259,40 +3169,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3259
3169
  [x: `bytes1[${string}]`]: undefined;
3260
3170
  [x: `bytes5[${string}]`]: undefined;
3261
3171
  [x: `bytes10[${string}]`]: undefined;
3172
+ [x: `bytes4[${string}]`]: undefined;
3262
3173
  [x: `bytes2[${string}]`]: undefined;
3263
3174
  [x: `bytes3[${string}]`]: undefined;
3264
- [x: `bytes4[${string}]`]: undefined;
3265
- [x: `bytes32[${string}]`]: undefined;
3266
- [x: `bytes31[${string}]`]: undefined;
3267
- [x: `bytes30[${string}]`]: undefined;
3268
- [x: `bytes29[${string}]`]: undefined;
3269
- [x: `bytes28[${string}]`]: undefined;
3270
- [x: `bytes27[${string}]`]: undefined;
3271
- [x: `bytes26[${string}]`]: undefined;
3272
- [x: `bytes25[${string}]`]: undefined;
3273
- [x: `bytes24[${string}]`]: undefined;
3274
- [x: `bytes23[${string}]`]: undefined;
3275
- [x: `bytes22[${string}]`]: undefined;
3276
- [x: `bytes21[${string}]`]: undefined;
3277
- [x: `bytes20[${string}]`]: undefined;
3278
- [x: `bytes19[${string}]`]: undefined;
3279
- [x: `bytes17[${string}]`]: undefined;
3280
- [x: `bytes16[${string}]`]: undefined;
3281
- [x: `bytes15[${string}]`]: undefined;
3282
- [x: `bytes14[${string}]`]: undefined;
3283
- [x: `bytes13[${string}]`]: undefined;
3284
- [x: `bytes12[${string}]`]: undefined;
3285
- [x: `bytes11[${string}]`]: undefined;
3286
- [x: `bytes9[${string}]`]: undefined;
3287
- [x: `bytes8[${string}]`]: undefined;
3288
- [x: `bytes7[${string}]`]: undefined;
3289
3175
  [x: `bytes6[${string}]`]: undefined;
3176
+ [x: `bytes7[${string}]`]: undefined;
3177
+ [x: `bytes8[${string}]`]: undefined;
3178
+ [x: `bytes9[${string}]`]: undefined;
3179
+ [x: `bytes11[${string}]`]: undefined;
3180
+ [x: `bytes12[${string}]`]: undefined;
3181
+ [x: `bytes13[${string}]`]: undefined;
3182
+ [x: `bytes14[${string}]`]: undefined;
3183
+ [x: `bytes15[${string}]`]: undefined;
3184
+ [x: `bytes16[${string}]`]: undefined;
3185
+ [x: `bytes17[${string}]`]: undefined;
3186
+ [x: `bytes19[${string}]`]: undefined;
3187
+ [x: `bytes20[${string}]`]: undefined;
3188
+ [x: `bytes21[${string}]`]: undefined;
3189
+ [x: `bytes22[${string}]`]: undefined;
3190
+ [x: `bytes23[${string}]`]: undefined;
3191
+ [x: `bytes24[${string}]`]: undefined;
3192
+ [x: `bytes25[${string}]`]: undefined;
3193
+ [x: `bytes26[${string}]`]: undefined;
3194
+ [x: `bytes27[${string}]`]: undefined;
3195
+ [x: `bytes28[${string}]`]: undefined;
3196
+ [x: `bytes29[${string}]`]: undefined;
3197
+ [x: `bytes30[${string}]`]: undefined;
3198
+ [x: `bytes31[${string}]`]: undefined;
3199
+ [x: `bytes32[${string}]`]: undefined;
3290
3200
  [x: `int[${string}]`]: undefined;
3291
- [x: `int40[${string}]`]: undefined;
3292
- [x: `int32[${string}]`]: undefined;
3293
- [x: `int24[${string}]`]: undefined;
3294
- [x: `int16[${string}]`]: undefined;
3295
3201
  [x: `int8[${string}]`]: undefined;
3202
+ [x: `int16[${string}]`]: undefined;
3203
+ [x: `int24[${string}]`]: undefined;
3204
+ [x: `int32[${string}]`]: undefined;
3205
+ [x: `int40[${string}]`]: undefined;
3296
3206
  [x: `int48[${string}]`]: undefined;
3297
3207
  [x: `int56[${string}]`]: undefined;
3298
3208
  [x: `int64[${string}]`]: undefined;
@@ -3321,11 +3231,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3321
3231
  [x: `int248[${string}]`]: undefined;
3322
3232
  [x: `int256[${string}]`]: undefined;
3323
3233
  [x: `uint[${string}]`]: undefined;
3324
- [x: `uint40[${string}]`]: undefined;
3325
- [x: `uint32[${string}]`]: undefined;
3326
- [x: `uint24[${string}]`]: undefined;
3327
- [x: `uint16[${string}]`]: undefined;
3328
3234
  [x: `uint8[${string}]`]: undefined;
3235
+ [x: `uint16[${string}]`]: undefined;
3236
+ [x: `uint24[${string}]`]: undefined;
3237
+ [x: `uint32[${string}]`]: undefined;
3238
+ [x: `uint40[${string}]`]: undefined;
3329
3239
  [x: `uint48[${string}]`]: undefined;
3330
3240
  [x: `uint56[${string}]`]: undefined;
3331
3241
  [x: `uint64[${string}]`]: undefined;
@@ -3361,39 +3271,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3361
3271
  bytes1?: undefined;
3362
3272
  bytes5?: undefined;
3363
3273
  bytes10?: undefined;
3274
+ bytes4?: undefined;
3364
3275
  bytes2?: undefined;
3365
3276
  bytes3?: undefined;
3366
- bytes4?: undefined;
3367
- bytes32?: undefined;
3368
- bytes31?: undefined;
3369
- bytes30?: undefined;
3370
- bytes29?: undefined;
3371
- bytes28?: undefined;
3372
- bytes27?: undefined;
3373
- bytes26?: undefined;
3374
- bytes25?: undefined;
3375
- bytes24?: undefined;
3376
- bytes23?: undefined;
3377
- bytes22?: undefined;
3378
- bytes21?: undefined;
3379
- bytes20?: undefined;
3380
- bytes19?: undefined;
3381
- bytes17?: undefined;
3382
- bytes16?: undefined;
3383
- bytes15?: undefined;
3384
- bytes14?: undefined;
3385
- bytes13?: undefined;
3386
- bytes12?: undefined;
3387
- bytes11?: undefined;
3388
- bytes9?: undefined;
3389
- bytes8?: undefined;
3390
- bytes7?: undefined;
3391
3277
  bytes6?: undefined;
3392
- int40?: undefined;
3393
- int32?: undefined;
3394
- int24?: undefined;
3395
- int16?: undefined;
3278
+ bytes7?: undefined;
3279
+ bytes8?: undefined;
3280
+ bytes9?: undefined;
3281
+ bytes11?: undefined;
3282
+ bytes12?: undefined;
3283
+ bytes13?: undefined;
3284
+ bytes14?: undefined;
3285
+ bytes15?: undefined;
3286
+ bytes16?: undefined;
3287
+ bytes17?: undefined;
3288
+ bytes19?: undefined;
3289
+ bytes20?: undefined;
3290
+ bytes21?: undefined;
3291
+ bytes22?: undefined;
3292
+ bytes23?: undefined;
3293
+ bytes24?: undefined;
3294
+ bytes25?: undefined;
3295
+ bytes26?: undefined;
3296
+ bytes27?: undefined;
3297
+ bytes28?: undefined;
3298
+ bytes29?: undefined;
3299
+ bytes30?: undefined;
3300
+ bytes31?: undefined;
3301
+ bytes32?: undefined;
3396
3302
  int8?: undefined;
3303
+ int16?: undefined;
3304
+ int24?: undefined;
3305
+ int32?: undefined;
3306
+ int40?: undefined;
3397
3307
  int48?: undefined;
3398
3308
  int56?: undefined;
3399
3309
  int64?: undefined;
@@ -3421,11 +3331,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3421
3331
  int240?: undefined;
3422
3332
  int248?: undefined;
3423
3333
  int256?: undefined;
3424
- uint40?: undefined;
3425
- uint32?: undefined;
3426
- uint24?: undefined;
3427
- uint16?: undefined;
3428
3334
  uint8?: undefined;
3335
+ uint16?: undefined;
3336
+ uint24?: undefined;
3337
+ uint32?: undefined;
3338
+ uint40?: undefined;
3429
3339
  uint48?: undefined;
3430
3340
  uint56?: undefined;
3431
3341
  uint64?: undefined;
@@ -3656,24 +3566,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3656
3566
  Method: "eth_uninstallFilter";
3657
3567
  Parameters: [filterId: `0x${string}`];
3658
3568
  ReturnType: boolean;
3659
- }, {
3660
- Method: "alchemy_requestPaymasterAndData";
3661
- Parameters: [{
3662
- policyId: string;
3663
- entryPoint: `0x${string}`;
3664
- userOperation: import("@aa-sdk/core").UserOperationRequest;
3665
- }];
3666
- ReturnType: import("..").RequestPaymasterAndDataResponse;
3667
- }, {
3668
- Method: "alchemy_requestGasAndPaymasterAndData";
3669
- Parameters: [{
3670
- policyId: string;
3671
- entryPoint: `0x${string}`;
3672
- userOperation: import("@aa-sdk/core").UserOperationRequest;
3673
- dummySignature: `0x${string}`;
3674
- overrides?: Partial<{}> | undefined;
3675
- }];
3676
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
3677
3569
  }, {
3678
3570
  Method: "alchemy_simulateUserOperationAssetChanges";
3679
3571
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -3742,40 +3634,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3742
3634
  [x: `bytes1[${string}]`]: undefined;
3743
3635
  [x: `bytes5[${string}]`]: undefined;
3744
3636
  [x: `bytes10[${string}]`]: undefined;
3637
+ [x: `bytes4[${string}]`]: undefined;
3745
3638
  [x: `bytes2[${string}]`]: undefined;
3746
3639
  [x: `bytes3[${string}]`]: undefined;
3747
- [x: `bytes4[${string}]`]: undefined;
3748
- [x: `bytes32[${string}]`]: undefined;
3749
- [x: `bytes31[${string}]`]: undefined;
3750
- [x: `bytes30[${string}]`]: undefined;
3751
- [x: `bytes29[${string}]`]: undefined;
3752
- [x: `bytes28[${string}]`]: undefined;
3753
- [x: `bytes27[${string}]`]: undefined;
3754
- [x: `bytes26[${string}]`]: undefined;
3755
- [x: `bytes25[${string}]`]: undefined;
3756
- [x: `bytes24[${string}]`]: undefined;
3757
- [x: `bytes23[${string}]`]: undefined;
3758
- [x: `bytes22[${string}]`]: undefined;
3759
- [x: `bytes21[${string}]`]: undefined;
3760
- [x: `bytes20[${string}]`]: undefined;
3761
- [x: `bytes19[${string}]`]: undefined;
3762
- [x: `bytes17[${string}]`]: undefined;
3763
- [x: `bytes16[${string}]`]: undefined;
3764
- [x: `bytes15[${string}]`]: undefined;
3765
- [x: `bytes14[${string}]`]: undefined;
3766
- [x: `bytes13[${string}]`]: undefined;
3767
- [x: `bytes12[${string}]`]: undefined;
3768
- [x: `bytes11[${string}]`]: undefined;
3769
- [x: `bytes9[${string}]`]: undefined;
3770
- [x: `bytes8[${string}]`]: undefined;
3771
- [x: `bytes7[${string}]`]: undefined;
3772
3640
  [x: `bytes6[${string}]`]: undefined;
3641
+ [x: `bytes7[${string}]`]: undefined;
3642
+ [x: `bytes8[${string}]`]: undefined;
3643
+ [x: `bytes9[${string}]`]: undefined;
3644
+ [x: `bytes11[${string}]`]: undefined;
3645
+ [x: `bytes12[${string}]`]: undefined;
3646
+ [x: `bytes13[${string}]`]: undefined;
3647
+ [x: `bytes14[${string}]`]: undefined;
3648
+ [x: `bytes15[${string}]`]: undefined;
3649
+ [x: `bytes16[${string}]`]: undefined;
3650
+ [x: `bytes17[${string}]`]: undefined;
3651
+ [x: `bytes19[${string}]`]: undefined;
3652
+ [x: `bytes20[${string}]`]: undefined;
3653
+ [x: `bytes21[${string}]`]: undefined;
3654
+ [x: `bytes22[${string}]`]: undefined;
3655
+ [x: `bytes23[${string}]`]: undefined;
3656
+ [x: `bytes24[${string}]`]: undefined;
3657
+ [x: `bytes25[${string}]`]: undefined;
3658
+ [x: `bytes26[${string}]`]: undefined;
3659
+ [x: `bytes27[${string}]`]: undefined;
3660
+ [x: `bytes28[${string}]`]: undefined;
3661
+ [x: `bytes29[${string}]`]: undefined;
3662
+ [x: `bytes30[${string}]`]: undefined;
3663
+ [x: `bytes31[${string}]`]: undefined;
3664
+ [x: `bytes32[${string}]`]: undefined;
3773
3665
  [x: `int[${string}]`]: undefined;
3774
- [x: `int40[${string}]`]: undefined;
3775
- [x: `int32[${string}]`]: undefined;
3776
- [x: `int24[${string}]`]: undefined;
3777
- [x: `int16[${string}]`]: undefined;
3778
3666
  [x: `int8[${string}]`]: undefined;
3667
+ [x: `int16[${string}]`]: undefined;
3668
+ [x: `int24[${string}]`]: undefined;
3669
+ [x: `int32[${string}]`]: undefined;
3670
+ [x: `int40[${string}]`]: undefined;
3779
3671
  [x: `int48[${string}]`]: undefined;
3780
3672
  [x: `int56[${string}]`]: undefined;
3781
3673
  [x: `int64[${string}]`]: undefined;
@@ -3804,11 +3696,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3804
3696
  [x: `int248[${string}]`]: undefined;
3805
3697
  [x: `int256[${string}]`]: undefined;
3806
3698
  [x: `uint[${string}]`]: undefined;
3807
- [x: `uint40[${string}]`]: undefined;
3808
- [x: `uint32[${string}]`]: undefined;
3809
- [x: `uint24[${string}]`]: undefined;
3810
- [x: `uint16[${string}]`]: undefined;
3811
3699
  [x: `uint8[${string}]`]: undefined;
3700
+ [x: `uint16[${string}]`]: undefined;
3701
+ [x: `uint24[${string}]`]: undefined;
3702
+ [x: `uint32[${string}]`]: undefined;
3703
+ [x: `uint40[${string}]`]: undefined;
3812
3704
  [x: `uint48[${string}]`]: undefined;
3813
3705
  [x: `uint56[${string}]`]: undefined;
3814
3706
  [x: `uint64[${string}]`]: undefined;
@@ -3844,39 +3736,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3844
3736
  bytes1?: undefined;
3845
3737
  bytes5?: undefined;
3846
3738
  bytes10?: undefined;
3739
+ bytes4?: undefined;
3847
3740
  bytes2?: undefined;
3848
3741
  bytes3?: undefined;
3849
- bytes4?: undefined;
3850
- bytes32?: undefined;
3851
- bytes31?: undefined;
3852
- bytes30?: undefined;
3853
- bytes29?: undefined;
3854
- bytes28?: undefined;
3855
- bytes27?: undefined;
3856
- bytes26?: undefined;
3857
- bytes25?: undefined;
3858
- bytes24?: undefined;
3859
- bytes23?: undefined;
3860
- bytes22?: undefined;
3861
- bytes21?: undefined;
3862
- bytes20?: undefined;
3863
- bytes19?: undefined;
3864
- bytes17?: undefined;
3865
- bytes16?: undefined;
3866
- bytes15?: undefined;
3867
- bytes14?: undefined;
3868
- bytes13?: undefined;
3869
- bytes12?: undefined;
3870
- bytes11?: undefined;
3871
- bytes9?: undefined;
3872
- bytes8?: undefined;
3873
- bytes7?: undefined;
3874
3742
  bytes6?: undefined;
3875
- int40?: undefined;
3876
- int32?: undefined;
3877
- int24?: undefined;
3878
- int16?: undefined;
3743
+ bytes7?: undefined;
3744
+ bytes8?: undefined;
3745
+ bytes9?: undefined;
3746
+ bytes11?: undefined;
3747
+ bytes12?: undefined;
3748
+ bytes13?: undefined;
3749
+ bytes14?: undefined;
3750
+ bytes15?: undefined;
3751
+ bytes16?: undefined;
3752
+ bytes17?: undefined;
3753
+ bytes19?: undefined;
3754
+ bytes20?: undefined;
3755
+ bytes21?: undefined;
3756
+ bytes22?: undefined;
3757
+ bytes23?: undefined;
3758
+ bytes24?: undefined;
3759
+ bytes25?: undefined;
3760
+ bytes26?: undefined;
3761
+ bytes27?: undefined;
3762
+ bytes28?: undefined;
3763
+ bytes29?: undefined;
3764
+ bytes30?: undefined;
3765
+ bytes31?: undefined;
3766
+ bytes32?: undefined;
3879
3767
  int8?: undefined;
3768
+ int16?: undefined;
3769
+ int24?: undefined;
3770
+ int32?: undefined;
3771
+ int40?: undefined;
3880
3772
  int48?: undefined;
3881
3773
  int56?: undefined;
3882
3774
  int64?: undefined;
@@ -3904,11 +3796,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3904
3796
  int240?: undefined;
3905
3797
  int248?: undefined;
3906
3798
  int256?: undefined;
3907
- uint40?: undefined;
3908
- uint32?: undefined;
3909
- uint24?: undefined;
3910
- uint16?: undefined;
3911
3799
  uint8?: undefined;
3800
+ uint16?: undefined;
3801
+ uint24?: undefined;
3802
+ uint32?: undefined;
3803
+ uint40?: undefined;
3912
3804
  uint48?: undefined;
3913
3805
  uint56?: undefined;
3914
3806
  uint64?: undefined;
@@ -3951,40 +3843,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3951
3843
  [x: `bytes1[${string}]`]: undefined;
3952
3844
  [x: `bytes5[${string}]`]: undefined;
3953
3845
  [x: `bytes10[${string}]`]: undefined;
3846
+ [x: `bytes4[${string}]`]: undefined;
3954
3847
  [x: `bytes2[${string}]`]: undefined;
3955
3848
  [x: `bytes3[${string}]`]: undefined;
3956
- [x: `bytes4[${string}]`]: undefined;
3957
- [x: `bytes32[${string}]`]: undefined;
3958
- [x: `bytes31[${string}]`]: undefined;
3959
- [x: `bytes30[${string}]`]: undefined;
3960
- [x: `bytes29[${string}]`]: undefined;
3961
- [x: `bytes28[${string}]`]: undefined;
3962
- [x: `bytes27[${string}]`]: undefined;
3963
- [x: `bytes26[${string}]`]: undefined;
3964
- [x: `bytes25[${string}]`]: undefined;
3965
- [x: `bytes24[${string}]`]: undefined;
3966
- [x: `bytes23[${string}]`]: undefined;
3967
- [x: `bytes22[${string}]`]: undefined;
3968
- [x: `bytes21[${string}]`]: undefined;
3969
- [x: `bytes20[${string}]`]: undefined;
3970
- [x: `bytes19[${string}]`]: undefined;
3971
- [x: `bytes17[${string}]`]: undefined;
3972
- [x: `bytes16[${string}]`]: undefined;
3973
- [x: `bytes15[${string}]`]: undefined;
3974
- [x: `bytes14[${string}]`]: undefined;
3975
- [x: `bytes13[${string}]`]: undefined;
3976
- [x: `bytes12[${string}]`]: undefined;
3977
- [x: `bytes11[${string}]`]: undefined;
3978
- [x: `bytes9[${string}]`]: undefined;
3979
- [x: `bytes8[${string}]`]: undefined;
3980
- [x: `bytes7[${string}]`]: undefined;
3981
3849
  [x: `bytes6[${string}]`]: undefined;
3850
+ [x: `bytes7[${string}]`]: undefined;
3851
+ [x: `bytes8[${string}]`]: undefined;
3852
+ [x: `bytes9[${string}]`]: undefined;
3853
+ [x: `bytes11[${string}]`]: undefined;
3854
+ [x: `bytes12[${string}]`]: undefined;
3855
+ [x: `bytes13[${string}]`]: undefined;
3856
+ [x: `bytes14[${string}]`]: undefined;
3857
+ [x: `bytes15[${string}]`]: undefined;
3858
+ [x: `bytes16[${string}]`]: undefined;
3859
+ [x: `bytes17[${string}]`]: undefined;
3860
+ [x: `bytes19[${string}]`]: undefined;
3861
+ [x: `bytes20[${string}]`]: undefined;
3862
+ [x: `bytes21[${string}]`]: undefined;
3863
+ [x: `bytes22[${string}]`]: undefined;
3864
+ [x: `bytes23[${string}]`]: undefined;
3865
+ [x: `bytes24[${string}]`]: undefined;
3866
+ [x: `bytes25[${string}]`]: undefined;
3867
+ [x: `bytes26[${string}]`]: undefined;
3868
+ [x: `bytes27[${string}]`]: undefined;
3869
+ [x: `bytes28[${string}]`]: undefined;
3870
+ [x: `bytes29[${string}]`]: undefined;
3871
+ [x: `bytes30[${string}]`]: undefined;
3872
+ [x: `bytes31[${string}]`]: undefined;
3873
+ [x: `bytes32[${string}]`]: undefined;
3982
3874
  [x: `int[${string}]`]: undefined;
3983
- [x: `int40[${string}]`]: undefined;
3984
- [x: `int32[${string}]`]: undefined;
3985
- [x: `int24[${string}]`]: undefined;
3986
- [x: `int16[${string}]`]: undefined;
3987
3875
  [x: `int8[${string}]`]: undefined;
3876
+ [x: `int16[${string}]`]: undefined;
3877
+ [x: `int24[${string}]`]: undefined;
3878
+ [x: `int32[${string}]`]: undefined;
3879
+ [x: `int40[${string}]`]: undefined;
3988
3880
  [x: `int48[${string}]`]: undefined;
3989
3881
  [x: `int56[${string}]`]: undefined;
3990
3882
  [x: `int64[${string}]`]: undefined;
@@ -4013,11 +3905,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4013
3905
  [x: `int248[${string}]`]: undefined;
4014
3906
  [x: `int256[${string}]`]: undefined;
4015
3907
  [x: `uint[${string}]`]: undefined;
4016
- [x: `uint40[${string}]`]: undefined;
4017
- [x: `uint32[${string}]`]: undefined;
4018
- [x: `uint24[${string}]`]: undefined;
4019
- [x: `uint16[${string}]`]: undefined;
4020
3908
  [x: `uint8[${string}]`]: undefined;
3909
+ [x: `uint16[${string}]`]: undefined;
3910
+ [x: `uint24[${string}]`]: undefined;
3911
+ [x: `uint32[${string}]`]: undefined;
3912
+ [x: `uint40[${string}]`]: undefined;
4021
3913
  [x: `uint48[${string}]`]: undefined;
4022
3914
  [x: `uint56[${string}]`]: undefined;
4023
3915
  [x: `uint64[${string}]`]: undefined;
@@ -4053,39 +3945,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4053
3945
  bytes1?: undefined;
4054
3946
  bytes5?: undefined;
4055
3947
  bytes10?: undefined;
3948
+ bytes4?: undefined;
4056
3949
  bytes2?: undefined;
4057
3950
  bytes3?: undefined;
4058
- bytes4?: undefined;
4059
- bytes32?: undefined;
4060
- bytes31?: undefined;
4061
- bytes30?: undefined;
4062
- bytes29?: undefined;
4063
- bytes28?: undefined;
4064
- bytes27?: undefined;
4065
- bytes26?: undefined;
4066
- bytes25?: undefined;
4067
- bytes24?: undefined;
4068
- bytes23?: undefined;
4069
- bytes22?: undefined;
4070
- bytes21?: undefined;
4071
- bytes20?: undefined;
4072
- bytes19?: undefined;
4073
- bytes17?: undefined;
4074
- bytes16?: undefined;
4075
- bytes15?: undefined;
4076
- bytes14?: undefined;
4077
- bytes13?: undefined;
4078
- bytes12?: undefined;
4079
- bytes11?: undefined;
4080
- bytes9?: undefined;
4081
- bytes8?: undefined;
4082
- bytes7?: undefined;
4083
3951
  bytes6?: undefined;
4084
- int40?: undefined;
4085
- int32?: undefined;
4086
- int24?: undefined;
4087
- int16?: undefined;
3952
+ bytes7?: undefined;
3953
+ bytes8?: undefined;
3954
+ bytes9?: undefined;
3955
+ bytes11?: undefined;
3956
+ bytes12?: undefined;
3957
+ bytes13?: undefined;
3958
+ bytes14?: undefined;
3959
+ bytes15?: undefined;
3960
+ bytes16?: undefined;
3961
+ bytes17?: undefined;
3962
+ bytes19?: undefined;
3963
+ bytes20?: undefined;
3964
+ bytes21?: undefined;
3965
+ bytes22?: undefined;
3966
+ bytes23?: undefined;
3967
+ bytes24?: undefined;
3968
+ bytes25?: undefined;
3969
+ bytes26?: undefined;
3970
+ bytes27?: undefined;
3971
+ bytes28?: undefined;
3972
+ bytes29?: undefined;
3973
+ bytes30?: undefined;
3974
+ bytes31?: undefined;
3975
+ bytes32?: undefined;
4088
3976
  int8?: undefined;
3977
+ int16?: undefined;
3978
+ int24?: undefined;
3979
+ int32?: undefined;
3980
+ int40?: undefined;
4089
3981
  int48?: undefined;
4090
3982
  int56?: undefined;
4091
3983
  int64?: undefined;
@@ -4113,11 +4005,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4113
4005
  int240?: undefined;
4114
4006
  int248?: undefined;
4115
4007
  int256?: undefined;
4116
- uint40?: undefined;
4117
- uint32?: undefined;
4118
- uint24?: undefined;
4119
- uint16?: undefined;
4120
4008
  uint8?: undefined;
4009
+ uint16?: undefined;
4010
+ uint24?: undefined;
4011
+ uint32?: undefined;
4012
+ uint40?: undefined;
4121
4013
  uint48?: undefined;
4122
4014
  uint56?: undefined;
4123
4015
  uint64?: undefined;
@@ -4348,24 +4240,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4348
4240
  Method: "eth_uninstallFilter";
4349
4241
  Parameters: [filterId: `0x${string}`];
4350
4242
  ReturnType: boolean;
4351
- }, {
4352
- Method: "alchemy_requestPaymasterAndData";
4353
- Parameters: [{
4354
- policyId: string;
4355
- entryPoint: `0x${string}`;
4356
- userOperation: import("@aa-sdk/core").UserOperationRequest;
4357
- }];
4358
- ReturnType: import("..").RequestPaymasterAndDataResponse;
4359
- }, {
4360
- Method: "alchemy_requestGasAndPaymasterAndData";
4361
- Parameters: [{
4362
- policyId: string;
4363
- entryPoint: `0x${string}`;
4364
- userOperation: import("@aa-sdk/core").UserOperationRequest;
4365
- dummySignature: `0x${string}`;
4366
- overrides?: Partial<{}> | undefined;
4367
- }];
4368
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
4369
4243
  }, {
4370
4244
  Method: "alchemy_simulateUserOperationAssetChanges";
4371
4245
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -4434,54 +4308,54 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4434
4308
  [x: `bytes1[${string}]`]: undefined;
4435
4309
  [x: `bytes5[${string}]`]: undefined;
4436
4310
  [x: `bytes10[${string}]`]: undefined;
4311
+ [x: `bytes4[${string}]`]: undefined;
4437
4312
  [x: `bytes2[${string}]`]: undefined;
4438
4313
  [x: `bytes3[${string}]`]: undefined;
4439
- [x: `bytes4[${string}]`]: undefined;
4440
- [x: `bytes32[${string}]`]: undefined;
4441
- [x: `bytes31[${string}]`]: undefined;
4442
- [x: `bytes30[${string}]`]: undefined;
4443
- [x: `bytes29[${string}]`]: undefined;
4444
- [x: `bytes28[${string}]`]: undefined;
4445
- [x: `bytes27[${string}]`]: undefined;
4446
- [x: `bytes26[${string}]`]: undefined;
4447
- [x: `bytes25[${string}]`]: undefined;
4448
- [x: `bytes24[${string}]`]: undefined;
4449
- [x: `bytes23[${string}]`]: undefined;
4450
- [x: `bytes22[${string}]`]: undefined;
4451
- [x: `bytes21[${string}]`]: undefined;
4452
- [x: `bytes20[${string}]`]: undefined;
4453
- [x: `bytes19[${string}]`]: undefined;
4454
- [x: `bytes17[${string}]`]: undefined;
4455
- [x: `bytes16[${string}]`]: undefined;
4456
- [x: `bytes15[${string}]`]: undefined;
4457
- [x: `bytes14[${string}]`]: undefined;
4458
- [x: `bytes13[${string}]`]: undefined;
4459
- [x: `bytes12[${string}]`]: undefined;
4460
- [x: `bytes11[${string}]`]: undefined;
4461
- [x: `bytes9[${string}]`]: undefined;
4462
- [x: `bytes8[${string}]`]: undefined;
4463
- [x: `bytes7[${string}]`]: undefined;
4464
4314
  [x: `bytes6[${string}]`]: undefined;
4465
- [x: `int[${string}]`]: undefined;
4466
- [x: `int40[${string}]`]: undefined;
4467
- [x: `int32[${string}]`]: undefined;
4468
- [x: `int24[${string}]`]: undefined;
4469
- [x: `int16[${string}]`]: undefined;
4470
- [x: `int8[${string}]`]: undefined;
4471
- [x: `int48[${string}]`]: undefined;
4472
- [x: `int56[${string}]`]: undefined;
4473
- [x: `int64[${string}]`]: undefined;
4474
- [x: `int72[${string}]`]: undefined;
4475
- [x: `int80[${string}]`]: undefined;
4476
- [x: `int88[${string}]`]: undefined;
4477
- [x: `int96[${string}]`]: undefined;
4478
- [x: `int104[${string}]`]: undefined;
4479
- [x: `int112[${string}]`]: undefined;
4480
- [x: `int120[${string}]`]: undefined;
4481
- [x: `int128[${string}]`]: undefined;
4482
- [x: `int136[${string}]`]: undefined;
4483
- [x: `int144[${string}]`]: undefined;
4484
- [x: `int152[${string}]`]: undefined;
4315
+ [x: `bytes7[${string}]`]: undefined;
4316
+ [x: `bytes8[${string}]`]: undefined;
4317
+ [x: `bytes9[${string}]`]: undefined;
4318
+ [x: `bytes11[${string}]`]: undefined;
4319
+ [x: `bytes12[${string}]`]: undefined;
4320
+ [x: `bytes13[${string}]`]: undefined;
4321
+ [x: `bytes14[${string}]`]: undefined;
4322
+ [x: `bytes15[${string}]`]: undefined;
4323
+ [x: `bytes16[${string}]`]: undefined;
4324
+ [x: `bytes17[${string}]`]: undefined;
4325
+ [x: `bytes19[${string}]`]: undefined;
4326
+ [x: `bytes20[${string}]`]: undefined;
4327
+ [x: `bytes21[${string}]`]: undefined;
4328
+ [x: `bytes22[${string}]`]: undefined;
4329
+ [x: `bytes23[${string}]`]: undefined;
4330
+ [x: `bytes24[${string}]`]: undefined;
4331
+ [x: `bytes25[${string}]`]: undefined;
4332
+ [x: `bytes26[${string}]`]: undefined;
4333
+ [x: `bytes27[${string}]`]: undefined;
4334
+ [x: `bytes28[${string}]`]: undefined;
4335
+ [x: `bytes29[${string}]`]: undefined;
4336
+ [x: `bytes30[${string}]`]: undefined;
4337
+ [x: `bytes31[${string}]`]: undefined;
4338
+ [x: `bytes32[${string}]`]: undefined;
4339
+ [x: `int[${string}]`]: undefined;
4340
+ [x: `int8[${string}]`]: undefined;
4341
+ [x: `int16[${string}]`]: undefined;
4342
+ [x: `int24[${string}]`]: undefined;
4343
+ [x: `int32[${string}]`]: undefined;
4344
+ [x: `int40[${string}]`]: undefined;
4345
+ [x: `int48[${string}]`]: undefined;
4346
+ [x: `int56[${string}]`]: undefined;
4347
+ [x: `int64[${string}]`]: undefined;
4348
+ [x: `int72[${string}]`]: undefined;
4349
+ [x: `int80[${string}]`]: undefined;
4350
+ [x: `int88[${string}]`]: undefined;
4351
+ [x: `int96[${string}]`]: undefined;
4352
+ [x: `int104[${string}]`]: undefined;
4353
+ [x: `int112[${string}]`]: undefined;
4354
+ [x: `int120[${string}]`]: undefined;
4355
+ [x: `int128[${string}]`]: undefined;
4356
+ [x: `int136[${string}]`]: undefined;
4357
+ [x: `int144[${string}]`]: undefined;
4358
+ [x: `int152[${string}]`]: undefined;
4485
4359
  [x: `int160[${string}]`]: undefined;
4486
4360
  [x: `int168[${string}]`]: undefined;
4487
4361
  [x: `int176[${string}]`]: undefined;
@@ -4496,11 +4370,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4496
4370
  [x: `int248[${string}]`]: undefined;
4497
4371
  [x: `int256[${string}]`]: undefined;
4498
4372
  [x: `uint[${string}]`]: undefined;
4499
- [x: `uint40[${string}]`]: undefined;
4500
- [x: `uint32[${string}]`]: undefined;
4501
- [x: `uint24[${string}]`]: undefined;
4502
- [x: `uint16[${string}]`]: undefined;
4503
4373
  [x: `uint8[${string}]`]: undefined;
4374
+ [x: `uint16[${string}]`]: undefined;
4375
+ [x: `uint24[${string}]`]: undefined;
4376
+ [x: `uint32[${string}]`]: undefined;
4377
+ [x: `uint40[${string}]`]: undefined;
4504
4378
  [x: `uint48[${string}]`]: undefined;
4505
4379
  [x: `uint56[${string}]`]: undefined;
4506
4380
  [x: `uint64[${string}]`]: undefined;
@@ -4536,39 +4410,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4536
4410
  bytes1?: undefined;
4537
4411
  bytes5?: undefined;
4538
4412
  bytes10?: undefined;
4413
+ bytes4?: undefined;
4539
4414
  bytes2?: undefined;
4540
4415
  bytes3?: undefined;
4541
- bytes4?: undefined;
4542
- bytes32?: undefined;
4543
- bytes31?: undefined;
4544
- bytes30?: undefined;
4545
- bytes29?: undefined;
4546
- bytes28?: undefined;
4547
- bytes27?: undefined;
4548
- bytes26?: undefined;
4549
- bytes25?: undefined;
4550
- bytes24?: undefined;
4551
- bytes23?: undefined;
4552
- bytes22?: undefined;
4553
- bytes21?: undefined;
4554
- bytes20?: undefined;
4555
- bytes19?: undefined;
4556
- bytes17?: undefined;
4557
- bytes16?: undefined;
4558
- bytes15?: undefined;
4559
- bytes14?: undefined;
4560
- bytes13?: undefined;
4561
- bytes12?: undefined;
4562
- bytes11?: undefined;
4563
- bytes9?: undefined;
4564
- bytes8?: undefined;
4565
- bytes7?: undefined;
4566
4416
  bytes6?: undefined;
4567
- int40?: undefined;
4568
- int32?: undefined;
4569
- int24?: undefined;
4570
- int16?: undefined;
4417
+ bytes7?: undefined;
4418
+ bytes8?: undefined;
4419
+ bytes9?: undefined;
4420
+ bytes11?: undefined;
4421
+ bytes12?: undefined;
4422
+ bytes13?: undefined;
4423
+ bytes14?: undefined;
4424
+ bytes15?: undefined;
4425
+ bytes16?: undefined;
4426
+ bytes17?: undefined;
4427
+ bytes19?: undefined;
4428
+ bytes20?: undefined;
4429
+ bytes21?: undefined;
4430
+ bytes22?: undefined;
4431
+ bytes23?: undefined;
4432
+ bytes24?: undefined;
4433
+ bytes25?: undefined;
4434
+ bytes26?: undefined;
4435
+ bytes27?: undefined;
4436
+ bytes28?: undefined;
4437
+ bytes29?: undefined;
4438
+ bytes30?: undefined;
4439
+ bytes31?: undefined;
4440
+ bytes32?: undefined;
4571
4441
  int8?: undefined;
4442
+ int16?: undefined;
4443
+ int24?: undefined;
4444
+ int32?: undefined;
4445
+ int40?: undefined;
4572
4446
  int48?: undefined;
4573
4447
  int56?: undefined;
4574
4448
  int64?: undefined;
@@ -4596,11 +4470,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4596
4470
  int240?: undefined;
4597
4471
  int248?: undefined;
4598
4472
  int256?: undefined;
4599
- uint40?: undefined;
4600
- uint32?: undefined;
4601
- uint24?: undefined;
4602
- uint16?: undefined;
4603
4473
  uint8?: undefined;
4474
+ uint16?: undefined;
4475
+ uint24?: undefined;
4476
+ uint32?: undefined;
4477
+ uint40?: undefined;
4604
4478
  uint48?: undefined;
4605
4479
  uint56?: undefined;
4606
4480
  uint64?: undefined;
@@ -4643,40 +4517,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4643
4517
  [x: `bytes1[${string}]`]: undefined;
4644
4518
  [x: `bytes5[${string}]`]: undefined;
4645
4519
  [x: `bytes10[${string}]`]: undefined;
4520
+ [x: `bytes4[${string}]`]: undefined;
4646
4521
  [x: `bytes2[${string}]`]: undefined;
4647
4522
  [x: `bytes3[${string}]`]: undefined;
4648
- [x: `bytes4[${string}]`]: undefined;
4649
- [x: `bytes32[${string}]`]: undefined;
4650
- [x: `bytes31[${string}]`]: undefined;
4651
- [x: `bytes30[${string}]`]: undefined;
4652
- [x: `bytes29[${string}]`]: undefined;
4653
- [x: `bytes28[${string}]`]: undefined;
4654
- [x: `bytes27[${string}]`]: undefined;
4655
- [x: `bytes26[${string}]`]: undefined;
4656
- [x: `bytes25[${string}]`]: undefined;
4657
- [x: `bytes24[${string}]`]: undefined;
4658
- [x: `bytes23[${string}]`]: undefined;
4659
- [x: `bytes22[${string}]`]: undefined;
4660
- [x: `bytes21[${string}]`]: undefined;
4661
- [x: `bytes20[${string}]`]: undefined;
4662
- [x: `bytes19[${string}]`]: undefined;
4663
- [x: `bytes17[${string}]`]: undefined;
4664
- [x: `bytes16[${string}]`]: undefined;
4665
- [x: `bytes15[${string}]`]: undefined;
4666
- [x: `bytes14[${string}]`]: undefined;
4667
- [x: `bytes13[${string}]`]: undefined;
4668
- [x: `bytes12[${string}]`]: undefined;
4669
- [x: `bytes11[${string}]`]: undefined;
4670
- [x: `bytes9[${string}]`]: undefined;
4671
- [x: `bytes8[${string}]`]: undefined;
4672
- [x: `bytes7[${string}]`]: undefined;
4673
4523
  [x: `bytes6[${string}]`]: undefined;
4524
+ [x: `bytes7[${string}]`]: undefined;
4525
+ [x: `bytes8[${string}]`]: undefined;
4526
+ [x: `bytes9[${string}]`]: undefined;
4527
+ [x: `bytes11[${string}]`]: undefined;
4528
+ [x: `bytes12[${string}]`]: undefined;
4529
+ [x: `bytes13[${string}]`]: undefined;
4530
+ [x: `bytes14[${string}]`]: undefined;
4531
+ [x: `bytes15[${string}]`]: undefined;
4532
+ [x: `bytes16[${string}]`]: undefined;
4533
+ [x: `bytes17[${string}]`]: undefined;
4534
+ [x: `bytes19[${string}]`]: undefined;
4535
+ [x: `bytes20[${string}]`]: undefined;
4536
+ [x: `bytes21[${string}]`]: undefined;
4537
+ [x: `bytes22[${string}]`]: undefined;
4538
+ [x: `bytes23[${string}]`]: undefined;
4539
+ [x: `bytes24[${string}]`]: undefined;
4540
+ [x: `bytes25[${string}]`]: undefined;
4541
+ [x: `bytes26[${string}]`]: undefined;
4542
+ [x: `bytes27[${string}]`]: undefined;
4543
+ [x: `bytes28[${string}]`]: undefined;
4544
+ [x: `bytes29[${string}]`]: undefined;
4545
+ [x: `bytes30[${string}]`]: undefined;
4546
+ [x: `bytes31[${string}]`]: undefined;
4547
+ [x: `bytes32[${string}]`]: undefined;
4674
4548
  [x: `int[${string}]`]: undefined;
4675
- [x: `int40[${string}]`]: undefined;
4676
- [x: `int32[${string}]`]: undefined;
4677
- [x: `int24[${string}]`]: undefined;
4678
- [x: `int16[${string}]`]: undefined;
4679
4549
  [x: `int8[${string}]`]: undefined;
4550
+ [x: `int16[${string}]`]: undefined;
4551
+ [x: `int24[${string}]`]: undefined;
4552
+ [x: `int32[${string}]`]: undefined;
4553
+ [x: `int40[${string}]`]: undefined;
4680
4554
  [x: `int48[${string}]`]: undefined;
4681
4555
  [x: `int56[${string}]`]: undefined;
4682
4556
  [x: `int64[${string}]`]: undefined;
@@ -4705,11 +4579,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4705
4579
  [x: `int248[${string}]`]: undefined;
4706
4580
  [x: `int256[${string}]`]: undefined;
4707
4581
  [x: `uint[${string}]`]: undefined;
4708
- [x: `uint40[${string}]`]: undefined;
4709
- [x: `uint32[${string}]`]: undefined;
4710
- [x: `uint24[${string}]`]: undefined;
4711
- [x: `uint16[${string}]`]: undefined;
4712
4582
  [x: `uint8[${string}]`]: undefined;
4583
+ [x: `uint16[${string}]`]: undefined;
4584
+ [x: `uint24[${string}]`]: undefined;
4585
+ [x: `uint32[${string}]`]: undefined;
4586
+ [x: `uint40[${string}]`]: undefined;
4713
4587
  [x: `uint48[${string}]`]: undefined;
4714
4588
  [x: `uint56[${string}]`]: undefined;
4715
4589
  [x: `uint64[${string}]`]: undefined;
@@ -4745,39 +4619,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4745
4619
  bytes1?: undefined;
4746
4620
  bytes5?: undefined;
4747
4621
  bytes10?: undefined;
4622
+ bytes4?: undefined;
4748
4623
  bytes2?: undefined;
4749
4624
  bytes3?: undefined;
4750
- bytes4?: undefined;
4751
- bytes32?: undefined;
4752
- bytes31?: undefined;
4753
- bytes30?: undefined;
4754
- bytes29?: undefined;
4755
- bytes28?: undefined;
4756
- bytes27?: undefined;
4757
- bytes26?: undefined;
4758
- bytes25?: undefined;
4759
- bytes24?: undefined;
4760
- bytes23?: undefined;
4761
- bytes22?: undefined;
4762
- bytes21?: undefined;
4763
- bytes20?: undefined;
4764
- bytes19?: undefined;
4765
- bytes17?: undefined;
4766
- bytes16?: undefined;
4767
- bytes15?: undefined;
4768
- bytes14?: undefined;
4769
- bytes13?: undefined;
4770
- bytes12?: undefined;
4771
- bytes11?: undefined;
4772
- bytes9?: undefined;
4773
- bytes8?: undefined;
4774
- bytes7?: undefined;
4775
4625
  bytes6?: undefined;
4776
- int40?: undefined;
4777
- int32?: undefined;
4778
- int24?: undefined;
4779
- int16?: undefined;
4626
+ bytes7?: undefined;
4627
+ bytes8?: undefined;
4628
+ bytes9?: undefined;
4629
+ bytes11?: undefined;
4630
+ bytes12?: undefined;
4631
+ bytes13?: undefined;
4632
+ bytes14?: undefined;
4633
+ bytes15?: undefined;
4634
+ bytes16?: undefined;
4635
+ bytes17?: undefined;
4636
+ bytes19?: undefined;
4637
+ bytes20?: undefined;
4638
+ bytes21?: undefined;
4639
+ bytes22?: undefined;
4640
+ bytes23?: undefined;
4641
+ bytes24?: undefined;
4642
+ bytes25?: undefined;
4643
+ bytes26?: undefined;
4644
+ bytes27?: undefined;
4645
+ bytes28?: undefined;
4646
+ bytes29?: undefined;
4647
+ bytes30?: undefined;
4648
+ bytes31?: undefined;
4649
+ bytes32?: undefined;
4780
4650
  int8?: undefined;
4651
+ int16?: undefined;
4652
+ int24?: undefined;
4653
+ int32?: undefined;
4654
+ int40?: undefined;
4781
4655
  int48?: undefined;
4782
4656
  int56?: undefined;
4783
4657
  int64?: undefined;
@@ -4805,11 +4679,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4805
4679
  int240?: undefined;
4806
4680
  int248?: undefined;
4807
4681
  int256?: undefined;
4808
- uint40?: undefined;
4809
- uint32?: undefined;
4810
- uint24?: undefined;
4811
- uint16?: undefined;
4812
4682
  uint8?: undefined;
4683
+ uint16?: undefined;
4684
+ uint24?: undefined;
4685
+ uint32?: undefined;
4686
+ uint40?: undefined;
4813
4687
  uint48?: undefined;
4814
4688
  uint56?: undefined;
4815
4689
  uint64?: undefined;
@@ -5040,24 +4914,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5040
4914
  Method: "eth_uninstallFilter";
5041
4915
  Parameters: [filterId: `0x${string}`];
5042
4916
  ReturnType: boolean;
5043
- }, {
5044
- Method: "alchemy_requestPaymasterAndData";
5045
- Parameters: [{
5046
- policyId: string;
5047
- entryPoint: `0x${string}`;
5048
- userOperation: import("@aa-sdk/core").UserOperationRequest;
5049
- }];
5050
- ReturnType: import("..").RequestPaymasterAndDataResponse;
5051
- }, {
5052
- Method: "alchemy_requestGasAndPaymasterAndData";
5053
- Parameters: [{
5054
- policyId: string;
5055
- entryPoint: `0x${string}`;
5056
- userOperation: import("@aa-sdk/core").UserOperationRequest;
5057
- dummySignature: `0x${string}`;
5058
- overrides?: Partial<{}> | undefined;
5059
- }];
5060
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
5061
4917
  }, {
5062
4918
  Method: "alchemy_simulateUserOperationAssetChanges";
5063
4919
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -5126,40 +4982,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5126
4982
  [x: `bytes1[${string}]`]: undefined;
5127
4983
  [x: `bytes5[${string}]`]: undefined;
5128
4984
  [x: `bytes10[${string}]`]: undefined;
4985
+ [x: `bytes4[${string}]`]: undefined;
5129
4986
  [x: `bytes2[${string}]`]: undefined;
5130
4987
  [x: `bytes3[${string}]`]: undefined;
5131
- [x: `bytes4[${string}]`]: undefined;
5132
- [x: `bytes32[${string}]`]: undefined;
5133
- [x: `bytes31[${string}]`]: undefined;
5134
- [x: `bytes30[${string}]`]: undefined;
5135
- [x: `bytes29[${string}]`]: undefined;
5136
- [x: `bytes28[${string}]`]: undefined;
5137
- [x: `bytes27[${string}]`]: undefined;
5138
- [x: `bytes26[${string}]`]: undefined;
5139
- [x: `bytes25[${string}]`]: undefined;
5140
- [x: `bytes24[${string}]`]: undefined;
5141
- [x: `bytes23[${string}]`]: undefined;
5142
- [x: `bytes22[${string}]`]: undefined;
5143
- [x: `bytes21[${string}]`]: undefined;
5144
- [x: `bytes20[${string}]`]: undefined;
5145
- [x: `bytes19[${string}]`]: undefined;
5146
- [x: `bytes17[${string}]`]: undefined;
5147
- [x: `bytes16[${string}]`]: undefined;
5148
- [x: `bytes15[${string}]`]: undefined;
5149
- [x: `bytes14[${string}]`]: undefined;
5150
- [x: `bytes13[${string}]`]: undefined;
5151
- [x: `bytes12[${string}]`]: undefined;
5152
- [x: `bytes11[${string}]`]: undefined;
5153
- [x: `bytes9[${string}]`]: undefined;
5154
- [x: `bytes8[${string}]`]: undefined;
5155
- [x: `bytes7[${string}]`]: undefined;
5156
4988
  [x: `bytes6[${string}]`]: undefined;
4989
+ [x: `bytes7[${string}]`]: undefined;
4990
+ [x: `bytes8[${string}]`]: undefined;
4991
+ [x: `bytes9[${string}]`]: undefined;
4992
+ [x: `bytes11[${string}]`]: undefined;
4993
+ [x: `bytes12[${string}]`]: undefined;
4994
+ [x: `bytes13[${string}]`]: undefined;
4995
+ [x: `bytes14[${string}]`]: undefined;
4996
+ [x: `bytes15[${string}]`]: undefined;
4997
+ [x: `bytes16[${string}]`]: undefined;
4998
+ [x: `bytes17[${string}]`]: undefined;
4999
+ [x: `bytes19[${string}]`]: undefined;
5000
+ [x: `bytes20[${string}]`]: undefined;
5001
+ [x: `bytes21[${string}]`]: undefined;
5002
+ [x: `bytes22[${string}]`]: undefined;
5003
+ [x: `bytes23[${string}]`]: undefined;
5004
+ [x: `bytes24[${string}]`]: undefined;
5005
+ [x: `bytes25[${string}]`]: undefined;
5006
+ [x: `bytes26[${string}]`]: undefined;
5007
+ [x: `bytes27[${string}]`]: undefined;
5008
+ [x: `bytes28[${string}]`]: undefined;
5009
+ [x: `bytes29[${string}]`]: undefined;
5010
+ [x: `bytes30[${string}]`]: undefined;
5011
+ [x: `bytes31[${string}]`]: undefined;
5012
+ [x: `bytes32[${string}]`]: undefined;
5157
5013
  [x: `int[${string}]`]: undefined;
5158
- [x: `int40[${string}]`]: undefined;
5159
- [x: `int32[${string}]`]: undefined;
5160
- [x: `int24[${string}]`]: undefined;
5161
- [x: `int16[${string}]`]: undefined;
5162
5014
  [x: `int8[${string}]`]: undefined;
5015
+ [x: `int16[${string}]`]: undefined;
5016
+ [x: `int24[${string}]`]: undefined;
5017
+ [x: `int32[${string}]`]: undefined;
5018
+ [x: `int40[${string}]`]: undefined;
5163
5019
  [x: `int48[${string}]`]: undefined;
5164
5020
  [x: `int56[${string}]`]: undefined;
5165
5021
  [x: `int64[${string}]`]: undefined;
@@ -5188,11 +5044,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5188
5044
  [x: `int248[${string}]`]: undefined;
5189
5045
  [x: `int256[${string}]`]: undefined;
5190
5046
  [x: `uint[${string}]`]: undefined;
5191
- [x: `uint40[${string}]`]: undefined;
5192
- [x: `uint32[${string}]`]: undefined;
5193
- [x: `uint24[${string}]`]: undefined;
5194
- [x: `uint16[${string}]`]: undefined;
5195
5047
  [x: `uint8[${string}]`]: undefined;
5048
+ [x: `uint16[${string}]`]: undefined;
5049
+ [x: `uint24[${string}]`]: undefined;
5050
+ [x: `uint32[${string}]`]: undefined;
5051
+ [x: `uint40[${string}]`]: undefined;
5196
5052
  [x: `uint48[${string}]`]: undefined;
5197
5053
  [x: `uint56[${string}]`]: undefined;
5198
5054
  [x: `uint64[${string}]`]: undefined;
@@ -5228,39 +5084,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5228
5084
  bytes1?: undefined;
5229
5085
  bytes5?: undefined;
5230
5086
  bytes10?: undefined;
5087
+ bytes4?: undefined;
5231
5088
  bytes2?: undefined;
5232
5089
  bytes3?: undefined;
5233
- bytes4?: undefined;
5234
- bytes32?: undefined;
5235
- bytes31?: undefined;
5236
- bytes30?: undefined;
5237
- bytes29?: undefined;
5238
- bytes28?: undefined;
5239
- bytes27?: undefined;
5240
- bytes26?: undefined;
5241
- bytes25?: undefined;
5242
- bytes24?: undefined;
5243
- bytes23?: undefined;
5244
- bytes22?: undefined;
5245
- bytes21?: undefined;
5246
- bytes20?: undefined;
5247
- bytes19?: undefined;
5248
- bytes17?: undefined;
5249
- bytes16?: undefined;
5250
- bytes15?: undefined;
5251
- bytes14?: undefined;
5252
- bytes13?: undefined;
5253
- bytes12?: undefined;
5254
- bytes11?: undefined;
5255
- bytes9?: undefined;
5256
- bytes8?: undefined;
5257
- bytes7?: undefined;
5258
5090
  bytes6?: undefined;
5259
- int40?: undefined;
5260
- int32?: undefined;
5261
- int24?: undefined;
5262
- int16?: undefined;
5091
+ bytes7?: undefined;
5092
+ bytes8?: undefined;
5093
+ bytes9?: undefined;
5094
+ bytes11?: undefined;
5095
+ bytes12?: undefined;
5096
+ bytes13?: undefined;
5097
+ bytes14?: undefined;
5098
+ bytes15?: undefined;
5099
+ bytes16?: undefined;
5100
+ bytes17?: undefined;
5101
+ bytes19?: undefined;
5102
+ bytes20?: undefined;
5103
+ bytes21?: undefined;
5104
+ bytes22?: undefined;
5105
+ bytes23?: undefined;
5106
+ bytes24?: undefined;
5107
+ bytes25?: undefined;
5108
+ bytes26?: undefined;
5109
+ bytes27?: undefined;
5110
+ bytes28?: undefined;
5111
+ bytes29?: undefined;
5112
+ bytes30?: undefined;
5113
+ bytes31?: undefined;
5114
+ bytes32?: undefined;
5263
5115
  int8?: undefined;
5116
+ int16?: undefined;
5117
+ int24?: undefined;
5118
+ int32?: undefined;
5119
+ int40?: undefined;
5264
5120
  int48?: undefined;
5265
5121
  int56?: undefined;
5266
5122
  int64?: undefined;
@@ -5288,11 +5144,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5288
5144
  int240?: undefined;
5289
5145
  int248?: undefined;
5290
5146
  int256?: undefined;
5291
- uint40?: undefined;
5292
- uint32?: undefined;
5293
- uint24?: undefined;
5294
- uint16?: undefined;
5295
5147
  uint8?: undefined;
5148
+ uint16?: undefined;
5149
+ uint24?: undefined;
5150
+ uint32?: undefined;
5151
+ uint40?: undefined;
5296
5152
  uint48?: undefined;
5297
5153
  uint56?: undefined;
5298
5154
  uint64?: undefined;
@@ -5335,40 +5191,40 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5335
5191
  [x: `bytes1[${string}]`]: undefined;
5336
5192
  [x: `bytes5[${string}]`]: undefined;
5337
5193
  [x: `bytes10[${string}]`]: undefined;
5194
+ [x: `bytes4[${string}]`]: undefined;
5338
5195
  [x: `bytes2[${string}]`]: undefined;
5339
5196
  [x: `bytes3[${string}]`]: undefined;
5340
- [x: `bytes4[${string}]`]: undefined;
5341
- [x: `bytes32[${string}]`]: undefined;
5342
- [x: `bytes31[${string}]`]: undefined;
5343
- [x: `bytes30[${string}]`]: undefined;
5344
- [x: `bytes29[${string}]`]: undefined;
5345
- [x: `bytes28[${string}]`]: undefined;
5346
- [x: `bytes27[${string}]`]: undefined;
5347
- [x: `bytes26[${string}]`]: undefined;
5348
- [x: `bytes25[${string}]`]: undefined;
5349
- [x: `bytes24[${string}]`]: undefined;
5350
- [x: `bytes23[${string}]`]: undefined;
5351
- [x: `bytes22[${string}]`]: undefined;
5352
- [x: `bytes21[${string}]`]: undefined;
5353
- [x: `bytes20[${string}]`]: undefined;
5354
- [x: `bytes19[${string}]`]: undefined;
5355
- [x: `bytes17[${string}]`]: undefined;
5356
- [x: `bytes16[${string}]`]: undefined;
5357
- [x: `bytes15[${string}]`]: undefined;
5358
- [x: `bytes14[${string}]`]: undefined;
5359
- [x: `bytes13[${string}]`]: undefined;
5360
- [x: `bytes12[${string}]`]: undefined;
5361
- [x: `bytes11[${string}]`]: undefined;
5362
- [x: `bytes9[${string}]`]: undefined;
5363
- [x: `bytes8[${string}]`]: undefined;
5364
- [x: `bytes7[${string}]`]: undefined;
5365
5197
  [x: `bytes6[${string}]`]: undefined;
5198
+ [x: `bytes7[${string}]`]: undefined;
5199
+ [x: `bytes8[${string}]`]: undefined;
5200
+ [x: `bytes9[${string}]`]: undefined;
5201
+ [x: `bytes11[${string}]`]: undefined;
5202
+ [x: `bytes12[${string}]`]: undefined;
5203
+ [x: `bytes13[${string}]`]: undefined;
5204
+ [x: `bytes14[${string}]`]: undefined;
5205
+ [x: `bytes15[${string}]`]: undefined;
5206
+ [x: `bytes16[${string}]`]: undefined;
5207
+ [x: `bytes17[${string}]`]: undefined;
5208
+ [x: `bytes19[${string}]`]: undefined;
5209
+ [x: `bytes20[${string}]`]: undefined;
5210
+ [x: `bytes21[${string}]`]: undefined;
5211
+ [x: `bytes22[${string}]`]: undefined;
5212
+ [x: `bytes23[${string}]`]: undefined;
5213
+ [x: `bytes24[${string}]`]: undefined;
5214
+ [x: `bytes25[${string}]`]: undefined;
5215
+ [x: `bytes26[${string}]`]: undefined;
5216
+ [x: `bytes27[${string}]`]: undefined;
5217
+ [x: `bytes28[${string}]`]: undefined;
5218
+ [x: `bytes29[${string}]`]: undefined;
5219
+ [x: `bytes30[${string}]`]: undefined;
5220
+ [x: `bytes31[${string}]`]: undefined;
5221
+ [x: `bytes32[${string}]`]: undefined;
5366
5222
  [x: `int[${string}]`]: undefined;
5367
- [x: `int40[${string}]`]: undefined;
5368
- [x: `int32[${string}]`]: undefined;
5369
- [x: `int24[${string}]`]: undefined;
5370
- [x: `int16[${string}]`]: undefined;
5371
5223
  [x: `int8[${string}]`]: undefined;
5224
+ [x: `int16[${string}]`]: undefined;
5225
+ [x: `int24[${string}]`]: undefined;
5226
+ [x: `int32[${string}]`]: undefined;
5227
+ [x: `int40[${string}]`]: undefined;
5372
5228
  [x: `int48[${string}]`]: undefined;
5373
5229
  [x: `int56[${string}]`]: undefined;
5374
5230
  [x: `int64[${string}]`]: undefined;
@@ -5397,11 +5253,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5397
5253
  [x: `int248[${string}]`]: undefined;
5398
5254
  [x: `int256[${string}]`]: undefined;
5399
5255
  [x: `uint[${string}]`]: undefined;
5400
- [x: `uint40[${string}]`]: undefined;
5401
- [x: `uint32[${string}]`]: undefined;
5402
- [x: `uint24[${string}]`]: undefined;
5403
- [x: `uint16[${string}]`]: undefined;
5404
5256
  [x: `uint8[${string}]`]: undefined;
5257
+ [x: `uint16[${string}]`]: undefined;
5258
+ [x: `uint24[${string}]`]: undefined;
5259
+ [x: `uint32[${string}]`]: undefined;
5260
+ [x: `uint40[${string}]`]: undefined;
5405
5261
  [x: `uint48[${string}]`]: undefined;
5406
5262
  [x: `uint56[${string}]`]: undefined;
5407
5263
  [x: `uint64[${string}]`]: undefined;
@@ -5437,39 +5293,39 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5437
5293
  bytes1?: undefined;
5438
5294
  bytes5?: undefined;
5439
5295
  bytes10?: undefined;
5296
+ bytes4?: undefined;
5440
5297
  bytes2?: undefined;
5441
5298
  bytes3?: undefined;
5442
- bytes4?: undefined;
5443
- bytes32?: undefined;
5444
- bytes31?: undefined;
5445
- bytes30?: undefined;
5446
- bytes29?: undefined;
5447
- bytes28?: undefined;
5448
- bytes27?: undefined;
5449
- bytes26?: undefined;
5450
- bytes25?: undefined;
5451
- bytes24?: undefined;
5452
- bytes23?: undefined;
5453
- bytes22?: undefined;
5454
- bytes21?: undefined;
5455
- bytes20?: undefined;
5456
- bytes19?: undefined;
5457
- bytes17?: undefined;
5458
- bytes16?: undefined;
5459
- bytes15?: undefined;
5460
- bytes14?: undefined;
5461
- bytes13?: undefined;
5462
- bytes12?: undefined;
5463
- bytes11?: undefined;
5464
- bytes9?: undefined;
5465
- bytes8?: undefined;
5466
- bytes7?: undefined;
5467
5299
  bytes6?: undefined;
5468
- int40?: undefined;
5469
- int32?: undefined;
5470
- int24?: undefined;
5471
- int16?: undefined;
5300
+ bytes7?: undefined;
5301
+ bytes8?: undefined;
5302
+ bytes9?: undefined;
5303
+ bytes11?: undefined;
5304
+ bytes12?: undefined;
5305
+ bytes13?: undefined;
5306
+ bytes14?: undefined;
5307
+ bytes15?: undefined;
5308
+ bytes16?: undefined;
5309
+ bytes17?: undefined;
5310
+ bytes19?: undefined;
5311
+ bytes20?: undefined;
5312
+ bytes21?: undefined;
5313
+ bytes22?: undefined;
5314
+ bytes23?: undefined;
5315
+ bytes24?: undefined;
5316
+ bytes25?: undefined;
5317
+ bytes26?: undefined;
5318
+ bytes27?: undefined;
5319
+ bytes28?: undefined;
5320
+ bytes29?: undefined;
5321
+ bytes30?: undefined;
5322
+ bytes31?: undefined;
5323
+ bytes32?: undefined;
5472
5324
  int8?: undefined;
5325
+ int16?: undefined;
5326
+ int24?: undefined;
5327
+ int32?: undefined;
5328
+ int40?: undefined;
5473
5329
  int48?: undefined;
5474
5330
  int56?: undefined;
5475
5331
  int64?: undefined;
@@ -5497,11 +5353,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5497
5353
  int240?: undefined;
5498
5354
  int248?: undefined;
5499
5355
  int256?: undefined;
5500
- uint40?: undefined;
5501
- uint32?: undefined;
5502
- uint24?: undefined;
5503
- uint16?: undefined;
5504
5356
  uint8?: undefined;
5357
+ uint16?: undefined;
5358
+ uint24?: undefined;
5359
+ uint32?: undefined;
5360
+ uint40?: undefined;
5505
5361
  uint48?: undefined;
5506
5362
  uint56?: undefined;
5507
5363
  uint64?: undefined;