@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
@@ -1 +1 @@
1
- {"version":3,"file":"eth_getUserOperationByHash.js","sourceRoot":"","sources":["../../../rpc/methods/eth_getUserOperationByHash.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eth_getUserOperationByHash.js","sourceRoot":"","sources":["../../../rpc/methods/eth_getUserOperationByHash.ts"],"names":[],"mappings":"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"}
@@ -24,18 +24,18 @@ export declare const ethGetUserOperationReceiptHandler: {
24
24
  }, "strip", import("zod").ZodTypeAny, {
25
25
  address: `0x${string}`;
26
26
  data: `0x${string}`;
27
+ transactionHash: `0x${string}`;
27
28
  logIndex: bigint;
28
29
  transactionIndex: bigint;
29
- transactionHash: `0x${string}`;
30
30
  blockHash: `0x${string}`;
31
31
  blockNumber: bigint;
32
32
  topics: `0x${string}`[];
33
33
  }, {
34
34
  address: string;
35
35
  data: string;
36
+ transactionHash: string;
36
37
  logIndex: string | number | bigint;
37
38
  transactionIndex: string | number | bigint;
38
- transactionHash: string;
39
39
  blockHash: string;
40
40
  blockNumber: string | number | bigint;
41
41
  topics: string[];
@@ -62,18 +62,18 @@ export declare const ethGetUserOperationReceiptHandler: {
62
62
  }, "strip", import("zod").ZodTypeAny, {
63
63
  address: `0x${string}`;
64
64
  data: `0x${string}`;
65
+ transactionHash: `0x${string}`;
65
66
  logIndex: bigint;
66
67
  transactionIndex: bigint;
67
- transactionHash: `0x${string}`;
68
68
  blockHash: `0x${string}`;
69
69
  blockNumber: bigint;
70
70
  topics: `0x${string}`[];
71
71
  }, {
72
72
  address: string;
73
73
  data: string;
74
+ transactionHash: string;
74
75
  logIndex: string | number | bigint;
75
76
  transactionIndex: string | number | bigint;
76
- transactionHash: string;
77
77
  blockHash: string;
78
78
  blockNumber: string | number | bigint;
79
79
  topics: string[];
@@ -85,9 +85,9 @@ export declare const ethGetUserOperationReceiptHandler: {
85
85
  to: `0x${string}` | null;
86
86
  gasUsed: bigint;
87
87
  status: bigint | null;
88
+ transactionHash: `0x${string}`;
88
89
  contractAddress: `0x${string}` | null;
89
90
  transactionIndex: bigint;
90
- transactionHash: `0x${string}`;
91
91
  blockHash: `0x${string}`;
92
92
  blockNumber: bigint;
93
93
  from: `0x${string}`;
@@ -95,9 +95,9 @@ export declare const ethGetUserOperationReceiptHandler: {
95
95
  logs: {
96
96
  address: `0x${string}`;
97
97
  data: `0x${string}`;
98
+ transactionHash: `0x${string}`;
98
99
  logIndex: bigint;
99
100
  transactionIndex: bigint;
100
- transactionHash: `0x${string}`;
101
101
  blockHash: `0x${string}`;
102
102
  blockNumber: bigint;
103
103
  topics: `0x${string}`[];
@@ -108,9 +108,9 @@ export declare const ethGetUserOperationReceiptHandler: {
108
108
  to: string | null;
109
109
  gasUsed: string | number | bigint;
110
110
  status: string | number | bigint | null;
111
+ transactionHash: string;
111
112
  contractAddress: string | null;
112
113
  transactionIndex: string | number | bigint;
113
- transactionHash: string;
114
114
  blockHash: string;
115
115
  blockNumber: string | number | bigint;
116
116
  from: string;
@@ -118,9 +118,9 @@ export declare const ethGetUserOperationReceiptHandler: {
118
118
  logs: {
119
119
  address: string;
120
120
  data: string;
121
+ transactionHash: string;
121
122
  logIndex: string | number | bigint;
122
123
  transactionIndex: string | number | bigint;
123
- transactionHash: string;
124
124
  blockHash: string;
125
125
  blockNumber: string | number | bigint;
126
126
  topics: string[];
@@ -139,9 +139,9 @@ export declare const ethGetUserOperationReceiptHandler: {
139
139
  logs: {
140
140
  address: `0x${string}`;
141
141
  data: `0x${string}`;
142
+ transactionHash: `0x${string}`;
142
143
  logIndex: bigint;
143
144
  transactionIndex: bigint;
144
- transactionHash: `0x${string}`;
145
145
  blockHash: `0x${string}`;
146
146
  blockNumber: bigint;
147
147
  topics: `0x${string}`[];
@@ -150,9 +150,9 @@ export declare const ethGetUserOperationReceiptHandler: {
150
150
  to: `0x${string}` | null;
151
151
  gasUsed: bigint;
152
152
  status: bigint | null;
153
+ transactionHash: `0x${string}`;
153
154
  contractAddress: `0x${string}` | null;
154
155
  transactionIndex: bigint;
155
- transactionHash: `0x${string}`;
156
156
  blockHash: `0x${string}`;
157
157
  blockNumber: bigint;
158
158
  from: `0x${string}`;
@@ -160,9 +160,9 @@ export declare const ethGetUserOperationReceiptHandler: {
160
160
  logs: {
161
161
  address: `0x${string}`;
162
162
  data: `0x${string}`;
163
+ transactionHash: `0x${string}`;
163
164
  logIndex: bigint;
164
165
  transactionIndex: bigint;
165
- transactionHash: `0x${string}`;
166
166
  blockHash: `0x${string}`;
167
167
  blockNumber: bigint;
168
168
  topics: `0x${string}`[];
@@ -183,9 +183,9 @@ export declare const ethGetUserOperationReceiptHandler: {
183
183
  logs: {
184
184
  address: string;
185
185
  data: string;
186
+ transactionHash: string;
186
187
  logIndex: string | number | bigint;
187
188
  transactionIndex: string | number | bigint;
188
- transactionHash: string;
189
189
  blockHash: string;
190
190
  blockNumber: string | number | bigint;
191
191
  topics: string[];
@@ -194,9 +194,9 @@ export declare const ethGetUserOperationReceiptHandler: {
194
194
  to: string | null;
195
195
  gasUsed: string | number | bigint;
196
196
  status: string | number | bigint | null;
197
+ transactionHash: string;
197
198
  contractAddress: string | null;
198
199
  transactionIndex: string | number | bigint;
199
- transactionHash: string;
200
200
  blockHash: string;
201
201
  blockNumber: string | number | bigint;
202
202
  from: string;
@@ -204,9 +204,9 @@ export declare const ethGetUserOperationReceiptHandler: {
204
204
  logs: {
205
205
  address: string;
206
206
  data: string;
207
+ transactionHash: string;
207
208
  logIndex: string | number | bigint;
208
209
  transactionIndex: string | number | bigint;
209
- transactionHash: string;
210
210
  blockHash: string;
211
211
  blockNumber: string | number | bigint;
212
212
  topics: string[];
@@ -229,9 +229,9 @@ export declare const ethGetUserOperationReceiptHandler: {
229
229
  logs: {
230
230
  address: `0x${string}`;
231
231
  data: `0x${string}`;
232
+ transactionHash: `0x${string}`;
232
233
  logIndex: bigint;
233
234
  transactionIndex: bigint;
234
- transactionHash: `0x${string}`;
235
235
  blockHash: `0x${string}`;
236
236
  blockNumber: bigint;
237
237
  topics: `0x${string}`[];
@@ -240,9 +240,9 @@ export declare const ethGetUserOperationReceiptHandler: {
240
240
  to: `0x${string}` | null;
241
241
  gasUsed: bigint;
242
242
  status: bigint | null;
243
+ transactionHash: `0x${string}`;
243
244
  contractAddress: `0x${string}` | null;
244
245
  transactionIndex: bigint;
245
- transactionHash: `0x${string}`;
246
246
  blockHash: `0x${string}`;
247
247
  blockNumber: bigint;
248
248
  from: `0x${string}`;
@@ -250,9 +250,9 @@ export declare const ethGetUserOperationReceiptHandler: {
250
250
  logs: {
251
251
  address: `0x${string}`;
252
252
  data: `0x${string}`;
253
+ transactionHash: `0x${string}`;
253
254
  logIndex: bigint;
254
255
  transactionIndex: bigint;
255
- transactionHash: `0x${string}`;
256
256
  blockHash: `0x${string}`;
257
257
  blockNumber: bigint;
258
258
  topics: `0x${string}`[];
@@ -277,9 +277,9 @@ export declare const ethGetUserOperationReceiptHandler: {
277
277
  logs: {
278
278
  address: string;
279
279
  data: string;
280
+ transactionHash: string;
280
281
  logIndex: string | number | bigint;
281
282
  transactionIndex: string | number | bigint;
282
- transactionHash: string;
283
283
  blockHash: string;
284
284
  blockNumber: string | number | bigint;
285
285
  topics: string[];
@@ -288,9 +288,9 @@ export declare const ethGetUserOperationReceiptHandler: {
288
288
  to: string | null;
289
289
  gasUsed: string | number | bigint;
290
290
  status: string | number | bigint | null;
291
+ transactionHash: string;
291
292
  contractAddress: string | null;
292
293
  transactionIndex: string | number | bigint;
293
- transactionHash: string;
294
294
  blockHash: string;
295
295
  blockNumber: string | number | bigint;
296
296
  from: string;
@@ -298,9 +298,9 @@ export declare const ethGetUserOperationReceiptHandler: {
298
298
  logs: {
299
299
  address: string;
300
300
  data: string;
301
+ transactionHash: string;
301
302
  logIndex: string | number | bigint;
302
303
  transactionIndex: string | number | bigint;
303
- transactionHash: string;
304
304
  blockHash: string;
305
305
  blockNumber: string | number | bigint;
306
306
  topics: string[];
@@ -330,9 +330,9 @@ export declare const ethGetUserOperationReceiptHandler: {
330
330
  logs: {
331
331
  address: `0x${string}`;
332
332
  data: `0x${string}`;
333
+ transactionHash: `0x${string}`;
333
334
  logIndex: bigint;
334
335
  transactionIndex: bigint;
335
- transactionHash: `0x${string}`;
336
336
  blockHash: `0x${string}`;
337
337
  blockNumber: bigint;
338
338
  topics: `0x${string}`[];
@@ -341,9 +341,9 @@ export declare const ethGetUserOperationReceiptHandler: {
341
341
  to: `0x${string}` | null;
342
342
  gasUsed: bigint;
343
343
  status: bigint | null;
344
+ transactionHash: `0x${string}`;
344
345
  contractAddress: `0x${string}` | null;
345
346
  transactionIndex: bigint;
346
- transactionHash: `0x${string}`;
347
347
  blockHash: `0x${string}`;
348
348
  blockNumber: bigint;
349
349
  from: `0x${string}`;
@@ -351,9 +351,9 @@ export declare const ethGetUserOperationReceiptHandler: {
351
351
  logs: {
352
352
  address: `0x${string}`;
353
353
  data: `0x${string}`;
354
+ transactionHash: `0x${string}`;
354
355
  logIndex: bigint;
355
356
  transactionIndex: bigint;
356
- transactionHash: `0x${string}`;
357
357
  blockHash: `0x${string}`;
358
358
  blockNumber: bigint;
359
359
  topics: `0x${string}`[];
@@ -374,9 +374,9 @@ export declare const ethGetUserOperationReceiptHandler: {
374
374
  logs: {
375
375
  address: `0x${string}`;
376
376
  data: `0x${string}`;
377
+ transactionHash: `0x${string}`;
377
378
  logIndex: bigint;
378
379
  transactionIndex: bigint;
379
- transactionHash: `0x${string}`;
380
380
  blockHash: `0x${string}`;
381
381
  blockNumber: bigint;
382
382
  topics: `0x${string}`[];
@@ -385,9 +385,9 @@ export declare const ethGetUserOperationReceiptHandler: {
385
385
  to: `0x${string}` | null;
386
386
  gasUsed: bigint;
387
387
  status: bigint | null;
388
+ transactionHash: `0x${string}`;
388
389
  contractAddress: `0x${string}` | null;
389
390
  transactionIndex: bigint;
390
- transactionHash: `0x${string}`;
391
391
  blockHash: `0x${string}`;
392
392
  blockNumber: bigint;
393
393
  from: `0x${string}`;
@@ -395,9 +395,9 @@ export declare const ethGetUserOperationReceiptHandler: {
395
395
  logs: {
396
396
  address: `0x${string}`;
397
397
  data: `0x${string}`;
398
+ transactionHash: `0x${string}`;
398
399
  logIndex: bigint;
399
400
  transactionIndex: bigint;
400
- transactionHash: `0x${string}`;
401
401
  blockHash: `0x${string}`;
402
402
  blockNumber: bigint;
403
403
  topics: `0x${string}`[];
@@ -6,7 +6,7 @@ export const ethGetUserOperationReceiptHandler = createMethodHandler({
6
6
  handler: async ({ rpcHandler, params }) => {
7
7
  const [userOpHash] = params;
8
8
  try {
9
- return await rpcHandler.userOpMonitor.getUserOpReceipt(userOpHash);
9
+ return await rpcHandler.bundleManager.getUserOpReceipt(userOpHash);
10
10
  }
11
11
  catch (err) {
12
12
  rpcHandler.logger.error({ err, userOpHash }, "Unexpected error while getting user operation receipt");
@@ -1,5 +1,5 @@
1
1
  import { type Address, type ApiVersion, type UserOperation } from "../../types/index.js";
2
- import type { Hex } from "viem";
2
+ import { type Hex } from "viem";
3
3
  import type { RpcHandler } from "../rpcHandler.js";
4
4
  export declare function addToMempoolIfValid({ rpcHandler, userOp, entryPoint, apiVersion, boost }: {
5
5
  rpcHandler: RpcHandler;
@@ -585,6 +585,208 @@ export declare const ethSendUserOperationHandler: {
585
585
  yParity: string | number | bigint;
586
586
  v?: string | number | bigint | undefined;
587
587
  } | null | undefined;
588
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
589
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
590
+ 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>;
591
+ 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>;
592
+ 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>;
593
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
594
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
595
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
596
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
597
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
598
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
599
+ 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>;
600
+ 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>;
601
+ 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>;
602
+ 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>;
603
+ 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>;
604
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
605
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
606
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
607
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
608
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
609
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
610
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
611
+ 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>>;
612
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
613
+ }, "strip", import("zod").ZodTypeAny, {
614
+ nonce: number;
615
+ contractAddress: `0x${string}`;
616
+ chainId: number;
617
+ r: `0x${string}`;
618
+ s: `0x${string}`;
619
+ yParity: number;
620
+ v?: bigint | undefined;
621
+ }, {
622
+ nonce: string | number | bigint;
623
+ contractAddress: string;
624
+ chainId: string | number | bigint;
625
+ r: string;
626
+ s: string;
627
+ yParity: string | number | bigint;
628
+ v?: string | number | bigint | undefined;
629
+ }>, import("zod").ZodObject<{
630
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
631
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
632
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
633
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
634
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
635
+ 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>>;
636
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
637
+ }, "strip", import("zod").ZodTypeAny, {
638
+ address: `0x${string}`;
639
+ nonce: number;
640
+ chainId: number;
641
+ r: `0x${string}`;
642
+ s: `0x${string}`;
643
+ yParity: number;
644
+ v?: bigint | undefined;
645
+ }, {
646
+ address: string;
647
+ nonce: string | number | bigint;
648
+ chainId: string | number | bigint;
649
+ r: string;
650
+ s: string;
651
+ yParity: string | number | bigint;
652
+ v?: string | number | bigint | undefined;
653
+ }>]>>>;
654
+ }, "strict", import("zod").ZodTypeAny, {
655
+ sender: `0x${string}`;
656
+ factory: `0x${string}` | null;
657
+ paymaster: `0x${string}` | null;
658
+ nonce: bigint;
659
+ callData: `0x${string}`;
660
+ callGasLimit: bigint;
661
+ verificationGasLimit: bigint;
662
+ preVerificationGas: bigint;
663
+ maxFeePerGas: bigint;
664
+ maxPriorityFeePerGas: bigint;
665
+ signature: `0x${string}`;
666
+ paymasterVerificationGasLimit: bigint | null;
667
+ paymasterPostOpGasLimit: bigint | null;
668
+ factoryData: `0x${string}` | null;
669
+ paymasterData: `0x${string}` | null;
670
+ paymasterSignature: `0x${string}` | null;
671
+ eip7702Auth?: {
672
+ nonce: number;
673
+ contractAddress: `0x${string}`;
674
+ chainId: number;
675
+ r: `0x${string}`;
676
+ s: `0x${string}`;
677
+ yParity: number;
678
+ v?: bigint | undefined;
679
+ } | {
680
+ address: `0x${string}`;
681
+ nonce: number;
682
+ chainId: number;
683
+ r: `0x${string}`;
684
+ s: `0x${string}`;
685
+ yParity: number;
686
+ v?: bigint | undefined;
687
+ } | null | undefined;
688
+ }, {
689
+ sender: string;
690
+ nonce: string | number | bigint;
691
+ callData: string;
692
+ callGasLimit: string | number | bigint;
693
+ verificationGasLimit: string | number | bigint;
694
+ preVerificationGas: string | number | bigint;
695
+ maxFeePerGas: string | number | bigint;
696
+ maxPriorityFeePerGas: string | number | bigint;
697
+ signature: string;
698
+ factory?: string | null | undefined;
699
+ factoryData?: string | null | undefined;
700
+ paymaster?: string | null | undefined;
701
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
702
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
703
+ paymasterData?: string | null | undefined;
704
+ paymasterSignature?: string | null | undefined;
705
+ eip7702Auth?: {
706
+ nonce: string | number | bigint;
707
+ contractAddress: string;
708
+ chainId: string | number | bigint;
709
+ r: string;
710
+ s: string;
711
+ yParity: string | number | bigint;
712
+ v?: string | number | bigint | undefined;
713
+ } | {
714
+ address: string;
715
+ nonce: string | number | bigint;
716
+ chainId: string | number | bigint;
717
+ r: string;
718
+ s: string;
719
+ yParity: string | number | bigint;
720
+ v?: string | number | bigint | undefined;
721
+ } | null | undefined;
722
+ }>, {
723
+ sender: `0x${string}`;
724
+ factory: `0x${string}` | null;
725
+ paymaster: `0x${string}` | null;
726
+ nonce: bigint;
727
+ callData: `0x${string}`;
728
+ callGasLimit: bigint;
729
+ verificationGasLimit: bigint;
730
+ preVerificationGas: bigint;
731
+ maxFeePerGas: bigint;
732
+ maxPriorityFeePerGas: bigint;
733
+ signature: `0x${string}`;
734
+ paymasterVerificationGasLimit: bigint | null;
735
+ paymasterPostOpGasLimit: bigint | null;
736
+ factoryData: `0x${string}` | null;
737
+ paymasterData: `0x${string}` | null;
738
+ paymasterSignature: `0x${string}` | null;
739
+ eip7702Auth?: {
740
+ nonce: number;
741
+ contractAddress: `0x${string}`;
742
+ chainId: number;
743
+ r: `0x${string}`;
744
+ s: `0x${string}`;
745
+ yParity: number;
746
+ v?: bigint | undefined;
747
+ } | {
748
+ address: `0x${string}`;
749
+ nonce: number;
750
+ chainId: number;
751
+ r: `0x${string}`;
752
+ s: `0x${string}`;
753
+ yParity: number;
754
+ v?: bigint | undefined;
755
+ } | null | undefined;
756
+ }, {
757
+ sender: string;
758
+ nonce: string | number | bigint;
759
+ callData: string;
760
+ callGasLimit: string | number | bigint;
761
+ verificationGasLimit: string | number | bigint;
762
+ preVerificationGas: string | number | bigint;
763
+ maxFeePerGas: string | number | bigint;
764
+ maxPriorityFeePerGas: string | number | bigint;
765
+ signature: string;
766
+ factory?: string | null | undefined;
767
+ factoryData?: string | null | undefined;
768
+ paymaster?: string | null | undefined;
769
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
770
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
771
+ paymasterData?: string | null | undefined;
772
+ paymasterSignature?: string | null | undefined;
773
+ eip7702Auth?: {
774
+ nonce: string | number | bigint;
775
+ contractAddress: string;
776
+ chainId: string | number | bigint;
777
+ r: string;
778
+ s: string;
779
+ yParity: string | number | bigint;
780
+ v?: string | number | bigint | undefined;
781
+ } | {
782
+ address: string;
783
+ nonce: string | number | bigint;
784
+ chainId: string | number | bigint;
785
+ r: string;
786
+ s: string;
787
+ yParity: string | number | bigint;
788
+ v?: string | number | bigint | undefined;
789
+ } | null | undefined;
588
790
  }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>;
589
791
  result: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
590
792
  }, "strip", import("zod").ZodTypeAny, {
@@ -684,6 +886,40 @@ export declare const ethSendUserOperationHandler: {
684
886
  yParity: number;
685
887
  v?: bigint | undefined;
686
888
  } | null | undefined;
889
+ } | {
890
+ sender: `0x${string}`;
891
+ factory: `0x${string}` | null;
892
+ paymaster: `0x${string}` | null;
893
+ nonce: bigint;
894
+ callData: `0x${string}`;
895
+ callGasLimit: bigint;
896
+ verificationGasLimit: bigint;
897
+ preVerificationGas: bigint;
898
+ maxFeePerGas: bigint;
899
+ maxPriorityFeePerGas: bigint;
900
+ signature: `0x${string}`;
901
+ paymasterVerificationGasLimit: bigint | null;
902
+ paymasterPostOpGasLimit: bigint | null;
903
+ factoryData: `0x${string}` | null;
904
+ paymasterData: `0x${string}` | null;
905
+ paymasterSignature: `0x${string}` | null;
906
+ eip7702Auth?: {
907
+ nonce: number;
908
+ contractAddress: `0x${string}`;
909
+ chainId: number;
910
+ r: `0x${string}`;
911
+ s: `0x${string}`;
912
+ yParity: number;
913
+ v?: bigint | undefined;
914
+ } | {
915
+ address: `0x${string}`;
916
+ nonce: number;
917
+ chainId: number;
918
+ r: `0x${string}`;
919
+ s: `0x${string}`;
920
+ yParity: number;
921
+ v?: bigint | undefined;
922
+ } | null | undefined;
687
923
  }, `0x${string}`];
688
924
  method: "eth_sendUserOperation";
689
925
  }, {
@@ -783,6 +1019,40 @@ export declare const ethSendUserOperationHandler: {
783
1019
  yParity: string | number | bigint;
784
1020
  v?: string | number | bigint | undefined;
785
1021
  } | null | undefined;
1022
+ } | {
1023
+ sender: string;
1024
+ nonce: string | number | bigint;
1025
+ callData: string;
1026
+ callGasLimit: string | number | bigint;
1027
+ verificationGasLimit: string | number | bigint;
1028
+ preVerificationGas: string | number | bigint;
1029
+ maxFeePerGas: string | number | bigint;
1030
+ maxPriorityFeePerGas: string | number | bigint;
1031
+ signature: string;
1032
+ factory?: string | null | undefined;
1033
+ factoryData?: string | null | undefined;
1034
+ paymaster?: string | null | undefined;
1035
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1036
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1037
+ paymasterData?: string | null | undefined;
1038
+ paymasterSignature?: string | null | undefined;
1039
+ eip7702Auth?: {
1040
+ nonce: string | number | bigint;
1041
+ contractAddress: string;
1042
+ chainId: string | number | bigint;
1043
+ r: string;
1044
+ s: string;
1045
+ yParity: string | number | bigint;
1046
+ v?: string | number | bigint | undefined;
1047
+ } | {
1048
+ address: string;
1049
+ nonce: string | number | bigint;
1050
+ chainId: string | number | bigint;
1051
+ r: string;
1052
+ s: string;
1053
+ yParity: string | number | bigint;
1054
+ v?: string | number | bigint | undefined;
1055
+ } | null | undefined;
786
1056
  }, string];
787
1057
  method: "eth_sendUserOperation";
788
1058
  }>;
@@ -884,6 +1154,40 @@ export declare const ethSendUserOperationHandler: {
884
1154
  yParity: number;
885
1155
  v?: bigint | undefined;
886
1156
  } | null | undefined;
1157
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1158
+ sender: `0x${string}`;
1159
+ factory: `0x${string}` | null;
1160
+ paymaster: `0x${string}` | null;
1161
+ nonce: bigint;
1162
+ callData: `0x${string}`;
1163
+ callGasLimit: bigint;
1164
+ verificationGasLimit: bigint;
1165
+ preVerificationGas: bigint;
1166
+ maxFeePerGas: bigint;
1167
+ maxPriorityFeePerGas: bigint;
1168
+ signature: `0x${string}`;
1169
+ paymasterVerificationGasLimit: bigint | null;
1170
+ paymasterPostOpGasLimit: bigint | null;
1171
+ factoryData: `0x${string}` | null;
1172
+ paymasterData: `0x${string}` | null;
1173
+ paymasterSignature: `0x${string}` | null;
1174
+ eip7702Auth?: {
1175
+ nonce: number;
1176
+ contractAddress: `0x${string}`;
1177
+ chainId: number;
1178
+ r: `0x${string}`;
1179
+ s: `0x${string}`;
1180
+ yParity: number;
1181
+ v?: bigint | undefined;
1182
+ } | {
1183
+ address: `0x${string}`;
1184
+ nonce: number;
1185
+ chainId: number;
1186
+ r: `0x${string}`;
1187
+ s: `0x${string}`;
1188
+ yParity: number;
1189
+ v?: bigint | undefined;
1190
+ } | null | undefined;
887
1191
  }>, `0x${string}`];
888
1192
  apiVersion: ApiVersion;
889
1193
  }) => `0x${string}` | Promise<`0x${string}`>;