@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
|
@@ -224,24 +224,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
224
224
|
Method: "eth_uninstallFilter";
|
|
225
225
|
Parameters: [filterId: `0x${string}`];
|
|
226
226
|
ReturnType: boolean;
|
|
227
|
-
}, {
|
|
228
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
229
|
-
Parameters: [{
|
|
230
|
-
policyId: string;
|
|
231
|
-
entryPoint: `0x${string}`;
|
|
232
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
233
|
-
}];
|
|
234
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
235
|
-
}, {
|
|
236
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
237
|
-
Parameters: [{
|
|
238
|
-
policyId: string;
|
|
239
|
-
entryPoint: `0x${string}`;
|
|
240
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
241
|
-
dummySignature: `0x${string}`;
|
|
242
|
-
overrides?: Partial<{}> | undefined;
|
|
243
|
-
}];
|
|
244
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
245
227
|
}, {
|
|
246
228
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
247
229
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -310,40 +292,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
310
292
|
[x: `bytes1[${string}]`]: undefined;
|
|
311
293
|
[x: `bytes5[${string}]`]: undefined;
|
|
312
294
|
[x: `bytes10[${string}]`]: undefined;
|
|
295
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
313
296
|
[x: `bytes2[${string}]`]: undefined;
|
|
314
297
|
[x: `bytes3[${string}]`]: undefined;
|
|
315
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
316
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
317
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
318
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
319
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
320
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
321
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
322
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
323
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
324
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
325
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
326
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
327
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
328
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
329
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
330
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
331
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
332
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
333
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
334
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
335
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
336
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
337
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
338
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
339
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
340
298
|
[x: `bytes6[${string}]`]: undefined;
|
|
299
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
300
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
301
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
302
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
303
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
304
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
305
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
306
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
307
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
308
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
309
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
310
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
311
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
312
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
313
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
314
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
315
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
316
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
317
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
318
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
319
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
320
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
321
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
322
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
341
323
|
[x: `int[${string}]`]: undefined;
|
|
342
|
-
[x: `int40[${string}]`]: undefined;
|
|
343
|
-
[x: `int32[${string}]`]: undefined;
|
|
344
|
-
[x: `int24[${string}]`]: undefined;
|
|
345
|
-
[x: `int16[${string}]`]: undefined;
|
|
346
324
|
[x: `int8[${string}]`]: undefined;
|
|
325
|
+
[x: `int16[${string}]`]: undefined;
|
|
326
|
+
[x: `int24[${string}]`]: undefined;
|
|
327
|
+
[x: `int32[${string}]`]: undefined;
|
|
328
|
+
[x: `int40[${string}]`]: undefined;
|
|
347
329
|
[x: `int48[${string}]`]: undefined;
|
|
348
330
|
[x: `int56[${string}]`]: undefined;
|
|
349
331
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -372,11 +354,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
372
354
|
[x: `int248[${string}]`]: undefined;
|
|
373
355
|
[x: `int256[${string}]`]: undefined;
|
|
374
356
|
[x: `uint[${string}]`]: undefined;
|
|
375
|
-
[x: `uint40[${string}]`]: undefined;
|
|
376
|
-
[x: `uint32[${string}]`]: undefined;
|
|
377
|
-
[x: `uint24[${string}]`]: undefined;
|
|
378
|
-
[x: `uint16[${string}]`]: undefined;
|
|
379
357
|
[x: `uint8[${string}]`]: undefined;
|
|
358
|
+
[x: `uint16[${string}]`]: undefined;
|
|
359
|
+
[x: `uint24[${string}]`]: undefined;
|
|
360
|
+
[x: `uint32[${string}]`]: undefined;
|
|
361
|
+
[x: `uint40[${string}]`]: undefined;
|
|
380
362
|
[x: `uint48[${string}]`]: undefined;
|
|
381
363
|
[x: `uint56[${string}]`]: undefined;
|
|
382
364
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -412,39 +394,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
412
394
|
bytes1?: undefined;
|
|
413
395
|
bytes5?: undefined;
|
|
414
396
|
bytes10?: undefined;
|
|
397
|
+
bytes4?: undefined;
|
|
415
398
|
bytes2?: undefined;
|
|
416
399
|
bytes3?: undefined;
|
|
417
|
-
bytes4?: undefined;
|
|
418
|
-
bytes32?: undefined;
|
|
419
|
-
bytes31?: undefined;
|
|
420
|
-
bytes30?: undefined;
|
|
421
|
-
bytes29?: undefined;
|
|
422
|
-
bytes28?: undefined;
|
|
423
|
-
bytes27?: undefined;
|
|
424
|
-
bytes26?: undefined;
|
|
425
|
-
bytes25?: undefined;
|
|
426
|
-
bytes24?: undefined;
|
|
427
|
-
bytes23?: undefined;
|
|
428
|
-
bytes22?: undefined;
|
|
429
|
-
bytes21?: undefined;
|
|
430
|
-
bytes20?: undefined;
|
|
431
|
-
bytes19?: undefined;
|
|
432
|
-
bytes17?: undefined;
|
|
433
|
-
bytes16?: undefined;
|
|
434
|
-
bytes15?: undefined;
|
|
435
|
-
bytes14?: undefined;
|
|
436
|
-
bytes13?: undefined;
|
|
437
|
-
bytes12?: undefined;
|
|
438
|
-
bytes11?: undefined;
|
|
439
|
-
bytes9?: undefined;
|
|
440
|
-
bytes8?: undefined;
|
|
441
|
-
bytes7?: undefined;
|
|
442
400
|
bytes6?: undefined;
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
401
|
+
bytes7?: undefined;
|
|
402
|
+
bytes8?: undefined;
|
|
403
|
+
bytes9?: undefined;
|
|
404
|
+
bytes11?: undefined;
|
|
405
|
+
bytes12?: undefined;
|
|
406
|
+
bytes13?: undefined;
|
|
407
|
+
bytes14?: undefined;
|
|
408
|
+
bytes15?: undefined;
|
|
409
|
+
bytes16?: undefined;
|
|
410
|
+
bytes17?: undefined;
|
|
411
|
+
bytes19?: undefined;
|
|
412
|
+
bytes20?: undefined;
|
|
413
|
+
bytes21?: undefined;
|
|
414
|
+
bytes22?: undefined;
|
|
415
|
+
bytes23?: undefined;
|
|
416
|
+
bytes24?: undefined;
|
|
417
|
+
bytes25?: undefined;
|
|
418
|
+
bytes26?: undefined;
|
|
419
|
+
bytes27?: undefined;
|
|
420
|
+
bytes28?: undefined;
|
|
421
|
+
bytes29?: undefined;
|
|
422
|
+
bytes30?: undefined;
|
|
423
|
+
bytes31?: undefined;
|
|
424
|
+
bytes32?: undefined;
|
|
447
425
|
int8?: undefined;
|
|
426
|
+
int16?: undefined;
|
|
427
|
+
int24?: undefined;
|
|
428
|
+
int32?: undefined;
|
|
429
|
+
int40?: undefined;
|
|
448
430
|
int48?: undefined;
|
|
449
431
|
int56?: undefined;
|
|
450
432
|
int64?: undefined;
|
|
@@ -472,11 +454,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
472
454
|
int240?: undefined;
|
|
473
455
|
int248?: undefined;
|
|
474
456
|
int256?: undefined;
|
|
475
|
-
uint40?: undefined;
|
|
476
|
-
uint32?: undefined;
|
|
477
|
-
uint24?: undefined;
|
|
478
|
-
uint16?: undefined;
|
|
479
457
|
uint8?: undefined;
|
|
458
|
+
uint16?: undefined;
|
|
459
|
+
uint24?: undefined;
|
|
460
|
+
uint32?: undefined;
|
|
461
|
+
uint40?: undefined;
|
|
480
462
|
uint48?: undefined;
|
|
481
463
|
uint56?: undefined;
|
|
482
464
|
uint64?: undefined;
|
|
@@ -519,40 +501,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
519
501
|
[x: `bytes1[${string}]`]: undefined;
|
|
520
502
|
[x: `bytes5[${string}]`]: undefined;
|
|
521
503
|
[x: `bytes10[${string}]`]: undefined;
|
|
504
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
522
505
|
[x: `bytes2[${string}]`]: undefined;
|
|
523
506
|
[x: `bytes3[${string}]`]: undefined;
|
|
524
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
525
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
526
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
527
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
528
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
529
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
530
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
531
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
532
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
533
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
534
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
535
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
536
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
537
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
538
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
539
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
540
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
541
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
542
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
543
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
544
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
545
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
546
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
547
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
548
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
549
507
|
[x: `bytes6[${string}]`]: undefined;
|
|
508
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
509
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
510
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
511
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
512
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
513
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
514
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
515
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
516
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
517
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
518
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
519
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
520
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
521
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
522
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
523
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
524
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
525
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
526
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
527
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
528
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
529
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
530
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
531
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
550
532
|
[x: `int[${string}]`]: undefined;
|
|
551
|
-
[x: `int40[${string}]`]: undefined;
|
|
552
|
-
[x: `int32[${string}]`]: undefined;
|
|
553
|
-
[x: `int24[${string}]`]: undefined;
|
|
554
|
-
[x: `int16[${string}]`]: undefined;
|
|
555
533
|
[x: `int8[${string}]`]: undefined;
|
|
534
|
+
[x: `int16[${string}]`]: undefined;
|
|
535
|
+
[x: `int24[${string}]`]: undefined;
|
|
536
|
+
[x: `int32[${string}]`]: undefined;
|
|
537
|
+
[x: `int40[${string}]`]: undefined;
|
|
556
538
|
[x: `int48[${string}]`]: undefined;
|
|
557
539
|
[x: `int56[${string}]`]: undefined;
|
|
558
540
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -581,11 +563,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
581
563
|
[x: `int248[${string}]`]: undefined;
|
|
582
564
|
[x: `int256[${string}]`]: undefined;
|
|
583
565
|
[x: `uint[${string}]`]: undefined;
|
|
584
|
-
[x: `uint40[${string}]`]: undefined;
|
|
585
|
-
[x: `uint32[${string}]`]: undefined;
|
|
586
|
-
[x: `uint24[${string}]`]: undefined;
|
|
587
|
-
[x: `uint16[${string}]`]: undefined;
|
|
588
566
|
[x: `uint8[${string}]`]: undefined;
|
|
567
|
+
[x: `uint16[${string}]`]: undefined;
|
|
568
|
+
[x: `uint24[${string}]`]: undefined;
|
|
569
|
+
[x: `uint32[${string}]`]: undefined;
|
|
570
|
+
[x: `uint40[${string}]`]: undefined;
|
|
589
571
|
[x: `uint48[${string}]`]: undefined;
|
|
590
572
|
[x: `uint56[${string}]`]: undefined;
|
|
591
573
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -621,71 +603,71 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
621
603
|
bytes1?: undefined;
|
|
622
604
|
bytes5?: undefined;
|
|
623
605
|
bytes10?: undefined;
|
|
606
|
+
bytes4?: undefined;
|
|
624
607
|
bytes2?: undefined;
|
|
625
608
|
bytes3?: undefined;
|
|
626
|
-
bytes4?: undefined;
|
|
627
|
-
bytes32?: undefined;
|
|
628
|
-
bytes31?: undefined;
|
|
629
|
-
bytes30?: undefined;
|
|
630
|
-
bytes29?: undefined;
|
|
631
|
-
bytes28?: undefined;
|
|
632
|
-
bytes27?: undefined;
|
|
633
|
-
bytes26?: undefined;
|
|
634
|
-
bytes25?: undefined;
|
|
635
|
-
bytes24?: undefined;
|
|
636
|
-
bytes23?: undefined;
|
|
637
|
-
bytes22?: undefined;
|
|
638
|
-
bytes21?: undefined;
|
|
639
|
-
bytes20?: undefined;
|
|
640
|
-
bytes19?: undefined;
|
|
641
|
-
bytes17?: undefined;
|
|
642
|
-
bytes16?: undefined;
|
|
643
|
-
bytes15?: undefined;
|
|
644
|
-
bytes14?: undefined;
|
|
645
|
-
bytes13?: undefined;
|
|
646
|
-
bytes12?: undefined;
|
|
647
|
-
bytes11?: undefined;
|
|
648
|
-
bytes9?: undefined;
|
|
649
|
-
bytes8?: undefined;
|
|
650
|
-
bytes7?: undefined;
|
|
651
609
|
bytes6?: undefined;
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
610
|
+
bytes7?: undefined;
|
|
611
|
+
bytes8?: undefined;
|
|
612
|
+
bytes9?: undefined;
|
|
613
|
+
bytes11?: undefined;
|
|
614
|
+
bytes12?: undefined;
|
|
615
|
+
bytes13?: undefined;
|
|
616
|
+
bytes14?: undefined;
|
|
617
|
+
bytes15?: undefined;
|
|
618
|
+
bytes16?: undefined;
|
|
619
|
+
bytes17?: undefined;
|
|
620
|
+
bytes19?: undefined;
|
|
621
|
+
bytes20?: undefined;
|
|
622
|
+
bytes21?: undefined;
|
|
623
|
+
bytes22?: undefined;
|
|
624
|
+
bytes23?: undefined;
|
|
625
|
+
bytes24?: undefined;
|
|
626
|
+
bytes25?: undefined;
|
|
627
|
+
bytes26?: undefined;
|
|
628
|
+
bytes27?: undefined;
|
|
629
|
+
bytes28?: undefined;
|
|
630
|
+
bytes29?: undefined;
|
|
631
|
+
bytes30?: undefined;
|
|
632
|
+
bytes31?: undefined;
|
|
633
|
+
bytes32?: undefined;
|
|
634
|
+
int8?: undefined;
|
|
635
|
+
int16?: undefined;
|
|
636
|
+
int24?: undefined;
|
|
637
|
+
int32?: undefined;
|
|
638
|
+
int40?: undefined;
|
|
639
|
+
int48?: undefined;
|
|
640
|
+
int56?: undefined;
|
|
641
|
+
int64?: undefined;
|
|
642
|
+
int72?: undefined;
|
|
643
|
+
int80?: undefined;
|
|
644
|
+
int88?: undefined;
|
|
645
|
+
int96?: undefined;
|
|
646
|
+
int104?: undefined;
|
|
647
|
+
int112?: undefined;
|
|
648
|
+
int120?: undefined;
|
|
649
|
+
int128?: undefined;
|
|
650
|
+
int136?: undefined;
|
|
651
|
+
int144?: undefined;
|
|
652
|
+
int152?: undefined;
|
|
653
|
+
int160?: undefined;
|
|
654
|
+
int168?: undefined;
|
|
655
|
+
int176?: undefined;
|
|
656
|
+
int184?: undefined;
|
|
657
|
+
int192?: undefined;
|
|
658
|
+
int200?: undefined;
|
|
659
|
+
int208?: undefined;
|
|
678
660
|
int216?: undefined;
|
|
679
661
|
int224?: undefined;
|
|
680
662
|
int232?: undefined;
|
|
681
663
|
int240?: undefined;
|
|
682
664
|
int248?: undefined;
|
|
683
665
|
int256?: undefined;
|
|
684
|
-
uint40?: undefined;
|
|
685
|
-
uint32?: undefined;
|
|
686
|
-
uint24?: undefined;
|
|
687
|
-
uint16?: undefined;
|
|
688
666
|
uint8?: undefined;
|
|
667
|
+
uint16?: undefined;
|
|
668
|
+
uint24?: undefined;
|
|
669
|
+
uint32?: undefined;
|
|
670
|
+
uint40?: undefined;
|
|
689
671
|
uint48?: undefined;
|
|
690
672
|
uint56?: undefined;
|
|
691
673
|
uint64?: undefined;
|
|
@@ -916,24 +898,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
916
898
|
Method: "eth_uninstallFilter";
|
|
917
899
|
Parameters: [filterId: `0x${string}`];
|
|
918
900
|
ReturnType: boolean;
|
|
919
|
-
}, {
|
|
920
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
921
|
-
Parameters: [{
|
|
922
|
-
policyId: string;
|
|
923
|
-
entryPoint: `0x${string}`;
|
|
924
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
925
|
-
}];
|
|
926
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
927
|
-
}, {
|
|
928
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
929
|
-
Parameters: [{
|
|
930
|
-
policyId: string;
|
|
931
|
-
entryPoint: `0x${string}`;
|
|
932
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
933
|
-
dummySignature: `0x${string}`;
|
|
934
|
-
overrides?: Partial<{}> | undefined;
|
|
935
|
-
}];
|
|
936
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
937
901
|
}, {
|
|
938
902
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
939
903
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -1002,40 +966,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1002
966
|
[x: `bytes1[${string}]`]: undefined;
|
|
1003
967
|
[x: `bytes5[${string}]`]: undefined;
|
|
1004
968
|
[x: `bytes10[${string}]`]: undefined;
|
|
969
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1005
970
|
[x: `bytes2[${string}]`]: undefined;
|
|
1006
971
|
[x: `bytes3[${string}]`]: undefined;
|
|
1007
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1008
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1009
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1010
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1011
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1012
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1013
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1014
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1015
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1016
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1017
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1018
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1019
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1020
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1021
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1022
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1023
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1024
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1025
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1026
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1027
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1028
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1029
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1030
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1031
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1032
972
|
[x: `bytes6[${string}]`]: undefined;
|
|
973
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
974
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
975
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
976
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
977
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
978
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
979
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
980
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
981
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
982
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
983
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
984
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
985
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
986
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
987
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
988
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
989
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
990
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
991
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
992
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
993
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
994
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
995
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
996
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1033
997
|
[x: `int[${string}]`]: undefined;
|
|
1034
|
-
[x: `int40[${string}]`]: undefined;
|
|
1035
|
-
[x: `int32[${string}]`]: undefined;
|
|
1036
|
-
[x: `int24[${string}]`]: undefined;
|
|
1037
|
-
[x: `int16[${string}]`]: undefined;
|
|
1038
998
|
[x: `int8[${string}]`]: undefined;
|
|
999
|
+
[x: `int16[${string}]`]: undefined;
|
|
1000
|
+
[x: `int24[${string}]`]: undefined;
|
|
1001
|
+
[x: `int32[${string}]`]: undefined;
|
|
1002
|
+
[x: `int40[${string}]`]: undefined;
|
|
1039
1003
|
[x: `int48[${string}]`]: undefined;
|
|
1040
1004
|
[x: `int56[${string}]`]: undefined;
|
|
1041
1005
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1064,11 +1028,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1064
1028
|
[x: `int248[${string}]`]: undefined;
|
|
1065
1029
|
[x: `int256[${string}]`]: undefined;
|
|
1066
1030
|
[x: `uint[${string}]`]: undefined;
|
|
1067
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1068
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1069
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1070
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1071
1031
|
[x: `uint8[${string}]`]: undefined;
|
|
1032
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1033
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1034
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1035
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1072
1036
|
[x: `uint48[${string}]`]: undefined;
|
|
1073
1037
|
[x: `uint56[${string}]`]: undefined;
|
|
1074
1038
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1104,39 +1068,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1104
1068
|
bytes1?: undefined;
|
|
1105
1069
|
bytes5?: undefined;
|
|
1106
1070
|
bytes10?: undefined;
|
|
1071
|
+
bytes4?: undefined;
|
|
1107
1072
|
bytes2?: undefined;
|
|
1108
1073
|
bytes3?: undefined;
|
|
1109
|
-
bytes4?: undefined;
|
|
1110
|
-
bytes32?: undefined;
|
|
1111
|
-
bytes31?: undefined;
|
|
1112
|
-
bytes30?: undefined;
|
|
1113
|
-
bytes29?: undefined;
|
|
1114
|
-
bytes28?: undefined;
|
|
1115
|
-
bytes27?: undefined;
|
|
1116
|
-
bytes26?: undefined;
|
|
1117
|
-
bytes25?: undefined;
|
|
1118
|
-
bytes24?: undefined;
|
|
1119
|
-
bytes23?: undefined;
|
|
1120
|
-
bytes22?: undefined;
|
|
1121
|
-
bytes21?: undefined;
|
|
1122
|
-
bytes20?: undefined;
|
|
1123
|
-
bytes19?: undefined;
|
|
1124
|
-
bytes17?: undefined;
|
|
1125
|
-
bytes16?: undefined;
|
|
1126
|
-
bytes15?: undefined;
|
|
1127
|
-
bytes14?: undefined;
|
|
1128
|
-
bytes13?: undefined;
|
|
1129
|
-
bytes12?: undefined;
|
|
1130
|
-
bytes11?: undefined;
|
|
1131
|
-
bytes9?: undefined;
|
|
1132
|
-
bytes8?: undefined;
|
|
1133
|
-
bytes7?: undefined;
|
|
1134
1074
|
bytes6?: undefined;
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1075
|
+
bytes7?: undefined;
|
|
1076
|
+
bytes8?: undefined;
|
|
1077
|
+
bytes9?: undefined;
|
|
1078
|
+
bytes11?: undefined;
|
|
1079
|
+
bytes12?: undefined;
|
|
1080
|
+
bytes13?: undefined;
|
|
1081
|
+
bytes14?: undefined;
|
|
1082
|
+
bytes15?: undefined;
|
|
1083
|
+
bytes16?: undefined;
|
|
1084
|
+
bytes17?: undefined;
|
|
1085
|
+
bytes19?: undefined;
|
|
1086
|
+
bytes20?: undefined;
|
|
1087
|
+
bytes21?: undefined;
|
|
1088
|
+
bytes22?: undefined;
|
|
1089
|
+
bytes23?: undefined;
|
|
1090
|
+
bytes24?: undefined;
|
|
1091
|
+
bytes25?: undefined;
|
|
1092
|
+
bytes26?: undefined;
|
|
1093
|
+
bytes27?: undefined;
|
|
1094
|
+
bytes28?: undefined;
|
|
1095
|
+
bytes29?: undefined;
|
|
1096
|
+
bytes30?: undefined;
|
|
1097
|
+
bytes31?: undefined;
|
|
1098
|
+
bytes32?: undefined;
|
|
1139
1099
|
int8?: undefined;
|
|
1100
|
+
int16?: undefined;
|
|
1101
|
+
int24?: undefined;
|
|
1102
|
+
int32?: undefined;
|
|
1103
|
+
int40?: undefined;
|
|
1140
1104
|
int48?: undefined;
|
|
1141
1105
|
int56?: undefined;
|
|
1142
1106
|
int64?: undefined;
|
|
@@ -1164,11 +1128,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1164
1128
|
int240?: undefined;
|
|
1165
1129
|
int248?: undefined;
|
|
1166
1130
|
int256?: undefined;
|
|
1167
|
-
uint40?: undefined;
|
|
1168
|
-
uint32?: undefined;
|
|
1169
|
-
uint24?: undefined;
|
|
1170
|
-
uint16?: undefined;
|
|
1171
1131
|
uint8?: undefined;
|
|
1132
|
+
uint16?: undefined;
|
|
1133
|
+
uint24?: undefined;
|
|
1134
|
+
uint32?: undefined;
|
|
1135
|
+
uint40?: undefined;
|
|
1172
1136
|
uint48?: undefined;
|
|
1173
1137
|
uint56?: undefined;
|
|
1174
1138
|
uint64?: undefined;
|
|
@@ -1211,40 +1175,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1211
1175
|
[x: `bytes1[${string}]`]: undefined;
|
|
1212
1176
|
[x: `bytes5[${string}]`]: undefined;
|
|
1213
1177
|
[x: `bytes10[${string}]`]: undefined;
|
|
1178
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1214
1179
|
[x: `bytes2[${string}]`]: undefined;
|
|
1215
1180
|
[x: `bytes3[${string}]`]: undefined;
|
|
1216
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1217
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1218
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1219
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1220
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1221
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1222
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1223
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1224
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1225
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1226
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1227
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1228
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1229
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1230
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1231
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1232
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1233
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1234
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1235
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1236
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1237
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1238
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1239
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1240
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1241
1181
|
[x: `bytes6[${string}]`]: undefined;
|
|
1182
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1183
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1184
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1185
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1186
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1187
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1188
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1189
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1190
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1191
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1192
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1193
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1194
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1195
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1196
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1197
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1198
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1199
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1200
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1201
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1202
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1203
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1204
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1205
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1242
1206
|
[x: `int[${string}]`]: undefined;
|
|
1243
|
-
[x: `int40[${string}]`]: undefined;
|
|
1244
|
-
[x: `int32[${string}]`]: undefined;
|
|
1245
|
-
[x: `int24[${string}]`]: undefined;
|
|
1246
|
-
[x: `int16[${string}]`]: undefined;
|
|
1247
1207
|
[x: `int8[${string}]`]: undefined;
|
|
1208
|
+
[x: `int16[${string}]`]: undefined;
|
|
1209
|
+
[x: `int24[${string}]`]: undefined;
|
|
1210
|
+
[x: `int32[${string}]`]: undefined;
|
|
1211
|
+
[x: `int40[${string}]`]: undefined;
|
|
1248
1212
|
[x: `int48[${string}]`]: undefined;
|
|
1249
1213
|
[x: `int56[${string}]`]: undefined;
|
|
1250
1214
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1273,11 +1237,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1273
1237
|
[x: `int248[${string}]`]: undefined;
|
|
1274
1238
|
[x: `int256[${string}]`]: undefined;
|
|
1275
1239
|
[x: `uint[${string}]`]: undefined;
|
|
1276
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1277
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1278
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1279
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1280
1240
|
[x: `uint8[${string}]`]: undefined;
|
|
1241
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1242
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1243
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1244
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1281
1245
|
[x: `uint48[${string}]`]: undefined;
|
|
1282
1246
|
[x: `uint56[${string}]`]: undefined;
|
|
1283
1247
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1313,39 +1277,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1313
1277
|
bytes1?: undefined;
|
|
1314
1278
|
bytes5?: undefined;
|
|
1315
1279
|
bytes10?: undefined;
|
|
1280
|
+
bytes4?: undefined;
|
|
1316
1281
|
bytes2?: undefined;
|
|
1317
1282
|
bytes3?: undefined;
|
|
1318
|
-
bytes4?: undefined;
|
|
1319
|
-
bytes32?: undefined;
|
|
1320
|
-
bytes31?: undefined;
|
|
1321
|
-
bytes30?: undefined;
|
|
1322
|
-
bytes29?: undefined;
|
|
1323
|
-
bytes28?: undefined;
|
|
1324
|
-
bytes27?: undefined;
|
|
1325
|
-
bytes26?: undefined;
|
|
1326
|
-
bytes25?: undefined;
|
|
1327
|
-
bytes24?: undefined;
|
|
1328
|
-
bytes23?: undefined;
|
|
1329
|
-
bytes22?: undefined;
|
|
1330
|
-
bytes21?: undefined;
|
|
1331
|
-
bytes20?: undefined;
|
|
1332
|
-
bytes19?: undefined;
|
|
1333
|
-
bytes17?: undefined;
|
|
1334
|
-
bytes16?: undefined;
|
|
1335
|
-
bytes15?: undefined;
|
|
1336
|
-
bytes14?: undefined;
|
|
1337
|
-
bytes13?: undefined;
|
|
1338
|
-
bytes12?: undefined;
|
|
1339
|
-
bytes11?: undefined;
|
|
1340
|
-
bytes9?: undefined;
|
|
1341
|
-
bytes8?: undefined;
|
|
1342
|
-
bytes7?: undefined;
|
|
1343
1283
|
bytes6?: undefined;
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1284
|
+
bytes7?: undefined;
|
|
1285
|
+
bytes8?: undefined;
|
|
1286
|
+
bytes9?: undefined;
|
|
1287
|
+
bytes11?: undefined;
|
|
1288
|
+
bytes12?: undefined;
|
|
1289
|
+
bytes13?: undefined;
|
|
1290
|
+
bytes14?: undefined;
|
|
1291
|
+
bytes15?: undefined;
|
|
1292
|
+
bytes16?: undefined;
|
|
1293
|
+
bytes17?: undefined;
|
|
1294
|
+
bytes19?: undefined;
|
|
1295
|
+
bytes20?: undefined;
|
|
1296
|
+
bytes21?: undefined;
|
|
1297
|
+
bytes22?: undefined;
|
|
1298
|
+
bytes23?: undefined;
|
|
1299
|
+
bytes24?: undefined;
|
|
1300
|
+
bytes25?: undefined;
|
|
1301
|
+
bytes26?: undefined;
|
|
1302
|
+
bytes27?: undefined;
|
|
1303
|
+
bytes28?: undefined;
|
|
1304
|
+
bytes29?: undefined;
|
|
1305
|
+
bytes30?: undefined;
|
|
1306
|
+
bytes31?: undefined;
|
|
1307
|
+
bytes32?: undefined;
|
|
1348
1308
|
int8?: undefined;
|
|
1309
|
+
int16?: undefined;
|
|
1310
|
+
int24?: undefined;
|
|
1311
|
+
int32?: undefined;
|
|
1312
|
+
int40?: undefined;
|
|
1349
1313
|
int48?: undefined;
|
|
1350
1314
|
int56?: undefined;
|
|
1351
1315
|
int64?: undefined;
|
|
@@ -1373,11 +1337,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1373
1337
|
int240?: undefined;
|
|
1374
1338
|
int248?: undefined;
|
|
1375
1339
|
int256?: undefined;
|
|
1376
|
-
uint40?: undefined;
|
|
1377
|
-
uint32?: undefined;
|
|
1378
|
-
uint24?: undefined;
|
|
1379
|
-
uint16?: undefined;
|
|
1380
1340
|
uint8?: undefined;
|
|
1341
|
+
uint16?: undefined;
|
|
1342
|
+
uint24?: undefined;
|
|
1343
|
+
uint32?: undefined;
|
|
1344
|
+
uint40?: undefined;
|
|
1381
1345
|
uint48?: undefined;
|
|
1382
1346
|
uint56?: undefined;
|
|
1383
1347
|
uint64?: undefined;
|
|
@@ -1608,24 +1572,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1608
1572
|
Method: "eth_uninstallFilter";
|
|
1609
1573
|
Parameters: [filterId: `0x${string}`];
|
|
1610
1574
|
ReturnType: boolean;
|
|
1611
|
-
}, {
|
|
1612
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
1613
|
-
Parameters: [{
|
|
1614
|
-
policyId: string;
|
|
1615
|
-
entryPoint: `0x${string}`;
|
|
1616
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
1617
|
-
}];
|
|
1618
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
1619
|
-
}, {
|
|
1620
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
1621
|
-
Parameters: [{
|
|
1622
|
-
policyId: string;
|
|
1623
|
-
entryPoint: `0x${string}`;
|
|
1624
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
1625
|
-
dummySignature: `0x${string}`;
|
|
1626
|
-
overrides?: Partial<{}> | undefined;
|
|
1627
|
-
}];
|
|
1628
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
1629
1575
|
}, {
|
|
1630
1576
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
1631
1577
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -1694,40 +1640,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1694
1640
|
[x: `bytes1[${string}]`]: undefined;
|
|
1695
1641
|
[x: `bytes5[${string}]`]: undefined;
|
|
1696
1642
|
[x: `bytes10[${string}]`]: undefined;
|
|
1643
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1697
1644
|
[x: `bytes2[${string}]`]: undefined;
|
|
1698
1645
|
[x: `bytes3[${string}]`]: undefined;
|
|
1699
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1700
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1701
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1702
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1703
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1704
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1705
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1706
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1707
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1708
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1709
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1710
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1711
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1712
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1713
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1714
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1715
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1716
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1717
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1718
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1719
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1720
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1721
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1722
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1723
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1724
1646
|
[x: `bytes6[${string}]`]: undefined;
|
|
1647
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1648
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1649
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1650
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1651
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1652
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1653
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1654
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1655
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1656
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1657
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1658
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1659
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1660
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1661
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1662
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1663
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1664
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1665
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1666
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1667
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1668
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1669
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1670
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1725
1671
|
[x: `int[${string}]`]: undefined;
|
|
1726
|
-
[x: `int40[${string}]`]: undefined;
|
|
1727
|
-
[x: `int32[${string}]`]: undefined;
|
|
1728
|
-
[x: `int24[${string}]`]: undefined;
|
|
1729
|
-
[x: `int16[${string}]`]: undefined;
|
|
1730
1672
|
[x: `int8[${string}]`]: undefined;
|
|
1673
|
+
[x: `int16[${string}]`]: undefined;
|
|
1674
|
+
[x: `int24[${string}]`]: undefined;
|
|
1675
|
+
[x: `int32[${string}]`]: undefined;
|
|
1676
|
+
[x: `int40[${string}]`]: undefined;
|
|
1731
1677
|
[x: `int48[${string}]`]: undefined;
|
|
1732
1678
|
[x: `int56[${string}]`]: undefined;
|
|
1733
1679
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -1756,11 +1702,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1756
1702
|
[x: `int248[${string}]`]: undefined;
|
|
1757
1703
|
[x: `int256[${string}]`]: undefined;
|
|
1758
1704
|
[x: `uint[${string}]`]: undefined;
|
|
1759
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1760
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1761
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1762
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1763
1705
|
[x: `uint8[${string}]`]: undefined;
|
|
1706
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1707
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1708
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1709
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1764
1710
|
[x: `uint48[${string}]`]: undefined;
|
|
1765
1711
|
[x: `uint56[${string}]`]: undefined;
|
|
1766
1712
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -1796,39 +1742,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1796
1742
|
bytes1?: undefined;
|
|
1797
1743
|
bytes5?: undefined;
|
|
1798
1744
|
bytes10?: undefined;
|
|
1745
|
+
bytes4?: undefined;
|
|
1799
1746
|
bytes2?: undefined;
|
|
1800
1747
|
bytes3?: undefined;
|
|
1801
|
-
bytes4?: undefined;
|
|
1802
|
-
bytes32?: undefined;
|
|
1803
|
-
bytes31?: undefined;
|
|
1804
|
-
bytes30?: undefined;
|
|
1805
|
-
bytes29?: undefined;
|
|
1806
|
-
bytes28?: undefined;
|
|
1807
|
-
bytes27?: undefined;
|
|
1808
|
-
bytes26?: undefined;
|
|
1809
|
-
bytes25?: undefined;
|
|
1810
|
-
bytes24?: undefined;
|
|
1811
|
-
bytes23?: undefined;
|
|
1812
|
-
bytes22?: undefined;
|
|
1813
|
-
bytes21?: undefined;
|
|
1814
|
-
bytes20?: undefined;
|
|
1815
|
-
bytes19?: undefined;
|
|
1816
|
-
bytes17?: undefined;
|
|
1817
|
-
bytes16?: undefined;
|
|
1818
|
-
bytes15?: undefined;
|
|
1819
|
-
bytes14?: undefined;
|
|
1820
|
-
bytes13?: undefined;
|
|
1821
|
-
bytes12?: undefined;
|
|
1822
|
-
bytes11?: undefined;
|
|
1823
|
-
bytes9?: undefined;
|
|
1824
|
-
bytes8?: undefined;
|
|
1825
|
-
bytes7?: undefined;
|
|
1826
1748
|
bytes6?: undefined;
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1749
|
+
bytes7?: undefined;
|
|
1750
|
+
bytes8?: undefined;
|
|
1751
|
+
bytes9?: undefined;
|
|
1752
|
+
bytes11?: undefined;
|
|
1753
|
+
bytes12?: undefined;
|
|
1754
|
+
bytes13?: undefined;
|
|
1755
|
+
bytes14?: undefined;
|
|
1756
|
+
bytes15?: undefined;
|
|
1757
|
+
bytes16?: undefined;
|
|
1758
|
+
bytes17?: undefined;
|
|
1759
|
+
bytes19?: undefined;
|
|
1760
|
+
bytes20?: undefined;
|
|
1761
|
+
bytes21?: undefined;
|
|
1762
|
+
bytes22?: undefined;
|
|
1763
|
+
bytes23?: undefined;
|
|
1764
|
+
bytes24?: undefined;
|
|
1765
|
+
bytes25?: undefined;
|
|
1766
|
+
bytes26?: undefined;
|
|
1767
|
+
bytes27?: undefined;
|
|
1768
|
+
bytes28?: undefined;
|
|
1769
|
+
bytes29?: undefined;
|
|
1770
|
+
bytes30?: undefined;
|
|
1771
|
+
bytes31?: undefined;
|
|
1772
|
+
bytes32?: undefined;
|
|
1831
1773
|
int8?: undefined;
|
|
1774
|
+
int16?: undefined;
|
|
1775
|
+
int24?: undefined;
|
|
1776
|
+
int32?: undefined;
|
|
1777
|
+
int40?: undefined;
|
|
1832
1778
|
int48?: undefined;
|
|
1833
1779
|
int56?: undefined;
|
|
1834
1780
|
int64?: undefined;
|
|
@@ -1856,11 +1802,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1856
1802
|
int240?: undefined;
|
|
1857
1803
|
int248?: undefined;
|
|
1858
1804
|
int256?: undefined;
|
|
1859
|
-
uint40?: undefined;
|
|
1860
|
-
uint32?: undefined;
|
|
1861
|
-
uint24?: undefined;
|
|
1862
|
-
uint16?: undefined;
|
|
1863
1805
|
uint8?: undefined;
|
|
1806
|
+
uint16?: undefined;
|
|
1807
|
+
uint24?: undefined;
|
|
1808
|
+
uint32?: undefined;
|
|
1809
|
+
uint40?: undefined;
|
|
1864
1810
|
uint48?: undefined;
|
|
1865
1811
|
uint56?: undefined;
|
|
1866
1812
|
uint64?: undefined;
|
|
@@ -1903,54 +1849,54 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1903
1849
|
[x: `bytes1[${string}]`]: undefined;
|
|
1904
1850
|
[x: `bytes5[${string}]`]: undefined;
|
|
1905
1851
|
[x: `bytes10[${string}]`]: undefined;
|
|
1852
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
1906
1853
|
[x: `bytes2[${string}]`]: undefined;
|
|
1907
1854
|
[x: `bytes3[${string}]`]: undefined;
|
|
1908
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
1909
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
1910
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
1911
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
1912
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
1913
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
1914
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
1915
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
1916
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
1917
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
1918
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
1919
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
1920
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
1921
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
1922
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
1923
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
1924
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
1925
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
1926
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
1927
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
1928
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
1929
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
1930
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
1931
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
1932
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
1933
1855
|
[x: `bytes6[${string}]`]: undefined;
|
|
1934
|
-
[x: `
|
|
1935
|
-
[x: `
|
|
1936
|
-
[x: `
|
|
1937
|
-
[x: `
|
|
1938
|
-
[x: `
|
|
1939
|
-
[x: `
|
|
1940
|
-
[x: `
|
|
1941
|
-
[x: `
|
|
1942
|
-
[x: `
|
|
1943
|
-
[x: `
|
|
1944
|
-
[x: `
|
|
1945
|
-
[x: `
|
|
1946
|
-
[x: `
|
|
1947
|
-
[x: `
|
|
1948
|
-
[x: `
|
|
1949
|
-
[x: `
|
|
1950
|
-
[x: `
|
|
1951
|
-
[x: `
|
|
1952
|
-
[x: `
|
|
1953
|
-
[x: `
|
|
1856
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
1857
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
1858
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
1859
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
1860
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
1861
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
1862
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
1863
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
1864
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
1865
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
1866
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
1867
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
1868
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
1869
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
1870
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
1871
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
1872
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
1873
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
1874
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
1875
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
1876
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
1877
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
1878
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
1879
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
1880
|
+
[x: `int[${string}]`]: undefined;
|
|
1881
|
+
[x: `int8[${string}]`]: undefined;
|
|
1882
|
+
[x: `int16[${string}]`]: undefined;
|
|
1883
|
+
[x: `int24[${string}]`]: undefined;
|
|
1884
|
+
[x: `int32[${string}]`]: undefined;
|
|
1885
|
+
[x: `int40[${string}]`]: undefined;
|
|
1886
|
+
[x: `int48[${string}]`]: undefined;
|
|
1887
|
+
[x: `int56[${string}]`]: undefined;
|
|
1888
|
+
[x: `int64[${string}]`]: undefined;
|
|
1889
|
+
[x: `int72[${string}]`]: undefined;
|
|
1890
|
+
[x: `int80[${string}]`]: undefined;
|
|
1891
|
+
[x: `int88[${string}]`]: undefined;
|
|
1892
|
+
[x: `int96[${string}]`]: undefined;
|
|
1893
|
+
[x: `int104[${string}]`]: undefined;
|
|
1894
|
+
[x: `int112[${string}]`]: undefined;
|
|
1895
|
+
[x: `int120[${string}]`]: undefined;
|
|
1896
|
+
[x: `int128[${string}]`]: undefined;
|
|
1897
|
+
[x: `int136[${string}]`]: undefined;
|
|
1898
|
+
[x: `int144[${string}]`]: undefined;
|
|
1899
|
+
[x: `int152[${string}]`]: undefined;
|
|
1954
1900
|
[x: `int160[${string}]`]: undefined;
|
|
1955
1901
|
[x: `int168[${string}]`]: undefined;
|
|
1956
1902
|
[x: `int176[${string}]`]: undefined;
|
|
@@ -1965,11 +1911,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
1965
1911
|
[x: `int248[${string}]`]: undefined;
|
|
1966
1912
|
[x: `int256[${string}]`]: undefined;
|
|
1967
1913
|
[x: `uint[${string}]`]: undefined;
|
|
1968
|
-
[x: `uint40[${string}]`]: undefined;
|
|
1969
|
-
[x: `uint32[${string}]`]: undefined;
|
|
1970
|
-
[x: `uint24[${string}]`]: undefined;
|
|
1971
|
-
[x: `uint16[${string}]`]: undefined;
|
|
1972
1914
|
[x: `uint8[${string}]`]: undefined;
|
|
1915
|
+
[x: `uint16[${string}]`]: undefined;
|
|
1916
|
+
[x: `uint24[${string}]`]: undefined;
|
|
1917
|
+
[x: `uint32[${string}]`]: undefined;
|
|
1918
|
+
[x: `uint40[${string}]`]: undefined;
|
|
1973
1919
|
[x: `uint48[${string}]`]: undefined;
|
|
1974
1920
|
[x: `uint56[${string}]`]: undefined;
|
|
1975
1921
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -2005,39 +1951,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2005
1951
|
bytes1?: undefined;
|
|
2006
1952
|
bytes5?: undefined;
|
|
2007
1953
|
bytes10?: undefined;
|
|
1954
|
+
bytes4?: undefined;
|
|
2008
1955
|
bytes2?: undefined;
|
|
2009
1956
|
bytes3?: undefined;
|
|
2010
|
-
bytes4?: undefined;
|
|
2011
|
-
bytes32?: undefined;
|
|
2012
|
-
bytes31?: undefined;
|
|
2013
|
-
bytes30?: undefined;
|
|
2014
|
-
bytes29?: undefined;
|
|
2015
|
-
bytes28?: undefined;
|
|
2016
|
-
bytes27?: undefined;
|
|
2017
|
-
bytes26?: undefined;
|
|
2018
|
-
bytes25?: undefined;
|
|
2019
|
-
bytes24?: undefined;
|
|
2020
|
-
bytes23?: undefined;
|
|
2021
|
-
bytes22?: undefined;
|
|
2022
|
-
bytes21?: undefined;
|
|
2023
|
-
bytes20?: undefined;
|
|
2024
|
-
bytes19?: undefined;
|
|
2025
|
-
bytes17?: undefined;
|
|
2026
|
-
bytes16?: undefined;
|
|
2027
|
-
bytes15?: undefined;
|
|
2028
|
-
bytes14?: undefined;
|
|
2029
|
-
bytes13?: undefined;
|
|
2030
|
-
bytes12?: undefined;
|
|
2031
|
-
bytes11?: undefined;
|
|
2032
|
-
bytes9?: undefined;
|
|
2033
|
-
bytes8?: undefined;
|
|
2034
|
-
bytes7?: undefined;
|
|
2035
1957
|
bytes6?: undefined;
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
1958
|
+
bytes7?: undefined;
|
|
1959
|
+
bytes8?: undefined;
|
|
1960
|
+
bytes9?: undefined;
|
|
1961
|
+
bytes11?: undefined;
|
|
1962
|
+
bytes12?: undefined;
|
|
1963
|
+
bytes13?: undefined;
|
|
1964
|
+
bytes14?: undefined;
|
|
1965
|
+
bytes15?: undefined;
|
|
1966
|
+
bytes16?: undefined;
|
|
1967
|
+
bytes17?: undefined;
|
|
1968
|
+
bytes19?: undefined;
|
|
1969
|
+
bytes20?: undefined;
|
|
1970
|
+
bytes21?: undefined;
|
|
1971
|
+
bytes22?: undefined;
|
|
1972
|
+
bytes23?: undefined;
|
|
1973
|
+
bytes24?: undefined;
|
|
1974
|
+
bytes25?: undefined;
|
|
1975
|
+
bytes26?: undefined;
|
|
1976
|
+
bytes27?: undefined;
|
|
1977
|
+
bytes28?: undefined;
|
|
1978
|
+
bytes29?: undefined;
|
|
1979
|
+
bytes30?: undefined;
|
|
1980
|
+
bytes31?: undefined;
|
|
1981
|
+
bytes32?: undefined;
|
|
2040
1982
|
int8?: undefined;
|
|
1983
|
+
int16?: undefined;
|
|
1984
|
+
int24?: undefined;
|
|
1985
|
+
int32?: undefined;
|
|
1986
|
+
int40?: undefined;
|
|
2041
1987
|
int48?: undefined;
|
|
2042
1988
|
int56?: undefined;
|
|
2043
1989
|
int64?: undefined;
|
|
@@ -2065,11 +2011,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2065
2011
|
int240?: undefined;
|
|
2066
2012
|
int248?: undefined;
|
|
2067
2013
|
int256?: undefined;
|
|
2068
|
-
uint40?: undefined;
|
|
2069
|
-
uint32?: undefined;
|
|
2070
|
-
uint24?: undefined;
|
|
2071
|
-
uint16?: undefined;
|
|
2072
2014
|
uint8?: undefined;
|
|
2015
|
+
uint16?: undefined;
|
|
2016
|
+
uint24?: undefined;
|
|
2017
|
+
uint32?: undefined;
|
|
2018
|
+
uint40?: undefined;
|
|
2073
2019
|
uint48?: undefined;
|
|
2074
2020
|
uint56?: undefined;
|
|
2075
2021
|
uint64?: undefined;
|
|
@@ -2300,24 +2246,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2300
2246
|
Method: "eth_uninstallFilter";
|
|
2301
2247
|
Parameters: [filterId: `0x${string}`];
|
|
2302
2248
|
ReturnType: boolean;
|
|
2303
|
-
}, {
|
|
2304
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
2305
|
-
Parameters: [{
|
|
2306
|
-
policyId: string;
|
|
2307
|
-
entryPoint: `0x${string}`;
|
|
2308
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2309
|
-
}];
|
|
2310
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
2311
|
-
}, {
|
|
2312
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
2313
|
-
Parameters: [{
|
|
2314
|
-
policyId: string;
|
|
2315
|
-
entryPoint: `0x${string}`;
|
|
2316
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
2317
|
-
dummySignature: `0x${string}`;
|
|
2318
|
-
overrides?: Partial<{}> | undefined;
|
|
2319
|
-
}];
|
|
2320
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
2321
2249
|
}, {
|
|
2322
2250
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
2323
2251
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -2386,40 +2314,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2386
2314
|
[x: `bytes1[${string}]`]: undefined;
|
|
2387
2315
|
[x: `bytes5[${string}]`]: undefined;
|
|
2388
2316
|
[x: `bytes10[${string}]`]: undefined;
|
|
2317
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2389
2318
|
[x: `bytes2[${string}]`]: undefined;
|
|
2390
2319
|
[x: `bytes3[${string}]`]: undefined;
|
|
2391
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
2392
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
2393
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
2394
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2395
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2396
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2397
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2398
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2399
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2400
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2401
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2402
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2403
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2404
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
2405
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2406
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2407
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2408
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2409
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2410
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2411
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2412
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2413
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
2414
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
2415
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
2416
2320
|
[x: `bytes6[${string}]`]: undefined;
|
|
2321
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2322
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2323
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2324
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2325
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2326
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2327
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2328
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2329
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2330
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2331
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2332
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2333
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2334
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2335
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2336
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2337
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2338
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2339
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2340
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2341
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2342
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2343
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2344
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2417
2345
|
[x: `int[${string}]`]: undefined;
|
|
2418
|
-
[x: `int40[${string}]`]: undefined;
|
|
2419
|
-
[x: `int32[${string}]`]: undefined;
|
|
2420
|
-
[x: `int24[${string}]`]: undefined;
|
|
2421
|
-
[x: `int16[${string}]`]: undefined;
|
|
2422
2346
|
[x: `int8[${string}]`]: undefined;
|
|
2347
|
+
[x: `int16[${string}]`]: undefined;
|
|
2348
|
+
[x: `int24[${string}]`]: undefined;
|
|
2349
|
+
[x: `int32[${string}]`]: undefined;
|
|
2350
|
+
[x: `int40[${string}]`]: undefined;
|
|
2423
2351
|
[x: `int48[${string}]`]: undefined;
|
|
2424
2352
|
[x: `int56[${string}]`]: undefined;
|
|
2425
2353
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2448,11 +2376,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2448
2376
|
[x: `int248[${string}]`]: undefined;
|
|
2449
2377
|
[x: `int256[${string}]`]: undefined;
|
|
2450
2378
|
[x: `uint[${string}]`]: undefined;
|
|
2451
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2452
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2453
|
-
[x: `uint24[${string}]`]: undefined;
|
|
2454
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2455
2379
|
[x: `uint8[${string}]`]: undefined;
|
|
2380
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2381
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2382
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2383
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2456
2384
|
[x: `uint48[${string}]`]: undefined;
|
|
2457
2385
|
[x: `uint56[${string}]`]: undefined;
|
|
2458
2386
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -2488,39 +2416,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2488
2416
|
bytes1?: undefined;
|
|
2489
2417
|
bytes5?: undefined;
|
|
2490
2418
|
bytes10?: undefined;
|
|
2419
|
+
bytes4?: undefined;
|
|
2491
2420
|
bytes2?: undefined;
|
|
2492
2421
|
bytes3?: undefined;
|
|
2493
|
-
bytes4?: undefined;
|
|
2494
|
-
bytes32?: undefined;
|
|
2495
|
-
bytes31?: undefined;
|
|
2496
|
-
bytes30?: undefined;
|
|
2497
|
-
bytes29?: undefined;
|
|
2498
|
-
bytes28?: undefined;
|
|
2499
|
-
bytes27?: undefined;
|
|
2500
|
-
bytes26?: undefined;
|
|
2501
|
-
bytes25?: undefined;
|
|
2502
|
-
bytes24?: undefined;
|
|
2503
|
-
bytes23?: undefined;
|
|
2504
|
-
bytes22?: undefined;
|
|
2505
|
-
bytes21?: undefined;
|
|
2506
|
-
bytes20?: undefined;
|
|
2507
|
-
bytes19?: undefined;
|
|
2508
|
-
bytes17?: undefined;
|
|
2509
|
-
bytes16?: undefined;
|
|
2510
|
-
bytes15?: undefined;
|
|
2511
|
-
bytes14?: undefined;
|
|
2512
|
-
bytes13?: undefined;
|
|
2513
|
-
bytes12?: undefined;
|
|
2514
|
-
bytes11?: undefined;
|
|
2515
|
-
bytes9?: undefined;
|
|
2516
|
-
bytes8?: undefined;
|
|
2517
|
-
bytes7?: undefined;
|
|
2518
2422
|
bytes6?: undefined;
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2423
|
+
bytes7?: undefined;
|
|
2424
|
+
bytes8?: undefined;
|
|
2425
|
+
bytes9?: undefined;
|
|
2426
|
+
bytes11?: undefined;
|
|
2427
|
+
bytes12?: undefined;
|
|
2428
|
+
bytes13?: undefined;
|
|
2429
|
+
bytes14?: undefined;
|
|
2430
|
+
bytes15?: undefined;
|
|
2431
|
+
bytes16?: undefined;
|
|
2432
|
+
bytes17?: undefined;
|
|
2433
|
+
bytes19?: undefined;
|
|
2434
|
+
bytes20?: undefined;
|
|
2435
|
+
bytes21?: undefined;
|
|
2436
|
+
bytes22?: undefined;
|
|
2437
|
+
bytes23?: undefined;
|
|
2438
|
+
bytes24?: undefined;
|
|
2439
|
+
bytes25?: undefined;
|
|
2440
|
+
bytes26?: undefined;
|
|
2441
|
+
bytes27?: undefined;
|
|
2442
|
+
bytes28?: undefined;
|
|
2443
|
+
bytes29?: undefined;
|
|
2444
|
+
bytes30?: undefined;
|
|
2445
|
+
bytes31?: undefined;
|
|
2446
|
+
bytes32?: undefined;
|
|
2523
2447
|
int8?: undefined;
|
|
2448
|
+
int16?: undefined;
|
|
2449
|
+
int24?: undefined;
|
|
2450
|
+
int32?: undefined;
|
|
2451
|
+
int40?: undefined;
|
|
2524
2452
|
int48?: undefined;
|
|
2525
2453
|
int56?: undefined;
|
|
2526
2454
|
int64?: undefined;
|
|
@@ -2548,11 +2476,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2548
2476
|
int240?: undefined;
|
|
2549
2477
|
int248?: undefined;
|
|
2550
2478
|
int256?: undefined;
|
|
2551
|
-
uint40?: undefined;
|
|
2552
|
-
uint32?: undefined;
|
|
2553
|
-
uint24?: undefined;
|
|
2554
|
-
uint16?: undefined;
|
|
2555
2479
|
uint8?: undefined;
|
|
2480
|
+
uint16?: undefined;
|
|
2481
|
+
uint24?: undefined;
|
|
2482
|
+
uint32?: undefined;
|
|
2483
|
+
uint40?: undefined;
|
|
2556
2484
|
uint48?: undefined;
|
|
2557
2485
|
uint56?: undefined;
|
|
2558
2486
|
uint64?: undefined;
|
|
@@ -2595,40 +2523,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2595
2523
|
[x: `bytes1[${string}]`]: undefined;
|
|
2596
2524
|
[x: `bytes5[${string}]`]: undefined;
|
|
2597
2525
|
[x: `bytes10[${string}]`]: undefined;
|
|
2526
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
2598
2527
|
[x: `bytes2[${string}]`]: undefined;
|
|
2599
2528
|
[x: `bytes3[${string}]`]: undefined;
|
|
2600
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
2601
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
2602
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
2603
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
2604
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
2605
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
2606
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
2607
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
2608
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
2609
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
2610
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
2611
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
2612
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
2613
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
2614
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
2615
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
2616
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
2617
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
2618
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
2619
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
2620
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
2621
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
2622
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
2623
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
2624
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
2625
2529
|
[x: `bytes6[${string}]`]: undefined;
|
|
2530
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2531
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2532
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2533
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2534
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
2535
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
2536
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
2537
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
2538
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
2539
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
2540
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
2541
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
2542
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
2543
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
2544
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
2545
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
2546
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
2547
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
2548
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
2549
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
2550
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
2551
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
2552
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
2553
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
2626
2554
|
[x: `int[${string}]`]: undefined;
|
|
2627
|
-
[x: `int40[${string}]`]: undefined;
|
|
2628
|
-
[x: `int32[${string}]`]: undefined;
|
|
2629
|
-
[x: `int24[${string}]`]: undefined;
|
|
2630
|
-
[x: `int16[${string}]`]: undefined;
|
|
2631
2555
|
[x: `int8[${string}]`]: undefined;
|
|
2556
|
+
[x: `int16[${string}]`]: undefined;
|
|
2557
|
+
[x: `int24[${string}]`]: undefined;
|
|
2558
|
+
[x: `int32[${string}]`]: undefined;
|
|
2559
|
+
[x: `int40[${string}]`]: undefined;
|
|
2632
2560
|
[x: `int48[${string}]`]: undefined;
|
|
2633
2561
|
[x: `int56[${string}]`]: undefined;
|
|
2634
2562
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -2657,11 +2585,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2657
2585
|
[x: `int248[${string}]`]: undefined;
|
|
2658
2586
|
[x: `int256[${string}]`]: undefined;
|
|
2659
2587
|
[x: `uint[${string}]`]: undefined;
|
|
2660
|
-
[x: `uint40[${string}]`]: undefined;
|
|
2661
|
-
[x: `uint32[${string}]`]: undefined;
|
|
2662
|
-
[x: `uint24[${string}]`]: undefined;
|
|
2663
|
-
[x: `uint16[${string}]`]: undefined;
|
|
2664
2588
|
[x: `uint8[${string}]`]: undefined;
|
|
2589
|
+
[x: `uint16[${string}]`]: undefined;
|
|
2590
|
+
[x: `uint24[${string}]`]: undefined;
|
|
2591
|
+
[x: `uint32[${string}]`]: undefined;
|
|
2592
|
+
[x: `uint40[${string}]`]: undefined;
|
|
2665
2593
|
[x: `uint48[${string}]`]: undefined;
|
|
2666
2594
|
[x: `uint56[${string}]`]: undefined;
|
|
2667
2595
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -2697,39 +2625,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2697
2625
|
bytes1?: undefined;
|
|
2698
2626
|
bytes5?: undefined;
|
|
2699
2627
|
bytes10?: undefined;
|
|
2628
|
+
bytes4?: undefined;
|
|
2700
2629
|
bytes2?: undefined;
|
|
2701
2630
|
bytes3?: undefined;
|
|
2702
|
-
bytes4?: undefined;
|
|
2703
|
-
bytes32?: undefined;
|
|
2704
|
-
bytes31?: undefined;
|
|
2705
|
-
bytes30?: undefined;
|
|
2706
|
-
bytes29?: undefined;
|
|
2707
|
-
bytes28?: undefined;
|
|
2708
|
-
bytes27?: undefined;
|
|
2709
|
-
bytes26?: undefined;
|
|
2710
|
-
bytes25?: undefined;
|
|
2711
|
-
bytes24?: undefined;
|
|
2712
|
-
bytes23?: undefined;
|
|
2713
|
-
bytes22?: undefined;
|
|
2714
|
-
bytes21?: undefined;
|
|
2715
|
-
bytes20?: undefined;
|
|
2716
|
-
bytes19?: undefined;
|
|
2717
|
-
bytes17?: undefined;
|
|
2718
|
-
bytes16?: undefined;
|
|
2719
|
-
bytes15?: undefined;
|
|
2720
|
-
bytes14?: undefined;
|
|
2721
|
-
bytes13?: undefined;
|
|
2722
|
-
bytes12?: undefined;
|
|
2723
|
-
bytes11?: undefined;
|
|
2724
|
-
bytes9?: undefined;
|
|
2725
|
-
bytes8?: undefined;
|
|
2726
|
-
bytes7?: undefined;
|
|
2727
2631
|
bytes6?: undefined;
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2632
|
+
bytes7?: undefined;
|
|
2633
|
+
bytes8?: undefined;
|
|
2634
|
+
bytes9?: undefined;
|
|
2635
|
+
bytes11?: undefined;
|
|
2636
|
+
bytes12?: undefined;
|
|
2637
|
+
bytes13?: undefined;
|
|
2638
|
+
bytes14?: undefined;
|
|
2639
|
+
bytes15?: undefined;
|
|
2640
|
+
bytes16?: undefined;
|
|
2641
|
+
bytes17?: undefined;
|
|
2642
|
+
bytes19?: undefined;
|
|
2643
|
+
bytes20?: undefined;
|
|
2644
|
+
bytes21?: undefined;
|
|
2645
|
+
bytes22?: undefined;
|
|
2646
|
+
bytes23?: undefined;
|
|
2647
|
+
bytes24?: undefined;
|
|
2648
|
+
bytes25?: undefined;
|
|
2649
|
+
bytes26?: undefined;
|
|
2650
|
+
bytes27?: undefined;
|
|
2651
|
+
bytes28?: undefined;
|
|
2652
|
+
bytes29?: undefined;
|
|
2653
|
+
bytes30?: undefined;
|
|
2654
|
+
bytes31?: undefined;
|
|
2655
|
+
bytes32?: undefined;
|
|
2732
2656
|
int8?: undefined;
|
|
2657
|
+
int16?: undefined;
|
|
2658
|
+
int24?: undefined;
|
|
2659
|
+
int32?: undefined;
|
|
2660
|
+
int40?: undefined;
|
|
2733
2661
|
int48?: undefined;
|
|
2734
2662
|
int56?: undefined;
|
|
2735
2663
|
int64?: undefined;
|
|
@@ -2757,11 +2685,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2757
2685
|
int240?: undefined;
|
|
2758
2686
|
int248?: undefined;
|
|
2759
2687
|
int256?: undefined;
|
|
2760
|
-
uint40?: undefined;
|
|
2761
|
-
uint32?: undefined;
|
|
2762
|
-
uint24?: undefined;
|
|
2763
|
-
uint16?: undefined;
|
|
2764
2688
|
uint8?: undefined;
|
|
2689
|
+
uint16?: undefined;
|
|
2690
|
+
uint24?: undefined;
|
|
2691
|
+
uint32?: undefined;
|
|
2692
|
+
uint40?: undefined;
|
|
2765
2693
|
uint48?: undefined;
|
|
2766
2694
|
uint56?: undefined;
|
|
2767
2695
|
uint64?: undefined;
|
|
@@ -2992,24 +2920,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
2992
2920
|
Method: "eth_uninstallFilter";
|
|
2993
2921
|
Parameters: [filterId: `0x${string}`];
|
|
2994
2922
|
ReturnType: boolean;
|
|
2995
|
-
}, {
|
|
2996
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
2997
|
-
Parameters: [{
|
|
2998
|
-
policyId: string;
|
|
2999
|
-
entryPoint: `0x${string}`;
|
|
3000
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3001
|
-
}];
|
|
3002
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
3003
|
-
}, {
|
|
3004
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
3005
|
-
Parameters: [{
|
|
3006
|
-
policyId: string;
|
|
3007
|
-
entryPoint: `0x${string}`;
|
|
3008
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3009
|
-
dummySignature: `0x${string}`;
|
|
3010
|
-
overrides?: Partial<{}> | undefined;
|
|
3011
|
-
}];
|
|
3012
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
3013
2923
|
}, {
|
|
3014
2924
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
3015
2925
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -3078,40 +2988,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3078
2988
|
[x: `bytes1[${string}]`]: undefined;
|
|
3079
2989
|
[x: `bytes5[${string}]`]: undefined;
|
|
3080
2990
|
[x: `bytes10[${string}]`]: undefined;
|
|
2991
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3081
2992
|
[x: `bytes2[${string}]`]: undefined;
|
|
3082
2993
|
[x: `bytes3[${string}]`]: undefined;
|
|
3083
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3084
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3085
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3086
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3087
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3088
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3089
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3090
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3091
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3092
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3093
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3094
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3095
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3096
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3097
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3098
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3099
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3100
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3101
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3102
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3103
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3104
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3105
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
3106
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
3107
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
3108
2994
|
[x: `bytes6[${string}]`]: undefined;
|
|
2995
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
2996
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
2997
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
2998
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
2999
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3000
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3001
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3002
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3003
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3004
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3005
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3006
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3007
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3008
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3009
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3010
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3011
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3012
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3013
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3014
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3015
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3016
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3017
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3018
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3109
3019
|
[x: `int[${string}]`]: undefined;
|
|
3110
|
-
[x: `int40[${string}]`]: undefined;
|
|
3111
|
-
[x: `int32[${string}]`]: undefined;
|
|
3112
|
-
[x: `int24[${string}]`]: undefined;
|
|
3113
|
-
[x: `int16[${string}]`]: undefined;
|
|
3114
3020
|
[x: `int8[${string}]`]: undefined;
|
|
3021
|
+
[x: `int16[${string}]`]: undefined;
|
|
3022
|
+
[x: `int24[${string}]`]: undefined;
|
|
3023
|
+
[x: `int32[${string}]`]: undefined;
|
|
3024
|
+
[x: `int40[${string}]`]: undefined;
|
|
3115
3025
|
[x: `int48[${string}]`]: undefined;
|
|
3116
3026
|
[x: `int56[${string}]`]: undefined;
|
|
3117
3027
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3140,11 +3050,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3140
3050
|
[x: `int248[${string}]`]: undefined;
|
|
3141
3051
|
[x: `int256[${string}]`]: undefined;
|
|
3142
3052
|
[x: `uint[${string}]`]: undefined;
|
|
3143
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3144
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3145
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3146
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3147
3053
|
[x: `uint8[${string}]`]: undefined;
|
|
3054
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3055
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3056
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3057
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3148
3058
|
[x: `uint48[${string}]`]: undefined;
|
|
3149
3059
|
[x: `uint56[${string}]`]: undefined;
|
|
3150
3060
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3180,71 +3090,71 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3180
3090
|
bytes1?: undefined;
|
|
3181
3091
|
bytes5?: undefined;
|
|
3182
3092
|
bytes10?: undefined;
|
|
3093
|
+
bytes4?: undefined;
|
|
3183
3094
|
bytes2?: undefined;
|
|
3184
3095
|
bytes3?: undefined;
|
|
3185
|
-
bytes4?: undefined;
|
|
3186
|
-
bytes32?: undefined;
|
|
3187
|
-
bytes31?: undefined;
|
|
3188
|
-
bytes30?: undefined;
|
|
3189
|
-
bytes29?: undefined;
|
|
3190
|
-
bytes28?: undefined;
|
|
3191
|
-
bytes27?: undefined;
|
|
3192
|
-
bytes26?: undefined;
|
|
3193
|
-
bytes25?: undefined;
|
|
3194
|
-
bytes24?: undefined;
|
|
3195
|
-
bytes23?: undefined;
|
|
3196
|
-
bytes22?: undefined;
|
|
3197
|
-
bytes21?: undefined;
|
|
3198
|
-
bytes20?: undefined;
|
|
3199
|
-
bytes19?: undefined;
|
|
3200
|
-
bytes17?: undefined;
|
|
3201
|
-
bytes16?: undefined;
|
|
3202
|
-
bytes15?: undefined;
|
|
3203
|
-
bytes14?: undefined;
|
|
3204
|
-
bytes13?: undefined;
|
|
3205
|
-
bytes12?: undefined;
|
|
3206
|
-
bytes11?: undefined;
|
|
3207
|
-
bytes9?: undefined;
|
|
3208
|
-
bytes8?: undefined;
|
|
3209
|
-
bytes7?: undefined;
|
|
3210
3096
|
bytes6?: undefined;
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3097
|
+
bytes7?: undefined;
|
|
3098
|
+
bytes8?: undefined;
|
|
3099
|
+
bytes9?: undefined;
|
|
3100
|
+
bytes11?: undefined;
|
|
3101
|
+
bytes12?: undefined;
|
|
3102
|
+
bytes13?: undefined;
|
|
3103
|
+
bytes14?: undefined;
|
|
3104
|
+
bytes15?: undefined;
|
|
3105
|
+
bytes16?: undefined;
|
|
3106
|
+
bytes17?: undefined;
|
|
3107
|
+
bytes19?: undefined;
|
|
3108
|
+
bytes20?: undefined;
|
|
3109
|
+
bytes21?: undefined;
|
|
3110
|
+
bytes22?: undefined;
|
|
3111
|
+
bytes23?: undefined;
|
|
3112
|
+
bytes24?: undefined;
|
|
3113
|
+
bytes25?: undefined;
|
|
3114
|
+
bytes26?: undefined;
|
|
3115
|
+
bytes27?: undefined;
|
|
3116
|
+
bytes28?: undefined;
|
|
3117
|
+
bytes29?: undefined;
|
|
3118
|
+
bytes30?: undefined;
|
|
3119
|
+
bytes31?: undefined;
|
|
3120
|
+
bytes32?: undefined;
|
|
3121
|
+
int8?: undefined;
|
|
3122
|
+
int16?: undefined;
|
|
3123
|
+
int24?: undefined;
|
|
3124
|
+
int32?: undefined;
|
|
3125
|
+
int40?: undefined;
|
|
3126
|
+
int48?: undefined;
|
|
3127
|
+
int56?: undefined;
|
|
3128
|
+
int64?: undefined;
|
|
3129
|
+
int72?: undefined;
|
|
3130
|
+
int80?: undefined;
|
|
3131
|
+
int88?: undefined;
|
|
3132
|
+
int96?: undefined;
|
|
3133
|
+
int104?: undefined;
|
|
3134
|
+
int112?: undefined;
|
|
3135
|
+
int120?: undefined;
|
|
3136
|
+
int128?: undefined;
|
|
3137
|
+
int136?: undefined;
|
|
3138
|
+
int144?: undefined;
|
|
3139
|
+
int152?: undefined;
|
|
3140
|
+
int160?: undefined;
|
|
3141
|
+
int168?: undefined;
|
|
3142
|
+
int176?: undefined;
|
|
3143
|
+
int184?: undefined;
|
|
3144
|
+
int192?: undefined;
|
|
3145
|
+
int200?: undefined;
|
|
3146
|
+
int208?: undefined;
|
|
3237
3147
|
int216?: undefined;
|
|
3238
3148
|
int224?: undefined;
|
|
3239
3149
|
int232?: undefined;
|
|
3240
3150
|
int240?: undefined;
|
|
3241
3151
|
int248?: undefined;
|
|
3242
3152
|
int256?: undefined;
|
|
3243
|
-
uint40?: undefined;
|
|
3244
|
-
uint32?: undefined;
|
|
3245
|
-
uint24?: undefined;
|
|
3246
|
-
uint16?: undefined;
|
|
3247
3153
|
uint8?: undefined;
|
|
3154
|
+
uint16?: undefined;
|
|
3155
|
+
uint24?: undefined;
|
|
3156
|
+
uint32?: undefined;
|
|
3157
|
+
uint40?: undefined;
|
|
3248
3158
|
uint48?: undefined;
|
|
3249
3159
|
uint56?: undefined;
|
|
3250
3160
|
uint64?: undefined;
|
|
@@ -3287,40 +3197,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3287
3197
|
[x: `bytes1[${string}]`]: undefined;
|
|
3288
3198
|
[x: `bytes5[${string}]`]: undefined;
|
|
3289
3199
|
[x: `bytes10[${string}]`]: undefined;
|
|
3200
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3290
3201
|
[x: `bytes2[${string}]`]: undefined;
|
|
3291
3202
|
[x: `bytes3[${string}]`]: undefined;
|
|
3292
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3293
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3294
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3295
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3296
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3297
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3298
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3299
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3300
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3301
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3302
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3303
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3304
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3305
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3306
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3307
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3308
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3309
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3310
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3311
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3312
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3313
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3314
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
3315
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
3316
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
3317
3203
|
[x: `bytes6[${string}]`]: undefined;
|
|
3204
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3205
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3206
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3207
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3208
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3209
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3210
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3211
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3212
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3213
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3214
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3215
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3216
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3217
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3218
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3219
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3220
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3221
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3222
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3223
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3224
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3225
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3226
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3227
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3318
3228
|
[x: `int[${string}]`]: undefined;
|
|
3319
|
-
[x: `int40[${string}]`]: undefined;
|
|
3320
|
-
[x: `int32[${string}]`]: undefined;
|
|
3321
|
-
[x: `int24[${string}]`]: undefined;
|
|
3322
|
-
[x: `int16[${string}]`]: undefined;
|
|
3323
3229
|
[x: `int8[${string}]`]: undefined;
|
|
3230
|
+
[x: `int16[${string}]`]: undefined;
|
|
3231
|
+
[x: `int24[${string}]`]: undefined;
|
|
3232
|
+
[x: `int32[${string}]`]: undefined;
|
|
3233
|
+
[x: `int40[${string}]`]: undefined;
|
|
3324
3234
|
[x: `int48[${string}]`]: undefined;
|
|
3325
3235
|
[x: `int56[${string}]`]: undefined;
|
|
3326
3236
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3349,11 +3259,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3349
3259
|
[x: `int248[${string}]`]: undefined;
|
|
3350
3260
|
[x: `int256[${string}]`]: undefined;
|
|
3351
3261
|
[x: `uint[${string}]`]: undefined;
|
|
3352
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3353
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3354
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3355
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3356
3262
|
[x: `uint8[${string}]`]: undefined;
|
|
3263
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3264
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3265
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3266
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3357
3267
|
[x: `uint48[${string}]`]: undefined;
|
|
3358
3268
|
[x: `uint56[${string}]`]: undefined;
|
|
3359
3269
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3389,39 +3299,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3389
3299
|
bytes1?: undefined;
|
|
3390
3300
|
bytes5?: undefined;
|
|
3391
3301
|
bytes10?: undefined;
|
|
3302
|
+
bytes4?: undefined;
|
|
3392
3303
|
bytes2?: undefined;
|
|
3393
3304
|
bytes3?: undefined;
|
|
3394
|
-
bytes4?: undefined;
|
|
3395
|
-
bytes32?: undefined;
|
|
3396
|
-
bytes31?: undefined;
|
|
3397
|
-
bytes30?: undefined;
|
|
3398
|
-
bytes29?: undefined;
|
|
3399
|
-
bytes28?: undefined;
|
|
3400
|
-
bytes27?: undefined;
|
|
3401
|
-
bytes26?: undefined;
|
|
3402
|
-
bytes25?: undefined;
|
|
3403
|
-
bytes24?: undefined;
|
|
3404
|
-
bytes23?: undefined;
|
|
3405
|
-
bytes22?: undefined;
|
|
3406
|
-
bytes21?: undefined;
|
|
3407
|
-
bytes20?: undefined;
|
|
3408
|
-
bytes19?: undefined;
|
|
3409
|
-
bytes17?: undefined;
|
|
3410
|
-
bytes16?: undefined;
|
|
3411
|
-
bytes15?: undefined;
|
|
3412
|
-
bytes14?: undefined;
|
|
3413
|
-
bytes13?: undefined;
|
|
3414
|
-
bytes12?: undefined;
|
|
3415
|
-
bytes11?: undefined;
|
|
3416
|
-
bytes9?: undefined;
|
|
3417
|
-
bytes8?: undefined;
|
|
3418
|
-
bytes7?: undefined;
|
|
3419
3305
|
bytes6?: undefined;
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3306
|
+
bytes7?: undefined;
|
|
3307
|
+
bytes8?: undefined;
|
|
3308
|
+
bytes9?: undefined;
|
|
3309
|
+
bytes11?: undefined;
|
|
3310
|
+
bytes12?: undefined;
|
|
3311
|
+
bytes13?: undefined;
|
|
3312
|
+
bytes14?: undefined;
|
|
3313
|
+
bytes15?: undefined;
|
|
3314
|
+
bytes16?: undefined;
|
|
3315
|
+
bytes17?: undefined;
|
|
3316
|
+
bytes19?: undefined;
|
|
3317
|
+
bytes20?: undefined;
|
|
3318
|
+
bytes21?: undefined;
|
|
3319
|
+
bytes22?: undefined;
|
|
3320
|
+
bytes23?: undefined;
|
|
3321
|
+
bytes24?: undefined;
|
|
3322
|
+
bytes25?: undefined;
|
|
3323
|
+
bytes26?: undefined;
|
|
3324
|
+
bytes27?: undefined;
|
|
3325
|
+
bytes28?: undefined;
|
|
3326
|
+
bytes29?: undefined;
|
|
3327
|
+
bytes30?: undefined;
|
|
3328
|
+
bytes31?: undefined;
|
|
3329
|
+
bytes32?: undefined;
|
|
3424
3330
|
int8?: undefined;
|
|
3331
|
+
int16?: undefined;
|
|
3332
|
+
int24?: undefined;
|
|
3333
|
+
int32?: undefined;
|
|
3334
|
+
int40?: undefined;
|
|
3425
3335
|
int48?: undefined;
|
|
3426
3336
|
int56?: undefined;
|
|
3427
3337
|
int64?: undefined;
|
|
@@ -3449,11 +3359,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3449
3359
|
int240?: undefined;
|
|
3450
3360
|
int248?: undefined;
|
|
3451
3361
|
int256?: undefined;
|
|
3452
|
-
uint40?: undefined;
|
|
3453
|
-
uint32?: undefined;
|
|
3454
|
-
uint24?: undefined;
|
|
3455
|
-
uint16?: undefined;
|
|
3456
3362
|
uint8?: undefined;
|
|
3363
|
+
uint16?: undefined;
|
|
3364
|
+
uint24?: undefined;
|
|
3365
|
+
uint32?: undefined;
|
|
3366
|
+
uint40?: undefined;
|
|
3457
3367
|
uint48?: undefined;
|
|
3458
3368
|
uint56?: undefined;
|
|
3459
3369
|
uint64?: undefined;
|
|
@@ -3684,24 +3594,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3684
3594
|
Method: "eth_uninstallFilter";
|
|
3685
3595
|
Parameters: [filterId: `0x${string}`];
|
|
3686
3596
|
ReturnType: boolean;
|
|
3687
|
-
}, {
|
|
3688
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
3689
|
-
Parameters: [{
|
|
3690
|
-
policyId: string;
|
|
3691
|
-
entryPoint: `0x${string}`;
|
|
3692
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3693
|
-
}];
|
|
3694
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
3695
|
-
}, {
|
|
3696
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
3697
|
-
Parameters: [{
|
|
3698
|
-
policyId: string;
|
|
3699
|
-
entryPoint: `0x${string}`;
|
|
3700
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
3701
|
-
dummySignature: `0x${string}`;
|
|
3702
|
-
overrides?: Partial<{}> | undefined;
|
|
3703
|
-
}];
|
|
3704
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
3705
3597
|
}, {
|
|
3706
3598
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
3707
3599
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -3770,40 +3662,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3770
3662
|
[x: `bytes1[${string}]`]: undefined;
|
|
3771
3663
|
[x: `bytes5[${string}]`]: undefined;
|
|
3772
3664
|
[x: `bytes10[${string}]`]: undefined;
|
|
3665
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3773
3666
|
[x: `bytes2[${string}]`]: undefined;
|
|
3774
3667
|
[x: `bytes3[${string}]`]: undefined;
|
|
3775
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3776
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3777
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3778
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3779
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3780
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3781
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3782
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3783
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3784
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3785
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3786
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3787
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3788
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3789
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3790
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
3791
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
3792
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
3793
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
3794
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
3795
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
3796
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
3797
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
3798
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
3799
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
3800
3668
|
[x: `bytes6[${string}]`]: undefined;
|
|
3669
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3670
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3671
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3672
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3673
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3674
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3675
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3676
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3677
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3678
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3679
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3680
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3681
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3682
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3683
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3684
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3685
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3686
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3687
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3688
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3689
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3690
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3691
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3692
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
3801
3693
|
[x: `int[${string}]`]: undefined;
|
|
3802
|
-
[x: `int40[${string}]`]: undefined;
|
|
3803
|
-
[x: `int32[${string}]`]: undefined;
|
|
3804
|
-
[x: `int24[${string}]`]: undefined;
|
|
3805
|
-
[x: `int16[${string}]`]: undefined;
|
|
3806
3694
|
[x: `int8[${string}]`]: undefined;
|
|
3695
|
+
[x: `int16[${string}]`]: undefined;
|
|
3696
|
+
[x: `int24[${string}]`]: undefined;
|
|
3697
|
+
[x: `int32[${string}]`]: undefined;
|
|
3698
|
+
[x: `int40[${string}]`]: undefined;
|
|
3807
3699
|
[x: `int48[${string}]`]: undefined;
|
|
3808
3700
|
[x: `int56[${string}]`]: undefined;
|
|
3809
3701
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -3832,11 +3724,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3832
3724
|
[x: `int248[${string}]`]: undefined;
|
|
3833
3725
|
[x: `int256[${string}]`]: undefined;
|
|
3834
3726
|
[x: `uint[${string}]`]: undefined;
|
|
3835
|
-
[x: `uint40[${string}]`]: undefined;
|
|
3836
|
-
[x: `uint32[${string}]`]: undefined;
|
|
3837
|
-
[x: `uint24[${string}]`]: undefined;
|
|
3838
|
-
[x: `uint16[${string}]`]: undefined;
|
|
3839
3727
|
[x: `uint8[${string}]`]: undefined;
|
|
3728
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3729
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3730
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3731
|
+
[x: `uint40[${string}]`]: undefined;
|
|
3840
3732
|
[x: `uint48[${string}]`]: undefined;
|
|
3841
3733
|
[x: `uint56[${string}]`]: undefined;
|
|
3842
3734
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -3872,39 +3764,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3872
3764
|
bytes1?: undefined;
|
|
3873
3765
|
bytes5?: undefined;
|
|
3874
3766
|
bytes10?: undefined;
|
|
3767
|
+
bytes4?: undefined;
|
|
3875
3768
|
bytes2?: undefined;
|
|
3876
3769
|
bytes3?: undefined;
|
|
3877
|
-
bytes4?: undefined;
|
|
3878
|
-
bytes32?: undefined;
|
|
3879
|
-
bytes31?: undefined;
|
|
3880
|
-
bytes30?: undefined;
|
|
3881
|
-
bytes29?: undefined;
|
|
3882
|
-
bytes28?: undefined;
|
|
3883
|
-
bytes27?: undefined;
|
|
3884
|
-
bytes26?: undefined;
|
|
3885
|
-
bytes25?: undefined;
|
|
3886
|
-
bytes24?: undefined;
|
|
3887
|
-
bytes23?: undefined;
|
|
3888
|
-
bytes22?: undefined;
|
|
3889
|
-
bytes21?: undefined;
|
|
3890
|
-
bytes20?: undefined;
|
|
3891
|
-
bytes19?: undefined;
|
|
3892
|
-
bytes17?: undefined;
|
|
3893
|
-
bytes16?: undefined;
|
|
3894
|
-
bytes15?: undefined;
|
|
3895
|
-
bytes14?: undefined;
|
|
3896
|
-
bytes13?: undefined;
|
|
3897
|
-
bytes12?: undefined;
|
|
3898
|
-
bytes11?: undefined;
|
|
3899
|
-
bytes9?: undefined;
|
|
3900
|
-
bytes8?: undefined;
|
|
3901
|
-
bytes7?: undefined;
|
|
3902
3770
|
bytes6?: undefined;
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3771
|
+
bytes7?: undefined;
|
|
3772
|
+
bytes8?: undefined;
|
|
3773
|
+
bytes9?: undefined;
|
|
3774
|
+
bytes11?: undefined;
|
|
3775
|
+
bytes12?: undefined;
|
|
3776
|
+
bytes13?: undefined;
|
|
3777
|
+
bytes14?: undefined;
|
|
3778
|
+
bytes15?: undefined;
|
|
3779
|
+
bytes16?: undefined;
|
|
3780
|
+
bytes17?: undefined;
|
|
3781
|
+
bytes19?: undefined;
|
|
3782
|
+
bytes20?: undefined;
|
|
3783
|
+
bytes21?: undefined;
|
|
3784
|
+
bytes22?: undefined;
|
|
3785
|
+
bytes23?: undefined;
|
|
3786
|
+
bytes24?: undefined;
|
|
3787
|
+
bytes25?: undefined;
|
|
3788
|
+
bytes26?: undefined;
|
|
3789
|
+
bytes27?: undefined;
|
|
3790
|
+
bytes28?: undefined;
|
|
3791
|
+
bytes29?: undefined;
|
|
3792
|
+
bytes30?: undefined;
|
|
3793
|
+
bytes31?: undefined;
|
|
3794
|
+
bytes32?: undefined;
|
|
3907
3795
|
int8?: undefined;
|
|
3796
|
+
int16?: undefined;
|
|
3797
|
+
int24?: undefined;
|
|
3798
|
+
int32?: undefined;
|
|
3799
|
+
int40?: undefined;
|
|
3908
3800
|
int48?: undefined;
|
|
3909
3801
|
int56?: undefined;
|
|
3910
3802
|
int64?: undefined;
|
|
@@ -3932,11 +3824,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3932
3824
|
int240?: undefined;
|
|
3933
3825
|
int248?: undefined;
|
|
3934
3826
|
int256?: undefined;
|
|
3935
|
-
uint40?: undefined;
|
|
3936
|
-
uint32?: undefined;
|
|
3937
|
-
uint24?: undefined;
|
|
3938
|
-
uint16?: undefined;
|
|
3939
3827
|
uint8?: undefined;
|
|
3828
|
+
uint16?: undefined;
|
|
3829
|
+
uint24?: undefined;
|
|
3830
|
+
uint32?: undefined;
|
|
3831
|
+
uint40?: undefined;
|
|
3940
3832
|
uint48?: undefined;
|
|
3941
3833
|
uint56?: undefined;
|
|
3942
3834
|
uint64?: undefined;
|
|
@@ -3979,40 +3871,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
3979
3871
|
[x: `bytes1[${string}]`]: undefined;
|
|
3980
3872
|
[x: `bytes5[${string}]`]: undefined;
|
|
3981
3873
|
[x: `bytes10[${string}]`]: undefined;
|
|
3874
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
3982
3875
|
[x: `bytes2[${string}]`]: undefined;
|
|
3983
3876
|
[x: `bytes3[${string}]`]: undefined;
|
|
3984
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
3985
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
3986
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
3987
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
3988
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
3989
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
3990
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
3991
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
3992
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
3993
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
3994
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
3995
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
3996
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
3997
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
3998
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
3999
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
4000
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
4001
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
4002
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
4003
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
4004
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
4005
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
4006
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
4007
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
4008
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
4009
3877
|
[x: `bytes6[${string}]`]: undefined;
|
|
3878
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
3879
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
3880
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
3881
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
3882
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
3883
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
3884
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
3885
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
3886
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
3887
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
3888
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
3889
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
3890
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
3891
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
3892
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
3893
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
3894
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
3895
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
3896
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
3897
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
3898
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
3899
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
3900
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
3901
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4010
3902
|
[x: `int[${string}]`]: undefined;
|
|
4011
|
-
[x: `int40[${string}]`]: undefined;
|
|
4012
|
-
[x: `int32[${string}]`]: undefined;
|
|
4013
|
-
[x: `int24[${string}]`]: undefined;
|
|
4014
|
-
[x: `int16[${string}]`]: undefined;
|
|
4015
3903
|
[x: `int8[${string}]`]: undefined;
|
|
3904
|
+
[x: `int16[${string}]`]: undefined;
|
|
3905
|
+
[x: `int24[${string}]`]: undefined;
|
|
3906
|
+
[x: `int32[${string}]`]: undefined;
|
|
3907
|
+
[x: `int40[${string}]`]: undefined;
|
|
4016
3908
|
[x: `int48[${string}]`]: undefined;
|
|
4017
3909
|
[x: `int56[${string}]`]: undefined;
|
|
4018
3910
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -4041,11 +3933,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4041
3933
|
[x: `int248[${string}]`]: undefined;
|
|
4042
3934
|
[x: `int256[${string}]`]: undefined;
|
|
4043
3935
|
[x: `uint[${string}]`]: undefined;
|
|
4044
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4045
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4046
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4047
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4048
3936
|
[x: `uint8[${string}]`]: undefined;
|
|
3937
|
+
[x: `uint16[${string}]`]: undefined;
|
|
3938
|
+
[x: `uint24[${string}]`]: undefined;
|
|
3939
|
+
[x: `uint32[${string}]`]: undefined;
|
|
3940
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4049
3941
|
[x: `uint48[${string}]`]: undefined;
|
|
4050
3942
|
[x: `uint56[${string}]`]: undefined;
|
|
4051
3943
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4081,39 +3973,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4081
3973
|
bytes1?: undefined;
|
|
4082
3974
|
bytes5?: undefined;
|
|
4083
3975
|
bytes10?: undefined;
|
|
3976
|
+
bytes4?: undefined;
|
|
4084
3977
|
bytes2?: undefined;
|
|
4085
3978
|
bytes3?: undefined;
|
|
4086
|
-
bytes4?: undefined;
|
|
4087
|
-
bytes32?: undefined;
|
|
4088
|
-
bytes31?: undefined;
|
|
4089
|
-
bytes30?: undefined;
|
|
4090
|
-
bytes29?: undefined;
|
|
4091
|
-
bytes28?: undefined;
|
|
4092
|
-
bytes27?: undefined;
|
|
4093
|
-
bytes26?: undefined;
|
|
4094
|
-
bytes25?: undefined;
|
|
4095
|
-
bytes24?: undefined;
|
|
4096
|
-
bytes23?: undefined;
|
|
4097
|
-
bytes22?: undefined;
|
|
4098
|
-
bytes21?: undefined;
|
|
4099
|
-
bytes20?: undefined;
|
|
4100
|
-
bytes19?: undefined;
|
|
4101
|
-
bytes17?: undefined;
|
|
4102
|
-
bytes16?: undefined;
|
|
4103
|
-
bytes15?: undefined;
|
|
4104
|
-
bytes14?: undefined;
|
|
4105
|
-
bytes13?: undefined;
|
|
4106
|
-
bytes12?: undefined;
|
|
4107
|
-
bytes11?: undefined;
|
|
4108
|
-
bytes9?: undefined;
|
|
4109
|
-
bytes8?: undefined;
|
|
4110
|
-
bytes7?: undefined;
|
|
4111
3979
|
bytes6?: undefined;
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
3980
|
+
bytes7?: undefined;
|
|
3981
|
+
bytes8?: undefined;
|
|
3982
|
+
bytes9?: undefined;
|
|
3983
|
+
bytes11?: undefined;
|
|
3984
|
+
bytes12?: undefined;
|
|
3985
|
+
bytes13?: undefined;
|
|
3986
|
+
bytes14?: undefined;
|
|
3987
|
+
bytes15?: undefined;
|
|
3988
|
+
bytes16?: undefined;
|
|
3989
|
+
bytes17?: undefined;
|
|
3990
|
+
bytes19?: undefined;
|
|
3991
|
+
bytes20?: undefined;
|
|
3992
|
+
bytes21?: undefined;
|
|
3993
|
+
bytes22?: undefined;
|
|
3994
|
+
bytes23?: undefined;
|
|
3995
|
+
bytes24?: undefined;
|
|
3996
|
+
bytes25?: undefined;
|
|
3997
|
+
bytes26?: undefined;
|
|
3998
|
+
bytes27?: undefined;
|
|
3999
|
+
bytes28?: undefined;
|
|
4000
|
+
bytes29?: undefined;
|
|
4001
|
+
bytes30?: undefined;
|
|
4002
|
+
bytes31?: undefined;
|
|
4003
|
+
bytes32?: undefined;
|
|
4116
4004
|
int8?: undefined;
|
|
4005
|
+
int16?: undefined;
|
|
4006
|
+
int24?: undefined;
|
|
4007
|
+
int32?: undefined;
|
|
4008
|
+
int40?: undefined;
|
|
4117
4009
|
int48?: undefined;
|
|
4118
4010
|
int56?: undefined;
|
|
4119
4011
|
int64?: undefined;
|
|
@@ -4141,11 +4033,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4141
4033
|
int240?: undefined;
|
|
4142
4034
|
int248?: undefined;
|
|
4143
4035
|
int256?: undefined;
|
|
4144
|
-
uint40?: undefined;
|
|
4145
|
-
uint32?: undefined;
|
|
4146
|
-
uint24?: undefined;
|
|
4147
|
-
uint16?: undefined;
|
|
4148
4036
|
uint8?: undefined;
|
|
4037
|
+
uint16?: undefined;
|
|
4038
|
+
uint24?: undefined;
|
|
4039
|
+
uint32?: undefined;
|
|
4040
|
+
uint40?: undefined;
|
|
4149
4041
|
uint48?: undefined;
|
|
4150
4042
|
uint56?: undefined;
|
|
4151
4043
|
uint64?: undefined;
|
|
@@ -4376,24 +4268,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4376
4268
|
Method: "eth_uninstallFilter";
|
|
4377
4269
|
Parameters: [filterId: `0x${string}`];
|
|
4378
4270
|
ReturnType: boolean;
|
|
4379
|
-
}, {
|
|
4380
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
4381
|
-
Parameters: [{
|
|
4382
|
-
policyId: string;
|
|
4383
|
-
entryPoint: `0x${string}`;
|
|
4384
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
4385
|
-
}];
|
|
4386
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
4387
|
-
}, {
|
|
4388
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
4389
|
-
Parameters: [{
|
|
4390
|
-
policyId: string;
|
|
4391
|
-
entryPoint: `0x${string}`;
|
|
4392
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
4393
|
-
dummySignature: `0x${string}`;
|
|
4394
|
-
overrides?: Partial<{}> | undefined;
|
|
4395
|
-
}];
|
|
4396
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
4397
4271
|
}, {
|
|
4398
4272
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
4399
4273
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -4462,54 +4336,54 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4462
4336
|
[x: `bytes1[${string}]`]: undefined;
|
|
4463
4337
|
[x: `bytes5[${string}]`]: undefined;
|
|
4464
4338
|
[x: `bytes10[${string}]`]: undefined;
|
|
4339
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4465
4340
|
[x: `bytes2[${string}]`]: undefined;
|
|
4466
4341
|
[x: `bytes3[${string}]`]: undefined;
|
|
4467
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
4468
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
4469
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
4470
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
4471
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
4472
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
4473
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
4474
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
4475
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
4476
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
4477
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
4478
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
4479
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
4480
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
4481
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
4482
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
4483
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
4484
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
4485
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
4486
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
4487
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
4488
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
4489
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
4490
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
4491
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
4492
4342
|
[x: `bytes6[${string}]`]: undefined;
|
|
4493
|
-
[x: `
|
|
4494
|
-
[x: `
|
|
4495
|
-
[x: `
|
|
4496
|
-
[x: `
|
|
4497
|
-
[x: `
|
|
4498
|
-
[x: `
|
|
4499
|
-
[x: `
|
|
4500
|
-
[x: `
|
|
4501
|
-
[x: `
|
|
4502
|
-
[x: `
|
|
4503
|
-
[x: `
|
|
4504
|
-
[x: `
|
|
4505
|
-
[x: `
|
|
4506
|
-
[x: `
|
|
4507
|
-
[x: `
|
|
4508
|
-
[x: `
|
|
4509
|
-
[x: `
|
|
4510
|
-
[x: `
|
|
4511
|
-
[x: `
|
|
4512
|
-
[x: `
|
|
4343
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4344
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4345
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4346
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4347
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4348
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4349
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4350
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4351
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4352
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4353
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4354
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4355
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4356
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4357
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4358
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4359
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4360
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4361
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4362
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4363
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4364
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4365
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4366
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4367
|
+
[x: `int[${string}]`]: undefined;
|
|
4368
|
+
[x: `int8[${string}]`]: undefined;
|
|
4369
|
+
[x: `int16[${string}]`]: undefined;
|
|
4370
|
+
[x: `int24[${string}]`]: undefined;
|
|
4371
|
+
[x: `int32[${string}]`]: undefined;
|
|
4372
|
+
[x: `int40[${string}]`]: undefined;
|
|
4373
|
+
[x: `int48[${string}]`]: undefined;
|
|
4374
|
+
[x: `int56[${string}]`]: undefined;
|
|
4375
|
+
[x: `int64[${string}]`]: undefined;
|
|
4376
|
+
[x: `int72[${string}]`]: undefined;
|
|
4377
|
+
[x: `int80[${string}]`]: undefined;
|
|
4378
|
+
[x: `int88[${string}]`]: undefined;
|
|
4379
|
+
[x: `int96[${string}]`]: undefined;
|
|
4380
|
+
[x: `int104[${string}]`]: undefined;
|
|
4381
|
+
[x: `int112[${string}]`]: undefined;
|
|
4382
|
+
[x: `int120[${string}]`]: undefined;
|
|
4383
|
+
[x: `int128[${string}]`]: undefined;
|
|
4384
|
+
[x: `int136[${string}]`]: undefined;
|
|
4385
|
+
[x: `int144[${string}]`]: undefined;
|
|
4386
|
+
[x: `int152[${string}]`]: undefined;
|
|
4513
4387
|
[x: `int160[${string}]`]: undefined;
|
|
4514
4388
|
[x: `int168[${string}]`]: undefined;
|
|
4515
4389
|
[x: `int176[${string}]`]: undefined;
|
|
@@ -4524,11 +4398,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4524
4398
|
[x: `int248[${string}]`]: undefined;
|
|
4525
4399
|
[x: `int256[${string}]`]: undefined;
|
|
4526
4400
|
[x: `uint[${string}]`]: undefined;
|
|
4527
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4528
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4529
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4530
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4531
4401
|
[x: `uint8[${string}]`]: undefined;
|
|
4402
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4403
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4404
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4405
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4532
4406
|
[x: `uint48[${string}]`]: undefined;
|
|
4533
4407
|
[x: `uint56[${string}]`]: undefined;
|
|
4534
4408
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4564,39 +4438,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4564
4438
|
bytes1?: undefined;
|
|
4565
4439
|
bytes5?: undefined;
|
|
4566
4440
|
bytes10?: undefined;
|
|
4441
|
+
bytes4?: undefined;
|
|
4567
4442
|
bytes2?: undefined;
|
|
4568
4443
|
bytes3?: undefined;
|
|
4569
|
-
bytes4?: undefined;
|
|
4570
|
-
bytes32?: undefined;
|
|
4571
|
-
bytes31?: undefined;
|
|
4572
|
-
bytes30?: undefined;
|
|
4573
|
-
bytes29?: undefined;
|
|
4574
|
-
bytes28?: undefined;
|
|
4575
|
-
bytes27?: undefined;
|
|
4576
|
-
bytes26?: undefined;
|
|
4577
|
-
bytes25?: undefined;
|
|
4578
|
-
bytes24?: undefined;
|
|
4579
|
-
bytes23?: undefined;
|
|
4580
|
-
bytes22?: undefined;
|
|
4581
|
-
bytes21?: undefined;
|
|
4582
|
-
bytes20?: undefined;
|
|
4583
|
-
bytes19?: undefined;
|
|
4584
|
-
bytes17?: undefined;
|
|
4585
|
-
bytes16?: undefined;
|
|
4586
|
-
bytes15?: undefined;
|
|
4587
|
-
bytes14?: undefined;
|
|
4588
|
-
bytes13?: undefined;
|
|
4589
|
-
bytes12?: undefined;
|
|
4590
|
-
bytes11?: undefined;
|
|
4591
|
-
bytes9?: undefined;
|
|
4592
|
-
bytes8?: undefined;
|
|
4593
|
-
bytes7?: undefined;
|
|
4594
4444
|
bytes6?: undefined;
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4445
|
+
bytes7?: undefined;
|
|
4446
|
+
bytes8?: undefined;
|
|
4447
|
+
bytes9?: undefined;
|
|
4448
|
+
bytes11?: undefined;
|
|
4449
|
+
bytes12?: undefined;
|
|
4450
|
+
bytes13?: undefined;
|
|
4451
|
+
bytes14?: undefined;
|
|
4452
|
+
bytes15?: undefined;
|
|
4453
|
+
bytes16?: undefined;
|
|
4454
|
+
bytes17?: undefined;
|
|
4455
|
+
bytes19?: undefined;
|
|
4456
|
+
bytes20?: undefined;
|
|
4457
|
+
bytes21?: undefined;
|
|
4458
|
+
bytes22?: undefined;
|
|
4459
|
+
bytes23?: undefined;
|
|
4460
|
+
bytes24?: undefined;
|
|
4461
|
+
bytes25?: undefined;
|
|
4462
|
+
bytes26?: undefined;
|
|
4463
|
+
bytes27?: undefined;
|
|
4464
|
+
bytes28?: undefined;
|
|
4465
|
+
bytes29?: undefined;
|
|
4466
|
+
bytes30?: undefined;
|
|
4467
|
+
bytes31?: undefined;
|
|
4468
|
+
bytes32?: undefined;
|
|
4599
4469
|
int8?: undefined;
|
|
4470
|
+
int16?: undefined;
|
|
4471
|
+
int24?: undefined;
|
|
4472
|
+
int32?: undefined;
|
|
4473
|
+
int40?: undefined;
|
|
4600
4474
|
int48?: undefined;
|
|
4601
4475
|
int56?: undefined;
|
|
4602
4476
|
int64?: undefined;
|
|
@@ -4624,11 +4498,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4624
4498
|
int240?: undefined;
|
|
4625
4499
|
int248?: undefined;
|
|
4626
4500
|
int256?: undefined;
|
|
4627
|
-
uint40?: undefined;
|
|
4628
|
-
uint32?: undefined;
|
|
4629
|
-
uint24?: undefined;
|
|
4630
|
-
uint16?: undefined;
|
|
4631
4501
|
uint8?: undefined;
|
|
4502
|
+
uint16?: undefined;
|
|
4503
|
+
uint24?: undefined;
|
|
4504
|
+
uint32?: undefined;
|
|
4505
|
+
uint40?: undefined;
|
|
4632
4506
|
uint48?: undefined;
|
|
4633
4507
|
uint56?: undefined;
|
|
4634
4508
|
uint64?: undefined;
|
|
@@ -4671,40 +4545,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4671
4545
|
[x: `bytes1[${string}]`]: undefined;
|
|
4672
4546
|
[x: `bytes5[${string}]`]: undefined;
|
|
4673
4547
|
[x: `bytes10[${string}]`]: undefined;
|
|
4548
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
4674
4549
|
[x: `bytes2[${string}]`]: undefined;
|
|
4675
4550
|
[x: `bytes3[${string}]`]: undefined;
|
|
4676
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
4677
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
4678
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
4679
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
4680
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
4681
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
4682
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
4683
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
4684
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
4685
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
4686
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
4687
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
4688
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
4689
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
4690
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
4691
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
4692
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
4693
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
4694
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
4695
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
4696
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
4697
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
4698
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
4699
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
4700
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
4701
4551
|
[x: `bytes6[${string}]`]: undefined;
|
|
4552
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
4553
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
4554
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
4555
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
4556
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
4557
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
4558
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
4559
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
4560
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
4561
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
4562
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
4563
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
4564
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
4565
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
4566
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
4567
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
4568
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
4569
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
4570
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
4571
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
4572
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
4573
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
4574
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
4575
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
4702
4576
|
[x: `int[${string}]`]: undefined;
|
|
4703
|
-
[x: `int40[${string}]`]: undefined;
|
|
4704
|
-
[x: `int32[${string}]`]: undefined;
|
|
4705
|
-
[x: `int24[${string}]`]: undefined;
|
|
4706
|
-
[x: `int16[${string}]`]: undefined;
|
|
4707
4577
|
[x: `int8[${string}]`]: undefined;
|
|
4578
|
+
[x: `int16[${string}]`]: undefined;
|
|
4579
|
+
[x: `int24[${string}]`]: undefined;
|
|
4580
|
+
[x: `int32[${string}]`]: undefined;
|
|
4581
|
+
[x: `int40[${string}]`]: undefined;
|
|
4708
4582
|
[x: `int48[${string}]`]: undefined;
|
|
4709
4583
|
[x: `int56[${string}]`]: undefined;
|
|
4710
4584
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -4733,11 +4607,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4733
4607
|
[x: `int248[${string}]`]: undefined;
|
|
4734
4608
|
[x: `int256[${string}]`]: undefined;
|
|
4735
4609
|
[x: `uint[${string}]`]: undefined;
|
|
4736
|
-
[x: `uint40[${string}]`]: undefined;
|
|
4737
|
-
[x: `uint32[${string}]`]: undefined;
|
|
4738
|
-
[x: `uint24[${string}]`]: undefined;
|
|
4739
|
-
[x: `uint16[${string}]`]: undefined;
|
|
4740
4610
|
[x: `uint8[${string}]`]: undefined;
|
|
4611
|
+
[x: `uint16[${string}]`]: undefined;
|
|
4612
|
+
[x: `uint24[${string}]`]: undefined;
|
|
4613
|
+
[x: `uint32[${string}]`]: undefined;
|
|
4614
|
+
[x: `uint40[${string}]`]: undefined;
|
|
4741
4615
|
[x: `uint48[${string}]`]: undefined;
|
|
4742
4616
|
[x: `uint56[${string}]`]: undefined;
|
|
4743
4617
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -4773,39 +4647,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4773
4647
|
bytes1?: undefined;
|
|
4774
4648
|
bytes5?: undefined;
|
|
4775
4649
|
bytes10?: undefined;
|
|
4650
|
+
bytes4?: undefined;
|
|
4776
4651
|
bytes2?: undefined;
|
|
4777
4652
|
bytes3?: undefined;
|
|
4778
|
-
bytes4?: undefined;
|
|
4779
|
-
bytes32?: undefined;
|
|
4780
|
-
bytes31?: undefined;
|
|
4781
|
-
bytes30?: undefined;
|
|
4782
|
-
bytes29?: undefined;
|
|
4783
|
-
bytes28?: undefined;
|
|
4784
|
-
bytes27?: undefined;
|
|
4785
|
-
bytes26?: undefined;
|
|
4786
|
-
bytes25?: undefined;
|
|
4787
|
-
bytes24?: undefined;
|
|
4788
|
-
bytes23?: undefined;
|
|
4789
|
-
bytes22?: undefined;
|
|
4790
|
-
bytes21?: undefined;
|
|
4791
|
-
bytes20?: undefined;
|
|
4792
|
-
bytes19?: undefined;
|
|
4793
|
-
bytes17?: undefined;
|
|
4794
|
-
bytes16?: undefined;
|
|
4795
|
-
bytes15?: undefined;
|
|
4796
|
-
bytes14?: undefined;
|
|
4797
|
-
bytes13?: undefined;
|
|
4798
|
-
bytes12?: undefined;
|
|
4799
|
-
bytes11?: undefined;
|
|
4800
|
-
bytes9?: undefined;
|
|
4801
|
-
bytes8?: undefined;
|
|
4802
|
-
bytes7?: undefined;
|
|
4803
4653
|
bytes6?: undefined;
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4654
|
+
bytes7?: undefined;
|
|
4655
|
+
bytes8?: undefined;
|
|
4656
|
+
bytes9?: undefined;
|
|
4657
|
+
bytes11?: undefined;
|
|
4658
|
+
bytes12?: undefined;
|
|
4659
|
+
bytes13?: undefined;
|
|
4660
|
+
bytes14?: undefined;
|
|
4661
|
+
bytes15?: undefined;
|
|
4662
|
+
bytes16?: undefined;
|
|
4663
|
+
bytes17?: undefined;
|
|
4664
|
+
bytes19?: undefined;
|
|
4665
|
+
bytes20?: undefined;
|
|
4666
|
+
bytes21?: undefined;
|
|
4667
|
+
bytes22?: undefined;
|
|
4668
|
+
bytes23?: undefined;
|
|
4669
|
+
bytes24?: undefined;
|
|
4670
|
+
bytes25?: undefined;
|
|
4671
|
+
bytes26?: undefined;
|
|
4672
|
+
bytes27?: undefined;
|
|
4673
|
+
bytes28?: undefined;
|
|
4674
|
+
bytes29?: undefined;
|
|
4675
|
+
bytes30?: undefined;
|
|
4676
|
+
bytes31?: undefined;
|
|
4677
|
+
bytes32?: undefined;
|
|
4808
4678
|
int8?: undefined;
|
|
4679
|
+
int16?: undefined;
|
|
4680
|
+
int24?: undefined;
|
|
4681
|
+
int32?: undefined;
|
|
4682
|
+
int40?: undefined;
|
|
4809
4683
|
int48?: undefined;
|
|
4810
4684
|
int56?: undefined;
|
|
4811
4685
|
int64?: undefined;
|
|
@@ -4833,11 +4707,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
4833
4707
|
int240?: undefined;
|
|
4834
4708
|
int248?: undefined;
|
|
4835
4709
|
int256?: undefined;
|
|
4836
|
-
uint40?: undefined;
|
|
4837
|
-
uint32?: undefined;
|
|
4838
|
-
uint24?: undefined;
|
|
4839
|
-
uint16?: undefined;
|
|
4840
4710
|
uint8?: undefined;
|
|
4711
|
+
uint16?: undefined;
|
|
4712
|
+
uint24?: undefined;
|
|
4713
|
+
uint32?: undefined;
|
|
4714
|
+
uint40?: undefined;
|
|
4841
4715
|
uint48?: undefined;
|
|
4842
4716
|
uint56?: undefined;
|
|
4843
4717
|
uint64?: undefined;
|
|
@@ -5068,24 +4942,6 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5068
4942
|
Method: "eth_uninstallFilter";
|
|
5069
4943
|
Parameters: [filterId: `0x${string}`];
|
|
5070
4944
|
ReturnType: boolean;
|
|
5071
|
-
}, {
|
|
5072
|
-
Method: "alchemy_requestPaymasterAndData";
|
|
5073
|
-
Parameters: [{
|
|
5074
|
-
policyId: string;
|
|
5075
|
-
entryPoint: `0x${string}`;
|
|
5076
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
5077
|
-
}];
|
|
5078
|
-
ReturnType: import("../../index.js").RequestPaymasterAndDataResponse;
|
|
5079
|
-
}, {
|
|
5080
|
-
Method: "alchemy_requestGasAndPaymasterAndData";
|
|
5081
|
-
Parameters: [{
|
|
5082
|
-
policyId: string;
|
|
5083
|
-
entryPoint: `0x${string}`;
|
|
5084
|
-
userOperation: import("@aa-sdk/core").UserOperationRequest;
|
|
5085
|
-
dummySignature: `0x${string}`;
|
|
5086
|
-
overrides?: Partial<{}> | undefined;
|
|
5087
|
-
}];
|
|
5088
|
-
ReturnType: import("../../index.js").RequestGasAndPaymasterAndDataResponse;
|
|
5089
4945
|
}, {
|
|
5090
4946
|
Method: "alchemy_simulateUserOperationAssetChanges";
|
|
5091
4947
|
Parameters: import("../../index.js").SimulateUserOperationAssetChangesRequest;
|
|
@@ -5154,40 +5010,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5154
5010
|
[x: `bytes1[${string}]`]: undefined;
|
|
5155
5011
|
[x: `bytes5[${string}]`]: undefined;
|
|
5156
5012
|
[x: `bytes10[${string}]`]: undefined;
|
|
5013
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5157
5014
|
[x: `bytes2[${string}]`]: undefined;
|
|
5158
5015
|
[x: `bytes3[${string}]`]: undefined;
|
|
5159
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
5160
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
5161
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
5162
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
5163
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
5164
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
5165
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
5166
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
5167
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
5168
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
5169
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
5170
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
5171
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
5172
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
5173
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
5174
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
5175
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
5176
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
5177
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
5178
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
5179
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
5180
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
5181
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
5182
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
5183
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
5184
5016
|
[x: `bytes6[${string}]`]: undefined;
|
|
5017
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5018
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5019
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5020
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5021
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5022
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5023
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5024
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5025
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5026
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5027
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5028
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5029
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5030
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5031
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5032
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5033
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5034
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5035
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5036
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5037
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5038
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5039
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5040
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5185
5041
|
[x: `int[${string}]`]: undefined;
|
|
5186
|
-
[x: `int40[${string}]`]: undefined;
|
|
5187
|
-
[x: `int32[${string}]`]: undefined;
|
|
5188
|
-
[x: `int24[${string}]`]: undefined;
|
|
5189
|
-
[x: `int16[${string}]`]: undefined;
|
|
5190
5042
|
[x: `int8[${string}]`]: undefined;
|
|
5043
|
+
[x: `int16[${string}]`]: undefined;
|
|
5044
|
+
[x: `int24[${string}]`]: undefined;
|
|
5045
|
+
[x: `int32[${string}]`]: undefined;
|
|
5046
|
+
[x: `int40[${string}]`]: undefined;
|
|
5191
5047
|
[x: `int48[${string}]`]: undefined;
|
|
5192
5048
|
[x: `int56[${string}]`]: undefined;
|
|
5193
5049
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -5216,11 +5072,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5216
5072
|
[x: `int248[${string}]`]: undefined;
|
|
5217
5073
|
[x: `int256[${string}]`]: undefined;
|
|
5218
5074
|
[x: `uint[${string}]`]: undefined;
|
|
5219
|
-
[x: `uint40[${string}]`]: undefined;
|
|
5220
|
-
[x: `uint32[${string}]`]: undefined;
|
|
5221
|
-
[x: `uint24[${string}]`]: undefined;
|
|
5222
|
-
[x: `uint16[${string}]`]: undefined;
|
|
5223
5075
|
[x: `uint8[${string}]`]: undefined;
|
|
5076
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5077
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5078
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5079
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5224
5080
|
[x: `uint48[${string}]`]: undefined;
|
|
5225
5081
|
[x: `uint56[${string}]`]: undefined;
|
|
5226
5082
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -5256,39 +5112,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5256
5112
|
bytes1?: undefined;
|
|
5257
5113
|
bytes5?: undefined;
|
|
5258
5114
|
bytes10?: undefined;
|
|
5115
|
+
bytes4?: undefined;
|
|
5259
5116
|
bytes2?: undefined;
|
|
5260
5117
|
bytes3?: undefined;
|
|
5261
|
-
bytes4?: undefined;
|
|
5262
|
-
bytes32?: undefined;
|
|
5263
|
-
bytes31?: undefined;
|
|
5264
|
-
bytes30?: undefined;
|
|
5265
|
-
bytes29?: undefined;
|
|
5266
|
-
bytes28?: undefined;
|
|
5267
|
-
bytes27?: undefined;
|
|
5268
|
-
bytes26?: undefined;
|
|
5269
|
-
bytes25?: undefined;
|
|
5270
|
-
bytes24?: undefined;
|
|
5271
|
-
bytes23?: undefined;
|
|
5272
|
-
bytes22?: undefined;
|
|
5273
|
-
bytes21?: undefined;
|
|
5274
|
-
bytes20?: undefined;
|
|
5275
|
-
bytes19?: undefined;
|
|
5276
|
-
bytes17?: undefined;
|
|
5277
|
-
bytes16?: undefined;
|
|
5278
|
-
bytes15?: undefined;
|
|
5279
|
-
bytes14?: undefined;
|
|
5280
|
-
bytes13?: undefined;
|
|
5281
|
-
bytes12?: undefined;
|
|
5282
|
-
bytes11?: undefined;
|
|
5283
|
-
bytes9?: undefined;
|
|
5284
|
-
bytes8?: undefined;
|
|
5285
|
-
bytes7?: undefined;
|
|
5286
5118
|
bytes6?: undefined;
|
|
5287
|
-
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5119
|
+
bytes7?: undefined;
|
|
5120
|
+
bytes8?: undefined;
|
|
5121
|
+
bytes9?: undefined;
|
|
5122
|
+
bytes11?: undefined;
|
|
5123
|
+
bytes12?: undefined;
|
|
5124
|
+
bytes13?: undefined;
|
|
5125
|
+
bytes14?: undefined;
|
|
5126
|
+
bytes15?: undefined;
|
|
5127
|
+
bytes16?: undefined;
|
|
5128
|
+
bytes17?: undefined;
|
|
5129
|
+
bytes19?: undefined;
|
|
5130
|
+
bytes20?: undefined;
|
|
5131
|
+
bytes21?: undefined;
|
|
5132
|
+
bytes22?: undefined;
|
|
5133
|
+
bytes23?: undefined;
|
|
5134
|
+
bytes24?: undefined;
|
|
5135
|
+
bytes25?: undefined;
|
|
5136
|
+
bytes26?: undefined;
|
|
5137
|
+
bytes27?: undefined;
|
|
5138
|
+
bytes28?: undefined;
|
|
5139
|
+
bytes29?: undefined;
|
|
5140
|
+
bytes30?: undefined;
|
|
5141
|
+
bytes31?: undefined;
|
|
5142
|
+
bytes32?: undefined;
|
|
5291
5143
|
int8?: undefined;
|
|
5144
|
+
int16?: undefined;
|
|
5145
|
+
int24?: undefined;
|
|
5146
|
+
int32?: undefined;
|
|
5147
|
+
int40?: undefined;
|
|
5292
5148
|
int48?: undefined;
|
|
5293
5149
|
int56?: undefined;
|
|
5294
5150
|
int64?: undefined;
|
|
@@ -5316,11 +5172,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5316
5172
|
int240?: undefined;
|
|
5317
5173
|
int248?: undefined;
|
|
5318
5174
|
int256?: undefined;
|
|
5319
|
-
uint40?: undefined;
|
|
5320
|
-
uint32?: undefined;
|
|
5321
|
-
uint24?: undefined;
|
|
5322
|
-
uint16?: undefined;
|
|
5323
5175
|
uint8?: undefined;
|
|
5176
|
+
uint16?: undefined;
|
|
5177
|
+
uint24?: undefined;
|
|
5178
|
+
uint32?: undefined;
|
|
5179
|
+
uint40?: undefined;
|
|
5324
5180
|
uint48?: undefined;
|
|
5325
5181
|
uint56?: undefined;
|
|
5326
5182
|
uint64?: undefined;
|
|
@@ -5363,40 +5219,40 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5363
5219
|
[x: `bytes1[${string}]`]: undefined;
|
|
5364
5220
|
[x: `bytes5[${string}]`]: undefined;
|
|
5365
5221
|
[x: `bytes10[${string}]`]: undefined;
|
|
5222
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
5366
5223
|
[x: `bytes2[${string}]`]: undefined;
|
|
5367
5224
|
[x: `bytes3[${string}]`]: undefined;
|
|
5368
|
-
[x: `bytes4[${string}]`]: undefined;
|
|
5369
|
-
[x: `bytes32[${string}]`]: undefined;
|
|
5370
|
-
[x: `bytes31[${string}]`]: undefined;
|
|
5371
|
-
[x: `bytes30[${string}]`]: undefined;
|
|
5372
|
-
[x: `bytes29[${string}]`]: undefined;
|
|
5373
|
-
[x: `bytes28[${string}]`]: undefined;
|
|
5374
|
-
[x: `bytes27[${string}]`]: undefined;
|
|
5375
|
-
[x: `bytes26[${string}]`]: undefined;
|
|
5376
|
-
[x: `bytes25[${string}]`]: undefined;
|
|
5377
|
-
[x: `bytes24[${string}]`]: undefined;
|
|
5378
|
-
[x: `bytes23[${string}]`]: undefined;
|
|
5379
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
5380
|
-
[x: `bytes21[${string}]`]: undefined;
|
|
5381
|
-
[x: `bytes20[${string}]`]: undefined;
|
|
5382
|
-
[x: `bytes19[${string}]`]: undefined;
|
|
5383
|
-
[x: `bytes17[${string}]`]: undefined;
|
|
5384
|
-
[x: `bytes16[${string}]`]: undefined;
|
|
5385
|
-
[x: `bytes15[${string}]`]: undefined;
|
|
5386
|
-
[x: `bytes14[${string}]`]: undefined;
|
|
5387
|
-
[x: `bytes13[${string}]`]: undefined;
|
|
5388
|
-
[x: `bytes12[${string}]`]: undefined;
|
|
5389
|
-
[x: `bytes11[${string}]`]: undefined;
|
|
5390
|
-
[x: `bytes9[${string}]`]: undefined;
|
|
5391
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
5392
|
-
[x: `bytes7[${string}]`]: undefined;
|
|
5393
5225
|
[x: `bytes6[${string}]`]: undefined;
|
|
5226
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
5227
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
5228
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
5229
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
5230
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
5231
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
5232
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
5233
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
5234
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
5235
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
5236
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
5237
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
5238
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
5239
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
5240
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
5241
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
5242
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
5243
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
5244
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
5245
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
5246
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
5247
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
5248
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
5249
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
5394
5250
|
[x: `int[${string}]`]: undefined;
|
|
5395
|
-
[x: `int40[${string}]`]: undefined;
|
|
5396
|
-
[x: `int32[${string}]`]: undefined;
|
|
5397
|
-
[x: `int24[${string}]`]: undefined;
|
|
5398
|
-
[x: `int16[${string}]`]: undefined;
|
|
5399
5251
|
[x: `int8[${string}]`]: undefined;
|
|
5252
|
+
[x: `int16[${string}]`]: undefined;
|
|
5253
|
+
[x: `int24[${string}]`]: undefined;
|
|
5254
|
+
[x: `int32[${string}]`]: undefined;
|
|
5255
|
+
[x: `int40[${string}]`]: undefined;
|
|
5400
5256
|
[x: `int48[${string}]`]: undefined;
|
|
5401
5257
|
[x: `int56[${string}]`]: undefined;
|
|
5402
5258
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -5425,11 +5281,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5425
5281
|
[x: `int248[${string}]`]: undefined;
|
|
5426
5282
|
[x: `int256[${string}]`]: undefined;
|
|
5427
5283
|
[x: `uint[${string}]`]: undefined;
|
|
5428
|
-
[x: `uint40[${string}]`]: undefined;
|
|
5429
|
-
[x: `uint32[${string}]`]: undefined;
|
|
5430
|
-
[x: `uint24[${string}]`]: undefined;
|
|
5431
|
-
[x: `uint16[${string}]`]: undefined;
|
|
5432
5284
|
[x: `uint8[${string}]`]: undefined;
|
|
5285
|
+
[x: `uint16[${string}]`]: undefined;
|
|
5286
|
+
[x: `uint24[${string}]`]: undefined;
|
|
5287
|
+
[x: `uint32[${string}]`]: undefined;
|
|
5288
|
+
[x: `uint40[${string}]`]: undefined;
|
|
5433
5289
|
[x: `uint48[${string}]`]: undefined;
|
|
5434
5290
|
[x: `uint56[${string}]`]: undefined;
|
|
5435
5291
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -5465,39 +5321,39 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5465
5321
|
bytes1?: undefined;
|
|
5466
5322
|
bytes5?: undefined;
|
|
5467
5323
|
bytes10?: undefined;
|
|
5324
|
+
bytes4?: undefined;
|
|
5468
5325
|
bytes2?: undefined;
|
|
5469
5326
|
bytes3?: undefined;
|
|
5470
|
-
bytes4?: undefined;
|
|
5471
|
-
bytes32?: undefined;
|
|
5472
|
-
bytes31?: undefined;
|
|
5473
|
-
bytes30?: undefined;
|
|
5474
|
-
bytes29?: undefined;
|
|
5475
|
-
bytes28?: undefined;
|
|
5476
|
-
bytes27?: undefined;
|
|
5477
|
-
bytes26?: undefined;
|
|
5478
|
-
bytes25?: undefined;
|
|
5479
|
-
bytes24?: undefined;
|
|
5480
|
-
bytes23?: undefined;
|
|
5481
|
-
bytes22?: undefined;
|
|
5482
|
-
bytes21?: undefined;
|
|
5483
|
-
bytes20?: undefined;
|
|
5484
|
-
bytes19?: undefined;
|
|
5485
|
-
bytes17?: undefined;
|
|
5486
|
-
bytes16?: undefined;
|
|
5487
|
-
bytes15?: undefined;
|
|
5488
|
-
bytes14?: undefined;
|
|
5489
|
-
bytes13?: undefined;
|
|
5490
|
-
bytes12?: undefined;
|
|
5491
|
-
bytes11?: undefined;
|
|
5492
|
-
bytes9?: undefined;
|
|
5493
|
-
bytes8?: undefined;
|
|
5494
|
-
bytes7?: undefined;
|
|
5495
5327
|
bytes6?: undefined;
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5328
|
+
bytes7?: undefined;
|
|
5329
|
+
bytes8?: undefined;
|
|
5330
|
+
bytes9?: undefined;
|
|
5331
|
+
bytes11?: undefined;
|
|
5332
|
+
bytes12?: undefined;
|
|
5333
|
+
bytes13?: undefined;
|
|
5334
|
+
bytes14?: undefined;
|
|
5335
|
+
bytes15?: undefined;
|
|
5336
|
+
bytes16?: undefined;
|
|
5337
|
+
bytes17?: undefined;
|
|
5338
|
+
bytes19?: undefined;
|
|
5339
|
+
bytes20?: undefined;
|
|
5340
|
+
bytes21?: undefined;
|
|
5341
|
+
bytes22?: undefined;
|
|
5342
|
+
bytes23?: undefined;
|
|
5343
|
+
bytes24?: undefined;
|
|
5344
|
+
bytes25?: undefined;
|
|
5345
|
+
bytes26?: undefined;
|
|
5346
|
+
bytes27?: undefined;
|
|
5347
|
+
bytes28?: undefined;
|
|
5348
|
+
bytes29?: undefined;
|
|
5349
|
+
bytes30?: undefined;
|
|
5350
|
+
bytes31?: undefined;
|
|
5351
|
+
bytes32?: undefined;
|
|
5500
5352
|
int8?: undefined;
|
|
5353
|
+
int16?: undefined;
|
|
5354
|
+
int24?: undefined;
|
|
5355
|
+
int32?: undefined;
|
|
5356
|
+
int40?: undefined;
|
|
5501
5357
|
int48?: undefined;
|
|
5502
5358
|
int56?: undefined;
|
|
5503
5359
|
int64?: undefined;
|
|
@@ -5525,11 +5381,11 @@ export declare const alchemyEnhancedApiActions: (alchemy: Alchemy) => <TTranspor
|
|
|
5525
5381
|
int240?: undefined;
|
|
5526
5382
|
int248?: undefined;
|
|
5527
5383
|
int256?: undefined;
|
|
5528
|
-
uint40?: undefined;
|
|
5529
|
-
uint32?: undefined;
|
|
5530
|
-
uint24?: undefined;
|
|
5531
|
-
uint16?: undefined;
|
|
5532
5384
|
uint8?: undefined;
|
|
5385
|
+
uint16?: undefined;
|
|
5386
|
+
uint24?: undefined;
|
|
5387
|
+
uint32?: undefined;
|
|
5388
|
+
uint40?: undefined;
|
|
5533
5389
|
uint48?: undefined;
|
|
5534
5390
|
uint56?: undefined;
|
|
5535
5391
|
uint64?: undefined;
|