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

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
@@ -573,17 +573,400 @@ export declare const ethEstimateUserOperationGasHandler: {
573
573
  v?: string | number | bigint | undefined;
574
574
  yParity?: string | number | bigint | undefined;
575
575
  } | null | undefined;
576
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
577
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
578
+ 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>;
579
+ 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>;
580
+ 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>;
581
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
582
+ callGasLimit: import("zod").ZodDefault<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>>;
583
+ verificationGasLimit: import("zod").ZodDefault<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
+ preVerificationGas: import("zod").ZodDefault<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
+ maxFeePerGas: import("zod").ZodDefault<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
+ maxPriorityFeePerGas: import("zod").ZodDefault<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
+ 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>;
588
+ 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>;
589
+ 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>;
590
+ 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>;
591
+ 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>;
592
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
593
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
594
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
595
+ chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
596
+ nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
597
+ r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
598
+ s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
599
+ 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>>;
600
+ yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
601
+ }, "strip", import("zod").ZodTypeAny, {
602
+ nonce: number;
603
+ contractAddress: `0x${string}`;
604
+ chainId: number;
605
+ r: `0x${string}`;
606
+ s: `0x${string}`;
607
+ yParity: number;
608
+ v?: bigint | undefined;
609
+ }, {
610
+ contractAddress: string;
611
+ chainId?: string | number | bigint | undefined;
612
+ nonce?: string | number | bigint | undefined;
613
+ r?: string | undefined;
614
+ s?: string | undefined;
615
+ v?: string | number | bigint | undefined;
616
+ yParity?: string | number | bigint | undefined;
617
+ }>, import("zod").ZodObject<{
618
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
619
+ chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
620
+ nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
621
+ r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
622
+ s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
623
+ 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>>;
624
+ yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
625
+ }, "strip", import("zod").ZodTypeAny, {
626
+ address: `0x${string}`;
627
+ nonce: number;
628
+ chainId: number;
629
+ r: `0x${string}`;
630
+ s: `0x${string}`;
631
+ yParity: number;
632
+ v?: bigint | undefined;
633
+ }, {
634
+ address: string;
635
+ chainId?: string | number | bigint | undefined;
636
+ nonce?: string | number | bigint | undefined;
637
+ r?: string | undefined;
638
+ s?: string | undefined;
639
+ v?: string | number | bigint | undefined;
640
+ yParity?: string | number | bigint | undefined;
641
+ }>]>>>;
642
+ }, "strict", import("zod").ZodTypeAny, {
643
+ sender: `0x${string}`;
644
+ factory: `0x${string}` | null;
645
+ paymaster: `0x${string}` | null;
646
+ nonce: bigint;
647
+ callData: `0x${string}`;
648
+ callGasLimit: bigint;
649
+ verificationGasLimit: bigint;
650
+ preVerificationGas: bigint;
651
+ maxFeePerGas: bigint;
652
+ maxPriorityFeePerGas: bigint;
653
+ signature: `0x${string}`;
654
+ paymasterVerificationGasLimit: bigint | null;
655
+ paymasterPostOpGasLimit: bigint | null;
656
+ factoryData: `0x${string}` | null;
657
+ paymasterData: `0x${string}` | null;
658
+ paymasterSignature: `0x${string}` | null;
659
+ eip7702Auth?: {
660
+ nonce: number;
661
+ contractAddress: `0x${string}`;
662
+ chainId: number;
663
+ r: `0x${string}`;
664
+ s: `0x${string}`;
665
+ yParity: number;
666
+ v?: bigint | undefined;
667
+ } | {
668
+ address: `0x${string}`;
669
+ nonce: number;
670
+ chainId: number;
671
+ r: `0x${string}`;
672
+ s: `0x${string}`;
673
+ yParity: number;
674
+ v?: bigint | undefined;
675
+ } | null | undefined;
676
+ }, {
677
+ sender: string;
678
+ nonce: string | number | bigint;
679
+ callData: string;
680
+ signature: string;
681
+ factory?: string | null | undefined;
682
+ factoryData?: string | null | undefined;
683
+ callGasLimit?: string | number | bigint | undefined;
684
+ verificationGasLimit?: string | number | bigint | undefined;
685
+ preVerificationGas?: string | number | bigint | undefined;
686
+ maxFeePerGas?: string | number | bigint | undefined;
687
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
688
+ paymaster?: string | null | undefined;
689
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
690
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
691
+ paymasterData?: string | null | undefined;
692
+ paymasterSignature?: string | null | undefined;
693
+ eip7702Auth?: {
694
+ contractAddress: string;
695
+ chainId?: string | number | bigint | undefined;
696
+ nonce?: string | number | bigint | undefined;
697
+ r?: string | undefined;
698
+ s?: string | undefined;
699
+ v?: string | number | bigint | undefined;
700
+ yParity?: string | number | bigint | undefined;
701
+ } | {
702
+ address: string;
703
+ chainId?: string | number | bigint | undefined;
704
+ nonce?: string | number | bigint | undefined;
705
+ r?: string | undefined;
706
+ s?: string | undefined;
707
+ v?: string | number | bigint | undefined;
708
+ yParity?: string | number | bigint | undefined;
709
+ } | null | undefined;
710
+ }>, {
711
+ sender: `0x${string}`;
712
+ factory: `0x${string}` | null;
713
+ paymaster: `0x${string}` | null;
714
+ nonce: bigint;
715
+ callData: `0x${string}`;
716
+ callGasLimit: bigint;
717
+ verificationGasLimit: bigint;
718
+ preVerificationGas: bigint;
719
+ maxFeePerGas: bigint;
720
+ maxPriorityFeePerGas: bigint;
721
+ signature: `0x${string}`;
722
+ paymasterVerificationGasLimit: bigint | null;
723
+ paymasterPostOpGasLimit: bigint | null;
724
+ factoryData: `0x${string}` | null;
725
+ paymasterData: `0x${string}` | null;
726
+ paymasterSignature: `0x${string}` | null;
727
+ eip7702Auth?: {
728
+ nonce: number;
729
+ contractAddress: `0x${string}`;
730
+ chainId: number;
731
+ r: `0x${string}`;
732
+ s: `0x${string}`;
733
+ yParity: number;
734
+ v?: bigint | undefined;
735
+ } | {
736
+ address: `0x${string}`;
737
+ nonce: number;
738
+ chainId: number;
739
+ r: `0x${string}`;
740
+ s: `0x${string}`;
741
+ yParity: number;
742
+ v?: bigint | undefined;
743
+ } | null | undefined;
744
+ }, {
745
+ sender: string;
746
+ nonce: string | number | bigint;
747
+ callData: string;
748
+ signature: string;
749
+ factory?: string | null | undefined;
750
+ factoryData?: string | null | undefined;
751
+ callGasLimit?: string | number | bigint | undefined;
752
+ verificationGasLimit?: string | number | bigint | undefined;
753
+ preVerificationGas?: string | number | bigint | undefined;
754
+ maxFeePerGas?: string | number | bigint | undefined;
755
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
756
+ paymaster?: string | null | undefined;
757
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
758
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
759
+ paymasterData?: string | null | undefined;
760
+ paymasterSignature?: string | null | undefined;
761
+ eip7702Auth?: {
762
+ contractAddress: string;
763
+ chainId?: string | number | bigint | undefined;
764
+ nonce?: string | number | bigint | undefined;
765
+ r?: string | undefined;
766
+ s?: string | undefined;
767
+ v?: string | number | bigint | undefined;
768
+ yParity?: string | number | bigint | undefined;
769
+ } | {
770
+ address: string;
771
+ chainId?: string | number | bigint | undefined;
772
+ nonce?: string | number | bigint | undefined;
773
+ r?: string | undefined;
774
+ s?: string | undefined;
775
+ v?: string | number | bigint | undefined;
776
+ yParity?: string | number | bigint | undefined;
777
+ } | null | undefined;
576
778
  }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>, import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
577
779
  sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
578
780
  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>;
579
- initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
781
+ initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
782
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
783
+ callGasLimit: import("zod").ZodDefault<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>>;
784
+ verificationGasLimit: import("zod").ZodDefault<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>>;
785
+ preVerificationGas: import("zod").ZodDefault<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>>;
786
+ maxPriorityFeePerGas: import("zod").ZodDefault<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>>;
787
+ maxFeePerGas: import("zod").ZodDefault<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>>;
788
+ paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
789
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
790
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
791
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
792
+ chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
793
+ nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
794
+ r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
795
+ s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
796
+ 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>>;
797
+ yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
798
+ }, "strip", import("zod").ZodTypeAny, {
799
+ nonce: number;
800
+ contractAddress: `0x${string}`;
801
+ chainId: number;
802
+ r: `0x${string}`;
803
+ s: `0x${string}`;
804
+ yParity: number;
805
+ v?: bigint | undefined;
806
+ }, {
807
+ contractAddress: string;
808
+ chainId?: string | number | bigint | undefined;
809
+ nonce?: string | number | bigint | undefined;
810
+ r?: string | undefined;
811
+ s?: string | undefined;
812
+ v?: string | number | bigint | undefined;
813
+ yParity?: string | number | bigint | undefined;
814
+ }>, import("zod").ZodObject<{
815
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
816
+ chainId: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
817
+ nonce: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
818
+ r: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
819
+ s: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>, `0x${string}`, string | undefined>;
820
+ 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>>;
821
+ yParity: import("zod").ZodEffects<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>>, number, string | number | bigint | undefined>;
822
+ }, "strip", import("zod").ZodTypeAny, {
823
+ address: `0x${string}`;
824
+ nonce: number;
825
+ chainId: number;
826
+ r: `0x${string}`;
827
+ s: `0x${string}`;
828
+ yParity: number;
829
+ v?: bigint | undefined;
830
+ }, {
831
+ address: string;
832
+ chainId?: string | number | bigint | undefined;
833
+ nonce?: string | number | bigint | undefined;
834
+ r?: string | undefined;
835
+ s?: string | undefined;
836
+ v?: string | number | bigint | undefined;
837
+ yParity?: string | number | bigint | undefined;
838
+ }>]>>>;
839
+ }, "strict", import("zod").ZodTypeAny, {
840
+ sender: `0x${string}`;
841
+ nonce: bigint;
842
+ initCode: `0x${string}`;
843
+ paymasterAndData: `0x${string}`;
844
+ callData: `0x${string}`;
845
+ callGasLimit: bigint;
846
+ verificationGasLimit: bigint;
847
+ preVerificationGas: bigint;
848
+ maxFeePerGas: bigint;
849
+ maxPriorityFeePerGas: bigint;
850
+ signature: `0x${string}`;
851
+ eip7702Auth?: {
852
+ nonce: number;
853
+ contractAddress: `0x${string}`;
854
+ chainId: number;
855
+ r: `0x${string}`;
856
+ s: `0x${string}`;
857
+ yParity: number;
858
+ v?: bigint | undefined;
859
+ } | {
860
+ address: `0x${string}`;
861
+ nonce: number;
862
+ chainId: number;
863
+ r: `0x${string}`;
864
+ s: `0x${string}`;
865
+ yParity: number;
866
+ v?: bigint | undefined;
867
+ } | null | undefined;
868
+ }, {
869
+ sender: string;
870
+ nonce: string | number | bigint;
871
+ initCode: string;
872
+ paymasterAndData: string;
873
+ callData: string;
874
+ signature: string;
875
+ callGasLimit?: string | number | bigint | undefined;
876
+ verificationGasLimit?: string | number | bigint | undefined;
877
+ preVerificationGas?: string | number | bigint | undefined;
878
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
879
+ maxFeePerGas?: string | number | bigint | undefined;
880
+ eip7702Auth?: {
881
+ contractAddress: string;
882
+ chainId?: string | number | bigint | undefined;
883
+ nonce?: string | number | bigint | undefined;
884
+ r?: string | undefined;
885
+ s?: string | undefined;
886
+ v?: string | number | bigint | undefined;
887
+ yParity?: string | number | bigint | undefined;
888
+ } | {
889
+ address: string;
890
+ chainId?: string | number | bigint | undefined;
891
+ nonce?: string | number | bigint | undefined;
892
+ r?: string | undefined;
893
+ s?: string | undefined;
894
+ v?: string | number | bigint | undefined;
895
+ yParity?: string | number | bigint | undefined;
896
+ } | null | undefined;
897
+ }>, {
898
+ sender: `0x${string}`;
899
+ nonce: bigint;
900
+ initCode: `0x${string}`;
901
+ paymasterAndData: `0x${string}`;
902
+ callData: `0x${string}`;
903
+ callGasLimit: bigint;
904
+ verificationGasLimit: bigint;
905
+ preVerificationGas: bigint;
906
+ maxFeePerGas: bigint;
907
+ maxPriorityFeePerGas: bigint;
908
+ signature: `0x${string}`;
909
+ eip7702Auth?: {
910
+ nonce: number;
911
+ contractAddress: `0x${string}`;
912
+ chainId: number;
913
+ r: `0x${string}`;
914
+ s: `0x${string}`;
915
+ yParity: number;
916
+ v?: bigint | undefined;
917
+ } | {
918
+ address: `0x${string}`;
919
+ nonce: number;
920
+ chainId: number;
921
+ r: `0x${string}`;
922
+ s: `0x${string}`;
923
+ yParity: number;
924
+ v?: bigint | undefined;
925
+ } | null | undefined;
926
+ }, {
927
+ sender: string;
928
+ nonce: string | number | bigint;
929
+ initCode: string;
930
+ paymasterAndData: string;
931
+ callData: string;
932
+ signature: string;
933
+ callGasLimit?: string | number | bigint | undefined;
934
+ verificationGasLimit?: string | number | bigint | undefined;
935
+ preVerificationGas?: string | number | bigint | undefined;
936
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
937
+ maxFeePerGas?: string | number | bigint | undefined;
938
+ eip7702Auth?: {
939
+ contractAddress: string;
940
+ chainId?: string | number | bigint | undefined;
941
+ nonce?: string | number | bigint | undefined;
942
+ r?: string | undefined;
943
+ s?: string | undefined;
944
+ v?: string | number | bigint | undefined;
945
+ yParity?: string | number | bigint | undefined;
946
+ } | {
947
+ address: string;
948
+ chainId?: string | number | bigint | undefined;
949
+ nonce?: string | number | bigint | undefined;
950
+ r?: string | undefined;
951
+ s?: string | undefined;
952
+ v?: string | number | bigint | undefined;
953
+ yParity?: string | number | bigint | undefined;
954
+ } | null | undefined;
955
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
956
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
957
+ 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>;
958
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
959
+ 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>;
580
960
  callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
581
961
  callGasLimit: import("zod").ZodDefault<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>>;
582
962
  verificationGasLimit: import("zod").ZodDefault<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>>;
583
963
  preVerificationGas: import("zod").ZodDefault<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
- maxPriorityFeePerGas: import("zod").ZodDefault<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
964
  maxFeePerGas: import("zod").ZodDefault<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
- paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
965
+ maxPriorityFeePerGas: import("zod").ZodDefault<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>>;
966
+ 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>;
967
+ 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>;
968
+ 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>;
969
+ 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>;
587
970
  signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
588
971
  eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
589
972
  contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
@@ -636,9 +1019,9 @@ export declare const ethEstimateUserOperationGasHandler: {
636
1019
  }>]>>>;
637
1020
  }, "strict", import("zod").ZodTypeAny, {
638
1021
  sender: `0x${string}`;
1022
+ factory: `0x${string}` | null;
1023
+ paymaster: `0x${string}` | null;
639
1024
  nonce: bigint;
640
- initCode: `0x${string}`;
641
- paymasterAndData: `0x${string}`;
642
1025
  callData: `0x${string}`;
643
1026
  callGasLimit: bigint;
644
1027
  verificationGasLimit: bigint;
@@ -646,6 +1029,10 @@ export declare const ethEstimateUserOperationGasHandler: {
646
1029
  maxFeePerGas: bigint;
647
1030
  maxPriorityFeePerGas: bigint;
648
1031
  signature: `0x${string}`;
1032
+ paymasterVerificationGasLimit: bigint | null;
1033
+ paymasterPostOpGasLimit: bigint | null;
1034
+ factoryData: `0x${string}` | null;
1035
+ paymasterData: `0x${string}` | null;
649
1036
  eip7702Auth?: {
650
1037
  nonce: number;
651
1038
  contractAddress: `0x${string}`;
@@ -666,15 +1053,19 @@ export declare const ethEstimateUserOperationGasHandler: {
666
1053
  }, {
667
1054
  sender: string;
668
1055
  nonce: string | number | bigint;
669
- initCode: string;
670
- paymasterAndData: string;
671
1056
  callData: string;
672
1057
  signature: string;
1058
+ factory?: string | null | undefined;
1059
+ factoryData?: string | null | undefined;
673
1060
  callGasLimit?: string | number | bigint | undefined;
674
1061
  verificationGasLimit?: string | number | bigint | undefined;
675
1062
  preVerificationGas?: string | number | bigint | undefined;
676
- maxPriorityFeePerGas?: string | number | bigint | undefined;
677
1063
  maxFeePerGas?: string | number | bigint | undefined;
1064
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
1065
+ paymaster?: string | null | undefined;
1066
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1067
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1068
+ paymasterData?: string | null | undefined;
678
1069
  eip7702Auth?: {
679
1070
  contractAddress: string;
680
1071
  chainId?: string | number | bigint | undefined;
@@ -694,9 +1085,9 @@ export declare const ethEstimateUserOperationGasHandler: {
694
1085
  } | null | undefined;
695
1086
  }>, {
696
1087
  sender: `0x${string}`;
1088
+ factory: `0x${string}` | null;
1089
+ paymaster: `0x${string}` | null;
697
1090
  nonce: bigint;
698
- initCode: `0x${string}`;
699
- paymasterAndData: `0x${string}`;
700
1091
  callData: `0x${string}`;
701
1092
  callGasLimit: bigint;
702
1093
  verificationGasLimit: bigint;
@@ -704,6 +1095,10 @@ export declare const ethEstimateUserOperationGasHandler: {
704
1095
  maxFeePerGas: bigint;
705
1096
  maxPriorityFeePerGas: bigint;
706
1097
  signature: `0x${string}`;
1098
+ paymasterVerificationGasLimit: bigint | null;
1099
+ paymasterPostOpGasLimit: bigint | null;
1100
+ factoryData: `0x${string}` | null;
1101
+ paymasterData: `0x${string}` | null;
707
1102
  eip7702Auth?: {
708
1103
  nonce: number;
709
1104
  contractAddress: `0x${string}`;
@@ -724,15 +1119,19 @@ export declare const ethEstimateUserOperationGasHandler: {
724
1119
  }, {
725
1120
  sender: string;
726
1121
  nonce: string | number | bigint;
727
- initCode: string;
728
- paymasterAndData: string;
729
1122
  callData: string;
730
1123
  signature: string;
1124
+ factory?: string | null | undefined;
1125
+ factoryData?: string | null | undefined;
731
1126
  callGasLimit?: string | number | bigint | undefined;
732
1127
  verificationGasLimit?: string | number | bigint | undefined;
733
1128
  preVerificationGas?: string | number | bigint | undefined;
734
- maxPriorityFeePerGas?: string | number | bigint | undefined;
735
1129
  maxFeePerGas?: string | number | bigint | undefined;
1130
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
1131
+ paymaster?: string | null | undefined;
1132
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1133
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1134
+ paymasterData?: string | null | undefined;
736
1135
  eip7702Auth?: {
737
1136
  contractAddress: string;
738
1137
  chainId?: string | number | bigint | undefined;
@@ -753,7 +1152,7 @@ export declare const ethEstimateUserOperationGasHandler: {
753
1152
  }>, import("zod").ZodEffects<import("zod").ZodObject<{
754
1153
  sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
755
1154
  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>;
756
- factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
1155
+ 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>;
757
1156
  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>;
758
1157
  callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
759
1158
  callGasLimit: import("zod").ZodDefault<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>>;
@@ -962,6 +1361,7 @@ export declare const ethEstimateUserOperationGasHandler: {
962
1361
  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>;
963
1362
  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>;
964
1363
  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>;
1364
+ 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>;
965
1365
  signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
966
1366
  eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
967
1367
  contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
@@ -1028,6 +1428,7 @@ export declare const ethEstimateUserOperationGasHandler: {
1028
1428
  paymasterPostOpGasLimit: bigint | null;
1029
1429
  factoryData: `0x${string}` | null;
1030
1430
  paymasterData: `0x${string}` | null;
1431
+ paymasterSignature: `0x${string}` | null;
1031
1432
  eip7702Auth?: {
1032
1433
  nonce: number;
1033
1434
  contractAddress: `0x${string}`;
@@ -1061,6 +1462,7 @@ export declare const ethEstimateUserOperationGasHandler: {
1061
1462
  paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1062
1463
  paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1063
1464
  paymasterData?: string | null | undefined;
1465
+ paymasterSignature?: string | null | undefined;
1064
1466
  eip7702Auth?: {
1065
1467
  contractAddress: string;
1066
1468
  chainId?: string | number | bigint | undefined;
@@ -1094,6 +1496,7 @@ export declare const ethEstimateUserOperationGasHandler: {
1094
1496
  paymasterPostOpGasLimit: bigint | null;
1095
1497
  factoryData: `0x${string}` | null;
1096
1498
  paymasterData: `0x${string}` | null;
1499
+ paymasterSignature: `0x${string}` | null;
1097
1500
  eip7702Auth?: {
1098
1501
  nonce: number;
1099
1502
  contractAddress: `0x${string}`;
@@ -1127,6 +1530,7 @@ export declare const ethEstimateUserOperationGasHandler: {
1127
1530
  paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1128
1531
  paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1129
1532
  paymasterData?: string | null | undefined;
1533
+ paymasterSignature?: string | null | undefined;
1130
1534
  eip7702Auth?: {
1131
1535
  contractAddress: string;
1132
1536
  chainId?: string | number | bigint | undefined;
@@ -1316,6 +1720,40 @@ export declare const ethEstimateUserOperationGasHandler: {
1316
1720
  yParity: number;
1317
1721
  v?: bigint | undefined;
1318
1722
  } | null | undefined;
1723
+ } | {
1724
+ sender: `0x${string}`;
1725
+ factory: `0x${string}` | null;
1726
+ paymaster: `0x${string}` | null;
1727
+ nonce: bigint;
1728
+ callData: `0x${string}`;
1729
+ callGasLimit: bigint;
1730
+ verificationGasLimit: bigint;
1731
+ preVerificationGas: bigint;
1732
+ maxFeePerGas: bigint;
1733
+ maxPriorityFeePerGas: bigint;
1734
+ signature: `0x${string}`;
1735
+ paymasterVerificationGasLimit: bigint | null;
1736
+ paymasterPostOpGasLimit: bigint | null;
1737
+ factoryData: `0x${string}` | null;
1738
+ paymasterData: `0x${string}` | null;
1739
+ paymasterSignature: `0x${string}` | null;
1740
+ eip7702Auth?: {
1741
+ nonce: number;
1742
+ contractAddress: `0x${string}`;
1743
+ chainId: number;
1744
+ r: `0x${string}`;
1745
+ s: `0x${string}`;
1746
+ yParity: number;
1747
+ v?: bigint | undefined;
1748
+ } | {
1749
+ address: `0x${string}`;
1750
+ nonce: number;
1751
+ chainId: number;
1752
+ r: `0x${string}`;
1753
+ s: `0x${string}`;
1754
+ yParity: number;
1755
+ v?: bigint | undefined;
1756
+ } | null | undefined;
1319
1757
  }, `0x${string}`] | [{
1320
1758
  sender: `0x${string}`;
1321
1759
  nonce: bigint;
@@ -1411,6 +1849,40 @@ export declare const ethEstimateUserOperationGasHandler: {
1411
1849
  yParity: number;
1412
1850
  v?: bigint | undefined;
1413
1851
  } | null | undefined;
1852
+ } | {
1853
+ sender: `0x${string}`;
1854
+ factory: `0x${string}` | null;
1855
+ paymaster: `0x${string}` | null;
1856
+ nonce: bigint;
1857
+ callData: `0x${string}`;
1858
+ callGasLimit: bigint;
1859
+ verificationGasLimit: bigint;
1860
+ preVerificationGas: bigint;
1861
+ maxFeePerGas: bigint;
1862
+ maxPriorityFeePerGas: bigint;
1863
+ signature: `0x${string}`;
1864
+ paymasterVerificationGasLimit: bigint | null;
1865
+ paymasterPostOpGasLimit: bigint | null;
1866
+ factoryData: `0x${string}` | null;
1867
+ paymasterData: `0x${string}` | null;
1868
+ paymasterSignature: `0x${string}` | null;
1869
+ eip7702Auth?: {
1870
+ nonce: number;
1871
+ contractAddress: `0x${string}`;
1872
+ chainId: number;
1873
+ r: `0x${string}`;
1874
+ s: `0x${string}`;
1875
+ yParity: number;
1876
+ v?: bigint | undefined;
1877
+ } | {
1878
+ address: `0x${string}`;
1879
+ nonce: number;
1880
+ chainId: number;
1881
+ r: `0x${string}`;
1882
+ s: `0x${string}`;
1883
+ yParity: number;
1884
+ v?: bigint | undefined;
1885
+ } | null | undefined;
1414
1886
  }, `0x${string}`, Partial<Record<`0x${string}`, {
1415
1887
  balance?: bigint | undefined;
1416
1888
  nonce?: bigint | undefined;
@@ -1538,6 +2010,40 @@ export declare const ethEstimateUserOperationGasHandler: {
1538
2010
  v?: string | number | bigint | undefined;
1539
2011
  yParity?: string | number | bigint | undefined;
1540
2012
  } | null | undefined;
2013
+ } | {
2014
+ sender: string;
2015
+ nonce: string | number | bigint;
2016
+ callData: string;
2017
+ signature: string;
2018
+ factory?: string | null | undefined;
2019
+ factoryData?: string | null | undefined;
2020
+ callGasLimit?: string | number | bigint | undefined;
2021
+ verificationGasLimit?: string | number | bigint | undefined;
2022
+ preVerificationGas?: string | number | bigint | undefined;
2023
+ maxFeePerGas?: string | number | bigint | undefined;
2024
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
2025
+ paymaster?: string | null | undefined;
2026
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
2027
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
2028
+ paymasterData?: string | null | undefined;
2029
+ paymasterSignature?: string | null | undefined;
2030
+ eip7702Auth?: {
2031
+ contractAddress: string;
2032
+ chainId?: string | number | bigint | undefined;
2033
+ nonce?: string | number | bigint | undefined;
2034
+ r?: string | undefined;
2035
+ s?: string | undefined;
2036
+ v?: string | number | bigint | undefined;
2037
+ yParity?: string | number | bigint | undefined;
2038
+ } | {
2039
+ address: string;
2040
+ chainId?: string | number | bigint | undefined;
2041
+ nonce?: string | number | bigint | undefined;
2042
+ r?: string | undefined;
2043
+ s?: string | undefined;
2044
+ v?: string | number | bigint | undefined;
2045
+ yParity?: string | number | bigint | undefined;
2046
+ } | null | undefined;
1541
2047
  }, string] | [{
1542
2048
  sender: string;
1543
2049
  nonce: string | number | bigint;
@@ -1633,6 +2139,40 @@ export declare const ethEstimateUserOperationGasHandler: {
1633
2139
  v?: string | number | bigint | undefined;
1634
2140
  yParity?: string | number | bigint | undefined;
1635
2141
  } | null | undefined;
2142
+ } | {
2143
+ sender: string;
2144
+ nonce: string | number | bigint;
2145
+ callData: string;
2146
+ signature: string;
2147
+ factory?: string | null | undefined;
2148
+ factoryData?: string | null | undefined;
2149
+ callGasLimit?: string | number | bigint | undefined;
2150
+ verificationGasLimit?: string | number | bigint | undefined;
2151
+ preVerificationGas?: string | number | bigint | undefined;
2152
+ maxFeePerGas?: string | number | bigint | undefined;
2153
+ maxPriorityFeePerGas?: string | number | bigint | undefined;
2154
+ paymaster?: string | null | undefined;
2155
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
2156
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
2157
+ paymasterData?: string | null | undefined;
2158
+ paymasterSignature?: string | null | undefined;
2159
+ eip7702Auth?: {
2160
+ contractAddress: string;
2161
+ chainId?: string | number | bigint | undefined;
2162
+ nonce?: string | number | bigint | undefined;
2163
+ r?: string | undefined;
2164
+ s?: string | undefined;
2165
+ v?: string | number | bigint | undefined;
2166
+ yParity?: string | number | bigint | undefined;
2167
+ } | {
2168
+ address: string;
2169
+ chainId?: string | number | bigint | undefined;
2170
+ nonce?: string | number | bigint | undefined;
2171
+ r?: string | undefined;
2172
+ s?: string | undefined;
2173
+ v?: string | number | bigint | undefined;
2174
+ yParity?: string | number | bigint | undefined;
2175
+ } | null | undefined;
1636
2176
  }, string, Record<string, {
1637
2177
  balance?: string | number | bigint | undefined;
1638
2178
  nonce?: string | number | bigint | undefined;
@@ -1740,6 +2280,40 @@ export declare const ethEstimateUserOperationGasHandler: {
1740
2280
  yParity: number;
1741
2281
  v?: bigint | undefined;
1742
2282
  } | null | undefined;
2283
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
2284
+ sender: `0x${string}`;
2285
+ factory: `0x${string}` | null;
2286
+ paymaster: `0x${string}` | null;
2287
+ nonce: bigint;
2288
+ callData: `0x${string}`;
2289
+ callGasLimit: bigint;
2290
+ verificationGasLimit: bigint;
2291
+ preVerificationGas: bigint;
2292
+ maxFeePerGas: bigint;
2293
+ maxPriorityFeePerGas: bigint;
2294
+ signature: `0x${string}`;
2295
+ paymasterVerificationGasLimit: bigint | null;
2296
+ paymasterPostOpGasLimit: bigint | null;
2297
+ factoryData: `0x${string}` | null;
2298
+ paymasterData: `0x${string}` | null;
2299
+ paymasterSignature: `0x${string}` | null;
2300
+ eip7702Auth?: {
2301
+ nonce: number;
2302
+ contractAddress: `0x${string}`;
2303
+ chainId: number;
2304
+ r: `0x${string}`;
2305
+ s: `0x${string}`;
2306
+ yParity: number;
2307
+ v?: bigint | undefined;
2308
+ } | {
2309
+ address: `0x${string}`;
2310
+ nonce: number;
2311
+ chainId: number;
2312
+ r: `0x${string}`;
2313
+ s: `0x${string}`;
2314
+ yParity: number;
2315
+ v?: bigint | undefined;
2316
+ } | null | undefined;
1743
2317
  }>, `0x${string}`] | readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1744
2318
  sender: `0x${string}`;
1745
2319
  nonce: bigint;
@@ -1835,6 +2409,40 @@ export declare const ethEstimateUserOperationGasHandler: {
1835
2409
  yParity: number;
1836
2410
  v?: bigint | undefined;
1837
2411
  } | null | undefined;
2412
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
2413
+ sender: `0x${string}`;
2414
+ factory: `0x${string}` | null;
2415
+ paymaster: `0x${string}` | null;
2416
+ nonce: bigint;
2417
+ callData: `0x${string}`;
2418
+ callGasLimit: bigint;
2419
+ verificationGasLimit: bigint;
2420
+ preVerificationGas: bigint;
2421
+ maxFeePerGas: bigint;
2422
+ maxPriorityFeePerGas: bigint;
2423
+ signature: `0x${string}`;
2424
+ paymasterVerificationGasLimit: bigint | null;
2425
+ paymasterPostOpGasLimit: bigint | null;
2426
+ factoryData: `0x${string}` | null;
2427
+ paymasterData: `0x${string}` | null;
2428
+ paymasterSignature: `0x${string}` | null;
2429
+ eip7702Auth?: {
2430
+ nonce: number;
2431
+ contractAddress: `0x${string}`;
2432
+ chainId: number;
2433
+ r: `0x${string}`;
2434
+ s: `0x${string}`;
2435
+ yParity: number;
2436
+ v?: bigint | undefined;
2437
+ } | {
2438
+ address: `0x${string}`;
2439
+ nonce: number;
2440
+ chainId: number;
2441
+ r: `0x${string}`;
2442
+ s: `0x${string}`;
2443
+ yParity: number;
2444
+ v?: bigint | undefined;
2445
+ } | null | undefined;
1838
2446
  }>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<Partial<Record<`0x${string}`, {
1839
2447
  balance?: bigint | undefined;
1840
2448
  nonce?: bigint | undefined;