@pimlico/alto 0.0.0-main.20251205T161640 → 0.0.0-main.20260101T134812

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -1
  2. package/contracts/ERC165.sol/ERC165.json +1 -1
  3. package/contracts/ERC20.sol/ERC20.json +1 -1
  4. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
  5. package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
  6. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
  7. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
  8. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
  9. package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
  10. package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
  11. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  12. package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  13. package/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
  14. package/contracts/Exec.sol/Exec.json +1 -1
  15. package/contracts/IAccount.sol/IAccount.json +1 -1
  16. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
  17. package/contracts/IAggregator.sol/IAggregator.json +1 -1
  18. package/contracts/IERC165.sol/IERC165.json +1 -1
  19. package/contracts/IERC5267.sol/IERC5267.json +1 -1
  20. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
  21. package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride08.json +1 -1
  22. package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride09.json +1 -0
  23. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  24. package/contracts/INonceManager.sol/INonceManager.json +1 -1
  25. package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
  26. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
  27. package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
  28. package/contracts/LibBytes.sol/LibBytes.json +1 -1
  29. package/contracts/Math.sol/Math.json +1 -1
  30. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
  31. package/contracts/NonceManager.sol/NonceManager.json +1 -1
  32. package/contracts/Panic.sol/Panic.json +1 -1
  33. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  34. package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -1
  35. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
  36. package/contracts/SafeCast.sol/SafeCast.json +1 -1
  37. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  38. package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
  39. package/contracts/SignedMath.sol/SignedMath.json +1 -1
  40. package/contracts/SimulationOverrideHelper.sol/SimulationOverrideHelper.json +1 -1
  41. package/contracts/StakeManager.sol/StakeManager.json +1 -1
  42. package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
  43. package/contracts/Strings.sol/Strings.json +1 -1
  44. package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
  45. package/contracts/UserOperation.sol/UserOperationLib.json +1 -1
  46. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
  47. package/contracts/account-abstraction-v9/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -0
  48. package/contracts/account-abstraction-v9/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
  49. package/contracts/account-abstraction-v9/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -0
  50. package/contracts/account-abstraction-v9/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -0
  51. package/contracts/build-info/{006aa55b425148d5.json → 338795fc743ca612.json} +1 -1
  52. package/contracts/build-info/44a9648cfe32a468.json +1 -0
  53. package/contracts/build-info/{416ffb069999d6eb.json → 8dbf8a4ad39019b5.json} +1 -1
  54. package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  55. package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  56. package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  57. package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  58. package/contracts/core/Eip7702Support.sol/Eip7702Support.json +1 -0
  59. package/contracts/core/NonceManager.sol/NonceManager.json +1 -0
  60. package/contracts/core/SenderCreator.sol/SenderCreator.json +1 -0
  61. package/contracts/core/StakeManager.sol/StakeManager.json +1 -0
  62. package/contracts/core/UserOperationLib.sol/UserOperationLib.json +1 -0
  63. package/contracts/interfaces/IAccount.sol/IAccount.json +1 -0
  64. package/contracts/interfaces/IAccountExecute.sol/IAccountExecute.json +1 -0
  65. package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  66. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  67. package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  68. package/contracts/interfaces/IPaymaster.sol/IPaymaster.json +1 -0
  69. package/contracts/interfaces/ISenderCreator.sol/ISenderCreator.json +1 -0
  70. package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  71. package/contracts/overrides/Eip7702Support.sol/Eip7702Support.json +1 -0
  72. package/contracts/overrides/NonceManager.sol/NonceManager.json +1 -0
  73. package/contracts/overrides/SenderCreator.sol/SenderCreator.json +1 -0
  74. package/contracts/overrides/StakeManager.sol/StakeManager.json +1 -0
  75. package/contracts/overrides/UserOperationLib.sol/UserOperationLib.json +1 -0
  76. package/contracts/utils/Exec.sol/Exec.json +1 -1
  77. package/contracts/utils/StorageSlot.sol/StorageSlot.json +1 -1
  78. package/contracts/v09/EntryPoint.sol/EntryPoint.json +1 -0
  79. package/esm/cli/config/bundler.d.ts +56 -50
  80. package/esm/cli/config/bundler.js +1 -0
  81. package/esm/cli/config/bundler.js.map +1 -1
  82. package/esm/cli/config/options.js +5 -1
  83. package/esm/cli/config/options.js.map +1 -1
  84. package/esm/cli/deploySimulationsContract.d.ts +1 -0
  85. package/esm/cli/deploySimulationsContract.js +41 -5
  86. package/esm/cli/deploySimulationsContract.js.map +1 -1
  87. package/esm/cli/handler.js +14 -0
  88. package/esm/cli/handler.js.map +1 -1
  89. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
  90. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
  91. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
  92. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
  93. package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
  94. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  95. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  96. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
  97. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  98. package/esm/executor/filterOpsAndEstimateGas.js +12 -0
  99. package/esm/executor/filterOpsAndEstimateGas.js.map +1 -1
  100. package/esm/executor/utils.js +2 -2
  101. package/esm/executor/utils.js.map +1 -1
  102. package/esm/mempool/mempool.d.ts +34 -0
  103. package/esm/mempool/mempool.js +14 -4
  104. package/esm/mempool/mempool.js.map +1 -1
  105. package/esm/rpc/estimation/gasEstimations07.js +7 -6
  106. package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
  107. package/esm/rpc/estimation/preVerificationGasCalculator.js +1 -1
  108. package/esm/rpc/estimation/preVerificationGasCalculator.js.map +1 -1
  109. package/esm/rpc/methods/boost_sendUserOperation.d.ts +304 -0
  110. package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +338 -0
  111. package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +622 -14
  112. package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +621 -11
  113. package/esm/rpc/methods/eth_sendUserOperation.d.ts +304 -0
  114. package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +304 -0
  115. package/esm/rpc/methods/pimlico_sendUserOperationNow.js +3 -12
  116. package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
  117. package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +620 -12
  118. package/esm/rpc/validation/SafeValidator.js +5 -5
  119. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  120. package/esm/store/createMempoolStore.js +8 -2
  121. package/esm/store/createMempoolStore.js.map +1 -1
  122. package/esm/store/outstanding/memory.js +26 -17
  123. package/esm/store/outstanding/memory.js.map +1 -1
  124. package/esm/store/outstanding/redis.js +46 -18
  125. package/esm/store/outstanding/redis.js.map +1 -1
  126. package/esm/store/outstanding/types.d.ts +2 -1
  127. package/esm/store/processing/memory.d.ts +3 -1
  128. package/esm/store/processing/memory.js +14 -2
  129. package/esm/store/processing/memory.js.map +1 -1
  130. package/esm/store/processing/redis.d.ts +4 -2
  131. package/esm/store/processing/redis.js +20 -4
  132. package/esm/store/processing/redis.js.map +1 -1
  133. package/esm/store/processing/types.d.ts +2 -1
  134. package/esm/store/types.d.ts +1 -0
  135. package/esm/types/contracts/PimlicoSimulations.d.ts +81 -0
  136. package/esm/types/contracts/PimlicoSimulations.js +105 -0
  137. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  138. package/esm/types/schemas.d.ts +13039 -4597
  139. package/esm/types/schemas.js +92 -2
  140. package/esm/types/schemas.js.map +1 -1
  141. package/esm/utils/entryPointOverrides.js +7 -0
  142. package/esm/utils/entryPointOverrides.js.map +1 -1
  143. package/esm/utils/userop.d.ts +76 -2
  144. package/esm/utils/userop.js +71 -79
  145. package/esm/utils/userop.js.map +1 -1
  146. package/package.json +2 -2
@@ -574,6 +574,208 @@ export declare const ethGetUserOperationByHashHandler: {
574
574
  yParity: string | number | bigint;
575
575
  v?: string | number | bigint | undefined;
576
576
  } | null | undefined;
577
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
578
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
579
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
580
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodLiteral<"0x7702">]>>>, `0x${string}` | null, string | null | undefined>;
581
+ factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
582
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
583
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
584
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
585
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
586
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
587
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
588
+ paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
589
+ paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
590
+ paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
591
+ paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
592
+ paymasterSignature: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
593
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
594
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
595
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
596
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
597
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
598
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
599
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
600
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
601
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
602
+ }, "strip", import("zod").ZodTypeAny, {
603
+ nonce: number;
604
+ contractAddress: `0x${string}`;
605
+ chainId: number;
606
+ r: `0x${string}`;
607
+ s: `0x${string}`;
608
+ yParity: number;
609
+ v?: bigint | undefined;
610
+ }, {
611
+ nonce: string | number | bigint;
612
+ contractAddress: string;
613
+ chainId: string | number | bigint;
614
+ r: string;
615
+ s: string;
616
+ yParity: string | number | bigint;
617
+ v?: string | number | bigint | undefined;
618
+ }>, import("zod").ZodObject<{
619
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
620
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
621
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
622
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
623
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
624
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
625
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
626
+ }, "strip", import("zod").ZodTypeAny, {
627
+ address: `0x${string}`;
628
+ nonce: number;
629
+ chainId: number;
630
+ r: `0x${string}`;
631
+ s: `0x${string}`;
632
+ yParity: number;
633
+ v?: bigint | undefined;
634
+ }, {
635
+ address: string;
636
+ nonce: string | number | bigint;
637
+ chainId: string | number | bigint;
638
+ r: string;
639
+ s: string;
640
+ yParity: string | number | bigint;
641
+ v?: string | number | bigint | undefined;
642
+ }>]>>>;
643
+ }, "strict", import("zod").ZodTypeAny, {
644
+ sender: `0x${string}`;
645
+ factory: `0x${string}` | null;
646
+ paymaster: `0x${string}` | null;
647
+ nonce: bigint;
648
+ callData: `0x${string}`;
649
+ callGasLimit: bigint;
650
+ verificationGasLimit: bigint;
651
+ preVerificationGas: bigint;
652
+ maxFeePerGas: bigint;
653
+ maxPriorityFeePerGas: bigint;
654
+ signature: `0x${string}`;
655
+ paymasterVerificationGasLimit: bigint | null;
656
+ paymasterPostOpGasLimit: bigint | null;
657
+ factoryData: `0x${string}` | null;
658
+ paymasterData: `0x${string}` | null;
659
+ paymasterSignature: `0x${string}` | null;
660
+ eip7702Auth?: {
661
+ nonce: number;
662
+ contractAddress: `0x${string}`;
663
+ chainId: number;
664
+ r: `0x${string}`;
665
+ s: `0x${string}`;
666
+ yParity: number;
667
+ v?: bigint | undefined;
668
+ } | {
669
+ address: `0x${string}`;
670
+ nonce: number;
671
+ chainId: number;
672
+ r: `0x${string}`;
673
+ s: `0x${string}`;
674
+ yParity: number;
675
+ v?: bigint | undefined;
676
+ } | null | undefined;
677
+ }, {
678
+ sender: string;
679
+ nonce: string | number | bigint;
680
+ callData: string;
681
+ callGasLimit: string | number | bigint;
682
+ verificationGasLimit: string | number | bigint;
683
+ preVerificationGas: string | number | bigint;
684
+ maxFeePerGas: string | number | bigint;
685
+ maxPriorityFeePerGas: string | number | bigint;
686
+ signature: string;
687
+ factory?: string | null | undefined;
688
+ factoryData?: string | null | undefined;
689
+ paymaster?: string | null | undefined;
690
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
691
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
692
+ paymasterData?: string | null | undefined;
693
+ paymasterSignature?: string | null | undefined;
694
+ eip7702Auth?: {
695
+ nonce: string | number | bigint;
696
+ contractAddress: string;
697
+ chainId: string | number | bigint;
698
+ r: string;
699
+ s: string;
700
+ yParity: string | number | bigint;
701
+ v?: string | number | bigint | undefined;
702
+ } | {
703
+ address: string;
704
+ nonce: string | number | bigint;
705
+ chainId: string | number | bigint;
706
+ r: string;
707
+ s: string;
708
+ yParity: string | number | bigint;
709
+ v?: string | number | bigint | undefined;
710
+ } | null | undefined;
711
+ }>, {
712
+ sender: `0x${string}`;
713
+ factory: `0x${string}` | null;
714
+ paymaster: `0x${string}` | null;
715
+ nonce: bigint;
716
+ callData: `0x${string}`;
717
+ callGasLimit: bigint;
718
+ verificationGasLimit: bigint;
719
+ preVerificationGas: bigint;
720
+ maxFeePerGas: bigint;
721
+ maxPriorityFeePerGas: bigint;
722
+ signature: `0x${string}`;
723
+ paymasterVerificationGasLimit: bigint | null;
724
+ paymasterPostOpGasLimit: bigint | null;
725
+ factoryData: `0x${string}` | null;
726
+ paymasterData: `0x${string}` | null;
727
+ paymasterSignature: `0x${string}` | null;
728
+ eip7702Auth?: {
729
+ nonce: number;
730
+ contractAddress: `0x${string}`;
731
+ chainId: number;
732
+ r: `0x${string}`;
733
+ s: `0x${string}`;
734
+ yParity: number;
735
+ v?: bigint | undefined;
736
+ } | {
737
+ address: `0x${string}`;
738
+ nonce: number;
739
+ chainId: number;
740
+ r: `0x${string}`;
741
+ s: `0x${string}`;
742
+ yParity: number;
743
+ v?: bigint | undefined;
744
+ } | null | undefined;
745
+ }, {
746
+ sender: string;
747
+ nonce: string | number | bigint;
748
+ callData: string;
749
+ callGasLimit: string | number | bigint;
750
+ verificationGasLimit: string | number | bigint;
751
+ preVerificationGas: string | number | bigint;
752
+ maxFeePerGas: string | number | bigint;
753
+ maxPriorityFeePerGas: string | number | bigint;
754
+ signature: string;
755
+ factory?: string | null | undefined;
756
+ factoryData?: string | null | undefined;
757
+ paymaster?: string | null | undefined;
758
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
759
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
760
+ paymasterData?: string | null | undefined;
761
+ paymasterSignature?: string | null | undefined;
762
+ eip7702Auth?: {
763
+ nonce: string | number | bigint;
764
+ contractAddress: string;
765
+ chainId: string | number | bigint;
766
+ r: string;
767
+ s: string;
768
+ yParity: string | number | bigint;
769
+ v?: string | number | bigint | undefined;
770
+ } | {
771
+ address: string;
772
+ nonce: string | number | bigint;
773
+ chainId: string | number | bigint;
774
+ r: string;
775
+ s: string;
776
+ yParity: string | number | bigint;
777
+ v?: string | number | bigint | undefined;
778
+ } | null | undefined;
577
779
  }>]>;
578
780
  entryPoint: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
579
781
  blockNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
@@ -676,6 +878,40 @@ export declare const ethGetUserOperationByHashHandler: {
676
878
  yParity: number;
677
879
  v?: bigint | undefined;
678
880
  } | null | undefined;
881
+ } | {
882
+ sender: `0x${string}`;
883
+ factory: `0x${string}` | null;
884
+ paymaster: `0x${string}` | null;
885
+ nonce: bigint;
886
+ callData: `0x${string}`;
887
+ callGasLimit: bigint;
888
+ verificationGasLimit: bigint;
889
+ preVerificationGas: bigint;
890
+ maxFeePerGas: bigint;
891
+ maxPriorityFeePerGas: bigint;
892
+ signature: `0x${string}`;
893
+ paymasterVerificationGasLimit: bigint | null;
894
+ paymasterPostOpGasLimit: bigint | null;
895
+ factoryData: `0x${string}` | null;
896
+ paymasterData: `0x${string}` | null;
897
+ paymasterSignature: `0x${string}` | null;
898
+ eip7702Auth?: {
899
+ nonce: number;
900
+ contractAddress: `0x${string}`;
901
+ chainId: number;
902
+ r: `0x${string}`;
903
+ s: `0x${string}`;
904
+ yParity: number;
905
+ v?: bigint | undefined;
906
+ } | {
907
+ address: `0x${string}`;
908
+ nonce: number;
909
+ chainId: number;
910
+ r: `0x${string}`;
911
+ s: `0x${string}`;
912
+ yParity: number;
913
+ v?: bigint | undefined;
914
+ } | null | undefined;
679
915
  }) & ({
680
916
  sender: `0x${string}`;
681
917
  nonce: bigint;
@@ -771,6 +1007,40 @@ export declare const ethGetUserOperationByHashHandler: {
771
1007
  yParity: number;
772
1008
  v?: bigint | undefined;
773
1009
  } | null | undefined;
1010
+ } | {
1011
+ sender: `0x${string}`;
1012
+ factory: `0x${string}` | null;
1013
+ paymaster: `0x${string}` | null;
1014
+ nonce: bigint;
1015
+ callData: `0x${string}`;
1016
+ callGasLimit: bigint;
1017
+ verificationGasLimit: bigint;
1018
+ preVerificationGas: bigint;
1019
+ maxFeePerGas: bigint;
1020
+ maxPriorityFeePerGas: bigint;
1021
+ signature: `0x${string}`;
1022
+ paymasterVerificationGasLimit: bigint | null;
1023
+ paymasterPostOpGasLimit: bigint | null;
1024
+ factoryData: `0x${string}` | null;
1025
+ paymasterData: `0x${string}` | null;
1026
+ paymasterSignature: `0x${string}` | null;
1027
+ eip7702Auth?: {
1028
+ nonce: number;
1029
+ contractAddress: `0x${string}`;
1030
+ chainId: number;
1031
+ r: `0x${string}`;
1032
+ s: `0x${string}`;
1033
+ yParity: number;
1034
+ v?: bigint | undefined;
1035
+ } | {
1036
+ address: `0x${string}`;
1037
+ nonce: number;
1038
+ chainId: number;
1039
+ r: `0x${string}`;
1040
+ s: `0x${string}`;
1041
+ yParity: number;
1042
+ v?: bigint | undefined;
1043
+ } | null | undefined;
774
1044
  } | undefined);
775
1045
  transactionHash: `0x${string}`;
776
1046
  blockHash: `0x${string}`;
@@ -872,6 +1142,40 @@ export declare const ethGetUserOperationByHashHandler: {
872
1142
  yParity: string | number | bigint;
873
1143
  v?: string | number | bigint | undefined;
874
1144
  } | null | undefined;
1145
+ } | {
1146
+ sender: string;
1147
+ nonce: string | number | bigint;
1148
+ callData: string;
1149
+ callGasLimit: string | number | bigint;
1150
+ verificationGasLimit: string | number | bigint;
1151
+ preVerificationGas: string | number | bigint;
1152
+ maxFeePerGas: string | number | bigint;
1153
+ maxPriorityFeePerGas: string | number | bigint;
1154
+ signature: string;
1155
+ factory?: string | null | undefined;
1156
+ factoryData?: string | null | undefined;
1157
+ paymaster?: string | null | undefined;
1158
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1159
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1160
+ paymasterData?: string | null | undefined;
1161
+ paymasterSignature?: string | null | undefined;
1162
+ eip7702Auth?: {
1163
+ nonce: string | number | bigint;
1164
+ contractAddress: string;
1165
+ chainId: string | number | bigint;
1166
+ r: string;
1167
+ s: string;
1168
+ yParity: string | number | bigint;
1169
+ v?: string | number | bigint | undefined;
1170
+ } | {
1171
+ address: string;
1172
+ nonce: string | number | bigint;
1173
+ chainId: string | number | bigint;
1174
+ r: string;
1175
+ s: string;
1176
+ yParity: string | number | bigint;
1177
+ v?: string | number | bigint | undefined;
1178
+ } | null | undefined;
875
1179
  }) & ({
876
1180
  sender: string;
877
1181
  nonce: string | number | bigint;
@@ -967,19 +1271,82 @@ export declare const ethGetUserOperationByHashHandler: {
967
1271
  yParity: string | number | bigint;
968
1272
  v?: string | number | bigint | undefined;
969
1273
  } | null | undefined;
970
- } | undefined);
971
- transactionHash: string;
972
- blockHash: string;
973
- blockNumber: string | number | bigint;
974
- }>, import("zod").ZodNull]>;
975
- }, "strip", import("zod").ZodTypeAny, {
976
- result: {
977
- entryPoint: `0x${string}`;
978
- userOperation: ({
1274
+ } | {
1275
+ sender: string;
1276
+ nonce: string | number | bigint;
1277
+ callData: string;
1278
+ callGasLimit: string | number | bigint;
1279
+ verificationGasLimit: string | number | bigint;
1280
+ preVerificationGas: string | number | bigint;
1281
+ maxFeePerGas: string | number | bigint;
1282
+ maxPriorityFeePerGas: string | number | bigint;
1283
+ signature: string;
1284
+ factory?: string | null | undefined;
1285
+ factoryData?: string | null | undefined;
1286
+ paymaster?: string | null | undefined;
1287
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1288
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1289
+ paymasterData?: string | null | undefined;
1290
+ paymasterSignature?: string | null | undefined;
1291
+ eip7702Auth?: {
1292
+ nonce: string | number | bigint;
1293
+ contractAddress: string;
1294
+ chainId: string | number | bigint;
1295
+ r: string;
1296
+ s: string;
1297
+ yParity: string | number | bigint;
1298
+ v?: string | number | bigint | undefined;
1299
+ } | {
1300
+ address: string;
1301
+ nonce: string | number | bigint;
1302
+ chainId: string | number | bigint;
1303
+ r: string;
1304
+ s: string;
1305
+ yParity: string | number | bigint;
1306
+ v?: string | number | bigint | undefined;
1307
+ } | null | undefined;
1308
+ } | undefined);
1309
+ transactionHash: string;
1310
+ blockHash: string;
1311
+ blockNumber: string | number | bigint;
1312
+ }>, import("zod").ZodNull]>;
1313
+ }, "strip", import("zod").ZodTypeAny, {
1314
+ result: {
1315
+ entryPoint: `0x${string}`;
1316
+ userOperation: ({
1317
+ sender: `0x${string}`;
1318
+ nonce: bigint;
1319
+ initCode: `0x${string}`;
1320
+ paymasterAndData: `0x${string}`;
1321
+ callData: `0x${string}`;
1322
+ callGasLimit: bigint;
1323
+ verificationGasLimit: bigint;
1324
+ preVerificationGas: bigint;
1325
+ maxFeePerGas: bigint;
1326
+ maxPriorityFeePerGas: bigint;
1327
+ signature: `0x${string}`;
1328
+ eip7702Auth?: {
1329
+ nonce: number;
1330
+ contractAddress: `0x${string}`;
1331
+ chainId: number;
1332
+ r: `0x${string}`;
1333
+ s: `0x${string}`;
1334
+ yParity: number;
1335
+ v?: bigint | undefined;
1336
+ } | {
1337
+ address: `0x${string}`;
1338
+ nonce: number;
1339
+ chainId: number;
1340
+ r: `0x${string}`;
1341
+ s: `0x${string}`;
1342
+ yParity: number;
1343
+ v?: bigint | undefined;
1344
+ } | null | undefined;
1345
+ } | {
979
1346
  sender: `0x${string}`;
1347
+ factory: `0x${string}` | null;
1348
+ paymaster: `0x${string}` | null;
980
1349
  nonce: bigint;
981
- initCode: `0x${string}`;
982
- paymasterAndData: `0x${string}`;
983
1350
  callData: `0x${string}`;
984
1351
  callGasLimit: bigint;
985
1352
  verificationGasLimit: bigint;
@@ -987,6 +1354,10 @@ export declare const ethGetUserOperationByHashHandler: {
987
1354
  maxFeePerGas: bigint;
988
1355
  maxPriorityFeePerGas: bigint;
989
1356
  signature: `0x${string}`;
1357
+ paymasterVerificationGasLimit: bigint | null;
1358
+ paymasterPostOpGasLimit: bigint | null;
1359
+ factoryData: `0x${string}` | null;
1360
+ paymasterData: `0x${string}` | null;
990
1361
  eip7702Auth?: {
991
1362
  nonce: number;
992
1363
  contractAddress: `0x${string}`;
@@ -1053,6 +1424,7 @@ export declare const ethGetUserOperationByHashHandler: {
1053
1424
  paymasterPostOpGasLimit: bigint | null;
1054
1425
  factoryData: `0x${string}` | null;
1055
1426
  paymasterData: `0x${string}` | null;
1427
+ paymasterSignature: `0x${string}` | null;
1056
1428
  eip7702Auth?: {
1057
1429
  nonce: number;
1058
1430
  contractAddress: `0x${string}`;
@@ -1165,6 +1537,40 @@ export declare const ethGetUserOperationByHashHandler: {
1165
1537
  yParity: number;
1166
1538
  v?: bigint | undefined;
1167
1539
  } | null | undefined;
1540
+ } | {
1541
+ sender: `0x${string}`;
1542
+ factory: `0x${string}` | null;
1543
+ paymaster: `0x${string}` | null;
1544
+ nonce: bigint;
1545
+ callData: `0x${string}`;
1546
+ callGasLimit: bigint;
1547
+ verificationGasLimit: bigint;
1548
+ preVerificationGas: bigint;
1549
+ maxFeePerGas: bigint;
1550
+ maxPriorityFeePerGas: bigint;
1551
+ signature: `0x${string}`;
1552
+ paymasterVerificationGasLimit: bigint | null;
1553
+ paymasterPostOpGasLimit: bigint | null;
1554
+ factoryData: `0x${string}` | null;
1555
+ paymasterData: `0x${string}` | null;
1556
+ paymasterSignature: `0x${string}` | null;
1557
+ eip7702Auth?: {
1558
+ nonce: number;
1559
+ contractAddress: `0x${string}`;
1560
+ chainId: number;
1561
+ r: `0x${string}`;
1562
+ s: `0x${string}`;
1563
+ yParity: number;
1564
+ v?: bigint | undefined;
1565
+ } | {
1566
+ address: `0x${string}`;
1567
+ nonce: number;
1568
+ chainId: number;
1569
+ r: `0x${string}`;
1570
+ s: `0x${string}`;
1571
+ yParity: number;
1572
+ v?: bigint | undefined;
1573
+ } | null | undefined;
1168
1574
  } | undefined);
1169
1575
  transactionHash: `0x${string}`;
1170
1576
  blockHash: `0x${string}`;
@@ -1270,6 +1676,40 @@ export declare const ethGetUserOperationByHashHandler: {
1270
1676
  yParity: string | number | bigint;
1271
1677
  v?: string | number | bigint | undefined;
1272
1678
  } | null | undefined;
1679
+ } | {
1680
+ sender: string;
1681
+ nonce: string | number | bigint;
1682
+ callData: string;
1683
+ callGasLimit: string | number | bigint;
1684
+ verificationGasLimit: string | number | bigint;
1685
+ preVerificationGas: string | number | bigint;
1686
+ maxFeePerGas: string | number | bigint;
1687
+ maxPriorityFeePerGas: string | number | bigint;
1688
+ signature: string;
1689
+ factory?: string | null | undefined;
1690
+ factoryData?: string | null | undefined;
1691
+ paymaster?: string | null | undefined;
1692
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1693
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1694
+ paymasterData?: string | null | undefined;
1695
+ paymasterSignature?: string | null | undefined;
1696
+ eip7702Auth?: {
1697
+ nonce: string | number | bigint;
1698
+ contractAddress: string;
1699
+ chainId: string | number | bigint;
1700
+ r: string;
1701
+ s: string;
1702
+ yParity: string | number | bigint;
1703
+ v?: string | number | bigint | undefined;
1704
+ } | {
1705
+ address: string;
1706
+ nonce: string | number | bigint;
1707
+ chainId: string | number | bigint;
1708
+ r: string;
1709
+ s: string;
1710
+ yParity: string | number | bigint;
1711
+ v?: string | number | bigint | undefined;
1712
+ } | null | undefined;
1273
1713
  }) & ({
1274
1714
  sender: string;
1275
1715
  nonce: string | number | bigint;
@@ -1365,6 +1805,40 @@ export declare const ethGetUserOperationByHashHandler: {
1365
1805
  yParity: string | number | bigint;
1366
1806
  v?: string | number | bigint | undefined;
1367
1807
  } | null | undefined;
1808
+ } | {
1809
+ sender: string;
1810
+ nonce: string | number | bigint;
1811
+ callData: string;
1812
+ callGasLimit: string | number | bigint;
1813
+ verificationGasLimit: string | number | bigint;
1814
+ preVerificationGas: string | number | bigint;
1815
+ maxFeePerGas: string | number | bigint;
1816
+ maxPriorityFeePerGas: string | number | bigint;
1817
+ signature: string;
1818
+ factory?: string | null | undefined;
1819
+ factoryData?: string | null | undefined;
1820
+ paymaster?: string | null | undefined;
1821
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1822
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1823
+ paymasterData?: string | null | undefined;
1824
+ paymasterSignature?: string | null | undefined;
1825
+ eip7702Auth?: {
1826
+ nonce: string | number | bigint;
1827
+ contractAddress: string;
1828
+ chainId: string | number | bigint;
1829
+ r: string;
1830
+ s: string;
1831
+ yParity: string | number | bigint;
1832
+ v?: string | number | bigint | undefined;
1833
+ } | {
1834
+ address: string;
1835
+ nonce: string | number | bigint;
1836
+ chainId: string | number | bigint;
1837
+ r: string;
1838
+ s: string;
1839
+ yParity: string | number | bigint;
1840
+ v?: string | number | bigint | undefined;
1841
+ } | null | undefined;
1368
1842
  } | undefined);
1369
1843
  transactionHash: string;
1370
1844
  blockHash: string;
@@ -1475,6 +1949,40 @@ export declare const ethGetUserOperationByHashHandler: {
1475
1949
  yParity: number;
1476
1950
  v?: bigint | undefined;
1477
1951
  } | null | undefined;
1952
+ } | {
1953
+ sender: `0x${string}`;
1954
+ factory: `0x${string}` | null;
1955
+ paymaster: `0x${string}` | null;
1956
+ nonce: bigint;
1957
+ callData: `0x${string}`;
1958
+ callGasLimit: bigint;
1959
+ verificationGasLimit: bigint;
1960
+ preVerificationGas: bigint;
1961
+ maxFeePerGas: bigint;
1962
+ maxPriorityFeePerGas: bigint;
1963
+ signature: `0x${string}`;
1964
+ paymasterVerificationGasLimit: bigint | null;
1965
+ paymasterPostOpGasLimit: bigint | null;
1966
+ factoryData: `0x${string}` | null;
1967
+ paymasterData: `0x${string}` | null;
1968
+ paymasterSignature: `0x${string}` | null;
1969
+ eip7702Auth?: {
1970
+ nonce: number;
1971
+ contractAddress: `0x${string}`;
1972
+ chainId: number;
1973
+ r: `0x${string}`;
1974
+ s: `0x${string}`;
1975
+ yParity: number;
1976
+ v?: bigint | undefined;
1977
+ } | {
1978
+ address: `0x${string}`;
1979
+ nonce: number;
1980
+ chainId: number;
1981
+ r: `0x${string}`;
1982
+ s: `0x${string}`;
1983
+ yParity: number;
1984
+ v?: bigint | undefined;
1985
+ } | null | undefined;
1478
1986
  }) & ({
1479
1987
  sender: `0x${string}`;
1480
1988
  nonce: bigint;
@@ -1570,6 +2078,40 @@ export declare const ethGetUserOperationByHashHandler: {
1570
2078
  yParity: number;
1571
2079
  v?: bigint | undefined;
1572
2080
  } | null | undefined;
2081
+ } | {
2082
+ sender: `0x${string}`;
2083
+ factory: `0x${string}` | null;
2084
+ paymaster: `0x${string}` | null;
2085
+ nonce: bigint;
2086
+ callData: `0x${string}`;
2087
+ callGasLimit: bigint;
2088
+ verificationGasLimit: bigint;
2089
+ preVerificationGas: bigint;
2090
+ maxFeePerGas: bigint;
2091
+ maxPriorityFeePerGas: bigint;
2092
+ signature: `0x${string}`;
2093
+ paymasterVerificationGasLimit: bigint | null;
2094
+ paymasterPostOpGasLimit: bigint | null;
2095
+ factoryData: `0x${string}` | null;
2096
+ paymasterData: `0x${string}` | null;
2097
+ paymasterSignature: `0x${string}` | null;
2098
+ eip7702Auth?: {
2099
+ nonce: number;
2100
+ contractAddress: `0x${string}`;
2101
+ chainId: number;
2102
+ r: `0x${string}`;
2103
+ s: `0x${string}`;
2104
+ yParity: number;
2105
+ v?: bigint | undefined;
2106
+ } | {
2107
+ address: `0x${string}`;
2108
+ nonce: number;
2109
+ chainId: number;
2110
+ r: `0x${string}`;
2111
+ s: `0x${string}`;
2112
+ yParity: number;
2113
+ v?: bigint | undefined;
2114
+ } | null | undefined;
1573
2115
  } | undefined);
1574
2116
  transactionHash: `0x${string}`;
1575
2117
  blockHash: `0x${string}`;
@@ -1671,6 +2213,40 @@ export declare const ethGetUserOperationByHashHandler: {
1671
2213
  yParity: number;
1672
2214
  v?: bigint | undefined;
1673
2215
  } | null | undefined;
2216
+ } | {
2217
+ sender: `0x${string}`;
2218
+ factory: `0x${string}` | null;
2219
+ paymaster: `0x${string}` | null;
2220
+ nonce: bigint;
2221
+ callData: `0x${string}`;
2222
+ callGasLimit: bigint;
2223
+ verificationGasLimit: bigint;
2224
+ preVerificationGas: bigint;
2225
+ maxFeePerGas: bigint;
2226
+ maxPriorityFeePerGas: bigint;
2227
+ signature: `0x${string}`;
2228
+ paymasterVerificationGasLimit: bigint | null;
2229
+ paymasterPostOpGasLimit: bigint | null;
2230
+ factoryData: `0x${string}` | null;
2231
+ paymasterData: `0x${string}` | null;
2232
+ paymasterSignature: `0x${string}` | null;
2233
+ eip7702Auth?: {
2234
+ nonce: number;
2235
+ contractAddress: `0x${string}`;
2236
+ chainId: number;
2237
+ r: `0x${string}`;
2238
+ s: `0x${string}`;
2239
+ yParity: number;
2240
+ v?: bigint | undefined;
2241
+ } | {
2242
+ address: `0x${string}`;
2243
+ nonce: number;
2244
+ chainId: number;
2245
+ r: `0x${string}`;
2246
+ s: `0x${string}`;
2247
+ yParity: number;
2248
+ v?: bigint | undefined;
2249
+ } | null | undefined;
1674
2250
  }) & ({
1675
2251
  sender: `0x${string}`;
1676
2252
  nonce: bigint;
@@ -1766,6 +2342,40 @@ export declare const ethGetUserOperationByHashHandler: {
1766
2342
  yParity: number;
1767
2343
  v?: bigint | undefined;
1768
2344
  } | null | undefined;
2345
+ } | {
2346
+ sender: `0x${string}`;
2347
+ factory: `0x${string}` | null;
2348
+ paymaster: `0x${string}` | null;
2349
+ nonce: bigint;
2350
+ callData: `0x${string}`;
2351
+ callGasLimit: bigint;
2352
+ verificationGasLimit: bigint;
2353
+ preVerificationGas: bigint;
2354
+ maxFeePerGas: bigint;
2355
+ maxPriorityFeePerGas: bigint;
2356
+ signature: `0x${string}`;
2357
+ paymasterVerificationGasLimit: bigint | null;
2358
+ paymasterPostOpGasLimit: bigint | null;
2359
+ factoryData: `0x${string}` | null;
2360
+ paymasterData: `0x${string}` | null;
2361
+ paymasterSignature: `0x${string}` | null;
2362
+ eip7702Auth?: {
2363
+ nonce: number;
2364
+ contractAddress: `0x${string}`;
2365
+ chainId: number;
2366
+ r: `0x${string}`;
2367
+ s: `0x${string}`;
2368
+ yParity: number;
2369
+ v?: bigint | undefined;
2370
+ } | {
2371
+ address: `0x${string}`;
2372
+ nonce: number;
2373
+ chainId: number;
2374
+ r: `0x${string}`;
2375
+ s: `0x${string}`;
2376
+ yParity: number;
2377
+ v?: bigint | undefined;
2378
+ } | null | undefined;
1769
2379
  } | undefined);
1770
2380
  transactionHash: `0x${string}`;
1771
2381
  blockHash: `0x${string}`;