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

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 (57) hide show
  1. package/dist/cjs/chains.d.ts +19 -0
  2. package/dist/cjs/chains.js +166 -1
  3. package/dist/cjs/chains.js.map +1 -1
  4. package/dist/cjs/client/decorators/alchemyEnhancedApis.d.ts +128 -128
  5. package/dist/cjs/client/isAlchemySmartAccountClient.d.ts +128 -128
  6. package/dist/cjs/client/rpcClient.js.map +1 -1
  7. package/dist/cjs/defaults.js +7 -7
  8. package/dist/cjs/defaults.js.map +1 -1
  9. package/dist/cjs/gas-manager.js +16 -16
  10. package/dist/cjs/gas-manager.js.map +1 -1
  11. package/dist/cjs/index.d.ts +1 -1
  12. package/dist/cjs/index.js +20 -1
  13. package/dist/cjs/index.js.map +1 -1
  14. package/dist/cjs/schema.js +3 -10
  15. package/dist/cjs/schema.js.map +1 -1
  16. package/dist/cjs/version.d.ts +1 -1
  17. package/dist/cjs/version.js +1 -1
  18. package/dist/cjs/version.js.map +1 -1
  19. package/dist/esm/chains.d.ts +19 -0
  20. package/dist/esm/chains.js +165 -0
  21. package/dist/esm/chains.js.map +1 -1
  22. package/dist/esm/client/decorators/alchemyEnhancedApis.d.ts +128 -128
  23. package/dist/esm/client/isAlchemySmartAccountClient.d.ts +128 -128
  24. package/dist/esm/client/rpcClient.js.map +1 -1
  25. package/dist/esm/defaults.js +2 -1
  26. package/dist/esm/defaults.js.map +1 -1
  27. package/dist/esm/gas-manager.js +1 -1
  28. package/dist/esm/gas-manager.js.map +1 -1
  29. package/dist/esm/index.d.ts +1 -1
  30. package/dist/esm/index.js +1 -1
  31. package/dist/esm/index.js.map +1 -1
  32. package/dist/esm/schema.js +4 -11
  33. package/dist/esm/schema.js.map +1 -1
  34. package/dist/esm/version.d.ts +1 -1
  35. package/dist/esm/version.js +1 -1
  36. package/dist/esm/version.js.map +1 -1
  37. package/dist/types/chains.d.ts +19 -0
  38. package/dist/types/chains.d.ts.map +1 -1
  39. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts +128 -128
  40. package/dist/types/client/isAlchemySmartAccountClient.d.ts +128 -128
  41. package/dist/types/client/rpcClient.d.ts +1 -1
  42. package/dist/types/defaults.d.ts +1 -1
  43. package/dist/types/defaults.d.ts.map +1 -1
  44. package/dist/types/gas-manager.d.ts +1 -1
  45. package/dist/types/gas-manager.d.ts.map +1 -1
  46. package/dist/types/index.d.ts +1 -1
  47. package/dist/types/index.d.ts.map +1 -1
  48. package/dist/types/schema.d.ts.map +1 -1
  49. package/dist/types/version.d.ts +1 -1
  50. package/package.json +3 -3
  51. package/src/chains.ts +195 -0
  52. package/src/client/rpcClient.ts +1 -1
  53. package/src/defaults.ts +4 -4
  54. package/src/gas-manager.ts +3 -3
  55. package/src/index.ts +22 -1
  56. package/src/schema.ts +3 -11
  57. package/src/version.ts +1 -1
@@ -293,11 +293,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
293
293
  [x: `address[${string}]`]: undefined;
294
294
  [x: `bool[${string}]`]: undefined;
295
295
  [x: `bytes[${string}]`]: undefined;
296
+ [x: `bytes18[${string}]`]: undefined;
297
+ [x: `bytes1[${string}]`]: undefined;
298
+ [x: `bytes5[${string}]`]: undefined;
299
+ [x: `bytes10[${string}]`]: undefined;
296
300
  [x: `bytes2[${string}]`]: undefined;
297
301
  [x: `bytes3[${string}]`]: undefined;
298
- [x: `bytes1[${string}]`]: undefined;
299
302
  [x: `bytes4[${string}]`]: undefined;
300
- [x: `bytes5[${string}]`]: undefined;
301
303
  [x: `bytes32[${string}]`]: undefined;
302
304
  [x: `bytes31[${string}]`]: undefined;
303
305
  [x: `bytes30[${string}]`]: undefined;
@@ -312,7 +314,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
312
314
  [x: `bytes21[${string}]`]: undefined;
313
315
  [x: `bytes20[${string}]`]: undefined;
314
316
  [x: `bytes19[${string}]`]: undefined;
315
- [x: `bytes18[${string}]`]: undefined;
316
317
  [x: `bytes17[${string}]`]: undefined;
317
318
  [x: `bytes16[${string}]`]: undefined;
318
319
  [x: `bytes15[${string}]`]: undefined;
@@ -320,7 +321,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
320
321
  [x: `bytes13[${string}]`]: undefined;
321
322
  [x: `bytes12[${string}]`]: undefined;
322
323
  [x: `bytes11[${string}]`]: undefined;
323
- [x: `bytes10[${string}]`]: undefined;
324
324
  [x: `bytes9[${string}]`]: undefined;
325
325
  [x: `bytes8[${string}]`]: undefined;
326
326
  [x: `bytes7[${string}]`]: undefined;
@@ -395,11 +395,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
395
395
  address?: undefined;
396
396
  bool?: undefined;
397
397
  bytes?: undefined;
398
+ bytes18?: undefined;
399
+ bytes1?: undefined;
400
+ bytes5?: undefined;
401
+ bytes10?: undefined;
398
402
  bytes2?: undefined;
399
403
  bytes3?: undefined;
400
- bytes1?: undefined;
401
404
  bytes4?: undefined;
402
- bytes5?: undefined;
403
405
  bytes32?: undefined;
404
406
  bytes31?: undefined;
405
407
  bytes30?: undefined;
@@ -414,7 +416,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
414
416
  bytes21?: undefined;
415
417
  bytes20?: undefined;
416
418
  bytes19?: undefined;
417
- bytes18?: undefined;
418
419
  bytes17?: undefined;
419
420
  bytes16?: undefined;
420
421
  bytes15?: undefined;
@@ -422,7 +423,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
422
423
  bytes13?: undefined;
423
424
  bytes12?: undefined;
424
425
  bytes11?: undefined;
425
- bytes10?: undefined;
426
426
  bytes9?: undefined;
427
427
  bytes8?: undefined;
428
428
  bytes7?: undefined;
@@ -502,11 +502,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
502
502
  [x: `address[${string}]`]: undefined;
503
503
  [x: `bool[${string}]`]: undefined;
504
504
  [x: `bytes[${string}]`]: undefined;
505
+ [x: `bytes18[${string}]`]: undefined;
506
+ [x: `bytes1[${string}]`]: undefined;
507
+ [x: `bytes5[${string}]`]: undefined;
508
+ [x: `bytes10[${string}]`]: undefined;
505
509
  [x: `bytes2[${string}]`]: undefined;
506
510
  [x: `bytes3[${string}]`]: undefined;
507
- [x: `bytes1[${string}]`]: undefined;
508
511
  [x: `bytes4[${string}]`]: undefined;
509
- [x: `bytes5[${string}]`]: undefined;
510
512
  [x: `bytes32[${string}]`]: undefined;
511
513
  [x: `bytes31[${string}]`]: undefined;
512
514
  [x: `bytes30[${string}]`]: undefined;
@@ -521,7 +523,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
521
523
  [x: `bytes21[${string}]`]: undefined;
522
524
  [x: `bytes20[${string}]`]: undefined;
523
525
  [x: `bytes19[${string}]`]: undefined;
524
- [x: `bytes18[${string}]`]: undefined;
525
526
  [x: `bytes17[${string}]`]: undefined;
526
527
  [x: `bytes16[${string}]`]: undefined;
527
528
  [x: `bytes15[${string}]`]: undefined;
@@ -529,7 +530,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
529
530
  [x: `bytes13[${string}]`]: undefined;
530
531
  [x: `bytes12[${string}]`]: undefined;
531
532
  [x: `bytes11[${string}]`]: undefined;
532
- [x: `bytes10[${string}]`]: undefined;
533
533
  [x: `bytes9[${string}]`]: undefined;
534
534
  [x: `bytes8[${string}]`]: undefined;
535
535
  [x: `bytes7[${string}]`]: undefined;
@@ -604,11 +604,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
604
604
  address?: undefined;
605
605
  bool?: undefined;
606
606
  bytes?: undefined;
607
+ bytes18?: undefined;
608
+ bytes1?: undefined;
609
+ bytes5?: undefined;
610
+ bytes10?: undefined;
607
611
  bytes2?: undefined;
608
612
  bytes3?: undefined;
609
- bytes1?: undefined;
610
613
  bytes4?: undefined;
611
- bytes5?: undefined;
612
614
  bytes32?: undefined;
613
615
  bytes31?: undefined;
614
616
  bytes30?: undefined;
@@ -623,7 +625,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
623
625
  bytes21?: undefined;
624
626
  bytes20?: undefined;
625
627
  bytes19?: undefined;
626
- bytes18?: undefined;
627
628
  bytes17?: undefined;
628
629
  bytes16?: undefined;
629
630
  bytes15?: undefined;
@@ -631,7 +632,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
631
632
  bytes13?: undefined;
632
633
  bytes12?: undefined;
633
634
  bytes11?: undefined;
634
- bytes10?: undefined;
635
635
  bytes9?: undefined;
636
636
  bytes8?: undefined;
637
637
  bytes7?: undefined;
@@ -985,11 +985,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
985
985
  [x: `address[${string}]`]: undefined;
986
986
  [x: `bool[${string}]`]: undefined;
987
987
  [x: `bytes[${string}]`]: undefined;
988
+ [x: `bytes18[${string}]`]: undefined;
989
+ [x: `bytes1[${string}]`]: undefined;
990
+ [x: `bytes5[${string}]`]: undefined;
991
+ [x: `bytes10[${string}]`]: undefined;
988
992
  [x: `bytes2[${string}]`]: undefined;
989
993
  [x: `bytes3[${string}]`]: undefined;
990
- [x: `bytes1[${string}]`]: undefined;
991
994
  [x: `bytes4[${string}]`]: undefined;
992
- [x: `bytes5[${string}]`]: undefined;
993
995
  [x: `bytes32[${string}]`]: undefined;
994
996
  [x: `bytes31[${string}]`]: undefined;
995
997
  [x: `bytes30[${string}]`]: undefined;
@@ -1004,7 +1006,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1004
1006
  [x: `bytes21[${string}]`]: undefined;
1005
1007
  [x: `bytes20[${string}]`]: undefined;
1006
1008
  [x: `bytes19[${string}]`]: undefined;
1007
- [x: `bytes18[${string}]`]: undefined;
1008
1009
  [x: `bytes17[${string}]`]: undefined;
1009
1010
  [x: `bytes16[${string}]`]: undefined;
1010
1011
  [x: `bytes15[${string}]`]: undefined;
@@ -1012,7 +1013,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1012
1013
  [x: `bytes13[${string}]`]: undefined;
1013
1014
  [x: `bytes12[${string}]`]: undefined;
1014
1015
  [x: `bytes11[${string}]`]: undefined;
1015
- [x: `bytes10[${string}]`]: undefined;
1016
1016
  [x: `bytes9[${string}]`]: undefined;
1017
1017
  [x: `bytes8[${string}]`]: undefined;
1018
1018
  [x: `bytes7[${string}]`]: undefined;
@@ -1087,11 +1087,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1087
1087
  address?: undefined;
1088
1088
  bool?: undefined;
1089
1089
  bytes?: undefined;
1090
+ bytes18?: undefined;
1091
+ bytes1?: undefined;
1092
+ bytes5?: undefined;
1093
+ bytes10?: undefined;
1090
1094
  bytes2?: undefined;
1091
1095
  bytes3?: undefined;
1092
- bytes1?: undefined;
1093
1096
  bytes4?: undefined;
1094
- bytes5?: undefined;
1095
1097
  bytes32?: undefined;
1096
1098
  bytes31?: undefined;
1097
1099
  bytes30?: undefined;
@@ -1106,7 +1108,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1106
1108
  bytes21?: undefined;
1107
1109
  bytes20?: undefined;
1108
1110
  bytes19?: undefined;
1109
- bytes18?: undefined;
1110
1111
  bytes17?: undefined;
1111
1112
  bytes16?: undefined;
1112
1113
  bytes15?: undefined;
@@ -1114,7 +1115,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1114
1115
  bytes13?: undefined;
1115
1116
  bytes12?: undefined;
1116
1117
  bytes11?: undefined;
1117
- bytes10?: undefined;
1118
1118
  bytes9?: undefined;
1119
1119
  bytes8?: undefined;
1120
1120
  bytes7?: undefined;
@@ -1194,11 +1194,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1194
1194
  [x: `address[${string}]`]: undefined;
1195
1195
  [x: `bool[${string}]`]: undefined;
1196
1196
  [x: `bytes[${string}]`]: undefined;
1197
+ [x: `bytes18[${string}]`]: undefined;
1198
+ [x: `bytes1[${string}]`]: undefined;
1199
+ [x: `bytes5[${string}]`]: undefined;
1200
+ [x: `bytes10[${string}]`]: undefined;
1197
1201
  [x: `bytes2[${string}]`]: undefined;
1198
1202
  [x: `bytes3[${string}]`]: undefined;
1199
- [x: `bytes1[${string}]`]: undefined;
1200
1203
  [x: `bytes4[${string}]`]: undefined;
1201
- [x: `bytes5[${string}]`]: undefined;
1202
1204
  [x: `bytes32[${string}]`]: undefined;
1203
1205
  [x: `bytes31[${string}]`]: undefined;
1204
1206
  [x: `bytes30[${string}]`]: undefined;
@@ -1213,7 +1215,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1213
1215
  [x: `bytes21[${string}]`]: undefined;
1214
1216
  [x: `bytes20[${string}]`]: undefined;
1215
1217
  [x: `bytes19[${string}]`]: undefined;
1216
- [x: `bytes18[${string}]`]: undefined;
1217
1218
  [x: `bytes17[${string}]`]: undefined;
1218
1219
  [x: `bytes16[${string}]`]: undefined;
1219
1220
  [x: `bytes15[${string}]`]: undefined;
@@ -1221,7 +1222,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1221
1222
  [x: `bytes13[${string}]`]: undefined;
1222
1223
  [x: `bytes12[${string}]`]: undefined;
1223
1224
  [x: `bytes11[${string}]`]: undefined;
1224
- [x: `bytes10[${string}]`]: undefined;
1225
1225
  [x: `bytes9[${string}]`]: undefined;
1226
1226
  [x: `bytes8[${string}]`]: undefined;
1227
1227
  [x: `bytes7[${string}]`]: undefined;
@@ -1296,11 +1296,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1296
1296
  address?: undefined;
1297
1297
  bool?: undefined;
1298
1298
  bytes?: undefined;
1299
+ bytes18?: undefined;
1300
+ bytes1?: undefined;
1301
+ bytes5?: undefined;
1302
+ bytes10?: undefined;
1299
1303
  bytes2?: undefined;
1300
1304
  bytes3?: undefined;
1301
- bytes1?: undefined;
1302
1305
  bytes4?: undefined;
1303
- bytes5?: undefined;
1304
1306
  bytes32?: undefined;
1305
1307
  bytes31?: undefined;
1306
1308
  bytes30?: undefined;
@@ -1315,7 +1317,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1315
1317
  bytes21?: undefined;
1316
1318
  bytes20?: undefined;
1317
1319
  bytes19?: undefined;
1318
- bytes18?: undefined;
1319
1320
  bytes17?: undefined;
1320
1321
  bytes16?: undefined;
1321
1322
  bytes15?: undefined;
@@ -1323,7 +1324,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1323
1324
  bytes13?: undefined;
1324
1325
  bytes12?: undefined;
1325
1326
  bytes11?: undefined;
1326
- bytes10?: undefined;
1327
1327
  bytes9?: undefined;
1328
1328
  bytes8?: undefined;
1329
1329
  bytes7?: undefined;
@@ -1677,11 +1677,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1677
1677
  [x: `address[${string}]`]: undefined;
1678
1678
  [x: `bool[${string}]`]: undefined;
1679
1679
  [x: `bytes[${string}]`]: undefined;
1680
+ [x: `bytes18[${string}]`]: undefined;
1681
+ [x: `bytes1[${string}]`]: undefined;
1682
+ [x: `bytes5[${string}]`]: undefined;
1683
+ [x: `bytes10[${string}]`]: undefined;
1680
1684
  [x: `bytes2[${string}]`]: undefined;
1681
1685
  [x: `bytes3[${string}]`]: undefined;
1682
- [x: `bytes1[${string}]`]: undefined;
1683
1686
  [x: `bytes4[${string}]`]: undefined;
1684
- [x: `bytes5[${string}]`]: undefined;
1685
1687
  [x: `bytes32[${string}]`]: undefined;
1686
1688
  [x: `bytes31[${string}]`]: undefined;
1687
1689
  [x: `bytes30[${string}]`]: undefined;
@@ -1696,7 +1698,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1696
1698
  [x: `bytes21[${string}]`]: undefined;
1697
1699
  [x: `bytes20[${string}]`]: undefined;
1698
1700
  [x: `bytes19[${string}]`]: undefined;
1699
- [x: `bytes18[${string}]`]: undefined;
1700
1701
  [x: `bytes17[${string}]`]: undefined;
1701
1702
  [x: `bytes16[${string}]`]: undefined;
1702
1703
  [x: `bytes15[${string}]`]: undefined;
@@ -1704,7 +1705,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1704
1705
  [x: `bytes13[${string}]`]: undefined;
1705
1706
  [x: `bytes12[${string}]`]: undefined;
1706
1707
  [x: `bytes11[${string}]`]: undefined;
1707
- [x: `bytes10[${string}]`]: undefined;
1708
1708
  [x: `bytes9[${string}]`]: undefined;
1709
1709
  [x: `bytes8[${string}]`]: undefined;
1710
1710
  [x: `bytes7[${string}]`]: undefined;
@@ -1779,11 +1779,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1779
1779
  address?: undefined;
1780
1780
  bool?: undefined;
1781
1781
  bytes?: undefined;
1782
+ bytes18?: undefined;
1783
+ bytes1?: undefined;
1784
+ bytes5?: undefined;
1785
+ bytes10?: undefined;
1782
1786
  bytes2?: undefined;
1783
1787
  bytes3?: undefined;
1784
- bytes1?: undefined;
1785
1788
  bytes4?: undefined;
1786
- bytes5?: undefined;
1787
1789
  bytes32?: undefined;
1788
1790
  bytes31?: undefined;
1789
1791
  bytes30?: undefined;
@@ -1798,7 +1800,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1798
1800
  bytes21?: undefined;
1799
1801
  bytes20?: undefined;
1800
1802
  bytes19?: undefined;
1801
- bytes18?: undefined;
1802
1803
  bytes17?: undefined;
1803
1804
  bytes16?: undefined;
1804
1805
  bytes15?: undefined;
@@ -1806,7 +1807,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1806
1807
  bytes13?: undefined;
1807
1808
  bytes12?: undefined;
1808
1809
  bytes11?: undefined;
1809
- bytes10?: undefined;
1810
1810
  bytes9?: undefined;
1811
1811
  bytes8?: undefined;
1812
1812
  bytes7?: undefined;
@@ -1886,11 +1886,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1886
1886
  [x: `address[${string}]`]: undefined;
1887
1887
  [x: `bool[${string}]`]: undefined;
1888
1888
  [x: `bytes[${string}]`]: undefined;
1889
+ [x: `bytes18[${string}]`]: undefined;
1890
+ [x: `bytes1[${string}]`]: undefined;
1891
+ [x: `bytes5[${string}]`]: undefined;
1892
+ [x: `bytes10[${string}]`]: undefined;
1889
1893
  [x: `bytes2[${string}]`]: undefined;
1890
1894
  [x: `bytes3[${string}]`]: undefined;
1891
- [x: `bytes1[${string}]`]: undefined;
1892
1895
  [x: `bytes4[${string}]`]: undefined;
1893
- [x: `bytes5[${string}]`]: undefined;
1894
1896
  [x: `bytes32[${string}]`]: undefined;
1895
1897
  [x: `bytes31[${string}]`]: undefined;
1896
1898
  [x: `bytes30[${string}]`]: undefined;
@@ -1905,7 +1907,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1905
1907
  [x: `bytes21[${string}]`]: undefined;
1906
1908
  [x: `bytes20[${string}]`]: undefined;
1907
1909
  [x: `bytes19[${string}]`]: undefined;
1908
- [x: `bytes18[${string}]`]: undefined;
1909
1910
  [x: `bytes17[${string}]`]: undefined;
1910
1911
  [x: `bytes16[${string}]`]: undefined;
1911
1912
  [x: `bytes15[${string}]`]: undefined;
@@ -1913,7 +1914,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1913
1914
  [x: `bytes13[${string}]`]: undefined;
1914
1915
  [x: `bytes12[${string}]`]: undefined;
1915
1916
  [x: `bytes11[${string}]`]: undefined;
1916
- [x: `bytes10[${string}]`]: undefined;
1917
1917
  [x: `bytes9[${string}]`]: undefined;
1918
1918
  [x: `bytes8[${string}]`]: undefined;
1919
1919
  [x: `bytes7[${string}]`]: undefined;
@@ -1988,11 +1988,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1988
1988
  address?: undefined;
1989
1989
  bool?: undefined;
1990
1990
  bytes?: undefined;
1991
+ bytes18?: undefined;
1992
+ bytes1?: undefined;
1993
+ bytes5?: undefined;
1994
+ bytes10?: undefined;
1991
1995
  bytes2?: undefined;
1992
1996
  bytes3?: undefined;
1993
- bytes1?: undefined;
1994
1997
  bytes4?: undefined;
1995
- bytes5?: undefined;
1996
1998
  bytes32?: undefined;
1997
1999
  bytes31?: undefined;
1998
2000
  bytes30?: undefined;
@@ -2007,7 +2009,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2007
2009
  bytes21?: undefined;
2008
2010
  bytes20?: undefined;
2009
2011
  bytes19?: undefined;
2010
- bytes18?: undefined;
2011
2012
  bytes17?: undefined;
2012
2013
  bytes16?: undefined;
2013
2014
  bytes15?: undefined;
@@ -2015,7 +2016,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2015
2016
  bytes13?: undefined;
2016
2017
  bytes12?: undefined;
2017
2018
  bytes11?: undefined;
2018
- bytes10?: undefined;
2019
2019
  bytes9?: undefined;
2020
2020
  bytes8?: undefined;
2021
2021
  bytes7?: undefined;
@@ -2369,11 +2369,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2369
2369
  [x: `address[${string}]`]: undefined;
2370
2370
  [x: `bool[${string}]`]: undefined;
2371
2371
  [x: `bytes[${string}]`]: undefined;
2372
+ [x: `bytes18[${string}]`]: undefined;
2373
+ [x: `bytes1[${string}]`]: undefined;
2374
+ [x: `bytes5[${string}]`]: undefined;
2375
+ [x: `bytes10[${string}]`]: undefined;
2372
2376
  [x: `bytes2[${string}]`]: undefined;
2373
2377
  [x: `bytes3[${string}]`]: undefined;
2374
- [x: `bytes1[${string}]`]: undefined;
2375
2378
  [x: `bytes4[${string}]`]: undefined;
2376
- [x: `bytes5[${string}]`]: undefined;
2377
2379
  [x: `bytes32[${string}]`]: undefined;
2378
2380
  [x: `bytes31[${string}]`]: undefined;
2379
2381
  [x: `bytes30[${string}]`]: undefined;
@@ -2388,7 +2390,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2388
2390
  [x: `bytes21[${string}]`]: undefined;
2389
2391
  [x: `bytes20[${string}]`]: undefined;
2390
2392
  [x: `bytes19[${string}]`]: undefined;
2391
- [x: `bytes18[${string}]`]: undefined;
2392
2393
  [x: `bytes17[${string}]`]: undefined;
2393
2394
  [x: `bytes16[${string}]`]: undefined;
2394
2395
  [x: `bytes15[${string}]`]: undefined;
@@ -2396,7 +2397,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2396
2397
  [x: `bytes13[${string}]`]: undefined;
2397
2398
  [x: `bytes12[${string}]`]: undefined;
2398
2399
  [x: `bytes11[${string}]`]: undefined;
2399
- [x: `bytes10[${string}]`]: undefined;
2400
2400
  [x: `bytes9[${string}]`]: undefined;
2401
2401
  [x: `bytes8[${string}]`]: undefined;
2402
2402
  [x: `bytes7[${string}]`]: undefined;
@@ -2471,11 +2471,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2471
2471
  address?: undefined;
2472
2472
  bool?: undefined;
2473
2473
  bytes?: undefined;
2474
+ bytes18?: undefined;
2475
+ bytes1?: undefined;
2476
+ bytes5?: undefined;
2477
+ bytes10?: undefined;
2474
2478
  bytes2?: undefined;
2475
2479
  bytes3?: undefined;
2476
- bytes1?: undefined;
2477
2480
  bytes4?: undefined;
2478
- bytes5?: undefined;
2479
2481
  bytes32?: undefined;
2480
2482
  bytes31?: undefined;
2481
2483
  bytes30?: undefined;
@@ -2490,7 +2492,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2490
2492
  bytes21?: undefined;
2491
2493
  bytes20?: undefined;
2492
2494
  bytes19?: undefined;
2493
- bytes18?: undefined;
2494
2495
  bytes17?: undefined;
2495
2496
  bytes16?: undefined;
2496
2497
  bytes15?: undefined;
@@ -2498,7 +2499,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2498
2499
  bytes13?: undefined;
2499
2500
  bytes12?: undefined;
2500
2501
  bytes11?: undefined;
2501
- bytes10?: undefined;
2502
2502
  bytes9?: undefined;
2503
2503
  bytes8?: undefined;
2504
2504
  bytes7?: undefined;
@@ -2578,11 +2578,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2578
2578
  [x: `address[${string}]`]: undefined;
2579
2579
  [x: `bool[${string}]`]: undefined;
2580
2580
  [x: `bytes[${string}]`]: undefined;
2581
+ [x: `bytes18[${string}]`]: undefined;
2582
+ [x: `bytes1[${string}]`]: undefined;
2583
+ [x: `bytes5[${string}]`]: undefined;
2584
+ [x: `bytes10[${string}]`]: undefined;
2581
2585
  [x: `bytes2[${string}]`]: undefined;
2582
2586
  [x: `bytes3[${string}]`]: undefined;
2583
- [x: `bytes1[${string}]`]: undefined;
2584
2587
  [x: `bytes4[${string}]`]: undefined;
2585
- [x: `bytes5[${string}]`]: undefined;
2586
2588
  [x: `bytes32[${string}]`]: undefined;
2587
2589
  [x: `bytes31[${string}]`]: undefined;
2588
2590
  [x: `bytes30[${string}]`]: undefined;
@@ -2597,7 +2599,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2597
2599
  [x: `bytes21[${string}]`]: undefined;
2598
2600
  [x: `bytes20[${string}]`]: undefined;
2599
2601
  [x: `bytes19[${string}]`]: undefined;
2600
- [x: `bytes18[${string}]`]: undefined;
2601
2602
  [x: `bytes17[${string}]`]: undefined;
2602
2603
  [x: `bytes16[${string}]`]: undefined;
2603
2604
  [x: `bytes15[${string}]`]: undefined;
@@ -2605,7 +2606,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2605
2606
  [x: `bytes13[${string}]`]: undefined;
2606
2607
  [x: `bytes12[${string}]`]: undefined;
2607
2608
  [x: `bytes11[${string}]`]: undefined;
2608
- [x: `bytes10[${string}]`]: undefined;
2609
2609
  [x: `bytes9[${string}]`]: undefined;
2610
2610
  [x: `bytes8[${string}]`]: undefined;
2611
2611
  [x: `bytes7[${string}]`]: undefined;
@@ -2680,11 +2680,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2680
2680
  address?: undefined;
2681
2681
  bool?: undefined;
2682
2682
  bytes?: undefined;
2683
+ bytes18?: undefined;
2684
+ bytes1?: undefined;
2685
+ bytes5?: undefined;
2686
+ bytes10?: undefined;
2683
2687
  bytes2?: undefined;
2684
2688
  bytes3?: undefined;
2685
- bytes1?: undefined;
2686
2689
  bytes4?: undefined;
2687
- bytes5?: undefined;
2688
2690
  bytes32?: undefined;
2689
2691
  bytes31?: undefined;
2690
2692
  bytes30?: undefined;
@@ -2699,7 +2701,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2699
2701
  bytes21?: undefined;
2700
2702
  bytes20?: undefined;
2701
2703
  bytes19?: undefined;
2702
- bytes18?: undefined;
2703
2704
  bytes17?: undefined;
2704
2705
  bytes16?: undefined;
2705
2706
  bytes15?: undefined;
@@ -2707,7 +2708,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2707
2708
  bytes13?: undefined;
2708
2709
  bytes12?: undefined;
2709
2710
  bytes11?: undefined;
2710
- bytes10?: undefined;
2711
2711
  bytes9?: undefined;
2712
2712
  bytes8?: undefined;
2713
2713
  bytes7?: undefined;
@@ -3061,11 +3061,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3061
3061
  [x: `address[${string}]`]: undefined;
3062
3062
  [x: `bool[${string}]`]: undefined;
3063
3063
  [x: `bytes[${string}]`]: undefined;
3064
+ [x: `bytes18[${string}]`]: undefined;
3065
+ [x: `bytes1[${string}]`]: undefined;
3066
+ [x: `bytes5[${string}]`]: undefined;
3067
+ [x: `bytes10[${string}]`]: undefined;
3064
3068
  [x: `bytes2[${string}]`]: undefined;
3065
3069
  [x: `bytes3[${string}]`]: undefined;
3066
- [x: `bytes1[${string}]`]: undefined;
3067
3070
  [x: `bytes4[${string}]`]: undefined;
3068
- [x: `bytes5[${string}]`]: undefined;
3069
3071
  [x: `bytes32[${string}]`]: undefined;
3070
3072
  [x: `bytes31[${string}]`]: undefined;
3071
3073
  [x: `bytes30[${string}]`]: undefined;
@@ -3080,7 +3082,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3080
3082
  [x: `bytes21[${string}]`]: undefined;
3081
3083
  [x: `bytes20[${string}]`]: undefined;
3082
3084
  [x: `bytes19[${string}]`]: undefined;
3083
- [x: `bytes18[${string}]`]: undefined;
3084
3085
  [x: `bytes17[${string}]`]: undefined;
3085
3086
  [x: `bytes16[${string}]`]: undefined;
3086
3087
  [x: `bytes15[${string}]`]: undefined;
@@ -3088,7 +3089,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3088
3089
  [x: `bytes13[${string}]`]: undefined;
3089
3090
  [x: `bytes12[${string}]`]: undefined;
3090
3091
  [x: `bytes11[${string}]`]: undefined;
3091
- [x: `bytes10[${string}]`]: undefined;
3092
3092
  [x: `bytes9[${string}]`]: undefined;
3093
3093
  [x: `bytes8[${string}]`]: undefined;
3094
3094
  [x: `bytes7[${string}]`]: undefined;
@@ -3163,11 +3163,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3163
3163
  address?: undefined;
3164
3164
  bool?: undefined;
3165
3165
  bytes?: undefined;
3166
+ bytes18?: undefined;
3167
+ bytes1?: undefined;
3168
+ bytes5?: undefined;
3169
+ bytes10?: undefined;
3166
3170
  bytes2?: undefined;
3167
3171
  bytes3?: undefined;
3168
- bytes1?: undefined;
3169
3172
  bytes4?: undefined;
3170
- bytes5?: undefined;
3171
3173
  bytes32?: undefined;
3172
3174
  bytes31?: undefined;
3173
3175
  bytes30?: undefined;
@@ -3182,7 +3184,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3182
3184
  bytes21?: undefined;
3183
3185
  bytes20?: undefined;
3184
3186
  bytes19?: undefined;
3185
- bytes18?: undefined;
3186
3187
  bytes17?: undefined;
3187
3188
  bytes16?: undefined;
3188
3189
  bytes15?: undefined;
@@ -3190,7 +3191,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3190
3191
  bytes13?: undefined;
3191
3192
  bytes12?: undefined;
3192
3193
  bytes11?: undefined;
3193
- bytes10?: undefined;
3194
3194
  bytes9?: undefined;
3195
3195
  bytes8?: undefined;
3196
3196
  bytes7?: undefined;
@@ -3270,11 +3270,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3270
3270
  [x: `address[${string}]`]: undefined;
3271
3271
  [x: `bool[${string}]`]: undefined;
3272
3272
  [x: `bytes[${string}]`]: undefined;
3273
+ [x: `bytes18[${string}]`]: undefined;
3274
+ [x: `bytes1[${string}]`]: undefined;
3275
+ [x: `bytes5[${string}]`]: undefined;
3276
+ [x: `bytes10[${string}]`]: undefined;
3273
3277
  [x: `bytes2[${string}]`]: undefined;
3274
3278
  [x: `bytes3[${string}]`]: undefined;
3275
- [x: `bytes1[${string}]`]: undefined;
3276
3279
  [x: `bytes4[${string}]`]: undefined;
3277
- [x: `bytes5[${string}]`]: undefined;
3278
3280
  [x: `bytes32[${string}]`]: undefined;
3279
3281
  [x: `bytes31[${string}]`]: undefined;
3280
3282
  [x: `bytes30[${string}]`]: undefined;
@@ -3289,7 +3291,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3289
3291
  [x: `bytes21[${string}]`]: undefined;
3290
3292
  [x: `bytes20[${string}]`]: undefined;
3291
3293
  [x: `bytes19[${string}]`]: undefined;
3292
- [x: `bytes18[${string}]`]: undefined;
3293
3294
  [x: `bytes17[${string}]`]: undefined;
3294
3295
  [x: `bytes16[${string}]`]: undefined;
3295
3296
  [x: `bytes15[${string}]`]: undefined;
@@ -3297,7 +3298,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3297
3298
  [x: `bytes13[${string}]`]: undefined;
3298
3299
  [x: `bytes12[${string}]`]: undefined;
3299
3300
  [x: `bytes11[${string}]`]: undefined;
3300
- [x: `bytes10[${string}]`]: undefined;
3301
3301
  [x: `bytes9[${string}]`]: undefined;
3302
3302
  [x: `bytes8[${string}]`]: undefined;
3303
3303
  [x: `bytes7[${string}]`]: undefined;
@@ -3372,11 +3372,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3372
3372
  address?: undefined;
3373
3373
  bool?: undefined;
3374
3374
  bytes?: undefined;
3375
+ bytes18?: undefined;
3376
+ bytes1?: undefined;
3377
+ bytes5?: undefined;
3378
+ bytes10?: undefined;
3375
3379
  bytes2?: undefined;
3376
3380
  bytes3?: undefined;
3377
- bytes1?: undefined;
3378
3381
  bytes4?: undefined;
3379
- bytes5?: undefined;
3380
3382
  bytes32?: undefined;
3381
3383
  bytes31?: undefined;
3382
3384
  bytes30?: undefined;
@@ -3391,7 +3393,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3391
3393
  bytes21?: undefined;
3392
3394
  bytes20?: undefined;
3393
3395
  bytes19?: undefined;
3394
- bytes18?: undefined;
3395
3396
  bytes17?: undefined;
3396
3397
  bytes16?: undefined;
3397
3398
  bytes15?: undefined;
@@ -3399,7 +3400,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3399
3400
  bytes13?: undefined;
3400
3401
  bytes12?: undefined;
3401
3402
  bytes11?: undefined;
3402
- bytes10?: undefined;
3403
3403
  bytes9?: undefined;
3404
3404
  bytes8?: undefined;
3405
3405
  bytes7?: undefined;
@@ -3753,11 +3753,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3753
3753
  [x: `address[${string}]`]: undefined;
3754
3754
  [x: `bool[${string}]`]: undefined;
3755
3755
  [x: `bytes[${string}]`]: undefined;
3756
+ [x: `bytes18[${string}]`]: undefined;
3757
+ [x: `bytes1[${string}]`]: undefined;
3758
+ [x: `bytes5[${string}]`]: undefined;
3759
+ [x: `bytes10[${string}]`]: undefined;
3756
3760
  [x: `bytes2[${string}]`]: undefined;
3757
3761
  [x: `bytes3[${string}]`]: undefined;
3758
- [x: `bytes1[${string}]`]: undefined;
3759
3762
  [x: `bytes4[${string}]`]: undefined;
3760
- [x: `bytes5[${string}]`]: undefined;
3761
3763
  [x: `bytes32[${string}]`]: undefined;
3762
3764
  [x: `bytes31[${string}]`]: undefined;
3763
3765
  [x: `bytes30[${string}]`]: undefined;
@@ -3772,7 +3774,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3772
3774
  [x: `bytes21[${string}]`]: undefined;
3773
3775
  [x: `bytes20[${string}]`]: undefined;
3774
3776
  [x: `bytes19[${string}]`]: undefined;
3775
- [x: `bytes18[${string}]`]: undefined;
3776
3777
  [x: `bytes17[${string}]`]: undefined;
3777
3778
  [x: `bytes16[${string}]`]: undefined;
3778
3779
  [x: `bytes15[${string}]`]: undefined;
@@ -3780,7 +3781,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3780
3781
  [x: `bytes13[${string}]`]: undefined;
3781
3782
  [x: `bytes12[${string}]`]: undefined;
3782
3783
  [x: `bytes11[${string}]`]: undefined;
3783
- [x: `bytes10[${string}]`]: undefined;
3784
3784
  [x: `bytes9[${string}]`]: undefined;
3785
3785
  [x: `bytes8[${string}]`]: undefined;
3786
3786
  [x: `bytes7[${string}]`]: undefined;
@@ -3855,11 +3855,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3855
3855
  address?: undefined;
3856
3856
  bool?: undefined;
3857
3857
  bytes?: undefined;
3858
+ bytes18?: undefined;
3859
+ bytes1?: undefined;
3860
+ bytes5?: undefined;
3861
+ bytes10?: undefined;
3858
3862
  bytes2?: undefined;
3859
3863
  bytes3?: undefined;
3860
- bytes1?: undefined;
3861
3864
  bytes4?: undefined;
3862
- bytes5?: undefined;
3863
3865
  bytes32?: undefined;
3864
3866
  bytes31?: undefined;
3865
3867
  bytes30?: undefined;
@@ -3874,7 +3876,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3874
3876
  bytes21?: undefined;
3875
3877
  bytes20?: undefined;
3876
3878
  bytes19?: undefined;
3877
- bytes18?: undefined;
3878
3879
  bytes17?: undefined;
3879
3880
  bytes16?: undefined;
3880
3881
  bytes15?: undefined;
@@ -3882,7 +3883,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3882
3883
  bytes13?: undefined;
3883
3884
  bytes12?: undefined;
3884
3885
  bytes11?: undefined;
3885
- bytes10?: undefined;
3886
3886
  bytes9?: undefined;
3887
3887
  bytes8?: undefined;
3888
3888
  bytes7?: undefined;
@@ -3962,11 +3962,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3962
3962
  [x: `address[${string}]`]: undefined;
3963
3963
  [x: `bool[${string}]`]: undefined;
3964
3964
  [x: `bytes[${string}]`]: undefined;
3965
+ [x: `bytes18[${string}]`]: undefined;
3966
+ [x: `bytes1[${string}]`]: undefined;
3967
+ [x: `bytes5[${string}]`]: undefined;
3968
+ [x: `bytes10[${string}]`]: undefined;
3965
3969
  [x: `bytes2[${string}]`]: undefined;
3966
3970
  [x: `bytes3[${string}]`]: undefined;
3967
- [x: `bytes1[${string}]`]: undefined;
3968
3971
  [x: `bytes4[${string}]`]: undefined;
3969
- [x: `bytes5[${string}]`]: undefined;
3970
3972
  [x: `bytes32[${string}]`]: undefined;
3971
3973
  [x: `bytes31[${string}]`]: undefined;
3972
3974
  [x: `bytes30[${string}]`]: undefined;
@@ -3981,7 +3983,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3981
3983
  [x: `bytes21[${string}]`]: undefined;
3982
3984
  [x: `bytes20[${string}]`]: undefined;
3983
3985
  [x: `bytes19[${string}]`]: undefined;
3984
- [x: `bytes18[${string}]`]: undefined;
3985
3986
  [x: `bytes17[${string}]`]: undefined;
3986
3987
  [x: `bytes16[${string}]`]: undefined;
3987
3988
  [x: `bytes15[${string}]`]: undefined;
@@ -3989,7 +3990,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3989
3990
  [x: `bytes13[${string}]`]: undefined;
3990
3991
  [x: `bytes12[${string}]`]: undefined;
3991
3992
  [x: `bytes11[${string}]`]: undefined;
3992
- [x: `bytes10[${string}]`]: undefined;
3993
3993
  [x: `bytes9[${string}]`]: undefined;
3994
3994
  [x: `bytes8[${string}]`]: undefined;
3995
3995
  [x: `bytes7[${string}]`]: undefined;
@@ -4064,11 +4064,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4064
4064
  address?: undefined;
4065
4065
  bool?: undefined;
4066
4066
  bytes?: undefined;
4067
+ bytes18?: undefined;
4068
+ bytes1?: undefined;
4069
+ bytes5?: undefined;
4070
+ bytes10?: undefined;
4067
4071
  bytes2?: undefined;
4068
4072
  bytes3?: undefined;
4069
- bytes1?: undefined;
4070
4073
  bytes4?: undefined;
4071
- bytes5?: undefined;
4072
4074
  bytes32?: undefined;
4073
4075
  bytes31?: undefined;
4074
4076
  bytes30?: undefined;
@@ -4083,7 +4085,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4083
4085
  bytes21?: undefined;
4084
4086
  bytes20?: undefined;
4085
4087
  bytes19?: undefined;
4086
- bytes18?: undefined;
4087
4088
  bytes17?: undefined;
4088
4089
  bytes16?: undefined;
4089
4090
  bytes15?: undefined;
@@ -4091,7 +4092,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4091
4092
  bytes13?: undefined;
4092
4093
  bytes12?: undefined;
4093
4094
  bytes11?: undefined;
4094
- bytes10?: undefined;
4095
4095
  bytes9?: undefined;
4096
4096
  bytes8?: undefined;
4097
4097
  bytes7?: undefined;
@@ -4445,11 +4445,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4445
4445
  [x: `address[${string}]`]: undefined;
4446
4446
  [x: `bool[${string}]`]: undefined;
4447
4447
  [x: `bytes[${string}]`]: undefined;
4448
+ [x: `bytes18[${string}]`]: undefined;
4449
+ [x: `bytes1[${string}]`]: undefined;
4450
+ [x: `bytes5[${string}]`]: undefined;
4451
+ [x: `bytes10[${string}]`]: undefined;
4448
4452
  [x: `bytes2[${string}]`]: undefined;
4449
4453
  [x: `bytes3[${string}]`]: undefined;
4450
- [x: `bytes1[${string}]`]: undefined;
4451
4454
  [x: `bytes4[${string}]`]: undefined;
4452
- [x: `bytes5[${string}]`]: undefined;
4453
4455
  [x: `bytes32[${string}]`]: undefined;
4454
4456
  [x: `bytes31[${string}]`]: undefined;
4455
4457
  [x: `bytes30[${string}]`]: undefined;
@@ -4464,7 +4466,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4464
4466
  [x: `bytes21[${string}]`]: undefined;
4465
4467
  [x: `bytes20[${string}]`]: undefined;
4466
4468
  [x: `bytes19[${string}]`]: undefined;
4467
- [x: `bytes18[${string}]`]: undefined;
4468
4469
  [x: `bytes17[${string}]`]: undefined;
4469
4470
  [x: `bytes16[${string}]`]: undefined;
4470
4471
  [x: `bytes15[${string}]`]: undefined;
@@ -4472,7 +4473,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4472
4473
  [x: `bytes13[${string}]`]: undefined;
4473
4474
  [x: `bytes12[${string}]`]: undefined;
4474
4475
  [x: `bytes11[${string}]`]: undefined;
4475
- [x: `bytes10[${string}]`]: undefined;
4476
4476
  [x: `bytes9[${string}]`]: undefined;
4477
4477
  [x: `bytes8[${string}]`]: undefined;
4478
4478
  [x: `bytes7[${string}]`]: undefined;
@@ -4547,11 +4547,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4547
4547
  address?: undefined;
4548
4548
  bool?: undefined;
4549
4549
  bytes?: undefined;
4550
+ bytes18?: undefined;
4551
+ bytes1?: undefined;
4552
+ bytes5?: undefined;
4553
+ bytes10?: undefined;
4550
4554
  bytes2?: undefined;
4551
4555
  bytes3?: undefined;
4552
- bytes1?: undefined;
4553
4556
  bytes4?: undefined;
4554
- bytes5?: undefined;
4555
4557
  bytes32?: undefined;
4556
4558
  bytes31?: undefined;
4557
4559
  bytes30?: undefined;
@@ -4566,7 +4568,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4566
4568
  bytes21?: undefined;
4567
4569
  bytes20?: undefined;
4568
4570
  bytes19?: undefined;
4569
- bytes18?: undefined;
4570
4571
  bytes17?: undefined;
4571
4572
  bytes16?: undefined;
4572
4573
  bytes15?: undefined;
@@ -4574,7 +4575,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4574
4575
  bytes13?: undefined;
4575
4576
  bytes12?: undefined;
4576
4577
  bytes11?: undefined;
4577
- bytes10?: undefined;
4578
4578
  bytes9?: undefined;
4579
4579
  bytes8?: undefined;
4580
4580
  bytes7?: undefined;
@@ -4654,11 +4654,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4654
4654
  [x: `address[${string}]`]: undefined;
4655
4655
  [x: `bool[${string}]`]: undefined;
4656
4656
  [x: `bytes[${string}]`]: undefined;
4657
+ [x: `bytes18[${string}]`]: undefined;
4658
+ [x: `bytes1[${string}]`]: undefined;
4659
+ [x: `bytes5[${string}]`]: undefined;
4660
+ [x: `bytes10[${string}]`]: undefined;
4657
4661
  [x: `bytes2[${string}]`]: undefined;
4658
4662
  [x: `bytes3[${string}]`]: undefined;
4659
- [x: `bytes1[${string}]`]: undefined;
4660
4663
  [x: `bytes4[${string}]`]: undefined;
4661
- [x: `bytes5[${string}]`]: undefined;
4662
4664
  [x: `bytes32[${string}]`]: undefined;
4663
4665
  [x: `bytes31[${string}]`]: undefined;
4664
4666
  [x: `bytes30[${string}]`]: undefined;
@@ -4673,7 +4675,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4673
4675
  [x: `bytes21[${string}]`]: undefined;
4674
4676
  [x: `bytes20[${string}]`]: undefined;
4675
4677
  [x: `bytes19[${string}]`]: undefined;
4676
- [x: `bytes18[${string}]`]: undefined;
4677
4678
  [x: `bytes17[${string}]`]: undefined;
4678
4679
  [x: `bytes16[${string}]`]: undefined;
4679
4680
  [x: `bytes15[${string}]`]: undefined;
@@ -4681,7 +4682,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4681
4682
  [x: `bytes13[${string}]`]: undefined;
4682
4683
  [x: `bytes12[${string}]`]: undefined;
4683
4684
  [x: `bytes11[${string}]`]: undefined;
4684
- [x: `bytes10[${string}]`]: undefined;
4685
4685
  [x: `bytes9[${string}]`]: undefined;
4686
4686
  [x: `bytes8[${string}]`]: undefined;
4687
4687
  [x: `bytes7[${string}]`]: undefined;
@@ -4756,11 +4756,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4756
4756
  address?: undefined;
4757
4757
  bool?: undefined;
4758
4758
  bytes?: undefined;
4759
+ bytes18?: undefined;
4760
+ bytes1?: undefined;
4761
+ bytes5?: undefined;
4762
+ bytes10?: undefined;
4759
4763
  bytes2?: undefined;
4760
4764
  bytes3?: undefined;
4761
- bytes1?: undefined;
4762
4765
  bytes4?: undefined;
4763
- bytes5?: undefined;
4764
4766
  bytes32?: undefined;
4765
4767
  bytes31?: undefined;
4766
4768
  bytes30?: undefined;
@@ -4775,7 +4777,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4775
4777
  bytes21?: undefined;
4776
4778
  bytes20?: undefined;
4777
4779
  bytes19?: undefined;
4778
- bytes18?: undefined;
4779
4780
  bytes17?: undefined;
4780
4781
  bytes16?: undefined;
4781
4782
  bytes15?: undefined;
@@ -4783,7 +4784,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4783
4784
  bytes13?: undefined;
4784
4785
  bytes12?: undefined;
4785
4786
  bytes11?: undefined;
4786
- bytes10?: undefined;
4787
4787
  bytes9?: undefined;
4788
4788
  bytes8?: undefined;
4789
4789
  bytes7?: undefined;
@@ -5137,11 +5137,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5137
5137
  [x: `address[${string}]`]: undefined;
5138
5138
  [x: `bool[${string}]`]: undefined;
5139
5139
  [x: `bytes[${string}]`]: undefined;
5140
+ [x: `bytes18[${string}]`]: undefined;
5141
+ [x: `bytes1[${string}]`]: undefined;
5142
+ [x: `bytes5[${string}]`]: undefined;
5143
+ [x: `bytes10[${string}]`]: undefined;
5140
5144
  [x: `bytes2[${string}]`]: undefined;
5141
5145
  [x: `bytes3[${string}]`]: undefined;
5142
- [x: `bytes1[${string}]`]: undefined;
5143
5146
  [x: `bytes4[${string}]`]: undefined;
5144
- [x: `bytes5[${string}]`]: undefined;
5145
5147
  [x: `bytes32[${string}]`]: undefined;
5146
5148
  [x: `bytes31[${string}]`]: undefined;
5147
5149
  [x: `bytes30[${string}]`]: undefined;
@@ -5156,7 +5158,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5156
5158
  [x: `bytes21[${string}]`]: undefined;
5157
5159
  [x: `bytes20[${string}]`]: undefined;
5158
5160
  [x: `bytes19[${string}]`]: undefined;
5159
- [x: `bytes18[${string}]`]: undefined;
5160
5161
  [x: `bytes17[${string}]`]: undefined;
5161
5162
  [x: `bytes16[${string}]`]: undefined;
5162
5163
  [x: `bytes15[${string}]`]: undefined;
@@ -5164,7 +5165,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5164
5165
  [x: `bytes13[${string}]`]: undefined;
5165
5166
  [x: `bytes12[${string}]`]: undefined;
5166
5167
  [x: `bytes11[${string}]`]: undefined;
5167
- [x: `bytes10[${string}]`]: undefined;
5168
5168
  [x: `bytes9[${string}]`]: undefined;
5169
5169
  [x: `bytes8[${string}]`]: undefined;
5170
5170
  [x: `bytes7[${string}]`]: undefined;
@@ -5239,11 +5239,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5239
5239
  address?: undefined;
5240
5240
  bool?: undefined;
5241
5241
  bytes?: undefined;
5242
+ bytes18?: undefined;
5243
+ bytes1?: undefined;
5244
+ bytes5?: undefined;
5245
+ bytes10?: undefined;
5242
5246
  bytes2?: undefined;
5243
5247
  bytes3?: undefined;
5244
- bytes1?: undefined;
5245
5248
  bytes4?: undefined;
5246
- bytes5?: undefined;
5247
5249
  bytes32?: undefined;
5248
5250
  bytes31?: undefined;
5249
5251
  bytes30?: undefined;
@@ -5258,7 +5260,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5258
5260
  bytes21?: undefined;
5259
5261
  bytes20?: undefined;
5260
5262
  bytes19?: undefined;
5261
- bytes18?: undefined;
5262
5263
  bytes17?: undefined;
5263
5264
  bytes16?: undefined;
5264
5265
  bytes15?: undefined;
@@ -5266,7 +5267,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5266
5267
  bytes13?: undefined;
5267
5268
  bytes12?: undefined;
5268
5269
  bytes11?: undefined;
5269
- bytes10?: undefined;
5270
5270
  bytes9?: undefined;
5271
5271
  bytes8?: undefined;
5272
5272
  bytes7?: undefined;
@@ -5346,11 +5346,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5346
5346
  [x: `address[${string}]`]: undefined;
5347
5347
  [x: `bool[${string}]`]: undefined;
5348
5348
  [x: `bytes[${string}]`]: undefined;
5349
+ [x: `bytes18[${string}]`]: undefined;
5350
+ [x: `bytes1[${string}]`]: undefined;
5351
+ [x: `bytes5[${string}]`]: undefined;
5352
+ [x: `bytes10[${string}]`]: undefined;
5349
5353
  [x: `bytes2[${string}]`]: undefined;
5350
5354
  [x: `bytes3[${string}]`]: undefined;
5351
- [x: `bytes1[${string}]`]: undefined;
5352
5355
  [x: `bytes4[${string}]`]: undefined;
5353
- [x: `bytes5[${string}]`]: undefined;
5354
5356
  [x: `bytes32[${string}]`]: undefined;
5355
5357
  [x: `bytes31[${string}]`]: undefined;
5356
5358
  [x: `bytes30[${string}]`]: undefined;
@@ -5365,7 +5367,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5365
5367
  [x: `bytes21[${string}]`]: undefined;
5366
5368
  [x: `bytes20[${string}]`]: undefined;
5367
5369
  [x: `bytes19[${string}]`]: undefined;
5368
- [x: `bytes18[${string}]`]: undefined;
5369
5370
  [x: `bytes17[${string}]`]: undefined;
5370
5371
  [x: `bytes16[${string}]`]: undefined;
5371
5372
  [x: `bytes15[${string}]`]: undefined;
@@ -5373,7 +5374,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5373
5374
  [x: `bytes13[${string}]`]: undefined;
5374
5375
  [x: `bytes12[${string}]`]: undefined;
5375
5376
  [x: `bytes11[${string}]`]: undefined;
5376
- [x: `bytes10[${string}]`]: undefined;
5377
5377
  [x: `bytes9[${string}]`]: undefined;
5378
5378
  [x: `bytes8[${string}]`]: undefined;
5379
5379
  [x: `bytes7[${string}]`]: undefined;
@@ -5448,11 +5448,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5448
5448
  address?: undefined;
5449
5449
  bool?: undefined;
5450
5450
  bytes?: undefined;
5451
+ bytes18?: undefined;
5452
+ bytes1?: undefined;
5453
+ bytes5?: undefined;
5454
+ bytes10?: undefined;
5451
5455
  bytes2?: undefined;
5452
5456
  bytes3?: undefined;
5453
- bytes1?: undefined;
5454
5457
  bytes4?: undefined;
5455
- bytes5?: undefined;
5456
5458
  bytes32?: undefined;
5457
5459
  bytes31?: undefined;
5458
5460
  bytes30?: undefined;
@@ -5467,7 +5469,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5467
5469
  bytes21?: undefined;
5468
5470
  bytes20?: undefined;
5469
5471
  bytes19?: undefined;
5470
- bytes18?: undefined;
5471
5472
  bytes17?: undefined;
5472
5473
  bytes16?: undefined;
5473
5474
  bytes15?: undefined;
@@ -5475,7 +5476,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5475
5476
  bytes13?: undefined;
5476
5477
  bytes12?: undefined;
5477
5478
  bytes11?: undefined;
5478
- bytes10?: undefined;
5479
5479
  bytes9?: undefined;
5480
5480
  bytes8?: undefined;
5481
5481
  bytes7?: undefined;