@account-kit/infra 4.0.0-alpha.6 → 4.0.0-alpha.7
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.
- package/dist/cjs/client/decorators/alchemyEnhancedApis.d.ts +1132 -1276
- package/dist/cjs/client/internal/smartAccountClientFromRpc.js +2 -14
- package/dist/cjs/client/internal/smartAccountClientFromRpc.js.map +1 -1
- package/dist/cjs/client/isAlchemySmartAccountClient.d.ts +1132 -1276
- package/dist/cjs/client/smartAccountClient.d.ts +2 -3
- package/dist/cjs/client/smartAccountClient.js +2 -2
- package/dist/cjs/client/smartAccountClient.js.map +1 -1
- package/dist/cjs/client/types.d.ts +1 -48
- package/dist/cjs/client/types.js.map +1 -1
- package/dist/cjs/middleware/gasManager.d.ts +2 -29
- package/dist/cjs/middleware/gasManager.js +4 -146
- package/dist/cjs/middleware/gasManager.js.map +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/esm/client/decorators/alchemyEnhancedApis.d.ts +1132 -1276
- package/dist/esm/client/internal/smartAccountClientFromRpc.js +2 -14
- package/dist/esm/client/internal/smartAccountClientFromRpc.js.map +1 -1
- package/dist/esm/client/isAlchemySmartAccountClient.d.ts +1132 -1276
- package/dist/esm/client/smartAccountClient.d.ts +2 -3
- package/dist/esm/client/smartAccountClient.js +2 -3
- package/dist/esm/client/smartAccountClient.js.map +1 -1
- package/dist/esm/client/types.d.ts +1 -48
- package/dist/esm/client/types.js.map +1 -1
- package/dist/esm/middleware/gasManager.d.ts +2 -29
- package/dist/esm/middleware/gasManager.js +5 -147
- package/dist/esm/middleware/gasManager.js.map +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/types/client/decorators/alchemyEnhancedApis.d.ts +1132 -1276
- package/dist/types/client/decorators/alchemyEnhancedApis.d.ts.map +1 -1
- package/dist/types/client/isAlchemySmartAccountClient.d.ts +1132 -1276
- package/dist/types/client/isAlchemySmartAccountClient.d.ts.map +1 -1
- package/dist/types/client/smartAccountClient.d.ts +2 -3
- package/dist/types/client/smartAccountClient.d.ts.map +1 -1
- package/dist/types/client/types.d.ts +1 -48
- package/dist/types/client/types.d.ts.map +1 -1
- package/dist/types/middleware/gasManager.d.ts +15 -87
- package/dist/types/middleware/gasManager.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/client/internal/smartAccountClientFromRpc.ts +2 -18
- package/src/client/smartAccountClient.ts +4 -5
- package/src/client/types.ts +1 -54
- package/src/middleware/gasManager.ts +20 -432
- package/src/version.ts +1 -1
|
@@ -207,24 +207,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
207
207
|
Method: "eth_uninstallFilter";
|
|
208
208
|
Parameters: [filterId: `0x${string}`];
|
|
209
209
|
ReturnType: boolean;
|
|
210
|
-
}, {
|
|
211
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
212
|
-
Parameters: [{
|
|
213
|
-
policyId: string;
|
|
214
|
-
entryPoint: `0x${string}`;
|
|
215
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
216
|
-
}];
|
|
217
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
218
|
-
}, {
|
|
219
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
220
|
-
Parameters: [{
|
|
221
|
-
policyId: string;
|
|
222
|
-
entryPoint: `0x${string}`;
|
|
223
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
224
|
-
dummySignature: `0x${string}`;
|
|
225
|
-
overrides?: Partial<{}> | undefined;
|
|
226
|
-
}];
|
|
227
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
228
210
|
}, {
|
|
229
211
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
230
212
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -293,40 +275,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
293
275
|
[x: `bytes1[${string}]`]: undefined;
|
|
294
276
|
[x: `bytes5[${string}]`]: undefined;
|
|
295
277
|
[x: `bytes10[${string}]`]: undefined;
|
|
278
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
296
279
|
[x: `bytes2[${string}]`]: undefined;
|
|
297
280
|
[x: `bytes3[${string}]`]: undefined;
|
|
298
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
299
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
300
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
301
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
302
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
303
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
304
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
305
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
306
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
307
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
308
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
309
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
310
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
311
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
312
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
313
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
314
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
315
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
316
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
317
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
318
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
319
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
320
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
321
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
322
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
323
281
|
[x: `bytes6[${string}]`]: undefined;
|
|
282
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
283
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
284
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
285
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
286
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
287
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
288
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
289
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
290
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
291
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
292
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
293
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
294
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
295
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
296
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
297
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
298
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
299
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
300
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
301
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
302
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
303
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
304
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
305
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
324
306
|
[x: `int[${string}]`]: undefined;
|
|
325
|
-
[x: `int40[${string}]`]: undefined;
|
|
326
|
-
[x: `int32[${string}]`]: undefined;
|
|
327
|
-
[x: `int24[${string}]`]: undefined;
|
|
328
|
-
[x: `int16[${string}]`]: undefined;
|
|
329
307
|
[x: `int8[${string}]`]: undefined;
|
|
308
|
+
[x: `int16[${string}]`]: undefined;
|
|
309
|
+
[x: `int24[${string}]`]: undefined;
|
|
310
|
+
[x: `int32[${string}]`]: undefined;
|
|
311
|
+
[x: `int40[${string}]`]: undefined;
|
|
330
312
|
[x: `int48[${string}]`]: undefined;
|
|
331
313
|
[x: `int56[${string}]`]: undefined;
|
|
332
314
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -355,11 +337,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
355
337
|
[x: `int248[${string}]`]: undefined;
|
|
356
338
|
[x: `int256[${string}]`]: undefined;
|
|
357
339
|
[x: `uint[${string}]`]: undefined;
|
|
358
|
-
[x: `uint40[${string}]`]: undefined;
|
|
359
|
-
[x: `uint32[${string}]`]: undefined;
|
|
360
|
-
[x: `uint24[${string}]`]: undefined;
|
|
361
|
-
[x: `uint16[${string}]`]: undefined;
|
|
362
340
|
[x: `uint8[${string}]`]: undefined;
|
|
341
|
+
[x: `uint16[${string}]`]: undefined;
|
|
342
|
+
[x: `uint24[${string}]`]: undefined;
|
|
343
|
+
[x: `uint32[${string}]`]: undefined;
|
|
344
|
+
[x: `uint40[${string}]`]: undefined;
|
|
363
345
|
[x: `uint48[${string}]`]: undefined;
|
|
364
346
|
[x: `uint56[${string}]`]: undefined;
|
|
365
347
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -395,39 +377,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
395
377
|
bytes1?: undefined;
|
|
396
378
|
bytes5?: undefined;
|
|
397
379
|
bytes10?: undefined;
|
|
380
|
+
bytes4?: undefined;
|
|
398
381
|
bytes2?: undefined;
|
|
399
382
|
bytes3?: undefined;
|
|
400
|
-
bytes4?: undefined;
|
|
401
|
-
bytes32?: undefined;
|
|
402
|
-
bytes31?: undefined;
|
|
403
|
-
bytes30?: undefined;
|
|
404
|
-
bytes29?: undefined;
|
|
405
|
-
bytes28?: undefined;
|
|
406
|
-
bytes27?: undefined;
|
|
407
|
-
bytes26?: undefined;
|
|
408
|
-
bytes25?: undefined;
|
|
409
|
-
bytes24?: undefined;
|
|
410
|
-
bytes23?: undefined;
|
|
411
|
-
bytes22?: undefined;
|
|
412
|
-
bytes21?: undefined;
|
|
413
|
-
bytes20?: undefined;
|
|
414
|
-
bytes19?: undefined;
|
|
415
|
-
bytes17?: undefined;
|
|
416
|
-
bytes16?: undefined;
|
|
417
|
-
bytes15?: undefined;
|
|
418
|
-
bytes14?: undefined;
|
|
419
|
-
bytes13?: undefined;
|
|
420
|
-
bytes12?: undefined;
|
|
421
|
-
bytes11?: undefined;
|
|
422
|
-
bytes9?: undefined;
|
|
423
|
-
bytes8?: undefined;
|
|
424
|
-
bytes7?: undefined;
|
|
425
383
|
bytes6?: undefined;
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
384
|
+
bytes7?: undefined;
|
|
385
|
+
bytes8?: undefined;
|
|
386
|
+
bytes9?: undefined;
|
|
387
|
+
bytes11?: undefined;
|
|
388
|
+
bytes12?: undefined;
|
|
389
|
+
bytes13?: undefined;
|
|
390
|
+
bytes14?: undefined;
|
|
391
|
+
bytes15?: undefined;
|
|
392
|
+
bytes16?: undefined;
|
|
393
|
+
bytes17?: undefined;
|
|
394
|
+
bytes19?: undefined;
|
|
395
|
+
bytes20?: undefined;
|
|
396
|
+
bytes21?: undefined;
|
|
397
|
+
bytes22?: undefined;
|
|
398
|
+
bytes23?: undefined;
|
|
399
|
+
bytes24?: undefined;
|
|
400
|
+
bytes25?: undefined;
|
|
401
|
+
bytes26?: undefined;
|
|
402
|
+
bytes27?: undefined;
|
|
403
|
+
bytes28?: undefined;
|
|
404
|
+
bytes29?: undefined;
|
|
405
|
+
bytes30?: undefined;
|
|
406
|
+
bytes31?: undefined;
|
|
407
|
+
bytes32?: undefined;
|
|
430
408
|
int8?: undefined;
|
|
409
|
+
int16?: undefined;
|
|
410
|
+
int24?: undefined;
|
|
411
|
+
int32?: undefined;
|
|
412
|
+
int40?: undefined;
|
|
431
413
|
int48?: undefined;
|
|
432
414
|
int56?: undefined;
|
|
433
415
|
int64?: undefined;
|
|
@@ -455,11 +437,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
455
437
|
int240?: undefined;
|
|
456
438
|
int248?: undefined;
|
|
457
439
|
int256?: undefined;
|
|
458
|
-
uint40?: undefined;
|
|
459
|
-
uint32?: undefined;
|
|
460
|
-
uint24?: undefined;
|
|
461
|
-
uint16?: undefined;
|
|
462
440
|
uint8?: undefined;
|
|
441
|
+
uint16?: undefined;
|
|
442
|
+
uint24?: undefined;
|
|
443
|
+
uint32?: undefined;
|
|
444
|
+
uint40?: undefined;
|
|
463
445
|
uint48?: undefined;
|
|
464
446
|
uint56?: undefined;
|
|
465
447
|
uint64?: undefined;
|
|
@@ -502,40 +484,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
502
484
|
[x: `bytes1[${string}]`]: undefined;
|
|
503
485
|
[x: `bytes5[${string}]`]: undefined;
|
|
504
486
|
[x: `bytes10[${string}]`]: undefined;
|
|
487
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
505
488
|
[x: `bytes2[${string}]`]: undefined;
|
|
506
489
|
[x: `bytes3[${string}]`]: undefined;
|
|
507
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
508
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
509
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
510
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
511
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
512
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
513
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
514
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
515
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
516
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
517
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
518
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
519
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
520
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
521
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
522
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
523
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
524
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
525
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
526
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
527
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
528
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
529
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
530
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
531
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
532
490
|
[x: `bytes6[${string}]`]: undefined;
|
|
491
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
492
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
493
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
494
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
495
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
496
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
497
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
498
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
499
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
500
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
501
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
502
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
503
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
504
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
505
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
506
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
507
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
508
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
509
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
510
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
511
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
512
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
513
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
514
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
533
515
|
[x: `int[${string}]`]: undefined;
|
|
534
|
-
[x: `int40[${string}]`]: undefined;
|
|
535
|
-
[x: `int32[${string}]`]: undefined;
|
|
536
|
-
[x: `int24[${string}]`]: undefined;
|
|
537
|
-
[x: `int16[${string}]`]: undefined;
|
|
538
516
|
[x: `int8[${string}]`]: undefined;
|
|
517
|
+
[x: `int16[${string}]`]: undefined;
|
|
518
|
+
[x: `int24[${string}]`]: undefined;
|
|
519
|
+
[x: `int32[${string}]`]: undefined;
|
|
520
|
+
[x: `int40[${string}]`]: undefined;
|
|
539
521
|
[x: `int48[${string}]`]: undefined;
|
|
540
522
|
[x: `int56[${string}]`]: undefined;
|
|
541
523
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -564,11 +546,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
564
546
|
[x: `int248[${string}]`]: undefined;
|
|
565
547
|
[x: `int256[${string}]`]: undefined;
|
|
566
548
|
[x: `uint[${string}]`]: undefined;
|
|
567
|
-
[x: `uint40[${string}]`]: undefined;
|
|
568
|
-
[x: `uint32[${string}]`]: undefined;
|
|
569
|
-
[x: `uint24[${string}]`]: undefined;
|
|
570
|
-
[x: `uint16[${string}]`]: undefined;
|
|
571
549
|
[x: `uint8[${string}]`]: undefined;
|
|
550
|
+
[x: `uint16[${string}]`]: undefined;
|
|
551
|
+
[x: `uint24[${string}]`]: undefined;
|
|
552
|
+
[x: `uint32[${string}]`]: undefined;
|
|
553
|
+
[x: `uint40[${string}]`]: undefined;
|
|
572
554
|
[x: `uint48[${string}]`]: undefined;
|
|
573
555
|
[x: `uint56[${string}]`]: undefined;
|
|
574
556
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -604,71 +586,71 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
604
586
|
bytes1?: undefined;
|
|
605
587
|
bytes5?: undefined;
|
|
606
588
|
bytes10?: undefined;
|
|
589
|
+
bytes4?: undefined;
|
|
607
590
|
bytes2?: undefined;
|
|
608
591
|
bytes3?: undefined;
|
|
609
|
-
bytes4?: undefined;
|
|
610
|
-
bytes32?: undefined;
|
|
611
|
-
bytes31?: undefined;
|
|
612
|
-
bytes30?: undefined;
|
|
613
|
-
bytes29?: undefined;
|
|
614
|
-
bytes28?: undefined;
|
|
615
|
-
bytes27?: undefined;
|
|
616
|
-
bytes26?: undefined;
|
|
617
|
-
bytes25?: undefined;
|
|
618
|
-
bytes24?: undefined;
|
|
619
|
-
bytes23?: undefined;
|
|
620
|
-
bytes22?: undefined;
|
|
621
|
-
bytes21?: undefined;
|
|
622
|
-
bytes20?: undefined;
|
|
623
|
-
bytes19?: undefined;
|
|
624
|
-
bytes17?: undefined;
|
|
625
|
-
bytes16?: undefined;
|
|
626
|
-
bytes15?: undefined;
|
|
627
|
-
bytes14?: undefined;
|
|
628
|
-
bytes13?: undefined;
|
|
629
|
-
bytes12?: undefined;
|
|
630
|
-
bytes11?: undefined;
|
|
631
|
-
bytes9?: undefined;
|
|
632
|
-
bytes8?: undefined;
|
|
633
|
-
bytes7?: undefined;
|
|
634
592
|
bytes6?: undefined;
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
593
|
+
bytes7?: undefined;
|
|
594
|
+
bytes8?: undefined;
|
|
595
|
+
bytes9?: undefined;
|
|
596
|
+
bytes11?: undefined;
|
|
597
|
+
bytes12?: undefined;
|
|
598
|
+
bytes13?: undefined;
|
|
599
|
+
bytes14?: undefined;
|
|
600
|
+
bytes15?: undefined;
|
|
601
|
+
bytes16?: undefined;
|
|
602
|
+
bytes17?: undefined;
|
|
603
|
+
bytes19?: undefined;
|
|
604
|
+
bytes20?: undefined;
|
|
605
|
+
bytes21?: undefined;
|
|
606
|
+
bytes22?: undefined;
|
|
607
|
+
bytes23?: undefined;
|
|
608
|
+
bytes24?: undefined;
|
|
609
|
+
bytes25?: undefined;
|
|
610
|
+
bytes26?: undefined;
|
|
611
|
+
bytes27?: undefined;
|
|
612
|
+
bytes28?: undefined;
|
|
613
|
+
bytes29?: undefined;
|
|
614
|
+
bytes30?: undefined;
|
|
615
|
+
bytes31?: undefined;
|
|
616
|
+
bytes32?: undefined;
|
|
617
|
+
int8?: undefined;
|
|
618
|
+
int16?: undefined;
|
|
619
|
+
int24?: undefined;
|
|
620
|
+
int32?: undefined;
|
|
621
|
+
int40?: undefined;
|
|
622
|
+
int48?: undefined;
|
|
623
|
+
int56?: undefined;
|
|
624
|
+
int64?: undefined;
|
|
625
|
+
int72?: undefined;
|
|
626
|
+
int80?: undefined;
|
|
627
|
+
int88?: undefined;
|
|
628
|
+
int96?: undefined;
|
|
629
|
+
int104?: undefined;
|
|
630
|
+
int112?: undefined;
|
|
631
|
+
int120?: undefined;
|
|
632
|
+
int128?: undefined;
|
|
633
|
+
int136?: undefined;
|
|
634
|
+
int144?: undefined;
|
|
635
|
+
int152?: undefined;
|
|
636
|
+
int160?: undefined;
|
|
637
|
+
int168?: undefined;
|
|
638
|
+
int176?: undefined;
|
|
639
|
+
int184?: undefined;
|
|
640
|
+
int192?: undefined;
|
|
641
|
+
int200?: undefined;
|
|
642
|
+
int208?: undefined;
|
|
661
643
|
int216?: undefined;
|
|
662
644
|
int224?: undefined;
|
|
663
645
|
int232?: undefined;
|
|
664
646
|
int240?: undefined;
|
|
665
647
|
int248?: undefined;
|
|
666
648
|
int256?: undefined;
|
|
667
|
-
uint40?: undefined;
|
|
668
|
-
uint32?: undefined;
|
|
669
|
-
uint24?: undefined;
|
|
670
|
-
uint16?: undefined;
|
|
671
649
|
uint8?: undefined;
|
|
650
|
+
uint16?: undefined;
|
|
651
|
+
uint24?: undefined;
|
|
652
|
+
uint32?: undefined;
|
|
653
|
+
uint40?: undefined;
|
|
672
654
|
uint48?: undefined;
|
|
673
655
|
uint56?: undefined;
|
|
674
656
|
uint64?: undefined;
|
|
@@ -899,24 +881,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
899
881
|
Method: "eth_uninstallFilter";
|
|
900
882
|
Parameters: [filterId: `0x${string}`];
|
|
901
883
|
ReturnType: boolean;
|
|
902
|
-
}, {
|
|
903
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
904
|
-
Parameters: [{
|
|
905
|
-
policyId: string;
|
|
906
|
-
entryPoint: `0x${string}`;
|
|
907
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
908
|
-
}];
|
|
909
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
910
|
-
}, {
|
|
911
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
912
|
-
Parameters: [{
|
|
913
|
-
policyId: string;
|
|
914
|
-
entryPoint: `0x${string}`;
|
|
915
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
916
|
-
dummySignature: `0x${string}`;
|
|
917
|
-
overrides?: Partial<{}> | undefined;
|
|
918
|
-
}];
|
|
919
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
920
884
|
}, {
|
|
921
885
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
922
886
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -985,40 +949,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
985
949
|
[x: `bytes1[${string}]`]: undefined;
|
|
986
950
|
[x: `bytes5[${string}]`]: undefined;
|
|
987
951
|
[x: `bytes10[${string}]`]: undefined;
|
|
952
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
988
953
|
[x: `bytes2[${string}]`]: undefined;
|
|
989
954
|
[x: `bytes3[${string}]`]: undefined;
|
|
990
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
991
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
992
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
993
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
994
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
995
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
996
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
997
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
998
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
999
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1000
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1001
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1002
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1003
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1004
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1005
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1006
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1007
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1008
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1009
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1010
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1011
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1012
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1013
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1014
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1015
955
|
[x: `bytes6[${string}]`]: undefined;
|
|
956
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
957
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
958
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
959
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
960
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
961
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
962
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
963
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
964
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
965
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
966
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
967
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
968
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
969
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
970
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
971
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
972
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
973
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
974
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
975
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
976
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
977
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
978
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
979
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1016
980
|
[x: `int[${string}]`]: undefined;
|
|
1017
|
-
[x: `int40[${string}]`]: undefined;
|
|
1018
|
-
[x: `int32[${string}]`]: undefined;
|
|
1019
|
-
[x: `int24[${string}]`]: undefined;
|
|
1020
|
-
[x: `int16[${string}]`]: undefined;
|
|
1021
981
|
[x: `int8[${string}]`]: undefined;
|
|
982
|
+
[x: `int16[${string}]`]: undefined;
|
|
983
|
+
[x: `int24[${string}]`]: undefined;
|
|
984
|
+
[x: `int32[${string}]`]: undefined;
|
|
985
|
+
[x: `int40[${string}]`]: undefined;
|
|
1022
986
|
[x: `int48[${string}]`]: undefined;
|
|
1023
987
|
[x: `int56[${string}]`]: undefined;
|
|
1024
988
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1047,11 +1011,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1047
1011
|
[x: `int248[${string}]`]: undefined;
|
|
1048
1012
|
[x: `int256[${string}]`]: undefined;
|
|
1049
1013
|
[x: `uint[${string}]`]: undefined;
|
|
1050
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1051
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1052
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1053
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1054
1014
|
[x: `uint8[${string}]`]: undefined;
|
|
1015
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1016
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1017
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1018
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1055
1019
|
[x: `uint48[${string}]`]: undefined;
|
|
1056
1020
|
[x: `uint56[${string}]`]: undefined;
|
|
1057
1021
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1087,39 +1051,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1087
1051
|
bytes1?: undefined;
|
|
1088
1052
|
bytes5?: undefined;
|
|
1089
1053
|
bytes10?: undefined;
|
|
1054
|
+
bytes4?: undefined;
|
|
1090
1055
|
bytes2?: undefined;
|
|
1091
1056
|
bytes3?: undefined;
|
|
1092
|
-
bytes4?: undefined;
|
|
1093
|
-
bytes32?: undefined;
|
|
1094
|
-
bytes31?: undefined;
|
|
1095
|
-
bytes30?: undefined;
|
|
1096
|
-
bytes29?: undefined;
|
|
1097
|
-
bytes28?: undefined;
|
|
1098
|
-
bytes27?: undefined;
|
|
1099
|
-
bytes26?: undefined;
|
|
1100
|
-
bytes25?: undefined;
|
|
1101
|
-
bytes24?: undefined;
|
|
1102
|
-
bytes23?: undefined;
|
|
1103
|
-
bytes22?: undefined;
|
|
1104
|
-
bytes21?: undefined;
|
|
1105
|
-
bytes20?: undefined;
|
|
1106
|
-
bytes19?: undefined;
|
|
1107
|
-
bytes17?: undefined;
|
|
1108
|
-
bytes16?: undefined;
|
|
1109
|
-
bytes15?: undefined;
|
|
1110
|
-
bytes14?: undefined;
|
|
1111
|
-
bytes13?: undefined;
|
|
1112
|
-
bytes12?: undefined;
|
|
1113
|
-
bytes11?: undefined;
|
|
1114
|
-
bytes9?: undefined;
|
|
1115
|
-
bytes8?: undefined;
|
|
1116
|
-
bytes7?: undefined;
|
|
1117
1057
|
bytes6?: undefined;
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1058
|
+
bytes7?: undefined;
|
|
1059
|
+
bytes8?: undefined;
|
|
1060
|
+
bytes9?: undefined;
|
|
1061
|
+
bytes11?: undefined;
|
|
1062
|
+
bytes12?: undefined;
|
|
1063
|
+
bytes13?: undefined;
|
|
1064
|
+
bytes14?: undefined;
|
|
1065
|
+
bytes15?: undefined;
|
|
1066
|
+
bytes16?: undefined;
|
|
1067
|
+
bytes17?: undefined;
|
|
1068
|
+
bytes19?: undefined;
|
|
1069
|
+
bytes20?: undefined;
|
|
1070
|
+
bytes21?: undefined;
|
|
1071
|
+
bytes22?: undefined;
|
|
1072
|
+
bytes23?: undefined;
|
|
1073
|
+
bytes24?: undefined;
|
|
1074
|
+
bytes25?: undefined;
|
|
1075
|
+
bytes26?: undefined;
|
|
1076
|
+
bytes27?: undefined;
|
|
1077
|
+
bytes28?: undefined;
|
|
1078
|
+
bytes29?: undefined;
|
|
1079
|
+
bytes30?: undefined;
|
|
1080
|
+
bytes31?: undefined;
|
|
1081
|
+
bytes32?: undefined;
|
|
1122
1082
|
int8?: undefined;
|
|
1083
|
+
int16?: undefined;
|
|
1084
|
+
int24?: undefined;
|
|
1085
|
+
int32?: undefined;
|
|
1086
|
+
int40?: undefined;
|
|
1123
1087
|
int48?: undefined;
|
|
1124
1088
|
int56?: undefined;
|
|
1125
1089
|
int64?: undefined;
|
|
@@ -1147,11 +1111,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1147
1111
|
int240?: undefined;
|
|
1148
1112
|
int248?: undefined;
|
|
1149
1113
|
int256?: undefined;
|
|
1150
|
-
uint40?: undefined;
|
|
1151
|
-
uint32?: undefined;
|
|
1152
|
-
uint24?: undefined;
|
|
1153
|
-
uint16?: undefined;
|
|
1154
1114
|
uint8?: undefined;
|
|
1115
|
+
uint16?: undefined;
|
|
1116
|
+
uint24?: undefined;
|
|
1117
|
+
uint32?: undefined;
|
|
1118
|
+
uint40?: undefined;
|
|
1155
1119
|
uint48?: undefined;
|
|
1156
1120
|
uint56?: undefined;
|
|
1157
1121
|
uint64?: undefined;
|
|
@@ -1194,40 +1158,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1194
1158
|
[x: `bytes1[${string}]`]: undefined;
|
|
1195
1159
|
[x: `bytes5[${string}]`]: undefined;
|
|
1196
1160
|
[x: `bytes10[${string}]`]: undefined;
|
|
1161
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1197
1162
|
[x: `bytes2[${string}]`]: undefined;
|
|
1198
1163
|
[x: `bytes3[${string}]`]: undefined;
|
|
1199
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1200
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1201
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1202
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1203
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1204
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1205
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1206
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1207
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1208
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1209
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1210
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1211
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1212
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1213
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1214
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1215
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1216
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1217
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1218
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1219
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1220
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1221
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1222
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1223
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1224
1164
|
[x: `bytes6[${string}]`]: undefined;
|
|
1165
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1166
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1167
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1168
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1169
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1170
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1171
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1172
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1173
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1174
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1175
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1176
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1177
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1178
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1179
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1180
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1181
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1182
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1183
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1184
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1185
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1186
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1187
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1188
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1225
1189
|
[x: `int[${string}]`]: undefined;
|
|
1226
|
-
[x: `int40[${string}]`]: undefined;
|
|
1227
|
-
[x: `int32[${string}]`]: undefined;
|
|
1228
|
-
[x: `int24[${string}]`]: undefined;
|
|
1229
|
-
[x: `int16[${string}]`]: undefined;
|
|
1230
1190
|
[x: `int8[${string}]`]: undefined;
|
|
1191
|
+
[x: `int16[${string}]`]: undefined;
|
|
1192
|
+
[x: `int24[${string}]`]: undefined;
|
|
1193
|
+
[x: `int32[${string}]`]: undefined;
|
|
1194
|
+
[x: `int40[${string}]`]: undefined;
|
|
1231
1195
|
[x: `int48[${string}]`]: undefined;
|
|
1232
1196
|
[x: `int56[${string}]`]: undefined;
|
|
1233
1197
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1256,11 +1220,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1256
1220
|
[x: `int248[${string}]`]: undefined;
|
|
1257
1221
|
[x: `int256[${string}]`]: undefined;
|
|
1258
1222
|
[x: `uint[${string}]`]: undefined;
|
|
1259
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1260
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1261
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1262
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1263
1223
|
[x: `uint8[${string}]`]: undefined;
|
|
1224
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1225
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1226
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1227
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1264
1228
|
[x: `uint48[${string}]`]: undefined;
|
|
1265
1229
|
[x: `uint56[${string}]`]: undefined;
|
|
1266
1230
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1296,39 +1260,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1296
1260
|
bytes1?: undefined;
|
|
1297
1261
|
bytes5?: undefined;
|
|
1298
1262
|
bytes10?: undefined;
|
|
1263
|
+
bytes4?: undefined;
|
|
1299
1264
|
bytes2?: undefined;
|
|
1300
1265
|
bytes3?: undefined;
|
|
1301
|
-
bytes4?: undefined;
|
|
1302
|
-
bytes32?: undefined;
|
|
1303
|
-
bytes31?: undefined;
|
|
1304
|
-
bytes30?: undefined;
|
|
1305
|
-
bytes29?: undefined;
|
|
1306
|
-
bytes28?: undefined;
|
|
1307
|
-
bytes27?: undefined;
|
|
1308
|
-
bytes26?: undefined;
|
|
1309
|
-
bytes25?: undefined;
|
|
1310
|
-
bytes24?: undefined;
|
|
1311
|
-
bytes23?: undefined;
|
|
1312
|
-
bytes22?: undefined;
|
|
1313
|
-
bytes21?: undefined;
|
|
1314
|
-
bytes20?: undefined;
|
|
1315
|
-
bytes19?: undefined;
|
|
1316
|
-
bytes17?: undefined;
|
|
1317
|
-
bytes16?: undefined;
|
|
1318
|
-
bytes15?: undefined;
|
|
1319
|
-
bytes14?: undefined;
|
|
1320
|
-
bytes13?: undefined;
|
|
1321
|
-
bytes12?: undefined;
|
|
1322
|
-
bytes11?: undefined;
|
|
1323
|
-
bytes9?: undefined;
|
|
1324
|
-
bytes8?: undefined;
|
|
1325
|
-
bytes7?: undefined;
|
|
1326
1266
|
bytes6?: undefined;
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1267
|
+
bytes7?: undefined;
|
|
1268
|
+
bytes8?: undefined;
|
|
1269
|
+
bytes9?: undefined;
|
|
1270
|
+
bytes11?: undefined;
|
|
1271
|
+
bytes12?: undefined;
|
|
1272
|
+
bytes13?: undefined;
|
|
1273
|
+
bytes14?: undefined;
|
|
1274
|
+
bytes15?: undefined;
|
|
1275
|
+
bytes16?: undefined;
|
|
1276
|
+
bytes17?: undefined;
|
|
1277
|
+
bytes19?: undefined;
|
|
1278
|
+
bytes20?: undefined;
|
|
1279
|
+
bytes21?: undefined;
|
|
1280
|
+
bytes22?: undefined;
|
|
1281
|
+
bytes23?: undefined;
|
|
1282
|
+
bytes24?: undefined;
|
|
1283
|
+
bytes25?: undefined;
|
|
1284
|
+
bytes26?: undefined;
|
|
1285
|
+
bytes27?: undefined;
|
|
1286
|
+
bytes28?: undefined;
|
|
1287
|
+
bytes29?: undefined;
|
|
1288
|
+
bytes30?: undefined;
|
|
1289
|
+
bytes31?: undefined;
|
|
1290
|
+
bytes32?: undefined;
|
|
1331
1291
|
int8?: undefined;
|
|
1292
|
+
int16?: undefined;
|
|
1293
|
+
int24?: undefined;
|
|
1294
|
+
int32?: undefined;
|
|
1295
|
+
int40?: undefined;
|
|
1332
1296
|
int48?: undefined;
|
|
1333
1297
|
int56?: undefined;
|
|
1334
1298
|
int64?: undefined;
|
|
@@ -1356,11 +1320,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1356
1320
|
int240?: undefined;
|
|
1357
1321
|
int248?: undefined;
|
|
1358
1322
|
int256?: undefined;
|
|
1359
|
-
uint40?: undefined;
|
|
1360
|
-
uint32?: undefined;
|
|
1361
|
-
uint24?: undefined;
|
|
1362
|
-
uint16?: undefined;
|
|
1363
1323
|
uint8?: undefined;
|
|
1324
|
+
uint16?: undefined;
|
|
1325
|
+
uint24?: undefined;
|
|
1326
|
+
uint32?: undefined;
|
|
1327
|
+
uint40?: undefined;
|
|
1364
1328
|
uint48?: undefined;
|
|
1365
1329
|
uint56?: undefined;
|
|
1366
1330
|
uint64?: undefined;
|
|
@@ -1591,24 +1555,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1591
1555
|
Method: "eth_uninstallFilter";
|
|
1592
1556
|
Parameters: [filterId: `0x${string}`];
|
|
1593
1557
|
ReturnType: boolean;
|
|
1594
|
-
}, {
|
|
1595
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
1596
|
-
Parameters: [{
|
|
1597
|
-
policyId: string;
|
|
1598
|
-
entryPoint: `0x${string}`;
|
|
1599
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
1600
|
-
}];
|
|
1601
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
1602
|
-
}, {
|
|
1603
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
1604
|
-
Parameters: [{
|
|
1605
|
-
policyId: string;
|
|
1606
|
-
entryPoint: `0x${string}`;
|
|
1607
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
1608
|
-
dummySignature: `0x${string}`;
|
|
1609
|
-
overrides?: Partial<{}> | undefined;
|
|
1610
|
-
}];
|
|
1611
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
1612
1558
|
}, {
|
|
1613
1559
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
1614
1560
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -1677,40 +1623,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1677
1623
|
[x: `bytes1[${string}]`]: undefined;
|
|
1678
1624
|
[x: `bytes5[${string}]`]: undefined;
|
|
1679
1625
|
[x: `bytes10[${string}]`]: undefined;
|
|
1626
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1680
1627
|
[x: `bytes2[${string}]`]: undefined;
|
|
1681
1628
|
[x: `bytes3[${string}]`]: undefined;
|
|
1682
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1683
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1684
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1685
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1686
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1687
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1688
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1689
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1690
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1691
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1692
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1693
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1694
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1695
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1696
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1697
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1698
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1699
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1700
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1701
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1702
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1703
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1704
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1705
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1706
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1707
1629
|
[x: `bytes6[${string}]`]: undefined;
|
|
1630
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1631
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1632
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1633
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1634
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1635
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1636
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1637
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1638
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1639
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1640
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1641
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1642
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1643
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1644
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1645
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1646
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1647
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1648
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1649
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1650
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1651
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1652
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1653
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1708
1654
|
[x: `int[${string}]`]: undefined;
|
|
1709
|
-
[x: `int40[${string}]`]: undefined;
|
|
1710
|
-
[x: `int32[${string}]`]: undefined;
|
|
1711
|
-
[x: `int24[${string}]`]: undefined;
|
|
1712
|
-
[x: `int16[${string}]`]: undefined;
|
|
1713
1655
|
[x: `int8[${string}]`]: undefined;
|
|
1656
|
+
[x: `int16[${string}]`]: undefined;
|
|
1657
|
+
[x: `int24[${string}]`]: undefined;
|
|
1658
|
+
[x: `int32[${string}]`]: undefined;
|
|
1659
|
+
[x: `int40[${string}]`]: undefined;
|
|
1714
1660
|
[x: `int48[${string}]`]: undefined;
|
|
1715
1661
|
[x: `int56[${string}]`]: undefined;
|
|
1716
1662
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1739,11 +1685,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1739
1685
|
[x: `int248[${string}]`]: undefined;
|
|
1740
1686
|
[x: `int256[${string}]`]: undefined;
|
|
1741
1687
|
[x: `uint[${string}]`]: undefined;
|
|
1742
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1743
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1744
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1745
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1746
1688
|
[x: `uint8[${string}]`]: undefined;
|
|
1689
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1690
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1691
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1692
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1747
1693
|
[x: `uint48[${string}]`]: undefined;
|
|
1748
1694
|
[x: `uint56[${string}]`]: undefined;
|
|
1749
1695
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1779,39 +1725,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1779
1725
|
bytes1?: undefined;
|
|
1780
1726
|
bytes5?: undefined;
|
|
1781
1727
|
bytes10?: undefined;
|
|
1728
|
+
bytes4?: undefined;
|
|
1782
1729
|
bytes2?: undefined;
|
|
1783
1730
|
bytes3?: undefined;
|
|
1784
|
-
bytes4?: undefined;
|
|
1785
|
-
bytes32?: undefined;
|
|
1786
|
-
bytes31?: undefined;
|
|
1787
|
-
bytes30?: undefined;
|
|
1788
|
-
bytes29?: undefined;
|
|
1789
|
-
bytes28?: undefined;
|
|
1790
|
-
bytes27?: undefined;
|
|
1791
|
-
bytes26?: undefined;
|
|
1792
|
-
bytes25?: undefined;
|
|
1793
|
-
bytes24?: undefined;
|
|
1794
|
-
bytes23?: undefined;
|
|
1795
|
-
bytes22?: undefined;
|
|
1796
|
-
bytes21?: undefined;
|
|
1797
|
-
bytes20?: undefined;
|
|
1798
|
-
bytes19?: undefined;
|
|
1799
|
-
bytes17?: undefined;
|
|
1800
|
-
bytes16?: undefined;
|
|
1801
|
-
bytes15?: undefined;
|
|
1802
|
-
bytes14?: undefined;
|
|
1803
|
-
bytes13?: undefined;
|
|
1804
|
-
bytes12?: undefined;
|
|
1805
|
-
bytes11?: undefined;
|
|
1806
|
-
bytes9?: undefined;
|
|
1807
|
-
bytes8?: undefined;
|
|
1808
|
-
bytes7?: undefined;
|
|
1809
1731
|
bytes6?: undefined;
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1732
|
+
bytes7?: undefined;
|
|
1733
|
+
bytes8?: undefined;
|
|
1734
|
+
bytes9?: undefined;
|
|
1735
|
+
bytes11?: undefined;
|
|
1736
|
+
bytes12?: undefined;
|
|
1737
|
+
bytes13?: undefined;
|
|
1738
|
+
bytes14?: undefined;
|
|
1739
|
+
bytes15?: undefined;
|
|
1740
|
+
bytes16?: undefined;
|
|
1741
|
+
bytes17?: undefined;
|
|
1742
|
+
bytes19?: undefined;
|
|
1743
|
+
bytes20?: undefined;
|
|
1744
|
+
bytes21?: undefined;
|
|
1745
|
+
bytes22?: undefined;
|
|
1746
|
+
bytes23?: undefined;
|
|
1747
|
+
bytes24?: undefined;
|
|
1748
|
+
bytes25?: undefined;
|
|
1749
|
+
bytes26?: undefined;
|
|
1750
|
+
bytes27?: undefined;
|
|
1751
|
+
bytes28?: undefined;
|
|
1752
|
+
bytes29?: undefined;
|
|
1753
|
+
bytes30?: undefined;
|
|
1754
|
+
bytes31?: undefined;
|
|
1755
|
+
bytes32?: undefined;
|
|
1814
1756
|
int8?: undefined;
|
|
1757
|
+
int16?: undefined;
|
|
1758
|
+
int24?: undefined;
|
|
1759
|
+
int32?: undefined;
|
|
1760
|
+
int40?: undefined;
|
|
1815
1761
|
int48?: undefined;
|
|
1816
1762
|
int56?: undefined;
|
|
1817
1763
|
int64?: undefined;
|
|
@@ -1839,11 +1785,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1839
1785
|
int240?: undefined;
|
|
1840
1786
|
int248?: undefined;
|
|
1841
1787
|
int256?: undefined;
|
|
1842
|
-
uint40?: undefined;
|
|
1843
|
-
uint32?: undefined;
|
|
1844
|
-
uint24?: undefined;
|
|
1845
|
-
uint16?: undefined;
|
|
1846
1788
|
uint8?: undefined;
|
|
1789
|
+
uint16?: undefined;
|
|
1790
|
+
uint24?: undefined;
|
|
1791
|
+
uint32?: undefined;
|
|
1792
|
+
uint40?: undefined;
|
|
1847
1793
|
uint48?: undefined;
|
|
1848
1794
|
uint56?: undefined;
|
|
1849
1795
|
uint64?: undefined;
|
|
@@ -1886,54 +1832,54 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1886
1832
|
[x: `bytes1[${string}]`]: undefined;
|
|
1887
1833
|
[x: `bytes5[${string}]`]: undefined;
|
|
1888
1834
|
[x: `bytes10[${string}]`]: undefined;
|
|
1835
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1889
1836
|
[x: `bytes2[${string}]`]: undefined;
|
|
1890
1837
|
[x: `bytes3[${string}]`]: undefined;
|
|
1891
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1892
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1893
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1894
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1895
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1896
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1897
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1898
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1899
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1900
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1901
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1902
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1903
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1904
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1905
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1906
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1907
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1908
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1909
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1910
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1911
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1912
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1913
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1914
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1915
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1916
1838
|
[x: `bytes6[${string}]`]: undefined;
|
|
1917
|
-
[x: `
|
|
1918
|
-
[x: `
|
|
1919
|
-
[x: `
|
|
1920
|
-
[x: `
|
|
1921
|
-
[x: `
|
|
1922
|
-
[x: `
|
|
1923
|
-
[x: `
|
|
1924
|
-
[x: `
|
|
1925
|
-
[x: `
|
|
1926
|
-
[x: `
|
|
1927
|
-
[x: `
|
|
1928
|
-
[x: `
|
|
1929
|
-
[x: `
|
|
1930
|
-
[x: `
|
|
1931
|
-
[x: `
|
|
1932
|
-
[x: `
|
|
1933
|
-
[x: `
|
|
1934
|
-
[x: `
|
|
1935
|
-
[x: `
|
|
1936
|
-
[x: `
|
|
1839
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1840
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1841
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1842
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1843
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1844
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1845
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1846
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1847
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1848
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1849
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1850
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1851
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1852
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1853
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1854
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1855
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1856
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1857
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1858
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1859
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1860
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1861
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1862
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1863
|
+
[x: `int[${string}]`]: undefined;
|
|
1864
|
+
[x: `int8[${string}]`]: undefined;
|
|
1865
|
+
[x: `int16[${string}]`]: undefined;
|
|
1866
|
+
[x: `int24[${string}]`]: undefined;
|
|
1867
|
+
[x: `int32[${string}]`]: undefined;
|
|
1868
|
+
[x: `int40[${string}]`]: undefined;
|
|
1869
|
+
[x: `int48[${string}]`]: undefined;
|
|
1870
|
+
[x: `int56[${string}]`]: undefined;
|
|
1871
|
+
[x: `int64[${string}]`]: undefined;
|
|
1872
|
+
[x: `int72[${string}]`]: undefined;
|
|
1873
|
+
[x: `int80[${string}]`]: undefined;
|
|
1874
|
+
[x: `int88[${string}]`]: undefined;
|
|
1875
|
+
[x: `int96[${string}]`]: undefined;
|
|
1876
|
+
[x: `int104[${string}]`]: undefined;
|
|
1877
|
+
[x: `int112[${string}]`]: undefined;
|
|
1878
|
+
[x: `int120[${string}]`]: undefined;
|
|
1879
|
+
[x: `int128[${string}]`]: undefined;
|
|
1880
|
+
[x: `int136[${string}]`]: undefined;
|
|
1881
|
+
[x: `int144[${string}]`]: undefined;
|
|
1882
|
+
[x: `int152[${string}]`]: undefined;
|
|
1937
1883
|
[x: `int160[${string}]`]: undefined;
|
|
1938
1884
|
[x: `int168[${string}]`]: undefined;
|
|
1939
1885
|
[x: `int176[${string}]`]: undefined;
|
|
@@ -1948,11 +1894,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1948
1894
|
[x: `int248[${string}]`]: undefined;
|
|
1949
1895
|
[x: `int256[${string}]`]: undefined;
|
|
1950
1896
|
[x: `uint[${string}]`]: undefined;
|
|
1951
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1952
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1953
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1954
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1955
1897
|
[x: `uint8[${string}]`]: undefined;
|
|
1898
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1899
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1900
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1901
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1956
1902
|
[x: `uint48[${string}]`]: undefined;
|
|
1957
1903
|
[x: `uint56[${string}]`]: undefined;
|
|
1958
1904
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1988,39 +1934,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1988
1934
|
bytes1?: undefined;
|
|
1989
1935
|
bytes5?: undefined;
|
|
1990
1936
|
bytes10?: undefined;
|
|
1937
|
+
bytes4?: undefined;
|
|
1991
1938
|
bytes2?: undefined;
|
|
1992
1939
|
bytes3?: undefined;
|
|
1993
|
-
bytes4?: undefined;
|
|
1994
|
-
bytes32?: undefined;
|
|
1995
|
-
bytes31?: undefined;
|
|
1996
|
-
bytes30?: undefined;
|
|
1997
|
-
bytes29?: undefined;
|
|
1998
|
-
bytes28?: undefined;
|
|
1999
|
-
bytes27?: undefined;
|
|
2000
|
-
bytes26?: undefined;
|
|
2001
|
-
bytes25?: undefined;
|
|
2002
|
-
bytes24?: undefined;
|
|
2003
|
-
bytes23?: undefined;
|
|
2004
|
-
bytes22?: undefined;
|
|
2005
|
-
bytes21?: undefined;
|
|
2006
|
-
bytes20?: undefined;
|
|
2007
|
-
bytes19?: undefined;
|
|
2008
|
-
bytes17?: undefined;
|
|
2009
|
-
bytes16?: undefined;
|
|
2010
|
-
bytes15?: undefined;
|
|
2011
|
-
bytes14?: undefined;
|
|
2012
|
-
bytes13?: undefined;
|
|
2013
|
-
bytes12?: undefined;
|
|
2014
|
-
bytes11?: undefined;
|
|
2015
|
-
bytes9?: undefined;
|
|
2016
|
-
bytes8?: undefined;
|
|
2017
|
-
bytes7?: undefined;
|
|
2018
1940
|
bytes6?: undefined;
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
1941
|
+
bytes7?: undefined;
|
|
1942
|
+
bytes8?: undefined;
|
|
1943
|
+
bytes9?: undefined;
|
|
1944
|
+
bytes11?: undefined;
|
|
1945
|
+
bytes12?: undefined;
|
|
1946
|
+
bytes13?: undefined;
|
|
1947
|
+
bytes14?: undefined;
|
|
1948
|
+
bytes15?: undefined;
|
|
1949
|
+
bytes16?: undefined;
|
|
1950
|
+
bytes17?: undefined;
|
|
1951
|
+
bytes19?: undefined;
|
|
1952
|
+
bytes20?: undefined;
|
|
1953
|
+
bytes21?: undefined;
|
|
1954
|
+
bytes22?: undefined;
|
|
1955
|
+
bytes23?: undefined;
|
|
1956
|
+
bytes24?: undefined;
|
|
1957
|
+
bytes25?: undefined;
|
|
1958
|
+
bytes26?: undefined;
|
|
1959
|
+
bytes27?: undefined;
|
|
1960
|
+
bytes28?: undefined;
|
|
1961
|
+
bytes29?: undefined;
|
|
1962
|
+
bytes30?: undefined;
|
|
1963
|
+
bytes31?: undefined;
|
|
1964
|
+
bytes32?: undefined;
|
|
2023
1965
|
int8?: undefined;
|
|
1966
|
+
int16?: undefined;
|
|
1967
|
+
int24?: undefined;
|
|
1968
|
+
int32?: undefined;
|
|
1969
|
+
int40?: undefined;
|
|
2024
1970
|
int48?: undefined;
|
|
2025
1971
|
int56?: undefined;
|
|
2026
1972
|
int64?: undefined;
|
|
@@ -2048,11 +1994,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2048
1994
|
int240?: undefined;
|
|
2049
1995
|
int248?: undefined;
|
|
2050
1996
|
int256?: undefined;
|
|
2051
|
-
uint40?: undefined;
|
|
2052
|
-
uint32?: undefined;
|
|
2053
|
-
uint24?: undefined;
|
|
2054
|
-
uint16?: undefined;
|
|
2055
1997
|
uint8?: undefined;
|
|
1998
|
+
uint16?: undefined;
|
|
1999
|
+
uint24?: undefined;
|
|
2000
|
+
uint32?: undefined;
|
|
2001
|
+
uint40?: undefined;
|
|
2056
2002
|
uint48?: undefined;
|
|
2057
2003
|
uint56?: undefined;
|
|
2058
2004
|
uint64?: undefined;
|
|
@@ -2283,24 +2229,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2283
2229
|
Method: "eth_uninstallFilter";
|
|
2284
2230
|
Parameters: [filterId: `0x${string}`];
|
|
2285
2231
|
ReturnType: boolean;
|
|
2286
|
-
}, {
|
|
2287
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
2288
|
-
Parameters: [{
|
|
2289
|
-
policyId: string;
|
|
2290
|
-
entryPoint: `0x${string}`;
|
|
2291
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2292
|
-
}];
|
|
2293
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
2294
|
-
}, {
|
|
2295
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
2296
|
-
Parameters: [{
|
|
2297
|
-
policyId: string;
|
|
2298
|
-
entryPoint: `0x${string}`;
|
|
2299
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2300
|
-
dummySignature: `0x${string}`;
|
|
2301
|
-
overrides?: Partial<{}> | undefined;
|
|
2302
|
-
}];
|
|
2303
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
2304
2232
|
}, {
|
|
2305
2233
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
2306
2234
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -2369,40 +2297,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2369
2297
|
[x: `bytes1[${string}]`]: undefined;
|
|
2370
2298
|
[x: `bytes5[${string}]`]: undefined;
|
|
2371
2299
|
[x: `bytes10[${string}]`]: undefined;
|
|
2300
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2372
2301
|
[x: `bytes2[${string}]`]: undefined;
|
|
2373
2302
|
[x: `bytes3[${string}]`]: undefined;
|
|
2374
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
2375
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
2376
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
2377
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2378
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2379
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2380
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2381
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2382
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2383
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2384
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2385
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2386
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2387
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
2388
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2389
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2390
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2391
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2392
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2393
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2394
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2395
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2396
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
2397
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
2398
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
2399
2303
|
[x: `bytes6[${string}]`]: undefined;
|
|
2304
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2305
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2306
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2307
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2308
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2309
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2310
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2311
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2312
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2313
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2314
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2315
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2316
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2317
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2318
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2319
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2320
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2321
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2322
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2323
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2324
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2325
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2326
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2327
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2400
2328
|
[x: `int[${string}]`]: undefined;
|
|
2401
|
-
[x: `int40[${string}]`]: undefined;
|
|
2402
|
-
[x: `int32[${string}]`]: undefined;
|
|
2403
|
-
[x: `int24[${string}]`]: undefined;
|
|
2404
|
-
[x: `int16[${string}]`]: undefined;
|
|
2405
2329
|
[x: `int8[${string}]`]: undefined;
|
|
2330
|
+
[x: `int16[${string}]`]: undefined;
|
|
2331
|
+
[x: `int24[${string}]`]: undefined;
|
|
2332
|
+
[x: `int32[${string}]`]: undefined;
|
|
2333
|
+
[x: `int40[${string}]`]: undefined;
|
|
2406
2334
|
[x: `int48[${string}]`]: undefined;
|
|
2407
2335
|
[x: `int56[${string}]`]: undefined;
|
|
2408
2336
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2431,11 +2359,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2431
2359
|
[x: `int248[${string}]`]: undefined;
|
|
2432
2360
|
[x: `int256[${string}]`]: undefined;
|
|
2433
2361
|
[x: `uint[${string}]`]: undefined;
|
|
2434
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2435
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2436
|
-
[x: `uint24[${string}]`]: undefined;
|
|
2437
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2438
2362
|
[x: `uint8[${string}]`]: undefined;
|
|
2363
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2364
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2365
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2366
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2439
2367
|
[x: `uint48[${string}]`]: undefined;
|
|
2440
2368
|
[x: `uint56[${string}]`]: undefined;
|
|
2441
2369
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -2471,39 +2399,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2471
2399
|
bytes1?: undefined;
|
|
2472
2400
|
bytes5?: undefined;
|
|
2473
2401
|
bytes10?: undefined;
|
|
2402
|
+
bytes4?: undefined;
|
|
2474
2403
|
bytes2?: undefined;
|
|
2475
2404
|
bytes3?: undefined;
|
|
2476
|
-
bytes4?: undefined;
|
|
2477
|
-
bytes32?: undefined;
|
|
2478
|
-
bytes31?: undefined;
|
|
2479
|
-
bytes30?: undefined;
|
|
2480
|
-
bytes29?: undefined;
|
|
2481
|
-
bytes28?: undefined;
|
|
2482
|
-
bytes27?: undefined;
|
|
2483
|
-
bytes26?: undefined;
|
|
2484
|
-
bytes25?: undefined;
|
|
2485
|
-
bytes24?: undefined;
|
|
2486
|
-
bytes23?: undefined;
|
|
2487
|
-
bytes22?: undefined;
|
|
2488
|
-
bytes21?: undefined;
|
|
2489
|
-
bytes20?: undefined;
|
|
2490
|
-
bytes19?: undefined;
|
|
2491
|
-
bytes17?: undefined;
|
|
2492
|
-
bytes16?: undefined;
|
|
2493
|
-
bytes15?: undefined;
|
|
2494
|
-
bytes14?: undefined;
|
|
2495
|
-
bytes13?: undefined;
|
|
2496
|
-
bytes12?: undefined;
|
|
2497
|
-
bytes11?: undefined;
|
|
2498
|
-
bytes9?: undefined;
|
|
2499
|
-
bytes8?: undefined;
|
|
2500
|
-
bytes7?: undefined;
|
|
2501
2405
|
bytes6?: undefined;
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2406
|
+
bytes7?: undefined;
|
|
2407
|
+
bytes8?: undefined;
|
|
2408
|
+
bytes9?: undefined;
|
|
2409
|
+
bytes11?: undefined;
|
|
2410
|
+
bytes12?: undefined;
|
|
2411
|
+
bytes13?: undefined;
|
|
2412
|
+
bytes14?: undefined;
|
|
2413
|
+
bytes15?: undefined;
|
|
2414
|
+
bytes16?: undefined;
|
|
2415
|
+
bytes17?: undefined;
|
|
2416
|
+
bytes19?: undefined;
|
|
2417
|
+
bytes20?: undefined;
|
|
2418
|
+
bytes21?: undefined;
|
|
2419
|
+
bytes22?: undefined;
|
|
2420
|
+
bytes23?: undefined;
|
|
2421
|
+
bytes24?: undefined;
|
|
2422
|
+
bytes25?: undefined;
|
|
2423
|
+
bytes26?: undefined;
|
|
2424
|
+
bytes27?: undefined;
|
|
2425
|
+
bytes28?: undefined;
|
|
2426
|
+
bytes29?: undefined;
|
|
2427
|
+
bytes30?: undefined;
|
|
2428
|
+
bytes31?: undefined;
|
|
2429
|
+
bytes32?: undefined;
|
|
2506
2430
|
int8?: undefined;
|
|
2431
|
+
int16?: undefined;
|
|
2432
|
+
int24?: undefined;
|
|
2433
|
+
int32?: undefined;
|
|
2434
|
+
int40?: undefined;
|
|
2507
2435
|
int48?: undefined;
|
|
2508
2436
|
int56?: undefined;
|
|
2509
2437
|
int64?: undefined;
|
|
@@ -2531,11 +2459,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2531
2459
|
int240?: undefined;
|
|
2532
2460
|
int248?: undefined;
|
|
2533
2461
|
int256?: undefined;
|
|
2534
|
-
uint40?: undefined;
|
|
2535
|
-
uint32?: undefined;
|
|
2536
|
-
uint24?: undefined;
|
|
2537
|
-
uint16?: undefined;
|
|
2538
2462
|
uint8?: undefined;
|
|
2463
|
+
uint16?: undefined;
|
|
2464
|
+
uint24?: undefined;
|
|
2465
|
+
uint32?: undefined;
|
|
2466
|
+
uint40?: undefined;
|
|
2539
2467
|
uint48?: undefined;
|
|
2540
2468
|
uint56?: undefined;
|
|
2541
2469
|
uint64?: undefined;
|
|
@@ -2578,40 +2506,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2578
2506
|
[x: `bytes1[${string}]`]: undefined;
|
|
2579
2507
|
[x: `bytes5[${string}]`]: undefined;
|
|
2580
2508
|
[x: `bytes10[${string}]`]: undefined;
|
|
2509
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2581
2510
|
[x: `bytes2[${string}]`]: undefined;
|
|
2582
2511
|
[x: `bytes3[${string}]`]: undefined;
|
|
2583
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
2584
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
2585
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
2586
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2587
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2588
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2589
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2590
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2591
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2592
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2593
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2594
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2595
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2596
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
2597
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2598
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2599
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2600
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2601
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2602
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2603
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2604
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2605
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
2606
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
2607
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
2608
2512
|
[x: `bytes6[${string}]`]: undefined;
|
|
2513
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2514
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2515
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2516
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2517
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2518
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2519
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2520
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2521
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2522
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2523
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2524
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2525
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2526
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2527
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2528
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2529
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2530
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2531
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2532
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2533
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2534
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2535
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2536
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2609
2537
|
[x: `int[${string}]`]: undefined;
|
|
2610
|
-
[x: `int40[${string}]`]: undefined;
|
|
2611
|
-
[x: `int32[${string}]`]: undefined;
|
|
2612
|
-
[x: `int24[${string}]`]: undefined;
|
|
2613
|
-
[x: `int16[${string}]`]: undefined;
|
|
2614
2538
|
[x: `int8[${string}]`]: undefined;
|
|
2539
|
+
[x: `int16[${string}]`]: undefined;
|
|
2540
|
+
[x: `int24[${string}]`]: undefined;
|
|
2541
|
+
[x: `int32[${string}]`]: undefined;
|
|
2542
|
+
[x: `int40[${string}]`]: undefined;
|
|
2615
2543
|
[x: `int48[${string}]`]: undefined;
|
|
2616
2544
|
[x: `int56[${string}]`]: undefined;
|
|
2617
2545
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2640,11 +2568,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2640
2568
|
[x: `int248[${string}]`]: undefined;
|
|
2641
2569
|
[x: `int256[${string}]`]: undefined;
|
|
2642
2570
|
[x: `uint[${string}]`]: undefined;
|
|
2643
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2644
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2645
|
-
[x: `uint24[${string}]`]: undefined;
|
|
2646
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2647
2571
|
[x: `uint8[${string}]`]: undefined;
|
|
2572
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2573
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2574
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2575
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2648
2576
|
[x: `uint48[${string}]`]: undefined;
|
|
2649
2577
|
[x: `uint56[${string}]`]: undefined;
|
|
2650
2578
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -2680,39 +2608,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2680
2608
|
bytes1?: undefined;
|
|
2681
2609
|
bytes5?: undefined;
|
|
2682
2610
|
bytes10?: undefined;
|
|
2611
|
+
bytes4?: undefined;
|
|
2683
2612
|
bytes2?: undefined;
|
|
2684
2613
|
bytes3?: undefined;
|
|
2685
|
-
bytes4?: undefined;
|
|
2686
|
-
bytes32?: undefined;
|
|
2687
|
-
bytes31?: undefined;
|
|
2688
|
-
bytes30?: undefined;
|
|
2689
|
-
bytes29?: undefined;
|
|
2690
|
-
bytes28?: undefined;
|
|
2691
|
-
bytes27?: undefined;
|
|
2692
|
-
bytes26?: undefined;
|
|
2693
|
-
bytes25?: undefined;
|
|
2694
|
-
bytes24?: undefined;
|
|
2695
|
-
bytes23?: undefined;
|
|
2696
|
-
bytes22?: undefined;
|
|
2697
|
-
bytes21?: undefined;
|
|
2698
|
-
bytes20?: undefined;
|
|
2699
|
-
bytes19?: undefined;
|
|
2700
|
-
bytes17?: undefined;
|
|
2701
|
-
bytes16?: undefined;
|
|
2702
|
-
bytes15?: undefined;
|
|
2703
|
-
bytes14?: undefined;
|
|
2704
|
-
bytes13?: undefined;
|
|
2705
|
-
bytes12?: undefined;
|
|
2706
|
-
bytes11?: undefined;
|
|
2707
|
-
bytes9?: undefined;
|
|
2708
|
-
bytes8?: undefined;
|
|
2709
|
-
bytes7?: undefined;
|
|
2710
2614
|
bytes6?: undefined;
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2615
|
+
bytes7?: undefined;
|
|
2616
|
+
bytes8?: undefined;
|
|
2617
|
+
bytes9?: undefined;
|
|
2618
|
+
bytes11?: undefined;
|
|
2619
|
+
bytes12?: undefined;
|
|
2620
|
+
bytes13?: undefined;
|
|
2621
|
+
bytes14?: undefined;
|
|
2622
|
+
bytes15?: undefined;
|
|
2623
|
+
bytes16?: undefined;
|
|
2624
|
+
bytes17?: undefined;
|
|
2625
|
+
bytes19?: undefined;
|
|
2626
|
+
bytes20?: undefined;
|
|
2627
|
+
bytes21?: undefined;
|
|
2628
|
+
bytes22?: undefined;
|
|
2629
|
+
bytes23?: undefined;
|
|
2630
|
+
bytes24?: undefined;
|
|
2631
|
+
bytes25?: undefined;
|
|
2632
|
+
bytes26?: undefined;
|
|
2633
|
+
bytes27?: undefined;
|
|
2634
|
+
bytes28?: undefined;
|
|
2635
|
+
bytes29?: undefined;
|
|
2636
|
+
bytes30?: undefined;
|
|
2637
|
+
bytes31?: undefined;
|
|
2638
|
+
bytes32?: undefined;
|
|
2715
2639
|
int8?: undefined;
|
|
2640
|
+
int16?: undefined;
|
|
2641
|
+
int24?: undefined;
|
|
2642
|
+
int32?: undefined;
|
|
2643
|
+
int40?: undefined;
|
|
2716
2644
|
int48?: undefined;
|
|
2717
2645
|
int56?: undefined;
|
|
2718
2646
|
int64?: undefined;
|
|
@@ -2740,11 +2668,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2740
2668
|
int240?: undefined;
|
|
2741
2669
|
int248?: undefined;
|
|
2742
2670
|
int256?: undefined;
|
|
2743
|
-
uint40?: undefined;
|
|
2744
|
-
uint32?: undefined;
|
|
2745
|
-
uint24?: undefined;
|
|
2746
|
-
uint16?: undefined;
|
|
2747
2671
|
uint8?: undefined;
|
|
2672
|
+
uint16?: undefined;
|
|
2673
|
+
uint24?: undefined;
|
|
2674
|
+
uint32?: undefined;
|
|
2675
|
+
uint40?: undefined;
|
|
2748
2676
|
uint48?: undefined;
|
|
2749
2677
|
uint56?: undefined;
|
|
2750
2678
|
uint64?: undefined;
|
|
@@ -2975,24 +2903,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2975
2903
|
Method: "eth_uninstallFilter";
|
|
2976
2904
|
Parameters: [filterId: `0x${string}`];
|
|
2977
2905
|
ReturnType: boolean;
|
|
2978
|
-
}, {
|
|
2979
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
2980
|
-
Parameters: [{
|
|
2981
|
-
policyId: string;
|
|
2982
|
-
entryPoint: `0x${string}`;
|
|
2983
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2984
|
-
}];
|
|
2985
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
2986
|
-
}, {
|
|
2987
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
2988
|
-
Parameters: [{
|
|
2989
|
-
policyId: string;
|
|
2990
|
-
entryPoint: `0x${string}`;
|
|
2991
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2992
|
-
dummySignature: `0x${string}`;
|
|
2993
|
-
overrides?: Partial<{}> | undefined;
|
|
2994
|
-
}];
|
|
2995
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
2996
2906
|
}, {
|
|
2997
2907
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
2998
2908
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -3061,40 +2971,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3061
2971
|
[x: `bytes1[${string}]`]: undefined;
|
|
3062
2972
|
[x: `bytes5[${string}]`]: undefined;
|
|
3063
2973
|
[x: `bytes10[${string}]`]: undefined;
|
|
2974
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3064
2975
|
[x: `bytes2[${string}]`]: undefined;
|
|
3065
2976
|
[x: `bytes3[${string}]`]: undefined;
|
|
3066
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3067
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3068
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3069
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3070
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3071
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3072
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3073
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3074
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3075
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3076
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3077
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3078
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3079
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3080
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3081
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3082
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3083
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3084
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3085
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3086
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3087
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3088
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
3089
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
3090
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
3091
2977
|
[x: `bytes6[${string}]`]: undefined;
|
|
2978
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2979
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2980
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2981
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2982
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2983
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2984
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2985
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2986
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2987
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2988
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2989
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2990
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2991
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2992
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2993
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2994
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2995
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2996
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2997
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2998
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2999
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3000
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3001
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3092
3002
|
[x: `int[${string}]`]: undefined;
|
|
3093
|
-
[x: `int40[${string}]`]: undefined;
|
|
3094
|
-
[x: `int32[${string}]`]: undefined;
|
|
3095
|
-
[x: `int24[${string}]`]: undefined;
|
|
3096
|
-
[x: `int16[${string}]`]: undefined;
|
|
3097
3003
|
[x: `int8[${string}]`]: undefined;
|
|
3004
|
+
[x: `int16[${string}]`]: undefined;
|
|
3005
|
+
[x: `int24[${string}]`]: undefined;
|
|
3006
|
+
[x: `int32[${string}]`]: undefined;
|
|
3007
|
+
[x: `int40[${string}]`]: undefined;
|
|
3098
3008
|
[x: `int48[${string}]`]: undefined;
|
|
3099
3009
|
[x: `int56[${string}]`]: undefined;
|
|
3100
3010
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3123,11 +3033,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3123
3033
|
[x: `int248[${string}]`]: undefined;
|
|
3124
3034
|
[x: `int256[${string}]`]: undefined;
|
|
3125
3035
|
[x: `uint[${string}]`]: undefined;
|
|
3126
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3127
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3128
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3129
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3130
3036
|
[x: `uint8[${string}]`]: undefined;
|
|
3037
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3038
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3039
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3040
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3131
3041
|
[x: `uint48[${string}]`]: undefined;
|
|
3132
3042
|
[x: `uint56[${string}]`]: undefined;
|
|
3133
3043
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3163,71 +3073,71 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3163
3073
|
bytes1?: undefined;
|
|
3164
3074
|
bytes5?: undefined;
|
|
3165
3075
|
bytes10?: undefined;
|
|
3076
|
+
bytes4?: undefined;
|
|
3166
3077
|
bytes2?: undefined;
|
|
3167
3078
|
bytes3?: undefined;
|
|
3168
|
-
bytes4?: undefined;
|
|
3169
|
-
bytes32?: undefined;
|
|
3170
|
-
bytes31?: undefined;
|
|
3171
|
-
bytes30?: undefined;
|
|
3172
|
-
bytes29?: undefined;
|
|
3173
|
-
bytes28?: undefined;
|
|
3174
|
-
bytes27?: undefined;
|
|
3175
|
-
bytes26?: undefined;
|
|
3176
|
-
bytes25?: undefined;
|
|
3177
|
-
bytes24?: undefined;
|
|
3178
|
-
bytes23?: undefined;
|
|
3179
|
-
bytes22?: undefined;
|
|
3180
|
-
bytes21?: undefined;
|
|
3181
|
-
bytes20?: undefined;
|
|
3182
|
-
bytes19?: undefined;
|
|
3183
|
-
bytes17?: undefined;
|
|
3184
|
-
bytes16?: undefined;
|
|
3185
|
-
bytes15?: undefined;
|
|
3186
|
-
bytes14?: undefined;
|
|
3187
|
-
bytes13?: undefined;
|
|
3188
|
-
bytes12?: undefined;
|
|
3189
|
-
bytes11?: undefined;
|
|
3190
|
-
bytes9?: undefined;
|
|
3191
|
-
bytes8?: undefined;
|
|
3192
|
-
bytes7?: undefined;
|
|
3193
3079
|
bytes6?: undefined;
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3080
|
+
bytes7?: undefined;
|
|
3081
|
+
bytes8?: undefined;
|
|
3082
|
+
bytes9?: undefined;
|
|
3083
|
+
bytes11?: undefined;
|
|
3084
|
+
bytes12?: undefined;
|
|
3085
|
+
bytes13?: undefined;
|
|
3086
|
+
bytes14?: undefined;
|
|
3087
|
+
bytes15?: undefined;
|
|
3088
|
+
bytes16?: undefined;
|
|
3089
|
+
bytes17?: undefined;
|
|
3090
|
+
bytes19?: undefined;
|
|
3091
|
+
bytes20?: undefined;
|
|
3092
|
+
bytes21?: undefined;
|
|
3093
|
+
bytes22?: undefined;
|
|
3094
|
+
bytes23?: undefined;
|
|
3095
|
+
bytes24?: undefined;
|
|
3096
|
+
bytes25?: undefined;
|
|
3097
|
+
bytes26?: undefined;
|
|
3098
|
+
bytes27?: undefined;
|
|
3099
|
+
bytes28?: undefined;
|
|
3100
|
+
bytes29?: undefined;
|
|
3101
|
+
bytes30?: undefined;
|
|
3102
|
+
bytes31?: undefined;
|
|
3103
|
+
bytes32?: undefined;
|
|
3104
|
+
int8?: undefined;
|
|
3105
|
+
int16?: undefined;
|
|
3106
|
+
int24?: undefined;
|
|
3107
|
+
int32?: undefined;
|
|
3108
|
+
int40?: undefined;
|
|
3109
|
+
int48?: undefined;
|
|
3110
|
+
int56?: undefined;
|
|
3111
|
+
int64?: undefined;
|
|
3112
|
+
int72?: undefined;
|
|
3113
|
+
int80?: undefined;
|
|
3114
|
+
int88?: undefined;
|
|
3115
|
+
int96?: undefined;
|
|
3116
|
+
int104?: undefined;
|
|
3117
|
+
int112?: undefined;
|
|
3118
|
+
int120?: undefined;
|
|
3119
|
+
int128?: undefined;
|
|
3120
|
+
int136?: undefined;
|
|
3121
|
+
int144?: undefined;
|
|
3122
|
+
int152?: undefined;
|
|
3123
|
+
int160?: undefined;
|
|
3124
|
+
int168?: undefined;
|
|
3125
|
+
int176?: undefined;
|
|
3126
|
+
int184?: undefined;
|
|
3127
|
+
int192?: undefined;
|
|
3128
|
+
int200?: undefined;
|
|
3129
|
+
int208?: undefined;
|
|
3220
3130
|
int216?: undefined;
|
|
3221
3131
|
int224?: undefined;
|
|
3222
3132
|
int232?: undefined;
|
|
3223
3133
|
int240?: undefined;
|
|
3224
3134
|
int248?: undefined;
|
|
3225
3135
|
int256?: undefined;
|
|
3226
|
-
uint40?: undefined;
|
|
3227
|
-
uint32?: undefined;
|
|
3228
|
-
uint24?: undefined;
|
|
3229
|
-
uint16?: undefined;
|
|
3230
3136
|
uint8?: undefined;
|
|
3137
|
+
uint16?: undefined;
|
|
3138
|
+
uint24?: undefined;
|
|
3139
|
+
uint32?: undefined;
|
|
3140
|
+
uint40?: undefined;
|
|
3231
3141
|
uint48?: undefined;
|
|
3232
3142
|
uint56?: undefined;
|
|
3233
3143
|
uint64?: undefined;
|
|
@@ -3270,40 +3180,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3270
3180
|
[x: `bytes1[${string}]`]: undefined;
|
|
3271
3181
|
[x: `bytes5[${string}]`]: undefined;
|
|
3272
3182
|
[x: `bytes10[${string}]`]: undefined;
|
|
3183
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3273
3184
|
[x: `bytes2[${string}]`]: undefined;
|
|
3274
3185
|
[x: `bytes3[${string}]`]: undefined;
|
|
3275
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3276
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3277
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3278
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3279
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3280
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3281
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3282
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3283
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3284
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3285
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3286
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3287
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3288
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3289
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3290
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3291
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3292
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3293
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3294
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3295
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3296
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3297
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
3298
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
3299
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
3300
3186
|
[x: `bytes6[${string}]`]: undefined;
|
|
3187
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3188
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3189
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3190
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3191
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3192
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3193
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3194
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3195
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3196
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3197
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3198
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3199
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3200
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3201
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3202
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3203
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3204
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3205
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3206
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3207
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3208
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3209
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3210
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3301
3211
|
[x: `int[${string}]`]: undefined;
|
|
3302
|
-
[x: `int40[${string}]`]: undefined;
|
|
3303
|
-
[x: `int32[${string}]`]: undefined;
|
|
3304
|
-
[x: `int24[${string}]`]: undefined;
|
|
3305
|
-
[x: `int16[${string}]`]: undefined;
|
|
3306
3212
|
[x: `int8[${string}]`]: undefined;
|
|
3213
|
+
[x: `int16[${string}]`]: undefined;
|
|
3214
|
+
[x: `int24[${string}]`]: undefined;
|
|
3215
|
+
[x: `int32[${string}]`]: undefined;
|
|
3216
|
+
[x: `int40[${string}]`]: undefined;
|
|
3307
3217
|
[x: `int48[${string}]`]: undefined;
|
|
3308
3218
|
[x: `int56[${string}]`]: undefined;
|
|
3309
3219
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3332,11 +3242,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3332
3242
|
[x: `int248[${string}]`]: undefined;
|
|
3333
3243
|
[x: `int256[${string}]`]: undefined;
|
|
3334
3244
|
[x: `uint[${string}]`]: undefined;
|
|
3335
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3336
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3337
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3338
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3339
3245
|
[x: `uint8[${string}]`]: undefined;
|
|
3246
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3247
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3248
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3249
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3340
3250
|
[x: `uint48[${string}]`]: undefined;
|
|
3341
3251
|
[x: `uint56[${string}]`]: undefined;
|
|
3342
3252
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3372,39 +3282,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3372
3282
|
bytes1?: undefined;
|
|
3373
3283
|
bytes5?: undefined;
|
|
3374
3284
|
bytes10?: undefined;
|
|
3285
|
+
bytes4?: undefined;
|
|
3375
3286
|
bytes2?: undefined;
|
|
3376
3287
|
bytes3?: undefined;
|
|
3377
|
-
bytes4?: undefined;
|
|
3378
|
-
bytes32?: undefined;
|
|
3379
|
-
bytes31?: undefined;
|
|
3380
|
-
bytes30?: undefined;
|
|
3381
|
-
bytes29?: undefined;
|
|
3382
|
-
bytes28?: undefined;
|
|
3383
|
-
bytes27?: undefined;
|
|
3384
|
-
bytes26?: undefined;
|
|
3385
|
-
bytes25?: undefined;
|
|
3386
|
-
bytes24?: undefined;
|
|
3387
|
-
bytes23?: undefined;
|
|
3388
|
-
bytes22?: undefined;
|
|
3389
|
-
bytes21?: undefined;
|
|
3390
|
-
bytes20?: undefined;
|
|
3391
|
-
bytes19?: undefined;
|
|
3392
|
-
bytes17?: undefined;
|
|
3393
|
-
bytes16?: undefined;
|
|
3394
|
-
bytes15?: undefined;
|
|
3395
|
-
bytes14?: undefined;
|
|
3396
|
-
bytes13?: undefined;
|
|
3397
|
-
bytes12?: undefined;
|
|
3398
|
-
bytes11?: undefined;
|
|
3399
|
-
bytes9?: undefined;
|
|
3400
|
-
bytes8?: undefined;
|
|
3401
|
-
bytes7?: undefined;
|
|
3402
3288
|
bytes6?: undefined;
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3289
|
+
bytes7?: undefined;
|
|
3290
|
+
bytes8?: undefined;
|
|
3291
|
+
bytes9?: undefined;
|
|
3292
|
+
bytes11?: undefined;
|
|
3293
|
+
bytes12?: undefined;
|
|
3294
|
+
bytes13?: undefined;
|
|
3295
|
+
bytes14?: undefined;
|
|
3296
|
+
bytes15?: undefined;
|
|
3297
|
+
bytes16?: undefined;
|
|
3298
|
+
bytes17?: undefined;
|
|
3299
|
+
bytes19?: undefined;
|
|
3300
|
+
bytes20?: undefined;
|
|
3301
|
+
bytes21?: undefined;
|
|
3302
|
+
bytes22?: undefined;
|
|
3303
|
+
bytes23?: undefined;
|
|
3304
|
+
bytes24?: undefined;
|
|
3305
|
+
bytes25?: undefined;
|
|
3306
|
+
bytes26?: undefined;
|
|
3307
|
+
bytes27?: undefined;
|
|
3308
|
+
bytes28?: undefined;
|
|
3309
|
+
bytes29?: undefined;
|
|
3310
|
+
bytes30?: undefined;
|
|
3311
|
+
bytes31?: undefined;
|
|
3312
|
+
bytes32?: undefined;
|
|
3407
3313
|
int8?: undefined;
|
|
3314
|
+
int16?: undefined;
|
|
3315
|
+
int24?: undefined;
|
|
3316
|
+
int32?: undefined;
|
|
3317
|
+
int40?: undefined;
|
|
3408
3318
|
int48?: undefined;
|
|
3409
3319
|
int56?: undefined;
|
|
3410
3320
|
int64?: undefined;
|
|
@@ -3432,11 +3342,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3432
3342
|
int240?: undefined;
|
|
3433
3343
|
int248?: undefined;
|
|
3434
3344
|
int256?: undefined;
|
|
3435
|
-
uint40?: undefined;
|
|
3436
|
-
uint32?: undefined;
|
|
3437
|
-
uint24?: undefined;
|
|
3438
|
-
uint16?: undefined;
|
|
3439
3345
|
uint8?: undefined;
|
|
3346
|
+
uint16?: undefined;
|
|
3347
|
+
uint24?: undefined;
|
|
3348
|
+
uint32?: undefined;
|
|
3349
|
+
uint40?: undefined;
|
|
3440
3350
|
uint48?: undefined;
|
|
3441
3351
|
uint56?: undefined;
|
|
3442
3352
|
uint64?: undefined;
|
|
@@ -3667,24 +3577,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3667
3577
|
Method: "eth_uninstallFilter";
|
|
3668
3578
|
Parameters: [filterId: `0x${string}`];
|
|
3669
3579
|
ReturnType: boolean;
|
|
3670
|
-
}, {
|
|
3671
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
3672
|
-
Parameters: [{
|
|
3673
|
-
policyId: string;
|
|
3674
|
-
entryPoint: `0x${string}`;
|
|
3675
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3676
|
-
}];
|
|
3677
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
3678
|
-
}, {
|
|
3679
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
3680
|
-
Parameters: [{
|
|
3681
|
-
policyId: string;
|
|
3682
|
-
entryPoint: `0x${string}`;
|
|
3683
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3684
|
-
dummySignature: `0x${string}`;
|
|
3685
|
-
overrides?: Partial<{}> | undefined;
|
|
3686
|
-
}];
|
|
3687
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
3688
3580
|
}, {
|
|
3689
3581
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
3690
3582
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -3753,40 +3645,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3753
3645
|
[x: `bytes1[${string}]`]: undefined;
|
|
3754
3646
|
[x: `bytes5[${string}]`]: undefined;
|
|
3755
3647
|
[x: `bytes10[${string}]`]: undefined;
|
|
3648
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3756
3649
|
[x: `bytes2[${string}]`]: undefined;
|
|
3757
3650
|
[x: `bytes3[${string}]`]: undefined;
|
|
3758
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3759
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3760
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3761
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3762
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3763
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3764
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3765
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3766
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3767
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3768
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3769
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3770
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3771
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3772
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3773
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3774
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3775
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3776
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3777
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3778
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3779
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3780
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
3781
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
3782
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
3783
3651
|
[x: `bytes6[${string}]`]: undefined;
|
|
3652
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3653
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3654
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3655
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3656
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3657
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3658
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3659
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3660
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3661
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3662
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3663
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3664
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3665
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3666
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3667
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3668
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3669
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3670
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3671
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3672
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3673
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3674
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3675
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3784
3676
|
[x: `int[${string}]`]: undefined;
|
|
3785
|
-
[x: `int40[${string}]`]: undefined;
|
|
3786
|
-
[x: `int32[${string}]`]: undefined;
|
|
3787
|
-
[x: `int24[${string}]`]: undefined;
|
|
3788
|
-
[x: `int16[${string}]`]: undefined;
|
|
3789
3677
|
[x: `int8[${string}]`]: undefined;
|
|
3678
|
+
[x: `int16[${string}]`]: undefined;
|
|
3679
|
+
[x: `int24[${string}]`]: undefined;
|
|
3680
|
+
[x: `int32[${string}]`]: undefined;
|
|
3681
|
+
[x: `int40[${string}]`]: undefined;
|
|
3790
3682
|
[x: `int48[${string}]`]: undefined;
|
|
3791
3683
|
[x: `int56[${string}]`]: undefined;
|
|
3792
3684
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3815,11 +3707,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3815
3707
|
[x: `int248[${string}]`]: undefined;
|
|
3816
3708
|
[x: `int256[${string}]`]: undefined;
|
|
3817
3709
|
[x: `uint[${string}]`]: undefined;
|
|
3818
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3819
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3820
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3821
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3822
3710
|
[x: `uint8[${string}]`]: undefined;
|
|
3711
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3712
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3713
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3714
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3823
3715
|
[x: `uint48[${string}]`]: undefined;
|
|
3824
3716
|
[x: `uint56[${string}]`]: undefined;
|
|
3825
3717
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3855,39 +3747,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3855
3747
|
bytes1?: undefined;
|
|
3856
3748
|
bytes5?: undefined;
|
|
3857
3749
|
bytes10?: undefined;
|
|
3750
|
+
bytes4?: undefined;
|
|
3858
3751
|
bytes2?: undefined;
|
|
3859
3752
|
bytes3?: undefined;
|
|
3860
|
-
bytes4?: undefined;
|
|
3861
|
-
bytes32?: undefined;
|
|
3862
|
-
bytes31?: undefined;
|
|
3863
|
-
bytes30?: undefined;
|
|
3864
|
-
bytes29?: undefined;
|
|
3865
|
-
bytes28?: undefined;
|
|
3866
|
-
bytes27?: undefined;
|
|
3867
|
-
bytes26?: undefined;
|
|
3868
|
-
bytes25?: undefined;
|
|
3869
|
-
bytes24?: undefined;
|
|
3870
|
-
bytes23?: undefined;
|
|
3871
|
-
bytes22?: undefined;
|
|
3872
|
-
bytes21?: undefined;
|
|
3873
|
-
bytes20?: undefined;
|
|
3874
|
-
bytes19?: undefined;
|
|
3875
|
-
bytes17?: undefined;
|
|
3876
|
-
bytes16?: undefined;
|
|
3877
|
-
bytes15?: undefined;
|
|
3878
|
-
bytes14?: undefined;
|
|
3879
|
-
bytes13?: undefined;
|
|
3880
|
-
bytes12?: undefined;
|
|
3881
|
-
bytes11?: undefined;
|
|
3882
|
-
bytes9?: undefined;
|
|
3883
|
-
bytes8?: undefined;
|
|
3884
|
-
bytes7?: undefined;
|
|
3885
3753
|
bytes6?: undefined;
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3754
|
+
bytes7?: undefined;
|
|
3755
|
+
bytes8?: undefined;
|
|
3756
|
+
bytes9?: undefined;
|
|
3757
|
+
bytes11?: undefined;
|
|
3758
|
+
bytes12?: undefined;
|
|
3759
|
+
bytes13?: undefined;
|
|
3760
|
+
bytes14?: undefined;
|
|
3761
|
+
bytes15?: undefined;
|
|
3762
|
+
bytes16?: undefined;
|
|
3763
|
+
bytes17?: undefined;
|
|
3764
|
+
bytes19?: undefined;
|
|
3765
|
+
bytes20?: undefined;
|
|
3766
|
+
bytes21?: undefined;
|
|
3767
|
+
bytes22?: undefined;
|
|
3768
|
+
bytes23?: undefined;
|
|
3769
|
+
bytes24?: undefined;
|
|
3770
|
+
bytes25?: undefined;
|
|
3771
|
+
bytes26?: undefined;
|
|
3772
|
+
bytes27?: undefined;
|
|
3773
|
+
bytes28?: undefined;
|
|
3774
|
+
bytes29?: undefined;
|
|
3775
|
+
bytes30?: undefined;
|
|
3776
|
+
bytes31?: undefined;
|
|
3777
|
+
bytes32?: undefined;
|
|
3890
3778
|
int8?: undefined;
|
|
3779
|
+
int16?: undefined;
|
|
3780
|
+
int24?: undefined;
|
|
3781
|
+
int32?: undefined;
|
|
3782
|
+
int40?: undefined;
|
|
3891
3783
|
int48?: undefined;
|
|
3892
3784
|
int56?: undefined;
|
|
3893
3785
|
int64?: undefined;
|
|
@@ -3915,11 +3807,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3915
3807
|
int240?: undefined;
|
|
3916
3808
|
int248?: undefined;
|
|
3917
3809
|
int256?: undefined;
|
|
3918
|
-
uint40?: undefined;
|
|
3919
|
-
uint32?: undefined;
|
|
3920
|
-
uint24?: undefined;
|
|
3921
|
-
uint16?: undefined;
|
|
3922
3810
|
uint8?: undefined;
|
|
3811
|
+
uint16?: undefined;
|
|
3812
|
+
uint24?: undefined;
|
|
3813
|
+
uint32?: undefined;
|
|
3814
|
+
uint40?: undefined;
|
|
3923
3815
|
uint48?: undefined;
|
|
3924
3816
|
uint56?: undefined;
|
|
3925
3817
|
uint64?: undefined;
|
|
@@ -3962,40 +3854,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3962
3854
|
[x: `bytes1[${string}]`]: undefined;
|
|
3963
3855
|
[x: `bytes5[${string}]`]: undefined;
|
|
3964
3856
|
[x: `bytes10[${string}]`]: undefined;
|
|
3857
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3965
3858
|
[x: `bytes2[${string}]`]: undefined;
|
|
3966
3859
|
[x: `bytes3[${string}]`]: undefined;
|
|
3967
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3968
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3969
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3970
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3971
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3972
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3973
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3974
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3975
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3976
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3977
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3978
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3979
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3980
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3981
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3982
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3983
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3984
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3985
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3986
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3987
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3988
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3989
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
3990
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
3991
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
3992
3860
|
[x: `bytes6[${string}]`]: undefined;
|
|
3861
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3862
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3863
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3864
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3865
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3866
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3867
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3868
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3869
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3870
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3871
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3872
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3873
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3874
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3875
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3876
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3877
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3878
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3879
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3880
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3881
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3882
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3883
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3884
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3993
3885
|
[x: `int[${string}]`]: undefined;
|
|
3994
|
-
[x: `int40[${string}]`]: undefined;
|
|
3995
|
-
[x: `int32[${string}]`]: undefined;
|
|
3996
|
-
[x: `int24[${string}]`]: undefined;
|
|
3997
|
-
[x: `int16[${string}]`]: undefined;
|
|
3998
3886
|
[x: `int8[${string}]`]: undefined;
|
|
3887
|
+
[x: `int16[${string}]`]: undefined;
|
|
3888
|
+
[x: `int24[${string}]`]: undefined;
|
|
3889
|
+
[x: `int32[${string}]`]: undefined;
|
|
3890
|
+
[x: `int40[${string}]`]: undefined;
|
|
3999
3891
|
[x: `int48[${string}]`]: undefined;
|
|
4000
3892
|
[x: `int56[${string}]`]: undefined;
|
|
4001
3893
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -4024,11 +3916,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4024
3916
|
[x: `int248[${string}]`]: undefined;
|
|
4025
3917
|
[x: `int256[${string}]`]: undefined;
|
|
4026
3918
|
[x: `uint[${string}]`]: undefined;
|
|
4027
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4028
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4029
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4030
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4031
3919
|
[x: `uint8[${string}]`]: undefined;
|
|
3920
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3921
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3922
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3923
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4032
3924
|
[x: `uint48[${string}]`]: undefined;
|
|
4033
3925
|
[x: `uint56[${string}]`]: undefined;
|
|
4034
3926
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4064,39 +3956,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4064
3956
|
bytes1?: undefined;
|
|
4065
3957
|
bytes5?: undefined;
|
|
4066
3958
|
bytes10?: undefined;
|
|
3959
|
+
bytes4?: undefined;
|
|
4067
3960
|
bytes2?: undefined;
|
|
4068
3961
|
bytes3?: undefined;
|
|
4069
|
-
bytes4?: undefined;
|
|
4070
|
-
bytes32?: undefined;
|
|
4071
|
-
bytes31?: undefined;
|
|
4072
|
-
bytes30?: undefined;
|
|
4073
|
-
bytes29?: undefined;
|
|
4074
|
-
bytes28?: undefined;
|
|
4075
|
-
bytes27?: undefined;
|
|
4076
|
-
bytes26?: undefined;
|
|
4077
|
-
bytes25?: undefined;
|
|
4078
|
-
bytes24?: undefined;
|
|
4079
|
-
bytes23?: undefined;
|
|
4080
|
-
bytes22?: undefined;
|
|
4081
|
-
bytes21?: undefined;
|
|
4082
|
-
bytes20?: undefined;
|
|
4083
|
-
bytes19?: undefined;
|
|
4084
|
-
bytes17?: undefined;
|
|
4085
|
-
bytes16?: undefined;
|
|
4086
|
-
bytes15?: undefined;
|
|
4087
|
-
bytes14?: undefined;
|
|
4088
|
-
bytes13?: undefined;
|
|
4089
|
-
bytes12?: undefined;
|
|
4090
|
-
bytes11?: undefined;
|
|
4091
|
-
bytes9?: undefined;
|
|
4092
|
-
bytes8?: undefined;
|
|
4093
|
-
bytes7?: undefined;
|
|
4094
3962
|
bytes6?: undefined;
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
3963
|
+
bytes7?: undefined;
|
|
3964
|
+
bytes8?: undefined;
|
|
3965
|
+
bytes9?: undefined;
|
|
3966
|
+
bytes11?: undefined;
|
|
3967
|
+
bytes12?: undefined;
|
|
3968
|
+
bytes13?: undefined;
|
|
3969
|
+
bytes14?: undefined;
|
|
3970
|
+
bytes15?: undefined;
|
|
3971
|
+
bytes16?: undefined;
|
|
3972
|
+
bytes17?: undefined;
|
|
3973
|
+
bytes19?: undefined;
|
|
3974
|
+
bytes20?: undefined;
|
|
3975
|
+
bytes21?: undefined;
|
|
3976
|
+
bytes22?: undefined;
|
|
3977
|
+
bytes23?: undefined;
|
|
3978
|
+
bytes24?: undefined;
|
|
3979
|
+
bytes25?: undefined;
|
|
3980
|
+
bytes26?: undefined;
|
|
3981
|
+
bytes27?: undefined;
|
|
3982
|
+
bytes28?: undefined;
|
|
3983
|
+
bytes29?: undefined;
|
|
3984
|
+
bytes30?: undefined;
|
|
3985
|
+
bytes31?: undefined;
|
|
3986
|
+
bytes32?: undefined;
|
|
4099
3987
|
int8?: undefined;
|
|
3988
|
+
int16?: undefined;
|
|
3989
|
+
int24?: undefined;
|
|
3990
|
+
int32?: undefined;
|
|
3991
|
+
int40?: undefined;
|
|
4100
3992
|
int48?: undefined;
|
|
4101
3993
|
int56?: undefined;
|
|
4102
3994
|
int64?: undefined;
|
|
@@ -4124,11 +4016,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4124
4016
|
int240?: undefined;
|
|
4125
4017
|
int248?: undefined;
|
|
4126
4018
|
int256?: undefined;
|
|
4127
|
-
uint40?: undefined;
|
|
4128
|
-
uint32?: undefined;
|
|
4129
|
-
uint24?: undefined;
|
|
4130
|
-
uint16?: undefined;
|
|
4131
4019
|
uint8?: undefined;
|
|
4020
|
+
uint16?: undefined;
|
|
4021
|
+
uint24?: undefined;
|
|
4022
|
+
uint32?: undefined;
|
|
4023
|
+
uint40?: undefined;
|
|
4132
4024
|
uint48?: undefined;
|
|
4133
4025
|
uint56?: undefined;
|
|
4134
4026
|
uint64?: undefined;
|
|
@@ -4359,24 +4251,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4359
4251
|
Method: "eth_uninstallFilter";
|
|
4360
4252
|
Parameters: [filterId: `0x${string}`];
|
|
4361
4253
|
ReturnType: boolean;
|
|
4362
|
-
}, {
|
|
4363
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
4364
|
-
Parameters: [{
|
|
4365
|
-
policyId: string;
|
|
4366
|
-
entryPoint: `0x${string}`;
|
|
4367
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
4368
|
-
}];
|
|
4369
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
4370
|
-
}, {
|
|
4371
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
4372
|
-
Parameters: [{
|
|
4373
|
-
policyId: string;
|
|
4374
|
-
entryPoint: `0x${string}`;
|
|
4375
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
4376
|
-
dummySignature: `0x${string}`;
|
|
4377
|
-
overrides?: Partial<{}> | undefined;
|
|
4378
|
-
}];
|
|
4379
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
4380
4254
|
}, {
|
|
4381
4255
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
4382
4256
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -4445,54 +4319,54 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4445
4319
|
[x: `bytes1[${string}]`]: undefined;
|
|
4446
4320
|
[x: `bytes5[${string}]`]: undefined;
|
|
4447
4321
|
[x: `bytes10[${string}]`]: undefined;
|
|
4322
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4448
4323
|
[x: `bytes2[${string}]`]: undefined;
|
|
4449
4324
|
[x: `bytes3[${string}]`]: undefined;
|
|
4450
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
4451
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
4452
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
4453
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
4454
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
4455
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
4456
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
4457
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
4458
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
4459
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
4460
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
4461
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
4462
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
4463
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
4464
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
4465
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
4466
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
4467
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
4468
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
4469
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
4470
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
4471
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
4472
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
4473
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
4474
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
4475
4325
|
[x: `bytes6[${string}]`]: undefined;
|
|
4476
|
-
[x: `
|
|
4477
|
-
[x: `
|
|
4478
|
-
[x: `
|
|
4479
|
-
[x: `
|
|
4480
|
-
[x: `
|
|
4481
|
-
[x: `
|
|
4482
|
-
[x: `
|
|
4483
|
-
[x: `
|
|
4484
|
-
[x: `
|
|
4485
|
-
[x: `
|
|
4486
|
-
[x: `
|
|
4487
|
-
[x: `
|
|
4488
|
-
[x: `
|
|
4489
|
-
[x: `
|
|
4490
|
-
[x: `
|
|
4491
|
-
[x: `
|
|
4492
|
-
[x: `
|
|
4493
|
-
[x: `
|
|
4494
|
-
[x: `
|
|
4495
|
-
[x: `
|
|
4326
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4327
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4328
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4329
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4330
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4331
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4332
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4333
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4334
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4335
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4336
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4337
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4338
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4339
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4340
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4341
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4342
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4343
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4344
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4345
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4346
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4347
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4348
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4349
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4350
|
+
[x: `int[${string}]`]: undefined;
|
|
4351
|
+
[x: `int8[${string}]`]: undefined;
|
|
4352
|
+
[x: `int16[${string}]`]: undefined;
|
|
4353
|
+
[x: `int24[${string}]`]: undefined;
|
|
4354
|
+
[x: `int32[${string}]`]: undefined;
|
|
4355
|
+
[x: `int40[${string}]`]: undefined;
|
|
4356
|
+
[x: `int48[${string}]`]: undefined;
|
|
4357
|
+
[x: `int56[${string}]`]: undefined;
|
|
4358
|
+
[x: `int64[${string}]`]: undefined;
|
|
4359
|
+
[x: `int72[${string}]`]: undefined;
|
|
4360
|
+
[x: `int80[${string}]`]: undefined;
|
|
4361
|
+
[x: `int88[${string}]`]: undefined;
|
|
4362
|
+
[x: `int96[${string}]`]: undefined;
|
|
4363
|
+
[x: `int104[${string}]`]: undefined;
|
|
4364
|
+
[x: `int112[${string}]`]: undefined;
|
|
4365
|
+
[x: `int120[${string}]`]: undefined;
|
|
4366
|
+
[x: `int128[${string}]`]: undefined;
|
|
4367
|
+
[x: `int136[${string}]`]: undefined;
|
|
4368
|
+
[x: `int144[${string}]`]: undefined;
|
|
4369
|
+
[x: `int152[${string}]`]: undefined;
|
|
4496
4370
|
[x: `int160[${string}]`]: undefined;
|
|
4497
4371
|
[x: `int168[${string}]`]: undefined;
|
|
4498
4372
|
[x: `int176[${string}]`]: undefined;
|
|
@@ -4507,11 +4381,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4507
4381
|
[x: `int248[${string}]`]: undefined;
|
|
4508
4382
|
[x: `int256[${string}]`]: undefined;
|
|
4509
4383
|
[x: `uint[${string}]`]: undefined;
|
|
4510
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4511
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4512
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4513
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4514
4384
|
[x: `uint8[${string}]`]: undefined;
|
|
4385
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4386
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4387
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4388
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4515
4389
|
[x: `uint48[${string}]`]: undefined;
|
|
4516
4390
|
[x: `uint56[${string}]`]: undefined;
|
|
4517
4391
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4547,39 +4421,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4547
4421
|
bytes1?: undefined;
|
|
4548
4422
|
bytes5?: undefined;
|
|
4549
4423
|
bytes10?: undefined;
|
|
4424
|
+
bytes4?: undefined;
|
|
4550
4425
|
bytes2?: undefined;
|
|
4551
4426
|
bytes3?: undefined;
|
|
4552
|
-
bytes4?: undefined;
|
|
4553
|
-
bytes32?: undefined;
|
|
4554
|
-
bytes31?: undefined;
|
|
4555
|
-
bytes30?: undefined;
|
|
4556
|
-
bytes29?: undefined;
|
|
4557
|
-
bytes28?: undefined;
|
|
4558
|
-
bytes27?: undefined;
|
|
4559
|
-
bytes26?: undefined;
|
|
4560
|
-
bytes25?: undefined;
|
|
4561
|
-
bytes24?: undefined;
|
|
4562
|
-
bytes23?: undefined;
|
|
4563
|
-
bytes22?: undefined;
|
|
4564
|
-
bytes21?: undefined;
|
|
4565
|
-
bytes20?: undefined;
|
|
4566
|
-
bytes19?: undefined;
|
|
4567
|
-
bytes17?: undefined;
|
|
4568
|
-
bytes16?: undefined;
|
|
4569
|
-
bytes15?: undefined;
|
|
4570
|
-
bytes14?: undefined;
|
|
4571
|
-
bytes13?: undefined;
|
|
4572
|
-
bytes12?: undefined;
|
|
4573
|
-
bytes11?: undefined;
|
|
4574
|
-
bytes9?: undefined;
|
|
4575
|
-
bytes8?: undefined;
|
|
4576
|
-
bytes7?: undefined;
|
|
4577
4427
|
bytes6?: undefined;
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4428
|
+
bytes7?: undefined;
|
|
4429
|
+
bytes8?: undefined;
|
|
4430
|
+
bytes9?: undefined;
|
|
4431
|
+
bytes11?: undefined;
|
|
4432
|
+
bytes12?: undefined;
|
|
4433
|
+
bytes13?: undefined;
|
|
4434
|
+
bytes14?: undefined;
|
|
4435
|
+
bytes15?: undefined;
|
|
4436
|
+
bytes16?: undefined;
|
|
4437
|
+
bytes17?: undefined;
|
|
4438
|
+
bytes19?: undefined;
|
|
4439
|
+
bytes20?: undefined;
|
|
4440
|
+
bytes21?: undefined;
|
|
4441
|
+
bytes22?: undefined;
|
|
4442
|
+
bytes23?: undefined;
|
|
4443
|
+
bytes24?: undefined;
|
|
4444
|
+
bytes25?: undefined;
|
|
4445
|
+
bytes26?: undefined;
|
|
4446
|
+
bytes27?: undefined;
|
|
4447
|
+
bytes28?: undefined;
|
|
4448
|
+
bytes29?: undefined;
|
|
4449
|
+
bytes30?: undefined;
|
|
4450
|
+
bytes31?: undefined;
|
|
4451
|
+
bytes32?: undefined;
|
|
4582
4452
|
int8?: undefined;
|
|
4453
|
+
int16?: undefined;
|
|
4454
|
+
int24?: undefined;
|
|
4455
|
+
int32?: undefined;
|
|
4456
|
+
int40?: undefined;
|
|
4583
4457
|
int48?: undefined;
|
|
4584
4458
|
int56?: undefined;
|
|
4585
4459
|
int64?: undefined;
|
|
@@ -4607,11 +4481,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4607
4481
|
int240?: undefined;
|
|
4608
4482
|
int248?: undefined;
|
|
4609
4483
|
int256?: undefined;
|
|
4610
|
-
uint40?: undefined;
|
|
4611
|
-
uint32?: undefined;
|
|
4612
|
-
uint24?: undefined;
|
|
4613
|
-
uint16?: undefined;
|
|
4614
4484
|
uint8?: undefined;
|
|
4485
|
+
uint16?: undefined;
|
|
4486
|
+
uint24?: undefined;
|
|
4487
|
+
uint32?: undefined;
|
|
4488
|
+
uint40?: undefined;
|
|
4615
4489
|
uint48?: undefined;
|
|
4616
4490
|
uint56?: undefined;
|
|
4617
4491
|
uint64?: undefined;
|
|
@@ -4654,40 +4528,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4654
4528
|
[x: `bytes1[${string}]`]: undefined;
|
|
4655
4529
|
[x: `bytes5[${string}]`]: undefined;
|
|
4656
4530
|
[x: `bytes10[${string}]`]: undefined;
|
|
4531
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4657
4532
|
[x: `bytes2[${string}]`]: undefined;
|
|
4658
4533
|
[x: `bytes3[${string}]`]: undefined;
|
|
4659
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
4660
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
4661
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
4662
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
4663
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
4664
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
4665
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
4666
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
4667
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
4668
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
4669
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
4670
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
4671
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
4672
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
4673
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
4674
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
4675
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
4676
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
4677
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
4678
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
4679
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
4680
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
4681
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
4682
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
4683
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
4684
4534
|
[x: `bytes6[${string}]`]: undefined;
|
|
4535
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4536
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4537
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4538
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4539
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4540
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4541
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4542
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4543
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4544
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4545
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4546
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4547
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4548
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4549
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4550
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4551
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4552
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4553
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4554
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4555
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4556
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4557
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4558
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4685
4559
|
[x: `int[${string}]`]: undefined;
|
|
4686
|
-
[x: `int40[${string}]`]: undefined;
|
|
4687
|
-
[x: `int32[${string}]`]: undefined;
|
|
4688
|
-
[x: `int24[${string}]`]: undefined;
|
|
4689
|
-
[x: `int16[${string}]`]: undefined;
|
|
4690
4560
|
[x: `int8[${string}]`]: undefined;
|
|
4561
|
+
[x: `int16[${string}]`]: undefined;
|
|
4562
|
+
[x: `int24[${string}]`]: undefined;
|
|
4563
|
+
[x: `int32[${string}]`]: undefined;
|
|
4564
|
+
[x: `int40[${string}]`]: undefined;
|
|
4691
4565
|
[x: `int48[${string}]`]: undefined;
|
|
4692
4566
|
[x: `int56[${string}]`]: undefined;
|
|
4693
4567
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -4716,11 +4590,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4716
4590
|
[x: `int248[${string}]`]: undefined;
|
|
4717
4591
|
[x: `int256[${string}]`]: undefined;
|
|
4718
4592
|
[x: `uint[${string}]`]: undefined;
|
|
4719
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4720
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4721
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4722
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4723
4593
|
[x: `uint8[${string}]`]: undefined;
|
|
4594
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4595
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4596
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4597
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4724
4598
|
[x: `uint48[${string}]`]: undefined;
|
|
4725
4599
|
[x: `uint56[${string}]`]: undefined;
|
|
4726
4600
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4756,39 +4630,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4756
4630
|
bytes1?: undefined;
|
|
4757
4631
|
bytes5?: undefined;
|
|
4758
4632
|
bytes10?: undefined;
|
|
4633
|
+
bytes4?: undefined;
|
|
4759
4634
|
bytes2?: undefined;
|
|
4760
4635
|
bytes3?: undefined;
|
|
4761
|
-
bytes4?: undefined;
|
|
4762
|
-
bytes32?: undefined;
|
|
4763
|
-
bytes31?: undefined;
|
|
4764
|
-
bytes30?: undefined;
|
|
4765
|
-
bytes29?: undefined;
|
|
4766
|
-
bytes28?: undefined;
|
|
4767
|
-
bytes27?: undefined;
|
|
4768
|
-
bytes26?: undefined;
|
|
4769
|
-
bytes25?: undefined;
|
|
4770
|
-
bytes24?: undefined;
|
|
4771
|
-
bytes23?: undefined;
|
|
4772
|
-
bytes22?: undefined;
|
|
4773
|
-
bytes21?: undefined;
|
|
4774
|
-
bytes20?: undefined;
|
|
4775
|
-
bytes19?: undefined;
|
|
4776
|
-
bytes17?: undefined;
|
|
4777
|
-
bytes16?: undefined;
|
|
4778
|
-
bytes15?: undefined;
|
|
4779
|
-
bytes14?: undefined;
|
|
4780
|
-
bytes13?: undefined;
|
|
4781
|
-
bytes12?: undefined;
|
|
4782
|
-
bytes11?: undefined;
|
|
4783
|
-
bytes9?: undefined;
|
|
4784
|
-
bytes8?: undefined;
|
|
4785
|
-
bytes7?: undefined;
|
|
4786
4636
|
bytes6?: undefined;
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4637
|
+
bytes7?: undefined;
|
|
4638
|
+
bytes8?: undefined;
|
|
4639
|
+
bytes9?: undefined;
|
|
4640
|
+
bytes11?: undefined;
|
|
4641
|
+
bytes12?: undefined;
|
|
4642
|
+
bytes13?: undefined;
|
|
4643
|
+
bytes14?: undefined;
|
|
4644
|
+
bytes15?: undefined;
|
|
4645
|
+
bytes16?: undefined;
|
|
4646
|
+
bytes17?: undefined;
|
|
4647
|
+
bytes19?: undefined;
|
|
4648
|
+
bytes20?: undefined;
|
|
4649
|
+
bytes21?: undefined;
|
|
4650
|
+
bytes22?: undefined;
|
|
4651
|
+
bytes23?: undefined;
|
|
4652
|
+
bytes24?: undefined;
|
|
4653
|
+
bytes25?: undefined;
|
|
4654
|
+
bytes26?: undefined;
|
|
4655
|
+
bytes27?: undefined;
|
|
4656
|
+
bytes28?: undefined;
|
|
4657
|
+
bytes29?: undefined;
|
|
4658
|
+
bytes30?: undefined;
|
|
4659
|
+
bytes31?: undefined;
|
|
4660
|
+
bytes32?: undefined;
|
|
4791
4661
|
int8?: undefined;
|
|
4662
|
+
int16?: undefined;
|
|
4663
|
+
int24?: undefined;
|
|
4664
|
+
int32?: undefined;
|
|
4665
|
+
int40?: undefined;
|
|
4792
4666
|
int48?: undefined;
|
|
4793
4667
|
int56?: undefined;
|
|
4794
4668
|
int64?: undefined;
|
|
@@ -4816,11 +4690,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4816
4690
|
int240?: undefined;
|
|
4817
4691
|
int248?: undefined;
|
|
4818
4692
|
int256?: undefined;
|
|
4819
|
-
uint40?: undefined;
|
|
4820
|
-
uint32?: undefined;
|
|
4821
|
-
uint24?: undefined;
|
|
4822
|
-
uint16?: undefined;
|
|
4823
4693
|
uint8?: undefined;
|
|
4694
|
+
uint16?: undefined;
|
|
4695
|
+
uint24?: undefined;
|
|
4696
|
+
uint32?: undefined;
|
|
4697
|
+
uint40?: undefined;
|
|
4824
4698
|
uint48?: undefined;
|
|
4825
4699
|
uint56?: undefined;
|
|
4826
4700
|
uint64?: undefined;
|
|
@@ -5051,24 +4925,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5051
4925
|
Method: "eth_uninstallFilter";
|
|
5052
4926
|
Parameters: [filterId: `0x${string}`];
|
|
5053
4927
|
ReturnType: boolean;
|
|
5054
|
-
}, {
|
|
5055
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
5056
|
-
Parameters: [{
|
|
5057
|
-
policyId: string;
|
|
5058
|
-
entryPoint: `0x${string}`;
|
|
5059
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
5060
|
-
}];
|
|
5061
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
5062
|
-
}, {
|
|
5063
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
5064
|
-
Parameters: [{
|
|
5065
|
-
policyId: string;
|
|
5066
|
-
entryPoint: `0x${string}`;
|
|
5067
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
5068
|
-
dummySignature: `0x${string}`;
|
|
5069
|
-
overrides?: Partial<{}> | undefined;
|
|
5070
|
-
}];
|
|
5071
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
5072
4928
|
}, {
|
|
5073
4929
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
5074
4930
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -5137,40 +4993,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5137
4993
|
[x: `bytes1[${string}]`]: undefined;
|
|
5138
4994
|
[x: `bytes5[${string}]`]: undefined;
|
|
5139
4995
|
[x: `bytes10[${string}]`]: undefined;
|
|
4996
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5140
4997
|
[x: `bytes2[${string}]`]: undefined;
|
|
5141
4998
|
[x: `bytes3[${string}]`]: undefined;
|
|
5142
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
5143
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
5144
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
5145
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
5146
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
5147
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
5148
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
5149
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
5150
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
5151
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
5152
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
5153
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
5154
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
5155
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
5156
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
5157
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
5158
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
5159
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
5160
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
5161
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
5162
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
5163
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
5164
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
5165
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
5166
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
5167
4999
|
[x: `bytes6[${string}]`]: undefined;
|
|
5000
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5001
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5002
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5003
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5004
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5005
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5006
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5007
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5008
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5009
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5010
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5011
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5012
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5013
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5014
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5015
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5016
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5017
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5018
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5019
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5020
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5021
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5022
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5023
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5168
5024
|
[x: `int[${string}]`]: undefined;
|
|
5169
|
-
[x: `int40[${string}]`]: undefined;
|
|
5170
|
-
[x: `int32[${string}]`]: undefined;
|
|
5171
|
-
[x: `int24[${string}]`]: undefined;
|
|
5172
|
-
[x: `int16[${string}]`]: undefined;
|
|
5173
5025
|
[x: `int8[${string}]`]: undefined;
|
|
5026
|
+
[x: `int16[${string}]`]: undefined;
|
|
5027
|
+
[x: `int24[${string}]`]: undefined;
|
|
5028
|
+
[x: `int32[${string}]`]: undefined;
|
|
5029
|
+
[x: `int40[${string}]`]: undefined;
|
|
5174
5030
|
[x: `int48[${string}]`]: undefined;
|
|
5175
5031
|
[x: `int56[${string}]`]: undefined;
|
|
5176
5032
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -5199,11 +5055,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5199
5055
|
[x: `int248[${string}]`]: undefined;
|
|
5200
5056
|
[x: `int256[${string}]`]: undefined;
|
|
5201
5057
|
[x: `uint[${string}]`]: undefined;
|
|
5202
|
-
[x: `uint40[${string}]`]: undefined;
|
|
5203
|
-
[x: `uint32[${string}]`]: undefined;
|
|
5204
|
-
[x: `uint24[${string}]`]: undefined;
|
|
5205
|
-
[x: `uint16[${string}]`]: undefined;
|
|
5206
5058
|
[x: `uint8[${string}]`]: undefined;
|
|
5059
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5060
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5061
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5062
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5207
5063
|
[x: `uint48[${string}]`]: undefined;
|
|
5208
5064
|
[x: `uint56[${string}]`]: undefined;
|
|
5209
5065
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -5239,39 +5095,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5239
5095
|
bytes1?: undefined;
|
|
5240
5096
|
bytes5?: undefined;
|
|
5241
5097
|
bytes10?: undefined;
|
|
5098
|
+
bytes4?: undefined;
|
|
5242
5099
|
bytes2?: undefined;
|
|
5243
5100
|
bytes3?: undefined;
|
|
5244
|
-
bytes4?: undefined;
|
|
5245
|
-
bytes32?: undefined;
|
|
5246
|
-
bytes31?: undefined;
|
|
5247
|
-
bytes30?: undefined;
|
|
5248
|
-
bytes29?: undefined;
|
|
5249
|
-
bytes28?: undefined;
|
|
5250
|
-
bytes27?: undefined;
|
|
5251
|
-
bytes26?: undefined;
|
|
5252
|
-
bytes25?: undefined;
|
|
5253
|
-
bytes24?: undefined;
|
|
5254
|
-
bytes23?: undefined;
|
|
5255
|
-
bytes22?: undefined;
|
|
5256
|
-
bytes21?: undefined;
|
|
5257
|
-
bytes20?: undefined;
|
|
5258
|
-
bytes19?: undefined;
|
|
5259
|
-
bytes17?: undefined;
|
|
5260
|
-
bytes16?: undefined;
|
|
5261
|
-
bytes15?: undefined;
|
|
5262
|
-
bytes14?: undefined;
|
|
5263
|
-
bytes13?: undefined;
|
|
5264
|
-
bytes12?: undefined;
|
|
5265
|
-
bytes11?: undefined;
|
|
5266
|
-
bytes9?: undefined;
|
|
5267
|
-
bytes8?: undefined;
|
|
5268
|
-
bytes7?: undefined;
|
|
5269
5101
|
bytes6?: undefined;
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
|
|
5102
|
+
bytes7?: undefined;
|
|
5103
|
+
bytes8?: undefined;
|
|
5104
|
+
bytes9?: undefined;
|
|
5105
|
+
bytes11?: undefined;
|
|
5106
|
+
bytes12?: undefined;
|
|
5107
|
+
bytes13?: undefined;
|
|
5108
|
+
bytes14?: undefined;
|
|
5109
|
+
bytes15?: undefined;
|
|
5110
|
+
bytes16?: undefined;
|
|
5111
|
+
bytes17?: undefined;
|
|
5112
|
+
bytes19?: undefined;
|
|
5113
|
+
bytes20?: undefined;
|
|
5114
|
+
bytes21?: undefined;
|
|
5115
|
+
bytes22?: undefined;
|
|
5116
|
+
bytes23?: undefined;
|
|
5117
|
+
bytes24?: undefined;
|
|
5118
|
+
bytes25?: undefined;
|
|
5119
|
+
bytes26?: undefined;
|
|
5120
|
+
bytes27?: undefined;
|
|
5121
|
+
bytes28?: undefined;
|
|
5122
|
+
bytes29?: undefined;
|
|
5123
|
+
bytes30?: undefined;
|
|
5124
|
+
bytes31?: undefined;
|
|
5125
|
+
bytes32?: undefined;
|
|
5274
5126
|
int8?: undefined;
|
|
5127
|
+
int16?: undefined;
|
|
5128
|
+
int24?: undefined;
|
|
5129
|
+
int32?: undefined;
|
|
5130
|
+
int40?: undefined;
|
|
5275
5131
|
int48?: undefined;
|
|
5276
5132
|
int56?: undefined;
|
|
5277
5133
|
int64?: undefined;
|
|
@@ -5299,11 +5155,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5299
5155
|
int240?: undefined;
|
|
5300
5156
|
int248?: undefined;
|
|
5301
5157
|
int256?: undefined;
|
|
5302
|
-
uint40?: undefined;
|
|
5303
|
-
uint32?: undefined;
|
|
5304
|
-
uint24?: undefined;
|
|
5305
|
-
uint16?: undefined;
|
|
5306
5158
|
uint8?: undefined;
|
|
5159
|
+
uint16?: undefined;
|
|
5160
|
+
uint24?: undefined;
|
|
5161
|
+
uint32?: undefined;
|
|
5162
|
+
uint40?: undefined;
|
|
5307
5163
|
uint48?: undefined;
|
|
5308
5164
|
uint56?: undefined;
|
|
5309
5165
|
uint64?: undefined;
|
|
@@ -5346,40 +5202,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5346
5202
|
[x: `bytes1[${string}]`]: undefined;
|
|
5347
5203
|
[x: `bytes5[${string}]`]: undefined;
|
|
5348
5204
|
[x: `bytes10[${string}]`]: undefined;
|
|
5205
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5349
5206
|
[x: `bytes2[${string}]`]: undefined;
|
|
5350
5207
|
[x: `bytes3[${string}]`]: undefined;
|
|
5351
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
5352
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
5353
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
5354
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
5355
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
5356
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
5357
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
5358
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
5359
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
5360
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
5361
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
5362
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
5363
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
5364
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
5365
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
5366
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
5367
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
5368
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
5369
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
5370
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
5371
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
5372
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
5373
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
5374
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
5375
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
5376
5208
|
[x: `bytes6[${string}]`]: undefined;
|
|
5209
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5210
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5211
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5212
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5213
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5214
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5215
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5216
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5217
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5218
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5219
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5220
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5221
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5222
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5223
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5224
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5225
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5226
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5227
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5228
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5229
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5230
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5231
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5232
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5377
5233
|
[x: `int[${string}]`]: undefined;
|
|
5378
|
-
[x: `int40[${string}]`]: undefined;
|
|
5379
|
-
[x: `int32[${string}]`]: undefined;
|
|
5380
|
-
[x: `int24[${string}]`]: undefined;
|
|
5381
|
-
[x: `int16[${string}]`]: undefined;
|
|
5382
5234
|
[x: `int8[${string}]`]: undefined;
|
|
5235
|
+
[x: `int16[${string}]`]: undefined;
|
|
5236
|
+
[x: `int24[${string}]`]: undefined;
|
|
5237
|
+
[x: `int32[${string}]`]: undefined;
|
|
5238
|
+
[x: `int40[${string}]`]: undefined;
|
|
5383
5239
|
[x: `int48[${string}]`]: undefined;
|
|
5384
5240
|
[x: `int56[${string}]`]: undefined;
|
|
5385
5241
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -5408,11 +5264,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5408
5264
|
[x: `int248[${string}]`]: undefined;
|
|
5409
5265
|
[x: `int256[${string}]`]: undefined;
|
|
5410
5266
|
[x: `uint[${string}]`]: undefined;
|
|
5411
|
-
[x: `uint40[${string}]`]: undefined;
|
|
5412
|
-
[x: `uint32[${string}]`]: undefined;
|
|
5413
|
-
[x: `uint24[${string}]`]: undefined;
|
|
5414
|
-
[x: `uint16[${string}]`]: undefined;
|
|
5415
5267
|
[x: `uint8[${string}]`]: undefined;
|
|
5268
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5269
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5270
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5271
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5416
5272
|
[x: `uint48[${string}]`]: undefined;
|
|
5417
5273
|
[x: `uint56[${string}]`]: undefined;
|
|
5418
5274
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -5448,39 +5304,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5448
5304
|
bytes1?: undefined;
|
|
5449
5305
|
bytes5?: undefined;
|
|
5450
5306
|
bytes10?: undefined;
|
|
5307
|
+
bytes4?: undefined;
|
|
5451
5308
|
bytes2?: undefined;
|
|
5452
5309
|
bytes3?: undefined;
|
|
5453
|
-
bytes4?: undefined;
|
|
5454
|
-
bytes32?: undefined;
|
|
5455
|
-
bytes31?: undefined;
|
|
5456
|
-
bytes30?: undefined;
|
|
5457
|
-
bytes29?: undefined;
|
|
5458
|
-
bytes28?: undefined;
|
|
5459
|
-
bytes27?: undefined;
|
|
5460
|
-
bytes26?: undefined;
|
|
5461
|
-
bytes25?: undefined;
|
|
5462
|
-
bytes24?: undefined;
|
|
5463
|
-
bytes23?: undefined;
|
|
5464
|
-
bytes22?: undefined;
|
|
5465
|
-
bytes21?: undefined;
|
|
5466
|
-
bytes20?: undefined;
|
|
5467
|
-
bytes19?: undefined;
|
|
5468
|
-
bytes17?: undefined;
|
|
5469
|
-
bytes16?: undefined;
|
|
5470
|
-
bytes15?: undefined;
|
|
5471
|
-
bytes14?: undefined;
|
|
5472
|
-
bytes13?: undefined;
|
|
5473
|
-
bytes12?: undefined;
|
|
5474
|
-
bytes11?: undefined;
|
|
5475
|
-
bytes9?: undefined;
|
|
5476
|
-
bytes8?: undefined;
|
|
5477
|
-
bytes7?: undefined;
|
|
5478
5310
|
bytes6?: undefined;
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5311
|
+
bytes7?: undefined;
|
|
5312
|
+
bytes8?: undefined;
|
|
5313
|
+
bytes9?: undefined;
|
|
5314
|
+
bytes11?: undefined;
|
|
5315
|
+
bytes12?: undefined;
|
|
5316
|
+
bytes13?: undefined;
|
|
5317
|
+
bytes14?: undefined;
|
|
5318
|
+
bytes15?: undefined;
|
|
5319
|
+
bytes16?: undefined;
|
|
5320
|
+
bytes17?: undefined;
|
|
5321
|
+
bytes19?: undefined;
|
|
5322
|
+
bytes20?: undefined;
|
|
5323
|
+
bytes21?: undefined;
|
|
5324
|
+
bytes22?: undefined;
|
|
5325
|
+
bytes23?: undefined;
|
|
5326
|
+
bytes24?: undefined;
|
|
5327
|
+
bytes25?: undefined;
|
|
5328
|
+
bytes26?: undefined;
|
|
5329
|
+
bytes27?: undefined;
|
|
5330
|
+
bytes28?: undefined;
|
|
5331
|
+
bytes29?: undefined;
|
|
5332
|
+
bytes30?: undefined;
|
|
5333
|
+
bytes31?: undefined;
|
|
5334
|
+
bytes32?: undefined;
|
|
5483
5335
|
int8?: undefined;
|
|
5336
|
+
int16?: undefined;
|
|
5337
|
+
int24?: undefined;
|
|
5338
|
+
int32?: undefined;
|
|
5339
|
+
int40?: undefined;
|
|
5484
5340
|
int48?: undefined;
|
|
5485
5341
|
int56?: undefined;
|
|
5486
5342
|
int64?: undefined;
|
|
@@ -5508,11 +5364,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5508
5364
|
int240?: undefined;
|
|
5509
5365
|
int248?: undefined;
|
|
5510
5366
|
int256?: undefined;
|
|
5511
|
-
uint40?: undefined;
|
|
5512
|
-
uint32?: undefined;
|
|
5513
|
-
uint24?: undefined;
|
|
5514
|
-
uint16?: undefined;
|
|
5515
5367
|
uint8?: undefined;
|
|
5368
|
+
uint16?: undefined;
|
|
5369
|
+
uint24?: undefined;
|
|
5370
|
+
uint32?: undefined;
|
|
5371
|
+
uint40?: undefined;
|
|
5516
5372
|
uint48?: undefined;
|
|
5517
5373
|
uint56?: undefined;
|
|
5518
5374
|
uint64?: undefined;
|