@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
@@ -306,11 +306,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
306
306
  [x: `address[${string}]`]: undefined;
307
307
  [x: `bool[${string}]`]: undefined;
308
308
  [x: `bytes[${string}]`]: undefined;
309
+ [x: `bytes18[${string}]`]: undefined;
310
+ [x: `bytes1[${string}]`]: undefined;
311
+ [x: `bytes5[${string}]`]: undefined;
312
+ [x: `bytes10[${string}]`]: undefined;
309
313
  [x: `bytes2[${string}]`]: undefined;
310
314
  [x: `bytes3[${string}]`]: undefined;
311
- [x: `bytes1[${string}]`]: undefined;
312
315
  [x: `bytes4[${string}]`]: undefined;
313
- [x: `bytes5[${string}]`]: undefined;
314
316
  [x: `bytes32[${string}]`]: undefined;
315
317
  [x: `bytes31[${string}]`]: undefined;
316
318
  [x: `bytes30[${string}]`]: undefined;
@@ -325,7 +327,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
325
327
  [x: `bytes21[${string}]`]: undefined;
326
328
  [x: `bytes20[${string}]`]: undefined;
327
329
  [x: `bytes19[${string}]`]: undefined;
328
- [x: `bytes18[${string}]`]: undefined;
329
330
  [x: `bytes17[${string}]`]: undefined;
330
331
  [x: `bytes16[${string}]`]: undefined;
331
332
  [x: `bytes15[${string}]`]: undefined;
@@ -333,7 +334,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
333
334
  [x: `bytes13[${string}]`]: undefined;
334
335
  [x: `bytes12[${string}]`]: undefined;
335
336
  [x: `bytes11[${string}]`]: undefined;
336
- [x: `bytes10[${string}]`]: undefined;
337
337
  [x: `bytes9[${string}]`]: undefined;
338
338
  [x: `bytes8[${string}]`]: undefined;
339
339
  [x: `bytes7[${string}]`]: undefined;
@@ -408,11 +408,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
408
408
  address?: undefined;
409
409
  bool?: undefined;
410
410
  bytes?: undefined;
411
+ bytes18?: undefined;
412
+ bytes1?: undefined;
413
+ bytes5?: undefined;
414
+ bytes10?: undefined;
411
415
  bytes2?: undefined;
412
416
  bytes3?: undefined;
413
- bytes1?: undefined;
414
417
  bytes4?: undefined;
415
- bytes5?: undefined;
416
418
  bytes32?: undefined;
417
419
  bytes31?: undefined;
418
420
  bytes30?: undefined;
@@ -427,7 +429,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
427
429
  bytes21?: undefined;
428
430
  bytes20?: undefined;
429
431
  bytes19?: undefined;
430
- bytes18?: undefined;
431
432
  bytes17?: undefined;
432
433
  bytes16?: undefined;
433
434
  bytes15?: undefined;
@@ -435,7 +436,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
435
436
  bytes13?: undefined;
436
437
  bytes12?: undefined;
437
438
  bytes11?: undefined;
438
- bytes10?: undefined;
439
439
  bytes9?: undefined;
440
440
  bytes8?: undefined;
441
441
  bytes7?: undefined;
@@ -515,11 +515,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
515
515
  [x: `address[${string}]`]: undefined;
516
516
  [x: `bool[${string}]`]: undefined;
517
517
  [x: `bytes[${string}]`]: undefined;
518
+ [x: `bytes18[${string}]`]: undefined;
519
+ [x: `bytes1[${string}]`]: undefined;
520
+ [x: `bytes5[${string}]`]: undefined;
521
+ [x: `bytes10[${string}]`]: undefined;
518
522
  [x: `bytes2[${string}]`]: undefined;
519
523
  [x: `bytes3[${string}]`]: undefined;
520
- [x: `bytes1[${string}]`]: undefined;
521
524
  [x: `bytes4[${string}]`]: undefined;
522
- [x: `bytes5[${string}]`]: undefined;
523
525
  [x: `bytes32[${string}]`]: undefined;
524
526
  [x: `bytes31[${string}]`]: undefined;
525
527
  [x: `bytes30[${string}]`]: undefined;
@@ -534,7 +536,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
534
536
  [x: `bytes21[${string}]`]: undefined;
535
537
  [x: `bytes20[${string}]`]: undefined;
536
538
  [x: `bytes19[${string}]`]: undefined;
537
- [x: `bytes18[${string}]`]: undefined;
538
539
  [x: `bytes17[${string}]`]: undefined;
539
540
  [x: `bytes16[${string}]`]: undefined;
540
541
  [x: `bytes15[${string}]`]: undefined;
@@ -542,7 +543,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
542
543
  [x: `bytes13[${string}]`]: undefined;
543
544
  [x: `bytes12[${string}]`]: undefined;
544
545
  [x: `bytes11[${string}]`]: undefined;
545
- [x: `bytes10[${string}]`]: undefined;
546
546
  [x: `bytes9[${string}]`]: undefined;
547
547
  [x: `bytes8[${string}]`]: undefined;
548
548
  [x: `bytes7[${string}]`]: undefined;
@@ -617,11 +617,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
617
617
  address?: undefined;
618
618
  bool?: undefined;
619
619
  bytes?: undefined;
620
+ bytes18?: undefined;
621
+ bytes1?: undefined;
622
+ bytes5?: undefined;
623
+ bytes10?: undefined;
620
624
  bytes2?: undefined;
621
625
  bytes3?: undefined;
622
- bytes1?: undefined;
623
626
  bytes4?: undefined;
624
- bytes5?: undefined;
625
627
  bytes32?: undefined;
626
628
  bytes31?: undefined;
627
629
  bytes30?: undefined;
@@ -636,7 +638,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
636
638
  bytes21?: undefined;
637
639
  bytes20?: undefined;
638
640
  bytes19?: undefined;
639
- bytes18?: undefined;
640
641
  bytes17?: undefined;
641
642
  bytes16?: undefined;
642
643
  bytes15?: undefined;
@@ -644,7 +645,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
644
645
  bytes13?: undefined;
645
646
  bytes12?: undefined;
646
647
  bytes11?: undefined;
647
- bytes10?: undefined;
648
648
  bytes9?: undefined;
649
649
  bytes8?: undefined;
650
650
  bytes7?: undefined;
@@ -998,11 +998,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
998
998
  [x: `address[${string}]`]: undefined;
999
999
  [x: `bool[${string}]`]: undefined;
1000
1000
  [x: `bytes[${string}]`]: undefined;
1001
+ [x: `bytes18[${string}]`]: undefined;
1002
+ [x: `bytes1[${string}]`]: undefined;
1003
+ [x: `bytes5[${string}]`]: undefined;
1004
+ [x: `bytes10[${string}]`]: undefined;
1001
1005
  [x: `bytes2[${string}]`]: undefined;
1002
1006
  [x: `bytes3[${string}]`]: undefined;
1003
- [x: `bytes1[${string}]`]: undefined;
1004
1007
  [x: `bytes4[${string}]`]: undefined;
1005
- [x: `bytes5[${string}]`]: undefined;
1006
1008
  [x: `bytes32[${string}]`]: undefined;
1007
1009
  [x: `bytes31[${string}]`]: undefined;
1008
1010
  [x: `bytes30[${string}]`]: undefined;
@@ -1017,7 +1019,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1017
1019
  [x: `bytes21[${string}]`]: undefined;
1018
1020
  [x: `bytes20[${string}]`]: undefined;
1019
1021
  [x: `bytes19[${string}]`]: undefined;
1020
- [x: `bytes18[${string}]`]: undefined;
1021
1022
  [x: `bytes17[${string}]`]: undefined;
1022
1023
  [x: `bytes16[${string}]`]: undefined;
1023
1024
  [x: `bytes15[${string}]`]: undefined;
@@ -1025,7 +1026,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1025
1026
  [x: `bytes13[${string}]`]: undefined;
1026
1027
  [x: `bytes12[${string}]`]: undefined;
1027
1028
  [x: `bytes11[${string}]`]: undefined;
1028
- [x: `bytes10[${string}]`]: undefined;
1029
1029
  [x: `bytes9[${string}]`]: undefined;
1030
1030
  [x: `bytes8[${string}]`]: undefined;
1031
1031
  [x: `bytes7[${string}]`]: undefined;
@@ -1100,11 +1100,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1100
1100
  address?: undefined;
1101
1101
  bool?: undefined;
1102
1102
  bytes?: undefined;
1103
+ bytes18?: undefined;
1104
+ bytes1?: undefined;
1105
+ bytes5?: undefined;
1106
+ bytes10?: undefined;
1103
1107
  bytes2?: undefined;
1104
1108
  bytes3?: undefined;
1105
- bytes1?: undefined;
1106
1109
  bytes4?: undefined;
1107
- bytes5?: undefined;
1108
1110
  bytes32?: undefined;
1109
1111
  bytes31?: undefined;
1110
1112
  bytes30?: undefined;
@@ -1119,7 +1121,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1119
1121
  bytes21?: undefined;
1120
1122
  bytes20?: undefined;
1121
1123
  bytes19?: undefined;
1122
- bytes18?: undefined;
1123
1124
  bytes17?: undefined;
1124
1125
  bytes16?: undefined;
1125
1126
  bytes15?: undefined;
@@ -1127,7 +1128,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1127
1128
  bytes13?: undefined;
1128
1129
  bytes12?: undefined;
1129
1130
  bytes11?: undefined;
1130
- bytes10?: undefined;
1131
1131
  bytes9?: undefined;
1132
1132
  bytes8?: undefined;
1133
1133
  bytes7?: undefined;
@@ -1207,11 +1207,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1207
1207
  [x: `address[${string}]`]: undefined;
1208
1208
  [x: `bool[${string}]`]: undefined;
1209
1209
  [x: `bytes[${string}]`]: undefined;
1210
+ [x: `bytes18[${string}]`]: undefined;
1211
+ [x: `bytes1[${string}]`]: undefined;
1212
+ [x: `bytes5[${string}]`]: undefined;
1213
+ [x: `bytes10[${string}]`]: undefined;
1210
1214
  [x: `bytes2[${string}]`]: undefined;
1211
1215
  [x: `bytes3[${string}]`]: undefined;
1212
- [x: `bytes1[${string}]`]: undefined;
1213
1216
  [x: `bytes4[${string}]`]: undefined;
1214
- [x: `bytes5[${string}]`]: undefined;
1215
1217
  [x: `bytes32[${string}]`]: undefined;
1216
1218
  [x: `bytes31[${string}]`]: undefined;
1217
1219
  [x: `bytes30[${string}]`]: undefined;
@@ -1226,7 +1228,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1226
1228
  [x: `bytes21[${string}]`]: undefined;
1227
1229
  [x: `bytes20[${string}]`]: undefined;
1228
1230
  [x: `bytes19[${string}]`]: undefined;
1229
- [x: `bytes18[${string}]`]: undefined;
1230
1231
  [x: `bytes17[${string}]`]: undefined;
1231
1232
  [x: `bytes16[${string}]`]: undefined;
1232
1233
  [x: `bytes15[${string}]`]: undefined;
@@ -1234,7 +1235,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1234
1235
  [x: `bytes13[${string}]`]: undefined;
1235
1236
  [x: `bytes12[${string}]`]: undefined;
1236
1237
  [x: `bytes11[${string}]`]: undefined;
1237
- [x: `bytes10[${string}]`]: undefined;
1238
1238
  [x: `bytes9[${string}]`]: undefined;
1239
1239
  [x: `bytes8[${string}]`]: undefined;
1240
1240
  [x: `bytes7[${string}]`]: undefined;
@@ -1309,11 +1309,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1309
1309
  address?: undefined;
1310
1310
  bool?: undefined;
1311
1311
  bytes?: undefined;
1312
+ bytes18?: undefined;
1313
+ bytes1?: undefined;
1314
+ bytes5?: undefined;
1315
+ bytes10?: undefined;
1312
1316
  bytes2?: undefined;
1313
1317
  bytes3?: undefined;
1314
- bytes1?: undefined;
1315
1318
  bytes4?: undefined;
1316
- bytes5?: undefined;
1317
1319
  bytes32?: undefined;
1318
1320
  bytes31?: undefined;
1319
1321
  bytes30?: undefined;
@@ -1328,7 +1330,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1328
1330
  bytes21?: undefined;
1329
1331
  bytes20?: undefined;
1330
1332
  bytes19?: undefined;
1331
- bytes18?: undefined;
1332
1333
  bytes17?: undefined;
1333
1334
  bytes16?: undefined;
1334
1335
  bytes15?: undefined;
@@ -1336,7 +1337,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1336
1337
  bytes13?: undefined;
1337
1338
  bytes12?: undefined;
1338
1339
  bytes11?: undefined;
1339
- bytes10?: undefined;
1340
1340
  bytes9?: undefined;
1341
1341
  bytes8?: undefined;
1342
1342
  bytes7?: undefined;
@@ -1690,11 +1690,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1690
1690
  [x: `address[${string}]`]: undefined;
1691
1691
  [x: `bool[${string}]`]: undefined;
1692
1692
  [x: `bytes[${string}]`]: undefined;
1693
+ [x: `bytes18[${string}]`]: undefined;
1694
+ [x: `bytes1[${string}]`]: undefined;
1695
+ [x: `bytes5[${string}]`]: undefined;
1696
+ [x: `bytes10[${string}]`]: undefined;
1693
1697
  [x: `bytes2[${string}]`]: undefined;
1694
1698
  [x: `bytes3[${string}]`]: undefined;
1695
- [x: `bytes1[${string}]`]: undefined;
1696
1699
  [x: `bytes4[${string}]`]: undefined;
1697
- [x: `bytes5[${string}]`]: undefined;
1698
1700
  [x: `bytes32[${string}]`]: undefined;
1699
1701
  [x: `bytes31[${string}]`]: undefined;
1700
1702
  [x: `bytes30[${string}]`]: undefined;
@@ -1709,7 +1711,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1709
1711
  [x: `bytes21[${string}]`]: undefined;
1710
1712
  [x: `bytes20[${string}]`]: undefined;
1711
1713
  [x: `bytes19[${string}]`]: undefined;
1712
- [x: `bytes18[${string}]`]: undefined;
1713
1714
  [x: `bytes17[${string}]`]: undefined;
1714
1715
  [x: `bytes16[${string}]`]: undefined;
1715
1716
  [x: `bytes15[${string}]`]: undefined;
@@ -1717,7 +1718,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1717
1718
  [x: `bytes13[${string}]`]: undefined;
1718
1719
  [x: `bytes12[${string}]`]: undefined;
1719
1720
  [x: `bytes11[${string}]`]: undefined;
1720
- [x: `bytes10[${string}]`]: undefined;
1721
1721
  [x: `bytes9[${string}]`]: undefined;
1722
1722
  [x: `bytes8[${string}]`]: undefined;
1723
1723
  [x: `bytes7[${string}]`]: undefined;
@@ -1792,11 +1792,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1792
1792
  address?: undefined;
1793
1793
  bool?: undefined;
1794
1794
  bytes?: undefined;
1795
+ bytes18?: undefined;
1796
+ bytes1?: undefined;
1797
+ bytes5?: undefined;
1798
+ bytes10?: undefined;
1795
1799
  bytes2?: undefined;
1796
1800
  bytes3?: undefined;
1797
- bytes1?: undefined;
1798
1801
  bytes4?: undefined;
1799
- bytes5?: undefined;
1800
1802
  bytes32?: undefined;
1801
1803
  bytes31?: undefined;
1802
1804
  bytes30?: undefined;
@@ -1811,7 +1813,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1811
1813
  bytes21?: undefined;
1812
1814
  bytes20?: undefined;
1813
1815
  bytes19?: undefined;
1814
- bytes18?: undefined;
1815
1816
  bytes17?: undefined;
1816
1817
  bytes16?: undefined;
1817
1818
  bytes15?: undefined;
@@ -1819,7 +1820,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1819
1820
  bytes13?: undefined;
1820
1821
  bytes12?: undefined;
1821
1822
  bytes11?: undefined;
1822
- bytes10?: undefined;
1823
1823
  bytes9?: undefined;
1824
1824
  bytes8?: undefined;
1825
1825
  bytes7?: undefined;
@@ -1899,11 +1899,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1899
1899
  [x: `address[${string}]`]: undefined;
1900
1900
  [x: `bool[${string}]`]: undefined;
1901
1901
  [x: `bytes[${string}]`]: undefined;
1902
+ [x: `bytes18[${string}]`]: undefined;
1903
+ [x: `bytes1[${string}]`]: undefined;
1904
+ [x: `bytes5[${string}]`]: undefined;
1905
+ [x: `bytes10[${string}]`]: undefined;
1902
1906
  [x: `bytes2[${string}]`]: undefined;
1903
1907
  [x: `bytes3[${string}]`]: undefined;
1904
- [x: `bytes1[${string}]`]: undefined;
1905
1908
  [x: `bytes4[${string}]`]: undefined;
1906
- [x: `bytes5[${string}]`]: undefined;
1907
1909
  [x: `bytes32[${string}]`]: undefined;
1908
1910
  [x: `bytes31[${string}]`]: undefined;
1909
1911
  [x: `bytes30[${string}]`]: undefined;
@@ -1918,7 +1920,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1918
1920
  [x: `bytes21[${string}]`]: undefined;
1919
1921
  [x: `bytes20[${string}]`]: undefined;
1920
1922
  [x: `bytes19[${string}]`]: undefined;
1921
- [x: `bytes18[${string}]`]: undefined;
1922
1923
  [x: `bytes17[${string}]`]: undefined;
1923
1924
  [x: `bytes16[${string}]`]: undefined;
1924
1925
  [x: `bytes15[${string}]`]: undefined;
@@ -1926,7 +1927,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
1926
1927
  [x: `bytes13[${string}]`]: undefined;
1927
1928
  [x: `bytes12[${string}]`]: undefined;
1928
1929
  [x: `bytes11[${string}]`]: undefined;
1929
- [x: `bytes10[${string}]`]: undefined;
1930
1930
  [x: `bytes9[${string}]`]: undefined;
1931
1931
  [x: `bytes8[${string}]`]: undefined;
1932
1932
  [x: `bytes7[${string}]`]: undefined;
@@ -2001,11 +2001,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2001
2001
  address?: undefined;
2002
2002
  bool?: undefined;
2003
2003
  bytes?: undefined;
2004
+ bytes18?: undefined;
2005
+ bytes1?: undefined;
2006
+ bytes5?: undefined;
2007
+ bytes10?: undefined;
2004
2008
  bytes2?: undefined;
2005
2009
  bytes3?: undefined;
2006
- bytes1?: undefined;
2007
2010
  bytes4?: undefined;
2008
- bytes5?: undefined;
2009
2011
  bytes32?: undefined;
2010
2012
  bytes31?: undefined;
2011
2013
  bytes30?: undefined;
@@ -2020,7 +2022,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2020
2022
  bytes21?: undefined;
2021
2023
  bytes20?: undefined;
2022
2024
  bytes19?: undefined;
2023
- bytes18?: undefined;
2024
2025
  bytes17?: undefined;
2025
2026
  bytes16?: undefined;
2026
2027
  bytes15?: undefined;
@@ -2028,7 +2029,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2028
2029
  bytes13?: undefined;
2029
2030
  bytes12?: undefined;
2030
2031
  bytes11?: undefined;
2031
- bytes10?: undefined;
2032
2032
  bytes9?: undefined;
2033
2033
  bytes8?: undefined;
2034
2034
  bytes7?: undefined;
@@ -2382,11 +2382,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2382
2382
  [x: `address[${string}]`]: undefined;
2383
2383
  [x: `bool[${string}]`]: undefined;
2384
2384
  [x: `bytes[${string}]`]: undefined;
2385
+ [x: `bytes18[${string}]`]: undefined;
2386
+ [x: `bytes1[${string}]`]: undefined;
2387
+ [x: `bytes5[${string}]`]: undefined;
2388
+ [x: `bytes10[${string}]`]: undefined;
2385
2389
  [x: `bytes2[${string}]`]: undefined;
2386
2390
  [x: `bytes3[${string}]`]: undefined;
2387
- [x: `bytes1[${string}]`]: undefined;
2388
2391
  [x: `bytes4[${string}]`]: undefined;
2389
- [x: `bytes5[${string}]`]: undefined;
2390
2392
  [x: `bytes32[${string}]`]: undefined;
2391
2393
  [x: `bytes31[${string}]`]: undefined;
2392
2394
  [x: `bytes30[${string}]`]: undefined;
@@ -2401,7 +2403,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2401
2403
  [x: `bytes21[${string}]`]: undefined;
2402
2404
  [x: `bytes20[${string}]`]: undefined;
2403
2405
  [x: `bytes19[${string}]`]: undefined;
2404
- [x: `bytes18[${string}]`]: undefined;
2405
2406
  [x: `bytes17[${string}]`]: undefined;
2406
2407
  [x: `bytes16[${string}]`]: undefined;
2407
2408
  [x: `bytes15[${string}]`]: undefined;
@@ -2409,7 +2410,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2409
2410
  [x: `bytes13[${string}]`]: undefined;
2410
2411
  [x: `bytes12[${string}]`]: undefined;
2411
2412
  [x: `bytes11[${string}]`]: undefined;
2412
- [x: `bytes10[${string}]`]: undefined;
2413
2413
  [x: `bytes9[${string}]`]: undefined;
2414
2414
  [x: `bytes8[${string}]`]: undefined;
2415
2415
  [x: `bytes7[${string}]`]: undefined;
@@ -2484,11 +2484,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2484
2484
  address?: undefined;
2485
2485
  bool?: undefined;
2486
2486
  bytes?: undefined;
2487
+ bytes18?: undefined;
2488
+ bytes1?: undefined;
2489
+ bytes5?: undefined;
2490
+ bytes10?: undefined;
2487
2491
  bytes2?: undefined;
2488
2492
  bytes3?: undefined;
2489
- bytes1?: undefined;
2490
2493
  bytes4?: undefined;
2491
- bytes5?: undefined;
2492
2494
  bytes32?: undefined;
2493
2495
  bytes31?: undefined;
2494
2496
  bytes30?: undefined;
@@ -2503,7 +2505,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2503
2505
  bytes21?: undefined;
2504
2506
  bytes20?: undefined;
2505
2507
  bytes19?: undefined;
2506
- bytes18?: undefined;
2507
2508
  bytes17?: undefined;
2508
2509
  bytes16?: undefined;
2509
2510
  bytes15?: undefined;
@@ -2511,7 +2512,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2511
2512
  bytes13?: undefined;
2512
2513
  bytes12?: undefined;
2513
2514
  bytes11?: undefined;
2514
- bytes10?: undefined;
2515
2515
  bytes9?: undefined;
2516
2516
  bytes8?: undefined;
2517
2517
  bytes7?: undefined;
@@ -2591,11 +2591,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2591
2591
  [x: `address[${string}]`]: undefined;
2592
2592
  [x: `bool[${string}]`]: undefined;
2593
2593
  [x: `bytes[${string}]`]: undefined;
2594
+ [x: `bytes18[${string}]`]: undefined;
2595
+ [x: `bytes1[${string}]`]: undefined;
2596
+ [x: `bytes5[${string}]`]: undefined;
2597
+ [x: `bytes10[${string}]`]: undefined;
2594
2598
  [x: `bytes2[${string}]`]: undefined;
2595
2599
  [x: `bytes3[${string}]`]: undefined;
2596
- [x: `bytes1[${string}]`]: undefined;
2597
2600
  [x: `bytes4[${string}]`]: undefined;
2598
- [x: `bytes5[${string}]`]: undefined;
2599
2601
  [x: `bytes32[${string}]`]: undefined;
2600
2602
  [x: `bytes31[${string}]`]: undefined;
2601
2603
  [x: `bytes30[${string}]`]: undefined;
@@ -2610,7 +2612,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2610
2612
  [x: `bytes21[${string}]`]: undefined;
2611
2613
  [x: `bytes20[${string}]`]: undefined;
2612
2614
  [x: `bytes19[${string}]`]: undefined;
2613
- [x: `bytes18[${string}]`]: undefined;
2614
2615
  [x: `bytes17[${string}]`]: undefined;
2615
2616
  [x: `bytes16[${string}]`]: undefined;
2616
2617
  [x: `bytes15[${string}]`]: undefined;
@@ -2618,7 +2619,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2618
2619
  [x: `bytes13[${string}]`]: undefined;
2619
2620
  [x: `bytes12[${string}]`]: undefined;
2620
2621
  [x: `bytes11[${string}]`]: undefined;
2621
- [x: `bytes10[${string}]`]: undefined;
2622
2622
  [x: `bytes9[${string}]`]: undefined;
2623
2623
  [x: `bytes8[${string}]`]: undefined;
2624
2624
  [x: `bytes7[${string}]`]: undefined;
@@ -2693,11 +2693,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2693
2693
  address?: undefined;
2694
2694
  bool?: undefined;
2695
2695
  bytes?: undefined;
2696
+ bytes18?: undefined;
2697
+ bytes1?: undefined;
2698
+ bytes5?: undefined;
2699
+ bytes10?: undefined;
2696
2700
  bytes2?: undefined;
2697
2701
  bytes3?: undefined;
2698
- bytes1?: undefined;
2699
2702
  bytes4?: undefined;
2700
- bytes5?: undefined;
2701
2703
  bytes32?: undefined;
2702
2704
  bytes31?: undefined;
2703
2705
  bytes30?: undefined;
@@ -2712,7 +2714,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2712
2714
  bytes21?: undefined;
2713
2715
  bytes20?: undefined;
2714
2716
  bytes19?: undefined;
2715
- bytes18?: undefined;
2716
2717
  bytes17?: undefined;
2717
2718
  bytes16?: undefined;
2718
2719
  bytes15?: undefined;
@@ -2720,7 +2721,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
2720
2721
  bytes13?: undefined;
2721
2722
  bytes12?: undefined;
2722
2723
  bytes11?: undefined;
2723
- bytes10?: undefined;
2724
2724
  bytes9?: undefined;
2725
2725
  bytes8?: undefined;
2726
2726
  bytes7?: undefined;
@@ -3074,11 +3074,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3074
3074
  [x: `address[${string}]`]: undefined;
3075
3075
  [x: `bool[${string}]`]: undefined;
3076
3076
  [x: `bytes[${string}]`]: undefined;
3077
+ [x: `bytes18[${string}]`]: undefined;
3078
+ [x: `bytes1[${string}]`]: undefined;
3079
+ [x: `bytes5[${string}]`]: undefined;
3080
+ [x: `bytes10[${string}]`]: undefined;
3077
3081
  [x: `bytes2[${string}]`]: undefined;
3078
3082
  [x: `bytes3[${string}]`]: undefined;
3079
- [x: `bytes1[${string}]`]: undefined;
3080
3083
  [x: `bytes4[${string}]`]: undefined;
3081
- [x: `bytes5[${string}]`]: undefined;
3082
3084
  [x: `bytes32[${string}]`]: undefined;
3083
3085
  [x: `bytes31[${string}]`]: undefined;
3084
3086
  [x: `bytes30[${string}]`]: undefined;
@@ -3093,7 +3095,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3093
3095
  [x: `bytes21[${string}]`]: undefined;
3094
3096
  [x: `bytes20[${string}]`]: undefined;
3095
3097
  [x: `bytes19[${string}]`]: undefined;
3096
- [x: `bytes18[${string}]`]: undefined;
3097
3098
  [x: `bytes17[${string}]`]: undefined;
3098
3099
  [x: `bytes16[${string}]`]: undefined;
3099
3100
  [x: `bytes15[${string}]`]: undefined;
@@ -3101,7 +3102,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3101
3102
  [x: `bytes13[${string}]`]: undefined;
3102
3103
  [x: `bytes12[${string}]`]: undefined;
3103
3104
  [x: `bytes11[${string}]`]: undefined;
3104
- [x: `bytes10[${string}]`]: undefined;
3105
3105
  [x: `bytes9[${string}]`]: undefined;
3106
3106
  [x: `bytes8[${string}]`]: undefined;
3107
3107
  [x: `bytes7[${string}]`]: undefined;
@@ -3176,11 +3176,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3176
3176
  address?: undefined;
3177
3177
  bool?: undefined;
3178
3178
  bytes?: undefined;
3179
+ bytes18?: undefined;
3180
+ bytes1?: undefined;
3181
+ bytes5?: undefined;
3182
+ bytes10?: undefined;
3179
3183
  bytes2?: undefined;
3180
3184
  bytes3?: undefined;
3181
- bytes1?: undefined;
3182
3185
  bytes4?: undefined;
3183
- bytes5?: undefined;
3184
3186
  bytes32?: undefined;
3185
3187
  bytes31?: undefined;
3186
3188
  bytes30?: undefined;
@@ -3195,7 +3197,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3195
3197
  bytes21?: undefined;
3196
3198
  bytes20?: undefined;
3197
3199
  bytes19?: undefined;
3198
- bytes18?: undefined;
3199
3200
  bytes17?: undefined;
3200
3201
  bytes16?: undefined;
3201
3202
  bytes15?: undefined;
@@ -3203,7 +3204,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3203
3204
  bytes13?: undefined;
3204
3205
  bytes12?: undefined;
3205
3206
  bytes11?: undefined;
3206
- bytes10?: undefined;
3207
3207
  bytes9?: undefined;
3208
3208
  bytes8?: undefined;
3209
3209
  bytes7?: undefined;
@@ -3283,11 +3283,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3283
3283
  [x: `address[${string}]`]: undefined;
3284
3284
  [x: `bool[${string}]`]: undefined;
3285
3285
  [x: `bytes[${string}]`]: undefined;
3286
+ [x: `bytes18[${string}]`]: undefined;
3287
+ [x: `bytes1[${string}]`]: undefined;
3288
+ [x: `bytes5[${string}]`]: undefined;
3289
+ [x: `bytes10[${string}]`]: undefined;
3286
3290
  [x: `bytes2[${string}]`]: undefined;
3287
3291
  [x: `bytes3[${string}]`]: undefined;
3288
- [x: `bytes1[${string}]`]: undefined;
3289
3292
  [x: `bytes4[${string}]`]: undefined;
3290
- [x: `bytes5[${string}]`]: undefined;
3291
3293
  [x: `bytes32[${string}]`]: undefined;
3292
3294
  [x: `bytes31[${string}]`]: undefined;
3293
3295
  [x: `bytes30[${string}]`]: undefined;
@@ -3302,7 +3304,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3302
3304
  [x: `bytes21[${string}]`]: undefined;
3303
3305
  [x: `bytes20[${string}]`]: undefined;
3304
3306
  [x: `bytes19[${string}]`]: undefined;
3305
- [x: `bytes18[${string}]`]: undefined;
3306
3307
  [x: `bytes17[${string}]`]: undefined;
3307
3308
  [x: `bytes16[${string}]`]: undefined;
3308
3309
  [x: `bytes15[${string}]`]: undefined;
@@ -3310,7 +3311,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3310
3311
  [x: `bytes13[${string}]`]: undefined;
3311
3312
  [x: `bytes12[${string}]`]: undefined;
3312
3313
  [x: `bytes11[${string}]`]: undefined;
3313
- [x: `bytes10[${string}]`]: undefined;
3314
3314
  [x: `bytes9[${string}]`]: undefined;
3315
3315
  [x: `bytes8[${string}]`]: undefined;
3316
3316
  [x: `bytes7[${string}]`]: undefined;
@@ -3385,11 +3385,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3385
3385
  address?: undefined;
3386
3386
  bool?: undefined;
3387
3387
  bytes?: undefined;
3388
+ bytes18?: undefined;
3389
+ bytes1?: undefined;
3390
+ bytes5?: undefined;
3391
+ bytes10?: undefined;
3388
3392
  bytes2?: undefined;
3389
3393
  bytes3?: undefined;
3390
- bytes1?: undefined;
3391
3394
  bytes4?: undefined;
3392
- bytes5?: undefined;
3393
3395
  bytes32?: undefined;
3394
3396
  bytes31?: undefined;
3395
3397
  bytes30?: undefined;
@@ -3404,7 +3406,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3404
3406
  bytes21?: undefined;
3405
3407
  bytes20?: undefined;
3406
3408
  bytes19?: undefined;
3407
- bytes18?: undefined;
3408
3409
  bytes17?: undefined;
3409
3410
  bytes16?: undefined;
3410
3411
  bytes15?: undefined;
@@ -3412,7 +3413,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3412
3413
  bytes13?: undefined;
3413
3414
  bytes12?: undefined;
3414
3415
  bytes11?: undefined;
3415
- bytes10?: undefined;
3416
3416
  bytes9?: undefined;
3417
3417
  bytes8?: undefined;
3418
3418
  bytes7?: undefined;
@@ -3766,11 +3766,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3766
3766
  [x: `address[${string}]`]: undefined;
3767
3767
  [x: `bool[${string}]`]: undefined;
3768
3768
  [x: `bytes[${string}]`]: undefined;
3769
+ [x: `bytes18[${string}]`]: undefined;
3770
+ [x: `bytes1[${string}]`]: undefined;
3771
+ [x: `bytes5[${string}]`]: undefined;
3772
+ [x: `bytes10[${string}]`]: undefined;
3769
3773
  [x: `bytes2[${string}]`]: undefined;
3770
3774
  [x: `bytes3[${string}]`]: undefined;
3771
- [x: `bytes1[${string}]`]: undefined;
3772
3775
  [x: `bytes4[${string}]`]: undefined;
3773
- [x: `bytes5[${string}]`]: undefined;
3774
3776
  [x: `bytes32[${string}]`]: undefined;
3775
3777
  [x: `bytes31[${string}]`]: undefined;
3776
3778
  [x: `bytes30[${string}]`]: undefined;
@@ -3785,7 +3787,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3785
3787
  [x: `bytes21[${string}]`]: undefined;
3786
3788
  [x: `bytes20[${string}]`]: undefined;
3787
3789
  [x: `bytes19[${string}]`]: undefined;
3788
- [x: `bytes18[${string}]`]: undefined;
3789
3790
  [x: `bytes17[${string}]`]: undefined;
3790
3791
  [x: `bytes16[${string}]`]: undefined;
3791
3792
  [x: `bytes15[${string}]`]: undefined;
@@ -3793,7 +3794,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3793
3794
  [x: `bytes13[${string}]`]: undefined;
3794
3795
  [x: `bytes12[${string}]`]: undefined;
3795
3796
  [x: `bytes11[${string}]`]: undefined;
3796
- [x: `bytes10[${string}]`]: undefined;
3797
3797
  [x: `bytes9[${string}]`]: undefined;
3798
3798
  [x: `bytes8[${string}]`]: undefined;
3799
3799
  [x: `bytes7[${string}]`]: undefined;
@@ -3868,11 +3868,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3868
3868
  address?: undefined;
3869
3869
  bool?: undefined;
3870
3870
  bytes?: undefined;
3871
+ bytes18?: undefined;
3872
+ bytes1?: undefined;
3873
+ bytes5?: undefined;
3874
+ bytes10?: undefined;
3871
3875
  bytes2?: undefined;
3872
3876
  bytes3?: undefined;
3873
- bytes1?: undefined;
3874
3877
  bytes4?: undefined;
3875
- bytes5?: undefined;
3876
3878
  bytes32?: undefined;
3877
3879
  bytes31?: undefined;
3878
3880
  bytes30?: undefined;
@@ -3887,7 +3889,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3887
3889
  bytes21?: undefined;
3888
3890
  bytes20?: undefined;
3889
3891
  bytes19?: undefined;
3890
- bytes18?: undefined;
3891
3892
  bytes17?: undefined;
3892
3893
  bytes16?: undefined;
3893
3894
  bytes15?: undefined;
@@ -3895,7 +3896,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3895
3896
  bytes13?: undefined;
3896
3897
  bytes12?: undefined;
3897
3898
  bytes11?: undefined;
3898
- bytes10?: undefined;
3899
3899
  bytes9?: undefined;
3900
3900
  bytes8?: undefined;
3901
3901
  bytes7?: undefined;
@@ -3975,11 +3975,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3975
3975
  [x: `address[${string}]`]: undefined;
3976
3976
  [x: `bool[${string}]`]: undefined;
3977
3977
  [x: `bytes[${string}]`]: undefined;
3978
+ [x: `bytes18[${string}]`]: undefined;
3979
+ [x: `bytes1[${string}]`]: undefined;
3980
+ [x: `bytes5[${string}]`]: undefined;
3981
+ [x: `bytes10[${string}]`]: undefined;
3978
3982
  [x: `bytes2[${string}]`]: undefined;
3979
3983
  [x: `bytes3[${string}]`]: undefined;
3980
- [x: `bytes1[${string}]`]: undefined;
3981
3984
  [x: `bytes4[${string}]`]: undefined;
3982
- [x: `bytes5[${string}]`]: undefined;
3983
3985
  [x: `bytes32[${string}]`]: undefined;
3984
3986
  [x: `bytes31[${string}]`]: undefined;
3985
3987
  [x: `bytes30[${string}]`]: undefined;
@@ -3994,7 +3996,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
3994
3996
  [x: `bytes21[${string}]`]: undefined;
3995
3997
  [x: `bytes20[${string}]`]: undefined;
3996
3998
  [x: `bytes19[${string}]`]: undefined;
3997
- [x: `bytes18[${string}]`]: undefined;
3998
3999
  [x: `bytes17[${string}]`]: undefined;
3999
4000
  [x: `bytes16[${string}]`]: undefined;
4000
4001
  [x: `bytes15[${string}]`]: undefined;
@@ -4002,7 +4003,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4002
4003
  [x: `bytes13[${string}]`]: undefined;
4003
4004
  [x: `bytes12[${string}]`]: undefined;
4004
4005
  [x: `bytes11[${string}]`]: undefined;
4005
- [x: `bytes10[${string}]`]: undefined;
4006
4006
  [x: `bytes9[${string}]`]: undefined;
4007
4007
  [x: `bytes8[${string}]`]: undefined;
4008
4008
  [x: `bytes7[${string}]`]: undefined;
@@ -4077,11 +4077,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4077
4077
  address?: undefined;
4078
4078
  bool?: undefined;
4079
4079
  bytes?: undefined;
4080
+ bytes18?: undefined;
4081
+ bytes1?: undefined;
4082
+ bytes5?: undefined;
4083
+ bytes10?: undefined;
4080
4084
  bytes2?: undefined;
4081
4085
  bytes3?: undefined;
4082
- bytes1?: undefined;
4083
4086
  bytes4?: undefined;
4084
- bytes5?: undefined;
4085
4087
  bytes32?: undefined;
4086
4088
  bytes31?: undefined;
4087
4089
  bytes30?: undefined;
@@ -4096,7 +4098,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4096
4098
  bytes21?: undefined;
4097
4099
  bytes20?: undefined;
4098
4100
  bytes19?: undefined;
4099
- bytes18?: undefined;
4100
4101
  bytes17?: undefined;
4101
4102
  bytes16?: undefined;
4102
4103
  bytes15?: undefined;
@@ -4104,7 +4105,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4104
4105
  bytes13?: undefined;
4105
4106
  bytes12?: undefined;
4106
4107
  bytes11?: undefined;
4107
- bytes10?: undefined;
4108
4108
  bytes9?: undefined;
4109
4109
  bytes8?: undefined;
4110
4110
  bytes7?: undefined;
@@ -4458,11 +4458,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4458
4458
  [x: `address[${string}]`]: undefined;
4459
4459
  [x: `bool[${string}]`]: undefined;
4460
4460
  [x: `bytes[${string}]`]: undefined;
4461
+ [x: `bytes18[${string}]`]: undefined;
4462
+ [x: `bytes1[${string}]`]: undefined;
4463
+ [x: `bytes5[${string}]`]: undefined;
4464
+ [x: `bytes10[${string}]`]: undefined;
4461
4465
  [x: `bytes2[${string}]`]: undefined;
4462
4466
  [x: `bytes3[${string}]`]: undefined;
4463
- [x: `bytes1[${string}]`]: undefined;
4464
4467
  [x: `bytes4[${string}]`]: undefined;
4465
- [x: `bytes5[${string}]`]: undefined;
4466
4468
  [x: `bytes32[${string}]`]: undefined;
4467
4469
  [x: `bytes31[${string}]`]: undefined;
4468
4470
  [x: `bytes30[${string}]`]: undefined;
@@ -4477,7 +4479,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4477
4479
  [x: `bytes21[${string}]`]: undefined;
4478
4480
  [x: `bytes20[${string}]`]: undefined;
4479
4481
  [x: `bytes19[${string}]`]: undefined;
4480
- [x: `bytes18[${string}]`]: undefined;
4481
4482
  [x: `bytes17[${string}]`]: undefined;
4482
4483
  [x: `bytes16[${string}]`]: undefined;
4483
4484
  [x: `bytes15[${string}]`]: undefined;
@@ -4485,7 +4486,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4485
4486
  [x: `bytes13[${string}]`]: undefined;
4486
4487
  [x: `bytes12[${string}]`]: undefined;
4487
4488
  [x: `bytes11[${string}]`]: undefined;
4488
- [x: `bytes10[${string}]`]: undefined;
4489
4489
  [x: `bytes9[${string}]`]: undefined;
4490
4490
  [x: `bytes8[${string}]`]: undefined;
4491
4491
  [x: `bytes7[${string}]`]: undefined;
@@ -4560,11 +4560,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4560
4560
  address?: undefined;
4561
4561
  bool?: undefined;
4562
4562
  bytes?: undefined;
4563
+ bytes18?: undefined;
4564
+ bytes1?: undefined;
4565
+ bytes5?: undefined;
4566
+ bytes10?: undefined;
4563
4567
  bytes2?: undefined;
4564
4568
  bytes3?: undefined;
4565
- bytes1?: undefined;
4566
4569
  bytes4?: undefined;
4567
- bytes5?: undefined;
4568
4570
  bytes32?: undefined;
4569
4571
  bytes31?: undefined;
4570
4572
  bytes30?: undefined;
@@ -4579,7 +4581,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4579
4581
  bytes21?: undefined;
4580
4582
  bytes20?: undefined;
4581
4583
  bytes19?: undefined;
4582
- bytes18?: undefined;
4583
4584
  bytes17?: undefined;
4584
4585
  bytes16?: undefined;
4585
4586
  bytes15?: undefined;
@@ -4587,7 +4588,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4587
4588
  bytes13?: undefined;
4588
4589
  bytes12?: undefined;
4589
4590
  bytes11?: undefined;
4590
- bytes10?: undefined;
4591
4591
  bytes9?: undefined;
4592
4592
  bytes8?: undefined;
4593
4593
  bytes7?: undefined;
@@ -4667,11 +4667,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4667
4667
  [x: `address[${string}]`]: undefined;
4668
4668
  [x: `bool[${string}]`]: undefined;
4669
4669
  [x: `bytes[${string}]`]: undefined;
4670
+ [x: `bytes18[${string}]`]: undefined;
4671
+ [x: `bytes1[${string}]`]: undefined;
4672
+ [x: `bytes5[${string}]`]: undefined;
4673
+ [x: `bytes10[${string}]`]: undefined;
4670
4674
  [x: `bytes2[${string}]`]: undefined;
4671
4675
  [x: `bytes3[${string}]`]: undefined;
4672
- [x: `bytes1[${string}]`]: undefined;
4673
4676
  [x: `bytes4[${string}]`]: undefined;
4674
- [x: `bytes5[${string}]`]: undefined;
4675
4677
  [x: `bytes32[${string}]`]: undefined;
4676
4678
  [x: `bytes31[${string}]`]: undefined;
4677
4679
  [x: `bytes30[${string}]`]: undefined;
@@ -4686,7 +4688,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4686
4688
  [x: `bytes21[${string}]`]: undefined;
4687
4689
  [x: `bytes20[${string}]`]: undefined;
4688
4690
  [x: `bytes19[${string}]`]: undefined;
4689
- [x: `bytes18[${string}]`]: undefined;
4690
4691
  [x: `bytes17[${string}]`]: undefined;
4691
4692
  [x: `bytes16[${string}]`]: undefined;
4692
4693
  [x: `bytes15[${string}]`]: undefined;
@@ -4694,7 +4695,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4694
4695
  [x: `bytes13[${string}]`]: undefined;
4695
4696
  [x: `bytes12[${string}]`]: undefined;
4696
4697
  [x: `bytes11[${string}]`]: undefined;
4697
- [x: `bytes10[${string}]`]: undefined;
4698
4698
  [x: `bytes9[${string}]`]: undefined;
4699
4699
  [x: `bytes8[${string}]`]: undefined;
4700
4700
  [x: `bytes7[${string}]`]: undefined;
@@ -4769,11 +4769,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4769
4769
  address?: undefined;
4770
4770
  bool?: undefined;
4771
4771
  bytes?: undefined;
4772
+ bytes18?: undefined;
4773
+ bytes1?: undefined;
4774
+ bytes5?: undefined;
4775
+ bytes10?: undefined;
4772
4776
  bytes2?: undefined;
4773
4777
  bytes3?: undefined;
4774
- bytes1?: undefined;
4775
4778
  bytes4?: undefined;
4776
- bytes5?: undefined;
4777
4779
  bytes32?: undefined;
4778
4780
  bytes31?: undefined;
4779
4781
  bytes30?: undefined;
@@ -4788,7 +4790,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4788
4790
  bytes21?: undefined;
4789
4791
  bytes20?: undefined;
4790
4792
  bytes19?: undefined;
4791
- bytes18?: undefined;
4792
4793
  bytes17?: undefined;
4793
4794
  bytes16?: undefined;
4794
4795
  bytes15?: undefined;
@@ -4796,7 +4797,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
4796
4797
  bytes13?: undefined;
4797
4798
  bytes12?: undefined;
4798
4799
  bytes11?: undefined;
4799
- bytes10?: undefined;
4800
4800
  bytes9?: undefined;
4801
4801
  bytes8?: undefined;
4802
4802
  bytes7?: undefined;
@@ -5150,11 +5150,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5150
5150
  [x: `address[${string}]`]: undefined;
5151
5151
  [x: `bool[${string}]`]: undefined;
5152
5152
  [x: `bytes[${string}]`]: undefined;
5153
+ [x: `bytes18[${string}]`]: undefined;
5154
+ [x: `bytes1[${string}]`]: undefined;
5155
+ [x: `bytes5[${string}]`]: undefined;
5156
+ [x: `bytes10[${string}]`]: undefined;
5153
5157
  [x: `bytes2[${string}]`]: undefined;
5154
5158
  [x: `bytes3[${string}]`]: undefined;
5155
- [x: `bytes1[${string}]`]: undefined;
5156
5159
  [x: `bytes4[${string}]`]: undefined;
5157
- [x: `bytes5[${string}]`]: undefined;
5158
5160
  [x: `bytes32[${string}]`]: undefined;
5159
5161
  [x: `bytes31[${string}]`]: undefined;
5160
5162
  [x: `bytes30[${string}]`]: undefined;
@@ -5169,7 +5171,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5169
5171
  [x: `bytes21[${string}]`]: undefined;
5170
5172
  [x: `bytes20[${string}]`]: undefined;
5171
5173
  [x: `bytes19[${string}]`]: undefined;
5172
- [x: `bytes18[${string}]`]: undefined;
5173
5174
  [x: `bytes17[${string}]`]: undefined;
5174
5175
  [x: `bytes16[${string}]`]: undefined;
5175
5176
  [x: `bytes15[${string}]`]: undefined;
@@ -5177,7 +5178,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5177
5178
  [x: `bytes13[${string}]`]: undefined;
5178
5179
  [x: `bytes12[${string}]`]: undefined;
5179
5180
  [x: `bytes11[${string}]`]: undefined;
5180
- [x: `bytes10[${string}]`]: undefined;
5181
5181
  [x: `bytes9[${string}]`]: undefined;
5182
5182
  [x: `bytes8[${string}]`]: undefined;
5183
5183
  [x: `bytes7[${string}]`]: undefined;
@@ -5252,11 +5252,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5252
5252
  address?: undefined;
5253
5253
  bool?: undefined;
5254
5254
  bytes?: undefined;
5255
+ bytes18?: undefined;
5256
+ bytes1?: undefined;
5257
+ bytes5?: undefined;
5258
+ bytes10?: undefined;
5255
5259
  bytes2?: undefined;
5256
5260
  bytes3?: undefined;
5257
- bytes1?: undefined;
5258
5261
  bytes4?: undefined;
5259
- bytes5?: undefined;
5260
5262
  bytes32?: undefined;
5261
5263
  bytes31?: undefined;
5262
5264
  bytes30?: undefined;
@@ -5271,7 +5273,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5271
5273
  bytes21?: undefined;
5272
5274
  bytes20?: undefined;
5273
5275
  bytes19?: undefined;
5274
- bytes18?: undefined;
5275
5276
  bytes17?: undefined;
5276
5277
  bytes16?: undefined;
5277
5278
  bytes15?: undefined;
@@ -5279,7 +5280,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5279
5280
  bytes13?: undefined;
5280
5281
  bytes12?: undefined;
5281
5282
  bytes11?: undefined;
5282
- bytes10?: undefined;
5283
5283
  bytes9?: undefined;
5284
5284
  bytes8?: undefined;
5285
5285
  bytes7?: undefined;
@@ -5359,11 +5359,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5359
5359
  [x: `address[${string}]`]: undefined;
5360
5360
  [x: `bool[${string}]`]: undefined;
5361
5361
  [x: `bytes[${string}]`]: undefined;
5362
+ [x: `bytes18[${string}]`]: undefined;
5363
+ [x: `bytes1[${string}]`]: undefined;
5364
+ [x: `bytes5[${string}]`]: undefined;
5365
+ [x: `bytes10[${string}]`]: undefined;
5362
5366
  [x: `bytes2[${string}]`]: undefined;
5363
5367
  [x: `bytes3[${string}]`]: undefined;
5364
- [x: `bytes1[${string}]`]: undefined;
5365
5368
  [x: `bytes4[${string}]`]: undefined;
5366
- [x: `bytes5[${string}]`]: undefined;
5367
5369
  [x: `bytes32[${string}]`]: undefined;
5368
5370
  [x: `bytes31[${string}]`]: undefined;
5369
5371
  [x: `bytes30[${string}]`]: undefined;
@@ -5378,7 +5380,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5378
5380
  [x: `bytes21[${string}]`]: undefined;
5379
5381
  [x: `bytes20[${string}]`]: undefined;
5380
5382
  [x: `bytes19[${string}]`]: undefined;
5381
- [x: `bytes18[${string}]`]: undefined;
5382
5383
  [x: `bytes17[${string}]`]: undefined;
5383
5384
  [x: `bytes16[${string}]`]: undefined;
5384
5385
  [x: `bytes15[${string}]`]: undefined;
@@ -5386,7 +5387,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5386
5387
  [x: `bytes13[${string}]`]: undefined;
5387
5388
  [x: `bytes12[${string}]`]: undefined;
5388
5389
  [x: `bytes11[${string}]`]: undefined;
5389
- [x: `bytes10[${string}]`]: undefined;
5390
5390
  [x: `bytes9[${string}]`]: undefined;
5391
5391
  [x: `bytes8[${string}]`]: undefined;
5392
5392
  [x: `bytes7[${string}]`]: undefined;
@@ -5461,11 +5461,13 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5461
5461
  address?: undefined;
5462
5462
  bool?: undefined;
5463
5463
  bytes?: undefined;
5464
+ bytes18?: undefined;
5465
+ bytes1?: undefined;
5466
+ bytes5?: undefined;
5467
+ bytes10?: undefined;
5464
5468
  bytes2?: undefined;
5465
5469
  bytes3?: undefined;
5466
- bytes1?: undefined;
5467
5470
  bytes4?: undefined;
5468
- bytes5?: undefined;
5469
5471
  bytes32?: undefined;
5470
5472
  bytes31?: undefined;
5471
5473
  bytes30?: undefined;
@@ -5480,7 +5482,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5480
5482
  bytes21?: undefined;
5481
5483
  bytes20?: undefined;
5482
5484
  bytes19?: undefined;
5483
- bytes18?: undefined;
5484
5485
  bytes17?: undefined;
5485
5486
  bytes16?: undefined;
5486
5487
  bytes15?: undefined;
@@ -5488,7 +5489,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
5488
5489
  bytes13?: undefined;
5489
5490
  bytes12?: undefined;
5490
5491
  bytes11?: undefined;
5491
- bytes10?: undefined;
5492
5492
  bytes9?: undefined;
5493
5493
  bytes8?: undefined;
5494
5494
  bytes7?: undefined;