@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
@@ -278,11 +278,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
278
278
  [x: `address[${string}]`]: undefined;
279
279
  [x: `bool[${string}]`]: undefined;
280
280
  [x: `bytes[${string}]`]: undefined;
281
+ [x: `bytes18[${string}]`]: undefined;
282
+ [x: `bytes1[${string}]`]: undefined;
283
+ [x: `bytes5[${string}]`]: undefined;
284
+ [x: `bytes10[${string}]`]: undefined;
281
285
  [x: `bytes2[${string}]`]: undefined;
282
286
  [x: `bytes3[${string}]`]: undefined;
283
- [x: `bytes1[${string}]`]: undefined;
284
287
  [x: `bytes4[${string}]`]: undefined;
285
- [x: `bytes5[${string}]`]: undefined;
286
288
  [x: `bytes32[${string}]`]: undefined;
287
289
  [x: `bytes31[${string}]`]: undefined;
288
290
  [x: `bytes30[${string}]`]: undefined;
@@ -297,7 +299,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
297
299
  [x: `bytes21[${string}]`]: undefined;
298
300
  [x: `bytes20[${string}]`]: undefined;
299
301
  [x: `bytes19[${string}]`]: undefined;
300
- [x: `bytes18[${string}]`]: undefined;
301
302
  [x: `bytes17[${string}]`]: undefined;
302
303
  [x: `bytes16[${string}]`]: undefined;
303
304
  [x: `bytes15[${string}]`]: undefined;
@@ -305,7 +306,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
305
306
  [x: `bytes13[${string}]`]: undefined;
306
307
  [x: `bytes12[${string}]`]: undefined;
307
308
  [x: `bytes11[${string}]`]: undefined;
308
- [x: `bytes10[${string}]`]: undefined;
309
309
  [x: `bytes9[${string}]`]: undefined;
310
310
  [x: `bytes8[${string}]`]: undefined;
311
311
  [x: `bytes7[${string}]`]: undefined;
@@ -380,11 +380,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
380
380
  address?: undefined;
381
381
  bool?: undefined;
382
382
  bytes?: undefined;
383
+ bytes18?: undefined;
384
+ bytes1?: undefined;
385
+ bytes5?: undefined;
386
+ bytes10?: undefined;
383
387
  bytes2?: undefined;
384
388
  bytes3?: undefined;
385
- bytes1?: undefined;
386
389
  bytes4?: undefined;
387
- bytes5?: undefined;
388
390
  bytes32?: undefined;
389
391
  bytes31?: undefined;
390
392
  bytes30?: undefined;
@@ -399,7 +401,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
399
401
  bytes21?: undefined;
400
402
  bytes20?: undefined;
401
403
  bytes19?: undefined;
402
- bytes18?: undefined;
403
404
  bytes17?: undefined;
404
405
  bytes16?: undefined;
405
406
  bytes15?: undefined;
@@ -407,7 +408,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
407
408
  bytes13?: undefined;
408
409
  bytes12?: undefined;
409
410
  bytes11?: undefined;
410
- bytes10?: undefined;
411
411
  bytes9?: undefined;
412
412
  bytes8?: undefined;
413
413
  bytes7?: undefined;
@@ -487,11 +487,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
487
487
  [x: `address[${string}]`]: undefined;
488
488
  [x: `bool[${string}]`]: undefined;
489
489
  [x: `bytes[${string}]`]: undefined;
490
+ [x: `bytes18[${string}]`]: undefined;
491
+ [x: `bytes1[${string}]`]: undefined;
492
+ [x: `bytes5[${string}]`]: undefined;
493
+ [x: `bytes10[${string}]`]: undefined;
490
494
  [x: `bytes2[${string}]`]: undefined;
491
495
  [x: `bytes3[${string}]`]: undefined;
492
- [x: `bytes1[${string}]`]: undefined;
493
496
  [x: `bytes4[${string}]`]: undefined;
494
- [x: `bytes5[${string}]`]: undefined;
495
497
  [x: `bytes32[${string}]`]: undefined;
496
498
  [x: `bytes31[${string}]`]: undefined;
497
499
  [x: `bytes30[${string}]`]: undefined;
@@ -506,7 +508,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
506
508
  [x: `bytes21[${string}]`]: undefined;
507
509
  [x: `bytes20[${string}]`]: undefined;
508
510
  [x: `bytes19[${string}]`]: undefined;
509
- [x: `bytes18[${string}]`]: undefined;
510
511
  [x: `bytes17[${string}]`]: undefined;
511
512
  [x: `bytes16[${string}]`]: undefined;
512
513
  [x: `bytes15[${string}]`]: undefined;
@@ -514,7 +515,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
514
515
  [x: `bytes13[${string}]`]: undefined;
515
516
  [x: `bytes12[${string}]`]: undefined;
516
517
  [x: `bytes11[${string}]`]: undefined;
517
- [x: `bytes10[${string}]`]: undefined;
518
518
  [x: `bytes9[${string}]`]: undefined;
519
519
  [x: `bytes8[${string}]`]: undefined;
520
520
  [x: `bytes7[${string}]`]: undefined;
@@ -589,11 +589,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
589
589
  address?: undefined;
590
590
  bool?: undefined;
591
591
  bytes?: undefined;
592
+ bytes18?: undefined;
593
+ bytes1?: undefined;
594
+ bytes5?: undefined;
595
+ bytes10?: undefined;
592
596
  bytes2?: undefined;
593
597
  bytes3?: undefined;
594
- bytes1?: undefined;
595
598
  bytes4?: undefined;
596
- bytes5?: undefined;
597
599
  bytes32?: undefined;
598
600
  bytes31?: undefined;
599
601
  bytes30?: undefined;
@@ -608,7 +610,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
608
610
  bytes21?: undefined;
609
611
  bytes20?: undefined;
610
612
  bytes19?: undefined;
611
- bytes18?: undefined;
612
613
  bytes17?: undefined;
613
614
  bytes16?: undefined;
614
615
  bytes15?: undefined;
@@ -616,7 +617,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
616
617
  bytes13?: undefined;
617
618
  bytes12?: undefined;
618
619
  bytes11?: undefined;
619
- bytes10?: undefined;
620
620
  bytes9?: undefined;
621
621
  bytes8?: undefined;
622
622
  bytes7?: undefined;
@@ -970,11 +970,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
970
970
  [x: `address[${string}]`]: undefined;
971
971
  [x: `bool[${string}]`]: undefined;
972
972
  [x: `bytes[${string}]`]: undefined;
973
+ [x: `bytes18[${string}]`]: undefined;
974
+ [x: `bytes1[${string}]`]: undefined;
975
+ [x: `bytes5[${string}]`]: undefined;
976
+ [x: `bytes10[${string}]`]: undefined;
973
977
  [x: `bytes2[${string}]`]: undefined;
974
978
  [x: `bytes3[${string}]`]: undefined;
975
- [x: `bytes1[${string}]`]: undefined;
976
979
  [x: `bytes4[${string}]`]: undefined;
977
- [x: `bytes5[${string}]`]: undefined;
978
980
  [x: `bytes32[${string}]`]: undefined;
979
981
  [x: `bytes31[${string}]`]: undefined;
980
982
  [x: `bytes30[${string}]`]: undefined;
@@ -989,7 +991,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
989
991
  [x: `bytes21[${string}]`]: undefined;
990
992
  [x: `bytes20[${string}]`]: undefined;
991
993
  [x: `bytes19[${string}]`]: undefined;
992
- [x: `bytes18[${string}]`]: undefined;
993
994
  [x: `bytes17[${string}]`]: undefined;
994
995
  [x: `bytes16[${string}]`]: undefined;
995
996
  [x: `bytes15[${string}]`]: undefined;
@@ -997,7 +998,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
997
998
  [x: `bytes13[${string}]`]: undefined;
998
999
  [x: `bytes12[${string}]`]: undefined;
999
1000
  [x: `bytes11[${string}]`]: undefined;
1000
- [x: `bytes10[${string}]`]: undefined;
1001
1001
  [x: `bytes9[${string}]`]: undefined;
1002
1002
  [x: `bytes8[${string}]`]: undefined;
1003
1003
  [x: `bytes7[${string}]`]: undefined;
@@ -1072,11 +1072,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1072
1072
  address?: undefined;
1073
1073
  bool?: undefined;
1074
1074
  bytes?: undefined;
1075
+ bytes18?: undefined;
1076
+ bytes1?: undefined;
1077
+ bytes5?: undefined;
1078
+ bytes10?: undefined;
1075
1079
  bytes2?: undefined;
1076
1080
  bytes3?: undefined;
1077
- bytes1?: undefined;
1078
1081
  bytes4?: undefined;
1079
- bytes5?: undefined;
1080
1082
  bytes32?: undefined;
1081
1083
  bytes31?: undefined;
1082
1084
  bytes30?: undefined;
@@ -1091,7 +1093,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1091
1093
  bytes21?: undefined;
1092
1094
  bytes20?: undefined;
1093
1095
  bytes19?: undefined;
1094
- bytes18?: undefined;
1095
1096
  bytes17?: undefined;
1096
1097
  bytes16?: undefined;
1097
1098
  bytes15?: undefined;
@@ -1099,7 +1100,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1099
1100
  bytes13?: undefined;
1100
1101
  bytes12?: undefined;
1101
1102
  bytes11?: undefined;
1102
- bytes10?: undefined;
1103
1103
  bytes9?: undefined;
1104
1104
  bytes8?: undefined;
1105
1105
  bytes7?: undefined;
@@ -1179,11 +1179,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1179
1179
  [x: `address[${string}]`]: undefined;
1180
1180
  [x: `bool[${string}]`]: undefined;
1181
1181
  [x: `bytes[${string}]`]: undefined;
1182
+ [x: `bytes18[${string}]`]: undefined;
1183
+ [x: `bytes1[${string}]`]: undefined;
1184
+ [x: `bytes5[${string}]`]: undefined;
1185
+ [x: `bytes10[${string}]`]: undefined;
1182
1186
  [x: `bytes2[${string}]`]: undefined;
1183
1187
  [x: `bytes3[${string}]`]: undefined;
1184
- [x: `bytes1[${string}]`]: undefined;
1185
1188
  [x: `bytes4[${string}]`]: undefined;
1186
- [x: `bytes5[${string}]`]: undefined;
1187
1189
  [x: `bytes32[${string}]`]: undefined;
1188
1190
  [x: `bytes31[${string}]`]: undefined;
1189
1191
  [x: `bytes30[${string}]`]: undefined;
@@ -1198,7 +1200,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1198
1200
  [x: `bytes21[${string}]`]: undefined;
1199
1201
  [x: `bytes20[${string}]`]: undefined;
1200
1202
  [x: `bytes19[${string}]`]: undefined;
1201
- [x: `bytes18[${string}]`]: undefined;
1202
1203
  [x: `bytes17[${string}]`]: undefined;
1203
1204
  [x: `bytes16[${string}]`]: undefined;
1204
1205
  [x: `bytes15[${string}]`]: undefined;
@@ -1206,7 +1207,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1206
1207
  [x: `bytes13[${string}]`]: undefined;
1207
1208
  [x: `bytes12[${string}]`]: undefined;
1208
1209
  [x: `bytes11[${string}]`]: undefined;
1209
- [x: `bytes10[${string}]`]: undefined;
1210
1210
  [x: `bytes9[${string}]`]: undefined;
1211
1211
  [x: `bytes8[${string}]`]: undefined;
1212
1212
  [x: `bytes7[${string}]`]: undefined;
@@ -1281,11 +1281,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1281
1281
  address?: undefined;
1282
1282
  bool?: undefined;
1283
1283
  bytes?: undefined;
1284
+ bytes18?: undefined;
1285
+ bytes1?: undefined;
1286
+ bytes5?: undefined;
1287
+ bytes10?: undefined;
1284
1288
  bytes2?: undefined;
1285
1289
  bytes3?: undefined;
1286
- bytes1?: undefined;
1287
1290
  bytes4?: undefined;
1288
- bytes5?: undefined;
1289
1291
  bytes32?: undefined;
1290
1292
  bytes31?: undefined;
1291
1293
  bytes30?: undefined;
@@ -1300,7 +1302,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1300
1302
  bytes21?: undefined;
1301
1303
  bytes20?: undefined;
1302
1304
  bytes19?: undefined;
1303
- bytes18?: undefined;
1304
1305
  bytes17?: undefined;
1305
1306
  bytes16?: undefined;
1306
1307
  bytes15?: undefined;
@@ -1308,7 +1309,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1308
1309
  bytes13?: undefined;
1309
1310
  bytes12?: undefined;
1310
1311
  bytes11?: undefined;
1311
- bytes10?: undefined;
1312
1312
  bytes9?: undefined;
1313
1313
  bytes8?: undefined;
1314
1314
  bytes7?: undefined;
@@ -1662,11 +1662,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1662
1662
  [x: `address[${string}]`]: undefined;
1663
1663
  [x: `bool[${string}]`]: undefined;
1664
1664
  [x: `bytes[${string}]`]: undefined;
1665
+ [x: `bytes18[${string}]`]: undefined;
1666
+ [x: `bytes1[${string}]`]: undefined;
1667
+ [x: `bytes5[${string}]`]: undefined;
1668
+ [x: `bytes10[${string}]`]: undefined;
1665
1669
  [x: `bytes2[${string}]`]: undefined;
1666
1670
  [x: `bytes3[${string}]`]: undefined;
1667
- [x: `bytes1[${string}]`]: undefined;
1668
1671
  [x: `bytes4[${string}]`]: undefined;
1669
- [x: `bytes5[${string}]`]: undefined;
1670
1672
  [x: `bytes32[${string}]`]: undefined;
1671
1673
  [x: `bytes31[${string}]`]: undefined;
1672
1674
  [x: `bytes30[${string}]`]: undefined;
@@ -1681,7 +1683,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1681
1683
  [x: `bytes21[${string}]`]: undefined;
1682
1684
  [x: `bytes20[${string}]`]: undefined;
1683
1685
  [x: `bytes19[${string}]`]: undefined;
1684
- [x: `bytes18[${string}]`]: undefined;
1685
1686
  [x: `bytes17[${string}]`]: undefined;
1686
1687
  [x: `bytes16[${string}]`]: undefined;
1687
1688
  [x: `bytes15[${string}]`]: undefined;
@@ -1689,7 +1690,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1689
1690
  [x: `bytes13[${string}]`]: undefined;
1690
1691
  [x: `bytes12[${string}]`]: undefined;
1691
1692
  [x: `bytes11[${string}]`]: undefined;
1692
- [x: `bytes10[${string}]`]: undefined;
1693
1693
  [x: `bytes9[${string}]`]: undefined;
1694
1694
  [x: `bytes8[${string}]`]: undefined;
1695
1695
  [x: `bytes7[${string}]`]: undefined;
@@ -1764,11 +1764,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1764
1764
  address?: undefined;
1765
1765
  bool?: undefined;
1766
1766
  bytes?: undefined;
1767
+ bytes18?: undefined;
1768
+ bytes1?: undefined;
1769
+ bytes5?: undefined;
1770
+ bytes10?: undefined;
1767
1771
  bytes2?: undefined;
1768
1772
  bytes3?: undefined;
1769
- bytes1?: undefined;
1770
1773
  bytes4?: undefined;
1771
- bytes5?: undefined;
1772
1774
  bytes32?: undefined;
1773
1775
  bytes31?: undefined;
1774
1776
  bytes30?: undefined;
@@ -1783,7 +1785,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1783
1785
  bytes21?: undefined;
1784
1786
  bytes20?: undefined;
1785
1787
  bytes19?: undefined;
1786
- bytes18?: undefined;
1787
1788
  bytes17?: undefined;
1788
1789
  bytes16?: undefined;
1789
1790
  bytes15?: undefined;
@@ -1791,7 +1792,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1791
1792
  bytes13?: undefined;
1792
1793
  bytes12?: undefined;
1793
1794
  bytes11?: undefined;
1794
- bytes10?: undefined;
1795
1795
  bytes9?: undefined;
1796
1796
  bytes8?: undefined;
1797
1797
  bytes7?: undefined;
@@ -1871,11 +1871,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1871
1871
  [x: `address[${string}]`]: undefined;
1872
1872
  [x: `bool[${string}]`]: undefined;
1873
1873
  [x: `bytes[${string}]`]: undefined;
1874
+ [x: `bytes18[${string}]`]: undefined;
1875
+ [x: `bytes1[${string}]`]: undefined;
1876
+ [x: `bytes5[${string}]`]: undefined;
1877
+ [x: `bytes10[${string}]`]: undefined;
1874
1878
  [x: `bytes2[${string}]`]: undefined;
1875
1879
  [x: `bytes3[${string}]`]: undefined;
1876
- [x: `bytes1[${string}]`]: undefined;
1877
1880
  [x: `bytes4[${string}]`]: undefined;
1878
- [x: `bytes5[${string}]`]: undefined;
1879
1881
  [x: `bytes32[${string}]`]: undefined;
1880
1882
  [x: `bytes31[${string}]`]: undefined;
1881
1883
  [x: `bytes30[${string}]`]: undefined;
@@ -1890,7 +1892,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1890
1892
  [x: `bytes21[${string}]`]: undefined;
1891
1893
  [x: `bytes20[${string}]`]: undefined;
1892
1894
  [x: `bytes19[${string}]`]: undefined;
1893
- [x: `bytes18[${string}]`]: undefined;
1894
1895
  [x: `bytes17[${string}]`]: undefined;
1895
1896
  [x: `bytes16[${string}]`]: undefined;
1896
1897
  [x: `bytes15[${string}]`]: undefined;
@@ -1898,7 +1899,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1898
1899
  [x: `bytes13[${string}]`]: undefined;
1899
1900
  [x: `bytes12[${string}]`]: undefined;
1900
1901
  [x: `bytes11[${string}]`]: undefined;
1901
- [x: `bytes10[${string}]`]: undefined;
1902
1902
  [x: `bytes9[${string}]`]: undefined;
1903
1903
  [x: `bytes8[${string}]`]: undefined;
1904
1904
  [x: `bytes7[${string}]`]: undefined;
@@ -1973,11 +1973,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1973
1973
  address?: undefined;
1974
1974
  bool?: undefined;
1975
1975
  bytes?: undefined;
1976
+ bytes18?: undefined;
1977
+ bytes1?: undefined;
1978
+ bytes5?: undefined;
1979
+ bytes10?: undefined;
1976
1980
  bytes2?: undefined;
1977
1981
  bytes3?: undefined;
1978
- bytes1?: undefined;
1979
1982
  bytes4?: undefined;
1980
- bytes5?: undefined;
1981
1983
  bytes32?: undefined;
1982
1984
  bytes31?: undefined;
1983
1985
  bytes30?: undefined;
@@ -1992,7 +1994,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1992
1994
  bytes21?: undefined;
1993
1995
  bytes20?: undefined;
1994
1996
  bytes19?: undefined;
1995
- bytes18?: undefined;
1996
1997
  bytes17?: undefined;
1997
1998
  bytes16?: undefined;
1998
1999
  bytes15?: undefined;
@@ -2000,7 +2001,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2000
2001
  bytes13?: undefined;
2001
2002
  bytes12?: undefined;
2002
2003
  bytes11?: undefined;
2003
- bytes10?: undefined;
2004
2004
  bytes9?: undefined;
2005
2005
  bytes8?: undefined;
2006
2006
  bytes7?: undefined;
@@ -2354,11 +2354,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2354
2354
  [x: `address[${string}]`]: undefined;
2355
2355
  [x: `bool[${string}]`]: undefined;
2356
2356
  [x: `bytes[${string}]`]: undefined;
2357
+ [x: `bytes18[${string}]`]: undefined;
2358
+ [x: `bytes1[${string}]`]: undefined;
2359
+ [x: `bytes5[${string}]`]: undefined;
2360
+ [x: `bytes10[${string}]`]: undefined;
2357
2361
  [x: `bytes2[${string}]`]: undefined;
2358
2362
  [x: `bytes3[${string}]`]: undefined;
2359
- [x: `bytes1[${string}]`]: undefined;
2360
2363
  [x: `bytes4[${string}]`]: undefined;
2361
- [x: `bytes5[${string}]`]: undefined;
2362
2364
  [x: `bytes32[${string}]`]: undefined;
2363
2365
  [x: `bytes31[${string}]`]: undefined;
2364
2366
  [x: `bytes30[${string}]`]: undefined;
@@ -2373,7 +2375,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2373
2375
  [x: `bytes21[${string}]`]: undefined;
2374
2376
  [x: `bytes20[${string}]`]: undefined;
2375
2377
  [x: `bytes19[${string}]`]: undefined;
2376
- [x: `bytes18[${string}]`]: undefined;
2377
2378
  [x: `bytes17[${string}]`]: undefined;
2378
2379
  [x: `bytes16[${string}]`]: undefined;
2379
2380
  [x: `bytes15[${string}]`]: undefined;
@@ -2381,7 +2382,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2381
2382
  [x: `bytes13[${string}]`]: undefined;
2382
2383
  [x: `bytes12[${string}]`]: undefined;
2383
2384
  [x: `bytes11[${string}]`]: undefined;
2384
- [x: `bytes10[${string}]`]: undefined;
2385
2385
  [x: `bytes9[${string}]`]: undefined;
2386
2386
  [x: `bytes8[${string}]`]: undefined;
2387
2387
  [x: `bytes7[${string}]`]: undefined;
@@ -2456,11 +2456,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2456
2456
  address?: undefined;
2457
2457
  bool?: undefined;
2458
2458
  bytes?: undefined;
2459
+ bytes18?: undefined;
2460
+ bytes1?: undefined;
2461
+ bytes5?: undefined;
2462
+ bytes10?: undefined;
2459
2463
  bytes2?: undefined;
2460
2464
  bytes3?: undefined;
2461
- bytes1?: undefined;
2462
2465
  bytes4?: undefined;
2463
- bytes5?: undefined;
2464
2466
  bytes32?: undefined;
2465
2467
  bytes31?: undefined;
2466
2468
  bytes30?: undefined;
@@ -2475,7 +2477,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2475
2477
  bytes21?: undefined;
2476
2478
  bytes20?: undefined;
2477
2479
  bytes19?: undefined;
2478
- bytes18?: undefined;
2479
2480
  bytes17?: undefined;
2480
2481
  bytes16?: undefined;
2481
2482
  bytes15?: undefined;
@@ -2483,7 +2484,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2483
2484
  bytes13?: undefined;
2484
2485
  bytes12?: undefined;
2485
2486
  bytes11?: undefined;
2486
- bytes10?: undefined;
2487
2487
  bytes9?: undefined;
2488
2488
  bytes8?: undefined;
2489
2489
  bytes7?: undefined;
@@ -2563,11 +2563,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2563
2563
  [x: `address[${string}]`]: undefined;
2564
2564
  [x: `bool[${string}]`]: undefined;
2565
2565
  [x: `bytes[${string}]`]: undefined;
2566
+ [x: `bytes18[${string}]`]: undefined;
2567
+ [x: `bytes1[${string}]`]: undefined;
2568
+ [x: `bytes5[${string}]`]: undefined;
2569
+ [x: `bytes10[${string}]`]: undefined;
2566
2570
  [x: `bytes2[${string}]`]: undefined;
2567
2571
  [x: `bytes3[${string}]`]: undefined;
2568
- [x: `bytes1[${string}]`]: undefined;
2569
2572
  [x: `bytes4[${string}]`]: undefined;
2570
- [x: `bytes5[${string}]`]: undefined;
2571
2573
  [x: `bytes32[${string}]`]: undefined;
2572
2574
  [x: `bytes31[${string}]`]: undefined;
2573
2575
  [x: `bytes30[${string}]`]: undefined;
@@ -2582,7 +2584,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2582
2584
  [x: `bytes21[${string}]`]: undefined;
2583
2585
  [x: `bytes20[${string}]`]: undefined;
2584
2586
  [x: `bytes19[${string}]`]: undefined;
2585
- [x: `bytes18[${string}]`]: undefined;
2586
2587
  [x: `bytes17[${string}]`]: undefined;
2587
2588
  [x: `bytes16[${string}]`]: undefined;
2588
2589
  [x: `bytes15[${string}]`]: undefined;
@@ -2590,7 +2591,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2590
2591
  [x: `bytes13[${string}]`]: undefined;
2591
2592
  [x: `bytes12[${string}]`]: undefined;
2592
2593
  [x: `bytes11[${string}]`]: undefined;
2593
- [x: `bytes10[${string}]`]: undefined;
2594
2594
  [x: `bytes9[${string}]`]: undefined;
2595
2595
  [x: `bytes8[${string}]`]: undefined;
2596
2596
  [x: `bytes7[${string}]`]: undefined;
@@ -2665,11 +2665,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2665
2665
  address?: undefined;
2666
2666
  bool?: undefined;
2667
2667
  bytes?: undefined;
2668
+ bytes18?: undefined;
2669
+ bytes1?: undefined;
2670
+ bytes5?: undefined;
2671
+ bytes10?: undefined;
2668
2672
  bytes2?: undefined;
2669
2673
  bytes3?: undefined;
2670
- bytes1?: undefined;
2671
2674
  bytes4?: undefined;
2672
- bytes5?: undefined;
2673
2675
  bytes32?: undefined;
2674
2676
  bytes31?: undefined;
2675
2677
  bytes30?: undefined;
@@ -2684,7 +2686,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2684
2686
  bytes21?: undefined;
2685
2687
  bytes20?: undefined;
2686
2688
  bytes19?: undefined;
2687
- bytes18?: undefined;
2688
2689
  bytes17?: undefined;
2689
2690
  bytes16?: undefined;
2690
2691
  bytes15?: undefined;
@@ -2692,7 +2693,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2692
2693
  bytes13?: undefined;
2693
2694
  bytes12?: undefined;
2694
2695
  bytes11?: undefined;
2695
- bytes10?: undefined;
2696
2696
  bytes9?: undefined;
2697
2697
  bytes8?: undefined;
2698
2698
  bytes7?: undefined;
@@ -3046,11 +3046,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3046
3046
  [x: `address[${string}]`]: undefined;
3047
3047
  [x: `bool[${string}]`]: undefined;
3048
3048
  [x: `bytes[${string}]`]: undefined;
3049
+ [x: `bytes18[${string}]`]: undefined;
3050
+ [x: `bytes1[${string}]`]: undefined;
3051
+ [x: `bytes5[${string}]`]: undefined;
3052
+ [x: `bytes10[${string}]`]: undefined;
3049
3053
  [x: `bytes2[${string}]`]: undefined;
3050
3054
  [x: `bytes3[${string}]`]: undefined;
3051
- [x: `bytes1[${string}]`]: undefined;
3052
3055
  [x: `bytes4[${string}]`]: undefined;
3053
- [x: `bytes5[${string}]`]: undefined;
3054
3056
  [x: `bytes32[${string}]`]: undefined;
3055
3057
  [x: `bytes31[${string}]`]: undefined;
3056
3058
  [x: `bytes30[${string}]`]: undefined;
@@ -3065,7 +3067,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3065
3067
  [x: `bytes21[${string}]`]: undefined;
3066
3068
  [x: `bytes20[${string}]`]: undefined;
3067
3069
  [x: `bytes19[${string}]`]: undefined;
3068
- [x: `bytes18[${string}]`]: undefined;
3069
3070
  [x: `bytes17[${string}]`]: undefined;
3070
3071
  [x: `bytes16[${string}]`]: undefined;
3071
3072
  [x: `bytes15[${string}]`]: undefined;
@@ -3073,7 +3074,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3073
3074
  [x: `bytes13[${string}]`]: undefined;
3074
3075
  [x: `bytes12[${string}]`]: undefined;
3075
3076
  [x: `bytes11[${string}]`]: undefined;
3076
- [x: `bytes10[${string}]`]: undefined;
3077
3077
  [x: `bytes9[${string}]`]: undefined;
3078
3078
  [x: `bytes8[${string}]`]: undefined;
3079
3079
  [x: `bytes7[${string}]`]: undefined;
@@ -3148,11 +3148,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3148
3148
  address?: undefined;
3149
3149
  bool?: undefined;
3150
3150
  bytes?: undefined;
3151
+ bytes18?: undefined;
3152
+ bytes1?: undefined;
3153
+ bytes5?: undefined;
3154
+ bytes10?: undefined;
3151
3155
  bytes2?: undefined;
3152
3156
  bytes3?: undefined;
3153
- bytes1?: undefined;
3154
3157
  bytes4?: undefined;
3155
- bytes5?: undefined;
3156
3158
  bytes32?: undefined;
3157
3159
  bytes31?: undefined;
3158
3160
  bytes30?: undefined;
@@ -3167,7 +3169,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3167
3169
  bytes21?: undefined;
3168
3170
  bytes20?: undefined;
3169
3171
  bytes19?: undefined;
3170
- bytes18?: undefined;
3171
3172
  bytes17?: undefined;
3172
3173
  bytes16?: undefined;
3173
3174
  bytes15?: undefined;
@@ -3175,7 +3176,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3175
3176
  bytes13?: undefined;
3176
3177
  bytes12?: undefined;
3177
3178
  bytes11?: undefined;
3178
- bytes10?: undefined;
3179
3179
  bytes9?: undefined;
3180
3180
  bytes8?: undefined;
3181
3181
  bytes7?: undefined;
@@ -3255,11 +3255,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3255
3255
  [x: `address[${string}]`]: undefined;
3256
3256
  [x: `bool[${string}]`]: undefined;
3257
3257
  [x: `bytes[${string}]`]: undefined;
3258
+ [x: `bytes18[${string}]`]: undefined;
3259
+ [x: `bytes1[${string}]`]: undefined;
3260
+ [x: `bytes5[${string}]`]: undefined;
3261
+ [x: `bytes10[${string}]`]: undefined;
3258
3262
  [x: `bytes2[${string}]`]: undefined;
3259
3263
  [x: `bytes3[${string}]`]: undefined;
3260
- [x: `bytes1[${string}]`]: undefined;
3261
3264
  [x: `bytes4[${string}]`]: undefined;
3262
- [x: `bytes5[${string}]`]: undefined;
3263
3265
  [x: `bytes32[${string}]`]: undefined;
3264
3266
  [x: `bytes31[${string}]`]: undefined;
3265
3267
  [x: `bytes30[${string}]`]: undefined;
@@ -3274,7 +3276,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3274
3276
  [x: `bytes21[${string}]`]: undefined;
3275
3277
  [x: `bytes20[${string}]`]: undefined;
3276
3278
  [x: `bytes19[${string}]`]: undefined;
3277
- [x: `bytes18[${string}]`]: undefined;
3278
3279
  [x: `bytes17[${string}]`]: undefined;
3279
3280
  [x: `bytes16[${string}]`]: undefined;
3280
3281
  [x: `bytes15[${string}]`]: undefined;
@@ -3282,7 +3283,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3282
3283
  [x: `bytes13[${string}]`]: undefined;
3283
3284
  [x: `bytes12[${string}]`]: undefined;
3284
3285
  [x: `bytes11[${string}]`]: undefined;
3285
- [x: `bytes10[${string}]`]: undefined;
3286
3286
  [x: `bytes9[${string}]`]: undefined;
3287
3287
  [x: `bytes8[${string}]`]: undefined;
3288
3288
  [x: `bytes7[${string}]`]: undefined;
@@ -3357,11 +3357,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3357
3357
  address?: undefined;
3358
3358
  bool?: undefined;
3359
3359
  bytes?: undefined;
3360
+ bytes18?: undefined;
3361
+ bytes1?: undefined;
3362
+ bytes5?: undefined;
3363
+ bytes10?: undefined;
3360
3364
  bytes2?: undefined;
3361
3365
  bytes3?: undefined;
3362
- bytes1?: undefined;
3363
3366
  bytes4?: undefined;
3364
- bytes5?: undefined;
3365
3367
  bytes32?: undefined;
3366
3368
  bytes31?: undefined;
3367
3369
  bytes30?: undefined;
@@ -3376,7 +3378,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3376
3378
  bytes21?: undefined;
3377
3379
  bytes20?: undefined;
3378
3380
  bytes19?: undefined;
3379
- bytes18?: undefined;
3380
3381
  bytes17?: undefined;
3381
3382
  bytes16?: undefined;
3382
3383
  bytes15?: undefined;
@@ -3384,7 +3385,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3384
3385
  bytes13?: undefined;
3385
3386
  bytes12?: undefined;
3386
3387
  bytes11?: undefined;
3387
- bytes10?: undefined;
3388
3388
  bytes9?: undefined;
3389
3389
  bytes8?: undefined;
3390
3390
  bytes7?: undefined;
@@ -3738,11 +3738,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3738
3738
  [x: `address[${string}]`]: undefined;
3739
3739
  [x: `bool[${string}]`]: undefined;
3740
3740
  [x: `bytes[${string}]`]: undefined;
3741
+ [x: `bytes18[${string}]`]: undefined;
3742
+ [x: `bytes1[${string}]`]: undefined;
3743
+ [x: `bytes5[${string}]`]: undefined;
3744
+ [x: `bytes10[${string}]`]: undefined;
3741
3745
  [x: `bytes2[${string}]`]: undefined;
3742
3746
  [x: `bytes3[${string}]`]: undefined;
3743
- [x: `bytes1[${string}]`]: undefined;
3744
3747
  [x: `bytes4[${string}]`]: undefined;
3745
- [x: `bytes5[${string}]`]: undefined;
3746
3748
  [x: `bytes32[${string}]`]: undefined;
3747
3749
  [x: `bytes31[${string}]`]: undefined;
3748
3750
  [x: `bytes30[${string}]`]: undefined;
@@ -3757,7 +3759,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3757
3759
  [x: `bytes21[${string}]`]: undefined;
3758
3760
  [x: `bytes20[${string}]`]: undefined;
3759
3761
  [x: `bytes19[${string}]`]: undefined;
3760
- [x: `bytes18[${string}]`]: undefined;
3761
3762
  [x: `bytes17[${string}]`]: undefined;
3762
3763
  [x: `bytes16[${string}]`]: undefined;
3763
3764
  [x: `bytes15[${string}]`]: undefined;
@@ -3765,7 +3766,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3765
3766
  [x: `bytes13[${string}]`]: undefined;
3766
3767
  [x: `bytes12[${string}]`]: undefined;
3767
3768
  [x: `bytes11[${string}]`]: undefined;
3768
- [x: `bytes10[${string}]`]: undefined;
3769
3769
  [x: `bytes9[${string}]`]: undefined;
3770
3770
  [x: `bytes8[${string}]`]: undefined;
3771
3771
  [x: `bytes7[${string}]`]: undefined;
@@ -3840,11 +3840,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3840
3840
  address?: undefined;
3841
3841
  bool?: undefined;
3842
3842
  bytes?: undefined;
3843
+ bytes18?: undefined;
3844
+ bytes1?: undefined;
3845
+ bytes5?: undefined;
3846
+ bytes10?: undefined;
3843
3847
  bytes2?: undefined;
3844
3848
  bytes3?: undefined;
3845
- bytes1?: undefined;
3846
3849
  bytes4?: undefined;
3847
- bytes5?: undefined;
3848
3850
  bytes32?: undefined;
3849
3851
  bytes31?: undefined;
3850
3852
  bytes30?: undefined;
@@ -3859,7 +3861,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3859
3861
  bytes21?: undefined;
3860
3862
  bytes20?: undefined;
3861
3863
  bytes19?: undefined;
3862
- bytes18?: undefined;
3863
3864
  bytes17?: undefined;
3864
3865
  bytes16?: undefined;
3865
3866
  bytes15?: undefined;
@@ -3867,7 +3868,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3867
3868
  bytes13?: undefined;
3868
3869
  bytes12?: undefined;
3869
3870
  bytes11?: undefined;
3870
- bytes10?: undefined;
3871
3871
  bytes9?: undefined;
3872
3872
  bytes8?: undefined;
3873
3873
  bytes7?: undefined;
@@ -3947,11 +3947,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3947
3947
  [x: `address[${string}]`]: undefined;
3948
3948
  [x: `bool[${string}]`]: undefined;
3949
3949
  [x: `bytes[${string}]`]: undefined;
3950
+ [x: `bytes18[${string}]`]: undefined;
3951
+ [x: `bytes1[${string}]`]: undefined;
3952
+ [x: `bytes5[${string}]`]: undefined;
3953
+ [x: `bytes10[${string}]`]: undefined;
3950
3954
  [x: `bytes2[${string}]`]: undefined;
3951
3955
  [x: `bytes3[${string}]`]: undefined;
3952
- [x: `bytes1[${string}]`]: undefined;
3953
3956
  [x: `bytes4[${string}]`]: undefined;
3954
- [x: `bytes5[${string}]`]: undefined;
3955
3957
  [x: `bytes32[${string}]`]: undefined;
3956
3958
  [x: `bytes31[${string}]`]: undefined;
3957
3959
  [x: `bytes30[${string}]`]: undefined;
@@ -3966,7 +3968,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3966
3968
  [x: `bytes21[${string}]`]: undefined;
3967
3969
  [x: `bytes20[${string}]`]: undefined;
3968
3970
  [x: `bytes19[${string}]`]: undefined;
3969
- [x: `bytes18[${string}]`]: undefined;
3970
3971
  [x: `bytes17[${string}]`]: undefined;
3971
3972
  [x: `bytes16[${string}]`]: undefined;
3972
3973
  [x: `bytes15[${string}]`]: undefined;
@@ -3974,7 +3975,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3974
3975
  [x: `bytes13[${string}]`]: undefined;
3975
3976
  [x: `bytes12[${string}]`]: undefined;
3976
3977
  [x: `bytes11[${string}]`]: undefined;
3977
- [x: `bytes10[${string}]`]: undefined;
3978
3978
  [x: `bytes9[${string}]`]: undefined;
3979
3979
  [x: `bytes8[${string}]`]: undefined;
3980
3980
  [x: `bytes7[${string}]`]: undefined;
@@ -4049,11 +4049,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4049
4049
  address?: undefined;
4050
4050
  bool?: undefined;
4051
4051
  bytes?: undefined;
4052
+ bytes18?: undefined;
4053
+ bytes1?: undefined;
4054
+ bytes5?: undefined;
4055
+ bytes10?: undefined;
4052
4056
  bytes2?: undefined;
4053
4057
  bytes3?: undefined;
4054
- bytes1?: undefined;
4055
4058
  bytes4?: undefined;
4056
- bytes5?: undefined;
4057
4059
  bytes32?: undefined;
4058
4060
  bytes31?: undefined;
4059
4061
  bytes30?: undefined;
@@ -4068,7 +4070,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4068
4070
  bytes21?: undefined;
4069
4071
  bytes20?: undefined;
4070
4072
  bytes19?: undefined;
4071
- bytes18?: undefined;
4072
4073
  bytes17?: undefined;
4073
4074
  bytes16?: undefined;
4074
4075
  bytes15?: undefined;
@@ -4076,7 +4077,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4076
4077
  bytes13?: undefined;
4077
4078
  bytes12?: undefined;
4078
4079
  bytes11?: undefined;
4079
- bytes10?: undefined;
4080
4080
  bytes9?: undefined;
4081
4081
  bytes8?: undefined;
4082
4082
  bytes7?: undefined;
@@ -4430,11 +4430,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4430
4430
  [x: `address[${string}]`]: undefined;
4431
4431
  [x: `bool[${string}]`]: undefined;
4432
4432
  [x: `bytes[${string}]`]: undefined;
4433
+ [x: `bytes18[${string}]`]: undefined;
4434
+ [x: `bytes1[${string}]`]: undefined;
4435
+ [x: `bytes5[${string}]`]: undefined;
4436
+ [x: `bytes10[${string}]`]: undefined;
4433
4437
  [x: `bytes2[${string}]`]: undefined;
4434
4438
  [x: `bytes3[${string}]`]: undefined;
4435
- [x: `bytes1[${string}]`]: undefined;
4436
4439
  [x: `bytes4[${string}]`]: undefined;
4437
- [x: `bytes5[${string}]`]: undefined;
4438
4440
  [x: `bytes32[${string}]`]: undefined;
4439
4441
  [x: `bytes31[${string}]`]: undefined;
4440
4442
  [x: `bytes30[${string}]`]: undefined;
@@ -4449,7 +4451,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4449
4451
  [x: `bytes21[${string}]`]: undefined;
4450
4452
  [x: `bytes20[${string}]`]: undefined;
4451
4453
  [x: `bytes19[${string}]`]: undefined;
4452
- [x: `bytes18[${string}]`]: undefined;
4453
4454
  [x: `bytes17[${string}]`]: undefined;
4454
4455
  [x: `bytes16[${string}]`]: undefined;
4455
4456
  [x: `bytes15[${string}]`]: undefined;
@@ -4457,7 +4458,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4457
4458
  [x: `bytes13[${string}]`]: undefined;
4458
4459
  [x: `bytes12[${string}]`]: undefined;
4459
4460
  [x: `bytes11[${string}]`]: undefined;
4460
- [x: `bytes10[${string}]`]: undefined;
4461
4461
  [x: `bytes9[${string}]`]: undefined;
4462
4462
  [x: `bytes8[${string}]`]: undefined;
4463
4463
  [x: `bytes7[${string}]`]: undefined;
@@ -4532,11 +4532,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4532
4532
  address?: undefined;
4533
4533
  bool?: undefined;
4534
4534
  bytes?: undefined;
4535
+ bytes18?: undefined;
4536
+ bytes1?: undefined;
4537
+ bytes5?: undefined;
4538
+ bytes10?: undefined;
4535
4539
  bytes2?: undefined;
4536
4540
  bytes3?: undefined;
4537
- bytes1?: undefined;
4538
4541
  bytes4?: undefined;
4539
- bytes5?: undefined;
4540
4542
  bytes32?: undefined;
4541
4543
  bytes31?: undefined;
4542
4544
  bytes30?: undefined;
@@ -4551,7 +4553,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4551
4553
  bytes21?: undefined;
4552
4554
  bytes20?: undefined;
4553
4555
  bytes19?: undefined;
4554
- bytes18?: undefined;
4555
4556
  bytes17?: undefined;
4556
4557
  bytes16?: undefined;
4557
4558
  bytes15?: undefined;
@@ -4559,7 +4560,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4559
4560
  bytes13?: undefined;
4560
4561
  bytes12?: undefined;
4561
4562
  bytes11?: undefined;
4562
- bytes10?: undefined;
4563
4563
  bytes9?: undefined;
4564
4564
  bytes8?: undefined;
4565
4565
  bytes7?: undefined;
@@ -4639,11 +4639,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4639
4639
  [x: `address[${string}]`]: undefined;
4640
4640
  [x: `bool[${string}]`]: undefined;
4641
4641
  [x: `bytes[${string}]`]: undefined;
4642
+ [x: `bytes18[${string}]`]: undefined;
4643
+ [x: `bytes1[${string}]`]: undefined;
4644
+ [x: `bytes5[${string}]`]: undefined;
4645
+ [x: `bytes10[${string}]`]: undefined;
4642
4646
  [x: `bytes2[${string}]`]: undefined;
4643
4647
  [x: `bytes3[${string}]`]: undefined;
4644
- [x: `bytes1[${string}]`]: undefined;
4645
4648
  [x: `bytes4[${string}]`]: undefined;
4646
- [x: `bytes5[${string}]`]: undefined;
4647
4649
  [x: `bytes32[${string}]`]: undefined;
4648
4650
  [x: `bytes31[${string}]`]: undefined;
4649
4651
  [x: `bytes30[${string}]`]: undefined;
@@ -4658,7 +4660,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4658
4660
  [x: `bytes21[${string}]`]: undefined;
4659
4661
  [x: `bytes20[${string}]`]: undefined;
4660
4662
  [x: `bytes19[${string}]`]: undefined;
4661
- [x: `bytes18[${string}]`]: undefined;
4662
4663
  [x: `bytes17[${string}]`]: undefined;
4663
4664
  [x: `bytes16[${string}]`]: undefined;
4664
4665
  [x: `bytes15[${string}]`]: undefined;
@@ -4666,7 +4667,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4666
4667
  [x: `bytes13[${string}]`]: undefined;
4667
4668
  [x: `bytes12[${string}]`]: undefined;
4668
4669
  [x: `bytes11[${string}]`]: undefined;
4669
- [x: `bytes10[${string}]`]: undefined;
4670
4670
  [x: `bytes9[${string}]`]: undefined;
4671
4671
  [x: `bytes8[${string}]`]: undefined;
4672
4672
  [x: `bytes7[${string}]`]: undefined;
@@ -4741,11 +4741,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4741
4741
  address?: undefined;
4742
4742
  bool?: undefined;
4743
4743
  bytes?: undefined;
4744
+ bytes18?: undefined;
4745
+ bytes1?: undefined;
4746
+ bytes5?: undefined;
4747
+ bytes10?: undefined;
4744
4748
  bytes2?: undefined;
4745
4749
  bytes3?: undefined;
4746
- bytes1?: undefined;
4747
4750
  bytes4?: undefined;
4748
- bytes5?: undefined;
4749
4751
  bytes32?: undefined;
4750
4752
  bytes31?: undefined;
4751
4753
  bytes30?: undefined;
@@ -4760,7 +4762,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4760
4762
  bytes21?: undefined;
4761
4763
  bytes20?: undefined;
4762
4764
  bytes19?: undefined;
4763
- bytes18?: undefined;
4764
4765
  bytes17?: undefined;
4765
4766
  bytes16?: undefined;
4766
4767
  bytes15?: undefined;
@@ -4768,7 +4769,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4768
4769
  bytes13?: undefined;
4769
4770
  bytes12?: undefined;
4770
4771
  bytes11?: undefined;
4771
- bytes10?: undefined;
4772
4772
  bytes9?: undefined;
4773
4773
  bytes8?: undefined;
4774
4774
  bytes7?: undefined;
@@ -5122,11 +5122,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5122
5122
  [x: `address[${string}]`]: undefined;
5123
5123
  [x: `bool[${string}]`]: undefined;
5124
5124
  [x: `bytes[${string}]`]: undefined;
5125
+ [x: `bytes18[${string}]`]: undefined;
5126
+ [x: `bytes1[${string}]`]: undefined;
5127
+ [x: `bytes5[${string}]`]: undefined;
5128
+ [x: `bytes10[${string}]`]: undefined;
5125
5129
  [x: `bytes2[${string}]`]: undefined;
5126
5130
  [x: `bytes3[${string}]`]: undefined;
5127
- [x: `bytes1[${string}]`]: undefined;
5128
5131
  [x: `bytes4[${string}]`]: undefined;
5129
- [x: `bytes5[${string}]`]: undefined;
5130
5132
  [x: `bytes32[${string}]`]: undefined;
5131
5133
  [x: `bytes31[${string}]`]: undefined;
5132
5134
  [x: `bytes30[${string}]`]: undefined;
@@ -5141,7 +5143,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5141
5143
  [x: `bytes21[${string}]`]: undefined;
5142
5144
  [x: `bytes20[${string}]`]: undefined;
5143
5145
  [x: `bytes19[${string}]`]: undefined;
5144
- [x: `bytes18[${string}]`]: undefined;
5145
5146
  [x: `bytes17[${string}]`]: undefined;
5146
5147
  [x: `bytes16[${string}]`]: undefined;
5147
5148
  [x: `bytes15[${string}]`]: undefined;
@@ -5149,7 +5150,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5149
5150
  [x: `bytes13[${string}]`]: undefined;
5150
5151
  [x: `bytes12[${string}]`]: undefined;
5151
5152
  [x: `bytes11[${string}]`]: undefined;
5152
- [x: `bytes10[${string}]`]: undefined;
5153
5153
  [x: `bytes9[${string}]`]: undefined;
5154
5154
  [x: `bytes8[${string}]`]: undefined;
5155
5155
  [x: `bytes7[${string}]`]: undefined;
@@ -5224,11 +5224,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5224
5224
  address?: undefined;
5225
5225
  bool?: undefined;
5226
5226
  bytes?: undefined;
5227
+ bytes18?: undefined;
5228
+ bytes1?: undefined;
5229
+ bytes5?: undefined;
5230
+ bytes10?: undefined;
5227
5231
  bytes2?: undefined;
5228
5232
  bytes3?: undefined;
5229
- bytes1?: undefined;
5230
5233
  bytes4?: undefined;
5231
- bytes5?: undefined;
5232
5234
  bytes32?: undefined;
5233
5235
  bytes31?: undefined;
5234
5236
  bytes30?: undefined;
@@ -5243,7 +5245,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5243
5245
  bytes21?: undefined;
5244
5246
  bytes20?: undefined;
5245
5247
  bytes19?: undefined;
5246
- bytes18?: undefined;
5247
5248
  bytes17?: undefined;
5248
5249
  bytes16?: undefined;
5249
5250
  bytes15?: undefined;
@@ -5251,7 +5252,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5251
5252
  bytes13?: undefined;
5252
5253
  bytes12?: undefined;
5253
5254
  bytes11?: undefined;
5254
- bytes10?: undefined;
5255
5255
  bytes9?: undefined;
5256
5256
  bytes8?: undefined;
5257
5257
  bytes7?: undefined;
@@ -5331,11 +5331,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5331
5331
  [x: `address[${string}]`]: undefined;
5332
5332
  [x: `bool[${string}]`]: undefined;
5333
5333
  [x: `bytes[${string}]`]: undefined;
5334
+ [x: `bytes18[${string}]`]: undefined;
5335
+ [x: `bytes1[${string}]`]: undefined;
5336
+ [x: `bytes5[${string}]`]: undefined;
5337
+ [x: `bytes10[${string}]`]: undefined;
5334
5338
  [x: `bytes2[${string}]`]: undefined;
5335
5339
  [x: `bytes3[${string}]`]: undefined;
5336
- [x: `bytes1[${string}]`]: undefined;
5337
5340
  [x: `bytes4[${string}]`]: undefined;
5338
- [x: `bytes5[${string}]`]: undefined;
5339
5341
  [x: `bytes32[${string}]`]: undefined;
5340
5342
  [x: `bytes31[${string}]`]: undefined;
5341
5343
  [x: `bytes30[${string}]`]: undefined;
@@ -5350,7 +5352,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5350
5352
  [x: `bytes21[${string}]`]: undefined;
5351
5353
  [x: `bytes20[${string}]`]: undefined;
5352
5354
  [x: `bytes19[${string}]`]: undefined;
5353
- [x: `bytes18[${string}]`]: undefined;
5354
5355
  [x: `bytes17[${string}]`]: undefined;
5355
5356
  [x: `bytes16[${string}]`]: undefined;
5356
5357
  [x: `bytes15[${string}]`]: undefined;
@@ -5358,7 +5359,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5358
5359
  [x: `bytes13[${string}]`]: undefined;
5359
5360
  [x: `bytes12[${string}]`]: undefined;
5360
5361
  [x: `bytes11[${string}]`]: undefined;
5361
- [x: `bytes10[${string}]`]: undefined;
5362
5362
  [x: `bytes9[${string}]`]: undefined;
5363
5363
  [x: `bytes8[${string}]`]: undefined;
5364
5364
  [x: `bytes7[${string}]`]: undefined;
@@ -5433,11 +5433,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5433
5433
  address?: undefined;
5434
5434
  bool?: undefined;
5435
5435
  bytes?: undefined;
5436
+ bytes18?: undefined;
5437
+ bytes1?: undefined;
5438
+ bytes5?: undefined;
5439
+ bytes10?: undefined;
5436
5440
  bytes2?: undefined;
5437
5441
  bytes3?: undefined;
5438
- bytes1?: undefined;
5439
5442
  bytes4?: undefined;
5440
- bytes5?: undefined;
5441
5443
  bytes32?: undefined;
5442
5444
  bytes31?: undefined;
5443
5445
  bytes30?: undefined;
@@ -5452,7 +5454,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5452
5454
  bytes21?: undefined;
5453
5455
  bytes20?: undefined;
5454
5456
  bytes19?: undefined;
5455
- bytes18?: undefined;
5456
5457
  bytes17?: undefined;
5457
5458
  bytes16?: undefined;
5458
5459
  bytes15?: undefined;
@@ -5460,7 +5461,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5460
5461
  bytes13?: undefined;
5461
5462
  bytes12?: undefined;
5462
5463
  bytes11?: undefined;
5463
- bytes10?: undefined;
5464
5464
  bytes9?: undefined;
5465
5465
  bytes8?: undefined;
5466
5466
  bytes7?: undefined;