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

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 +2 -9
  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 +3 -10
  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 +2 -10
  57. package/src/version.ts +1 -1
@@ -289,11 +289,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
289
289
  [x: `address[${string}]`]: undefined;
290
290
  [x: `bool[${string}]`]: undefined;
291
291
  [x: `bytes[${string}]`]: undefined;
292
+ [x: `bytes18[${string}]`]: undefined;
293
+ [x: `bytes1[${string}]`]: undefined;
294
+ [x: `bytes5[${string}]`]: undefined;
295
+ [x: `bytes10[${string}]`]: undefined;
292
296
  [x: `bytes2[${string}]`]: undefined;
293
297
  [x: `bytes3[${string}]`]: undefined;
294
- [x: `bytes1[${string}]`]: undefined;
295
298
  [x: `bytes4[${string}]`]: undefined;
296
- [x: `bytes5[${string}]`]: undefined;
297
299
  [x: `bytes32[${string}]`]: undefined;
298
300
  [x: `bytes31[${string}]`]: undefined;
299
301
  [x: `bytes30[${string}]`]: undefined;
@@ -308,7 +310,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
308
310
  [x: `bytes21[${string}]`]: undefined;
309
311
  [x: `bytes20[${string}]`]: undefined;
310
312
  [x: `bytes19[${string}]`]: undefined;
311
- [x: `bytes18[${string}]`]: undefined;
312
313
  [x: `bytes17[${string}]`]: undefined;
313
314
  [x: `bytes16[${string}]`]: undefined;
314
315
  [x: `bytes15[${string}]`]: undefined;
@@ -316,7 +317,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
316
317
  [x: `bytes13[${string}]`]: undefined;
317
318
  [x: `bytes12[${string}]`]: undefined;
318
319
  [x: `bytes11[${string}]`]: undefined;
319
- [x: `bytes10[${string}]`]: undefined;
320
320
  [x: `bytes9[${string}]`]: undefined;
321
321
  [x: `bytes8[${string}]`]: undefined;
322
322
  [x: `bytes7[${string}]`]: undefined;
@@ -391,11 +391,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
391
391
  address?: undefined;
392
392
  bool?: undefined;
393
393
  bytes?: undefined;
394
+ bytes18?: undefined;
395
+ bytes1?: undefined;
396
+ bytes5?: undefined;
397
+ bytes10?: undefined;
394
398
  bytes2?: undefined;
395
399
  bytes3?: undefined;
396
- bytes1?: undefined;
397
400
  bytes4?: undefined;
398
- bytes5?: undefined;
399
401
  bytes32?: undefined;
400
402
  bytes31?: undefined;
401
403
  bytes30?: undefined;
@@ -410,7 +412,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
410
412
  bytes21?: undefined;
411
413
  bytes20?: undefined;
412
414
  bytes19?: undefined;
413
- bytes18?: undefined;
414
415
  bytes17?: undefined;
415
416
  bytes16?: undefined;
416
417
  bytes15?: undefined;
@@ -418,7 +419,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
418
419
  bytes13?: undefined;
419
420
  bytes12?: undefined;
420
421
  bytes11?: undefined;
421
- bytes10?: undefined;
422
422
  bytes9?: undefined;
423
423
  bytes8?: undefined;
424
424
  bytes7?: undefined;
@@ -498,11 +498,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
498
498
  [x: `address[${string}]`]: undefined;
499
499
  [x: `bool[${string}]`]: undefined;
500
500
  [x: `bytes[${string}]`]: undefined;
501
+ [x: `bytes18[${string}]`]: undefined;
502
+ [x: `bytes1[${string}]`]: undefined;
503
+ [x: `bytes5[${string}]`]: undefined;
504
+ [x: `bytes10[${string}]`]: undefined;
501
505
  [x: `bytes2[${string}]`]: undefined;
502
506
  [x: `bytes3[${string}]`]: undefined;
503
- [x: `bytes1[${string}]`]: undefined;
504
507
  [x: `bytes4[${string}]`]: undefined;
505
- [x: `bytes5[${string}]`]: undefined;
506
508
  [x: `bytes32[${string}]`]: undefined;
507
509
  [x: `bytes31[${string}]`]: undefined;
508
510
  [x: `bytes30[${string}]`]: undefined;
@@ -517,7 +519,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
517
519
  [x: `bytes21[${string}]`]: undefined;
518
520
  [x: `bytes20[${string}]`]: undefined;
519
521
  [x: `bytes19[${string}]`]: undefined;
520
- [x: `bytes18[${string}]`]: undefined;
521
522
  [x: `bytes17[${string}]`]: undefined;
522
523
  [x: `bytes16[${string}]`]: undefined;
523
524
  [x: `bytes15[${string}]`]: undefined;
@@ -525,7 +526,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
525
526
  [x: `bytes13[${string}]`]: undefined;
526
527
  [x: `bytes12[${string}]`]: undefined;
527
528
  [x: `bytes11[${string}]`]: undefined;
528
- [x: `bytes10[${string}]`]: undefined;
529
529
  [x: `bytes9[${string}]`]: undefined;
530
530
  [x: `bytes8[${string}]`]: undefined;
531
531
  [x: `bytes7[${string}]`]: undefined;
@@ -600,11 +600,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
600
600
  address?: undefined;
601
601
  bool?: undefined;
602
602
  bytes?: undefined;
603
+ bytes18?: undefined;
604
+ bytes1?: undefined;
605
+ bytes5?: undefined;
606
+ bytes10?: undefined;
603
607
  bytes2?: undefined;
604
608
  bytes3?: undefined;
605
- bytes1?: undefined;
606
609
  bytes4?: undefined;
607
- bytes5?: undefined;
608
610
  bytes32?: undefined;
609
611
  bytes31?: undefined;
610
612
  bytes30?: undefined;
@@ -619,7 +621,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
619
621
  bytes21?: undefined;
620
622
  bytes20?: undefined;
621
623
  bytes19?: undefined;
622
- bytes18?: undefined;
623
624
  bytes17?: undefined;
624
625
  bytes16?: undefined;
625
626
  bytes15?: undefined;
@@ -627,7 +628,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
627
628
  bytes13?: undefined;
628
629
  bytes12?: undefined;
629
630
  bytes11?: undefined;
630
- bytes10?: undefined;
631
631
  bytes9?: undefined;
632
632
  bytes8?: undefined;
633
633
  bytes7?: undefined;
@@ -981,11 +981,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
981
981
  [x: `address[${string}]`]: undefined;
982
982
  [x: `bool[${string}]`]: undefined;
983
983
  [x: `bytes[${string}]`]: undefined;
984
+ [x: `bytes18[${string}]`]: undefined;
985
+ [x: `bytes1[${string}]`]: undefined;
986
+ [x: `bytes5[${string}]`]: undefined;
987
+ [x: `bytes10[${string}]`]: undefined;
984
988
  [x: `bytes2[${string}]`]: undefined;
985
989
  [x: `bytes3[${string}]`]: undefined;
986
- [x: `bytes1[${string}]`]: undefined;
987
990
  [x: `bytes4[${string}]`]: undefined;
988
- [x: `bytes5[${string}]`]: undefined;
989
991
  [x: `bytes32[${string}]`]: undefined;
990
992
  [x: `bytes31[${string}]`]: undefined;
991
993
  [x: `bytes30[${string}]`]: undefined;
@@ -1000,7 +1002,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1000
1002
  [x: `bytes21[${string}]`]: undefined;
1001
1003
  [x: `bytes20[${string}]`]: undefined;
1002
1004
  [x: `bytes19[${string}]`]: undefined;
1003
- [x: `bytes18[${string}]`]: undefined;
1004
1005
  [x: `bytes17[${string}]`]: undefined;
1005
1006
  [x: `bytes16[${string}]`]: undefined;
1006
1007
  [x: `bytes15[${string}]`]: undefined;
@@ -1008,7 +1009,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1008
1009
  [x: `bytes13[${string}]`]: undefined;
1009
1010
  [x: `bytes12[${string}]`]: undefined;
1010
1011
  [x: `bytes11[${string}]`]: undefined;
1011
- [x: `bytes10[${string}]`]: undefined;
1012
1012
  [x: `bytes9[${string}]`]: undefined;
1013
1013
  [x: `bytes8[${string}]`]: undefined;
1014
1014
  [x: `bytes7[${string}]`]: undefined;
@@ -1083,11 +1083,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1083
1083
  address?: undefined;
1084
1084
  bool?: undefined;
1085
1085
  bytes?: undefined;
1086
+ bytes18?: undefined;
1087
+ bytes1?: undefined;
1088
+ bytes5?: undefined;
1089
+ bytes10?: undefined;
1086
1090
  bytes2?: undefined;
1087
1091
  bytes3?: undefined;
1088
- bytes1?: undefined;
1089
1092
  bytes4?: undefined;
1090
- bytes5?: undefined;
1091
1093
  bytes32?: undefined;
1092
1094
  bytes31?: undefined;
1093
1095
  bytes30?: undefined;
@@ -1102,7 +1104,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1102
1104
  bytes21?: undefined;
1103
1105
  bytes20?: undefined;
1104
1106
  bytes19?: undefined;
1105
- bytes18?: undefined;
1106
1107
  bytes17?: undefined;
1107
1108
  bytes16?: undefined;
1108
1109
  bytes15?: undefined;
@@ -1110,7 +1111,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1110
1111
  bytes13?: undefined;
1111
1112
  bytes12?: undefined;
1112
1113
  bytes11?: undefined;
1113
- bytes10?: undefined;
1114
1114
  bytes9?: undefined;
1115
1115
  bytes8?: undefined;
1116
1116
  bytes7?: undefined;
@@ -1190,11 +1190,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1190
1190
  [x: `address[${string}]`]: undefined;
1191
1191
  [x: `bool[${string}]`]: undefined;
1192
1192
  [x: `bytes[${string}]`]: undefined;
1193
+ [x: `bytes18[${string}]`]: undefined;
1194
+ [x: `bytes1[${string}]`]: undefined;
1195
+ [x: `bytes5[${string}]`]: undefined;
1196
+ [x: `bytes10[${string}]`]: undefined;
1193
1197
  [x: `bytes2[${string}]`]: undefined;
1194
1198
  [x: `bytes3[${string}]`]: undefined;
1195
- [x: `bytes1[${string}]`]: undefined;
1196
1199
  [x: `bytes4[${string}]`]: undefined;
1197
- [x: `bytes5[${string}]`]: undefined;
1198
1200
  [x: `bytes32[${string}]`]: undefined;
1199
1201
  [x: `bytes31[${string}]`]: undefined;
1200
1202
  [x: `bytes30[${string}]`]: undefined;
@@ -1209,7 +1211,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1209
1211
  [x: `bytes21[${string}]`]: undefined;
1210
1212
  [x: `bytes20[${string}]`]: undefined;
1211
1213
  [x: `bytes19[${string}]`]: undefined;
1212
- [x: `bytes18[${string}]`]: undefined;
1213
1214
  [x: `bytes17[${string}]`]: undefined;
1214
1215
  [x: `bytes16[${string}]`]: undefined;
1215
1216
  [x: `bytes15[${string}]`]: undefined;
@@ -1217,7 +1218,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1217
1218
  [x: `bytes13[${string}]`]: undefined;
1218
1219
  [x: `bytes12[${string}]`]: undefined;
1219
1220
  [x: `bytes11[${string}]`]: undefined;
1220
- [x: `bytes10[${string}]`]: undefined;
1221
1221
  [x: `bytes9[${string}]`]: undefined;
1222
1222
  [x: `bytes8[${string}]`]: undefined;
1223
1223
  [x: `bytes7[${string}]`]: undefined;
@@ -1292,11 +1292,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1292
1292
  address?: undefined;
1293
1293
  bool?: undefined;
1294
1294
  bytes?: undefined;
1295
+ bytes18?: undefined;
1296
+ bytes1?: undefined;
1297
+ bytes5?: undefined;
1298
+ bytes10?: undefined;
1295
1299
  bytes2?: undefined;
1296
1300
  bytes3?: undefined;
1297
- bytes1?: undefined;
1298
1301
  bytes4?: undefined;
1299
- bytes5?: undefined;
1300
1302
  bytes32?: undefined;
1301
1303
  bytes31?: undefined;
1302
1304
  bytes30?: undefined;
@@ -1311,7 +1313,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1311
1313
  bytes21?: undefined;
1312
1314
  bytes20?: undefined;
1313
1315
  bytes19?: undefined;
1314
- bytes18?: undefined;
1315
1316
  bytes17?: undefined;
1316
1317
  bytes16?: undefined;
1317
1318
  bytes15?: undefined;
@@ -1319,7 +1320,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1319
1320
  bytes13?: undefined;
1320
1321
  bytes12?: undefined;
1321
1322
  bytes11?: undefined;
1322
- bytes10?: undefined;
1323
1323
  bytes9?: undefined;
1324
1324
  bytes8?: undefined;
1325
1325
  bytes7?: undefined;
@@ -1673,11 +1673,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1673
1673
  [x: `address[${string}]`]: undefined;
1674
1674
  [x: `bool[${string}]`]: undefined;
1675
1675
  [x: `bytes[${string}]`]: undefined;
1676
+ [x: `bytes18[${string}]`]: undefined;
1677
+ [x: `bytes1[${string}]`]: undefined;
1678
+ [x: `bytes5[${string}]`]: undefined;
1679
+ [x: `bytes10[${string}]`]: undefined;
1676
1680
  [x: `bytes2[${string}]`]: undefined;
1677
1681
  [x: `bytes3[${string}]`]: undefined;
1678
- [x: `bytes1[${string}]`]: undefined;
1679
1682
  [x: `bytes4[${string}]`]: undefined;
1680
- [x: `bytes5[${string}]`]: undefined;
1681
1683
  [x: `bytes32[${string}]`]: undefined;
1682
1684
  [x: `bytes31[${string}]`]: undefined;
1683
1685
  [x: `bytes30[${string}]`]: undefined;
@@ -1692,7 +1694,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1692
1694
  [x: `bytes21[${string}]`]: undefined;
1693
1695
  [x: `bytes20[${string}]`]: undefined;
1694
1696
  [x: `bytes19[${string}]`]: undefined;
1695
- [x: `bytes18[${string}]`]: undefined;
1696
1697
  [x: `bytes17[${string}]`]: undefined;
1697
1698
  [x: `bytes16[${string}]`]: undefined;
1698
1699
  [x: `bytes15[${string}]`]: undefined;
@@ -1700,7 +1701,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1700
1701
  [x: `bytes13[${string}]`]: undefined;
1701
1702
  [x: `bytes12[${string}]`]: undefined;
1702
1703
  [x: `bytes11[${string}]`]: undefined;
1703
- [x: `bytes10[${string}]`]: undefined;
1704
1704
  [x: `bytes9[${string}]`]: undefined;
1705
1705
  [x: `bytes8[${string}]`]: undefined;
1706
1706
  [x: `bytes7[${string}]`]: undefined;
@@ -1775,11 +1775,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1775
1775
  address?: undefined;
1776
1776
  bool?: undefined;
1777
1777
  bytes?: undefined;
1778
+ bytes18?: undefined;
1779
+ bytes1?: undefined;
1780
+ bytes5?: undefined;
1781
+ bytes10?: undefined;
1778
1782
  bytes2?: undefined;
1779
1783
  bytes3?: undefined;
1780
- bytes1?: undefined;
1781
1784
  bytes4?: undefined;
1782
- bytes5?: undefined;
1783
1785
  bytes32?: undefined;
1784
1786
  bytes31?: undefined;
1785
1787
  bytes30?: undefined;
@@ -1794,7 +1796,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1794
1796
  bytes21?: undefined;
1795
1797
  bytes20?: undefined;
1796
1798
  bytes19?: undefined;
1797
- bytes18?: undefined;
1798
1799
  bytes17?: undefined;
1799
1800
  bytes16?: undefined;
1800
1801
  bytes15?: undefined;
@@ -1802,7 +1803,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1802
1803
  bytes13?: undefined;
1803
1804
  bytes12?: undefined;
1804
1805
  bytes11?: undefined;
1805
- bytes10?: undefined;
1806
1806
  bytes9?: undefined;
1807
1807
  bytes8?: undefined;
1808
1808
  bytes7?: undefined;
@@ -1882,11 +1882,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1882
1882
  [x: `address[${string}]`]: undefined;
1883
1883
  [x: `bool[${string}]`]: undefined;
1884
1884
  [x: `bytes[${string}]`]: undefined;
1885
+ [x: `bytes18[${string}]`]: undefined;
1886
+ [x: `bytes1[${string}]`]: undefined;
1887
+ [x: `bytes5[${string}]`]: undefined;
1888
+ [x: `bytes10[${string}]`]: undefined;
1885
1889
  [x: `bytes2[${string}]`]: undefined;
1886
1890
  [x: `bytes3[${string}]`]: undefined;
1887
- [x: `bytes1[${string}]`]: undefined;
1888
1891
  [x: `bytes4[${string}]`]: undefined;
1889
- [x: `bytes5[${string}]`]: undefined;
1890
1892
  [x: `bytes32[${string}]`]: undefined;
1891
1893
  [x: `bytes31[${string}]`]: undefined;
1892
1894
  [x: `bytes30[${string}]`]: undefined;
@@ -1901,7 +1903,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1901
1903
  [x: `bytes21[${string}]`]: undefined;
1902
1904
  [x: `bytes20[${string}]`]: undefined;
1903
1905
  [x: `bytes19[${string}]`]: undefined;
1904
- [x: `bytes18[${string}]`]: undefined;
1905
1906
  [x: `bytes17[${string}]`]: undefined;
1906
1907
  [x: `bytes16[${string}]`]: undefined;
1907
1908
  [x: `bytes15[${string}]`]: undefined;
@@ -1909,7 +1910,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1909
1910
  [x: `bytes13[${string}]`]: undefined;
1910
1911
  [x: `bytes12[${string}]`]: undefined;
1911
1912
  [x: `bytes11[${string}]`]: undefined;
1912
- [x: `bytes10[${string}]`]: undefined;
1913
1913
  [x: `bytes9[${string}]`]: undefined;
1914
1914
  [x: `bytes8[${string}]`]: undefined;
1915
1915
  [x: `bytes7[${string}]`]: undefined;
@@ -1984,11 +1984,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1984
1984
  address?: undefined;
1985
1985
  bool?: undefined;
1986
1986
  bytes?: undefined;
1987
+ bytes18?: undefined;
1988
+ bytes1?: undefined;
1989
+ bytes5?: undefined;
1990
+ bytes10?: undefined;
1987
1991
  bytes2?: undefined;
1988
1992
  bytes3?: undefined;
1989
- bytes1?: undefined;
1990
1993
  bytes4?: undefined;
1991
- bytes5?: undefined;
1992
1994
  bytes32?: undefined;
1993
1995
  bytes31?: undefined;
1994
1996
  bytes30?: undefined;
@@ -2003,7 +2005,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2003
2005
  bytes21?: undefined;
2004
2006
  bytes20?: undefined;
2005
2007
  bytes19?: undefined;
2006
- bytes18?: undefined;
2007
2008
  bytes17?: undefined;
2008
2009
  bytes16?: undefined;
2009
2010
  bytes15?: undefined;
@@ -2011,7 +2012,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2011
2012
  bytes13?: undefined;
2012
2013
  bytes12?: undefined;
2013
2014
  bytes11?: undefined;
2014
- bytes10?: undefined;
2015
2015
  bytes9?: undefined;
2016
2016
  bytes8?: undefined;
2017
2017
  bytes7?: undefined;
@@ -2365,11 +2365,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2365
2365
  [x: `address[${string}]`]: undefined;
2366
2366
  [x: `bool[${string}]`]: undefined;
2367
2367
  [x: `bytes[${string}]`]: undefined;
2368
+ [x: `bytes18[${string}]`]: undefined;
2369
+ [x: `bytes1[${string}]`]: undefined;
2370
+ [x: `bytes5[${string}]`]: undefined;
2371
+ [x: `bytes10[${string}]`]: undefined;
2368
2372
  [x: `bytes2[${string}]`]: undefined;
2369
2373
  [x: `bytes3[${string}]`]: undefined;
2370
- [x: `bytes1[${string}]`]: undefined;
2371
2374
  [x: `bytes4[${string}]`]: undefined;
2372
- [x: `bytes5[${string}]`]: undefined;
2373
2375
  [x: `bytes32[${string}]`]: undefined;
2374
2376
  [x: `bytes31[${string}]`]: undefined;
2375
2377
  [x: `bytes30[${string}]`]: undefined;
@@ -2384,7 +2386,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2384
2386
  [x: `bytes21[${string}]`]: undefined;
2385
2387
  [x: `bytes20[${string}]`]: undefined;
2386
2388
  [x: `bytes19[${string}]`]: undefined;
2387
- [x: `bytes18[${string}]`]: undefined;
2388
2389
  [x: `bytes17[${string}]`]: undefined;
2389
2390
  [x: `bytes16[${string}]`]: undefined;
2390
2391
  [x: `bytes15[${string}]`]: undefined;
@@ -2392,7 +2393,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2392
2393
  [x: `bytes13[${string}]`]: undefined;
2393
2394
  [x: `bytes12[${string}]`]: undefined;
2394
2395
  [x: `bytes11[${string}]`]: undefined;
2395
- [x: `bytes10[${string}]`]: undefined;
2396
2396
  [x: `bytes9[${string}]`]: undefined;
2397
2397
  [x: `bytes8[${string}]`]: undefined;
2398
2398
  [x: `bytes7[${string}]`]: undefined;
@@ -2467,11 +2467,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2467
2467
  address?: undefined;
2468
2468
  bool?: undefined;
2469
2469
  bytes?: undefined;
2470
+ bytes18?: undefined;
2471
+ bytes1?: undefined;
2472
+ bytes5?: undefined;
2473
+ bytes10?: undefined;
2470
2474
  bytes2?: undefined;
2471
2475
  bytes3?: undefined;
2472
- bytes1?: undefined;
2473
2476
  bytes4?: undefined;
2474
- bytes5?: undefined;
2475
2477
  bytes32?: undefined;
2476
2478
  bytes31?: undefined;
2477
2479
  bytes30?: undefined;
@@ -2486,7 +2488,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2486
2488
  bytes21?: undefined;
2487
2489
  bytes20?: undefined;
2488
2490
  bytes19?: undefined;
2489
- bytes18?: undefined;
2490
2491
  bytes17?: undefined;
2491
2492
  bytes16?: undefined;
2492
2493
  bytes15?: undefined;
@@ -2494,7 +2495,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2494
2495
  bytes13?: undefined;
2495
2496
  bytes12?: undefined;
2496
2497
  bytes11?: undefined;
2497
- bytes10?: undefined;
2498
2498
  bytes9?: undefined;
2499
2499
  bytes8?: undefined;
2500
2500
  bytes7?: undefined;
@@ -2574,11 +2574,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2574
2574
  [x: `address[${string}]`]: undefined;
2575
2575
  [x: `bool[${string}]`]: undefined;
2576
2576
  [x: `bytes[${string}]`]: undefined;
2577
+ [x: `bytes18[${string}]`]: undefined;
2578
+ [x: `bytes1[${string}]`]: undefined;
2579
+ [x: `bytes5[${string}]`]: undefined;
2580
+ [x: `bytes10[${string}]`]: undefined;
2577
2581
  [x: `bytes2[${string}]`]: undefined;
2578
2582
  [x: `bytes3[${string}]`]: undefined;
2579
- [x: `bytes1[${string}]`]: undefined;
2580
2583
  [x: `bytes4[${string}]`]: undefined;
2581
- [x: `bytes5[${string}]`]: undefined;
2582
2584
  [x: `bytes32[${string}]`]: undefined;
2583
2585
  [x: `bytes31[${string}]`]: undefined;
2584
2586
  [x: `bytes30[${string}]`]: undefined;
@@ -2593,7 +2595,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2593
2595
  [x: `bytes21[${string}]`]: undefined;
2594
2596
  [x: `bytes20[${string}]`]: undefined;
2595
2597
  [x: `bytes19[${string}]`]: undefined;
2596
- [x: `bytes18[${string}]`]: undefined;
2597
2598
  [x: `bytes17[${string}]`]: undefined;
2598
2599
  [x: `bytes16[${string}]`]: undefined;
2599
2600
  [x: `bytes15[${string}]`]: undefined;
@@ -2601,7 +2602,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2601
2602
  [x: `bytes13[${string}]`]: undefined;
2602
2603
  [x: `bytes12[${string}]`]: undefined;
2603
2604
  [x: `bytes11[${string}]`]: undefined;
2604
- [x: `bytes10[${string}]`]: undefined;
2605
2605
  [x: `bytes9[${string}]`]: undefined;
2606
2606
  [x: `bytes8[${string}]`]: undefined;
2607
2607
  [x: `bytes7[${string}]`]: undefined;
@@ -2676,11 +2676,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2676
2676
  address?: undefined;
2677
2677
  bool?: undefined;
2678
2678
  bytes?: undefined;
2679
+ bytes18?: undefined;
2680
+ bytes1?: undefined;
2681
+ bytes5?: undefined;
2682
+ bytes10?: undefined;
2679
2683
  bytes2?: undefined;
2680
2684
  bytes3?: undefined;
2681
- bytes1?: undefined;
2682
2685
  bytes4?: undefined;
2683
- bytes5?: undefined;
2684
2686
  bytes32?: undefined;
2685
2687
  bytes31?: undefined;
2686
2688
  bytes30?: undefined;
@@ -2695,7 +2697,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2695
2697
  bytes21?: undefined;
2696
2698
  bytes20?: undefined;
2697
2699
  bytes19?: undefined;
2698
- bytes18?: undefined;
2699
2700
  bytes17?: undefined;
2700
2701
  bytes16?: undefined;
2701
2702
  bytes15?: undefined;
@@ -2703,7 +2704,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2703
2704
  bytes13?: undefined;
2704
2705
  bytes12?: undefined;
2705
2706
  bytes11?: undefined;
2706
- bytes10?: undefined;
2707
2707
  bytes9?: undefined;
2708
2708
  bytes8?: undefined;
2709
2709
  bytes7?: undefined;
@@ -3057,11 +3057,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3057
3057
  [x: `address[${string}]`]: undefined;
3058
3058
  [x: `bool[${string}]`]: undefined;
3059
3059
  [x: `bytes[${string}]`]: undefined;
3060
+ [x: `bytes18[${string}]`]: undefined;
3061
+ [x: `bytes1[${string}]`]: undefined;
3062
+ [x: `bytes5[${string}]`]: undefined;
3063
+ [x: `bytes10[${string}]`]: undefined;
3060
3064
  [x: `bytes2[${string}]`]: undefined;
3061
3065
  [x: `bytes3[${string}]`]: undefined;
3062
- [x: `bytes1[${string}]`]: undefined;
3063
3066
  [x: `bytes4[${string}]`]: undefined;
3064
- [x: `bytes5[${string}]`]: undefined;
3065
3067
  [x: `bytes32[${string}]`]: undefined;
3066
3068
  [x: `bytes31[${string}]`]: undefined;
3067
3069
  [x: `bytes30[${string}]`]: undefined;
@@ -3076,7 +3078,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3076
3078
  [x: `bytes21[${string}]`]: undefined;
3077
3079
  [x: `bytes20[${string}]`]: undefined;
3078
3080
  [x: `bytes19[${string}]`]: undefined;
3079
- [x: `bytes18[${string}]`]: undefined;
3080
3081
  [x: `bytes17[${string}]`]: undefined;
3081
3082
  [x: `bytes16[${string}]`]: undefined;
3082
3083
  [x: `bytes15[${string}]`]: undefined;
@@ -3084,7 +3085,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3084
3085
  [x: `bytes13[${string}]`]: undefined;
3085
3086
  [x: `bytes12[${string}]`]: undefined;
3086
3087
  [x: `bytes11[${string}]`]: undefined;
3087
- [x: `bytes10[${string}]`]: undefined;
3088
3088
  [x: `bytes9[${string}]`]: undefined;
3089
3089
  [x: `bytes8[${string}]`]: undefined;
3090
3090
  [x: `bytes7[${string}]`]: undefined;
@@ -3159,11 +3159,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3159
3159
  address?: undefined;
3160
3160
  bool?: undefined;
3161
3161
  bytes?: undefined;
3162
+ bytes18?: undefined;
3163
+ bytes1?: undefined;
3164
+ bytes5?: undefined;
3165
+ bytes10?: undefined;
3162
3166
  bytes2?: undefined;
3163
3167
  bytes3?: undefined;
3164
- bytes1?: undefined;
3165
3168
  bytes4?: undefined;
3166
- bytes5?: undefined;
3167
3169
  bytes32?: undefined;
3168
3170
  bytes31?: undefined;
3169
3171
  bytes30?: undefined;
@@ -3178,7 +3180,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3178
3180
  bytes21?: undefined;
3179
3181
  bytes20?: undefined;
3180
3182
  bytes19?: undefined;
3181
- bytes18?: undefined;
3182
3183
  bytes17?: undefined;
3183
3184
  bytes16?: undefined;
3184
3185
  bytes15?: undefined;
@@ -3186,7 +3187,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3186
3187
  bytes13?: undefined;
3187
3188
  bytes12?: undefined;
3188
3189
  bytes11?: undefined;
3189
- bytes10?: undefined;
3190
3190
  bytes9?: undefined;
3191
3191
  bytes8?: undefined;
3192
3192
  bytes7?: undefined;
@@ -3266,11 +3266,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3266
3266
  [x: `address[${string}]`]: undefined;
3267
3267
  [x: `bool[${string}]`]: undefined;
3268
3268
  [x: `bytes[${string}]`]: undefined;
3269
+ [x: `bytes18[${string}]`]: undefined;
3270
+ [x: `bytes1[${string}]`]: undefined;
3271
+ [x: `bytes5[${string}]`]: undefined;
3272
+ [x: `bytes10[${string}]`]: undefined;
3269
3273
  [x: `bytes2[${string}]`]: undefined;
3270
3274
  [x: `bytes3[${string}]`]: undefined;
3271
- [x: `bytes1[${string}]`]: undefined;
3272
3275
  [x: `bytes4[${string}]`]: undefined;
3273
- [x: `bytes5[${string}]`]: undefined;
3274
3276
  [x: `bytes32[${string}]`]: undefined;
3275
3277
  [x: `bytes31[${string}]`]: undefined;
3276
3278
  [x: `bytes30[${string}]`]: undefined;
@@ -3285,7 +3287,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3285
3287
  [x: `bytes21[${string}]`]: undefined;
3286
3288
  [x: `bytes20[${string}]`]: undefined;
3287
3289
  [x: `bytes19[${string}]`]: undefined;
3288
- [x: `bytes18[${string}]`]: undefined;
3289
3290
  [x: `bytes17[${string}]`]: undefined;
3290
3291
  [x: `bytes16[${string}]`]: undefined;
3291
3292
  [x: `bytes15[${string}]`]: undefined;
@@ -3293,7 +3294,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3293
3294
  [x: `bytes13[${string}]`]: undefined;
3294
3295
  [x: `bytes12[${string}]`]: undefined;
3295
3296
  [x: `bytes11[${string}]`]: undefined;
3296
- [x: `bytes10[${string}]`]: undefined;
3297
3297
  [x: `bytes9[${string}]`]: undefined;
3298
3298
  [x: `bytes8[${string}]`]: undefined;
3299
3299
  [x: `bytes7[${string}]`]: undefined;
@@ -3368,11 +3368,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3368
3368
  address?: undefined;
3369
3369
  bool?: undefined;
3370
3370
  bytes?: undefined;
3371
+ bytes18?: undefined;
3372
+ bytes1?: undefined;
3373
+ bytes5?: undefined;
3374
+ bytes10?: undefined;
3371
3375
  bytes2?: undefined;
3372
3376
  bytes3?: undefined;
3373
- bytes1?: undefined;
3374
3377
  bytes4?: undefined;
3375
- bytes5?: undefined;
3376
3378
  bytes32?: undefined;
3377
3379
  bytes31?: undefined;
3378
3380
  bytes30?: undefined;
@@ -3387,7 +3389,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3387
3389
  bytes21?: undefined;
3388
3390
  bytes20?: undefined;
3389
3391
  bytes19?: undefined;
3390
- bytes18?: undefined;
3391
3392
  bytes17?: undefined;
3392
3393
  bytes16?: undefined;
3393
3394
  bytes15?: undefined;
@@ -3395,7 +3396,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3395
3396
  bytes13?: undefined;
3396
3397
  bytes12?: undefined;
3397
3398
  bytes11?: undefined;
3398
- bytes10?: undefined;
3399
3399
  bytes9?: undefined;
3400
3400
  bytes8?: undefined;
3401
3401
  bytes7?: undefined;
@@ -3749,11 +3749,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3749
3749
  [x: `address[${string}]`]: undefined;
3750
3750
  [x: `bool[${string}]`]: undefined;
3751
3751
  [x: `bytes[${string}]`]: undefined;
3752
+ [x: `bytes18[${string}]`]: undefined;
3753
+ [x: `bytes1[${string}]`]: undefined;
3754
+ [x: `bytes5[${string}]`]: undefined;
3755
+ [x: `bytes10[${string}]`]: undefined;
3752
3756
  [x: `bytes2[${string}]`]: undefined;
3753
3757
  [x: `bytes3[${string}]`]: undefined;
3754
- [x: `bytes1[${string}]`]: undefined;
3755
3758
  [x: `bytes4[${string}]`]: undefined;
3756
- [x: `bytes5[${string}]`]: undefined;
3757
3759
  [x: `bytes32[${string}]`]: undefined;
3758
3760
  [x: `bytes31[${string}]`]: undefined;
3759
3761
  [x: `bytes30[${string}]`]: undefined;
@@ -3768,7 +3770,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3768
3770
  [x: `bytes21[${string}]`]: undefined;
3769
3771
  [x: `bytes20[${string}]`]: undefined;
3770
3772
  [x: `bytes19[${string}]`]: undefined;
3771
- [x: `bytes18[${string}]`]: undefined;
3772
3773
  [x: `bytes17[${string}]`]: undefined;
3773
3774
  [x: `bytes16[${string}]`]: undefined;
3774
3775
  [x: `bytes15[${string}]`]: undefined;
@@ -3776,7 +3777,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3776
3777
  [x: `bytes13[${string}]`]: undefined;
3777
3778
  [x: `bytes12[${string}]`]: undefined;
3778
3779
  [x: `bytes11[${string}]`]: undefined;
3779
- [x: `bytes10[${string}]`]: undefined;
3780
3780
  [x: `bytes9[${string}]`]: undefined;
3781
3781
  [x: `bytes8[${string}]`]: undefined;
3782
3782
  [x: `bytes7[${string}]`]: undefined;
@@ -3851,11 +3851,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3851
3851
  address?: undefined;
3852
3852
  bool?: undefined;
3853
3853
  bytes?: undefined;
3854
+ bytes18?: undefined;
3855
+ bytes1?: undefined;
3856
+ bytes5?: undefined;
3857
+ bytes10?: undefined;
3854
3858
  bytes2?: undefined;
3855
3859
  bytes3?: undefined;
3856
- bytes1?: undefined;
3857
3860
  bytes4?: undefined;
3858
- bytes5?: undefined;
3859
3861
  bytes32?: undefined;
3860
3862
  bytes31?: undefined;
3861
3863
  bytes30?: undefined;
@@ -3870,7 +3872,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3870
3872
  bytes21?: undefined;
3871
3873
  bytes20?: undefined;
3872
3874
  bytes19?: undefined;
3873
- bytes18?: undefined;
3874
3875
  bytes17?: undefined;
3875
3876
  bytes16?: undefined;
3876
3877
  bytes15?: undefined;
@@ -3878,7 +3879,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3878
3879
  bytes13?: undefined;
3879
3880
  bytes12?: undefined;
3880
3881
  bytes11?: undefined;
3881
- bytes10?: undefined;
3882
3882
  bytes9?: undefined;
3883
3883
  bytes8?: undefined;
3884
3884
  bytes7?: undefined;
@@ -3958,11 +3958,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3958
3958
  [x: `address[${string}]`]: undefined;
3959
3959
  [x: `bool[${string}]`]: undefined;
3960
3960
  [x: `bytes[${string}]`]: undefined;
3961
+ [x: `bytes18[${string}]`]: undefined;
3962
+ [x: `bytes1[${string}]`]: undefined;
3963
+ [x: `bytes5[${string}]`]: undefined;
3964
+ [x: `bytes10[${string}]`]: undefined;
3961
3965
  [x: `bytes2[${string}]`]: undefined;
3962
3966
  [x: `bytes3[${string}]`]: undefined;
3963
- [x: `bytes1[${string}]`]: undefined;
3964
3967
  [x: `bytes4[${string}]`]: undefined;
3965
- [x: `bytes5[${string}]`]: undefined;
3966
3968
  [x: `bytes32[${string}]`]: undefined;
3967
3969
  [x: `bytes31[${string}]`]: undefined;
3968
3970
  [x: `bytes30[${string}]`]: undefined;
@@ -3977,7 +3979,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3977
3979
  [x: `bytes21[${string}]`]: undefined;
3978
3980
  [x: `bytes20[${string}]`]: undefined;
3979
3981
  [x: `bytes19[${string}]`]: undefined;
3980
- [x: `bytes18[${string}]`]: undefined;
3981
3982
  [x: `bytes17[${string}]`]: undefined;
3982
3983
  [x: `bytes16[${string}]`]: undefined;
3983
3984
  [x: `bytes15[${string}]`]: undefined;
@@ -3985,7 +3986,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3985
3986
  [x: `bytes13[${string}]`]: undefined;
3986
3987
  [x: `bytes12[${string}]`]: undefined;
3987
3988
  [x: `bytes11[${string}]`]: undefined;
3988
- [x: `bytes10[${string}]`]: undefined;
3989
3989
  [x: `bytes9[${string}]`]: undefined;
3990
3990
  [x: `bytes8[${string}]`]: undefined;
3991
3991
  [x: `bytes7[${string}]`]: undefined;
@@ -4060,11 +4060,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4060
4060
  address?: undefined;
4061
4061
  bool?: undefined;
4062
4062
  bytes?: undefined;
4063
+ bytes18?: undefined;
4064
+ bytes1?: undefined;
4065
+ bytes5?: undefined;
4066
+ bytes10?: undefined;
4063
4067
  bytes2?: undefined;
4064
4068
  bytes3?: undefined;
4065
- bytes1?: undefined;
4066
4069
  bytes4?: undefined;
4067
- bytes5?: undefined;
4068
4070
  bytes32?: undefined;
4069
4071
  bytes31?: undefined;
4070
4072
  bytes30?: undefined;
@@ -4079,7 +4081,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4079
4081
  bytes21?: undefined;
4080
4082
  bytes20?: undefined;
4081
4083
  bytes19?: undefined;
4082
- bytes18?: undefined;
4083
4084
  bytes17?: undefined;
4084
4085
  bytes16?: undefined;
4085
4086
  bytes15?: undefined;
@@ -4087,7 +4088,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4087
4088
  bytes13?: undefined;
4088
4089
  bytes12?: undefined;
4089
4090
  bytes11?: undefined;
4090
- bytes10?: undefined;
4091
4091
  bytes9?: undefined;
4092
4092
  bytes8?: undefined;
4093
4093
  bytes7?: undefined;
@@ -4441,11 +4441,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4441
4441
  [x: `address[${string}]`]: undefined;
4442
4442
  [x: `bool[${string}]`]: undefined;
4443
4443
  [x: `bytes[${string}]`]: undefined;
4444
+ [x: `bytes18[${string}]`]: undefined;
4445
+ [x: `bytes1[${string}]`]: undefined;
4446
+ [x: `bytes5[${string}]`]: undefined;
4447
+ [x: `bytes10[${string}]`]: undefined;
4444
4448
  [x: `bytes2[${string}]`]: undefined;
4445
4449
  [x: `bytes3[${string}]`]: undefined;
4446
- [x: `bytes1[${string}]`]: undefined;
4447
4450
  [x: `bytes4[${string}]`]: undefined;
4448
- [x: `bytes5[${string}]`]: undefined;
4449
4451
  [x: `bytes32[${string}]`]: undefined;
4450
4452
  [x: `bytes31[${string}]`]: undefined;
4451
4453
  [x: `bytes30[${string}]`]: undefined;
@@ -4460,7 +4462,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4460
4462
  [x: `bytes21[${string}]`]: undefined;
4461
4463
  [x: `bytes20[${string}]`]: undefined;
4462
4464
  [x: `bytes19[${string}]`]: undefined;
4463
- [x: `bytes18[${string}]`]: undefined;
4464
4465
  [x: `bytes17[${string}]`]: undefined;
4465
4466
  [x: `bytes16[${string}]`]: undefined;
4466
4467
  [x: `bytes15[${string}]`]: undefined;
@@ -4468,7 +4469,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4468
4469
  [x: `bytes13[${string}]`]: undefined;
4469
4470
  [x: `bytes12[${string}]`]: undefined;
4470
4471
  [x: `bytes11[${string}]`]: undefined;
4471
- [x: `bytes10[${string}]`]: undefined;
4472
4472
  [x: `bytes9[${string}]`]: undefined;
4473
4473
  [x: `bytes8[${string}]`]: undefined;
4474
4474
  [x: `bytes7[${string}]`]: undefined;
@@ -4543,11 +4543,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4543
4543
  address?: undefined;
4544
4544
  bool?: undefined;
4545
4545
  bytes?: undefined;
4546
+ bytes18?: undefined;
4547
+ bytes1?: undefined;
4548
+ bytes5?: undefined;
4549
+ bytes10?: undefined;
4546
4550
  bytes2?: undefined;
4547
4551
  bytes3?: undefined;
4548
- bytes1?: undefined;
4549
4552
  bytes4?: undefined;
4550
- bytes5?: undefined;
4551
4553
  bytes32?: undefined;
4552
4554
  bytes31?: undefined;
4553
4555
  bytes30?: undefined;
@@ -4562,7 +4564,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4562
4564
  bytes21?: undefined;
4563
4565
  bytes20?: undefined;
4564
4566
  bytes19?: undefined;
4565
- bytes18?: undefined;
4566
4567
  bytes17?: undefined;
4567
4568
  bytes16?: undefined;
4568
4569
  bytes15?: undefined;
@@ -4570,7 +4571,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4570
4571
  bytes13?: undefined;
4571
4572
  bytes12?: undefined;
4572
4573
  bytes11?: undefined;
4573
- bytes10?: undefined;
4574
4574
  bytes9?: undefined;
4575
4575
  bytes8?: undefined;
4576
4576
  bytes7?: undefined;
@@ -4650,11 +4650,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4650
4650
  [x: `address[${string}]`]: undefined;
4651
4651
  [x: `bool[${string}]`]: undefined;
4652
4652
  [x: `bytes[${string}]`]: undefined;
4653
+ [x: `bytes18[${string}]`]: undefined;
4654
+ [x: `bytes1[${string}]`]: undefined;
4655
+ [x: `bytes5[${string}]`]: undefined;
4656
+ [x: `bytes10[${string}]`]: undefined;
4653
4657
  [x: `bytes2[${string}]`]: undefined;
4654
4658
  [x: `bytes3[${string}]`]: undefined;
4655
- [x: `bytes1[${string}]`]: undefined;
4656
4659
  [x: `bytes4[${string}]`]: undefined;
4657
- [x: `bytes5[${string}]`]: undefined;
4658
4660
  [x: `bytes32[${string}]`]: undefined;
4659
4661
  [x: `bytes31[${string}]`]: undefined;
4660
4662
  [x: `bytes30[${string}]`]: undefined;
@@ -4669,7 +4671,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4669
4671
  [x: `bytes21[${string}]`]: undefined;
4670
4672
  [x: `bytes20[${string}]`]: undefined;
4671
4673
  [x: `bytes19[${string}]`]: undefined;
4672
- [x: `bytes18[${string}]`]: undefined;
4673
4674
  [x: `bytes17[${string}]`]: undefined;
4674
4675
  [x: `bytes16[${string}]`]: undefined;
4675
4676
  [x: `bytes15[${string}]`]: undefined;
@@ -4677,7 +4678,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4677
4678
  [x: `bytes13[${string}]`]: undefined;
4678
4679
  [x: `bytes12[${string}]`]: undefined;
4679
4680
  [x: `bytes11[${string}]`]: undefined;
4680
- [x: `bytes10[${string}]`]: undefined;
4681
4681
  [x: `bytes9[${string}]`]: undefined;
4682
4682
  [x: `bytes8[${string}]`]: undefined;
4683
4683
  [x: `bytes7[${string}]`]: undefined;
@@ -4752,11 +4752,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4752
4752
  address?: undefined;
4753
4753
  bool?: undefined;
4754
4754
  bytes?: undefined;
4755
+ bytes18?: undefined;
4756
+ bytes1?: undefined;
4757
+ bytes5?: undefined;
4758
+ bytes10?: undefined;
4755
4759
  bytes2?: undefined;
4756
4760
  bytes3?: undefined;
4757
- bytes1?: undefined;
4758
4761
  bytes4?: undefined;
4759
- bytes5?: undefined;
4760
4762
  bytes32?: undefined;
4761
4763
  bytes31?: undefined;
4762
4764
  bytes30?: undefined;
@@ -4771,7 +4773,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4771
4773
  bytes21?: undefined;
4772
4774
  bytes20?: undefined;
4773
4775
  bytes19?: undefined;
4774
- bytes18?: undefined;
4775
4776
  bytes17?: undefined;
4776
4777
  bytes16?: undefined;
4777
4778
  bytes15?: undefined;
@@ -4779,7 +4780,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4779
4780
  bytes13?: undefined;
4780
4781
  bytes12?: undefined;
4781
4782
  bytes11?: undefined;
4782
- bytes10?: undefined;
4783
4783
  bytes9?: undefined;
4784
4784
  bytes8?: undefined;
4785
4785
  bytes7?: undefined;
@@ -5133,11 +5133,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5133
5133
  [x: `address[${string}]`]: undefined;
5134
5134
  [x: `bool[${string}]`]: undefined;
5135
5135
  [x: `bytes[${string}]`]: undefined;
5136
+ [x: `bytes18[${string}]`]: undefined;
5137
+ [x: `bytes1[${string}]`]: undefined;
5138
+ [x: `bytes5[${string}]`]: undefined;
5139
+ [x: `bytes10[${string}]`]: undefined;
5136
5140
  [x: `bytes2[${string}]`]: undefined;
5137
5141
  [x: `bytes3[${string}]`]: undefined;
5138
- [x: `bytes1[${string}]`]: undefined;
5139
5142
  [x: `bytes4[${string}]`]: undefined;
5140
- [x: `bytes5[${string}]`]: undefined;
5141
5143
  [x: `bytes32[${string}]`]: undefined;
5142
5144
  [x: `bytes31[${string}]`]: undefined;
5143
5145
  [x: `bytes30[${string}]`]: undefined;
@@ -5152,7 +5154,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5152
5154
  [x: `bytes21[${string}]`]: undefined;
5153
5155
  [x: `bytes20[${string}]`]: undefined;
5154
5156
  [x: `bytes19[${string}]`]: undefined;
5155
- [x: `bytes18[${string}]`]: undefined;
5156
5157
  [x: `bytes17[${string}]`]: undefined;
5157
5158
  [x: `bytes16[${string}]`]: undefined;
5158
5159
  [x: `bytes15[${string}]`]: undefined;
@@ -5160,7 +5161,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5160
5161
  [x: `bytes13[${string}]`]: undefined;
5161
5162
  [x: `bytes12[${string}]`]: undefined;
5162
5163
  [x: `bytes11[${string}]`]: undefined;
5163
- [x: `bytes10[${string}]`]: undefined;
5164
5164
  [x: `bytes9[${string}]`]: undefined;
5165
5165
  [x: `bytes8[${string}]`]: undefined;
5166
5166
  [x: `bytes7[${string}]`]: undefined;
@@ -5235,11 +5235,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5235
5235
  address?: undefined;
5236
5236
  bool?: undefined;
5237
5237
  bytes?: undefined;
5238
+ bytes18?: undefined;
5239
+ bytes1?: undefined;
5240
+ bytes5?: undefined;
5241
+ bytes10?: undefined;
5238
5242
  bytes2?: undefined;
5239
5243
  bytes3?: undefined;
5240
- bytes1?: undefined;
5241
5244
  bytes4?: undefined;
5242
- bytes5?: undefined;
5243
5245
  bytes32?: undefined;
5244
5246
  bytes31?: undefined;
5245
5247
  bytes30?: undefined;
@@ -5254,7 +5256,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5254
5256
  bytes21?: undefined;
5255
5257
  bytes20?: undefined;
5256
5258
  bytes19?: undefined;
5257
- bytes18?: undefined;
5258
5259
  bytes17?: undefined;
5259
5260
  bytes16?: undefined;
5260
5261
  bytes15?: undefined;
@@ -5262,7 +5263,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5262
5263
  bytes13?: undefined;
5263
5264
  bytes12?: undefined;
5264
5265
  bytes11?: undefined;
5265
- bytes10?: undefined;
5266
5266
  bytes9?: undefined;
5267
5267
  bytes8?: undefined;
5268
5268
  bytes7?: undefined;
@@ -5342,11 +5342,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5342
5342
  [x: `address[${string}]`]: undefined;
5343
5343
  [x: `bool[${string}]`]: undefined;
5344
5344
  [x: `bytes[${string}]`]: undefined;
5345
+ [x: `bytes18[${string}]`]: undefined;
5346
+ [x: `bytes1[${string}]`]: undefined;
5347
+ [x: `bytes5[${string}]`]: undefined;
5348
+ [x: `bytes10[${string}]`]: undefined;
5345
5349
  [x: `bytes2[${string}]`]: undefined;
5346
5350
  [x: `bytes3[${string}]`]: undefined;
5347
- [x: `bytes1[${string}]`]: undefined;
5348
5351
  [x: `bytes4[${string}]`]: undefined;
5349
- [x: `bytes5[${string}]`]: undefined;
5350
5352
  [x: `bytes32[${string}]`]: undefined;
5351
5353
  [x: `bytes31[${string}]`]: undefined;
5352
5354
  [x: `bytes30[${string}]`]: undefined;
@@ -5361,7 +5363,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5361
5363
  [x: `bytes21[${string}]`]: undefined;
5362
5364
  [x: `bytes20[${string}]`]: undefined;
5363
5365
  [x: `bytes19[${string}]`]: undefined;
5364
- [x: `bytes18[${string}]`]: undefined;
5365
5366
  [x: `bytes17[${string}]`]: undefined;
5366
5367
  [x: `bytes16[${string}]`]: undefined;
5367
5368
  [x: `bytes15[${string}]`]: undefined;
@@ -5369,7 +5370,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5369
5370
  [x: `bytes13[${string}]`]: undefined;
5370
5371
  [x: `bytes12[${string}]`]: undefined;
5371
5372
  [x: `bytes11[${string}]`]: undefined;
5372
- [x: `bytes10[${string}]`]: undefined;
5373
5373
  [x: `bytes9[${string}]`]: undefined;
5374
5374
  [x: `bytes8[${string}]`]: undefined;
5375
5375
  [x: `bytes7[${string}]`]: undefined;
@@ -5444,11 +5444,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5444
5444
  address?: undefined;
5445
5445
  bool?: undefined;
5446
5446
  bytes?: undefined;
5447
+ bytes18?: undefined;
5448
+ bytes1?: undefined;
5449
+ bytes5?: undefined;
5450
+ bytes10?: undefined;
5447
5451
  bytes2?: undefined;
5448
5452
  bytes3?: undefined;
5449
- bytes1?: undefined;
5450
5453
  bytes4?: undefined;
5451
- bytes5?: undefined;
5452
5454
  bytes32?: undefined;
5453
5455
  bytes31?: undefined;
5454
5456
  bytes30?: undefined;
@@ -5463,7 +5465,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5463
5465
  bytes21?: undefined;
5464
5466
  bytes20?: undefined;
5465
5467
  bytes19?: undefined;
5466
- bytes18?: undefined;
5467
5468
  bytes17?: undefined;
5468
5469
  bytes16?: undefined;
5469
5470
  bytes15?: undefined;
@@ -5471,7 +5472,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5471
5472
  bytes13?: undefined;
5472
5473
  bytes12?: undefined;
5473
5474
  bytes11?: undefined;
5474
- bytes10?: undefined;
5475
5475
  bytes9?: undefined;
5476
5476
  bytes8?: undefined;
5477
5477
  bytes7?: undefined;