@account-kit/infra 4.0.0-alpha.0 → 4.0.0-alpha.10

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 (123) hide show
  1. package/dist/cjs/actions/simulateUserOperationChanges.js.map +1 -1
  2. package/dist/cjs/chains.d.ts +25 -0
  3. package/dist/cjs/chains.js +200 -1
  4. package/dist/cjs/chains.js.map +1 -1
  5. package/dist/cjs/client/decorators/alchemyEnhancedApis.d.ts +5393 -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 +3 -14
  10. package/dist/cjs/client/internal/smartAccountClientFromRpc.js.map +1 -1
  11. package/dist/cjs/client/isAlchemySmartAccountClient.d.ts +1173 -1317
  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.d.ts +2 -3
  15. package/dist/cjs/client/smartAccountClient.js +2 -2
  16. package/dist/cjs/client/smartAccountClient.js.map +1 -1
  17. package/dist/cjs/client/types.d.ts +1 -48
  18. package/dist/cjs/client/types.js.map +1 -1
  19. package/dist/cjs/defaults.js +7 -7
  20. package/dist/cjs/defaults.js.map +1 -1
  21. package/dist/cjs/gas-manager.js +16 -16
  22. package/dist/cjs/gas-manager.js.map +1 -1
  23. package/dist/cjs/index.d.ts +2 -1
  24. package/dist/cjs/index.js +22 -1
  25. package/dist/cjs/index.js.map +1 -1
  26. package/dist/cjs/middleware/feeEstimator.js.map +1 -1
  27. package/dist/cjs/middleware/gasManager.d.ts +2 -29
  28. package/dist/cjs/middleware/gasManager.js +4 -141
  29. package/dist/cjs/middleware/gasManager.js.map +1 -1
  30. package/dist/cjs/middleware/userOperationSimulator.d.ts +2 -2
  31. package/dist/cjs/middleware/userOperationSimulator.js.map +1 -1
  32. package/dist/cjs/schema.js +3 -10
  33. package/dist/cjs/schema.js.map +1 -1
  34. package/dist/cjs/version.d.ts +1 -1
  35. package/dist/cjs/version.js +1 -1
  36. package/dist/cjs/version.js.map +1 -1
  37. package/dist/esm/actions/simulateUserOperationChanges.js.map +1 -1
  38. package/dist/esm/chains.d.ts +25 -0
  39. package/dist/esm/chains.js +199 -0
  40. package/dist/esm/chains.js.map +1 -1
  41. package/dist/esm/client/decorators/alchemyEnhancedApis.d.ts +5393 -1
  42. package/dist/esm/client/decorators/alchemyEnhancedApis.js.map +1 -1
  43. package/dist/esm/client/decorators/smartAccount.js.map +1 -1
  44. package/dist/esm/client/internal/smartAccountClientFromRpc.d.ts +2 -2
  45. package/dist/esm/client/internal/smartAccountClientFromRpc.js +3 -14
  46. package/dist/esm/client/internal/smartAccountClientFromRpc.js.map +1 -1
  47. package/dist/esm/client/isAlchemySmartAccountClient.d.ts +1173 -1317
  48. package/dist/esm/client/isAlchemySmartAccountClient.js.map +1 -1
  49. package/dist/esm/client/rpcClient.js.map +1 -1
  50. package/dist/esm/client/smartAccountClient.d.ts +2 -3
  51. package/dist/esm/client/smartAccountClient.js +2 -3
  52. package/dist/esm/client/smartAccountClient.js.map +1 -1
  53. package/dist/esm/client/types.d.ts +1 -48
  54. package/dist/esm/client/types.js.map +1 -1
  55. package/dist/esm/defaults.js +2 -1
  56. package/dist/esm/defaults.js.map +1 -1
  57. package/dist/esm/gas-manager.js +1 -1
  58. package/dist/esm/gas-manager.js.map +1 -1
  59. package/dist/esm/index.d.ts +2 -1
  60. package/dist/esm/index.js +1 -1
  61. package/dist/esm/index.js.map +1 -1
  62. package/dist/esm/middleware/feeEstimator.js.map +1 -1
  63. package/dist/esm/middleware/gasManager.d.ts +2 -29
  64. package/dist/esm/middleware/gasManager.js +5 -142
  65. package/dist/esm/middleware/gasManager.js.map +1 -1
  66. package/dist/esm/middleware/userOperationSimulator.d.ts +2 -2
  67. package/dist/esm/middleware/userOperationSimulator.js.map +1 -1
  68. package/dist/esm/schema.js +4 -11
  69. package/dist/esm/schema.js.map +1 -1
  70. package/dist/esm/version.d.ts +1 -1
  71. package/dist/esm/version.js +1 -1
  72. package/dist/esm/version.js.map +1 -1
  73. package/dist/types/actions/simulateUserOperationChanges.d.ts +17 -0
  74. package/dist/types/actions/simulateUserOperationChanges.d.ts.map +1 -1
  75. package/dist/types/chains.d.ts +44 -0
  76. package/dist/types/chains.d.ts.map +1 -1
  77. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts +5410 -1
  78. package/dist/types/client/decorators/alchemyEnhancedApis.d.ts.map +1 -1
  79. package/dist/types/client/decorators/smartAccount.d.ts +15 -0
  80. package/dist/types/client/decorators/smartAccount.d.ts.map +1 -1
  81. package/dist/types/client/internal/smartAccountClientFromRpc.d.ts +4 -4
  82. package/dist/types/client/internal/smartAccountClientFromRpc.d.ts.map +1 -1
  83. package/dist/types/client/isAlchemySmartAccountClient.d.ts +1188 -1317
  84. package/dist/types/client/isAlchemySmartAccountClient.d.ts.map +1 -1
  85. package/dist/types/client/rpcClient.d.ts +22 -0
  86. package/dist/types/client/rpcClient.d.ts.map +1 -1
  87. package/dist/types/client/smartAccountClient.d.ts +2 -3
  88. package/dist/types/client/smartAccountClient.d.ts.map +1 -1
  89. package/dist/types/client/types.d.ts +1 -48
  90. package/dist/types/client/types.d.ts.map +1 -1
  91. package/dist/types/defaults.d.ts +14 -0
  92. package/dist/types/defaults.d.ts.map +1 -1
  93. package/dist/types/gas-manager.d.ts +13 -0
  94. package/dist/types/gas-manager.d.ts.map +1 -1
  95. package/dist/types/index.d.ts +2 -1
  96. package/dist/types/index.d.ts.map +1 -1
  97. package/dist/types/middleware/feeEstimator.d.ts +19 -0
  98. package/dist/types/middleware/feeEstimator.d.ts.map +1 -1
  99. package/dist/types/middleware/gasManager.d.ts +15 -87
  100. package/dist/types/middleware/gasManager.d.ts.map +1 -1
  101. package/dist/types/middleware/userOperationSimulator.d.ts +21 -2
  102. package/dist/types/middleware/userOperationSimulator.d.ts.map +1 -1
  103. package/dist/types/schema.d.ts.map +1 -1
  104. package/dist/types/version.d.ts +1 -1
  105. package/dist/types/version.d.ts.map +1 -1
  106. package/package.json +5 -4
  107. package/src/actions/simulateUserOperationChanges.ts +17 -0
  108. package/src/chains.ts +255 -0
  109. package/src/client/decorators/alchemyEnhancedApis.ts +50 -33
  110. package/src/client/decorators/smartAccount.ts +15 -0
  111. package/src/client/internal/smartAccountClientFromRpc.ts +36 -32
  112. package/src/client/isAlchemySmartAccountClient.ts +15 -0
  113. package/src/client/rpcClient.ts +22 -0
  114. package/src/client/smartAccountClient.ts +21 -5
  115. package/src/client/types.ts +1 -54
  116. package/src/defaults.ts +17 -3
  117. package/src/gas-manager.ts +17 -4
  118. package/src/index.ts +25 -1
  119. package/src/middleware/feeEstimator.ts +19 -0
  120. package/src/middleware/gasManager.ts +21 -424
  121. package/src/middleware/userOperationSimulator.ts +25 -2
  122. package/src/schema.ts +3 -11
  123. package/src/version.ts +1 -1
@@ -196,24 +196,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
196
196
  Method: "eth_uninstallFilter";
197
197
  Parameters: [filterId: `0x${string}`];
198
198
  ReturnType: boolean;
199
- }, {
200
- Method: "alchemy_requestPaymasterAndData";
201
- Parameters: [{
202
- policyId: string;
203
- entryPoint: `0x${string}`;
204
- userOperation: import("@aa-sdk/core").UserOperationRequest;
205
- }];
206
- ReturnType: import("..").RequestPaymasterAndDataResponse;
207
- }, {
208
- Method: "alchemy_requestGasAndPaymasterAndData";
209
- Parameters: [{
210
- policyId: string;
211
- entryPoint: `0x${string}`;
212
- userOperation: import("@aa-sdk/core").UserOperationRequest;
213
- dummySignature: `0x${string}`;
214
- overrides?: Partial<{}> | undefined;
215
- }];
216
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
217
199
  }, {
218
200
  Method: "alchemy_simulateUserOperationAssetChanges";
219
201
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -278,44 +260,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
278
260
  [x: `address[${string}]`]: undefined;
279
261
  [x: `bool[${string}]`]: undefined;
280
262
  [x: `bytes[${string}]`]: undefined;
281
- [x: `bytes2[${string}]`]: undefined;
282
- [x: `bytes3[${string}]`]: undefined;
263
+ [x: `bytes18[${string}]`]: undefined;
283
264
  [x: `bytes1[${string}]`]: undefined;
284
- [x: `bytes4[${string}]`]: undefined;
285
265
  [x: `bytes5[${string}]`]: undefined;
286
- [x: `bytes32[${string}]`]: undefined;
287
- [x: `bytes31[${string}]`]: undefined;
288
- [x: `bytes30[${string}]`]: undefined;
289
- [x: `bytes29[${string}]`]: undefined;
290
- [x: `bytes28[${string}]`]: undefined;
291
- [x: `bytes27[${string}]`]: undefined;
292
- [x: `bytes26[${string}]`]: undefined;
293
- [x: `bytes25[${string}]`]: undefined;
294
- [x: `bytes24[${string}]`]: undefined;
295
- [x: `bytes23[${string}]`]: undefined;
296
- [x: `bytes22[${string}]`]: undefined;
297
- [x: `bytes21[${string}]`]: undefined;
298
- [x: `bytes20[${string}]`]: undefined;
299
- [x: `bytes19[${string}]`]: undefined;
300
- [x: `bytes18[${string}]`]: undefined;
301
- [x: `bytes17[${string}]`]: undefined;
302
- [x: `bytes16[${string}]`]: undefined;
303
- [x: `bytes15[${string}]`]: undefined;
304
- [x: `bytes14[${string}]`]: undefined;
305
- [x: `bytes13[${string}]`]: undefined;
306
- [x: `bytes12[${string}]`]: undefined;
307
- [x: `bytes11[${string}]`]: undefined;
308
266
  [x: `bytes10[${string}]`]: undefined;
309
- [x: `bytes9[${string}]`]: undefined;
310
- [x: `bytes8[${string}]`]: undefined;
311
- [x: `bytes7[${string}]`]: undefined;
267
+ [x: `bytes4[${string}]`]: undefined;
268
+ [x: `bytes2[${string}]`]: undefined;
269
+ [x: `bytes3[${string}]`]: undefined;
312
270
  [x: `bytes6[${string}]`]: undefined;
271
+ [x: `bytes7[${string}]`]: undefined;
272
+ [x: `bytes8[${string}]`]: undefined;
273
+ [x: `bytes9[${string}]`]: undefined;
274
+ [x: `bytes11[${string}]`]: undefined;
275
+ [x: `bytes12[${string}]`]: undefined;
276
+ [x: `bytes13[${string}]`]: undefined;
277
+ [x: `bytes14[${string}]`]: undefined;
278
+ [x: `bytes15[${string}]`]: undefined;
279
+ [x: `bytes16[${string}]`]: undefined;
280
+ [x: `bytes17[${string}]`]: undefined;
281
+ [x: `bytes19[${string}]`]: undefined;
282
+ [x: `bytes20[${string}]`]: undefined;
283
+ [x: `bytes21[${string}]`]: undefined;
284
+ [x: `bytes22[${string}]`]: undefined;
285
+ [x: `bytes23[${string}]`]: undefined;
286
+ [x: `bytes24[${string}]`]: undefined;
287
+ [x: `bytes25[${string}]`]: undefined;
288
+ [x: `bytes26[${string}]`]: undefined;
289
+ [x: `bytes27[${string}]`]: undefined;
290
+ [x: `bytes28[${string}]`]: undefined;
291
+ [x: `bytes29[${string}]`]: undefined;
292
+ [x: `bytes30[${string}]`]: undefined;
293
+ [x: `bytes31[${string}]`]: undefined;
294
+ [x: `bytes32[${string}]`]: undefined;
313
295
  [x: `int[${string}]`]: undefined;
314
- [x: `int40[${string}]`]: undefined;
315
- [x: `int32[${string}]`]: undefined;
316
- [x: `int24[${string}]`]: undefined;
317
- [x: `int16[${string}]`]: undefined;
318
296
  [x: `int8[${string}]`]: undefined;
297
+ [x: `int16[${string}]`]: undefined;
298
+ [x: `int24[${string}]`]: undefined;
299
+ [x: `int32[${string}]`]: undefined;
300
+ [x: `int40[${string}]`]: undefined;
319
301
  [x: `int48[${string}]`]: undefined;
320
302
  [x: `int56[${string}]`]: undefined;
321
303
  [x: `int64[${string}]`]: undefined;
@@ -344,11 +326,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
344
326
  [x: `int248[${string}]`]: undefined;
345
327
  [x: `int256[${string}]`]: undefined;
346
328
  [x: `uint[${string}]`]: undefined;
347
- [x: `uint40[${string}]`]: undefined;
348
- [x: `uint32[${string}]`]: undefined;
349
- [x: `uint24[${string}]`]: undefined;
350
- [x: `uint16[${string}]`]: undefined;
351
329
  [x: `uint8[${string}]`]: undefined;
330
+ [x: `uint16[${string}]`]: undefined;
331
+ [x: `uint24[${string}]`]: undefined;
332
+ [x: `uint32[${string}]`]: undefined;
333
+ [x: `uint40[${string}]`]: undefined;
352
334
  [x: `uint48[${string}]`]: undefined;
353
335
  [x: `uint56[${string}]`]: undefined;
354
336
  [x: `uint64[${string}]`]: undefined;
@@ -380,43 +362,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
380
362
  address?: undefined;
381
363
  bool?: undefined;
382
364
  bytes?: undefined;
383
- bytes2?: undefined;
384
- bytes3?: undefined;
365
+ bytes18?: undefined;
385
366
  bytes1?: undefined;
386
- bytes4?: undefined;
387
367
  bytes5?: undefined;
388
- bytes32?: undefined;
389
- bytes31?: undefined;
390
- bytes30?: undefined;
391
- bytes29?: undefined;
392
- bytes28?: undefined;
393
- bytes27?: undefined;
394
- bytes26?: undefined;
395
- bytes25?: undefined;
396
- bytes24?: undefined;
397
- bytes23?: undefined;
398
- bytes22?: undefined;
399
- bytes21?: undefined;
400
- bytes20?: undefined;
401
- bytes19?: undefined;
402
- bytes18?: undefined;
403
- bytes17?: undefined;
404
- bytes16?: undefined;
405
- bytes15?: undefined;
406
- bytes14?: undefined;
407
- bytes13?: undefined;
408
- bytes12?: undefined;
409
- bytes11?: undefined;
410
368
  bytes10?: undefined;
411
- bytes9?: undefined;
412
- bytes8?: undefined;
413
- bytes7?: undefined;
369
+ bytes4?: undefined;
370
+ bytes2?: undefined;
371
+ bytes3?: undefined;
414
372
  bytes6?: undefined;
415
- int40?: undefined;
416
- int32?: undefined;
417
- int24?: undefined;
418
- int16?: undefined;
373
+ bytes7?: undefined;
374
+ bytes8?: undefined;
375
+ bytes9?: undefined;
376
+ bytes11?: undefined;
377
+ bytes12?: undefined;
378
+ bytes13?: undefined;
379
+ bytes14?: undefined;
380
+ bytes15?: undefined;
381
+ bytes16?: undefined;
382
+ bytes17?: undefined;
383
+ bytes19?: undefined;
384
+ bytes20?: undefined;
385
+ bytes21?: undefined;
386
+ bytes22?: undefined;
387
+ bytes23?: undefined;
388
+ bytes24?: undefined;
389
+ bytes25?: undefined;
390
+ bytes26?: undefined;
391
+ bytes27?: undefined;
392
+ bytes28?: undefined;
393
+ bytes29?: undefined;
394
+ bytes30?: undefined;
395
+ bytes31?: undefined;
396
+ bytes32?: undefined;
419
397
  int8?: undefined;
398
+ int16?: undefined;
399
+ int24?: undefined;
400
+ int32?: undefined;
401
+ int40?: undefined;
420
402
  int48?: undefined;
421
403
  int56?: undefined;
422
404
  int64?: undefined;
@@ -444,11 +426,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
444
426
  int240?: undefined;
445
427
  int248?: undefined;
446
428
  int256?: undefined;
447
- uint40?: undefined;
448
- uint32?: undefined;
449
- uint24?: undefined;
450
- uint16?: undefined;
451
429
  uint8?: undefined;
430
+ uint16?: undefined;
431
+ uint24?: undefined;
432
+ uint32?: undefined;
433
+ uint40?: undefined;
452
434
  uint48?: undefined;
453
435
  uint56?: undefined;
454
436
  uint64?: undefined;
@@ -487,44 +469,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
487
469
  [x: `address[${string}]`]: undefined;
488
470
  [x: `bool[${string}]`]: undefined;
489
471
  [x: `bytes[${string}]`]: undefined;
490
- [x: `bytes2[${string}]`]: undefined;
491
- [x: `bytes3[${string}]`]: undefined;
472
+ [x: `bytes18[${string}]`]: undefined;
492
473
  [x: `bytes1[${string}]`]: undefined;
493
- [x: `bytes4[${string}]`]: undefined;
494
474
  [x: `bytes5[${string}]`]: undefined;
495
- [x: `bytes32[${string}]`]: undefined;
496
- [x: `bytes31[${string}]`]: undefined;
497
- [x: `bytes30[${string}]`]: undefined;
498
- [x: `bytes29[${string}]`]: undefined;
499
- [x: `bytes28[${string}]`]: undefined;
500
- [x: `bytes27[${string}]`]: undefined;
501
- [x: `bytes26[${string}]`]: undefined;
502
- [x: `bytes25[${string}]`]: undefined;
503
- [x: `bytes24[${string}]`]: undefined;
504
- [x: `bytes23[${string}]`]: undefined;
505
- [x: `bytes22[${string}]`]: undefined;
506
- [x: `bytes21[${string}]`]: undefined;
507
- [x: `bytes20[${string}]`]: undefined;
508
- [x: `bytes19[${string}]`]: undefined;
509
- [x: `bytes18[${string}]`]: undefined;
510
- [x: `bytes17[${string}]`]: undefined;
511
- [x: `bytes16[${string}]`]: undefined;
512
- [x: `bytes15[${string}]`]: undefined;
513
- [x: `bytes14[${string}]`]: undefined;
514
- [x: `bytes13[${string}]`]: undefined;
515
- [x: `bytes12[${string}]`]: undefined;
516
- [x: `bytes11[${string}]`]: undefined;
517
475
  [x: `bytes10[${string}]`]: undefined;
518
- [x: `bytes9[${string}]`]: undefined;
519
- [x: `bytes8[${string}]`]: undefined;
520
- [x: `bytes7[${string}]`]: undefined;
476
+ [x: `bytes4[${string}]`]: undefined;
477
+ [x: `bytes2[${string}]`]: undefined;
478
+ [x: `bytes3[${string}]`]: undefined;
521
479
  [x: `bytes6[${string}]`]: undefined;
480
+ [x: `bytes7[${string}]`]: undefined;
481
+ [x: `bytes8[${string}]`]: undefined;
482
+ [x: `bytes9[${string}]`]: undefined;
483
+ [x: `bytes11[${string}]`]: undefined;
484
+ [x: `bytes12[${string}]`]: undefined;
485
+ [x: `bytes13[${string}]`]: undefined;
486
+ [x: `bytes14[${string}]`]: undefined;
487
+ [x: `bytes15[${string}]`]: undefined;
488
+ [x: `bytes16[${string}]`]: undefined;
489
+ [x: `bytes17[${string}]`]: undefined;
490
+ [x: `bytes19[${string}]`]: undefined;
491
+ [x: `bytes20[${string}]`]: undefined;
492
+ [x: `bytes21[${string}]`]: undefined;
493
+ [x: `bytes22[${string}]`]: undefined;
494
+ [x: `bytes23[${string}]`]: undefined;
495
+ [x: `bytes24[${string}]`]: undefined;
496
+ [x: `bytes25[${string}]`]: undefined;
497
+ [x: `bytes26[${string}]`]: undefined;
498
+ [x: `bytes27[${string}]`]: undefined;
499
+ [x: `bytes28[${string}]`]: undefined;
500
+ [x: `bytes29[${string}]`]: undefined;
501
+ [x: `bytes30[${string}]`]: undefined;
502
+ [x: `bytes31[${string}]`]: undefined;
503
+ [x: `bytes32[${string}]`]: undefined;
522
504
  [x: `int[${string}]`]: undefined;
523
- [x: `int40[${string}]`]: undefined;
524
- [x: `int32[${string}]`]: undefined;
525
- [x: `int24[${string}]`]: undefined;
526
- [x: `int16[${string}]`]: undefined;
527
505
  [x: `int8[${string}]`]: undefined;
506
+ [x: `int16[${string}]`]: undefined;
507
+ [x: `int24[${string}]`]: undefined;
508
+ [x: `int32[${string}]`]: undefined;
509
+ [x: `int40[${string}]`]: undefined;
528
510
  [x: `int48[${string}]`]: undefined;
529
511
  [x: `int56[${string}]`]: undefined;
530
512
  [x: `int64[${string}]`]: undefined;
@@ -553,11 +535,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
553
535
  [x: `int248[${string}]`]: undefined;
554
536
  [x: `int256[${string}]`]: undefined;
555
537
  [x: `uint[${string}]`]: undefined;
556
- [x: `uint40[${string}]`]: undefined;
557
- [x: `uint32[${string}]`]: undefined;
558
- [x: `uint24[${string}]`]: undefined;
559
- [x: `uint16[${string}]`]: undefined;
560
538
  [x: `uint8[${string}]`]: undefined;
539
+ [x: `uint16[${string}]`]: undefined;
540
+ [x: `uint24[${string}]`]: undefined;
541
+ [x: `uint32[${string}]`]: undefined;
542
+ [x: `uint40[${string}]`]: undefined;
561
543
  [x: `uint48[${string}]`]: undefined;
562
544
  [x: `uint56[${string}]`]: undefined;
563
545
  [x: `uint64[${string}]`]: undefined;
@@ -589,43 +571,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
589
571
  address?: undefined;
590
572
  bool?: undefined;
591
573
  bytes?: undefined;
592
- bytes2?: undefined;
593
- bytes3?: undefined;
574
+ bytes18?: undefined;
594
575
  bytes1?: undefined;
595
- bytes4?: undefined;
596
576
  bytes5?: undefined;
597
- bytes32?: undefined;
598
- bytes31?: undefined;
599
- bytes30?: undefined;
600
- bytes29?: undefined;
601
- bytes28?: undefined;
602
- bytes27?: undefined;
603
- bytes26?: undefined;
604
- bytes25?: undefined;
605
- bytes24?: undefined;
606
- bytes23?: undefined;
607
- bytes22?: undefined;
608
- bytes21?: undefined;
609
- bytes20?: undefined;
610
- bytes19?: undefined;
611
- bytes18?: undefined;
612
- bytes17?: undefined;
613
- bytes16?: undefined;
614
- bytes15?: undefined;
615
- bytes14?: undefined;
616
- bytes13?: undefined;
617
- bytes12?: undefined;
618
- bytes11?: undefined;
619
577
  bytes10?: undefined;
620
- bytes9?: undefined;
621
- bytes8?: undefined;
622
- bytes7?: undefined;
578
+ bytes4?: undefined;
579
+ bytes2?: undefined;
580
+ bytes3?: undefined;
623
581
  bytes6?: undefined;
624
- int40?: undefined;
625
- int32?: undefined;
626
- int24?: undefined;
627
- int16?: undefined;
582
+ bytes7?: undefined;
583
+ bytes8?: undefined;
584
+ bytes9?: undefined;
585
+ bytes11?: undefined;
586
+ bytes12?: undefined;
587
+ bytes13?: undefined;
588
+ bytes14?: undefined;
589
+ bytes15?: undefined;
590
+ bytes16?: undefined;
591
+ bytes17?: undefined;
592
+ bytes19?: undefined;
593
+ bytes20?: undefined;
594
+ bytes21?: undefined;
595
+ bytes22?: undefined;
596
+ bytes23?: undefined;
597
+ bytes24?: undefined;
598
+ bytes25?: undefined;
599
+ bytes26?: undefined;
600
+ bytes27?: undefined;
601
+ bytes28?: undefined;
602
+ bytes29?: undefined;
603
+ bytes30?: undefined;
604
+ bytes31?: undefined;
605
+ bytes32?: undefined;
628
606
  int8?: undefined;
607
+ int16?: undefined;
608
+ int24?: undefined;
609
+ int32?: undefined;
610
+ int40?: undefined;
629
611
  int48?: undefined;
630
612
  int56?: undefined;
631
613
  int64?: undefined;
@@ -653,11 +635,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
653
635
  int240?: undefined;
654
636
  int248?: undefined;
655
637
  int256?: undefined;
656
- uint40?: undefined;
657
- uint32?: undefined;
658
- uint24?: undefined;
659
- uint16?: undefined;
660
638
  uint8?: undefined;
639
+ uint16?: undefined;
640
+ uint24?: undefined;
641
+ uint32?: undefined;
642
+ uint40?: undefined;
661
643
  uint48?: undefined;
662
644
  uint56?: undefined;
663
645
  uint64?: undefined;
@@ -888,24 +870,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
888
870
  Method: "eth_uninstallFilter";
889
871
  Parameters: [filterId: `0x${string}`];
890
872
  ReturnType: boolean;
891
- }, {
892
- Method: "alchemy_requestPaymasterAndData";
893
- Parameters: [{
894
- policyId: string;
895
- entryPoint: `0x${string}`;
896
- userOperation: import("@aa-sdk/core").UserOperationRequest;
897
- }];
898
- ReturnType: import("..").RequestPaymasterAndDataResponse;
899
- }, {
900
- Method: "alchemy_requestGasAndPaymasterAndData";
901
- Parameters: [{
902
- policyId: string;
903
- entryPoint: `0x${string}`;
904
- userOperation: import("@aa-sdk/core").UserOperationRequest;
905
- dummySignature: `0x${string}`;
906
- overrides?: Partial<{}> | undefined;
907
- }];
908
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
909
873
  }, {
910
874
  Method: "alchemy_simulateUserOperationAssetChanges";
911
875
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -970,44 +934,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
970
934
  [x: `address[${string}]`]: undefined;
971
935
  [x: `bool[${string}]`]: undefined;
972
936
  [x: `bytes[${string}]`]: undefined;
973
- [x: `bytes2[${string}]`]: undefined;
974
- [x: `bytes3[${string}]`]: undefined;
937
+ [x: `bytes18[${string}]`]: undefined;
975
938
  [x: `bytes1[${string}]`]: undefined;
976
- [x: `bytes4[${string}]`]: undefined;
977
939
  [x: `bytes5[${string}]`]: undefined;
978
- [x: `bytes32[${string}]`]: undefined;
979
- [x: `bytes31[${string}]`]: undefined;
980
- [x: `bytes30[${string}]`]: undefined;
981
- [x: `bytes29[${string}]`]: undefined;
982
- [x: `bytes28[${string}]`]: undefined;
983
- [x: `bytes27[${string}]`]: undefined;
984
- [x: `bytes26[${string}]`]: undefined;
985
- [x: `bytes25[${string}]`]: undefined;
986
- [x: `bytes24[${string}]`]: undefined;
987
- [x: `bytes23[${string}]`]: undefined;
988
- [x: `bytes22[${string}]`]: undefined;
989
- [x: `bytes21[${string}]`]: undefined;
990
- [x: `bytes20[${string}]`]: undefined;
991
- [x: `bytes19[${string}]`]: undefined;
992
- [x: `bytes18[${string}]`]: undefined;
993
- [x: `bytes17[${string}]`]: undefined;
994
- [x: `bytes16[${string}]`]: undefined;
995
- [x: `bytes15[${string}]`]: undefined;
996
- [x: `bytes14[${string}]`]: undefined;
997
- [x: `bytes13[${string}]`]: undefined;
998
- [x: `bytes12[${string}]`]: undefined;
999
- [x: `bytes11[${string}]`]: undefined;
1000
940
  [x: `bytes10[${string}]`]: undefined;
1001
- [x: `bytes9[${string}]`]: undefined;
1002
- [x: `bytes8[${string}]`]: undefined;
1003
- [x: `bytes7[${string}]`]: undefined;
941
+ [x: `bytes4[${string}]`]: undefined;
942
+ [x: `bytes2[${string}]`]: undefined;
943
+ [x: `bytes3[${string}]`]: undefined;
1004
944
  [x: `bytes6[${string}]`]: undefined;
945
+ [x: `bytes7[${string}]`]: undefined;
946
+ [x: `bytes8[${string}]`]: undefined;
947
+ [x: `bytes9[${string}]`]: undefined;
948
+ [x: `bytes11[${string}]`]: undefined;
949
+ [x: `bytes12[${string}]`]: undefined;
950
+ [x: `bytes13[${string}]`]: undefined;
951
+ [x: `bytes14[${string}]`]: undefined;
952
+ [x: `bytes15[${string}]`]: undefined;
953
+ [x: `bytes16[${string}]`]: undefined;
954
+ [x: `bytes17[${string}]`]: undefined;
955
+ [x: `bytes19[${string}]`]: undefined;
956
+ [x: `bytes20[${string}]`]: undefined;
957
+ [x: `bytes21[${string}]`]: undefined;
958
+ [x: `bytes22[${string}]`]: undefined;
959
+ [x: `bytes23[${string}]`]: undefined;
960
+ [x: `bytes24[${string}]`]: undefined;
961
+ [x: `bytes25[${string}]`]: undefined;
962
+ [x: `bytes26[${string}]`]: undefined;
963
+ [x: `bytes27[${string}]`]: undefined;
964
+ [x: `bytes28[${string}]`]: undefined;
965
+ [x: `bytes29[${string}]`]: undefined;
966
+ [x: `bytes30[${string}]`]: undefined;
967
+ [x: `bytes31[${string}]`]: undefined;
968
+ [x: `bytes32[${string}]`]: undefined;
1005
969
  [x: `int[${string}]`]: undefined;
1006
- [x: `int40[${string}]`]: undefined;
1007
- [x: `int32[${string}]`]: undefined;
1008
- [x: `int24[${string}]`]: undefined;
1009
- [x: `int16[${string}]`]: undefined;
1010
970
  [x: `int8[${string}]`]: undefined;
971
+ [x: `int16[${string}]`]: undefined;
972
+ [x: `int24[${string}]`]: undefined;
973
+ [x: `int32[${string}]`]: undefined;
974
+ [x: `int40[${string}]`]: undefined;
1011
975
  [x: `int48[${string}]`]: undefined;
1012
976
  [x: `int56[${string}]`]: undefined;
1013
977
  [x: `int64[${string}]`]: undefined;
@@ -1036,11 +1000,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1036
1000
  [x: `int248[${string}]`]: undefined;
1037
1001
  [x: `int256[${string}]`]: undefined;
1038
1002
  [x: `uint[${string}]`]: undefined;
1039
- [x: `uint40[${string}]`]: undefined;
1040
- [x: `uint32[${string}]`]: undefined;
1041
- [x: `uint24[${string}]`]: undefined;
1042
- [x: `uint16[${string}]`]: undefined;
1043
1003
  [x: `uint8[${string}]`]: undefined;
1004
+ [x: `uint16[${string}]`]: undefined;
1005
+ [x: `uint24[${string}]`]: undefined;
1006
+ [x: `uint32[${string}]`]: undefined;
1007
+ [x: `uint40[${string}]`]: undefined;
1044
1008
  [x: `uint48[${string}]`]: undefined;
1045
1009
  [x: `uint56[${string}]`]: undefined;
1046
1010
  [x: `uint64[${string}]`]: undefined;
@@ -1072,43 +1036,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1072
1036
  address?: undefined;
1073
1037
  bool?: undefined;
1074
1038
  bytes?: undefined;
1075
- bytes2?: undefined;
1076
- bytes3?: undefined;
1039
+ bytes18?: undefined;
1077
1040
  bytes1?: undefined;
1078
- bytes4?: undefined;
1079
1041
  bytes5?: undefined;
1080
- bytes32?: undefined;
1081
- bytes31?: undefined;
1082
- bytes30?: undefined;
1083
- bytes29?: undefined;
1084
- bytes28?: undefined;
1085
- bytes27?: undefined;
1086
- bytes26?: undefined;
1087
- bytes25?: undefined;
1088
- bytes24?: undefined;
1089
- bytes23?: undefined;
1090
- bytes22?: undefined;
1091
- bytes21?: undefined;
1092
- bytes20?: undefined;
1093
- bytes19?: undefined;
1094
- bytes18?: undefined;
1095
- bytes17?: undefined;
1096
- bytes16?: undefined;
1097
- bytes15?: undefined;
1098
- bytes14?: undefined;
1099
- bytes13?: undefined;
1100
- bytes12?: undefined;
1101
- bytes11?: undefined;
1102
1042
  bytes10?: undefined;
1103
- bytes9?: undefined;
1104
- bytes8?: undefined;
1105
- bytes7?: undefined;
1043
+ bytes4?: undefined;
1044
+ bytes2?: undefined;
1045
+ bytes3?: undefined;
1106
1046
  bytes6?: undefined;
1107
- int40?: undefined;
1108
- int32?: undefined;
1109
- int24?: undefined;
1110
- int16?: undefined;
1047
+ bytes7?: undefined;
1048
+ bytes8?: undefined;
1049
+ bytes9?: undefined;
1050
+ bytes11?: undefined;
1051
+ bytes12?: undefined;
1052
+ bytes13?: undefined;
1053
+ bytes14?: undefined;
1054
+ bytes15?: undefined;
1055
+ bytes16?: undefined;
1056
+ bytes17?: undefined;
1057
+ bytes19?: undefined;
1058
+ bytes20?: undefined;
1059
+ bytes21?: undefined;
1060
+ bytes22?: undefined;
1061
+ bytes23?: undefined;
1062
+ bytes24?: undefined;
1063
+ bytes25?: undefined;
1064
+ bytes26?: undefined;
1065
+ bytes27?: undefined;
1066
+ bytes28?: undefined;
1067
+ bytes29?: undefined;
1068
+ bytes30?: undefined;
1069
+ bytes31?: undefined;
1070
+ bytes32?: undefined;
1111
1071
  int8?: undefined;
1072
+ int16?: undefined;
1073
+ int24?: undefined;
1074
+ int32?: undefined;
1075
+ int40?: undefined;
1112
1076
  int48?: undefined;
1113
1077
  int56?: undefined;
1114
1078
  int64?: undefined;
@@ -1136,11 +1100,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1136
1100
  int240?: undefined;
1137
1101
  int248?: undefined;
1138
1102
  int256?: undefined;
1139
- uint40?: undefined;
1140
- uint32?: undefined;
1141
- uint24?: undefined;
1142
- uint16?: undefined;
1143
1103
  uint8?: undefined;
1104
+ uint16?: undefined;
1105
+ uint24?: undefined;
1106
+ uint32?: undefined;
1107
+ uint40?: undefined;
1144
1108
  uint48?: undefined;
1145
1109
  uint56?: undefined;
1146
1110
  uint64?: undefined;
@@ -1179,44 +1143,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1179
1143
  [x: `address[${string}]`]: undefined;
1180
1144
  [x: `bool[${string}]`]: undefined;
1181
1145
  [x: `bytes[${string}]`]: undefined;
1182
- [x: `bytes2[${string}]`]: undefined;
1183
- [x: `bytes3[${string}]`]: undefined;
1146
+ [x: `bytes18[${string}]`]: undefined;
1184
1147
  [x: `bytes1[${string}]`]: undefined;
1185
- [x: `bytes4[${string}]`]: undefined;
1186
1148
  [x: `bytes5[${string}]`]: undefined;
1187
- [x: `bytes32[${string}]`]: undefined;
1188
- [x: `bytes31[${string}]`]: undefined;
1189
- [x: `bytes30[${string}]`]: undefined;
1190
- [x: `bytes29[${string}]`]: undefined;
1191
- [x: `bytes28[${string}]`]: undefined;
1192
- [x: `bytes27[${string}]`]: undefined;
1193
- [x: `bytes26[${string}]`]: undefined;
1194
- [x: `bytes25[${string}]`]: undefined;
1195
- [x: `bytes24[${string}]`]: undefined;
1196
- [x: `bytes23[${string}]`]: undefined;
1197
- [x: `bytes22[${string}]`]: undefined;
1198
- [x: `bytes21[${string}]`]: undefined;
1199
- [x: `bytes20[${string}]`]: undefined;
1200
- [x: `bytes19[${string}]`]: undefined;
1201
- [x: `bytes18[${string}]`]: undefined;
1202
- [x: `bytes17[${string}]`]: undefined;
1203
- [x: `bytes16[${string}]`]: undefined;
1204
- [x: `bytes15[${string}]`]: undefined;
1205
- [x: `bytes14[${string}]`]: undefined;
1206
- [x: `bytes13[${string}]`]: undefined;
1207
- [x: `bytes12[${string}]`]: undefined;
1208
- [x: `bytes11[${string}]`]: undefined;
1209
1149
  [x: `bytes10[${string}]`]: undefined;
1210
- [x: `bytes9[${string}]`]: undefined;
1211
- [x: `bytes8[${string}]`]: undefined;
1212
- [x: `bytes7[${string}]`]: undefined;
1150
+ [x: `bytes4[${string}]`]: undefined;
1151
+ [x: `bytes2[${string}]`]: undefined;
1152
+ [x: `bytes3[${string}]`]: undefined;
1213
1153
  [x: `bytes6[${string}]`]: undefined;
1154
+ [x: `bytes7[${string}]`]: undefined;
1155
+ [x: `bytes8[${string}]`]: undefined;
1156
+ [x: `bytes9[${string}]`]: undefined;
1157
+ [x: `bytes11[${string}]`]: undefined;
1158
+ [x: `bytes12[${string}]`]: undefined;
1159
+ [x: `bytes13[${string}]`]: undefined;
1160
+ [x: `bytes14[${string}]`]: undefined;
1161
+ [x: `bytes15[${string}]`]: undefined;
1162
+ [x: `bytes16[${string}]`]: undefined;
1163
+ [x: `bytes17[${string}]`]: undefined;
1164
+ [x: `bytes19[${string}]`]: undefined;
1165
+ [x: `bytes20[${string}]`]: undefined;
1166
+ [x: `bytes21[${string}]`]: undefined;
1167
+ [x: `bytes22[${string}]`]: undefined;
1168
+ [x: `bytes23[${string}]`]: undefined;
1169
+ [x: `bytes24[${string}]`]: undefined;
1170
+ [x: `bytes25[${string}]`]: undefined;
1171
+ [x: `bytes26[${string}]`]: undefined;
1172
+ [x: `bytes27[${string}]`]: undefined;
1173
+ [x: `bytes28[${string}]`]: undefined;
1174
+ [x: `bytes29[${string}]`]: undefined;
1175
+ [x: `bytes30[${string}]`]: undefined;
1176
+ [x: `bytes31[${string}]`]: undefined;
1177
+ [x: `bytes32[${string}]`]: undefined;
1214
1178
  [x: `int[${string}]`]: undefined;
1215
- [x: `int40[${string}]`]: undefined;
1216
- [x: `int32[${string}]`]: undefined;
1217
- [x: `int24[${string}]`]: undefined;
1218
- [x: `int16[${string}]`]: undefined;
1219
1179
  [x: `int8[${string}]`]: undefined;
1180
+ [x: `int16[${string}]`]: undefined;
1181
+ [x: `int24[${string}]`]: undefined;
1182
+ [x: `int32[${string}]`]: undefined;
1183
+ [x: `int40[${string}]`]: undefined;
1220
1184
  [x: `int48[${string}]`]: undefined;
1221
1185
  [x: `int56[${string}]`]: undefined;
1222
1186
  [x: `int64[${string}]`]: undefined;
@@ -1245,11 +1209,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1245
1209
  [x: `int248[${string}]`]: undefined;
1246
1210
  [x: `int256[${string}]`]: undefined;
1247
1211
  [x: `uint[${string}]`]: undefined;
1248
- [x: `uint40[${string}]`]: undefined;
1249
- [x: `uint32[${string}]`]: undefined;
1250
- [x: `uint24[${string}]`]: undefined;
1251
- [x: `uint16[${string}]`]: undefined;
1252
1212
  [x: `uint8[${string}]`]: undefined;
1213
+ [x: `uint16[${string}]`]: undefined;
1214
+ [x: `uint24[${string}]`]: undefined;
1215
+ [x: `uint32[${string}]`]: undefined;
1216
+ [x: `uint40[${string}]`]: undefined;
1253
1217
  [x: `uint48[${string}]`]: undefined;
1254
1218
  [x: `uint56[${string}]`]: undefined;
1255
1219
  [x: `uint64[${string}]`]: undefined;
@@ -1281,43 +1245,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1281
1245
  address?: undefined;
1282
1246
  bool?: undefined;
1283
1247
  bytes?: undefined;
1284
- bytes2?: undefined;
1285
- bytes3?: undefined;
1248
+ bytes18?: undefined;
1286
1249
  bytes1?: undefined;
1287
- bytes4?: undefined;
1288
1250
  bytes5?: undefined;
1289
- bytes32?: undefined;
1290
- bytes31?: undefined;
1291
- bytes30?: undefined;
1292
- bytes29?: undefined;
1293
- bytes28?: undefined;
1294
- bytes27?: undefined;
1295
- bytes26?: undefined;
1296
- bytes25?: undefined;
1297
- bytes24?: undefined;
1298
- bytes23?: undefined;
1299
- bytes22?: undefined;
1300
- bytes21?: undefined;
1301
- bytes20?: undefined;
1302
- bytes19?: undefined;
1303
- bytes18?: undefined;
1304
- bytes17?: undefined;
1305
- bytes16?: undefined;
1306
- bytes15?: undefined;
1307
- bytes14?: undefined;
1308
- bytes13?: undefined;
1309
- bytes12?: undefined;
1310
- bytes11?: undefined;
1311
1251
  bytes10?: undefined;
1312
- bytes9?: undefined;
1313
- bytes8?: undefined;
1314
- bytes7?: undefined;
1252
+ bytes4?: undefined;
1253
+ bytes2?: undefined;
1254
+ bytes3?: undefined;
1315
1255
  bytes6?: undefined;
1316
- int40?: undefined;
1317
- int32?: undefined;
1318
- int24?: undefined;
1319
- int16?: undefined;
1256
+ bytes7?: undefined;
1257
+ bytes8?: undefined;
1258
+ bytes9?: undefined;
1259
+ bytes11?: undefined;
1260
+ bytes12?: undefined;
1261
+ bytes13?: undefined;
1262
+ bytes14?: undefined;
1263
+ bytes15?: undefined;
1264
+ bytes16?: undefined;
1265
+ bytes17?: undefined;
1266
+ bytes19?: undefined;
1267
+ bytes20?: undefined;
1268
+ bytes21?: undefined;
1269
+ bytes22?: undefined;
1270
+ bytes23?: undefined;
1271
+ bytes24?: undefined;
1272
+ bytes25?: undefined;
1273
+ bytes26?: undefined;
1274
+ bytes27?: undefined;
1275
+ bytes28?: undefined;
1276
+ bytes29?: undefined;
1277
+ bytes30?: undefined;
1278
+ bytes31?: undefined;
1279
+ bytes32?: undefined;
1320
1280
  int8?: undefined;
1281
+ int16?: undefined;
1282
+ int24?: undefined;
1283
+ int32?: undefined;
1284
+ int40?: undefined;
1321
1285
  int48?: undefined;
1322
1286
  int56?: undefined;
1323
1287
  int64?: undefined;
@@ -1345,11 +1309,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1345
1309
  int240?: undefined;
1346
1310
  int248?: undefined;
1347
1311
  int256?: undefined;
1348
- uint40?: undefined;
1349
- uint32?: undefined;
1350
- uint24?: undefined;
1351
- uint16?: undefined;
1352
1312
  uint8?: undefined;
1313
+ uint16?: undefined;
1314
+ uint24?: undefined;
1315
+ uint32?: undefined;
1316
+ uint40?: undefined;
1353
1317
  uint48?: undefined;
1354
1318
  uint56?: undefined;
1355
1319
  uint64?: undefined;
@@ -1580,24 +1544,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1580
1544
  Method: "eth_uninstallFilter";
1581
1545
  Parameters: [filterId: `0x${string}`];
1582
1546
  ReturnType: boolean;
1583
- }, {
1584
- Method: "alchemy_requestPaymasterAndData";
1585
- Parameters: [{
1586
- policyId: string;
1587
- entryPoint: `0x${string}`;
1588
- userOperation: import("@aa-sdk/core").UserOperationRequest;
1589
- }];
1590
- ReturnType: import("..").RequestPaymasterAndDataResponse;
1591
- }, {
1592
- Method: "alchemy_requestGasAndPaymasterAndData";
1593
- Parameters: [{
1594
- policyId: string;
1595
- entryPoint: `0x${string}`;
1596
- userOperation: import("@aa-sdk/core").UserOperationRequest;
1597
- dummySignature: `0x${string}`;
1598
- overrides?: Partial<{}> | undefined;
1599
- }];
1600
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
1601
1547
  }, {
1602
1548
  Method: "alchemy_simulateUserOperationAssetChanges";
1603
1549
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -1662,44 +1608,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1662
1608
  [x: `address[${string}]`]: undefined;
1663
1609
  [x: `bool[${string}]`]: undefined;
1664
1610
  [x: `bytes[${string}]`]: undefined;
1665
- [x: `bytes2[${string}]`]: undefined;
1666
- [x: `bytes3[${string}]`]: undefined;
1611
+ [x: `bytes18[${string}]`]: undefined;
1667
1612
  [x: `bytes1[${string}]`]: undefined;
1668
- [x: `bytes4[${string}]`]: undefined;
1669
1613
  [x: `bytes5[${string}]`]: undefined;
1670
- [x: `bytes32[${string}]`]: undefined;
1671
- [x: `bytes31[${string}]`]: undefined;
1672
- [x: `bytes30[${string}]`]: undefined;
1673
- [x: `bytes29[${string}]`]: undefined;
1674
- [x: `bytes28[${string}]`]: undefined;
1675
- [x: `bytes27[${string}]`]: undefined;
1676
- [x: `bytes26[${string}]`]: undefined;
1677
- [x: `bytes25[${string}]`]: undefined;
1678
- [x: `bytes24[${string}]`]: undefined;
1679
- [x: `bytes23[${string}]`]: undefined;
1680
- [x: `bytes22[${string}]`]: undefined;
1681
- [x: `bytes21[${string}]`]: undefined;
1682
- [x: `bytes20[${string}]`]: undefined;
1683
- [x: `bytes19[${string}]`]: undefined;
1684
- [x: `bytes18[${string}]`]: undefined;
1685
- [x: `bytes17[${string}]`]: undefined;
1686
- [x: `bytes16[${string}]`]: undefined;
1687
- [x: `bytes15[${string}]`]: undefined;
1688
- [x: `bytes14[${string}]`]: undefined;
1689
- [x: `bytes13[${string}]`]: undefined;
1690
- [x: `bytes12[${string}]`]: undefined;
1691
- [x: `bytes11[${string}]`]: undefined;
1692
1614
  [x: `bytes10[${string}]`]: undefined;
1693
- [x: `bytes9[${string}]`]: undefined;
1694
- [x: `bytes8[${string}]`]: undefined;
1695
- [x: `bytes7[${string}]`]: undefined;
1615
+ [x: `bytes4[${string}]`]: undefined;
1616
+ [x: `bytes2[${string}]`]: undefined;
1617
+ [x: `bytes3[${string}]`]: undefined;
1696
1618
  [x: `bytes6[${string}]`]: undefined;
1619
+ [x: `bytes7[${string}]`]: undefined;
1620
+ [x: `bytes8[${string}]`]: undefined;
1621
+ [x: `bytes9[${string}]`]: undefined;
1622
+ [x: `bytes11[${string}]`]: undefined;
1623
+ [x: `bytes12[${string}]`]: undefined;
1624
+ [x: `bytes13[${string}]`]: undefined;
1625
+ [x: `bytes14[${string}]`]: undefined;
1626
+ [x: `bytes15[${string}]`]: undefined;
1627
+ [x: `bytes16[${string}]`]: undefined;
1628
+ [x: `bytes17[${string}]`]: undefined;
1629
+ [x: `bytes19[${string}]`]: undefined;
1630
+ [x: `bytes20[${string}]`]: undefined;
1631
+ [x: `bytes21[${string}]`]: undefined;
1632
+ [x: `bytes22[${string}]`]: undefined;
1633
+ [x: `bytes23[${string}]`]: undefined;
1634
+ [x: `bytes24[${string}]`]: undefined;
1635
+ [x: `bytes25[${string}]`]: undefined;
1636
+ [x: `bytes26[${string}]`]: undefined;
1637
+ [x: `bytes27[${string}]`]: undefined;
1638
+ [x: `bytes28[${string}]`]: undefined;
1639
+ [x: `bytes29[${string}]`]: undefined;
1640
+ [x: `bytes30[${string}]`]: undefined;
1641
+ [x: `bytes31[${string}]`]: undefined;
1642
+ [x: `bytes32[${string}]`]: undefined;
1697
1643
  [x: `int[${string}]`]: undefined;
1698
- [x: `int40[${string}]`]: undefined;
1699
- [x: `int32[${string}]`]: undefined;
1700
- [x: `int24[${string}]`]: undefined;
1701
- [x: `int16[${string}]`]: undefined;
1702
1644
  [x: `int8[${string}]`]: undefined;
1645
+ [x: `int16[${string}]`]: undefined;
1646
+ [x: `int24[${string}]`]: undefined;
1647
+ [x: `int32[${string}]`]: undefined;
1648
+ [x: `int40[${string}]`]: undefined;
1703
1649
  [x: `int48[${string}]`]: undefined;
1704
1650
  [x: `int56[${string}]`]: undefined;
1705
1651
  [x: `int64[${string}]`]: undefined;
@@ -1728,11 +1674,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1728
1674
  [x: `int248[${string}]`]: undefined;
1729
1675
  [x: `int256[${string}]`]: undefined;
1730
1676
  [x: `uint[${string}]`]: undefined;
1731
- [x: `uint40[${string}]`]: undefined;
1732
- [x: `uint32[${string}]`]: undefined;
1733
- [x: `uint24[${string}]`]: undefined;
1734
- [x: `uint16[${string}]`]: undefined;
1735
1677
  [x: `uint8[${string}]`]: undefined;
1678
+ [x: `uint16[${string}]`]: undefined;
1679
+ [x: `uint24[${string}]`]: undefined;
1680
+ [x: `uint32[${string}]`]: undefined;
1681
+ [x: `uint40[${string}]`]: undefined;
1736
1682
  [x: `uint48[${string}]`]: undefined;
1737
1683
  [x: `uint56[${string}]`]: undefined;
1738
1684
  [x: `uint64[${string}]`]: undefined;
@@ -1764,43 +1710,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1764
1710
  address?: undefined;
1765
1711
  bool?: undefined;
1766
1712
  bytes?: undefined;
1767
- bytes2?: undefined;
1768
- bytes3?: undefined;
1713
+ bytes18?: undefined;
1769
1714
  bytes1?: undefined;
1770
- bytes4?: undefined;
1771
1715
  bytes5?: undefined;
1772
- bytes32?: undefined;
1773
- bytes31?: undefined;
1774
- bytes30?: undefined;
1775
- bytes29?: undefined;
1776
- bytes28?: undefined;
1777
- bytes27?: undefined;
1778
- bytes26?: undefined;
1779
- bytes25?: undefined;
1780
- bytes24?: undefined;
1781
- bytes23?: undefined;
1782
- bytes22?: undefined;
1783
- bytes21?: undefined;
1784
- bytes20?: undefined;
1785
- bytes19?: undefined;
1786
- bytes18?: undefined;
1787
- bytes17?: undefined;
1788
- bytes16?: undefined;
1789
- bytes15?: undefined;
1790
- bytes14?: undefined;
1791
- bytes13?: undefined;
1792
- bytes12?: undefined;
1793
- bytes11?: undefined;
1794
1716
  bytes10?: undefined;
1795
- bytes9?: undefined;
1796
- bytes8?: undefined;
1797
- bytes7?: undefined;
1717
+ bytes4?: undefined;
1718
+ bytes2?: undefined;
1719
+ bytes3?: undefined;
1798
1720
  bytes6?: undefined;
1799
- int40?: undefined;
1800
- int32?: undefined;
1801
- int24?: undefined;
1802
- int16?: undefined;
1721
+ bytes7?: undefined;
1722
+ bytes8?: undefined;
1723
+ bytes9?: undefined;
1724
+ bytes11?: undefined;
1725
+ bytes12?: undefined;
1726
+ bytes13?: undefined;
1727
+ bytes14?: undefined;
1728
+ bytes15?: undefined;
1729
+ bytes16?: undefined;
1730
+ bytes17?: undefined;
1731
+ bytes19?: undefined;
1732
+ bytes20?: undefined;
1733
+ bytes21?: undefined;
1734
+ bytes22?: undefined;
1735
+ bytes23?: undefined;
1736
+ bytes24?: undefined;
1737
+ bytes25?: undefined;
1738
+ bytes26?: undefined;
1739
+ bytes27?: undefined;
1740
+ bytes28?: undefined;
1741
+ bytes29?: undefined;
1742
+ bytes30?: undefined;
1743
+ bytes31?: undefined;
1744
+ bytes32?: undefined;
1803
1745
  int8?: undefined;
1746
+ int16?: undefined;
1747
+ int24?: undefined;
1748
+ int32?: undefined;
1749
+ int40?: undefined;
1804
1750
  int48?: undefined;
1805
1751
  int56?: undefined;
1806
1752
  int64?: undefined;
@@ -1828,11 +1774,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1828
1774
  int240?: undefined;
1829
1775
  int248?: undefined;
1830
1776
  int256?: undefined;
1831
- uint40?: undefined;
1832
- uint32?: undefined;
1833
- uint24?: undefined;
1834
- uint16?: undefined;
1835
1777
  uint8?: undefined;
1778
+ uint16?: undefined;
1779
+ uint24?: undefined;
1780
+ uint32?: undefined;
1781
+ uint40?: undefined;
1836
1782
  uint48?: undefined;
1837
1783
  uint56?: undefined;
1838
1784
  uint64?: undefined;
@@ -1871,44 +1817,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1871
1817
  [x: `address[${string}]`]: undefined;
1872
1818
  [x: `bool[${string}]`]: undefined;
1873
1819
  [x: `bytes[${string}]`]: undefined;
1874
- [x: `bytes2[${string}]`]: undefined;
1875
- [x: `bytes3[${string}]`]: undefined;
1820
+ [x: `bytes18[${string}]`]: undefined;
1876
1821
  [x: `bytes1[${string}]`]: undefined;
1877
- [x: `bytes4[${string}]`]: undefined;
1878
1822
  [x: `bytes5[${string}]`]: undefined;
1879
- [x: `bytes32[${string}]`]: undefined;
1880
- [x: `bytes31[${string}]`]: undefined;
1881
- [x: `bytes30[${string}]`]: undefined;
1882
- [x: `bytes29[${string}]`]: undefined;
1883
- [x: `bytes28[${string}]`]: undefined;
1884
- [x: `bytes27[${string}]`]: undefined;
1885
- [x: `bytes26[${string}]`]: undefined;
1886
- [x: `bytes25[${string}]`]: undefined;
1887
- [x: `bytes24[${string}]`]: undefined;
1888
- [x: `bytes23[${string}]`]: undefined;
1889
- [x: `bytes22[${string}]`]: undefined;
1890
- [x: `bytes21[${string}]`]: undefined;
1891
- [x: `bytes20[${string}]`]: undefined;
1892
- [x: `bytes19[${string}]`]: undefined;
1893
- [x: `bytes18[${string}]`]: undefined;
1894
- [x: `bytes17[${string}]`]: undefined;
1895
- [x: `bytes16[${string}]`]: undefined;
1896
- [x: `bytes15[${string}]`]: undefined;
1897
- [x: `bytes14[${string}]`]: undefined;
1898
- [x: `bytes13[${string}]`]: undefined;
1899
- [x: `bytes12[${string}]`]: undefined;
1900
- [x: `bytes11[${string}]`]: undefined;
1901
1823
  [x: `bytes10[${string}]`]: undefined;
1902
- [x: `bytes9[${string}]`]: undefined;
1903
- [x: `bytes8[${string}]`]: undefined;
1904
- [x: `bytes7[${string}]`]: undefined;
1905
- [x: `bytes6[${string}]`]: undefined;
1824
+ [x: `bytes4[${string}]`]: undefined;
1825
+ [x: `bytes2[${string}]`]: undefined;
1826
+ [x: `bytes3[${string}]`]: undefined;
1827
+ [x: `bytes6[${string}]`]: undefined;
1828
+ [x: `bytes7[${string}]`]: undefined;
1829
+ [x: `bytes8[${string}]`]: undefined;
1830
+ [x: `bytes9[${string}]`]: undefined;
1831
+ [x: `bytes11[${string}]`]: undefined;
1832
+ [x: `bytes12[${string}]`]: undefined;
1833
+ [x: `bytes13[${string}]`]: undefined;
1834
+ [x: `bytes14[${string}]`]: undefined;
1835
+ [x: `bytes15[${string}]`]: undefined;
1836
+ [x: `bytes16[${string}]`]: undefined;
1837
+ [x: `bytes17[${string}]`]: undefined;
1838
+ [x: `bytes19[${string}]`]: undefined;
1839
+ [x: `bytes20[${string}]`]: undefined;
1840
+ [x: `bytes21[${string}]`]: undefined;
1841
+ [x: `bytes22[${string}]`]: undefined;
1842
+ [x: `bytes23[${string}]`]: undefined;
1843
+ [x: `bytes24[${string}]`]: undefined;
1844
+ [x: `bytes25[${string}]`]: undefined;
1845
+ [x: `bytes26[${string}]`]: undefined;
1846
+ [x: `bytes27[${string}]`]: undefined;
1847
+ [x: `bytes28[${string}]`]: undefined;
1848
+ [x: `bytes29[${string}]`]: undefined;
1849
+ [x: `bytes30[${string}]`]: undefined;
1850
+ [x: `bytes31[${string}]`]: undefined;
1851
+ [x: `bytes32[${string}]`]: undefined;
1906
1852
  [x: `int[${string}]`]: undefined;
1907
- [x: `int40[${string}]`]: undefined;
1908
- [x: `int32[${string}]`]: undefined;
1909
- [x: `int24[${string}]`]: undefined;
1910
- [x: `int16[${string}]`]: undefined;
1911
1853
  [x: `int8[${string}]`]: undefined;
1854
+ [x: `int16[${string}]`]: undefined;
1855
+ [x: `int24[${string}]`]: undefined;
1856
+ [x: `int32[${string}]`]: undefined;
1857
+ [x: `int40[${string}]`]: undefined;
1912
1858
  [x: `int48[${string}]`]: undefined;
1913
1859
  [x: `int56[${string}]`]: undefined;
1914
1860
  [x: `int64[${string}]`]: undefined;
@@ -1937,11 +1883,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1937
1883
  [x: `int248[${string}]`]: undefined;
1938
1884
  [x: `int256[${string}]`]: undefined;
1939
1885
  [x: `uint[${string}]`]: undefined;
1940
- [x: `uint40[${string}]`]: undefined;
1941
- [x: `uint32[${string}]`]: undefined;
1942
- [x: `uint24[${string}]`]: undefined;
1943
- [x: `uint16[${string}]`]: undefined;
1944
1886
  [x: `uint8[${string}]`]: undefined;
1887
+ [x: `uint16[${string}]`]: undefined;
1888
+ [x: `uint24[${string}]`]: undefined;
1889
+ [x: `uint32[${string}]`]: undefined;
1890
+ [x: `uint40[${string}]`]: undefined;
1945
1891
  [x: `uint48[${string}]`]: undefined;
1946
1892
  [x: `uint56[${string}]`]: undefined;
1947
1893
  [x: `uint64[${string}]`]: undefined;
@@ -1973,43 +1919,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
1973
1919
  address?: undefined;
1974
1920
  bool?: undefined;
1975
1921
  bytes?: undefined;
1976
- bytes2?: undefined;
1977
- bytes3?: undefined;
1922
+ bytes18?: undefined;
1978
1923
  bytes1?: undefined;
1979
- bytes4?: undefined;
1980
1924
  bytes5?: undefined;
1981
- bytes32?: undefined;
1982
- bytes31?: undefined;
1983
- bytes30?: undefined;
1984
- bytes29?: undefined;
1985
- bytes28?: undefined;
1986
- bytes27?: undefined;
1987
- bytes26?: undefined;
1988
- bytes25?: undefined;
1989
- bytes24?: undefined;
1990
- bytes23?: undefined;
1991
- bytes22?: undefined;
1992
- bytes21?: undefined;
1993
- bytes20?: undefined;
1994
- bytes19?: undefined;
1995
- bytes18?: undefined;
1996
- bytes17?: undefined;
1997
- bytes16?: undefined;
1998
- bytes15?: undefined;
1999
- bytes14?: undefined;
2000
- bytes13?: undefined;
2001
- bytes12?: undefined;
2002
- bytes11?: undefined;
2003
1925
  bytes10?: undefined;
2004
- bytes9?: undefined;
2005
- bytes8?: undefined;
2006
- bytes7?: undefined;
1926
+ bytes4?: undefined;
1927
+ bytes2?: undefined;
1928
+ bytes3?: undefined;
2007
1929
  bytes6?: undefined;
2008
- int40?: undefined;
2009
- int32?: undefined;
2010
- int24?: undefined;
2011
- int16?: undefined;
1930
+ bytes7?: undefined;
1931
+ bytes8?: undefined;
1932
+ bytes9?: undefined;
1933
+ bytes11?: undefined;
1934
+ bytes12?: undefined;
1935
+ bytes13?: undefined;
1936
+ bytes14?: undefined;
1937
+ bytes15?: undefined;
1938
+ bytes16?: undefined;
1939
+ bytes17?: undefined;
1940
+ bytes19?: undefined;
1941
+ bytes20?: undefined;
1942
+ bytes21?: undefined;
1943
+ bytes22?: undefined;
1944
+ bytes23?: undefined;
1945
+ bytes24?: undefined;
1946
+ bytes25?: undefined;
1947
+ bytes26?: undefined;
1948
+ bytes27?: undefined;
1949
+ bytes28?: undefined;
1950
+ bytes29?: undefined;
1951
+ bytes30?: undefined;
1952
+ bytes31?: undefined;
1953
+ bytes32?: undefined;
2012
1954
  int8?: undefined;
1955
+ int16?: undefined;
1956
+ int24?: undefined;
1957
+ int32?: undefined;
1958
+ int40?: undefined;
2013
1959
  int48?: undefined;
2014
1960
  int56?: undefined;
2015
1961
  int64?: undefined;
@@ -2037,11 +1983,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2037
1983
  int240?: undefined;
2038
1984
  int248?: undefined;
2039
1985
  int256?: undefined;
2040
- uint40?: undefined;
2041
- uint32?: undefined;
2042
- uint24?: undefined;
2043
- uint16?: undefined;
2044
1986
  uint8?: undefined;
1987
+ uint16?: undefined;
1988
+ uint24?: undefined;
1989
+ uint32?: undefined;
1990
+ uint40?: undefined;
2045
1991
  uint48?: undefined;
2046
1992
  uint56?: undefined;
2047
1993
  uint64?: undefined;
@@ -2272,24 +2218,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2272
2218
  Method: "eth_uninstallFilter";
2273
2219
  Parameters: [filterId: `0x${string}`];
2274
2220
  ReturnType: boolean;
2275
- }, {
2276
- Method: "alchemy_requestPaymasterAndData";
2277
- Parameters: [{
2278
- policyId: string;
2279
- entryPoint: `0x${string}`;
2280
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2281
- }];
2282
- ReturnType: import("..").RequestPaymasterAndDataResponse;
2283
- }, {
2284
- Method: "alchemy_requestGasAndPaymasterAndData";
2285
- Parameters: [{
2286
- policyId: string;
2287
- entryPoint: `0x${string}`;
2288
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2289
- dummySignature: `0x${string}`;
2290
- overrides?: Partial<{}> | undefined;
2291
- }];
2292
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
2293
2221
  }, {
2294
2222
  Method: "alchemy_simulateUserOperationAssetChanges";
2295
2223
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -2354,44 +2282,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2354
2282
  [x: `address[${string}]`]: undefined;
2355
2283
  [x: `bool[${string}]`]: undefined;
2356
2284
  [x: `bytes[${string}]`]: undefined;
2357
- [x: `bytes2[${string}]`]: undefined;
2358
- [x: `bytes3[${string}]`]: undefined;
2285
+ [x: `bytes18[${string}]`]: undefined;
2359
2286
  [x: `bytes1[${string}]`]: undefined;
2360
- [x: `bytes4[${string}]`]: undefined;
2361
2287
  [x: `bytes5[${string}]`]: undefined;
2362
- [x: `bytes32[${string}]`]: undefined;
2363
- [x: `bytes31[${string}]`]: undefined;
2364
- [x: `bytes30[${string}]`]: undefined;
2365
- [x: `bytes29[${string}]`]: undefined;
2366
- [x: `bytes28[${string}]`]: undefined;
2367
- [x: `bytes27[${string}]`]: undefined;
2368
- [x: `bytes26[${string}]`]: undefined;
2369
- [x: `bytes25[${string}]`]: undefined;
2370
- [x: `bytes24[${string}]`]: undefined;
2371
- [x: `bytes23[${string}]`]: undefined;
2372
- [x: `bytes22[${string}]`]: undefined;
2373
- [x: `bytes21[${string}]`]: undefined;
2374
- [x: `bytes20[${string}]`]: undefined;
2375
- [x: `bytes19[${string}]`]: undefined;
2376
- [x: `bytes18[${string}]`]: undefined;
2377
- [x: `bytes17[${string}]`]: undefined;
2378
- [x: `bytes16[${string}]`]: undefined;
2379
- [x: `bytes15[${string}]`]: undefined;
2380
- [x: `bytes14[${string}]`]: undefined;
2381
- [x: `bytes13[${string}]`]: undefined;
2382
- [x: `bytes12[${string}]`]: undefined;
2383
- [x: `bytes11[${string}]`]: undefined;
2384
2288
  [x: `bytes10[${string}]`]: undefined;
2385
- [x: `bytes9[${string}]`]: undefined;
2386
- [x: `bytes8[${string}]`]: undefined;
2387
- [x: `bytes7[${string}]`]: undefined;
2289
+ [x: `bytes4[${string}]`]: undefined;
2290
+ [x: `bytes2[${string}]`]: undefined;
2291
+ [x: `bytes3[${string}]`]: undefined;
2388
2292
  [x: `bytes6[${string}]`]: undefined;
2293
+ [x: `bytes7[${string}]`]: undefined;
2294
+ [x: `bytes8[${string}]`]: undefined;
2295
+ [x: `bytes9[${string}]`]: undefined;
2296
+ [x: `bytes11[${string}]`]: undefined;
2297
+ [x: `bytes12[${string}]`]: undefined;
2298
+ [x: `bytes13[${string}]`]: undefined;
2299
+ [x: `bytes14[${string}]`]: undefined;
2300
+ [x: `bytes15[${string}]`]: undefined;
2301
+ [x: `bytes16[${string}]`]: undefined;
2302
+ [x: `bytes17[${string}]`]: undefined;
2303
+ [x: `bytes19[${string}]`]: undefined;
2304
+ [x: `bytes20[${string}]`]: undefined;
2305
+ [x: `bytes21[${string}]`]: undefined;
2306
+ [x: `bytes22[${string}]`]: undefined;
2307
+ [x: `bytes23[${string}]`]: undefined;
2308
+ [x: `bytes24[${string}]`]: undefined;
2309
+ [x: `bytes25[${string}]`]: undefined;
2310
+ [x: `bytes26[${string}]`]: undefined;
2311
+ [x: `bytes27[${string}]`]: undefined;
2312
+ [x: `bytes28[${string}]`]: undefined;
2313
+ [x: `bytes29[${string}]`]: undefined;
2314
+ [x: `bytes30[${string}]`]: undefined;
2315
+ [x: `bytes31[${string}]`]: undefined;
2316
+ [x: `bytes32[${string}]`]: undefined;
2389
2317
  [x: `int[${string}]`]: undefined;
2390
- [x: `int40[${string}]`]: undefined;
2391
- [x: `int32[${string}]`]: undefined;
2392
- [x: `int24[${string}]`]: undefined;
2393
- [x: `int16[${string}]`]: undefined;
2394
2318
  [x: `int8[${string}]`]: undefined;
2319
+ [x: `int16[${string}]`]: undefined;
2320
+ [x: `int24[${string}]`]: undefined;
2321
+ [x: `int32[${string}]`]: undefined;
2322
+ [x: `int40[${string}]`]: undefined;
2395
2323
  [x: `int48[${string}]`]: undefined;
2396
2324
  [x: `int56[${string}]`]: undefined;
2397
2325
  [x: `int64[${string}]`]: undefined;
@@ -2420,11 +2348,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2420
2348
  [x: `int248[${string}]`]: undefined;
2421
2349
  [x: `int256[${string}]`]: undefined;
2422
2350
  [x: `uint[${string}]`]: undefined;
2423
- [x: `uint40[${string}]`]: undefined;
2424
- [x: `uint32[${string}]`]: undefined;
2425
- [x: `uint24[${string}]`]: undefined;
2426
- [x: `uint16[${string}]`]: undefined;
2427
2351
  [x: `uint8[${string}]`]: undefined;
2352
+ [x: `uint16[${string}]`]: undefined;
2353
+ [x: `uint24[${string}]`]: undefined;
2354
+ [x: `uint32[${string}]`]: undefined;
2355
+ [x: `uint40[${string}]`]: undefined;
2428
2356
  [x: `uint48[${string}]`]: undefined;
2429
2357
  [x: `uint56[${string}]`]: undefined;
2430
2358
  [x: `uint64[${string}]`]: undefined;
@@ -2456,45 +2384,45 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2456
2384
  address?: undefined;
2457
2385
  bool?: undefined;
2458
2386
  bytes?: undefined;
2459
- bytes2?: undefined;
2460
- bytes3?: undefined;
2387
+ bytes18?: undefined;
2461
2388
  bytes1?: undefined;
2462
- bytes4?: undefined;
2463
2389
  bytes5?: undefined;
2464
- bytes32?: undefined;
2465
- bytes31?: undefined;
2466
- bytes30?: undefined;
2467
- bytes29?: undefined;
2468
- bytes28?: undefined;
2469
- bytes27?: undefined;
2470
- bytes26?: undefined;
2471
- bytes25?: undefined;
2472
- bytes24?: undefined;
2473
- bytes23?: undefined;
2474
- bytes22?: undefined;
2475
- bytes21?: undefined;
2476
- bytes20?: undefined;
2477
- bytes19?: undefined;
2478
- bytes18?: undefined;
2479
- bytes17?: undefined;
2480
- bytes16?: undefined;
2481
- bytes15?: undefined;
2482
- bytes14?: undefined;
2483
- bytes13?: undefined;
2484
- bytes12?: undefined;
2485
- bytes11?: undefined;
2486
2390
  bytes10?: undefined;
2487
- bytes9?: undefined;
2488
- bytes8?: undefined;
2489
- bytes7?: undefined;
2391
+ bytes4?: undefined;
2392
+ bytes2?: undefined;
2393
+ bytes3?: undefined;
2490
2394
  bytes6?: undefined;
2491
- int40?: undefined;
2492
- int32?: undefined;
2493
- int24?: undefined;
2494
- int16?: undefined;
2395
+ bytes7?: undefined;
2396
+ bytes8?: undefined;
2397
+ bytes9?: undefined;
2398
+ bytes11?: undefined;
2399
+ bytes12?: undefined;
2400
+ bytes13?: undefined;
2401
+ bytes14?: undefined;
2402
+ bytes15?: undefined;
2403
+ bytes16?: undefined;
2404
+ bytes17?: undefined;
2405
+ bytes19?: undefined;
2406
+ bytes20?: undefined;
2407
+ bytes21?: undefined;
2408
+ bytes22?: undefined;
2409
+ bytes23?: undefined;
2410
+ bytes24?: undefined;
2411
+ bytes25?: undefined;
2412
+ bytes26?: undefined;
2413
+ bytes27?: undefined;
2414
+ bytes28?: undefined;
2415
+ bytes29?: undefined;
2416
+ bytes30?: undefined;
2417
+ bytes31?: undefined;
2418
+ bytes32?: undefined;
2495
2419
  int8?: undefined;
2496
- int48?: undefined;
2497
- int56?: undefined;
2420
+ int16?: undefined;
2421
+ int24?: undefined;
2422
+ int32?: undefined;
2423
+ int40?: undefined;
2424
+ int48?: undefined;
2425
+ int56?: undefined;
2498
2426
  int64?: undefined;
2499
2427
  int72?: undefined;
2500
2428
  int80?: undefined;
@@ -2520,11 +2448,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2520
2448
  int240?: undefined;
2521
2449
  int248?: undefined;
2522
2450
  int256?: undefined;
2523
- uint40?: undefined;
2524
- uint32?: undefined;
2525
- uint24?: undefined;
2526
- uint16?: undefined;
2527
2451
  uint8?: undefined;
2452
+ uint16?: undefined;
2453
+ uint24?: undefined;
2454
+ uint32?: undefined;
2455
+ uint40?: undefined;
2528
2456
  uint48?: undefined;
2529
2457
  uint56?: undefined;
2530
2458
  uint64?: undefined;
@@ -2563,44 +2491,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2563
2491
  [x: `address[${string}]`]: undefined;
2564
2492
  [x: `bool[${string}]`]: undefined;
2565
2493
  [x: `bytes[${string}]`]: undefined;
2566
- [x: `bytes2[${string}]`]: undefined;
2567
- [x: `bytes3[${string}]`]: undefined;
2494
+ [x: `bytes18[${string}]`]: undefined;
2568
2495
  [x: `bytes1[${string}]`]: undefined;
2569
- [x: `bytes4[${string}]`]: undefined;
2570
2496
  [x: `bytes5[${string}]`]: undefined;
2571
- [x: `bytes32[${string}]`]: undefined;
2572
- [x: `bytes31[${string}]`]: undefined;
2573
- [x: `bytes30[${string}]`]: undefined;
2574
- [x: `bytes29[${string}]`]: undefined;
2575
- [x: `bytes28[${string}]`]: undefined;
2576
- [x: `bytes27[${string}]`]: undefined;
2577
- [x: `bytes26[${string}]`]: undefined;
2578
- [x: `bytes25[${string}]`]: undefined;
2579
- [x: `bytes24[${string}]`]: undefined;
2580
- [x: `bytes23[${string}]`]: undefined;
2581
- [x: `bytes22[${string}]`]: undefined;
2582
- [x: `bytes21[${string}]`]: undefined;
2583
- [x: `bytes20[${string}]`]: undefined;
2584
- [x: `bytes19[${string}]`]: undefined;
2585
- [x: `bytes18[${string}]`]: undefined;
2586
- [x: `bytes17[${string}]`]: undefined;
2587
- [x: `bytes16[${string}]`]: undefined;
2588
- [x: `bytes15[${string}]`]: undefined;
2589
- [x: `bytes14[${string}]`]: undefined;
2590
- [x: `bytes13[${string}]`]: undefined;
2591
- [x: `bytes12[${string}]`]: undefined;
2592
- [x: `bytes11[${string}]`]: undefined;
2593
2497
  [x: `bytes10[${string}]`]: undefined;
2594
- [x: `bytes9[${string}]`]: undefined;
2595
- [x: `bytes8[${string}]`]: undefined;
2596
- [x: `bytes7[${string}]`]: undefined;
2498
+ [x: `bytes4[${string}]`]: undefined;
2499
+ [x: `bytes2[${string}]`]: undefined;
2500
+ [x: `bytes3[${string}]`]: undefined;
2597
2501
  [x: `bytes6[${string}]`]: undefined;
2502
+ [x: `bytes7[${string}]`]: undefined;
2503
+ [x: `bytes8[${string}]`]: undefined;
2504
+ [x: `bytes9[${string}]`]: undefined;
2505
+ [x: `bytes11[${string}]`]: undefined;
2506
+ [x: `bytes12[${string}]`]: undefined;
2507
+ [x: `bytes13[${string}]`]: undefined;
2508
+ [x: `bytes14[${string}]`]: undefined;
2509
+ [x: `bytes15[${string}]`]: undefined;
2510
+ [x: `bytes16[${string}]`]: undefined;
2511
+ [x: `bytes17[${string}]`]: undefined;
2512
+ [x: `bytes19[${string}]`]: undefined;
2513
+ [x: `bytes20[${string}]`]: undefined;
2514
+ [x: `bytes21[${string}]`]: undefined;
2515
+ [x: `bytes22[${string}]`]: undefined;
2516
+ [x: `bytes23[${string}]`]: undefined;
2517
+ [x: `bytes24[${string}]`]: undefined;
2518
+ [x: `bytes25[${string}]`]: undefined;
2519
+ [x: `bytes26[${string}]`]: undefined;
2520
+ [x: `bytes27[${string}]`]: undefined;
2521
+ [x: `bytes28[${string}]`]: undefined;
2522
+ [x: `bytes29[${string}]`]: undefined;
2523
+ [x: `bytes30[${string}]`]: undefined;
2524
+ [x: `bytes31[${string}]`]: undefined;
2525
+ [x: `bytes32[${string}]`]: undefined;
2598
2526
  [x: `int[${string}]`]: undefined;
2599
- [x: `int40[${string}]`]: undefined;
2600
- [x: `int32[${string}]`]: undefined;
2601
- [x: `int24[${string}]`]: undefined;
2602
- [x: `int16[${string}]`]: undefined;
2603
2527
  [x: `int8[${string}]`]: undefined;
2528
+ [x: `int16[${string}]`]: undefined;
2529
+ [x: `int24[${string}]`]: undefined;
2530
+ [x: `int32[${string}]`]: undefined;
2531
+ [x: `int40[${string}]`]: undefined;
2604
2532
  [x: `int48[${string}]`]: undefined;
2605
2533
  [x: `int56[${string}]`]: undefined;
2606
2534
  [x: `int64[${string}]`]: undefined;
@@ -2629,11 +2557,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2629
2557
  [x: `int248[${string}]`]: undefined;
2630
2558
  [x: `int256[${string}]`]: undefined;
2631
2559
  [x: `uint[${string}]`]: undefined;
2632
- [x: `uint40[${string}]`]: undefined;
2633
- [x: `uint32[${string}]`]: undefined;
2634
- [x: `uint24[${string}]`]: undefined;
2635
- [x: `uint16[${string}]`]: undefined;
2636
2560
  [x: `uint8[${string}]`]: undefined;
2561
+ [x: `uint16[${string}]`]: undefined;
2562
+ [x: `uint24[${string}]`]: undefined;
2563
+ [x: `uint32[${string}]`]: undefined;
2564
+ [x: `uint40[${string}]`]: undefined;
2637
2565
  [x: `uint48[${string}]`]: undefined;
2638
2566
  [x: `uint56[${string}]`]: undefined;
2639
2567
  [x: `uint64[${string}]`]: undefined;
@@ -2665,43 +2593,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2665
2593
  address?: undefined;
2666
2594
  bool?: undefined;
2667
2595
  bytes?: undefined;
2668
- bytes2?: undefined;
2669
- bytes3?: undefined;
2596
+ bytes18?: undefined;
2670
2597
  bytes1?: undefined;
2671
- bytes4?: undefined;
2672
2598
  bytes5?: undefined;
2673
- bytes32?: undefined;
2674
- bytes31?: undefined;
2675
- bytes30?: undefined;
2676
- bytes29?: undefined;
2677
- bytes28?: undefined;
2678
- bytes27?: undefined;
2679
- bytes26?: undefined;
2680
- bytes25?: undefined;
2681
- bytes24?: undefined;
2682
- bytes23?: undefined;
2683
- bytes22?: undefined;
2684
- bytes21?: undefined;
2685
- bytes20?: undefined;
2686
- bytes19?: undefined;
2687
- bytes18?: undefined;
2688
- bytes17?: undefined;
2689
- bytes16?: undefined;
2690
- bytes15?: undefined;
2691
- bytes14?: undefined;
2692
- bytes13?: undefined;
2693
- bytes12?: undefined;
2694
- bytes11?: undefined;
2695
2599
  bytes10?: undefined;
2696
- bytes9?: undefined;
2697
- bytes8?: undefined;
2698
- bytes7?: undefined;
2600
+ bytes4?: undefined;
2601
+ bytes2?: undefined;
2602
+ bytes3?: undefined;
2699
2603
  bytes6?: undefined;
2700
- int40?: undefined;
2701
- int32?: undefined;
2702
- int24?: undefined;
2703
- int16?: undefined;
2604
+ bytes7?: undefined;
2605
+ bytes8?: undefined;
2606
+ bytes9?: undefined;
2607
+ bytes11?: undefined;
2608
+ bytes12?: undefined;
2609
+ bytes13?: undefined;
2610
+ bytes14?: undefined;
2611
+ bytes15?: undefined;
2612
+ bytes16?: undefined;
2613
+ bytes17?: undefined;
2614
+ bytes19?: undefined;
2615
+ bytes20?: undefined;
2616
+ bytes21?: undefined;
2617
+ bytes22?: undefined;
2618
+ bytes23?: undefined;
2619
+ bytes24?: undefined;
2620
+ bytes25?: undefined;
2621
+ bytes26?: undefined;
2622
+ bytes27?: undefined;
2623
+ bytes28?: undefined;
2624
+ bytes29?: undefined;
2625
+ bytes30?: undefined;
2626
+ bytes31?: undefined;
2627
+ bytes32?: undefined;
2704
2628
  int8?: undefined;
2629
+ int16?: undefined;
2630
+ int24?: undefined;
2631
+ int32?: undefined;
2632
+ int40?: undefined;
2705
2633
  int48?: undefined;
2706
2634
  int56?: undefined;
2707
2635
  int64?: undefined;
@@ -2729,11 +2657,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2729
2657
  int240?: undefined;
2730
2658
  int248?: undefined;
2731
2659
  int256?: undefined;
2732
- uint40?: undefined;
2733
- uint32?: undefined;
2734
- uint24?: undefined;
2735
- uint16?: undefined;
2736
2660
  uint8?: undefined;
2661
+ uint16?: undefined;
2662
+ uint24?: undefined;
2663
+ uint32?: undefined;
2664
+ uint40?: undefined;
2737
2665
  uint48?: undefined;
2738
2666
  uint56?: undefined;
2739
2667
  uint64?: undefined;
@@ -2964,24 +2892,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
2964
2892
  Method: "eth_uninstallFilter";
2965
2893
  Parameters: [filterId: `0x${string}`];
2966
2894
  ReturnType: boolean;
2967
- }, {
2968
- Method: "alchemy_requestPaymasterAndData";
2969
- Parameters: [{
2970
- policyId: string;
2971
- entryPoint: `0x${string}`;
2972
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2973
- }];
2974
- ReturnType: import("..").RequestPaymasterAndDataResponse;
2975
- }, {
2976
- Method: "alchemy_requestGasAndPaymasterAndData";
2977
- Parameters: [{
2978
- policyId: string;
2979
- entryPoint: `0x${string}`;
2980
- userOperation: import("@aa-sdk/core").UserOperationRequest;
2981
- dummySignature: `0x${string}`;
2982
- overrides?: Partial<{}> | undefined;
2983
- }];
2984
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
2985
2895
  }, {
2986
2896
  Method: "alchemy_simulateUserOperationAssetChanges";
2987
2897
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -3046,44 +2956,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3046
2956
  [x: `address[${string}]`]: undefined;
3047
2957
  [x: `bool[${string}]`]: undefined;
3048
2958
  [x: `bytes[${string}]`]: undefined;
3049
- [x: `bytes2[${string}]`]: undefined;
3050
- [x: `bytes3[${string}]`]: undefined;
2959
+ [x: `bytes18[${string}]`]: undefined;
3051
2960
  [x: `bytes1[${string}]`]: undefined;
3052
- [x: `bytes4[${string}]`]: undefined;
3053
2961
  [x: `bytes5[${string}]`]: undefined;
3054
- [x: `bytes32[${string}]`]: undefined;
3055
- [x: `bytes31[${string}]`]: undefined;
3056
- [x: `bytes30[${string}]`]: undefined;
3057
- [x: `bytes29[${string}]`]: undefined;
3058
- [x: `bytes28[${string}]`]: undefined;
3059
- [x: `bytes27[${string}]`]: undefined;
3060
- [x: `bytes26[${string}]`]: undefined;
3061
- [x: `bytes25[${string}]`]: undefined;
3062
- [x: `bytes24[${string}]`]: undefined;
3063
- [x: `bytes23[${string}]`]: undefined;
3064
- [x: `bytes22[${string}]`]: undefined;
3065
- [x: `bytes21[${string}]`]: undefined;
3066
- [x: `bytes20[${string}]`]: undefined;
3067
- [x: `bytes19[${string}]`]: undefined;
3068
- [x: `bytes18[${string}]`]: undefined;
3069
- [x: `bytes17[${string}]`]: undefined;
3070
- [x: `bytes16[${string}]`]: undefined;
3071
- [x: `bytes15[${string}]`]: undefined;
3072
- [x: `bytes14[${string}]`]: undefined;
3073
- [x: `bytes13[${string}]`]: undefined;
3074
- [x: `bytes12[${string}]`]: undefined;
3075
- [x: `bytes11[${string}]`]: undefined;
3076
2962
  [x: `bytes10[${string}]`]: undefined;
3077
- [x: `bytes9[${string}]`]: undefined;
3078
- [x: `bytes8[${string}]`]: undefined;
3079
- [x: `bytes7[${string}]`]: undefined;
2963
+ [x: `bytes4[${string}]`]: undefined;
2964
+ [x: `bytes2[${string}]`]: undefined;
2965
+ [x: `bytes3[${string}]`]: undefined;
3080
2966
  [x: `bytes6[${string}]`]: undefined;
2967
+ [x: `bytes7[${string}]`]: undefined;
2968
+ [x: `bytes8[${string}]`]: undefined;
2969
+ [x: `bytes9[${string}]`]: undefined;
2970
+ [x: `bytes11[${string}]`]: undefined;
2971
+ [x: `bytes12[${string}]`]: undefined;
2972
+ [x: `bytes13[${string}]`]: undefined;
2973
+ [x: `bytes14[${string}]`]: undefined;
2974
+ [x: `bytes15[${string}]`]: undefined;
2975
+ [x: `bytes16[${string}]`]: undefined;
2976
+ [x: `bytes17[${string}]`]: undefined;
2977
+ [x: `bytes19[${string}]`]: undefined;
2978
+ [x: `bytes20[${string}]`]: undefined;
2979
+ [x: `bytes21[${string}]`]: undefined;
2980
+ [x: `bytes22[${string}]`]: undefined;
2981
+ [x: `bytes23[${string}]`]: undefined;
2982
+ [x: `bytes24[${string}]`]: undefined;
2983
+ [x: `bytes25[${string}]`]: undefined;
2984
+ [x: `bytes26[${string}]`]: undefined;
2985
+ [x: `bytes27[${string}]`]: undefined;
2986
+ [x: `bytes28[${string}]`]: undefined;
2987
+ [x: `bytes29[${string}]`]: undefined;
2988
+ [x: `bytes30[${string}]`]: undefined;
2989
+ [x: `bytes31[${string}]`]: undefined;
2990
+ [x: `bytes32[${string}]`]: undefined;
3081
2991
  [x: `int[${string}]`]: undefined;
3082
- [x: `int40[${string}]`]: undefined;
3083
- [x: `int32[${string}]`]: undefined;
3084
- [x: `int24[${string}]`]: undefined;
3085
- [x: `int16[${string}]`]: undefined;
3086
2992
  [x: `int8[${string}]`]: undefined;
2993
+ [x: `int16[${string}]`]: undefined;
2994
+ [x: `int24[${string}]`]: undefined;
2995
+ [x: `int32[${string}]`]: undefined;
2996
+ [x: `int40[${string}]`]: undefined;
3087
2997
  [x: `int48[${string}]`]: undefined;
3088
2998
  [x: `int56[${string}]`]: undefined;
3089
2999
  [x: `int64[${string}]`]: undefined;
@@ -3112,11 +3022,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3112
3022
  [x: `int248[${string}]`]: undefined;
3113
3023
  [x: `int256[${string}]`]: undefined;
3114
3024
  [x: `uint[${string}]`]: undefined;
3115
- [x: `uint40[${string}]`]: undefined;
3116
- [x: `uint32[${string}]`]: undefined;
3117
- [x: `uint24[${string}]`]: undefined;
3118
- [x: `uint16[${string}]`]: undefined;
3119
3025
  [x: `uint8[${string}]`]: undefined;
3026
+ [x: `uint16[${string}]`]: undefined;
3027
+ [x: `uint24[${string}]`]: undefined;
3028
+ [x: `uint32[${string}]`]: undefined;
3029
+ [x: `uint40[${string}]`]: undefined;
3120
3030
  [x: `uint48[${string}]`]: undefined;
3121
3031
  [x: `uint56[${string}]`]: undefined;
3122
3032
  [x: `uint64[${string}]`]: undefined;
@@ -3148,43 +3058,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3148
3058
  address?: undefined;
3149
3059
  bool?: undefined;
3150
3060
  bytes?: undefined;
3151
- bytes2?: undefined;
3152
- bytes3?: undefined;
3061
+ bytes18?: undefined;
3153
3062
  bytes1?: undefined;
3154
- bytes4?: undefined;
3155
3063
  bytes5?: undefined;
3156
- bytes32?: undefined;
3157
- bytes31?: undefined;
3158
- bytes30?: undefined;
3159
- bytes29?: undefined;
3160
- bytes28?: undefined;
3161
- bytes27?: undefined;
3162
- bytes26?: undefined;
3163
- bytes25?: undefined;
3164
- bytes24?: undefined;
3165
- bytes23?: undefined;
3166
- bytes22?: undefined;
3167
- bytes21?: undefined;
3168
- bytes20?: undefined;
3169
- bytes19?: undefined;
3170
- bytes18?: undefined;
3171
- bytes17?: undefined;
3172
- bytes16?: undefined;
3173
- bytes15?: undefined;
3174
- bytes14?: undefined;
3175
- bytes13?: undefined;
3176
- bytes12?: undefined;
3177
- bytes11?: undefined;
3178
3064
  bytes10?: undefined;
3179
- bytes9?: undefined;
3180
- bytes8?: undefined;
3181
- bytes7?: undefined;
3065
+ bytes4?: undefined;
3066
+ bytes2?: undefined;
3067
+ bytes3?: undefined;
3182
3068
  bytes6?: undefined;
3183
- int40?: undefined;
3184
- int32?: undefined;
3185
- int24?: undefined;
3186
- int16?: undefined;
3069
+ bytes7?: undefined;
3070
+ bytes8?: undefined;
3071
+ bytes9?: undefined;
3072
+ bytes11?: undefined;
3073
+ bytes12?: undefined;
3074
+ bytes13?: undefined;
3075
+ bytes14?: undefined;
3076
+ bytes15?: undefined;
3077
+ bytes16?: undefined;
3078
+ bytes17?: undefined;
3079
+ bytes19?: undefined;
3080
+ bytes20?: undefined;
3081
+ bytes21?: undefined;
3082
+ bytes22?: undefined;
3083
+ bytes23?: undefined;
3084
+ bytes24?: undefined;
3085
+ bytes25?: undefined;
3086
+ bytes26?: undefined;
3087
+ bytes27?: undefined;
3088
+ bytes28?: undefined;
3089
+ bytes29?: undefined;
3090
+ bytes30?: undefined;
3091
+ bytes31?: undefined;
3092
+ bytes32?: undefined;
3187
3093
  int8?: undefined;
3094
+ int16?: undefined;
3095
+ int24?: undefined;
3096
+ int32?: undefined;
3097
+ int40?: undefined;
3188
3098
  int48?: undefined;
3189
3099
  int56?: undefined;
3190
3100
  int64?: undefined;
@@ -3212,11 +3122,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3212
3122
  int240?: undefined;
3213
3123
  int248?: undefined;
3214
3124
  int256?: undefined;
3215
- uint40?: undefined;
3216
- uint32?: undefined;
3217
- uint24?: undefined;
3218
- uint16?: undefined;
3219
3125
  uint8?: undefined;
3126
+ uint16?: undefined;
3127
+ uint24?: undefined;
3128
+ uint32?: undefined;
3129
+ uint40?: undefined;
3220
3130
  uint48?: undefined;
3221
3131
  uint56?: undefined;
3222
3132
  uint64?: undefined;
@@ -3255,44 +3165,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3255
3165
  [x: `address[${string}]`]: undefined;
3256
3166
  [x: `bool[${string}]`]: undefined;
3257
3167
  [x: `bytes[${string}]`]: undefined;
3258
- [x: `bytes2[${string}]`]: undefined;
3259
- [x: `bytes3[${string}]`]: undefined;
3168
+ [x: `bytes18[${string}]`]: undefined;
3260
3169
  [x: `bytes1[${string}]`]: undefined;
3261
- [x: `bytes4[${string}]`]: undefined;
3262
3170
  [x: `bytes5[${string}]`]: undefined;
3263
- [x: `bytes32[${string}]`]: undefined;
3264
- [x: `bytes31[${string}]`]: undefined;
3265
- [x: `bytes30[${string}]`]: undefined;
3266
- [x: `bytes29[${string}]`]: undefined;
3267
- [x: `bytes28[${string}]`]: undefined;
3268
- [x: `bytes27[${string}]`]: undefined;
3269
- [x: `bytes26[${string}]`]: undefined;
3270
- [x: `bytes25[${string}]`]: undefined;
3271
- [x: `bytes24[${string}]`]: undefined;
3272
- [x: `bytes23[${string}]`]: undefined;
3273
- [x: `bytes22[${string}]`]: undefined;
3274
- [x: `bytes21[${string}]`]: undefined;
3275
- [x: `bytes20[${string}]`]: undefined;
3276
- [x: `bytes19[${string}]`]: undefined;
3277
- [x: `bytes18[${string}]`]: undefined;
3278
- [x: `bytes17[${string}]`]: undefined;
3279
- [x: `bytes16[${string}]`]: undefined;
3280
- [x: `bytes15[${string}]`]: undefined;
3281
- [x: `bytes14[${string}]`]: undefined;
3282
- [x: `bytes13[${string}]`]: undefined;
3283
- [x: `bytes12[${string}]`]: undefined;
3284
- [x: `bytes11[${string}]`]: undefined;
3285
3171
  [x: `bytes10[${string}]`]: undefined;
3286
- [x: `bytes9[${string}]`]: undefined;
3287
- [x: `bytes8[${string}]`]: undefined;
3288
- [x: `bytes7[${string}]`]: undefined;
3172
+ [x: `bytes4[${string}]`]: undefined;
3173
+ [x: `bytes2[${string}]`]: undefined;
3174
+ [x: `bytes3[${string}]`]: undefined;
3289
3175
  [x: `bytes6[${string}]`]: undefined;
3176
+ [x: `bytes7[${string}]`]: undefined;
3177
+ [x: `bytes8[${string}]`]: undefined;
3178
+ [x: `bytes9[${string}]`]: undefined;
3179
+ [x: `bytes11[${string}]`]: undefined;
3180
+ [x: `bytes12[${string}]`]: undefined;
3181
+ [x: `bytes13[${string}]`]: undefined;
3182
+ [x: `bytes14[${string}]`]: undefined;
3183
+ [x: `bytes15[${string}]`]: undefined;
3184
+ [x: `bytes16[${string}]`]: undefined;
3185
+ [x: `bytes17[${string}]`]: undefined;
3186
+ [x: `bytes19[${string}]`]: undefined;
3187
+ [x: `bytes20[${string}]`]: undefined;
3188
+ [x: `bytes21[${string}]`]: undefined;
3189
+ [x: `bytes22[${string}]`]: undefined;
3190
+ [x: `bytes23[${string}]`]: undefined;
3191
+ [x: `bytes24[${string}]`]: undefined;
3192
+ [x: `bytes25[${string}]`]: undefined;
3193
+ [x: `bytes26[${string}]`]: undefined;
3194
+ [x: `bytes27[${string}]`]: undefined;
3195
+ [x: `bytes28[${string}]`]: undefined;
3196
+ [x: `bytes29[${string}]`]: undefined;
3197
+ [x: `bytes30[${string}]`]: undefined;
3198
+ [x: `bytes31[${string}]`]: undefined;
3199
+ [x: `bytes32[${string}]`]: undefined;
3290
3200
  [x: `int[${string}]`]: undefined;
3291
- [x: `int40[${string}]`]: undefined;
3292
- [x: `int32[${string}]`]: undefined;
3293
- [x: `int24[${string}]`]: undefined;
3294
- [x: `int16[${string}]`]: undefined;
3295
3201
  [x: `int8[${string}]`]: undefined;
3202
+ [x: `int16[${string}]`]: undefined;
3203
+ [x: `int24[${string}]`]: undefined;
3204
+ [x: `int32[${string}]`]: undefined;
3205
+ [x: `int40[${string}]`]: undefined;
3296
3206
  [x: `int48[${string}]`]: undefined;
3297
3207
  [x: `int56[${string}]`]: undefined;
3298
3208
  [x: `int64[${string}]`]: undefined;
@@ -3321,11 +3231,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3321
3231
  [x: `int248[${string}]`]: undefined;
3322
3232
  [x: `int256[${string}]`]: undefined;
3323
3233
  [x: `uint[${string}]`]: undefined;
3324
- [x: `uint40[${string}]`]: undefined;
3325
- [x: `uint32[${string}]`]: undefined;
3326
- [x: `uint24[${string}]`]: undefined;
3327
- [x: `uint16[${string}]`]: undefined;
3328
3234
  [x: `uint8[${string}]`]: undefined;
3235
+ [x: `uint16[${string}]`]: undefined;
3236
+ [x: `uint24[${string}]`]: undefined;
3237
+ [x: `uint32[${string}]`]: undefined;
3238
+ [x: `uint40[${string}]`]: undefined;
3329
3239
  [x: `uint48[${string}]`]: undefined;
3330
3240
  [x: `uint56[${string}]`]: undefined;
3331
3241
  [x: `uint64[${string}]`]: undefined;
@@ -3357,43 +3267,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3357
3267
  address?: undefined;
3358
3268
  bool?: undefined;
3359
3269
  bytes?: undefined;
3360
- bytes2?: undefined;
3361
- bytes3?: undefined;
3270
+ bytes18?: undefined;
3362
3271
  bytes1?: undefined;
3363
- bytes4?: undefined;
3364
3272
  bytes5?: undefined;
3365
- bytes32?: undefined;
3366
- bytes31?: undefined;
3367
- bytes30?: undefined;
3368
- bytes29?: undefined;
3369
- bytes28?: undefined;
3370
- bytes27?: undefined;
3371
- bytes26?: undefined;
3372
- bytes25?: undefined;
3373
- bytes24?: undefined;
3374
- bytes23?: undefined;
3375
- bytes22?: undefined;
3376
- bytes21?: undefined;
3377
- bytes20?: undefined;
3378
- bytes19?: undefined;
3379
- bytes18?: undefined;
3380
- bytes17?: undefined;
3381
- bytes16?: undefined;
3382
- bytes15?: undefined;
3383
- bytes14?: undefined;
3384
- bytes13?: undefined;
3385
- bytes12?: undefined;
3386
- bytes11?: undefined;
3387
3273
  bytes10?: undefined;
3388
- bytes9?: undefined;
3389
- bytes8?: undefined;
3390
- bytes7?: undefined;
3274
+ bytes4?: undefined;
3275
+ bytes2?: undefined;
3276
+ bytes3?: undefined;
3391
3277
  bytes6?: undefined;
3392
- int40?: undefined;
3393
- int32?: undefined;
3394
- int24?: undefined;
3395
- int16?: undefined;
3278
+ bytes7?: undefined;
3279
+ bytes8?: undefined;
3280
+ bytes9?: undefined;
3281
+ bytes11?: undefined;
3282
+ bytes12?: undefined;
3283
+ bytes13?: undefined;
3284
+ bytes14?: undefined;
3285
+ bytes15?: undefined;
3286
+ bytes16?: undefined;
3287
+ bytes17?: undefined;
3288
+ bytes19?: undefined;
3289
+ bytes20?: undefined;
3290
+ bytes21?: undefined;
3291
+ bytes22?: undefined;
3292
+ bytes23?: undefined;
3293
+ bytes24?: undefined;
3294
+ bytes25?: undefined;
3295
+ bytes26?: undefined;
3296
+ bytes27?: undefined;
3297
+ bytes28?: undefined;
3298
+ bytes29?: undefined;
3299
+ bytes30?: undefined;
3300
+ bytes31?: undefined;
3301
+ bytes32?: undefined;
3396
3302
  int8?: undefined;
3303
+ int16?: undefined;
3304
+ int24?: undefined;
3305
+ int32?: undefined;
3306
+ int40?: undefined;
3397
3307
  int48?: undefined;
3398
3308
  int56?: undefined;
3399
3309
  int64?: undefined;
@@ -3421,11 +3331,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3421
3331
  int240?: undefined;
3422
3332
  int248?: undefined;
3423
3333
  int256?: undefined;
3424
- uint40?: undefined;
3425
- uint32?: undefined;
3426
- uint24?: undefined;
3427
- uint16?: undefined;
3428
3334
  uint8?: undefined;
3335
+ uint16?: undefined;
3336
+ uint24?: undefined;
3337
+ uint32?: undefined;
3338
+ uint40?: undefined;
3429
3339
  uint48?: undefined;
3430
3340
  uint56?: undefined;
3431
3341
  uint64?: undefined;
@@ -3656,24 +3566,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3656
3566
  Method: "eth_uninstallFilter";
3657
3567
  Parameters: [filterId: `0x${string}`];
3658
3568
  ReturnType: boolean;
3659
- }, {
3660
- Method: "alchemy_requestPaymasterAndData";
3661
- Parameters: [{
3662
- policyId: string;
3663
- entryPoint: `0x${string}`;
3664
- userOperation: import("@aa-sdk/core").UserOperationRequest;
3665
- }];
3666
- ReturnType: import("..").RequestPaymasterAndDataResponse;
3667
- }, {
3668
- Method: "alchemy_requestGasAndPaymasterAndData";
3669
- Parameters: [{
3670
- policyId: string;
3671
- entryPoint: `0x${string}`;
3672
- userOperation: import("@aa-sdk/core").UserOperationRequest;
3673
- dummySignature: `0x${string}`;
3674
- overrides?: Partial<{}> | undefined;
3675
- }];
3676
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
3677
3569
  }, {
3678
3570
  Method: "alchemy_simulateUserOperationAssetChanges";
3679
3571
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -3738,60 +3630,60 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3738
3630
  [x: `address[${string}]`]: undefined;
3739
3631
  [x: `bool[${string}]`]: undefined;
3740
3632
  [x: `bytes[${string}]`]: undefined;
3741
- [x: `bytes2[${string}]`]: undefined;
3742
- [x: `bytes3[${string}]`]: undefined;
3633
+ [x: `bytes18[${string}]`]: undefined;
3743
3634
  [x: `bytes1[${string}]`]: undefined;
3744
- [x: `bytes4[${string}]`]: undefined;
3745
3635
  [x: `bytes5[${string}]`]: undefined;
3746
- [x: `bytes32[${string}]`]: undefined;
3747
- [x: `bytes31[${string}]`]: undefined;
3748
- [x: `bytes30[${string}]`]: undefined;
3749
- [x: `bytes29[${string}]`]: undefined;
3750
- [x: `bytes28[${string}]`]: undefined;
3751
- [x: `bytes27[${string}]`]: undefined;
3752
- [x: `bytes26[${string}]`]: undefined;
3753
- [x: `bytes25[${string}]`]: undefined;
3754
- [x: `bytes24[${string}]`]: undefined;
3755
- [x: `bytes23[${string}]`]: undefined;
3756
- [x: `bytes22[${string}]`]: undefined;
3757
- [x: `bytes21[${string}]`]: undefined;
3758
- [x: `bytes20[${string}]`]: undefined;
3759
- [x: `bytes19[${string}]`]: undefined;
3760
- [x: `bytes18[${string}]`]: undefined;
3761
- [x: `bytes17[${string}]`]: undefined;
3762
- [x: `bytes16[${string}]`]: undefined;
3763
- [x: `bytes15[${string}]`]: undefined;
3764
- [x: `bytes14[${string}]`]: undefined;
3765
- [x: `bytes13[${string}]`]: undefined;
3766
- [x: `bytes12[${string}]`]: undefined;
3767
- [x: `bytes11[${string}]`]: undefined;
3768
3636
  [x: `bytes10[${string}]`]: undefined;
3769
- [x: `bytes9[${string}]`]: undefined;
3770
- [x: `bytes8[${string}]`]: undefined;
3771
- [x: `bytes7[${string}]`]: undefined;
3637
+ [x: `bytes4[${string}]`]: undefined;
3638
+ [x: `bytes2[${string}]`]: undefined;
3639
+ [x: `bytes3[${string}]`]: undefined;
3772
3640
  [x: `bytes6[${string}]`]: undefined;
3773
- [x: `int[${string}]`]: undefined;
3774
- [x: `int40[${string}]`]: undefined;
3775
- [x: `int32[${string}]`]: undefined;
3776
- [x: `int24[${string}]`]: undefined;
3777
- [x: `int16[${string}]`]: undefined;
3778
- [x: `int8[${string}]`]: undefined;
3779
- [x: `int48[${string}]`]: undefined;
3780
- [x: `int56[${string}]`]: undefined;
3781
- [x: `int64[${string}]`]: undefined;
3782
- [x: `int72[${string}]`]: undefined;
3783
- [x: `int80[${string}]`]: undefined;
3784
- [x: `int88[${string}]`]: undefined;
3785
- [x: `int96[${string}]`]: undefined;
3786
- [x: `int104[${string}]`]: undefined;
3787
- [x: `int112[${string}]`]: undefined;
3788
- [x: `int120[${string}]`]: undefined;
3789
- [x: `int128[${string}]`]: undefined;
3790
- [x: `int136[${string}]`]: undefined;
3791
- [x: `int144[${string}]`]: undefined;
3792
- [x: `int152[${string}]`]: undefined;
3793
- [x: `int160[${string}]`]: undefined;
3794
- [x: `int168[${string}]`]: undefined;
3641
+ [x: `bytes7[${string}]`]: undefined;
3642
+ [x: `bytes8[${string}]`]: undefined;
3643
+ [x: `bytes9[${string}]`]: undefined;
3644
+ [x: `bytes11[${string}]`]: undefined;
3645
+ [x: `bytes12[${string}]`]: undefined;
3646
+ [x: `bytes13[${string}]`]: undefined;
3647
+ [x: `bytes14[${string}]`]: undefined;
3648
+ [x: `bytes15[${string}]`]: undefined;
3649
+ [x: `bytes16[${string}]`]: undefined;
3650
+ [x: `bytes17[${string}]`]: undefined;
3651
+ [x: `bytes19[${string}]`]: undefined;
3652
+ [x: `bytes20[${string}]`]: undefined;
3653
+ [x: `bytes21[${string}]`]: undefined;
3654
+ [x: `bytes22[${string}]`]: undefined;
3655
+ [x: `bytes23[${string}]`]: undefined;
3656
+ [x: `bytes24[${string}]`]: undefined;
3657
+ [x: `bytes25[${string}]`]: undefined;
3658
+ [x: `bytes26[${string}]`]: undefined;
3659
+ [x: `bytes27[${string}]`]: undefined;
3660
+ [x: `bytes28[${string}]`]: undefined;
3661
+ [x: `bytes29[${string}]`]: undefined;
3662
+ [x: `bytes30[${string}]`]: undefined;
3663
+ [x: `bytes31[${string}]`]: undefined;
3664
+ [x: `bytes32[${string}]`]: undefined;
3665
+ [x: `int[${string}]`]: undefined;
3666
+ [x: `int8[${string}]`]: undefined;
3667
+ [x: `int16[${string}]`]: undefined;
3668
+ [x: `int24[${string}]`]: undefined;
3669
+ [x: `int32[${string}]`]: undefined;
3670
+ [x: `int40[${string}]`]: undefined;
3671
+ [x: `int48[${string}]`]: undefined;
3672
+ [x: `int56[${string}]`]: undefined;
3673
+ [x: `int64[${string}]`]: undefined;
3674
+ [x: `int72[${string}]`]: undefined;
3675
+ [x: `int80[${string}]`]: undefined;
3676
+ [x: `int88[${string}]`]: undefined;
3677
+ [x: `int96[${string}]`]: undefined;
3678
+ [x: `int104[${string}]`]: undefined;
3679
+ [x: `int112[${string}]`]: undefined;
3680
+ [x: `int120[${string}]`]: undefined;
3681
+ [x: `int128[${string}]`]: undefined;
3682
+ [x: `int136[${string}]`]: undefined;
3683
+ [x: `int144[${string}]`]: undefined;
3684
+ [x: `int152[${string}]`]: undefined;
3685
+ [x: `int160[${string}]`]: undefined;
3686
+ [x: `int168[${string}]`]: undefined;
3795
3687
  [x: `int176[${string}]`]: undefined;
3796
3688
  [x: `int184[${string}]`]: undefined;
3797
3689
  [x: `int192[${string}]`]: undefined;
@@ -3804,11 +3696,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3804
3696
  [x: `int248[${string}]`]: undefined;
3805
3697
  [x: `int256[${string}]`]: undefined;
3806
3698
  [x: `uint[${string}]`]: undefined;
3807
- [x: `uint40[${string}]`]: undefined;
3808
- [x: `uint32[${string}]`]: undefined;
3809
- [x: `uint24[${string}]`]: undefined;
3810
- [x: `uint16[${string}]`]: undefined;
3811
3699
  [x: `uint8[${string}]`]: undefined;
3700
+ [x: `uint16[${string}]`]: undefined;
3701
+ [x: `uint24[${string}]`]: undefined;
3702
+ [x: `uint32[${string}]`]: undefined;
3703
+ [x: `uint40[${string}]`]: undefined;
3812
3704
  [x: `uint48[${string}]`]: undefined;
3813
3705
  [x: `uint56[${string}]`]: undefined;
3814
3706
  [x: `uint64[${string}]`]: undefined;
@@ -3840,43 +3732,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3840
3732
  address?: undefined;
3841
3733
  bool?: undefined;
3842
3734
  bytes?: undefined;
3843
- bytes2?: undefined;
3844
- bytes3?: undefined;
3735
+ bytes18?: undefined;
3845
3736
  bytes1?: undefined;
3846
- bytes4?: undefined;
3847
3737
  bytes5?: undefined;
3848
- bytes32?: undefined;
3849
- bytes31?: undefined;
3850
- bytes30?: undefined;
3851
- bytes29?: undefined;
3852
- bytes28?: undefined;
3853
- bytes27?: undefined;
3854
- bytes26?: undefined;
3855
- bytes25?: undefined;
3856
- bytes24?: undefined;
3857
- bytes23?: undefined;
3858
- bytes22?: undefined;
3859
- bytes21?: undefined;
3860
- bytes20?: undefined;
3861
- bytes19?: undefined;
3862
- bytes18?: undefined;
3863
- bytes17?: undefined;
3864
- bytes16?: undefined;
3865
- bytes15?: undefined;
3866
- bytes14?: undefined;
3867
- bytes13?: undefined;
3868
- bytes12?: undefined;
3869
- bytes11?: undefined;
3870
3738
  bytes10?: undefined;
3871
- bytes9?: undefined;
3872
- bytes8?: undefined;
3873
- bytes7?: undefined;
3739
+ bytes4?: undefined;
3740
+ bytes2?: undefined;
3741
+ bytes3?: undefined;
3874
3742
  bytes6?: undefined;
3875
- int40?: undefined;
3876
- int32?: undefined;
3877
- int24?: undefined;
3878
- int16?: undefined;
3743
+ bytes7?: undefined;
3744
+ bytes8?: undefined;
3745
+ bytes9?: undefined;
3746
+ bytes11?: undefined;
3747
+ bytes12?: undefined;
3748
+ bytes13?: undefined;
3749
+ bytes14?: undefined;
3750
+ bytes15?: undefined;
3751
+ bytes16?: undefined;
3752
+ bytes17?: undefined;
3753
+ bytes19?: undefined;
3754
+ bytes20?: undefined;
3755
+ bytes21?: undefined;
3756
+ bytes22?: undefined;
3757
+ bytes23?: undefined;
3758
+ bytes24?: undefined;
3759
+ bytes25?: undefined;
3760
+ bytes26?: undefined;
3761
+ bytes27?: undefined;
3762
+ bytes28?: undefined;
3763
+ bytes29?: undefined;
3764
+ bytes30?: undefined;
3765
+ bytes31?: undefined;
3766
+ bytes32?: undefined;
3879
3767
  int8?: undefined;
3768
+ int16?: undefined;
3769
+ int24?: undefined;
3770
+ int32?: undefined;
3771
+ int40?: undefined;
3880
3772
  int48?: undefined;
3881
3773
  int56?: undefined;
3882
3774
  int64?: undefined;
@@ -3904,11 +3796,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3904
3796
  int240?: undefined;
3905
3797
  int248?: undefined;
3906
3798
  int256?: undefined;
3907
- uint40?: undefined;
3908
- uint32?: undefined;
3909
- uint24?: undefined;
3910
- uint16?: undefined;
3911
3799
  uint8?: undefined;
3800
+ uint16?: undefined;
3801
+ uint24?: undefined;
3802
+ uint32?: undefined;
3803
+ uint40?: undefined;
3912
3804
  uint48?: undefined;
3913
3805
  uint56?: undefined;
3914
3806
  uint64?: undefined;
@@ -3947,44 +3839,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
3947
3839
  [x: `address[${string}]`]: undefined;
3948
3840
  [x: `bool[${string}]`]: undefined;
3949
3841
  [x: `bytes[${string}]`]: undefined;
3950
- [x: `bytes2[${string}]`]: undefined;
3951
- [x: `bytes3[${string}]`]: undefined;
3842
+ [x: `bytes18[${string}]`]: undefined;
3952
3843
  [x: `bytes1[${string}]`]: undefined;
3953
- [x: `bytes4[${string}]`]: undefined;
3954
3844
  [x: `bytes5[${string}]`]: undefined;
3955
- [x: `bytes32[${string}]`]: undefined;
3956
- [x: `bytes31[${string}]`]: undefined;
3957
- [x: `bytes30[${string}]`]: undefined;
3958
- [x: `bytes29[${string}]`]: undefined;
3959
- [x: `bytes28[${string}]`]: undefined;
3960
- [x: `bytes27[${string}]`]: undefined;
3961
- [x: `bytes26[${string}]`]: undefined;
3962
- [x: `bytes25[${string}]`]: undefined;
3963
- [x: `bytes24[${string}]`]: undefined;
3964
- [x: `bytes23[${string}]`]: undefined;
3965
- [x: `bytes22[${string}]`]: undefined;
3966
- [x: `bytes21[${string}]`]: undefined;
3967
- [x: `bytes20[${string}]`]: undefined;
3968
- [x: `bytes19[${string}]`]: undefined;
3969
- [x: `bytes18[${string}]`]: undefined;
3970
- [x: `bytes17[${string}]`]: undefined;
3971
- [x: `bytes16[${string}]`]: undefined;
3972
- [x: `bytes15[${string}]`]: undefined;
3973
- [x: `bytes14[${string}]`]: undefined;
3974
- [x: `bytes13[${string}]`]: undefined;
3975
- [x: `bytes12[${string}]`]: undefined;
3976
- [x: `bytes11[${string}]`]: undefined;
3977
3845
  [x: `bytes10[${string}]`]: undefined;
3978
- [x: `bytes9[${string}]`]: undefined;
3979
- [x: `bytes8[${string}]`]: undefined;
3980
- [x: `bytes7[${string}]`]: undefined;
3846
+ [x: `bytes4[${string}]`]: undefined;
3847
+ [x: `bytes2[${string}]`]: undefined;
3848
+ [x: `bytes3[${string}]`]: undefined;
3981
3849
  [x: `bytes6[${string}]`]: undefined;
3850
+ [x: `bytes7[${string}]`]: undefined;
3851
+ [x: `bytes8[${string}]`]: undefined;
3852
+ [x: `bytes9[${string}]`]: undefined;
3853
+ [x: `bytes11[${string}]`]: undefined;
3854
+ [x: `bytes12[${string}]`]: undefined;
3855
+ [x: `bytes13[${string}]`]: undefined;
3856
+ [x: `bytes14[${string}]`]: undefined;
3857
+ [x: `bytes15[${string}]`]: undefined;
3858
+ [x: `bytes16[${string}]`]: undefined;
3859
+ [x: `bytes17[${string}]`]: undefined;
3860
+ [x: `bytes19[${string}]`]: undefined;
3861
+ [x: `bytes20[${string}]`]: undefined;
3862
+ [x: `bytes21[${string}]`]: undefined;
3863
+ [x: `bytes22[${string}]`]: undefined;
3864
+ [x: `bytes23[${string}]`]: undefined;
3865
+ [x: `bytes24[${string}]`]: undefined;
3866
+ [x: `bytes25[${string}]`]: undefined;
3867
+ [x: `bytes26[${string}]`]: undefined;
3868
+ [x: `bytes27[${string}]`]: undefined;
3869
+ [x: `bytes28[${string}]`]: undefined;
3870
+ [x: `bytes29[${string}]`]: undefined;
3871
+ [x: `bytes30[${string}]`]: undefined;
3872
+ [x: `bytes31[${string}]`]: undefined;
3873
+ [x: `bytes32[${string}]`]: undefined;
3982
3874
  [x: `int[${string}]`]: undefined;
3983
- [x: `int40[${string}]`]: undefined;
3984
- [x: `int32[${string}]`]: undefined;
3985
- [x: `int24[${string}]`]: undefined;
3986
- [x: `int16[${string}]`]: undefined;
3987
3875
  [x: `int8[${string}]`]: undefined;
3876
+ [x: `int16[${string}]`]: undefined;
3877
+ [x: `int24[${string}]`]: undefined;
3878
+ [x: `int32[${string}]`]: undefined;
3879
+ [x: `int40[${string}]`]: undefined;
3988
3880
  [x: `int48[${string}]`]: undefined;
3989
3881
  [x: `int56[${string}]`]: undefined;
3990
3882
  [x: `int64[${string}]`]: undefined;
@@ -4013,11 +3905,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4013
3905
  [x: `int248[${string}]`]: undefined;
4014
3906
  [x: `int256[${string}]`]: undefined;
4015
3907
  [x: `uint[${string}]`]: undefined;
4016
- [x: `uint40[${string}]`]: undefined;
4017
- [x: `uint32[${string}]`]: undefined;
4018
- [x: `uint24[${string}]`]: undefined;
4019
- [x: `uint16[${string}]`]: undefined;
4020
3908
  [x: `uint8[${string}]`]: undefined;
3909
+ [x: `uint16[${string}]`]: undefined;
3910
+ [x: `uint24[${string}]`]: undefined;
3911
+ [x: `uint32[${string}]`]: undefined;
3912
+ [x: `uint40[${string}]`]: undefined;
4021
3913
  [x: `uint48[${string}]`]: undefined;
4022
3914
  [x: `uint56[${string}]`]: undefined;
4023
3915
  [x: `uint64[${string}]`]: undefined;
@@ -4049,43 +3941,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4049
3941
  address?: undefined;
4050
3942
  bool?: undefined;
4051
3943
  bytes?: undefined;
4052
- bytes2?: undefined;
4053
- bytes3?: undefined;
3944
+ bytes18?: undefined;
4054
3945
  bytes1?: undefined;
4055
- bytes4?: undefined;
4056
3946
  bytes5?: undefined;
4057
- bytes32?: undefined;
4058
- bytes31?: undefined;
4059
- bytes30?: undefined;
4060
- bytes29?: undefined;
4061
- bytes28?: undefined;
4062
- bytes27?: undefined;
4063
- bytes26?: undefined;
4064
- bytes25?: undefined;
4065
- bytes24?: undefined;
4066
- bytes23?: undefined;
4067
- bytes22?: undefined;
4068
- bytes21?: undefined;
4069
- bytes20?: undefined;
4070
- bytes19?: undefined;
4071
- bytes18?: undefined;
4072
- bytes17?: undefined;
4073
- bytes16?: undefined;
4074
- bytes15?: undefined;
4075
- bytes14?: undefined;
4076
- bytes13?: undefined;
4077
- bytes12?: undefined;
4078
- bytes11?: undefined;
4079
3947
  bytes10?: undefined;
4080
- bytes9?: undefined;
4081
- bytes8?: undefined;
4082
- bytes7?: undefined;
3948
+ bytes4?: undefined;
3949
+ bytes2?: undefined;
3950
+ bytes3?: undefined;
4083
3951
  bytes6?: undefined;
4084
- int40?: undefined;
4085
- int32?: undefined;
4086
- int24?: undefined;
4087
- int16?: undefined;
3952
+ bytes7?: undefined;
3953
+ bytes8?: undefined;
3954
+ bytes9?: undefined;
3955
+ bytes11?: undefined;
3956
+ bytes12?: undefined;
3957
+ bytes13?: undefined;
3958
+ bytes14?: undefined;
3959
+ bytes15?: undefined;
3960
+ bytes16?: undefined;
3961
+ bytes17?: undefined;
3962
+ bytes19?: undefined;
3963
+ bytes20?: undefined;
3964
+ bytes21?: undefined;
3965
+ bytes22?: undefined;
3966
+ bytes23?: undefined;
3967
+ bytes24?: undefined;
3968
+ bytes25?: undefined;
3969
+ bytes26?: undefined;
3970
+ bytes27?: undefined;
3971
+ bytes28?: undefined;
3972
+ bytes29?: undefined;
3973
+ bytes30?: undefined;
3974
+ bytes31?: undefined;
3975
+ bytes32?: undefined;
4088
3976
  int8?: undefined;
3977
+ int16?: undefined;
3978
+ int24?: undefined;
3979
+ int32?: undefined;
3980
+ int40?: undefined;
4089
3981
  int48?: undefined;
4090
3982
  int56?: undefined;
4091
3983
  int64?: undefined;
@@ -4113,11 +4005,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4113
4005
  int240?: undefined;
4114
4006
  int248?: undefined;
4115
4007
  int256?: undefined;
4116
- uint40?: undefined;
4117
- uint32?: undefined;
4118
- uint24?: undefined;
4119
- uint16?: undefined;
4120
4008
  uint8?: undefined;
4009
+ uint16?: undefined;
4010
+ uint24?: undefined;
4011
+ uint32?: undefined;
4012
+ uint40?: undefined;
4121
4013
  uint48?: undefined;
4122
4014
  uint56?: undefined;
4123
4015
  uint64?: undefined;
@@ -4348,24 +4240,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4348
4240
  Method: "eth_uninstallFilter";
4349
4241
  Parameters: [filterId: `0x${string}`];
4350
4242
  ReturnType: boolean;
4351
- }, {
4352
- Method: "alchemy_requestPaymasterAndData";
4353
- Parameters: [{
4354
- policyId: string;
4355
- entryPoint: `0x${string}`;
4356
- userOperation: import("@aa-sdk/core").UserOperationRequest;
4357
- }];
4358
- ReturnType: import("..").RequestPaymasterAndDataResponse;
4359
- }, {
4360
- Method: "alchemy_requestGasAndPaymasterAndData";
4361
- Parameters: [{
4362
- policyId: string;
4363
- entryPoint: `0x${string}`;
4364
- userOperation: import("@aa-sdk/core").UserOperationRequest;
4365
- dummySignature: `0x${string}`;
4366
- overrides?: Partial<{}> | undefined;
4367
- }];
4368
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
4369
4243
  }, {
4370
4244
  Method: "alchemy_simulateUserOperationAssetChanges";
4371
4245
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -4430,44 +4304,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4430
4304
  [x: `address[${string}]`]: undefined;
4431
4305
  [x: `bool[${string}]`]: undefined;
4432
4306
  [x: `bytes[${string}]`]: undefined;
4433
- [x: `bytes2[${string}]`]: undefined;
4434
- [x: `bytes3[${string}]`]: undefined;
4307
+ [x: `bytes18[${string}]`]: undefined;
4435
4308
  [x: `bytes1[${string}]`]: undefined;
4436
- [x: `bytes4[${string}]`]: undefined;
4437
4309
  [x: `bytes5[${string}]`]: undefined;
4438
- [x: `bytes32[${string}]`]: undefined;
4439
- [x: `bytes31[${string}]`]: undefined;
4440
- [x: `bytes30[${string}]`]: undefined;
4441
- [x: `bytes29[${string}]`]: undefined;
4442
- [x: `bytes28[${string}]`]: undefined;
4443
- [x: `bytes27[${string}]`]: undefined;
4444
- [x: `bytes26[${string}]`]: undefined;
4445
- [x: `bytes25[${string}]`]: undefined;
4446
- [x: `bytes24[${string}]`]: undefined;
4447
- [x: `bytes23[${string}]`]: undefined;
4448
- [x: `bytes22[${string}]`]: undefined;
4449
- [x: `bytes21[${string}]`]: undefined;
4450
- [x: `bytes20[${string}]`]: undefined;
4451
- [x: `bytes19[${string}]`]: undefined;
4452
- [x: `bytes18[${string}]`]: undefined;
4453
- [x: `bytes17[${string}]`]: undefined;
4454
- [x: `bytes16[${string}]`]: undefined;
4455
- [x: `bytes15[${string}]`]: undefined;
4456
- [x: `bytes14[${string}]`]: undefined;
4457
- [x: `bytes13[${string}]`]: undefined;
4458
- [x: `bytes12[${string}]`]: undefined;
4459
- [x: `bytes11[${string}]`]: undefined;
4460
4310
  [x: `bytes10[${string}]`]: undefined;
4461
- [x: `bytes9[${string}]`]: undefined;
4462
- [x: `bytes8[${string}]`]: undefined;
4463
- [x: `bytes7[${string}]`]: undefined;
4311
+ [x: `bytes4[${string}]`]: undefined;
4312
+ [x: `bytes2[${string}]`]: undefined;
4313
+ [x: `bytes3[${string}]`]: undefined;
4464
4314
  [x: `bytes6[${string}]`]: undefined;
4315
+ [x: `bytes7[${string}]`]: undefined;
4316
+ [x: `bytes8[${string}]`]: undefined;
4317
+ [x: `bytes9[${string}]`]: undefined;
4318
+ [x: `bytes11[${string}]`]: undefined;
4319
+ [x: `bytes12[${string}]`]: undefined;
4320
+ [x: `bytes13[${string}]`]: undefined;
4321
+ [x: `bytes14[${string}]`]: undefined;
4322
+ [x: `bytes15[${string}]`]: undefined;
4323
+ [x: `bytes16[${string}]`]: undefined;
4324
+ [x: `bytes17[${string}]`]: undefined;
4325
+ [x: `bytes19[${string}]`]: undefined;
4326
+ [x: `bytes20[${string}]`]: undefined;
4327
+ [x: `bytes21[${string}]`]: undefined;
4328
+ [x: `bytes22[${string}]`]: undefined;
4329
+ [x: `bytes23[${string}]`]: undefined;
4330
+ [x: `bytes24[${string}]`]: undefined;
4331
+ [x: `bytes25[${string}]`]: undefined;
4332
+ [x: `bytes26[${string}]`]: undefined;
4333
+ [x: `bytes27[${string}]`]: undefined;
4334
+ [x: `bytes28[${string}]`]: undefined;
4335
+ [x: `bytes29[${string}]`]: undefined;
4336
+ [x: `bytes30[${string}]`]: undefined;
4337
+ [x: `bytes31[${string}]`]: undefined;
4338
+ [x: `bytes32[${string}]`]: undefined;
4465
4339
  [x: `int[${string}]`]: undefined;
4466
- [x: `int40[${string}]`]: undefined;
4467
- [x: `int32[${string}]`]: undefined;
4468
- [x: `int24[${string}]`]: undefined;
4469
- [x: `int16[${string}]`]: undefined;
4470
4340
  [x: `int8[${string}]`]: undefined;
4341
+ [x: `int16[${string}]`]: undefined;
4342
+ [x: `int24[${string}]`]: undefined;
4343
+ [x: `int32[${string}]`]: undefined;
4344
+ [x: `int40[${string}]`]: undefined;
4471
4345
  [x: `int48[${string}]`]: undefined;
4472
4346
  [x: `int56[${string}]`]: undefined;
4473
4347
  [x: `int64[${string}]`]: undefined;
@@ -4496,11 +4370,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4496
4370
  [x: `int248[${string}]`]: undefined;
4497
4371
  [x: `int256[${string}]`]: undefined;
4498
4372
  [x: `uint[${string}]`]: undefined;
4499
- [x: `uint40[${string}]`]: undefined;
4500
- [x: `uint32[${string}]`]: undefined;
4501
- [x: `uint24[${string}]`]: undefined;
4502
- [x: `uint16[${string}]`]: undefined;
4503
4373
  [x: `uint8[${string}]`]: undefined;
4374
+ [x: `uint16[${string}]`]: undefined;
4375
+ [x: `uint24[${string}]`]: undefined;
4376
+ [x: `uint32[${string}]`]: undefined;
4377
+ [x: `uint40[${string}]`]: undefined;
4504
4378
  [x: `uint48[${string}]`]: undefined;
4505
4379
  [x: `uint56[${string}]`]: undefined;
4506
4380
  [x: `uint64[${string}]`]: undefined;
@@ -4532,43 +4406,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4532
4406
  address?: undefined;
4533
4407
  bool?: undefined;
4534
4408
  bytes?: undefined;
4535
- bytes2?: undefined;
4536
- bytes3?: undefined;
4409
+ bytes18?: undefined;
4537
4410
  bytes1?: undefined;
4538
- bytes4?: undefined;
4539
4411
  bytes5?: undefined;
4540
- bytes32?: undefined;
4541
- bytes31?: undefined;
4542
- bytes30?: undefined;
4543
- bytes29?: undefined;
4544
- bytes28?: undefined;
4545
- bytes27?: undefined;
4546
- bytes26?: undefined;
4547
- bytes25?: undefined;
4548
- bytes24?: undefined;
4549
- bytes23?: undefined;
4550
- bytes22?: undefined;
4551
- bytes21?: undefined;
4552
- bytes20?: undefined;
4553
- bytes19?: undefined;
4554
- bytes18?: undefined;
4555
- bytes17?: undefined;
4556
- bytes16?: undefined;
4557
- bytes15?: undefined;
4558
- bytes14?: undefined;
4559
- bytes13?: undefined;
4560
- bytes12?: undefined;
4561
- bytes11?: undefined;
4562
4412
  bytes10?: undefined;
4563
- bytes9?: undefined;
4564
- bytes8?: undefined;
4565
- bytes7?: undefined;
4413
+ bytes4?: undefined;
4414
+ bytes2?: undefined;
4415
+ bytes3?: undefined;
4566
4416
  bytes6?: undefined;
4567
- int40?: undefined;
4568
- int32?: undefined;
4569
- int24?: undefined;
4570
- int16?: undefined;
4417
+ bytes7?: undefined;
4418
+ bytes8?: undefined;
4419
+ bytes9?: undefined;
4420
+ bytes11?: undefined;
4421
+ bytes12?: undefined;
4422
+ bytes13?: undefined;
4423
+ bytes14?: undefined;
4424
+ bytes15?: undefined;
4425
+ bytes16?: undefined;
4426
+ bytes17?: undefined;
4427
+ bytes19?: undefined;
4428
+ bytes20?: undefined;
4429
+ bytes21?: undefined;
4430
+ bytes22?: undefined;
4431
+ bytes23?: undefined;
4432
+ bytes24?: undefined;
4433
+ bytes25?: undefined;
4434
+ bytes26?: undefined;
4435
+ bytes27?: undefined;
4436
+ bytes28?: undefined;
4437
+ bytes29?: undefined;
4438
+ bytes30?: undefined;
4439
+ bytes31?: undefined;
4440
+ bytes32?: undefined;
4571
4441
  int8?: undefined;
4442
+ int16?: undefined;
4443
+ int24?: undefined;
4444
+ int32?: undefined;
4445
+ int40?: undefined;
4572
4446
  int48?: undefined;
4573
4447
  int56?: undefined;
4574
4448
  int64?: undefined;
@@ -4596,11 +4470,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4596
4470
  int240?: undefined;
4597
4471
  int248?: undefined;
4598
4472
  int256?: undefined;
4599
- uint40?: undefined;
4600
- uint32?: undefined;
4601
- uint24?: undefined;
4602
- uint16?: undefined;
4603
4473
  uint8?: undefined;
4474
+ uint16?: undefined;
4475
+ uint24?: undefined;
4476
+ uint32?: undefined;
4477
+ uint40?: undefined;
4604
4478
  uint48?: undefined;
4605
4479
  uint56?: undefined;
4606
4480
  uint64?: undefined;
@@ -4639,44 +4513,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4639
4513
  [x: `address[${string}]`]: undefined;
4640
4514
  [x: `bool[${string}]`]: undefined;
4641
4515
  [x: `bytes[${string}]`]: undefined;
4642
- [x: `bytes2[${string}]`]: undefined;
4643
- [x: `bytes3[${string}]`]: undefined;
4516
+ [x: `bytes18[${string}]`]: undefined;
4644
4517
  [x: `bytes1[${string}]`]: undefined;
4645
- [x: `bytes4[${string}]`]: undefined;
4646
4518
  [x: `bytes5[${string}]`]: undefined;
4647
- [x: `bytes32[${string}]`]: undefined;
4648
- [x: `bytes31[${string}]`]: undefined;
4649
- [x: `bytes30[${string}]`]: undefined;
4650
- [x: `bytes29[${string}]`]: undefined;
4651
- [x: `bytes28[${string}]`]: undefined;
4652
- [x: `bytes27[${string}]`]: undefined;
4653
- [x: `bytes26[${string}]`]: undefined;
4654
- [x: `bytes25[${string}]`]: undefined;
4655
- [x: `bytes24[${string}]`]: undefined;
4656
- [x: `bytes23[${string}]`]: undefined;
4657
- [x: `bytes22[${string}]`]: undefined;
4658
- [x: `bytes21[${string}]`]: undefined;
4659
- [x: `bytes20[${string}]`]: undefined;
4660
- [x: `bytes19[${string}]`]: undefined;
4661
- [x: `bytes18[${string}]`]: undefined;
4662
- [x: `bytes17[${string}]`]: undefined;
4663
- [x: `bytes16[${string}]`]: undefined;
4664
- [x: `bytes15[${string}]`]: undefined;
4665
- [x: `bytes14[${string}]`]: undefined;
4666
- [x: `bytes13[${string}]`]: undefined;
4667
- [x: `bytes12[${string}]`]: undefined;
4668
- [x: `bytes11[${string}]`]: undefined;
4669
4519
  [x: `bytes10[${string}]`]: undefined;
4670
- [x: `bytes9[${string}]`]: undefined;
4671
- [x: `bytes8[${string}]`]: undefined;
4672
- [x: `bytes7[${string}]`]: undefined;
4520
+ [x: `bytes4[${string}]`]: undefined;
4521
+ [x: `bytes2[${string}]`]: undefined;
4522
+ [x: `bytes3[${string}]`]: undefined;
4673
4523
  [x: `bytes6[${string}]`]: undefined;
4524
+ [x: `bytes7[${string}]`]: undefined;
4525
+ [x: `bytes8[${string}]`]: undefined;
4526
+ [x: `bytes9[${string}]`]: undefined;
4527
+ [x: `bytes11[${string}]`]: undefined;
4528
+ [x: `bytes12[${string}]`]: undefined;
4529
+ [x: `bytes13[${string}]`]: undefined;
4530
+ [x: `bytes14[${string}]`]: undefined;
4531
+ [x: `bytes15[${string}]`]: undefined;
4532
+ [x: `bytes16[${string}]`]: undefined;
4533
+ [x: `bytes17[${string}]`]: undefined;
4534
+ [x: `bytes19[${string}]`]: undefined;
4535
+ [x: `bytes20[${string}]`]: undefined;
4536
+ [x: `bytes21[${string}]`]: undefined;
4537
+ [x: `bytes22[${string}]`]: undefined;
4538
+ [x: `bytes23[${string}]`]: undefined;
4539
+ [x: `bytes24[${string}]`]: undefined;
4540
+ [x: `bytes25[${string}]`]: undefined;
4541
+ [x: `bytes26[${string}]`]: undefined;
4542
+ [x: `bytes27[${string}]`]: undefined;
4543
+ [x: `bytes28[${string}]`]: undefined;
4544
+ [x: `bytes29[${string}]`]: undefined;
4545
+ [x: `bytes30[${string}]`]: undefined;
4546
+ [x: `bytes31[${string}]`]: undefined;
4547
+ [x: `bytes32[${string}]`]: undefined;
4674
4548
  [x: `int[${string}]`]: undefined;
4675
- [x: `int40[${string}]`]: undefined;
4676
- [x: `int32[${string}]`]: undefined;
4677
- [x: `int24[${string}]`]: undefined;
4678
- [x: `int16[${string}]`]: undefined;
4679
4549
  [x: `int8[${string}]`]: undefined;
4550
+ [x: `int16[${string}]`]: undefined;
4551
+ [x: `int24[${string}]`]: undefined;
4552
+ [x: `int32[${string}]`]: undefined;
4553
+ [x: `int40[${string}]`]: undefined;
4680
4554
  [x: `int48[${string}]`]: undefined;
4681
4555
  [x: `int56[${string}]`]: undefined;
4682
4556
  [x: `int64[${string}]`]: undefined;
@@ -4705,11 +4579,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4705
4579
  [x: `int248[${string}]`]: undefined;
4706
4580
  [x: `int256[${string}]`]: undefined;
4707
4581
  [x: `uint[${string}]`]: undefined;
4708
- [x: `uint40[${string}]`]: undefined;
4709
- [x: `uint32[${string}]`]: undefined;
4710
- [x: `uint24[${string}]`]: undefined;
4711
- [x: `uint16[${string}]`]: undefined;
4712
4582
  [x: `uint8[${string}]`]: undefined;
4583
+ [x: `uint16[${string}]`]: undefined;
4584
+ [x: `uint24[${string}]`]: undefined;
4585
+ [x: `uint32[${string}]`]: undefined;
4586
+ [x: `uint40[${string}]`]: undefined;
4713
4587
  [x: `uint48[${string}]`]: undefined;
4714
4588
  [x: `uint56[${string}]`]: undefined;
4715
4589
  [x: `uint64[${string}]`]: undefined;
@@ -4741,43 +4615,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4741
4615
  address?: undefined;
4742
4616
  bool?: undefined;
4743
4617
  bytes?: undefined;
4744
- bytes2?: undefined;
4745
- bytes3?: undefined;
4618
+ bytes18?: undefined;
4746
4619
  bytes1?: undefined;
4747
- bytes4?: undefined;
4748
4620
  bytes5?: undefined;
4749
- bytes32?: undefined;
4750
- bytes31?: undefined;
4751
- bytes30?: undefined;
4752
- bytes29?: undefined;
4753
- bytes28?: undefined;
4754
- bytes27?: undefined;
4755
- bytes26?: undefined;
4756
- bytes25?: undefined;
4757
- bytes24?: undefined;
4758
- bytes23?: undefined;
4759
- bytes22?: undefined;
4760
- bytes21?: undefined;
4761
- bytes20?: undefined;
4762
- bytes19?: undefined;
4763
- bytes18?: undefined;
4764
- bytes17?: undefined;
4765
- bytes16?: undefined;
4766
- bytes15?: undefined;
4767
- bytes14?: undefined;
4768
- bytes13?: undefined;
4769
- bytes12?: undefined;
4770
- bytes11?: undefined;
4771
4621
  bytes10?: undefined;
4772
- bytes9?: undefined;
4773
- bytes8?: undefined;
4774
- bytes7?: undefined;
4622
+ bytes4?: undefined;
4623
+ bytes2?: undefined;
4624
+ bytes3?: undefined;
4775
4625
  bytes6?: undefined;
4776
- int40?: undefined;
4777
- int32?: undefined;
4778
- int24?: undefined;
4779
- int16?: undefined;
4626
+ bytes7?: undefined;
4627
+ bytes8?: undefined;
4628
+ bytes9?: undefined;
4629
+ bytes11?: undefined;
4630
+ bytes12?: undefined;
4631
+ bytes13?: undefined;
4632
+ bytes14?: undefined;
4633
+ bytes15?: undefined;
4634
+ bytes16?: undefined;
4635
+ bytes17?: undefined;
4636
+ bytes19?: undefined;
4637
+ bytes20?: undefined;
4638
+ bytes21?: undefined;
4639
+ bytes22?: undefined;
4640
+ bytes23?: undefined;
4641
+ bytes24?: undefined;
4642
+ bytes25?: undefined;
4643
+ bytes26?: undefined;
4644
+ bytes27?: undefined;
4645
+ bytes28?: undefined;
4646
+ bytes29?: undefined;
4647
+ bytes30?: undefined;
4648
+ bytes31?: undefined;
4649
+ bytes32?: undefined;
4780
4650
  int8?: undefined;
4651
+ int16?: undefined;
4652
+ int24?: undefined;
4653
+ int32?: undefined;
4654
+ int40?: undefined;
4781
4655
  int48?: undefined;
4782
4656
  int56?: undefined;
4783
4657
  int64?: undefined;
@@ -4805,11 +4679,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
4805
4679
  int240?: undefined;
4806
4680
  int248?: undefined;
4807
4681
  int256?: undefined;
4808
- uint40?: undefined;
4809
- uint32?: undefined;
4810
- uint24?: undefined;
4811
- uint16?: undefined;
4812
4682
  uint8?: undefined;
4683
+ uint16?: undefined;
4684
+ uint24?: undefined;
4685
+ uint32?: undefined;
4686
+ uint40?: undefined;
4813
4687
  uint48?: undefined;
4814
4688
  uint56?: undefined;
4815
4689
  uint64?: undefined;
@@ -5040,24 +4914,6 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5040
4914
  Method: "eth_uninstallFilter";
5041
4915
  Parameters: [filterId: `0x${string}`];
5042
4916
  ReturnType: boolean;
5043
- }, {
5044
- Method: "alchemy_requestPaymasterAndData";
5045
- Parameters: [{
5046
- policyId: string;
5047
- entryPoint: `0x${string}`;
5048
- userOperation: import("@aa-sdk/core").UserOperationRequest;
5049
- }];
5050
- ReturnType: import("..").RequestPaymasterAndDataResponse;
5051
- }, {
5052
- Method: "alchemy_requestGasAndPaymasterAndData";
5053
- Parameters: [{
5054
- policyId: string;
5055
- entryPoint: `0x${string}`;
5056
- userOperation: import("@aa-sdk/core").UserOperationRequest;
5057
- dummySignature: `0x${string}`;
5058
- overrides?: Partial<{}> | undefined;
5059
- }];
5060
- ReturnType: import("..").RequestGasAndPaymasterAndDataResponse;
5061
4917
  }, {
5062
4918
  Method: "alchemy_simulateUserOperationAssetChanges";
5063
4919
  Parameters: import("..").SimulateUserOperationAssetChangesRequest;
@@ -5122,44 +4978,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5122
4978
  [x: `address[${string}]`]: undefined;
5123
4979
  [x: `bool[${string}]`]: undefined;
5124
4980
  [x: `bytes[${string}]`]: undefined;
5125
- [x: `bytes2[${string}]`]: undefined;
5126
- [x: `bytes3[${string}]`]: undefined;
4981
+ [x: `bytes18[${string}]`]: undefined;
5127
4982
  [x: `bytes1[${string}]`]: undefined;
5128
- [x: `bytes4[${string}]`]: undefined;
5129
4983
  [x: `bytes5[${string}]`]: undefined;
5130
- [x: `bytes32[${string}]`]: undefined;
5131
- [x: `bytes31[${string}]`]: undefined;
5132
- [x: `bytes30[${string}]`]: undefined;
5133
- [x: `bytes29[${string}]`]: undefined;
5134
- [x: `bytes28[${string}]`]: undefined;
5135
- [x: `bytes27[${string}]`]: undefined;
5136
- [x: `bytes26[${string}]`]: undefined;
5137
- [x: `bytes25[${string}]`]: undefined;
5138
- [x: `bytes24[${string}]`]: undefined;
5139
- [x: `bytes23[${string}]`]: undefined;
5140
- [x: `bytes22[${string}]`]: undefined;
5141
- [x: `bytes21[${string}]`]: undefined;
5142
- [x: `bytes20[${string}]`]: undefined;
5143
- [x: `bytes19[${string}]`]: undefined;
5144
- [x: `bytes18[${string}]`]: undefined;
5145
- [x: `bytes17[${string}]`]: undefined;
5146
- [x: `bytes16[${string}]`]: undefined;
5147
- [x: `bytes15[${string}]`]: undefined;
5148
- [x: `bytes14[${string}]`]: undefined;
5149
- [x: `bytes13[${string}]`]: undefined;
5150
- [x: `bytes12[${string}]`]: undefined;
5151
- [x: `bytes11[${string}]`]: undefined;
5152
4984
  [x: `bytes10[${string}]`]: undefined;
5153
- [x: `bytes9[${string}]`]: undefined;
5154
- [x: `bytes8[${string}]`]: undefined;
5155
- [x: `bytes7[${string}]`]: undefined;
4985
+ [x: `bytes4[${string}]`]: undefined;
4986
+ [x: `bytes2[${string}]`]: undefined;
4987
+ [x: `bytes3[${string}]`]: undefined;
5156
4988
  [x: `bytes6[${string}]`]: undefined;
4989
+ [x: `bytes7[${string}]`]: undefined;
4990
+ [x: `bytes8[${string}]`]: undefined;
4991
+ [x: `bytes9[${string}]`]: undefined;
4992
+ [x: `bytes11[${string}]`]: undefined;
4993
+ [x: `bytes12[${string}]`]: undefined;
4994
+ [x: `bytes13[${string}]`]: undefined;
4995
+ [x: `bytes14[${string}]`]: undefined;
4996
+ [x: `bytes15[${string}]`]: undefined;
4997
+ [x: `bytes16[${string}]`]: undefined;
4998
+ [x: `bytes17[${string}]`]: undefined;
4999
+ [x: `bytes19[${string}]`]: undefined;
5000
+ [x: `bytes20[${string}]`]: undefined;
5001
+ [x: `bytes21[${string}]`]: undefined;
5002
+ [x: `bytes22[${string}]`]: undefined;
5003
+ [x: `bytes23[${string}]`]: undefined;
5004
+ [x: `bytes24[${string}]`]: undefined;
5005
+ [x: `bytes25[${string}]`]: undefined;
5006
+ [x: `bytes26[${string}]`]: undefined;
5007
+ [x: `bytes27[${string}]`]: undefined;
5008
+ [x: `bytes28[${string}]`]: undefined;
5009
+ [x: `bytes29[${string}]`]: undefined;
5010
+ [x: `bytes30[${string}]`]: undefined;
5011
+ [x: `bytes31[${string}]`]: undefined;
5012
+ [x: `bytes32[${string}]`]: undefined;
5157
5013
  [x: `int[${string}]`]: undefined;
5158
- [x: `int40[${string}]`]: undefined;
5159
- [x: `int32[${string}]`]: undefined;
5160
- [x: `int24[${string}]`]: undefined;
5161
- [x: `int16[${string}]`]: undefined;
5162
5014
  [x: `int8[${string}]`]: undefined;
5015
+ [x: `int16[${string}]`]: undefined;
5016
+ [x: `int24[${string}]`]: undefined;
5017
+ [x: `int32[${string}]`]: undefined;
5018
+ [x: `int40[${string}]`]: undefined;
5163
5019
  [x: `int48[${string}]`]: undefined;
5164
5020
  [x: `int56[${string}]`]: undefined;
5165
5021
  [x: `int64[${string}]`]: undefined;
@@ -5188,11 +5044,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5188
5044
  [x: `int248[${string}]`]: undefined;
5189
5045
  [x: `int256[${string}]`]: undefined;
5190
5046
  [x: `uint[${string}]`]: undefined;
5191
- [x: `uint40[${string}]`]: undefined;
5192
- [x: `uint32[${string}]`]: undefined;
5193
- [x: `uint24[${string}]`]: undefined;
5194
- [x: `uint16[${string}]`]: undefined;
5195
5047
  [x: `uint8[${string}]`]: undefined;
5048
+ [x: `uint16[${string}]`]: undefined;
5049
+ [x: `uint24[${string}]`]: undefined;
5050
+ [x: `uint32[${string}]`]: undefined;
5051
+ [x: `uint40[${string}]`]: undefined;
5196
5052
  [x: `uint48[${string}]`]: undefined;
5197
5053
  [x: `uint56[${string}]`]: undefined;
5198
5054
  [x: `uint64[${string}]`]: undefined;
@@ -5224,43 +5080,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5224
5080
  address?: undefined;
5225
5081
  bool?: undefined;
5226
5082
  bytes?: undefined;
5227
- bytes2?: undefined;
5228
- bytes3?: undefined;
5083
+ bytes18?: undefined;
5229
5084
  bytes1?: undefined;
5230
- bytes4?: undefined;
5231
5085
  bytes5?: undefined;
5232
- bytes32?: undefined;
5233
- bytes31?: undefined;
5234
- bytes30?: undefined;
5235
- bytes29?: undefined;
5236
- bytes28?: undefined;
5237
- bytes27?: undefined;
5238
- bytes26?: undefined;
5239
- bytes25?: undefined;
5240
- bytes24?: undefined;
5241
- bytes23?: undefined;
5242
- bytes22?: undefined;
5243
- bytes21?: undefined;
5244
- bytes20?: undefined;
5245
- bytes19?: undefined;
5246
- bytes18?: undefined;
5247
- bytes17?: undefined;
5248
- bytes16?: undefined;
5249
- bytes15?: undefined;
5250
- bytes14?: undefined;
5251
- bytes13?: undefined;
5252
- bytes12?: undefined;
5253
- bytes11?: undefined;
5254
5086
  bytes10?: undefined;
5255
- bytes9?: undefined;
5256
- bytes8?: undefined;
5257
- bytes7?: undefined;
5087
+ bytes4?: undefined;
5088
+ bytes2?: undefined;
5089
+ bytes3?: undefined;
5258
5090
  bytes6?: undefined;
5259
- int40?: undefined;
5260
- int32?: undefined;
5261
- int24?: undefined;
5262
- int16?: undefined;
5091
+ bytes7?: undefined;
5092
+ bytes8?: undefined;
5093
+ bytes9?: undefined;
5094
+ bytes11?: undefined;
5095
+ bytes12?: undefined;
5096
+ bytes13?: undefined;
5097
+ bytes14?: undefined;
5098
+ bytes15?: undefined;
5099
+ bytes16?: undefined;
5100
+ bytes17?: undefined;
5101
+ bytes19?: undefined;
5102
+ bytes20?: undefined;
5103
+ bytes21?: undefined;
5104
+ bytes22?: undefined;
5105
+ bytes23?: undefined;
5106
+ bytes24?: undefined;
5107
+ bytes25?: undefined;
5108
+ bytes26?: undefined;
5109
+ bytes27?: undefined;
5110
+ bytes28?: undefined;
5111
+ bytes29?: undefined;
5112
+ bytes30?: undefined;
5113
+ bytes31?: undefined;
5114
+ bytes32?: undefined;
5263
5115
  int8?: undefined;
5116
+ int16?: undefined;
5117
+ int24?: undefined;
5118
+ int32?: undefined;
5119
+ int40?: undefined;
5264
5120
  int48?: undefined;
5265
5121
  int56?: undefined;
5266
5122
  int64?: undefined;
@@ -5288,11 +5144,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5288
5144
  int240?: undefined;
5289
5145
  int248?: undefined;
5290
5146
  int256?: undefined;
5291
- uint40?: undefined;
5292
- uint32?: undefined;
5293
- uint24?: undefined;
5294
- uint16?: undefined;
5295
5147
  uint8?: undefined;
5148
+ uint16?: undefined;
5149
+ uint24?: undefined;
5150
+ uint32?: undefined;
5151
+ uint40?: undefined;
5296
5152
  uint48?: undefined;
5297
5153
  uint56?: undefined;
5298
5154
  uint64?: undefined;
@@ -5331,44 +5187,44 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5331
5187
  [x: `address[${string}]`]: undefined;
5332
5188
  [x: `bool[${string}]`]: undefined;
5333
5189
  [x: `bytes[${string}]`]: undefined;
5334
- [x: `bytes2[${string}]`]: undefined;
5335
- [x: `bytes3[${string}]`]: undefined;
5190
+ [x: `bytes18[${string}]`]: undefined;
5336
5191
  [x: `bytes1[${string}]`]: undefined;
5337
- [x: `bytes4[${string}]`]: undefined;
5338
5192
  [x: `bytes5[${string}]`]: undefined;
5339
- [x: `bytes32[${string}]`]: undefined;
5340
- [x: `bytes31[${string}]`]: undefined;
5341
- [x: `bytes30[${string}]`]: undefined;
5342
- [x: `bytes29[${string}]`]: undefined;
5343
- [x: `bytes28[${string}]`]: undefined;
5344
- [x: `bytes27[${string}]`]: undefined;
5345
- [x: `bytes26[${string}]`]: undefined;
5346
- [x: `bytes25[${string}]`]: undefined;
5347
- [x: `bytes24[${string}]`]: undefined;
5348
- [x: `bytes23[${string}]`]: undefined;
5349
- [x: `bytes22[${string}]`]: undefined;
5350
- [x: `bytes21[${string}]`]: undefined;
5351
- [x: `bytes20[${string}]`]: undefined;
5352
- [x: `bytes19[${string}]`]: undefined;
5353
- [x: `bytes18[${string}]`]: undefined;
5354
- [x: `bytes17[${string}]`]: undefined;
5355
- [x: `bytes16[${string}]`]: undefined;
5356
- [x: `bytes15[${string}]`]: undefined;
5357
- [x: `bytes14[${string}]`]: undefined;
5358
- [x: `bytes13[${string}]`]: undefined;
5359
- [x: `bytes12[${string}]`]: undefined;
5360
- [x: `bytes11[${string}]`]: undefined;
5361
5193
  [x: `bytes10[${string}]`]: undefined;
5362
- [x: `bytes9[${string}]`]: undefined;
5363
- [x: `bytes8[${string}]`]: undefined;
5364
- [x: `bytes7[${string}]`]: undefined;
5194
+ [x: `bytes4[${string}]`]: undefined;
5195
+ [x: `bytes2[${string}]`]: undefined;
5196
+ [x: `bytes3[${string}]`]: undefined;
5365
5197
  [x: `bytes6[${string}]`]: undefined;
5198
+ [x: `bytes7[${string}]`]: undefined;
5199
+ [x: `bytes8[${string}]`]: undefined;
5200
+ [x: `bytes9[${string}]`]: undefined;
5201
+ [x: `bytes11[${string}]`]: undefined;
5202
+ [x: `bytes12[${string}]`]: undefined;
5203
+ [x: `bytes13[${string}]`]: undefined;
5204
+ [x: `bytes14[${string}]`]: undefined;
5205
+ [x: `bytes15[${string}]`]: undefined;
5206
+ [x: `bytes16[${string}]`]: undefined;
5207
+ [x: `bytes17[${string}]`]: undefined;
5208
+ [x: `bytes19[${string}]`]: undefined;
5209
+ [x: `bytes20[${string}]`]: undefined;
5210
+ [x: `bytes21[${string}]`]: undefined;
5211
+ [x: `bytes22[${string}]`]: undefined;
5212
+ [x: `bytes23[${string}]`]: undefined;
5213
+ [x: `bytes24[${string}]`]: undefined;
5214
+ [x: `bytes25[${string}]`]: undefined;
5215
+ [x: `bytes26[${string}]`]: undefined;
5216
+ [x: `bytes27[${string}]`]: undefined;
5217
+ [x: `bytes28[${string}]`]: undefined;
5218
+ [x: `bytes29[${string}]`]: undefined;
5219
+ [x: `bytes30[${string}]`]: undefined;
5220
+ [x: `bytes31[${string}]`]: undefined;
5221
+ [x: `bytes32[${string}]`]: undefined;
5366
5222
  [x: `int[${string}]`]: undefined;
5367
- [x: `int40[${string}]`]: undefined;
5368
- [x: `int32[${string}]`]: undefined;
5369
- [x: `int24[${string}]`]: undefined;
5370
- [x: `int16[${string}]`]: undefined;
5371
5223
  [x: `int8[${string}]`]: undefined;
5224
+ [x: `int16[${string}]`]: undefined;
5225
+ [x: `int24[${string}]`]: undefined;
5226
+ [x: `int32[${string}]`]: undefined;
5227
+ [x: `int40[${string}]`]: undefined;
5372
5228
  [x: `int48[${string}]`]: undefined;
5373
5229
  [x: `int56[${string}]`]: undefined;
5374
5230
  [x: `int64[${string}]`]: undefined;
@@ -5397,11 +5253,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5397
5253
  [x: `int248[${string}]`]: undefined;
5398
5254
  [x: `int256[${string}]`]: undefined;
5399
5255
  [x: `uint[${string}]`]: undefined;
5400
- [x: `uint40[${string}]`]: undefined;
5401
- [x: `uint32[${string}]`]: undefined;
5402
- [x: `uint24[${string}]`]: undefined;
5403
- [x: `uint16[${string}]`]: undefined;
5404
5256
  [x: `uint8[${string}]`]: undefined;
5257
+ [x: `uint16[${string}]`]: undefined;
5258
+ [x: `uint24[${string}]`]: undefined;
5259
+ [x: `uint32[${string}]`]: undefined;
5260
+ [x: `uint40[${string}]`]: undefined;
5405
5261
  [x: `uint48[${string}]`]: undefined;
5406
5262
  [x: `uint56[${string}]`]: undefined;
5407
5263
  [x: `uint64[${string}]`]: undefined;
@@ -5433,43 +5289,43 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5433
5289
  address?: undefined;
5434
5290
  bool?: undefined;
5435
5291
  bytes?: undefined;
5436
- bytes2?: undefined;
5437
- bytes3?: undefined;
5292
+ bytes18?: undefined;
5438
5293
  bytes1?: undefined;
5439
- bytes4?: undefined;
5440
5294
  bytes5?: undefined;
5441
- bytes32?: undefined;
5442
- bytes31?: undefined;
5443
- bytes30?: undefined;
5444
- bytes29?: undefined;
5445
- bytes28?: undefined;
5446
- bytes27?: undefined;
5447
- bytes26?: undefined;
5448
- bytes25?: undefined;
5449
- bytes24?: undefined;
5450
- bytes23?: undefined;
5451
- bytes22?: undefined;
5452
- bytes21?: undefined;
5453
- bytes20?: undefined;
5454
- bytes19?: undefined;
5455
- bytes18?: undefined;
5456
- bytes17?: undefined;
5457
- bytes16?: undefined;
5458
- bytes15?: undefined;
5459
- bytes14?: undefined;
5460
- bytes13?: undefined;
5461
- bytes12?: undefined;
5462
- bytes11?: undefined;
5463
5295
  bytes10?: undefined;
5464
- bytes9?: undefined;
5465
- bytes8?: undefined;
5466
- bytes7?: undefined;
5296
+ bytes4?: undefined;
5297
+ bytes2?: undefined;
5298
+ bytes3?: undefined;
5467
5299
  bytes6?: undefined;
5468
- int40?: undefined;
5469
- int32?: undefined;
5470
- int24?: undefined;
5471
- int16?: undefined;
5300
+ bytes7?: undefined;
5301
+ bytes8?: undefined;
5302
+ bytes9?: undefined;
5303
+ bytes11?: undefined;
5304
+ bytes12?: undefined;
5305
+ bytes13?: undefined;
5306
+ bytes14?: undefined;
5307
+ bytes15?: undefined;
5308
+ bytes16?: undefined;
5309
+ bytes17?: undefined;
5310
+ bytes19?: undefined;
5311
+ bytes20?: undefined;
5312
+ bytes21?: undefined;
5313
+ bytes22?: undefined;
5314
+ bytes23?: undefined;
5315
+ bytes24?: undefined;
5316
+ bytes25?: undefined;
5317
+ bytes26?: undefined;
5318
+ bytes27?: undefined;
5319
+ bytes28?: undefined;
5320
+ bytes29?: undefined;
5321
+ bytes30?: undefined;
5322
+ bytes31?: undefined;
5323
+ bytes32?: undefined;
5472
5324
  int8?: undefined;
5325
+ int16?: undefined;
5326
+ int24?: undefined;
5327
+ int32?: undefined;
5328
+ int40?: undefined;
5473
5329
  int48?: undefined;
5474
5330
  int56?: undefined;
5475
5331
  int64?: undefined;
@@ -5497,11 +5353,11 @@ export declare const isAlchemySmartAccountClient: <TTransport extends Transport
5497
5353
  int240?: undefined;
5498
5354
  int248?: undefined;
5499
5355
  int256?: undefined;
5500
- uint40?: undefined;
5501
- uint32?: undefined;
5502
- uint24?: undefined;
5503
- uint16?: undefined;
5504
5356
  uint8?: undefined;
5357
+ uint16?: undefined;
5358
+ uint24?: undefined;
5359
+ uint32?: undefined;
5360
+ uint40?: undefined;
5505
5361
  uint48?: undefined;
5506
5362
  uint56?: undefined;
5507
5363
  uint64?: undefined;