@account-kit/infra 4.0.0-alpha.0 → 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 (101) hide show
  1. package/dist/cjs/actions/simulateUserOperationChanges.js.map +1 -1
  2. package/dist/cjs/chains.d.ts +23 -0
  3. package/dist/cjs/chains.js +166 -1
  4. package/dist/cjs/chains.js.map +1 -1
  5. package/dist/cjs/client/decorators/alchemyEnhancedApis.d.ts +5537 -1
  6. package/dist/cjs/client/decorators/alchemyEnhancedApis.js.map +1 -1
  7. package/dist/cjs/client/decorators/smartAccount.js.map +1 -1
  8. package/dist/cjs/client/internal/smartAccountClientFromRpc.d.ts +2 -2
  9. package/dist/cjs/client/internal/smartAccountClientFromRpc.js +2 -1
  10. package/dist/cjs/client/internal/smartAccountClientFromRpc.js.map +1 -1
  11. package/dist/cjs/client/isAlchemySmartAccountClient.d.ts +128 -128
  12. package/dist/cjs/client/isAlchemySmartAccountClient.js.map +1 -1
  13. package/dist/cjs/client/rpcClient.js.map +1 -1
  14. package/dist/cjs/client/smartAccountClient.js.map +1 -1
  15. package/dist/cjs/defaults.js +7 -7
  16. package/dist/cjs/defaults.js.map +1 -1
  17. package/dist/cjs/gas-manager.js +16 -16
  18. package/dist/cjs/gas-manager.js.map +1 -1
  19. package/dist/cjs/index.d.ts +2 -1
  20. package/dist/cjs/index.js +20 -1
  21. package/dist/cjs/index.js.map +1 -1
  22. package/dist/cjs/middleware/feeEstimator.js.map +1 -1
  23. package/dist/cjs/middleware/gasManager.js.map +1 -1
  24. package/dist/cjs/middleware/userOperationSimulator.js.map +1 -1
  25. package/dist/cjs/schema.js +2 -9
  26. package/dist/cjs/schema.js.map +1 -1
  27. package/dist/cjs/version.d.ts +1 -1
  28. package/dist/cjs/version.js +1 -1
  29. package/dist/cjs/version.js.map +1 -1
  30. package/dist/esm/actions/simulateUserOperationChanges.js.map +1 -1
  31. package/dist/esm/chains.d.ts +23 -0
  32. package/dist/esm/chains.js +165 -0
  33. package/dist/esm/chains.js.map +1 -1
  34. package/dist/esm/client/decorators/alchemyEnhancedApis.d.ts +5537 -1
  35. package/dist/esm/client/decorators/alchemyEnhancedApis.js.map +1 -1
  36. package/dist/esm/client/decorators/smartAccount.js.map +1 -1
  37. package/dist/esm/client/internal/smartAccountClientFromRpc.d.ts +2 -2
  38. package/dist/esm/client/internal/smartAccountClientFromRpc.js +2 -1
  39. package/dist/esm/client/internal/smartAccountClientFromRpc.js.map +1 -1
  40. package/dist/esm/client/isAlchemySmartAccountClient.d.ts +128 -128
  41. package/dist/esm/client/isAlchemySmartAccountClient.js.map +1 -1
  42. package/dist/esm/client/rpcClient.js.map +1 -1
  43. package/dist/esm/client/smartAccountClient.js.map +1 -1
  44. package/dist/esm/defaults.js +2 -1
  45. package/dist/esm/defaults.js.map +1 -1
  46. package/dist/esm/gas-manager.js +1 -1
  47. package/dist/esm/gas-manager.js.map +1 -1
  48. package/dist/esm/index.d.ts +2 -1
  49. package/dist/esm/index.js +1 -1
  50. package/dist/esm/index.js.map +1 -1
  51. package/dist/esm/middleware/feeEstimator.js.map +1 -1
  52. package/dist/esm/middleware/gasManager.js.map +1 -1
  53. package/dist/esm/middleware/userOperationSimulator.js.map +1 -1
  54. package/dist/esm/schema.js +3 -10
  55. package/dist/esm/schema.js.map +1 -1
  56. package/dist/esm/version.d.ts +1 -1
  57. package/dist/esm/version.js +1 -1
  58. package/dist/esm/version.js.map +1 -1
  59. package/dist/types/actions/simulateUserOperationChanges.d.ts +17 -0
  60. package/dist/types/actions/simulateUserOperationChanges.d.ts.map +1 -1
  61. package/dist/types/chains.d.ts +42 -0
  62. package/dist/types/chains.d.ts.map +1 -1
  63. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts +5554 -1
  64. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts.map +1 -1
  65. package/dist/types/client/decorators/smartAccount.d.ts +15 -0
  66. package/dist/types/client/decorators/smartAccount.d.ts.map +1 -1
  67. package/dist/types/client/internal/smartAccountClientFromRpc.d.ts +2 -2
  68. package/dist/types/client/internal/smartAccountClientFromRpc.d.ts.map +1 -1
  69. package/dist/types/client/isAlchemySmartAccountClient.d.ts +143 -128
  70. package/dist/types/client/isAlchemySmartAccountClient.d.ts.map +1 -1
  71. package/dist/types/client/rpcClient.d.ts +22 -0
  72. package/dist/types/client/rpcClient.d.ts.map +1 -1
  73. package/dist/types/defaults.d.ts +14 -0
  74. package/dist/types/defaults.d.ts.map +1 -1
  75. package/dist/types/gas-manager.d.ts +13 -0
  76. package/dist/types/gas-manager.d.ts.map +1 -1
  77. package/dist/types/index.d.ts +2 -1
  78. package/dist/types/index.d.ts.map +1 -1
  79. package/dist/types/middleware/feeEstimator.d.ts +19 -0
  80. package/dist/types/middleware/feeEstimator.d.ts.map +1 -1
  81. package/dist/types/middleware/userOperationSimulator.d.ts +19 -0
  82. package/dist/types/middleware/userOperationSimulator.d.ts.map +1 -1
  83. package/dist/types/schema.d.ts.map +1 -1
  84. package/dist/types/version.d.ts +1 -1
  85. package/package.json +3 -3
  86. package/src/actions/simulateUserOperationChanges.ts +17 -0
  87. package/src/chains.ts +219 -0
  88. package/src/client/decorators/alchemyEnhancedApis.ts +50 -33
  89. package/src/client/decorators/smartAccount.ts +15 -0
  90. package/src/client/internal/smartAccountClientFromRpc.ts +33 -13
  91. package/src/client/isAlchemySmartAccountClient.ts +15 -0
  92. package/src/client/rpcClient.ts +22 -0
  93. package/src/client/smartAccountClient.ts +17 -0
  94. package/src/defaults.ts +17 -3
  95. package/src/gas-manager.ts +17 -4
  96. package/src/index.ts +23 -1
  97. package/src/middleware/feeEstimator.ts +19 -0
  98. package/src/middleware/gasManager.ts +1 -1
  99. package/src/middleware/userOperationSimulator.ts +19 -0
  100. package/src/schema.ts +2 -10
  101. package/src/version.ts +1 -1
@@ -1,5 +1,20 @@
1
1
  import { type SmartContractAccount } from "@aa-sdk/core";
2
2
  import type { Chain, Client, Transport } from "viem";
3
+ /**
4
+ * Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods.
5
+ *
6
+ * @example
7
+ * ```ts
8
+ * import { isAlchemySmartAccountClient } from "@account-kit/infra";
9
+ *
10
+ * if (isAlchemySmartAccountClient(client)) {
11
+ * // do things with the client as an Alchemy Smart Account Client
12
+ * }
13
+ * ```
14
+ *
15
+ * @param {Client<TTransport, TChain, TAccount>} client The client instance to be checked
16
+ * @returns {boolean} `true` if the client is an Alchemy Smart Account Client, otherwise `false`
17
+ */
3
18
  export declare const isAlchemySmartAccountClient: <TTransport extends Transport = Transport, TChain extends Chain | undefined = Chain | undefined, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined>(client: Client<TTransport, TChain, TAccount>) => client is ((Client<TTransport, TChain, TAccount, [{
4
19
  Method: "eth_sendUserOperation";
5
20
  Parameters: [import("@aa-sdk/core").UserOperationRequest, `0x${string}`];
@@ -278,11 +293,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
278
293
  [x: `address[${string}]`]: undefined;
279
294
  [x: `bool[${string}]`]: undefined;
280
295
  [x: `bytes[${string}]`]: undefined;
296
+ [x: `bytes18[${string}]`]: undefined;
297
+ [x: `bytes1[${string}]`]: undefined;
298
+ [x: `bytes5[${string}]`]: undefined;
299
+ [x: `bytes10[${string}]`]: undefined;
281
300
  [x: `bytes2[${string}]`]: undefined;
282
301
  [x: `bytes3[${string}]`]: undefined;
283
- [x: `bytes1[${string}]`]: undefined;
284
302
  [x: `bytes4[${string}]`]: undefined;
285
- [x: `bytes5[${string}]`]: undefined;
286
303
  [x: `bytes32[${string}]`]: undefined;
287
304
  [x: `bytes31[${string}]`]: undefined;
288
305
  [x: `bytes30[${string}]`]: undefined;
@@ -297,7 +314,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
297
314
  [x: `bytes21[${string}]`]: undefined;
298
315
  [x: `bytes20[${string}]`]: undefined;
299
316
  [x: `bytes19[${string}]`]: undefined;
300
- [x: `bytes18[${string}]`]: undefined;
301
317
  [x: `bytes17[${string}]`]: undefined;
302
318
  [x: `bytes16[${string}]`]: undefined;
303
319
  [x: `bytes15[${string}]`]: undefined;
@@ -305,7 +321,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
305
321
  [x: `bytes13[${string}]`]: undefined;
306
322
  [x: `bytes12[${string}]`]: undefined;
307
323
  [x: `bytes11[${string}]`]: undefined;
308
- [x: `bytes10[${string}]`]: undefined;
309
324
  [x: `bytes9[${string}]`]: undefined;
310
325
  [x: `bytes8[${string}]`]: undefined;
311
326
  [x: `bytes7[${string}]`]: undefined;
@@ -380,11 +395,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
380
395
  address?: undefined;
381
396
  bool?: undefined;
382
397
  bytes?: undefined;
398
+ bytes18?: undefined;
399
+ bytes1?: undefined;
400
+ bytes5?: undefined;
401
+ bytes10?: undefined;
383
402
  bytes2?: undefined;
384
403
  bytes3?: undefined;
385
- bytes1?: undefined;
386
404
  bytes4?: undefined;
387
- bytes5?: undefined;
388
405
  bytes32?: undefined;
389
406
  bytes31?: undefined;
390
407
  bytes30?: undefined;
@@ -399,7 +416,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
399
416
  bytes21?: undefined;
400
417
  bytes20?: undefined;
401
418
  bytes19?: undefined;
402
- bytes18?: undefined;
403
419
  bytes17?: undefined;
404
420
  bytes16?: undefined;
405
421
  bytes15?: undefined;
@@ -407,7 +423,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
407
423
  bytes13?: undefined;
408
424
  bytes12?: undefined;
409
425
  bytes11?: undefined;
410
- bytes10?: undefined;
411
426
  bytes9?: undefined;
412
427
  bytes8?: undefined;
413
428
  bytes7?: undefined;
@@ -487,11 +502,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
487
502
  [x: `address[${string}]`]: undefined;
488
503
  [x: `bool[${string}]`]: undefined;
489
504
  [x: `bytes[${string}]`]: undefined;
505
+ [x: `bytes18[${string}]`]: undefined;
506
+ [x: `bytes1[${string}]`]: undefined;
507
+ [x: `bytes5[${string}]`]: undefined;
508
+ [x: `bytes10[${string}]`]: undefined;
490
509
  [x: `bytes2[${string}]`]: undefined;
491
510
  [x: `bytes3[${string}]`]: undefined;
492
- [x: `bytes1[${string}]`]: undefined;
493
511
  [x: `bytes4[${string}]`]: undefined;
494
- [x: `bytes5[${string}]`]: undefined;
495
512
  [x: `bytes32[${string}]`]: undefined;
496
513
  [x: `bytes31[${string}]`]: undefined;
497
514
  [x: `bytes30[${string}]`]: undefined;
@@ -506,7 +523,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
506
523
  [x: `bytes21[${string}]`]: undefined;
507
524
  [x: `bytes20[${string}]`]: undefined;
508
525
  [x: `bytes19[${string}]`]: undefined;
509
- [x: `bytes18[${string}]`]: undefined;
510
526
  [x: `bytes17[${string}]`]: undefined;
511
527
  [x: `bytes16[${string}]`]: undefined;
512
528
  [x: `bytes15[${string}]`]: undefined;
@@ -514,7 +530,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
514
530
  [x: `bytes13[${string}]`]: undefined;
515
531
  [x: `bytes12[${string}]`]: undefined;
516
532
  [x: `bytes11[${string}]`]: undefined;
517
- [x: `bytes10[${string}]`]: undefined;
518
533
  [x: `bytes9[${string}]`]: undefined;
519
534
  [x: `bytes8[${string}]`]: undefined;
520
535
  [x: `bytes7[${string}]`]: undefined;
@@ -589,11 +604,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
589
604
  address?: undefined;
590
605
  bool?: undefined;
591
606
  bytes?: undefined;
607
+ bytes18?: undefined;
608
+ bytes1?: undefined;
609
+ bytes5?: undefined;
610
+ bytes10?: undefined;
592
611
  bytes2?: undefined;
593
612
  bytes3?: undefined;
594
- bytes1?: undefined;
595
613
  bytes4?: undefined;
596
- bytes5?: undefined;
597
614
  bytes32?: undefined;
598
615
  bytes31?: undefined;
599
616
  bytes30?: undefined;
@@ -608,7 +625,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
608
625
  bytes21?: undefined;
609
626
  bytes20?: undefined;
610
627
  bytes19?: undefined;
611
- bytes18?: undefined;
612
628
  bytes17?: undefined;
613
629
  bytes16?: undefined;
614
630
  bytes15?: undefined;
@@ -616,7 +632,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
616
632
  bytes13?: undefined;
617
633
  bytes12?: undefined;
618
634
  bytes11?: undefined;
619
- bytes10?: undefined;
620
635
  bytes9?: undefined;
621
636
  bytes8?: undefined;
622
637
  bytes7?: undefined;
@@ -970,11 +985,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
970
985
  [x: `address[${string}]`]: undefined;
971
986
  [x: `bool[${string}]`]: undefined;
972
987
  [x: `bytes[${string}]`]: undefined;
988
+ [x: `bytes18[${string}]`]: undefined;
989
+ [x: `bytes1[${string}]`]: undefined;
990
+ [x: `bytes5[${string}]`]: undefined;
991
+ [x: `bytes10[${string}]`]: undefined;
973
992
  [x: `bytes2[${string}]`]: undefined;
974
993
  [x: `bytes3[${string}]`]: undefined;
975
- [x: `bytes1[${string}]`]: undefined;
976
994
  [x: `bytes4[${string}]`]: undefined;
977
- [x: `bytes5[${string}]`]: undefined;
978
995
  [x: `bytes32[${string}]`]: undefined;
979
996
  [x: `bytes31[${string}]`]: undefined;
980
997
  [x: `bytes30[${string}]`]: undefined;
@@ -989,7 +1006,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
989
1006
  [x: `bytes21[${string}]`]: undefined;
990
1007
  [x: `bytes20[${string}]`]: undefined;
991
1008
  [x: `bytes19[${string}]`]: undefined;
992
- [x: `bytes18[${string}]`]: undefined;
993
1009
  [x: `bytes17[${string}]`]: undefined;
994
1010
  [x: `bytes16[${string}]`]: undefined;
995
1011
  [x: `bytes15[${string}]`]: undefined;
@@ -997,7 +1013,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
997
1013
  [x: `bytes13[${string}]`]: undefined;
998
1014
  [x: `bytes12[${string}]`]: undefined;
999
1015
  [x: `bytes11[${string}]`]: undefined;
1000
- [x: `bytes10[${string}]`]: undefined;
1001
1016
  [x: `bytes9[${string}]`]: undefined;
1002
1017
  [x: `bytes8[${string}]`]: undefined;
1003
1018
  [x: `bytes7[${string}]`]: undefined;
@@ -1072,11 +1087,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1072
1087
  address?: undefined;
1073
1088
  bool?: undefined;
1074
1089
  bytes?: undefined;
1090
+ bytes18?: undefined;
1091
+ bytes1?: undefined;
1092
+ bytes5?: undefined;
1093
+ bytes10?: undefined;
1075
1094
  bytes2?: undefined;
1076
1095
  bytes3?: undefined;
1077
- bytes1?: undefined;
1078
1096
  bytes4?: undefined;
1079
- bytes5?: undefined;
1080
1097
  bytes32?: undefined;
1081
1098
  bytes31?: undefined;
1082
1099
  bytes30?: undefined;
@@ -1091,7 +1108,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1091
1108
  bytes21?: undefined;
1092
1109
  bytes20?: undefined;
1093
1110
  bytes19?: undefined;
1094
- bytes18?: undefined;
1095
1111
  bytes17?: undefined;
1096
1112
  bytes16?: undefined;
1097
1113
  bytes15?: undefined;
@@ -1099,7 +1115,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1099
1115
  bytes13?: undefined;
1100
1116
  bytes12?: undefined;
1101
1117
  bytes11?: undefined;
1102
- bytes10?: undefined;
1103
1118
  bytes9?: undefined;
1104
1119
  bytes8?: undefined;
1105
1120
  bytes7?: undefined;
@@ -1179,11 +1194,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1179
1194
  [x: `address[${string}]`]: undefined;
1180
1195
  [x: `bool[${string}]`]: undefined;
1181
1196
  [x: `bytes[${string}]`]: undefined;
1197
+ [x: `bytes18[${string}]`]: undefined;
1198
+ [x: `bytes1[${string}]`]: undefined;
1199
+ [x: `bytes5[${string}]`]: undefined;
1200
+ [x: `bytes10[${string}]`]: undefined;
1182
1201
  [x: `bytes2[${string}]`]: undefined;
1183
1202
  [x: `bytes3[${string}]`]: undefined;
1184
- [x: `bytes1[${string}]`]: undefined;
1185
1203
  [x: `bytes4[${string}]`]: undefined;
1186
- [x: `bytes5[${string}]`]: undefined;
1187
1204
  [x: `bytes32[${string}]`]: undefined;
1188
1205
  [x: `bytes31[${string}]`]: undefined;
1189
1206
  [x: `bytes30[${string}]`]: undefined;
@@ -1198,7 +1215,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1198
1215
  [x: `bytes21[${string}]`]: undefined;
1199
1216
  [x: `bytes20[${string}]`]: undefined;
1200
1217
  [x: `bytes19[${string}]`]: undefined;
1201
- [x: `bytes18[${string}]`]: undefined;
1202
1218
  [x: `bytes17[${string}]`]: undefined;
1203
1219
  [x: `bytes16[${string}]`]: undefined;
1204
1220
  [x: `bytes15[${string}]`]: undefined;
@@ -1206,7 +1222,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1206
1222
  [x: `bytes13[${string}]`]: undefined;
1207
1223
  [x: `bytes12[${string}]`]: undefined;
1208
1224
  [x: `bytes11[${string}]`]: undefined;
1209
- [x: `bytes10[${string}]`]: undefined;
1210
1225
  [x: `bytes9[${string}]`]: undefined;
1211
1226
  [x: `bytes8[${string}]`]: undefined;
1212
1227
  [x: `bytes7[${string}]`]: undefined;
@@ -1281,11 +1296,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1281
1296
  address?: undefined;
1282
1297
  bool?: undefined;
1283
1298
  bytes?: undefined;
1299
+ bytes18?: undefined;
1300
+ bytes1?: undefined;
1301
+ bytes5?: undefined;
1302
+ bytes10?: undefined;
1284
1303
  bytes2?: undefined;
1285
1304
  bytes3?: undefined;
1286
- bytes1?: undefined;
1287
1305
  bytes4?: undefined;
1288
- bytes5?: undefined;
1289
1306
  bytes32?: undefined;
1290
1307
  bytes31?: undefined;
1291
1308
  bytes30?: undefined;
@@ -1300,7 +1317,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1300
1317
  bytes21?: undefined;
1301
1318
  bytes20?: undefined;
1302
1319
  bytes19?: undefined;
1303
- bytes18?: undefined;
1304
1320
  bytes17?: undefined;
1305
1321
  bytes16?: undefined;
1306
1322
  bytes15?: undefined;
@@ -1308,7 +1324,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1308
1324
  bytes13?: undefined;
1309
1325
  bytes12?: undefined;
1310
1326
  bytes11?: undefined;
1311
- bytes10?: undefined;
1312
1327
  bytes9?: undefined;
1313
1328
  bytes8?: undefined;
1314
1329
  bytes7?: undefined;
@@ -1662,11 +1677,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1662
1677
  [x: `address[${string}]`]: undefined;
1663
1678
  [x: `bool[${string}]`]: undefined;
1664
1679
  [x: `bytes[${string}]`]: undefined;
1680
+ [x: `bytes18[${string}]`]: undefined;
1681
+ [x: `bytes1[${string}]`]: undefined;
1682
+ [x: `bytes5[${string}]`]: undefined;
1683
+ [x: `bytes10[${string}]`]: undefined;
1665
1684
  [x: `bytes2[${string}]`]: undefined;
1666
1685
  [x: `bytes3[${string}]`]: undefined;
1667
- [x: `bytes1[${string}]`]: undefined;
1668
1686
  [x: `bytes4[${string}]`]: undefined;
1669
- [x: `bytes5[${string}]`]: undefined;
1670
1687
  [x: `bytes32[${string}]`]: undefined;
1671
1688
  [x: `bytes31[${string}]`]: undefined;
1672
1689
  [x: `bytes30[${string}]`]: undefined;
@@ -1681,7 +1698,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1681
1698
  [x: `bytes21[${string}]`]: undefined;
1682
1699
  [x: `bytes20[${string}]`]: undefined;
1683
1700
  [x: `bytes19[${string}]`]: undefined;
1684
- [x: `bytes18[${string}]`]: undefined;
1685
1701
  [x: `bytes17[${string}]`]: undefined;
1686
1702
  [x: `bytes16[${string}]`]: undefined;
1687
1703
  [x: `bytes15[${string}]`]: undefined;
@@ -1689,7 +1705,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1689
1705
  [x: `bytes13[${string}]`]: undefined;
1690
1706
  [x: `bytes12[${string}]`]: undefined;
1691
1707
  [x: `bytes11[${string}]`]: undefined;
1692
- [x: `bytes10[${string}]`]: undefined;
1693
1708
  [x: `bytes9[${string}]`]: undefined;
1694
1709
  [x: `bytes8[${string}]`]: undefined;
1695
1710
  [x: `bytes7[${string}]`]: undefined;
@@ -1764,11 +1779,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1764
1779
  address?: undefined;
1765
1780
  bool?: undefined;
1766
1781
  bytes?: undefined;
1782
+ bytes18?: undefined;
1783
+ bytes1?: undefined;
1784
+ bytes5?: undefined;
1785
+ bytes10?: undefined;
1767
1786
  bytes2?: undefined;
1768
1787
  bytes3?: undefined;
1769
- bytes1?: undefined;
1770
1788
  bytes4?: undefined;
1771
- bytes5?: undefined;
1772
1789
  bytes32?: undefined;
1773
1790
  bytes31?: undefined;
1774
1791
  bytes30?: undefined;
@@ -1783,7 +1800,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1783
1800
  bytes21?: undefined;
1784
1801
  bytes20?: undefined;
1785
1802
  bytes19?: undefined;
1786
- bytes18?: undefined;
1787
1803
  bytes17?: undefined;
1788
1804
  bytes16?: undefined;
1789
1805
  bytes15?: undefined;
@@ -1791,7 +1807,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1791
1807
  bytes13?: undefined;
1792
1808
  bytes12?: undefined;
1793
1809
  bytes11?: undefined;
1794
- bytes10?: undefined;
1795
1810
  bytes9?: undefined;
1796
1811
  bytes8?: undefined;
1797
1812
  bytes7?: undefined;
@@ -1871,11 +1886,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1871
1886
  [x: `address[${string}]`]: undefined;
1872
1887
  [x: `bool[${string}]`]: undefined;
1873
1888
  [x: `bytes[${string}]`]: undefined;
1889
+ [x: `bytes18[${string}]`]: undefined;
1890
+ [x: `bytes1[${string}]`]: undefined;
1891
+ [x: `bytes5[${string}]`]: undefined;
1892
+ [x: `bytes10[${string}]`]: undefined;
1874
1893
  [x: `bytes2[${string}]`]: undefined;
1875
1894
  [x: `bytes3[${string}]`]: undefined;
1876
- [x: `bytes1[${string}]`]: undefined;
1877
1895
  [x: `bytes4[${string}]`]: undefined;
1878
- [x: `bytes5[${string}]`]: undefined;
1879
1896
  [x: `bytes32[${string}]`]: undefined;
1880
1897
  [x: `bytes31[${string}]`]: undefined;
1881
1898
  [x: `bytes30[${string}]`]: undefined;
@@ -1890,7 +1907,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1890
1907
  [x: `bytes21[${string}]`]: undefined;
1891
1908
  [x: `bytes20[${string}]`]: undefined;
1892
1909
  [x: `bytes19[${string}]`]: undefined;
1893
- [x: `bytes18[${string}]`]: undefined;
1894
1910
  [x: `bytes17[${string}]`]: undefined;
1895
1911
  [x: `bytes16[${string}]`]: undefined;
1896
1912
  [x: `bytes15[${string}]`]: undefined;
@@ -1898,7 +1914,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1898
1914
  [x: `bytes13[${string}]`]: undefined;
1899
1915
  [x: `bytes12[${string}]`]: undefined;
1900
1916
  [x: `bytes11[${string}]`]: undefined;
1901
- [x: `bytes10[${string}]`]: undefined;
1902
1917
  [x: `bytes9[${string}]`]: undefined;
1903
1918
  [x: `bytes8[${string}]`]: undefined;
1904
1919
  [x: `bytes7[${string}]`]: undefined;
@@ -1973,11 +1988,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1973
1988
  address?: undefined;
1974
1989
  bool?: undefined;
1975
1990
  bytes?: undefined;
1991
+ bytes18?: undefined;
1992
+ bytes1?: undefined;
1993
+ bytes5?: undefined;
1994
+ bytes10?: undefined;
1976
1995
  bytes2?: undefined;
1977
1996
  bytes3?: undefined;
1978
- bytes1?: undefined;
1979
1997
  bytes4?: undefined;
1980
- bytes5?: undefined;
1981
1998
  bytes32?: undefined;
1982
1999
  bytes31?: undefined;
1983
2000
  bytes30?: undefined;
@@ -1992,7 +2009,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1992
2009
  bytes21?: undefined;
1993
2010
  bytes20?: undefined;
1994
2011
  bytes19?: undefined;
1995
- bytes18?: undefined;
1996
2012
  bytes17?: undefined;
1997
2013
  bytes16?: undefined;
1998
2014
  bytes15?: undefined;
@@ -2000,7 +2016,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2000
2016
  bytes13?: undefined;
2001
2017
  bytes12?: undefined;
2002
2018
  bytes11?: undefined;
2003
- bytes10?: undefined;
2004
2019
  bytes9?: undefined;
2005
2020
  bytes8?: undefined;
2006
2021
  bytes7?: undefined;
@@ -2354,11 +2369,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2354
2369
  [x: `address[${string}]`]: undefined;
2355
2370
  [x: `bool[${string}]`]: undefined;
2356
2371
  [x: `bytes[${string}]`]: undefined;
2372
+ [x: `bytes18[${string}]`]: undefined;
2373
+ [x: `bytes1[${string}]`]: undefined;
2374
+ [x: `bytes5[${string}]`]: undefined;
2375
+ [x: `bytes10[${string}]`]: undefined;
2357
2376
  [x: `bytes2[${string}]`]: undefined;
2358
2377
  [x: `bytes3[${string}]`]: undefined;
2359
- [x: `bytes1[${string}]`]: undefined;
2360
2378
  [x: `bytes4[${string}]`]: undefined;
2361
- [x: `bytes5[${string}]`]: undefined;
2362
2379
  [x: `bytes32[${string}]`]: undefined;
2363
2380
  [x: `bytes31[${string}]`]: undefined;
2364
2381
  [x: `bytes30[${string}]`]: undefined;
@@ -2373,7 +2390,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2373
2390
  [x: `bytes21[${string}]`]: undefined;
2374
2391
  [x: `bytes20[${string}]`]: undefined;
2375
2392
  [x: `bytes19[${string}]`]: undefined;
2376
- [x: `bytes18[${string}]`]: undefined;
2377
2393
  [x: `bytes17[${string}]`]: undefined;
2378
2394
  [x: `bytes16[${string}]`]: undefined;
2379
2395
  [x: `bytes15[${string}]`]: undefined;
@@ -2381,7 +2397,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2381
2397
  [x: `bytes13[${string}]`]: undefined;
2382
2398
  [x: `bytes12[${string}]`]: undefined;
2383
2399
  [x: `bytes11[${string}]`]: undefined;
2384
- [x: `bytes10[${string}]`]: undefined;
2385
2400
  [x: `bytes9[${string}]`]: undefined;
2386
2401
  [x: `bytes8[${string}]`]: undefined;
2387
2402
  [x: `bytes7[${string}]`]: undefined;
@@ -2456,11 +2471,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2456
2471
  address?: undefined;
2457
2472
  bool?: undefined;
2458
2473
  bytes?: undefined;
2474
+ bytes18?: undefined;
2475
+ bytes1?: undefined;
2476
+ bytes5?: undefined;
2477
+ bytes10?: undefined;
2459
2478
  bytes2?: undefined;
2460
2479
  bytes3?: undefined;
2461
- bytes1?: undefined;
2462
2480
  bytes4?: undefined;
2463
- bytes5?: undefined;
2464
2481
  bytes32?: undefined;
2465
2482
  bytes31?: undefined;
2466
2483
  bytes30?: undefined;
@@ -2475,7 +2492,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2475
2492
  bytes21?: undefined;
2476
2493
  bytes20?: undefined;
2477
2494
  bytes19?: undefined;
2478
- bytes18?: undefined;
2479
2495
  bytes17?: undefined;
2480
2496
  bytes16?: undefined;
2481
2497
  bytes15?: undefined;
@@ -2483,7 +2499,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2483
2499
  bytes13?: undefined;
2484
2500
  bytes12?: undefined;
2485
2501
  bytes11?: undefined;
2486
- bytes10?: undefined;
2487
2502
  bytes9?: undefined;
2488
2503
  bytes8?: undefined;
2489
2504
  bytes7?: undefined;
@@ -2563,11 +2578,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2563
2578
  [x: `address[${string}]`]: undefined;
2564
2579
  [x: `bool[${string}]`]: undefined;
2565
2580
  [x: `bytes[${string}]`]: undefined;
2581
+ [x: `bytes18[${string}]`]: undefined;
2582
+ [x: `bytes1[${string}]`]: undefined;
2583
+ [x: `bytes5[${string}]`]: undefined;
2584
+ [x: `bytes10[${string}]`]: undefined;
2566
2585
  [x: `bytes2[${string}]`]: undefined;
2567
2586
  [x: `bytes3[${string}]`]: undefined;
2568
- [x: `bytes1[${string}]`]: undefined;
2569
2587
  [x: `bytes4[${string}]`]: undefined;
2570
- [x: `bytes5[${string}]`]: undefined;
2571
2588
  [x: `bytes32[${string}]`]: undefined;
2572
2589
  [x: `bytes31[${string}]`]: undefined;
2573
2590
  [x: `bytes30[${string}]`]: undefined;
@@ -2582,7 +2599,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2582
2599
  [x: `bytes21[${string}]`]: undefined;
2583
2600
  [x: `bytes20[${string}]`]: undefined;
2584
2601
  [x: `bytes19[${string}]`]: undefined;
2585
- [x: `bytes18[${string}]`]: undefined;
2586
2602
  [x: `bytes17[${string}]`]: undefined;
2587
2603
  [x: `bytes16[${string}]`]: undefined;
2588
2604
  [x: `bytes15[${string}]`]: undefined;
@@ -2590,7 +2606,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2590
2606
  [x: `bytes13[${string}]`]: undefined;
2591
2607
  [x: `bytes12[${string}]`]: undefined;
2592
2608
  [x: `bytes11[${string}]`]: undefined;
2593
- [x: `bytes10[${string}]`]: undefined;
2594
2609
  [x: `bytes9[${string}]`]: undefined;
2595
2610
  [x: `bytes8[${string}]`]: undefined;
2596
2611
  [x: `bytes7[${string}]`]: undefined;
@@ -2665,11 +2680,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2665
2680
  address?: undefined;
2666
2681
  bool?: undefined;
2667
2682
  bytes?: undefined;
2683
+ bytes18?: undefined;
2684
+ bytes1?: undefined;
2685
+ bytes5?: undefined;
2686
+ bytes10?: undefined;
2668
2687
  bytes2?: undefined;
2669
2688
  bytes3?: undefined;
2670
- bytes1?: undefined;
2671
2689
  bytes4?: undefined;
2672
- bytes5?: undefined;
2673
2690
  bytes32?: undefined;
2674
2691
  bytes31?: undefined;
2675
2692
  bytes30?: undefined;
@@ -2684,7 +2701,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2684
2701
  bytes21?: undefined;
2685
2702
  bytes20?: undefined;
2686
2703
  bytes19?: undefined;
2687
- bytes18?: undefined;
2688
2704
  bytes17?: undefined;
2689
2705
  bytes16?: undefined;
2690
2706
  bytes15?: undefined;
@@ -2692,7 +2708,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2692
2708
  bytes13?: undefined;
2693
2709
  bytes12?: undefined;
2694
2710
  bytes11?: undefined;
2695
- bytes10?: undefined;
2696
2711
  bytes9?: undefined;
2697
2712
  bytes8?: undefined;
2698
2713
  bytes7?: undefined;
@@ -3046,11 +3061,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3046
3061
  [x: `address[${string}]`]: undefined;
3047
3062
  [x: `bool[${string}]`]: undefined;
3048
3063
  [x: `bytes[${string}]`]: undefined;
3064
+ [x: `bytes18[${string}]`]: undefined;
3065
+ [x: `bytes1[${string}]`]: undefined;
3066
+ [x: `bytes5[${string}]`]: undefined;
3067
+ [x: `bytes10[${string}]`]: undefined;
3049
3068
  [x: `bytes2[${string}]`]: undefined;
3050
3069
  [x: `bytes3[${string}]`]: undefined;
3051
- [x: `bytes1[${string}]`]: undefined;
3052
3070
  [x: `bytes4[${string}]`]: undefined;
3053
- [x: `bytes5[${string}]`]: undefined;
3054
3071
  [x: `bytes32[${string}]`]: undefined;
3055
3072
  [x: `bytes31[${string}]`]: undefined;
3056
3073
  [x: `bytes30[${string}]`]: undefined;
@@ -3065,7 +3082,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3065
3082
  [x: `bytes21[${string}]`]: undefined;
3066
3083
  [x: `bytes20[${string}]`]: undefined;
3067
3084
  [x: `bytes19[${string}]`]: undefined;
3068
- [x: `bytes18[${string}]`]: undefined;
3069
3085
  [x: `bytes17[${string}]`]: undefined;
3070
3086
  [x: `bytes16[${string}]`]: undefined;
3071
3087
  [x: `bytes15[${string}]`]: undefined;
@@ -3073,7 +3089,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3073
3089
  [x: `bytes13[${string}]`]: undefined;
3074
3090
  [x: `bytes12[${string}]`]: undefined;
3075
3091
  [x: `bytes11[${string}]`]: undefined;
3076
- [x: `bytes10[${string}]`]: undefined;
3077
3092
  [x: `bytes9[${string}]`]: undefined;
3078
3093
  [x: `bytes8[${string}]`]: undefined;
3079
3094
  [x: `bytes7[${string}]`]: undefined;
@@ -3148,11 +3163,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3148
3163
  address?: undefined;
3149
3164
  bool?: undefined;
3150
3165
  bytes?: undefined;
3166
+ bytes18?: undefined;
3167
+ bytes1?: undefined;
3168
+ bytes5?: undefined;
3169
+ bytes10?: undefined;
3151
3170
  bytes2?: undefined;
3152
3171
  bytes3?: undefined;
3153
- bytes1?: undefined;
3154
3172
  bytes4?: undefined;
3155
- bytes5?: undefined;
3156
3173
  bytes32?: undefined;
3157
3174
  bytes31?: undefined;
3158
3175
  bytes30?: undefined;
@@ -3167,7 +3184,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3167
3184
  bytes21?: undefined;
3168
3185
  bytes20?: undefined;
3169
3186
  bytes19?: undefined;
3170
- bytes18?: undefined;
3171
3187
  bytes17?: undefined;
3172
3188
  bytes16?: undefined;
3173
3189
  bytes15?: undefined;
@@ -3175,7 +3191,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3175
3191
  bytes13?: undefined;
3176
3192
  bytes12?: undefined;
3177
3193
  bytes11?: undefined;
3178
- bytes10?: undefined;
3179
3194
  bytes9?: undefined;
3180
3195
  bytes8?: undefined;
3181
3196
  bytes7?: undefined;
@@ -3255,11 +3270,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3255
3270
  [x: `address[${string}]`]: undefined;
3256
3271
  [x: `bool[${string}]`]: undefined;
3257
3272
  [x: `bytes[${string}]`]: undefined;
3273
+ [x: `bytes18[${string}]`]: undefined;
3274
+ [x: `bytes1[${string}]`]: undefined;
3275
+ [x: `bytes5[${string}]`]: undefined;
3276
+ [x: `bytes10[${string}]`]: undefined;
3258
3277
  [x: `bytes2[${string}]`]: undefined;
3259
3278
  [x: `bytes3[${string}]`]: undefined;
3260
- [x: `bytes1[${string}]`]: undefined;
3261
3279
  [x: `bytes4[${string}]`]: undefined;
3262
- [x: `bytes5[${string}]`]: undefined;
3263
3280
  [x: `bytes32[${string}]`]: undefined;
3264
3281
  [x: `bytes31[${string}]`]: undefined;
3265
3282
  [x: `bytes30[${string}]`]: undefined;
@@ -3274,7 +3291,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3274
3291
  [x: `bytes21[${string}]`]: undefined;
3275
3292
  [x: `bytes20[${string}]`]: undefined;
3276
3293
  [x: `bytes19[${string}]`]: undefined;
3277
- [x: `bytes18[${string}]`]: undefined;
3278
3294
  [x: `bytes17[${string}]`]: undefined;
3279
3295
  [x: `bytes16[${string}]`]: undefined;
3280
3296
  [x: `bytes15[${string}]`]: undefined;
@@ -3282,7 +3298,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3282
3298
  [x: `bytes13[${string}]`]: undefined;
3283
3299
  [x: `bytes12[${string}]`]: undefined;
3284
3300
  [x: `bytes11[${string}]`]: undefined;
3285
- [x: `bytes10[${string}]`]: undefined;
3286
3301
  [x: `bytes9[${string}]`]: undefined;
3287
3302
  [x: `bytes8[${string}]`]: undefined;
3288
3303
  [x: `bytes7[${string}]`]: undefined;
@@ -3357,11 +3372,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3357
3372
  address?: undefined;
3358
3373
  bool?: undefined;
3359
3374
  bytes?: undefined;
3375
+ bytes18?: undefined;
3376
+ bytes1?: undefined;
3377
+ bytes5?: undefined;
3378
+ bytes10?: undefined;
3360
3379
  bytes2?: undefined;
3361
3380
  bytes3?: undefined;
3362
- bytes1?: undefined;
3363
3381
  bytes4?: undefined;
3364
- bytes5?: undefined;
3365
3382
  bytes32?: undefined;
3366
3383
  bytes31?: undefined;
3367
3384
  bytes30?: undefined;
@@ -3376,7 +3393,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3376
3393
  bytes21?: undefined;
3377
3394
  bytes20?: undefined;
3378
3395
  bytes19?: undefined;
3379
- bytes18?: undefined;
3380
3396
  bytes17?: undefined;
3381
3397
  bytes16?: undefined;
3382
3398
  bytes15?: undefined;
@@ -3384,7 +3400,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3384
3400
  bytes13?: undefined;
3385
3401
  bytes12?: undefined;
3386
3402
  bytes11?: undefined;
3387
- bytes10?: undefined;
3388
3403
  bytes9?: undefined;
3389
3404
  bytes8?: undefined;
3390
3405
  bytes7?: undefined;
@@ -3738,11 +3753,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3738
3753
  [x: `address[${string}]`]: undefined;
3739
3754
  [x: `bool[${string}]`]: undefined;
3740
3755
  [x: `bytes[${string}]`]: undefined;
3756
+ [x: `bytes18[${string}]`]: undefined;
3757
+ [x: `bytes1[${string}]`]: undefined;
3758
+ [x: `bytes5[${string}]`]: undefined;
3759
+ [x: `bytes10[${string}]`]: undefined;
3741
3760
  [x: `bytes2[${string}]`]: undefined;
3742
3761
  [x: `bytes3[${string}]`]: undefined;
3743
- [x: `bytes1[${string}]`]: undefined;
3744
3762
  [x: `bytes4[${string}]`]: undefined;
3745
- [x: `bytes5[${string}]`]: undefined;
3746
3763
  [x: `bytes32[${string}]`]: undefined;
3747
3764
  [x: `bytes31[${string}]`]: undefined;
3748
3765
  [x: `bytes30[${string}]`]: undefined;
@@ -3757,7 +3774,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3757
3774
  [x: `bytes21[${string}]`]: undefined;
3758
3775
  [x: `bytes20[${string}]`]: undefined;
3759
3776
  [x: `bytes19[${string}]`]: undefined;
3760
- [x: `bytes18[${string}]`]: undefined;
3761
3777
  [x: `bytes17[${string}]`]: undefined;
3762
3778
  [x: `bytes16[${string}]`]: undefined;
3763
3779
  [x: `bytes15[${string}]`]: undefined;
@@ -3765,7 +3781,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3765
3781
  [x: `bytes13[${string}]`]: undefined;
3766
3782
  [x: `bytes12[${string}]`]: undefined;
3767
3783
  [x: `bytes11[${string}]`]: undefined;
3768
- [x: `bytes10[${string}]`]: undefined;
3769
3784
  [x: `bytes9[${string}]`]: undefined;
3770
3785
  [x: `bytes8[${string}]`]: undefined;
3771
3786
  [x: `bytes7[${string}]`]: undefined;
@@ -3840,11 +3855,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3840
3855
  address?: undefined;
3841
3856
  bool?: undefined;
3842
3857
  bytes?: undefined;
3858
+ bytes18?: undefined;
3859
+ bytes1?: undefined;
3860
+ bytes5?: undefined;
3861
+ bytes10?: undefined;
3843
3862
  bytes2?: undefined;
3844
3863
  bytes3?: undefined;
3845
- bytes1?: undefined;
3846
3864
  bytes4?: undefined;
3847
- bytes5?: undefined;
3848
3865
  bytes32?: undefined;
3849
3866
  bytes31?: undefined;
3850
3867
  bytes30?: undefined;
@@ -3859,7 +3876,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3859
3876
  bytes21?: undefined;
3860
3877
  bytes20?: undefined;
3861
3878
  bytes19?: undefined;
3862
- bytes18?: undefined;
3863
3879
  bytes17?: undefined;
3864
3880
  bytes16?: undefined;
3865
3881
  bytes15?: undefined;
@@ -3867,7 +3883,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3867
3883
  bytes13?: undefined;
3868
3884
  bytes12?: undefined;
3869
3885
  bytes11?: undefined;
3870
- bytes10?: undefined;
3871
3886
  bytes9?: undefined;
3872
3887
  bytes8?: undefined;
3873
3888
  bytes7?: undefined;
@@ -3947,11 +3962,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3947
3962
  [x: `address[${string}]`]: undefined;
3948
3963
  [x: `bool[${string}]`]: undefined;
3949
3964
  [x: `bytes[${string}]`]: undefined;
3965
+ [x: `bytes18[${string}]`]: undefined;
3966
+ [x: `bytes1[${string}]`]: undefined;
3967
+ [x: `bytes5[${string}]`]: undefined;
3968
+ [x: `bytes10[${string}]`]: undefined;
3950
3969
  [x: `bytes2[${string}]`]: undefined;
3951
3970
  [x: `bytes3[${string}]`]: undefined;
3952
- [x: `bytes1[${string}]`]: undefined;
3953
3971
  [x: `bytes4[${string}]`]: undefined;
3954
- [x: `bytes5[${string}]`]: undefined;
3955
3972
  [x: `bytes32[${string}]`]: undefined;
3956
3973
  [x: `bytes31[${string}]`]: undefined;
3957
3974
  [x: `bytes30[${string}]`]: undefined;
@@ -3966,7 +3983,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3966
3983
  [x: `bytes21[${string}]`]: undefined;
3967
3984
  [x: `bytes20[${string}]`]: undefined;
3968
3985
  [x: `bytes19[${string}]`]: undefined;
3969
- [x: `bytes18[${string}]`]: undefined;
3970
3986
  [x: `bytes17[${string}]`]: undefined;
3971
3987
  [x: `bytes16[${string}]`]: undefined;
3972
3988
  [x: `bytes15[${string}]`]: undefined;
@@ -3974,7 +3990,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3974
3990
  [x: `bytes13[${string}]`]: undefined;
3975
3991
  [x: `bytes12[${string}]`]: undefined;
3976
3992
  [x: `bytes11[${string}]`]: undefined;
3977
- [x: `bytes10[${string}]`]: undefined;
3978
3993
  [x: `bytes9[${string}]`]: undefined;
3979
3994
  [x: `bytes8[${string}]`]: undefined;
3980
3995
  [x: `bytes7[${string}]`]: undefined;
@@ -4049,11 +4064,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4049
4064
  address?: undefined;
4050
4065
  bool?: undefined;
4051
4066
  bytes?: undefined;
4067
+ bytes18?: undefined;
4068
+ bytes1?: undefined;
4069
+ bytes5?: undefined;
4070
+ bytes10?: undefined;
4052
4071
  bytes2?: undefined;
4053
4072
  bytes3?: undefined;
4054
- bytes1?: undefined;
4055
4073
  bytes4?: undefined;
4056
- bytes5?: undefined;
4057
4074
  bytes32?: undefined;
4058
4075
  bytes31?: undefined;
4059
4076
  bytes30?: undefined;
@@ -4068,7 +4085,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4068
4085
  bytes21?: undefined;
4069
4086
  bytes20?: undefined;
4070
4087
  bytes19?: undefined;
4071
- bytes18?: undefined;
4072
4088
  bytes17?: undefined;
4073
4089
  bytes16?: undefined;
4074
4090
  bytes15?: undefined;
@@ -4076,7 +4092,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4076
4092
  bytes13?: undefined;
4077
4093
  bytes12?: undefined;
4078
4094
  bytes11?: undefined;
4079
- bytes10?: undefined;
4080
4095
  bytes9?: undefined;
4081
4096
  bytes8?: undefined;
4082
4097
  bytes7?: undefined;
@@ -4430,11 +4445,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4430
4445
  [x: `address[${string}]`]: undefined;
4431
4446
  [x: `bool[${string}]`]: undefined;
4432
4447
  [x: `bytes[${string}]`]: undefined;
4448
+ [x: `bytes18[${string}]`]: undefined;
4449
+ [x: `bytes1[${string}]`]: undefined;
4450
+ [x: `bytes5[${string}]`]: undefined;
4451
+ [x: `bytes10[${string}]`]: undefined;
4433
4452
  [x: `bytes2[${string}]`]: undefined;
4434
4453
  [x: `bytes3[${string}]`]: undefined;
4435
- [x: `bytes1[${string}]`]: undefined;
4436
4454
  [x: `bytes4[${string}]`]: undefined;
4437
- [x: `bytes5[${string}]`]: undefined;
4438
4455
  [x: `bytes32[${string}]`]: undefined;
4439
4456
  [x: `bytes31[${string}]`]: undefined;
4440
4457
  [x: `bytes30[${string}]`]: undefined;
@@ -4449,7 +4466,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4449
4466
  [x: `bytes21[${string}]`]: undefined;
4450
4467
  [x: `bytes20[${string}]`]: undefined;
4451
4468
  [x: `bytes19[${string}]`]: undefined;
4452
- [x: `bytes18[${string}]`]: undefined;
4453
4469
  [x: `bytes17[${string}]`]: undefined;
4454
4470
  [x: `bytes16[${string}]`]: undefined;
4455
4471
  [x: `bytes15[${string}]`]: undefined;
@@ -4457,7 +4473,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4457
4473
  [x: `bytes13[${string}]`]: undefined;
4458
4474
  [x: `bytes12[${string}]`]: undefined;
4459
4475
  [x: `bytes11[${string}]`]: undefined;
4460
- [x: `bytes10[${string}]`]: undefined;
4461
4476
  [x: `bytes9[${string}]`]: undefined;
4462
4477
  [x: `bytes8[${string}]`]: undefined;
4463
4478
  [x: `bytes7[${string}]`]: undefined;
@@ -4532,11 +4547,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4532
4547
  address?: undefined;
4533
4548
  bool?: undefined;
4534
4549
  bytes?: undefined;
4550
+ bytes18?: undefined;
4551
+ bytes1?: undefined;
4552
+ bytes5?: undefined;
4553
+ bytes10?: undefined;
4535
4554
  bytes2?: undefined;
4536
4555
  bytes3?: undefined;
4537
- bytes1?: undefined;
4538
4556
  bytes4?: undefined;
4539
- bytes5?: undefined;
4540
4557
  bytes32?: undefined;
4541
4558
  bytes31?: undefined;
4542
4559
  bytes30?: undefined;
@@ -4551,7 +4568,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4551
4568
  bytes21?: undefined;
4552
4569
  bytes20?: undefined;
4553
4570
  bytes19?: undefined;
4554
- bytes18?: undefined;
4555
4571
  bytes17?: undefined;
4556
4572
  bytes16?: undefined;
4557
4573
  bytes15?: undefined;
@@ -4559,7 +4575,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4559
4575
  bytes13?: undefined;
4560
4576
  bytes12?: undefined;
4561
4577
  bytes11?: undefined;
4562
- bytes10?: undefined;
4563
4578
  bytes9?: undefined;
4564
4579
  bytes8?: undefined;
4565
4580
  bytes7?: undefined;
@@ -4639,11 +4654,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4639
4654
  [x: `address[${string}]`]: undefined;
4640
4655
  [x: `bool[${string}]`]: undefined;
4641
4656
  [x: `bytes[${string}]`]: undefined;
4657
+ [x: `bytes18[${string}]`]: undefined;
4658
+ [x: `bytes1[${string}]`]: undefined;
4659
+ [x: `bytes5[${string}]`]: undefined;
4660
+ [x: `bytes10[${string}]`]: undefined;
4642
4661
  [x: `bytes2[${string}]`]: undefined;
4643
4662
  [x: `bytes3[${string}]`]: undefined;
4644
- [x: `bytes1[${string}]`]: undefined;
4645
4663
  [x: `bytes4[${string}]`]: undefined;
4646
- [x: `bytes5[${string}]`]: undefined;
4647
4664
  [x: `bytes32[${string}]`]: undefined;
4648
4665
  [x: `bytes31[${string}]`]: undefined;
4649
4666
  [x: `bytes30[${string}]`]: undefined;
@@ -4658,7 +4675,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4658
4675
  [x: `bytes21[${string}]`]: undefined;
4659
4676
  [x: `bytes20[${string}]`]: undefined;
4660
4677
  [x: `bytes19[${string}]`]: undefined;
4661
- [x: `bytes18[${string}]`]: undefined;
4662
4678
  [x: `bytes17[${string}]`]: undefined;
4663
4679
  [x: `bytes16[${string}]`]: undefined;
4664
4680
  [x: `bytes15[${string}]`]: undefined;
@@ -4666,7 +4682,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4666
4682
  [x: `bytes13[${string}]`]: undefined;
4667
4683
  [x: `bytes12[${string}]`]: undefined;
4668
4684
  [x: `bytes11[${string}]`]: undefined;
4669
- [x: `bytes10[${string}]`]: undefined;
4670
4685
  [x: `bytes9[${string}]`]: undefined;
4671
4686
  [x: `bytes8[${string}]`]: undefined;
4672
4687
  [x: `bytes7[${string}]`]: undefined;
@@ -4741,11 +4756,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4741
4756
  address?: undefined;
4742
4757
  bool?: undefined;
4743
4758
  bytes?: undefined;
4759
+ bytes18?: undefined;
4760
+ bytes1?: undefined;
4761
+ bytes5?: undefined;
4762
+ bytes10?: undefined;
4744
4763
  bytes2?: undefined;
4745
4764
  bytes3?: undefined;
4746
- bytes1?: undefined;
4747
4765
  bytes4?: undefined;
4748
- bytes5?: undefined;
4749
4766
  bytes32?: undefined;
4750
4767
  bytes31?: undefined;
4751
4768
  bytes30?: undefined;
@@ -4760,7 +4777,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4760
4777
  bytes21?: undefined;
4761
4778
  bytes20?: undefined;
4762
4779
  bytes19?: undefined;
4763
- bytes18?: undefined;
4764
4780
  bytes17?: undefined;
4765
4781
  bytes16?: undefined;
4766
4782
  bytes15?: undefined;
@@ -4768,7 +4784,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4768
4784
  bytes13?: undefined;
4769
4785
  bytes12?: undefined;
4770
4786
  bytes11?: undefined;
4771
- bytes10?: undefined;
4772
4787
  bytes9?: undefined;
4773
4788
  bytes8?: undefined;
4774
4789
  bytes7?: undefined;
@@ -5122,11 +5137,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5122
5137
  [x: `address[${string}]`]: undefined;
5123
5138
  [x: `bool[${string}]`]: undefined;
5124
5139
  [x: `bytes[${string}]`]: undefined;
5140
+ [x: `bytes18[${string}]`]: undefined;
5141
+ [x: `bytes1[${string}]`]: undefined;
5142
+ [x: `bytes5[${string}]`]: undefined;
5143
+ [x: `bytes10[${string}]`]: undefined;
5125
5144
  [x: `bytes2[${string}]`]: undefined;
5126
5145
  [x: `bytes3[${string}]`]: undefined;
5127
- [x: `bytes1[${string}]`]: undefined;
5128
5146
  [x: `bytes4[${string}]`]: undefined;
5129
- [x: `bytes5[${string}]`]: undefined;
5130
5147
  [x: `bytes32[${string}]`]: undefined;
5131
5148
  [x: `bytes31[${string}]`]: undefined;
5132
5149
  [x: `bytes30[${string}]`]: undefined;
@@ -5141,7 +5158,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5141
5158
  [x: `bytes21[${string}]`]: undefined;
5142
5159
  [x: `bytes20[${string}]`]: undefined;
5143
5160
  [x: `bytes19[${string}]`]: undefined;
5144
- [x: `bytes18[${string}]`]: undefined;
5145
5161
  [x: `bytes17[${string}]`]: undefined;
5146
5162
  [x: `bytes16[${string}]`]: undefined;
5147
5163
  [x: `bytes15[${string}]`]: undefined;
@@ -5149,7 +5165,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5149
5165
  [x: `bytes13[${string}]`]: undefined;
5150
5166
  [x: `bytes12[${string}]`]: undefined;
5151
5167
  [x: `bytes11[${string}]`]: undefined;
5152
- [x: `bytes10[${string}]`]: undefined;
5153
5168
  [x: `bytes9[${string}]`]: undefined;
5154
5169
  [x: `bytes8[${string}]`]: undefined;
5155
5170
  [x: `bytes7[${string}]`]: undefined;
@@ -5224,11 +5239,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5224
5239
  address?: undefined;
5225
5240
  bool?: undefined;
5226
5241
  bytes?: undefined;
5242
+ bytes18?: undefined;
5243
+ bytes1?: undefined;
5244
+ bytes5?: undefined;
5245
+ bytes10?: undefined;
5227
5246
  bytes2?: undefined;
5228
5247
  bytes3?: undefined;
5229
- bytes1?: undefined;
5230
5248
  bytes4?: undefined;
5231
- bytes5?: undefined;
5232
5249
  bytes32?: undefined;
5233
5250
  bytes31?: undefined;
5234
5251
  bytes30?: undefined;
@@ -5243,7 +5260,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5243
5260
  bytes21?: undefined;
5244
5261
  bytes20?: undefined;
5245
5262
  bytes19?: undefined;
5246
- bytes18?: undefined;
5247
5263
  bytes17?: undefined;
5248
5264
  bytes16?: undefined;
5249
5265
  bytes15?: undefined;
@@ -5251,7 +5267,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5251
5267
  bytes13?: undefined;
5252
5268
  bytes12?: undefined;
5253
5269
  bytes11?: undefined;
5254
- bytes10?: undefined;
5255
5270
  bytes9?: undefined;
5256
5271
  bytes8?: undefined;
5257
5272
  bytes7?: undefined;
@@ -5331,11 +5346,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5331
5346
  [x: `address[${string}]`]: undefined;
5332
5347
  [x: `bool[${string}]`]: undefined;
5333
5348
  [x: `bytes[${string}]`]: undefined;
5349
+ [x: `bytes18[${string}]`]: undefined;
5350
+ [x: `bytes1[${string}]`]: undefined;
5351
+ [x: `bytes5[${string}]`]: undefined;
5352
+ [x: `bytes10[${string}]`]: undefined;
5334
5353
  [x: `bytes2[${string}]`]: undefined;
5335
5354
  [x: `bytes3[${string}]`]: undefined;
5336
- [x: `bytes1[${string}]`]: undefined;
5337
5355
  [x: `bytes4[${string}]`]: undefined;
5338
- [x: `bytes5[${string}]`]: undefined;
5339
5356
  [x: `bytes32[${string}]`]: undefined;
5340
5357
  [x: `bytes31[${string}]`]: undefined;
5341
5358
  [x: `bytes30[${string}]`]: undefined;
@@ -5350,7 +5367,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5350
5367
  [x: `bytes21[${string}]`]: undefined;
5351
5368
  [x: `bytes20[${string}]`]: undefined;
5352
5369
  [x: `bytes19[${string}]`]: undefined;
5353
- [x: `bytes18[${string}]`]: undefined;
5354
5370
  [x: `bytes17[${string}]`]: undefined;
5355
5371
  [x: `bytes16[${string}]`]: undefined;
5356
5372
  [x: `bytes15[${string}]`]: undefined;
@@ -5358,7 +5374,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5358
5374
  [x: `bytes13[${string}]`]: undefined;
5359
5375
  [x: `bytes12[${string}]`]: undefined;
5360
5376
  [x: `bytes11[${string}]`]: undefined;
5361
- [x: `bytes10[${string}]`]: undefined;
5362
5377
  [x: `bytes9[${string}]`]: undefined;
5363
5378
  [x: `bytes8[${string}]`]: undefined;
5364
5379
  [x: `bytes7[${string}]`]: undefined;
@@ -5433,11 +5448,13 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5433
5448
  address?: undefined;
5434
5449
  bool?: undefined;
5435
5450
  bytes?: undefined;
5451
+ bytes18?: undefined;
5452
+ bytes1?: undefined;
5453
+ bytes5?: undefined;
5454
+ bytes10?: undefined;
5436
5455
  bytes2?: undefined;
5437
5456
  bytes3?: undefined;
5438
- bytes1?: undefined;
5439
5457
  bytes4?: undefined;
5440
- bytes5?: undefined;
5441
5458
  bytes32?: undefined;
5442
5459
  bytes31?: undefined;
5443
5460
  bytes30?: undefined;
@@ -5452,7 +5469,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5452
5469
  bytes21?: undefined;
5453
5470
  bytes20?: undefined;
5454
5471
  bytes19?: undefined;
5455
- bytes18?: undefined;
5456
5472
  bytes17?: undefined;
5457
5473
  bytes16?: undefined;
5458
5474
  bytes15?: undefined;
@@ -5460,7 +5476,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5460
5476
  bytes13?: undefined;
5461
5477
  bytes12?: undefined;
5462
5478
  bytes11?: undefined;
5463
- bytes10?: undefined;
5464
5479
  bytes9?: undefined;
5465
5480
  bytes8?: undefined;
5466
5481
  bytes7?: undefined;