@pimlico/alto 0.0.19 → 0.0.20

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 (337) 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 -0
  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 -0
  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/338795fc743ca612.json +1 -0
  52. package/contracts/build-info/44a9648cfe32a468.json +1 -0
  53. package/contracts/build-info/{880955d5786bfdae.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 -0
  78. package/contracts/v09/EntryPoint.sol/EntryPoint.json +1 -0
  79. package/esm/cli/alto.js +13 -6
  80. package/esm/cli/alto.js.map +1 -1
  81. package/esm/cli/config/bundler.d.ts +190 -148
  82. package/esm/cli/config/bundler.js +72 -83
  83. package/esm/cli/config/bundler.js.map +1 -1
  84. package/esm/cli/config/options.d.ts +2 -1
  85. package/esm/cli/config/options.js +105 -68
  86. package/esm/cli/config/options.js.map +1 -1
  87. package/esm/cli/customTransport.d.ts +3 -3
  88. package/esm/cli/deploySimulationsContract.d.ts +1 -0
  89. package/esm/cli/deploySimulationsContract.js +41 -5
  90. package/esm/cli/deploySimulationsContract.js.map +1 -1
  91. package/esm/cli/handler.js +48 -52
  92. package/esm/cli/handler.js.map +1 -1
  93. package/esm/cli/setupServer.js +46 -47
  94. package/esm/cli/setupServer.js.map +1 -1
  95. package/esm/cli/shutDown.d.ts +20 -0
  96. package/esm/cli/shutDown.js +260 -0
  97. package/esm/cli/shutDown.js.map +1 -0
  98. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
  99. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
  100. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
  101. package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
  102. package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
  103. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  104. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  105. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
  106. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  107. package/esm/createConfig.d.ts +9 -2
  108. package/esm/createConfig.js.map +1 -1
  109. package/esm/executor/{userOpMonitor.d.ts → bundleManager.d.ts} +38 -32
  110. package/esm/executor/{userOpMonitor.js → bundleManager.js} +127 -99
  111. package/esm/executor/bundleManager.js.map +1 -0
  112. package/esm/executor/executor.d.ts +4 -3
  113. package/esm/executor/executor.js +33 -20
  114. package/esm/executor/executor.js.map +1 -1
  115. package/esm/executor/executorManager.d.ts +17 -15
  116. package/esm/executor/executorManager.js +130 -55
  117. package/esm/executor/executorManager.js.map +1 -1
  118. package/esm/executor/filterOpsAndEstimateGas.d.ts +17 -2
  119. package/esm/executor/filterOpsAndEstimateGas.js +100 -77
  120. package/esm/executor/filterOpsAndEstimateGas.js.map +1 -1
  121. package/esm/executor/index.d.ts +1 -0
  122. package/esm/executor/index.js +1 -0
  123. package/esm/executor/index.js.map +1 -1
  124. package/esm/executor/senderManager/createMemorySenderManager.js +13 -0
  125. package/esm/executor/senderManager/createMemorySenderManager.js.map +1 -1
  126. package/esm/executor/senderManager/createRedisSenderManager.d.ts +2 -1
  127. package/esm/executor/senderManager/createRedisSenderManager.js +3 -6
  128. package/esm/executor/senderManager/createRedisSenderManager.js.map +1 -1
  129. package/esm/executor/senderManager/flushOnStartUp.js +4 -4
  130. package/esm/executor/senderManager/flushOnStartUp.js.map +1 -1
  131. package/esm/executor/senderManager/index.d.ts +1 -0
  132. package/esm/executor/senderManager/index.js +6 -2
  133. package/esm/executor/senderManager/index.js.map +1 -1
  134. package/esm/executor/senderManager/validateAndRefill.js +2 -2
  135. package/esm/executor/senderManager/validateAndRefill.js.map +1 -1
  136. package/esm/executor/utilityWalletMonitor.d.ts +4 -4
  137. package/esm/executor/utilityWalletMonitor.js +1 -1
  138. package/esm/executor/utilityWalletMonitor.js.map +1 -1
  139. package/esm/executor/utils.d.ts +7 -2
  140. package/esm/executor/utils.js +57 -26
  141. package/esm/executor/utils.js.map +1 -1
  142. package/esm/handlers/arbitrumGasPriceManager.d.ts +3 -2
  143. package/esm/handlers/arbitrumGasPriceManager.js +6 -2
  144. package/esm/handlers/arbitrumGasPriceManager.js.map +1 -1
  145. package/esm/handlers/eventManager.d.ts +9 -9
  146. package/esm/handlers/eventManager.js +59 -60
  147. package/esm/handlers/eventManager.js.map +1 -1
  148. package/esm/handlers/gasPriceManager.d.ts +8 -9
  149. package/esm/handlers/gasPriceManager.js +68 -80
  150. package/esm/handlers/gasPriceManager.js.map +1 -1
  151. package/esm/handlers/mantleGasPriceManager.d.ts +4 -4
  152. package/esm/handlers/mantleGasPriceManager.js +4 -4
  153. package/esm/handlers/mantleGasPriceManager.js.map +1 -1
  154. package/esm/handlers/optimismManager.d.ts +1 -1
  155. package/esm/handlers/optimismManager.js +1 -1
  156. package/esm/handlers/optimismManager.js.map +1 -1
  157. package/esm/mempool/index.d.ts +1 -1
  158. package/esm/mempool/index.js +1 -1
  159. package/esm/mempool/index.js.map +1 -1
  160. package/esm/mempool/mempool.d.ts +57 -22
  161. package/esm/mempool/mempool.js +180 -134
  162. package/esm/mempool/mempool.js.map +1 -1
  163. package/esm/mempool/reputationManager.d.ts +14 -14
  164. package/esm/mempool/reputationManager.js +36 -39
  165. package/esm/mempool/reputationManager.js.map +1 -1
  166. package/esm/mempool/statusManager.d.ts +20 -0
  167. package/esm/mempool/statusManager.js +143 -0
  168. package/esm/mempool/statusManager.js.map +1 -0
  169. package/esm/receiptCache/createMemoryReceiptCache.d.ts +3 -0
  170. package/esm/receiptCache/createMemoryReceiptCache.js +30 -0
  171. package/esm/receiptCache/createMemoryReceiptCache.js.map +1 -0
  172. package/esm/receiptCache/createRedisReceiptCache.d.ts +10 -0
  173. package/esm/receiptCache/createRedisReceiptCache.js +56 -0
  174. package/esm/receiptCache/createRedisReceiptCache.js.map +1 -0
  175. package/esm/receiptCache/index.d.ts +11 -0
  176. package/esm/receiptCache/index.js +21 -0
  177. package/esm/receiptCache/index.js.map +1 -0
  178. package/esm/rpc/createMethodHandler.js.map +1 -1
  179. package/esm/rpc/estimation/gasEstimationHandler.d.ts +2 -4
  180. package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
  181. package/esm/rpc/estimation/gasEstimations06.d.ts +6 -7
  182. package/esm/rpc/estimation/gasEstimations06.js +1 -5
  183. package/esm/rpc/estimation/gasEstimations06.js.map +1 -1
  184. package/esm/rpc/estimation/gasEstimations07.d.ts +13 -41
  185. package/esm/rpc/estimation/gasEstimations07.js +27 -34
  186. package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
  187. package/esm/{utils/preVerificationGasCalulator.d.ts → rpc/estimation/preVerificationGasCalculator.d.ts} +20 -6
  188. package/esm/{utils/preVerificationGasCalulator.js → rpc/estimation/preVerificationGasCalculator.js} +95 -47
  189. package/esm/rpc/estimation/preVerificationGasCalculator.js.map +1 -0
  190. package/esm/rpc/estimation/types.d.ts +4 -2
  191. package/esm/rpc/estimation/utils.d.ts +10 -8
  192. package/esm/rpc/estimation/utils.js +54 -48
  193. package/esm/rpc/estimation/utils.js.map +1 -1
  194. package/esm/rpc/methods/boost_sendUserOperation.d.ts +304 -0
  195. package/esm/rpc/methods/debug_bundler_clearReputation.js +1 -1
  196. package/esm/rpc/methods/debug_bundler_clearReputation.js.map +1 -1
  197. package/esm/rpc/methods/debug_bundler_clearState.js +1 -1
  198. package/esm/rpc/methods/debug_bundler_clearState.js.map +1 -1
  199. package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +338 -0
  200. package/esm/rpc/methods/debug_bundler_dumpReputation.js +1 -1
  201. package/esm/rpc/methods/debug_bundler_dumpReputation.js.map +1 -1
  202. package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +622 -14
  203. package/esm/rpc/methods/eth_estimateUserOperationGas.js +50 -29
  204. package/esm/rpc/methods/eth_estimateUserOperationGas.js.map +1 -1
  205. package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +621 -11
  206. package/esm/rpc/methods/eth_getUserOperationByHash.js.map +1 -1
  207. package/esm/rpc/methods/eth_getUserOperationReceipt.d.ts +26 -26
  208. package/esm/rpc/methods/eth_getUserOperationReceipt.js +1 -1
  209. package/esm/rpc/methods/eth_sendUserOperation.d.ts +305 -1
  210. package/esm/rpc/methods/eth_sendUserOperation.js +132 -36
  211. package/esm/rpc/methods/eth_sendUserOperation.js.map +1 -1
  212. package/esm/rpc/methods/pimlico_getUserOperationStatus.js +1 -1
  213. package/esm/rpc/methods/pimlico_getUserOperationStatus.js.map +1 -1
  214. package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +330 -26
  215. package/esm/rpc/methods/pimlico_sendUserOperationNow.js +15 -27
  216. package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
  217. package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +620 -12
  218. package/esm/rpc/methods/pimlico_simulateAssetChange.js +14 -19
  219. package/esm/rpc/methods/pimlico_simulateAssetChange.js.map +1 -1
  220. package/esm/rpc/rpcHandler.d.ts +21 -22
  221. package/esm/rpc/rpcHandler.js +15 -17
  222. package/esm/rpc/rpcHandler.js.map +1 -1
  223. package/esm/rpc/server.d.ts +5 -5
  224. package/esm/rpc/server.js +15 -11
  225. package/esm/rpc/server.js.map +1 -1
  226. package/esm/rpc/validation/BundlerCollectorTracerV06.js +1 -1
  227. package/esm/rpc/validation/BundlerCollectorTracerV06.js.map +1 -1
  228. package/esm/rpc/validation/BundlerCollectorTracerV07.js +1 -1
  229. package/esm/rpc/validation/BundlerCollectorTracerV07.js.map +1 -1
  230. package/esm/rpc/validation/SafeValidator.d.ts +13 -14
  231. package/esm/rpc/validation/SafeValidator.js +24 -24
  232. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  233. package/esm/rpc/validation/TracerResultParserV06.d.ts +2 -2
  234. package/esm/rpc/validation/TracerResultParserV06.js +11 -11
  235. package/esm/rpc/validation/TracerResultParserV06.js.map +1 -1
  236. package/esm/rpc/validation/TracerResultParserV07.d.ts +2 -2
  237. package/esm/rpc/validation/TracerResultParserV07.js +13 -13
  238. package/esm/rpc/validation/TracerResultParserV07.js.map +1 -1
  239. package/esm/rpc/validation/UnsafeValidator.d.ts +18 -14
  240. package/esm/rpc/validation/UnsafeValidator.js +71 -40
  241. package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
  242. package/esm/store/createMempoolStore.d.ts +1 -1
  243. package/esm/store/createMempoolStore.js +63 -139
  244. package/esm/store/createMempoolStore.js.map +1 -1
  245. package/esm/store/index.d.ts +4 -75
  246. package/esm/store/index.js +4 -1
  247. package/esm/store/index.js.map +1 -1
  248. package/esm/store/outstanding/index.d.ts +13 -0
  249. package/esm/store/outstanding/index.js +16 -0
  250. package/esm/store/outstanding/index.js.map +1 -0
  251. package/esm/store/{createMemoryOutstandingStore.d.ts → outstanding/memory.d.ts} +14 -13
  252. package/esm/store/outstanding/memory.js +263 -0
  253. package/esm/store/outstanding/memory.js.map +1 -0
  254. package/esm/store/outstanding/redis.d.ts +11 -0
  255. package/esm/store/outstanding/redis.js +229 -0
  256. package/esm/store/outstanding/redis.js.map +1 -0
  257. package/esm/store/outstanding/types.d.ts +19 -0
  258. package/esm/store/outstanding/types.js +2 -0
  259. package/esm/store/outstanding/types.js.map +1 -0
  260. package/esm/store/processing/index.d.ts +11 -0
  261. package/esm/store/processing/index.js +17 -0
  262. package/esm/store/processing/index.js.map +1 -0
  263. package/esm/store/processing/memory.d.ts +16 -0
  264. package/esm/store/processing/memory.js +58 -0
  265. package/esm/store/processing/memory.js.map +1 -0
  266. package/esm/store/processing/redis.d.ts +23 -0
  267. package/esm/store/processing/redis.js +85 -0
  268. package/esm/store/processing/redis.js.map +1 -0
  269. package/esm/store/processing/types.d.ts +10 -0
  270. package/esm/store/processing/types.js +2 -0
  271. package/esm/store/processing/types.js.map +1 -0
  272. package/esm/store/types.d.ts +50 -0
  273. package/esm/store/types.js +2 -0
  274. package/esm/store/types.js.map +1 -0
  275. package/esm/types/contracts/PimlicoSimulations.d.ts +81 -0
  276. package/esm/types/contracts/PimlicoSimulations.js +105 -0
  277. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  278. package/esm/types/gasPrice.js +0 -18
  279. package/esm/types/gasPrice.js.map +1 -1
  280. package/esm/types/interfaces.d.ts +15 -10
  281. package/esm/types/mempool.d.ts +3 -0
  282. package/esm/types/schemas.d.ts +13174 -4732
  283. package/esm/types/schemas.js +113 -25
  284. package/esm/types/schemas.js.map +1 -1
  285. package/esm/types/utils.d.ts +2 -5
  286. package/esm/types/utils.js +16 -18
  287. package/esm/types/utils.js.map +1 -1
  288. package/esm/types/validation.d.ts +7646 -6912
  289. package/esm/types/validation.js +122 -152
  290. package/esm/types/validation.js.map +1 -1
  291. package/esm/utils/eip7702.d.ts +2 -1
  292. package/esm/utils/eip7702.js +14 -8
  293. package/esm/utils/eip7702.js.map +1 -1
  294. package/esm/utils/entryPointOverrides.js +18 -4
  295. package/esm/utils/entryPointOverrides.js.map +1 -1
  296. package/esm/utils/helpers.d.ts +2 -1
  297. package/esm/utils/helpers.js +30 -11
  298. package/esm/utils/helpers.js.map +1 -1
  299. package/esm/utils/index.d.ts +0 -1
  300. package/esm/utils/index.js +0 -1
  301. package/esm/utils/index.js.map +1 -1
  302. package/esm/utils/metrics.d.ts +2 -1
  303. package/esm/utils/metrics.js +15 -8
  304. package/esm/utils/metrics.js.map +1 -1
  305. package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js +8 -9
  306. package/esm/utils/minMaxQueue/createMemoryMinMaxQueue.js.map +1 -1
  307. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.d.ts +24 -2
  308. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js +85 -64
  309. package/esm/utils/minMaxQueue/createRedisMinMaxQueue.js.map +1 -1
  310. package/esm/utils/minMaxQueue/index.d.ts +2 -2
  311. package/esm/utils/minMaxQueue/index.js +4 -3
  312. package/esm/utils/minMaxQueue/index.js.map +1 -1
  313. package/esm/utils/rpc-reply.d.ts +3 -3
  314. package/esm/utils/rpc-reply.js.map +1 -1
  315. package/esm/utils/toViemStateOverrides.js +7 -7
  316. package/esm/utils/toViemStateOverrides.js.map +1 -1
  317. package/esm/utils/userop.d.ts +87 -55
  318. package/esm/utils/userop.js +138 -248
  319. package/esm/utils/userop.js.map +1 -1
  320. package/package.json +4 -2
  321. package/contracts/build-info/7710b5a048396e70.json +0 -1
  322. package/esm/executor/userOpMonitor.js.map +0 -1
  323. package/esm/mempool/monitoring.d.ts +0 -15
  324. package/esm/mempool/monitoring.js +0 -118
  325. package/esm/mempool/monitoring.js.map +0 -1
  326. package/esm/store/createMemoryOutstandingStore.js +0 -240
  327. package/esm/store/createMemoryOutstandingStore.js.map +0 -1
  328. package/esm/store/createRedisOutstandingStore.d.ts +0 -27
  329. package/esm/store/createRedisOutstandingStore.js +0 -344
  330. package/esm/store/createRedisOutstandingStore.js.map +0 -1
  331. package/esm/store/createRedisStore.d.ts +0 -9
  332. package/esm/store/createRedisStore.js +0 -131
  333. package/esm/store/createRedisStore.js.map +0 -1
  334. package/esm/store/createStore.d.ts +0 -6
  335. package/esm/store/createStore.js +0 -66
  336. package/esm/store/createStore.js.map +0 -1
  337. package/esm/utils/preVerificationGasCalulator.js.map +0 -1
@@ -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;