@pimlico/alto 0.0.0-main.20250428T104157 → 0.0.0-main.20250429T114818

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 (384) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -0
  2. package/contracts/ERC165.sol/ERC165.json +1 -0
  3. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -0
  4. package/contracts/EntryPoint.sol/EntryPoint.json +1 -0
  5. package/contracts/EntryPointCodeOverride.sol/EntryPointCodeOverride.json +1 -0
  6. package/contracts/EntryPointSimulations.sol/EntryPointSimulations.json +1 -0
  7. package/contracts/Exec.sol/Exec.json +1 -0
  8. package/contracts/IAccount.sol/IAccount.json +1 -0
  9. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -0
  10. package/contracts/IAggregator.sol/IAggregator.json +1 -0
  11. package/contracts/IERC165.sol/IERC165.json +1 -0
  12. package/contracts/IERC5267.sol/IERC5267.json +1 -0
  13. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -0
  14. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -0
  15. package/contracts/INonceManager.sol/INonceManager.json +1 -0
  16. package/contracts/IPaymaster.sol/IPaymaster.json +1 -0
  17. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -0
  18. package/contracts/IStakeManager.sol/IStakeManager.json +1 -0
  19. package/contracts/Math.sol/Math.json +1 -0
  20. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -0
  21. package/contracts/NonceManager.sol/NonceManager.json +1 -0
  22. package/contracts/Panic.sol/Panic.json +1 -0
  23. package/contracts/PimlicoEntryPointSimulationsV7.sol/PimlicoEntryPointSimulationsV7.json +1 -0
  24. package/contracts/PimlicoEntryPointSimulationsV8.sol/PimlicoEntryPointSimulationsV8.json +1 -0
  25. package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -0
  26. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -0
  27. package/contracts/SafeCast.sol/SafeCast.json +1 -0
  28. package/contracts/SenderCreator.sol/SenderCreator.json +1 -0
  29. package/contracts/ShortStrings.sol/ShortStrings.json +1 -0
  30. package/contracts/SignedMath.sol/SignedMath.json +1 -0
  31. package/contracts/StakeManager.sol/StakeManager.json +1 -0
  32. package/contracts/StorageSlot.sol/StorageSlot.json +1 -0
  33. package/contracts/Strings.sol/Strings.json +1 -0
  34. package/contracts/TransientSlot.sol/TransientSlot.json +1 -0
  35. package/contracts/UserOperation.sol/UserOperationLib.json +1 -0
  36. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -0
  37. package/contracts/build-info/0c52dc19c74a9a932ddddcca463ce398.json +1 -0
  38. package/contracts/build-info/a1d9af887789a0ade8ffbc8b045f0780.json +1 -0
  39. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
  40. package/esm/cli/deploySimulationsContract.js +14 -5
  41. package/esm/cli/deploySimulationsContract.js.map +1 -1
  42. package/package.json +2 -1
  43. package/lib/cli/alto.d.ts +0 -7
  44. package/lib/cli/alto.js +0 -141
  45. package/lib/cli/alto.js.map +0 -1
  46. package/lib/cli/config/bundler.d.ts +0 -2872
  47. package/lib/cli/config/bundler.js +0 -242
  48. package/lib/cli/config/bundler.js.map +0 -1
  49. package/lib/cli/config/index.d.ts +0 -3
  50. package/lib/cli/config/index.js +0 -19
  51. package/lib/cli/config/index.js.map +0 -1
  52. package/lib/cli/config/options.d.ts +0 -13
  53. package/lib/cli/config/options.js +0 -587
  54. package/lib/cli/config/options.js.map +0 -1
  55. package/lib/cli/customTransport.d.ts +0 -14
  56. package/lib/cli/customTransport.js +0 -94
  57. package/lib/cli/customTransport.js.map +0 -1
  58. package/lib/cli/deploySimulationsContract.d.ts +0 -13
  59. package/lib/cli/deploySimulationsContract.js +0 -100
  60. package/lib/cli/deploySimulationsContract.js.map +0 -1
  61. package/lib/cli/handler.d.ts +0 -3
  62. package/lib/cli/handler.js +0 -157
  63. package/lib/cli/handler.js.map +0 -1
  64. package/lib/cli/index.d.ts +0 -4
  65. package/lib/cli/index.js +0 -20
  66. package/lib/cli/index.js.map +0 -1
  67. package/lib/cli/instrumentation.d.ts +0 -2
  68. package/lib/cli/instrumentation.js +0 -47
  69. package/lib/cli/instrumentation.js.map +0 -1
  70. package/lib/cli/parseArgs.d.ts +0 -8
  71. package/lib/cli/parseArgs.js +0 -25
  72. package/lib/cli/parseArgs.js.map +0 -1
  73. package/lib/cli/setupServer.d.ts +0 -13
  74. package/lib/cli/setupServer.js +0 -266
  75. package/lib/cli/setupServer.js.map +0 -1
  76. package/lib/cli/util.d.ts +0 -22
  77. package/lib/cli/util.js +0 -34
  78. package/lib/cli/util.js.map +0 -1
  79. package/lib/createConfig.d.ts +0 -16
  80. package/lib/createConfig.js +0 -13
  81. package/lib/createConfig.js.map +0 -1
  82. package/lib/executor/executor.d.ts +0 -65
  83. package/lib/executor/executor.js +0 -301
  84. package/lib/executor/executor.js.map +0 -1
  85. package/lib/executor/executorManager.d.ts +0 -108
  86. package/lib/executor/executorManager.js +0 -702
  87. package/lib/executor/executorManager.js.map +0 -1
  88. package/lib/executor/fastlane.d.ts +0 -9
  89. package/lib/executor/fastlane.js +0 -41
  90. package/lib/executor/fastlane.js.map +0 -1
  91. package/lib/executor/filterOpsAndEStimateGas.d.ts +0 -29
  92. package/lib/executor/filterOpsAndEStimateGas.js +0 -225
  93. package/lib/executor/filterOpsAndEStimateGas.js.map +0 -1
  94. package/lib/executor/index.d.ts +0 -5
  95. package/lib/executor/index.js +0 -21
  96. package/lib/executor/index.js.map +0 -1
  97. package/lib/executor/senderManager/createMemorySenderManager.d.ts +0 -8
  98. package/lib/executor/senderManager/createMemorySenderManager.js +0 -45
  99. package/lib/executor/senderManager/createMemorySenderManager.js.map +0 -1
  100. package/lib/executor/senderManager/createRedisSenderManager.d.ts +0 -8
  101. package/lib/executor/senderManager/createRedisSenderManager.js +0 -85
  102. package/lib/executor/senderManager/createRedisSenderManager.js.map +0 -1
  103. package/lib/executor/senderManager/flushOnStartUp.d.ts +0 -9
  104. package/lib/executor/senderManager/flushOnStartUp.js +0 -37
  105. package/lib/executor/senderManager/flushOnStartUp.js.map +0 -1
  106. package/lib/executor/senderManager/index.d.ts +0 -15
  107. package/lib/executor/senderManager/index.js +0 -25
  108. package/lib/executor/senderManager/index.js.map +0 -1
  109. package/lib/executor/senderManager/validateAndRefill.d.ts +0 -11
  110. package/lib/executor/senderManager/validateAndRefill.js +0 -115
  111. package/lib/executor/senderManager/validateAndRefill.js.map +0 -1
  112. package/lib/executor/utilityWalletMonitor.d.ts +0 -19
  113. package/lib/executor/utilityWalletMonitor.js +0 -42
  114. package/lib/executor/utilityWalletMonitor.js.map +0 -1
  115. package/lib/executor/utils.d.ts +0 -34
  116. package/lib/executor/utils.js +0 -167
  117. package/lib/executor/utils.js.map +0 -1
  118. package/lib/handlers/arbitrumGasPriceManager.d.ts +0 -14
  119. package/lib/handlers/arbitrumGasPriceManager.js +0 -39
  120. package/lib/handlers/arbitrumGasPriceManager.js.map +0 -1
  121. package/lib/handlers/eventManager.d.ts +0 -29
  122. package/lib/handlers/eventManager.js +0 -225
  123. package/lib/handlers/eventManager.js.map +0 -1
  124. package/lib/handlers/gasPriceManager.d.ts +0 -36
  125. package/lib/handlers/gasPriceManager.js +0 -391
  126. package/lib/handlers/gasPriceManager.js.map +0 -1
  127. package/lib/handlers/index.d.ts +0 -3
  128. package/lib/handlers/index.js +0 -19
  129. package/lib/handlers/index.js.map +0 -1
  130. package/lib/handlers/mantleGasPriceManager.d.ts +0 -23
  131. package/lib/handlers/mantleGasPriceManager.js +0 -44
  132. package/lib/handlers/mantleGasPriceManager.js.map +0 -1
  133. package/lib/handlers/optimismManager.d.ts +0 -10
  134. package/lib/handlers/optimismManager.js +0 -21
  135. package/lib/handlers/optimismManager.js.map +0 -1
  136. package/lib/index.d.ts +0 -2
  137. package/lib/index.js +0 -4
  138. package/lib/index.js.map +0 -1
  139. package/lib/mempool/index.d.ts +0 -4
  140. package/lib/mempool/index.js +0 -20
  141. package/lib/mempool/index.js.map +0 -1
  142. package/lib/mempool/mempool.d.ts +0 -191
  143. package/lib/mempool/mempool.js +0 -499
  144. package/lib/mempool/mempool.js.map +0 -1
  145. package/lib/mempool/monitoring.d.ts +0 -14
  146. package/lib/mempool/monitoring.js +0 -101
  147. package/lib/mempool/monitoring.js.map +0 -1
  148. package/lib/mempool/reputationManager.d.ts +0 -121
  149. package/lib/mempool/reputationManager.js +0 -472
  150. package/lib/mempool/reputationManager.js.map +0 -1
  151. package/lib/rpc/createMethodHandler.d.ts +0 -31
  152. package/lib/rpc/createMethodHandler.js +0 -34
  153. package/lib/rpc/createMethodHandler.js.map +0 -1
  154. package/lib/rpc/estimation/gasEstimationHandler.d.ts +0 -30
  155. package/lib/rpc/estimation/gasEstimationHandler.js +0 -50
  156. package/lib/rpc/estimation/gasEstimationHandler.js.map +0 -1
  157. package/lib/rpc/estimation/gasEstimationsV06.d.ts +0 -19
  158. package/lib/rpc/estimation/gasEstimationsV06.js +0 -148
  159. package/lib/rpc/estimation/gasEstimationsV06.js.map +0 -1
  160. package/lib/rpc/estimation/gasEstimationsV07.d.ts +0 -101
  161. package/lib/rpc/estimation/gasEstimationsV07.js +0 -727
  162. package/lib/rpc/estimation/gasEstimationsV07.js.map +0 -1
  163. package/lib/rpc/estimation/types.d.ts +0 -120
  164. package/lib/rpc/estimation/types.js +0 -125
  165. package/lib/rpc/estimation/types.js.map +0 -1
  166. package/lib/rpc/index.d.ts +0 -4
  167. package/lib/rpc/index.js +0 -20
  168. package/lib/rpc/index.js.map +0 -1
  169. package/lib/rpc/methods/debug_bundler_clearReputation.d.ts +0 -22
  170. package/lib/rpc/methods/debug_bundler_clearReputation.js +0 -15
  171. package/lib/rpc/methods/debug_bundler_clearReputation.js.map +0 -1
  172. package/lib/rpc/methods/debug_bundler_clearState.d.ts +0 -22
  173. package/lib/rpc/methods/debug_bundler_clearState.js +0 -16
  174. package/lib/rpc/methods/debug_bundler_clearState.js.map +0 -1
  175. package/lib/rpc/methods/debug_bundler_dumpMempool.d.ts +0 -973
  176. package/lib/rpc/methods/debug_bundler_dumpMempool.js +0 -16
  177. package/lib/rpc/methods/debug_bundler_dumpMempool.js.map +0 -1
  178. package/lib/rpc/methods/debug_bundler_dumpReputation.d.ts +0 -57
  179. package/lib/rpc/methods/debug_bundler_dumpReputation.js +0 -16
  180. package/lib/rpc/methods/debug_bundler_dumpReputation.js.map +0 -1
  181. package/lib/rpc/methods/debug_bundler_getStakeStatus.d.ts +0 -79
  182. package/lib/rpc/methods/debug_bundler_getStakeStatus.js +0 -25
  183. package/lib/rpc/methods/debug_bundler_getStakeStatus.js.map +0 -1
  184. package/lib/rpc/methods/debug_bundler_sendBundleNow.d.ts +0 -22
  185. package/lib/rpc/methods/debug_bundler_sendBundleNow.js +0 -15
  186. package/lib/rpc/methods/debug_bundler_sendBundleNow.js.map +0 -1
  187. package/lib/rpc/methods/debug_bundler_setBundlingMode.d.ts +0 -22
  188. package/lib/rpc/methods/debug_bundler_setBundlingMode.js +0 -16
  189. package/lib/rpc/methods/debug_bundler_setBundlingMode.js.map +0 -1
  190. package/lib/rpc/methods/debug_bundler_setReputation.d.ts +0 -46
  191. package/lib/rpc/methods/debug_bundler_setReputation.js +0 -16
  192. package/lib/rpc/methods/debug_bundler_setReputation.js.map +0 -1
  193. package/lib/rpc/methods/eth_chainId.d.ts +0 -22
  194. package/lib/rpc/methods/eth_chainId.js +0 -13
  195. package/lib/rpc/methods/eth_chainId.js.map +0 -1
  196. package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +0 -1891
  197. package/lib/rpc/methods/eth_estimateUserOperationGas.js +0 -26
  198. package/lib/rpc/methods/eth_estimateUserOperationGas.js.map +0 -1
  199. package/lib/rpc/methods/eth_getUserOperationByHash.d.ts +0 -1775
  200. package/lib/rpc/methods/eth_getUserOperationByHash.js +0 -101
  201. package/lib/rpc/methods/eth_getUserOperationByHash.js.map +0 -1
  202. package/lib/rpc/methods/eth_getUserOperationReceipt.d.ts +0 -412
  203. package/lib/rpc/methods/eth_getUserOperationReceipt.js +0 -14
  204. package/lib/rpc/methods/eth_getUserOperationReceipt.js.map +0 -1
  205. package/lib/rpc/methods/eth_sendUserOperation.d.ts +0 -878
  206. package/lib/rpc/methods/eth_sendUserOperation.js +0 -44
  207. package/lib/rpc/methods/eth_sendUserOperation.js.map +0 -1
  208. package/lib/rpc/methods/eth_supportedEntryPoints.d.ts +0 -22
  209. package/lib/rpc/methods/eth_supportedEntryPoints.js +0 -13
  210. package/lib/rpc/methods/eth_supportedEntryPoints.js.map +0 -1
  211. package/lib/rpc/methods/index.d.ts +0 -3
  212. package/lib/rpc/methods/index.js +0 -44
  213. package/lib/rpc/methods/index.js.map +0 -1
  214. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.d.ts +0 -131
  215. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js +0 -33
  216. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js.map +0 -1
  217. package/lib/rpc/methods/pimlico_getUserOperationStatus.d.ts +0 -43
  218. package/lib/rpc/methods/pimlico_getUserOperationStatus.js +0 -14
  219. package/lib/rpc/methods/pimlico_getUserOperationStatus.js.map +0 -1
  220. package/lib/rpc/methods/pimlico_sendUserOperationNow.d.ts +0 -1268
  221. package/lib/rpc/methods/pimlico_sendUserOperationNow.js +0 -55
  222. package/lib/rpc/methods/pimlico_sendUserOperationNow.js.map +0 -1
  223. package/lib/rpc/rpcHandler.d.ts +0 -75
  224. package/lib/rpc/rpcHandler.js +0 -391
  225. package/lib/rpc/rpcHandler.js.map +0 -1
  226. package/lib/rpc/server.d.ts +0 -26
  227. package/lib/rpc/server.js +0 -283
  228. package/lib/rpc/server.js.map +0 -1
  229. package/lib/rpc/validation/BundlerCollectorTracerV06.d.ts +0 -102
  230. package/lib/rpc/validation/BundlerCollectorTracerV06.js +0 -262
  231. package/lib/rpc/validation/BundlerCollectorTracerV06.js.map +0 -1
  232. package/lib/rpc/validation/BundlerCollectorTracerV07.d.ts +0 -102
  233. package/lib/rpc/validation/BundlerCollectorTracerV07.js +0 -261
  234. package/lib/rpc/validation/BundlerCollectorTracerV07.js.map +0 -1
  235. package/lib/rpc/validation/SafeValidator.d.ts +0 -51
  236. package/lib/rpc/validation/SafeValidator.js +0 -327
  237. package/lib/rpc/validation/SafeValidator.js.map +0 -1
  238. package/lib/rpc/validation/TracerResultParserV06.d.ts +0 -13
  239. package/lib/rpc/validation/TracerResultParserV06.js +0 -582
  240. package/lib/rpc/validation/TracerResultParserV06.js.map +0 -1
  241. package/lib/rpc/validation/TracerResultParserV07.d.ts +0 -33
  242. package/lib/rpc/validation/TracerResultParserV07.js +0 -599
  243. package/lib/rpc/validation/TracerResultParserV07.js.map +0 -1
  244. package/lib/rpc/validation/UnsafeValidator.d.ts +0 -97
  245. package/lib/rpc/validation/UnsafeValidator.js +0 -303
  246. package/lib/rpc/validation/UnsafeValidator.js.map +0 -1
  247. package/lib/rpc/validation/index.d.ts +0 -3
  248. package/lib/rpc/validation/index.js +0 -19
  249. package/lib/rpc/validation/index.js.map +0 -1
  250. package/lib/rpc/validation/tracer.d.ts +0 -125
  251. package/lib/rpc/validation/tracer.js +0 -112
  252. package/lib/rpc/validation/tracer.js.map +0 -1
  253. package/lib/store/createMemoryOutstandingStore.d.ts +0 -28
  254. package/lib/store/createMemoryOutstandingStore.js +0 -236
  255. package/lib/store/createMemoryOutstandingStore.js.map +0 -1
  256. package/lib/store/createMempoolStore.d.ts +0 -8
  257. package/lib/store/createMempoolStore.js +0 -199
  258. package/lib/store/createMempoolStore.js.map +0 -1
  259. package/lib/store/createRedisOutstandingStore.d.ts +0 -27
  260. package/lib/store/createRedisOutstandingStore.js +0 -349
  261. package/lib/store/createRedisOutstandingStore.js.map +0 -1
  262. package/lib/store/createRedisStore.d.ts +0 -9
  263. package/lib/store/createRedisStore.js +0 -138
  264. package/lib/store/createRedisStore.js.map +0 -1
  265. package/lib/store/createStore.d.ts +0 -6
  266. package/lib/store/createStore.js +0 -70
  267. package/lib/store/createStore.js.map +0 -1
  268. package/lib/store/index.d.ts +0 -81
  269. package/lib/store/index.js +0 -6
  270. package/lib/store/index.js.map +0 -1
  271. package/lib/types/contracts/ArbitrumL1FeeAbi.d.ts +0 -32
  272. package/lib/types/contracts/ArbitrumL1FeeAbi.js +0 -45
  273. package/lib/types/contracts/ArbitrumL1FeeAbi.js.map +0 -1
  274. package/lib/types/contracts/CallEngine.d.ts +0 -28
  275. package/lib/types/contracts/CallEngine.js +0 -40
  276. package/lib/types/contracts/CallEngine.js.map +0 -1
  277. package/lib/types/contracts/CodeHashGetter.d.ts +0 -37
  278. package/lib/types/contracts/CodeHashGetter.js +0 -48
  279. package/lib/types/contracts/CodeHashGetter.js.map +0 -1
  280. package/lib/types/contracts/EntryPoint.d.ts +0 -1789
  281. package/lib/types/contracts/EntryPoint.js +0 -2307
  282. package/lib/types/contracts/EntryPoint.js.map +0 -1
  283. package/lib/types/contracts/EntryPointSimulationsV6.d.ts +0 -34
  284. package/lib/types/contracts/EntryPointSimulationsV6.js +0 -51
  285. package/lib/types/contracts/EntryPointSimulationsV6.js.map +0 -1
  286. package/lib/types/contracts/EntryPointSimulationsV7.d.ts +0 -2076
  287. package/lib/types/contracts/EntryPointSimulationsV7.js +0 -2678
  288. package/lib/types/contracts/EntryPointSimulationsV7.js.map +0 -1
  289. package/lib/types/contracts/IAccountExecute.d.ts +0 -53
  290. package/lib/types/contracts/IAccountExecute.js +0 -71
  291. package/lib/types/contracts/IAccountExecute.js.map +0 -1
  292. package/lib/types/contracts/IPaymaster.d.ts +0 -3
  293. package/lib/types/contracts/IPaymaster.js +0 -120
  294. package/lib/types/contracts/IPaymaster.js.map +0 -1
  295. package/lib/types/contracts/MantleBvmGasPriceOracle.d.ts +0 -219
  296. package/lib/types/contracts/MantleBvmGasPriceOracle.js +0 -180
  297. package/lib/types/contracts/MantleBvmGasPriceOracle.js.map +0 -1
  298. package/lib/types/contracts/OpL1FeeAbi.d.ts +0 -114
  299. package/lib/types/contracts/OpL1FeeAbi.js +0 -77
  300. package/lib/types/contracts/OpL1FeeAbi.js.map +0 -1
  301. package/lib/types/contracts/PimlicoEntryPointSimulations.d.ts +0 -25
  302. package/lib/types/contracts/PimlicoEntryPointSimulations.js +0 -42
  303. package/lib/types/contracts/PimlicoEntryPointSimulations.js.map +0 -1
  304. package/lib/types/contracts/SenderCreator.d.ts +0 -4
  305. package/lib/types/contracts/SenderCreator.js +0 -26
  306. package/lib/types/contracts/SenderCreator.js.map +0 -1
  307. package/lib/types/contracts/SimpleAccountFactory.d.ts +0 -57
  308. package/lib/types/contracts/SimpleAccountFactory.js +0 -79
  309. package/lib/types/contracts/SimpleAccountFactory.js.map +0 -1
  310. package/lib/types/contracts/TestOpcodesAccount.d.ts +0 -4
  311. package/lib/types/contracts/TestOpcodesAccount.js +0 -284
  312. package/lib/types/contracts/TestOpcodesAccount.js.map +0 -1
  313. package/lib/types/contracts/TestOpcodesAccountFactory.d.ts +0 -4
  314. package/lib/types/contracts/TestOpcodesAccountFactory.js +0 -26
  315. package/lib/types/contracts/TestOpcodesAccountFactory.js.map +0 -1
  316. package/lib/types/contracts/TestStorageAccount.d.ts +0 -4
  317. package/lib/types/contracts/TestStorageAccount.js +0 -316
  318. package/lib/types/contracts/TestStorageAccount.js.map +0 -1
  319. package/lib/types/contracts/index.d.ts +0 -17
  320. package/lib/types/contracts/index.js +0 -33
  321. package/lib/types/contracts/index.js.map +0 -1
  322. package/lib/types/gasPrice.d.ts +0 -110
  323. package/lib/types/gasPrice.js +0 -55
  324. package/lib/types/gasPrice.js.map +0 -1
  325. package/lib/types/index.d.ts +0 -11
  326. package/lib/types/index.js +0 -27
  327. package/lib/types/index.js.map +0 -1
  328. package/lib/types/interfaces.d.ts +0 -58
  329. package/lib/types/interfaces.js +0 -3
  330. package/lib/types/interfaces.js.map +0 -1
  331. package/lib/types/mempool.d.ts +0 -60
  332. package/lib/types/mempool.js +0 -11
  333. package/lib/types/mempool.js.map +0 -1
  334. package/lib/types/schemas.d.ts +0 -20785
  335. package/lib/types/schemas.js +0 -679
  336. package/lib/types/schemas.js.map +0 -1
  337. package/lib/types/utils.d.ts +0 -25
  338. package/lib/types/utils.js +0 -35
  339. package/lib/types/utils.js.map +0 -1
  340. package/lib/types/validation.d.ts +0 -14327
  341. package/lib/types/validation.js +0 -312
  342. package/lib/types/validation.js.map +0 -1
  343. package/lib/utils/asyncTimeout.d.ts +0 -5
  344. package/lib/utils/asyncTimeout.js +0 -51
  345. package/lib/utils/asyncTimeout.js.map +0 -1
  346. package/lib/utils/bigInt.d.ts +0 -8
  347. package/lib/utils/bigInt.js +0 -24
  348. package/lib/utils/bigInt.js.map +0 -1
  349. package/lib/utils/eip7702.d.ts +0 -4
  350. package/lib/utils/eip7702.js +0 -21
  351. package/lib/utils/eip7702.js.map +0 -1
  352. package/lib/utils/fastify-rpc-decorators.d.ts +0 -19
  353. package/lib/utils/fastify-rpc-decorators.js +0 -23
  354. package/lib/utils/fastify-rpc-decorators.js.map +0 -1
  355. package/lib/utils/helpers.d.ts +0 -15
  356. package/lib/utils/helpers.js +0 -59
  357. package/lib/utils/helpers.js.map +0 -1
  358. package/lib/utils/index.d.ts +0 -9
  359. package/lib/utils/index.js +0 -24
  360. package/lib/utils/index.js.map +0 -1
  361. package/lib/utils/logger.d.ts +0 -6
  362. package/lib/utils/logger.js +0 -85
  363. package/lib/utils/logger.js.map +0 -1
  364. package/lib/utils/metrics.d.ts +0 -29
  365. package/lib/utils/metrics.js +0 -199
  366. package/lib/utils/metrics.js.map +0 -1
  367. package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.d.ts +0 -6
  368. package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.js +0 -57
  369. package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.js.map +0 -1
  370. package/lib/utils/minMaxQueue/createRedisMinMaxQueue.d.ts +0 -7
  371. package/lib/utils/minMaxQueue/createRedisMinMaxQueue.js +0 -105
  372. package/lib/utils/minMaxQueue/createRedisMinMaxQueue.js.map +0 -1
  373. package/lib/utils/minMaxQueue/index.d.ts +0 -12
  374. package/lib/utils/minMaxQueue/index.js +0 -16
  375. package/lib/utils/minMaxQueue/index.js.map +0 -1
  376. package/lib/utils/rpc-reply.d.ts +0 -16
  377. package/lib/utils/rpc-reply.js +0 -41
  378. package/lib/utils/rpc-reply.js.map +0 -1
  379. package/lib/utils/userop.d.ts +0 -138
  380. package/lib/utils/userop.js +0 -620
  381. package/lib/utils/userop.js.map +0 -1
  382. package/lib/utils/validation.d.ts +0 -76
  383. package/lib/utils/validation.js +0 -491
  384. package/lib/utils/validation.js.map +0 -1
@@ -1,1268 +0,0 @@
1
- export declare const pimlicoSendUserOperationNowHandler: {
2
- schema: import("zod").ZodObject<{
3
- method: import("zod").ZodLiteral<"pimlico_sendUserOperationNow">;
4
- params: import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
5
- sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
6
- 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>;
7
- initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
8
- callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
9
- 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>;
10
- 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>;
11
- 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>;
12
- 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>;
13
- 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>;
14
- paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
15
- signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
16
- eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
17
- contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
18
- 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>;
19
- 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>;
20
- r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
21
- s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
22
- 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>>;
23
- 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>;
24
- }, "strip", import("zod").ZodTypeAny, {
25
- nonce: number;
26
- contractAddress: `0x${string}`;
27
- chainId: number;
28
- r: `0x${string}`;
29
- s: `0x${string}`;
30
- yParity: number;
31
- v?: bigint | undefined;
32
- }, {
33
- nonce: string | number | bigint;
34
- contractAddress: string;
35
- chainId: string | number | bigint;
36
- r: string;
37
- s: string;
38
- yParity: string | number | bigint;
39
- v?: string | number | bigint | undefined;
40
- }>, import("zod").ZodObject<{
41
- address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
42
- 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>;
43
- 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>;
44
- r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
45
- s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
46
- 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>>;
47
- 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>;
48
- }, "strip", import("zod").ZodTypeAny, {
49
- address: `0x${string}`;
50
- nonce: number;
51
- chainId: number;
52
- r: `0x${string}`;
53
- s: `0x${string}`;
54
- yParity: number;
55
- v?: bigint | undefined;
56
- }, {
57
- address: string;
58
- nonce: string | number | bigint;
59
- chainId: string | number | bigint;
60
- r: string;
61
- s: string;
62
- yParity: string | number | bigint;
63
- v?: string | number | bigint | undefined;
64
- }>]>>>;
65
- }, "strict", import("zod").ZodTypeAny, {
66
- sender: `0x${string}`;
67
- nonce: bigint;
68
- initCode: `0x${string}`;
69
- paymasterAndData: `0x${string}`;
70
- callData: `0x${string}`;
71
- callGasLimit: bigint;
72
- verificationGasLimit: bigint;
73
- preVerificationGas: bigint;
74
- maxFeePerGas: bigint;
75
- maxPriorityFeePerGas: bigint;
76
- signature: `0x${string}`;
77
- eip7702Auth?: {
78
- nonce: number;
79
- contractAddress: `0x${string}`;
80
- chainId: number;
81
- r: `0x${string}`;
82
- s: `0x${string}`;
83
- yParity: number;
84
- v?: bigint | undefined;
85
- } | {
86
- address: `0x${string}`;
87
- nonce: number;
88
- chainId: number;
89
- r: `0x${string}`;
90
- s: `0x${string}`;
91
- yParity: number;
92
- v?: bigint | undefined;
93
- } | null | undefined;
94
- }, {
95
- sender: string;
96
- nonce: string | number | bigint;
97
- initCode: string;
98
- paymasterAndData: string;
99
- callData: string;
100
- callGasLimit: string | number | bigint;
101
- verificationGasLimit: string | number | bigint;
102
- preVerificationGas: string | number | bigint;
103
- maxFeePerGas: string | number | bigint;
104
- maxPriorityFeePerGas: string | number | bigint;
105
- signature: string;
106
- eip7702Auth?: {
107
- nonce: string | number | bigint;
108
- contractAddress: string;
109
- chainId: string | number | bigint;
110
- r: string;
111
- s: string;
112
- yParity: string | number | bigint;
113
- v?: string | number | bigint | undefined;
114
- } | {
115
- address: string;
116
- nonce: string | number | bigint;
117
- chainId: string | number | bigint;
118
- r: string;
119
- s: string;
120
- yParity: string | number | bigint;
121
- v?: string | number | bigint | undefined;
122
- } | null | undefined;
123
- }>, {
124
- sender: `0x${string}`;
125
- nonce: bigint;
126
- initCode: `0x${string}`;
127
- paymasterAndData: `0x${string}`;
128
- callData: `0x${string}`;
129
- callGasLimit: bigint;
130
- verificationGasLimit: bigint;
131
- preVerificationGas: bigint;
132
- maxFeePerGas: bigint;
133
- maxPriorityFeePerGas: bigint;
134
- signature: `0x${string}`;
135
- eip7702Auth?: {
136
- nonce: number;
137
- contractAddress: `0x${string}`;
138
- chainId: number;
139
- r: `0x${string}`;
140
- s: `0x${string}`;
141
- yParity: number;
142
- v?: bigint | undefined;
143
- } | {
144
- address: `0x${string}`;
145
- nonce: number;
146
- chainId: number;
147
- r: `0x${string}`;
148
- s: `0x${string}`;
149
- yParity: number;
150
- v?: bigint | undefined;
151
- } | null | undefined;
152
- }, {
153
- sender: string;
154
- nonce: string | number | bigint;
155
- initCode: string;
156
- paymasterAndData: string;
157
- callData: string;
158
- callGasLimit: string | number | bigint;
159
- verificationGasLimit: string | number | bigint;
160
- preVerificationGas: string | number | bigint;
161
- maxFeePerGas: string | number | bigint;
162
- maxPriorityFeePerGas: string | number | bigint;
163
- signature: string;
164
- eip7702Auth?: {
165
- nonce: string | number | bigint;
166
- contractAddress: string;
167
- chainId: string | number | bigint;
168
- r: string;
169
- s: string;
170
- yParity: string | number | bigint;
171
- v?: string | number | bigint | undefined;
172
- } | {
173
- address: string;
174
- nonce: string | number | bigint;
175
- chainId: string | number | bigint;
176
- r: string;
177
- s: string;
178
- yParity: string | number | bigint;
179
- v?: string | number | bigint | undefined;
180
- } | null | undefined;
181
- }>, import("zod").ZodEffects<import("zod").ZodObject<{
182
- sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
183
- 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>;
184
- 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>;
185
- 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>;
186
- callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
187
- 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>;
188
- 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>;
189
- 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>;
190
- 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>;
191
- 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>;
192
- 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>;
193
- 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>;
194
- 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>;
195
- 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>;
196
- signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
197
- eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
198
- contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
199
- 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>;
200
- 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>;
201
- r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
202
- s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
203
- 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>>;
204
- 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>;
205
- }, "strip", import("zod").ZodTypeAny, {
206
- nonce: number;
207
- contractAddress: `0x${string}`;
208
- chainId: number;
209
- r: `0x${string}`;
210
- s: `0x${string}`;
211
- yParity: number;
212
- v?: bigint | undefined;
213
- }, {
214
- nonce: string | number | bigint;
215
- contractAddress: string;
216
- chainId: string | number | bigint;
217
- r: string;
218
- s: string;
219
- yParity: string | number | bigint;
220
- v?: string | number | bigint | undefined;
221
- }>, import("zod").ZodObject<{
222
- address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
223
- 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>;
224
- 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>;
225
- r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
226
- s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
227
- 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>>;
228
- 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>;
229
- }, "strip", import("zod").ZodTypeAny, {
230
- address: `0x${string}`;
231
- nonce: number;
232
- chainId: number;
233
- r: `0x${string}`;
234
- s: `0x${string}`;
235
- yParity: number;
236
- v?: bigint | undefined;
237
- }, {
238
- address: string;
239
- nonce: string | number | bigint;
240
- chainId: string | number | bigint;
241
- r: string;
242
- s: string;
243
- yParity: string | number | bigint;
244
- v?: string | number | bigint | undefined;
245
- }>]>>>;
246
- }, "strict", import("zod").ZodTypeAny, {
247
- sender: `0x${string}`;
248
- factory: `0x${string}` | null;
249
- paymaster: `0x${string}` | null;
250
- nonce: bigint;
251
- callData: `0x${string}`;
252
- callGasLimit: bigint;
253
- verificationGasLimit: bigint;
254
- preVerificationGas: bigint;
255
- maxFeePerGas: bigint;
256
- maxPriorityFeePerGas: bigint;
257
- signature: `0x${string}`;
258
- paymasterVerificationGasLimit: bigint | null;
259
- paymasterPostOpGasLimit: bigint | null;
260
- factoryData: `0x${string}` | null;
261
- paymasterData: `0x${string}` | null;
262
- eip7702Auth?: {
263
- nonce: number;
264
- contractAddress: `0x${string}`;
265
- chainId: number;
266
- r: `0x${string}`;
267
- s: `0x${string}`;
268
- yParity: number;
269
- v?: bigint | undefined;
270
- } | {
271
- address: `0x${string}`;
272
- nonce: number;
273
- chainId: number;
274
- r: `0x${string}`;
275
- s: `0x${string}`;
276
- yParity: number;
277
- v?: bigint | undefined;
278
- } | null | undefined;
279
- }, {
280
- sender: string;
281
- nonce: string | number | bigint;
282
- callData: string;
283
- callGasLimit: string | number | bigint;
284
- verificationGasLimit: string | number | bigint;
285
- preVerificationGas: string | number | bigint;
286
- maxFeePerGas: string | number | bigint;
287
- maxPriorityFeePerGas: string | number | bigint;
288
- signature: string;
289
- factory?: string | null | undefined;
290
- factoryData?: string | null | undefined;
291
- paymaster?: string | null | undefined;
292
- paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
293
- paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
294
- paymasterData?: string | null | undefined;
295
- eip7702Auth?: {
296
- nonce: string | number | bigint;
297
- contractAddress: string;
298
- chainId: string | number | bigint;
299
- r: string;
300
- s: string;
301
- yParity: string | number | bigint;
302
- v?: string | number | bigint | undefined;
303
- } | {
304
- address: string;
305
- nonce: string | number | bigint;
306
- chainId: string | number | bigint;
307
- r: string;
308
- s: string;
309
- yParity: string | number | bigint;
310
- v?: string | number | bigint | undefined;
311
- } | null | undefined;
312
- }>, {
313
- sender: `0x${string}`;
314
- factory: `0x${string}` | null;
315
- paymaster: `0x${string}` | null;
316
- nonce: bigint;
317
- callData: `0x${string}`;
318
- callGasLimit: bigint;
319
- verificationGasLimit: bigint;
320
- preVerificationGas: bigint;
321
- maxFeePerGas: bigint;
322
- maxPriorityFeePerGas: bigint;
323
- signature: `0x${string}`;
324
- paymasterVerificationGasLimit: bigint | null;
325
- paymasterPostOpGasLimit: bigint | null;
326
- factoryData: `0x${string}` | null;
327
- paymasterData: `0x${string}` | null;
328
- eip7702Auth?: {
329
- nonce: number;
330
- contractAddress: `0x${string}`;
331
- chainId: number;
332
- r: `0x${string}`;
333
- s: `0x${string}`;
334
- yParity: number;
335
- v?: bigint | undefined;
336
- } | {
337
- address: `0x${string}`;
338
- nonce: number;
339
- chainId: number;
340
- r: `0x${string}`;
341
- s: `0x${string}`;
342
- yParity: number;
343
- v?: bigint | undefined;
344
- } | null | undefined;
345
- }, {
346
- sender: string;
347
- nonce: string | number | bigint;
348
- callData: string;
349
- callGasLimit: string | number | bigint;
350
- verificationGasLimit: string | number | bigint;
351
- preVerificationGas: string | number | bigint;
352
- maxFeePerGas: string | number | bigint;
353
- maxPriorityFeePerGas: string | number | bigint;
354
- signature: string;
355
- factory?: string | null | undefined;
356
- factoryData?: string | null | undefined;
357
- paymaster?: string | null | undefined;
358
- paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
359
- paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
360
- paymasterData?: string | null | undefined;
361
- eip7702Auth?: {
362
- nonce: string | number | bigint;
363
- contractAddress: string;
364
- chainId: string | number | bigint;
365
- r: string;
366
- s: string;
367
- yParity: string | number | bigint;
368
- v?: string | number | bigint | undefined;
369
- } | {
370
- address: string;
371
- nonce: string | number | bigint;
372
- chainId: string | number | bigint;
373
- r: string;
374
- s: string;
375
- yParity: string | number | bigint;
376
- v?: string | number | bigint | undefined;
377
- } | null | undefined;
378
- }>, import("zod").ZodEffects<import("zod").ZodObject<{
379
- sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
380
- 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>;
381
- 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>;
382
- 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>;
383
- callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
384
- 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>;
385
- 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>;
386
- 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>;
387
- 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>;
388
- 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>;
389
- 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>;
390
- 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>;
391
- 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>;
392
- 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>;
393
- signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
394
- eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
395
- contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
396
- 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>;
397
- 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>;
398
- r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
399
- s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
400
- 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>>;
401
- 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>;
402
- }, "strip", import("zod").ZodTypeAny, {
403
- nonce: number;
404
- contractAddress: `0x${string}`;
405
- chainId: number;
406
- r: `0x${string}`;
407
- s: `0x${string}`;
408
- yParity: number;
409
- v?: bigint | undefined;
410
- }, {
411
- nonce: string | number | bigint;
412
- contractAddress: string;
413
- chainId: string | number | bigint;
414
- r: string;
415
- s: string;
416
- yParity: string | number | bigint;
417
- v?: string | number | bigint | undefined;
418
- }>, import("zod").ZodObject<{
419
- address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
420
- 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>;
421
- 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>;
422
- r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
423
- s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
424
- 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>>;
425
- 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>;
426
- }, "strip", import("zod").ZodTypeAny, {
427
- address: `0x${string}`;
428
- nonce: number;
429
- chainId: number;
430
- r: `0x${string}`;
431
- s: `0x${string}`;
432
- yParity: number;
433
- v?: bigint | undefined;
434
- }, {
435
- address: string;
436
- nonce: string | number | bigint;
437
- chainId: string | number | bigint;
438
- r: string;
439
- s: string;
440
- yParity: string | number | bigint;
441
- v?: string | number | bigint | undefined;
442
- }>]>>>;
443
- }, "strict", import("zod").ZodTypeAny, {
444
- sender: `0x${string}`;
445
- factory: `0x${string}` | null;
446
- paymaster: `0x${string}` | null;
447
- nonce: bigint;
448
- callData: `0x${string}`;
449
- callGasLimit: bigint;
450
- verificationGasLimit: bigint;
451
- preVerificationGas: bigint;
452
- maxFeePerGas: bigint;
453
- maxPriorityFeePerGas: bigint;
454
- signature: `0x${string}`;
455
- paymasterVerificationGasLimit: bigint | null;
456
- paymasterPostOpGasLimit: bigint | null;
457
- factoryData: `0x${string}` | null;
458
- paymasterData: `0x${string}` | null;
459
- eip7702Auth?: {
460
- nonce: number;
461
- contractAddress: `0x${string}`;
462
- chainId: number;
463
- r: `0x${string}`;
464
- s: `0x${string}`;
465
- yParity: number;
466
- v?: bigint | undefined;
467
- } | {
468
- address: `0x${string}`;
469
- nonce: number;
470
- chainId: number;
471
- r: `0x${string}`;
472
- s: `0x${string}`;
473
- yParity: number;
474
- v?: bigint | undefined;
475
- } | null | undefined;
476
- }, {
477
- sender: string;
478
- nonce: string | number | bigint;
479
- callData: string;
480
- callGasLimit: string | number | bigint;
481
- verificationGasLimit: string | number | bigint;
482
- preVerificationGas: string | number | bigint;
483
- maxFeePerGas: string | number | bigint;
484
- maxPriorityFeePerGas: string | number | bigint;
485
- signature: string;
486
- factory?: string | null | undefined;
487
- factoryData?: string | null | undefined;
488
- paymaster?: string | null | undefined;
489
- paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
490
- paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
491
- paymasterData?: string | null | undefined;
492
- eip7702Auth?: {
493
- nonce: string | number | bigint;
494
- contractAddress: string;
495
- chainId: string | number | bigint;
496
- r: string;
497
- s: string;
498
- yParity: string | number | bigint;
499
- v?: string | number | bigint | undefined;
500
- } | {
501
- address: string;
502
- nonce: string | number | bigint;
503
- chainId: string | number | bigint;
504
- r: string;
505
- s: string;
506
- yParity: string | number | bigint;
507
- v?: string | number | bigint | undefined;
508
- } | null | undefined;
509
- }>, {
510
- sender: `0x${string}`;
511
- factory: `0x${string}` | null;
512
- paymaster: `0x${string}` | null;
513
- nonce: bigint;
514
- callData: `0x${string}`;
515
- callGasLimit: bigint;
516
- verificationGasLimit: bigint;
517
- preVerificationGas: bigint;
518
- maxFeePerGas: bigint;
519
- maxPriorityFeePerGas: bigint;
520
- signature: `0x${string}`;
521
- paymasterVerificationGasLimit: bigint | null;
522
- paymasterPostOpGasLimit: bigint | null;
523
- factoryData: `0x${string}` | null;
524
- paymasterData: `0x${string}` | null;
525
- eip7702Auth?: {
526
- nonce: number;
527
- contractAddress: `0x${string}`;
528
- chainId: number;
529
- r: `0x${string}`;
530
- s: `0x${string}`;
531
- yParity: number;
532
- v?: bigint | undefined;
533
- } | {
534
- address: `0x${string}`;
535
- nonce: number;
536
- chainId: number;
537
- r: `0x${string}`;
538
- s: `0x${string}`;
539
- yParity: number;
540
- v?: bigint | undefined;
541
- } | null | undefined;
542
- }, {
543
- sender: string;
544
- nonce: string | number | bigint;
545
- callData: string;
546
- callGasLimit: string | number | bigint;
547
- verificationGasLimit: string | number | bigint;
548
- preVerificationGas: string | number | bigint;
549
- maxFeePerGas: string | number | bigint;
550
- maxPriorityFeePerGas: string | number | bigint;
551
- signature: string;
552
- factory?: string | null | undefined;
553
- factoryData?: string | null | undefined;
554
- paymaster?: string | null | undefined;
555
- paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
556
- paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
557
- paymasterData?: string | null | undefined;
558
- eip7702Auth?: {
559
- nonce: string | number | bigint;
560
- contractAddress: string;
561
- chainId: string | number | bigint;
562
- r: string;
563
- s: string;
564
- yParity: string | number | bigint;
565
- v?: string | number | bigint | undefined;
566
- } | {
567
- address: string;
568
- nonce: string | number | bigint;
569
- chainId: string | number | bigint;
570
- r: string;
571
- s: string;
572
- yParity: string | number | bigint;
573
- v?: string | number | bigint | undefined;
574
- } | null | undefined;
575
- }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>], null>;
576
- result: import("zod").ZodUnion<[import("zod").ZodObject<{
577
- userOpHash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
578
- entryPoint: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
579
- sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
580
- 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>;
581
- paymaster: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
582
- actualGasCost: 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
- actualGasUsed: 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
- success: import("zod").ZodBoolean;
585
- reason: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
586
- logs: import("zod").ZodArray<import("zod").ZodObject<{
587
- logIndex: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
588
- transactionIndex: 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>;
589
- transactionHash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
590
- blockHash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
591
- blockNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
592
- address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
593
- data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
594
- topics: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
595
- }, "strip", import("zod").ZodTypeAny, {
596
- address: `0x${string}`;
597
- data: `0x${string}`;
598
- logIndex: bigint;
599
- transactionIndex: bigint;
600
- transactionHash: `0x${string}`;
601
- blockHash: `0x${string}`;
602
- blockNumber: bigint;
603
- topics: `0x${string}`[];
604
- }, {
605
- address: string;
606
- data: string;
607
- logIndex: string | number | bigint;
608
- transactionIndex: string | number | bigint;
609
- transactionHash: string;
610
- blockHash: string;
611
- blockNumber: string | number | bigint;
612
- topics: string[];
613
- }>, "many">;
614
- receipt: import("zod").ZodObject<{
615
- transactionHash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
616
- transactionIndex: 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>;
617
- blockHash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
618
- blockNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
619
- from: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
620
- to: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodNull]>;
621
- cumulativeGasUsed: 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>;
622
- gasUsed: 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>;
623
- contractAddress: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodNull]>;
624
- logs: import("zod").ZodArray<import("zod").ZodObject<{
625
- logIndex: 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>;
626
- transactionIndex: 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>;
627
- transactionHash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
628
- blockHash: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
629
- blockNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
630
- address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
631
- data: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
632
- topics: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
633
- }, "strip", import("zod").ZodTypeAny, {
634
- address: `0x${string}`;
635
- data: `0x${string}`;
636
- logIndex: bigint;
637
- transactionIndex: bigint;
638
- transactionHash: `0x${string}`;
639
- blockHash: `0x${string}`;
640
- blockNumber: bigint;
641
- topics: `0x${string}`[];
642
- }, {
643
- address: string;
644
- data: string;
645
- logIndex: string | number | bigint;
646
- transactionIndex: string | number | bigint;
647
- transactionHash: string;
648
- blockHash: string;
649
- blockNumber: string | number | bigint;
650
- topics: string[];
651
- }>, "many">;
652
- logsBloom: import("zod").ZodString;
653
- status: import("zod").ZodUnion<[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>, import("zod").ZodNull]>;
654
- effectiveGasPrice: 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>>>;
655
- }, "strip", import("zod").ZodTypeAny, {
656
- to: `0x${string}` | null;
657
- gasUsed: bigint;
658
- status: bigint | null;
659
- contractAddress: `0x${string}` | null;
660
- transactionIndex: bigint;
661
- transactionHash: `0x${string}`;
662
- blockHash: `0x${string}`;
663
- blockNumber: bigint;
664
- from: `0x${string}`;
665
- cumulativeGasUsed: bigint;
666
- logs: {
667
- address: `0x${string}`;
668
- data: `0x${string}`;
669
- logIndex: bigint;
670
- transactionIndex: bigint;
671
- transactionHash: `0x${string}`;
672
- blockHash: `0x${string}`;
673
- blockNumber: bigint;
674
- topics: `0x${string}`[];
675
- }[];
676
- logsBloom: string;
677
- effectiveGasPrice?: bigint | null | undefined;
678
- }, {
679
- to: string | null;
680
- gasUsed: string | number | bigint;
681
- status: string | number | bigint | null;
682
- contractAddress: string | null;
683
- transactionIndex: string | number | bigint;
684
- transactionHash: string;
685
- blockHash: string;
686
- blockNumber: string | number | bigint;
687
- from: string;
688
- cumulativeGasUsed: string | number | bigint;
689
- logs: {
690
- address: string;
691
- data: string;
692
- logIndex: string | number | bigint;
693
- transactionIndex: string | number | bigint;
694
- transactionHash: string;
695
- blockHash: string;
696
- blockNumber: string | number | bigint;
697
- topics: string[];
698
- }[];
699
- logsBloom: string;
700
- effectiveGasPrice?: string | number | bigint | null | undefined;
701
- }>;
702
- }, "strip", import("zod").ZodTypeAny, {
703
- sender: `0x${string}`;
704
- userOpHash: `0x${string}`;
705
- nonce: bigint;
706
- success: boolean;
707
- actualGasCost: bigint;
708
- actualGasUsed: bigint;
709
- entryPoint: `0x${string}`;
710
- logs: {
711
- address: `0x${string}`;
712
- data: `0x${string}`;
713
- logIndex: bigint;
714
- transactionIndex: bigint;
715
- transactionHash: `0x${string}`;
716
- blockHash: `0x${string}`;
717
- blockNumber: bigint;
718
- topics: `0x${string}`[];
719
- }[];
720
- receipt: {
721
- to: `0x${string}` | null;
722
- gasUsed: bigint;
723
- status: bigint | null;
724
- contractAddress: `0x${string}` | null;
725
- transactionIndex: bigint;
726
- transactionHash: `0x${string}`;
727
- blockHash: `0x${string}`;
728
- blockNumber: bigint;
729
- from: `0x${string}`;
730
- cumulativeGasUsed: bigint;
731
- logs: {
732
- address: `0x${string}`;
733
- data: `0x${string}`;
734
- logIndex: bigint;
735
- transactionIndex: bigint;
736
- transactionHash: `0x${string}`;
737
- blockHash: `0x${string}`;
738
- blockNumber: bigint;
739
- topics: `0x${string}`[];
740
- }[];
741
- logsBloom: string;
742
- effectiveGasPrice?: bigint | null | undefined;
743
- };
744
- paymaster?: `0x${string}` | undefined;
745
- reason?: `0x${string}` | undefined;
746
- }, {
747
- sender: string;
748
- userOpHash: string;
749
- nonce: string | number | bigint;
750
- success: boolean;
751
- actualGasCost: string | number | bigint;
752
- actualGasUsed: string | number | bigint;
753
- entryPoint: string;
754
- logs: {
755
- address: string;
756
- data: string;
757
- logIndex: string | number | bigint;
758
- transactionIndex: string | number | bigint;
759
- transactionHash: string;
760
- blockHash: string;
761
- blockNumber: string | number | bigint;
762
- topics: string[];
763
- }[];
764
- receipt: {
765
- to: string | null;
766
- gasUsed: string | number | bigint;
767
- status: string | number | bigint | null;
768
- contractAddress: string | null;
769
- transactionIndex: string | number | bigint;
770
- transactionHash: string;
771
- blockHash: string;
772
- blockNumber: string | number | bigint;
773
- from: string;
774
- cumulativeGasUsed: string | number | bigint;
775
- logs: {
776
- address: string;
777
- data: string;
778
- logIndex: string | number | bigint;
779
- transactionIndex: string | number | bigint;
780
- transactionHash: string;
781
- blockHash: string;
782
- blockNumber: string | number | bigint;
783
- topics: string[];
784
- }[];
785
- logsBloom: string;
786
- effectiveGasPrice?: string | number | bigint | null | undefined;
787
- };
788
- paymaster?: string | undefined;
789
- reason?: string | undefined;
790
- }>, import("zod").ZodNull]>;
791
- }, "strip", import("zod").ZodTypeAny, {
792
- result: {
793
- sender: `0x${string}`;
794
- userOpHash: `0x${string}`;
795
- nonce: bigint;
796
- success: boolean;
797
- actualGasCost: bigint;
798
- actualGasUsed: bigint;
799
- entryPoint: `0x${string}`;
800
- logs: {
801
- address: `0x${string}`;
802
- data: `0x${string}`;
803
- logIndex: bigint;
804
- transactionIndex: bigint;
805
- transactionHash: `0x${string}`;
806
- blockHash: `0x${string}`;
807
- blockNumber: bigint;
808
- topics: `0x${string}`[];
809
- }[];
810
- receipt: {
811
- to: `0x${string}` | null;
812
- gasUsed: bigint;
813
- status: bigint | null;
814
- contractAddress: `0x${string}` | null;
815
- transactionIndex: bigint;
816
- transactionHash: `0x${string}`;
817
- blockHash: `0x${string}`;
818
- blockNumber: bigint;
819
- from: `0x${string}`;
820
- cumulativeGasUsed: bigint;
821
- logs: {
822
- address: `0x${string}`;
823
- data: `0x${string}`;
824
- logIndex: bigint;
825
- transactionIndex: bigint;
826
- transactionHash: `0x${string}`;
827
- blockHash: `0x${string}`;
828
- blockNumber: bigint;
829
- topics: `0x${string}`[];
830
- }[];
831
- logsBloom: string;
832
- effectiveGasPrice?: bigint | null | undefined;
833
- };
834
- paymaster?: `0x${string}` | undefined;
835
- reason?: `0x${string}` | undefined;
836
- } | null;
837
- params: [{
838
- sender: `0x${string}`;
839
- nonce: bigint;
840
- initCode: `0x${string}`;
841
- paymasterAndData: `0x${string}`;
842
- callData: `0x${string}`;
843
- callGasLimit: bigint;
844
- verificationGasLimit: bigint;
845
- preVerificationGas: bigint;
846
- maxFeePerGas: bigint;
847
- maxPriorityFeePerGas: bigint;
848
- signature: `0x${string}`;
849
- eip7702Auth?: {
850
- nonce: number;
851
- contractAddress: `0x${string}`;
852
- chainId: number;
853
- r: `0x${string}`;
854
- s: `0x${string}`;
855
- yParity: number;
856
- v?: bigint | undefined;
857
- } | {
858
- address: `0x${string}`;
859
- nonce: number;
860
- chainId: number;
861
- r: `0x${string}`;
862
- s: `0x${string}`;
863
- yParity: number;
864
- v?: bigint | undefined;
865
- } | null | undefined;
866
- } | {
867
- sender: `0x${string}`;
868
- factory: `0x${string}` | null;
869
- paymaster: `0x${string}` | null;
870
- nonce: bigint;
871
- callData: `0x${string}`;
872
- callGasLimit: bigint;
873
- verificationGasLimit: bigint;
874
- preVerificationGas: bigint;
875
- maxFeePerGas: bigint;
876
- maxPriorityFeePerGas: bigint;
877
- signature: `0x${string}`;
878
- paymasterVerificationGasLimit: bigint | null;
879
- paymasterPostOpGasLimit: bigint | null;
880
- factoryData: `0x${string}` | null;
881
- paymasterData: `0x${string}` | null;
882
- eip7702Auth?: {
883
- nonce: number;
884
- contractAddress: `0x${string}`;
885
- chainId: number;
886
- r: `0x${string}`;
887
- s: `0x${string}`;
888
- yParity: number;
889
- v?: bigint | undefined;
890
- } | {
891
- address: `0x${string}`;
892
- nonce: number;
893
- chainId: number;
894
- r: `0x${string}`;
895
- s: `0x${string}`;
896
- yParity: number;
897
- v?: bigint | undefined;
898
- } | null | undefined;
899
- } | {
900
- sender: `0x${string}`;
901
- factory: `0x${string}` | null;
902
- paymaster: `0x${string}` | null;
903
- nonce: bigint;
904
- callData: `0x${string}`;
905
- callGasLimit: bigint;
906
- verificationGasLimit: bigint;
907
- preVerificationGas: bigint;
908
- maxFeePerGas: bigint;
909
- maxPriorityFeePerGas: bigint;
910
- signature: `0x${string}`;
911
- paymasterVerificationGasLimit: bigint | null;
912
- paymasterPostOpGasLimit: bigint | null;
913
- factoryData: `0x${string}` | null;
914
- paymasterData: `0x${string}` | null;
915
- eip7702Auth?: {
916
- nonce: number;
917
- contractAddress: `0x${string}`;
918
- chainId: number;
919
- r: `0x${string}`;
920
- s: `0x${string}`;
921
- yParity: number;
922
- v?: bigint | undefined;
923
- } | {
924
- address: `0x${string}`;
925
- nonce: number;
926
- chainId: number;
927
- r: `0x${string}`;
928
- s: `0x${string}`;
929
- yParity: number;
930
- v?: bigint | undefined;
931
- } | null | undefined;
932
- }, `0x${string}`];
933
- method: "pimlico_sendUserOperationNow";
934
- }, {
935
- result: {
936
- sender: string;
937
- userOpHash: string;
938
- nonce: string | number | bigint;
939
- success: boolean;
940
- actualGasCost: string | number | bigint;
941
- actualGasUsed: string | number | bigint;
942
- entryPoint: string;
943
- logs: {
944
- address: string;
945
- data: string;
946
- logIndex: string | number | bigint;
947
- transactionIndex: string | number | bigint;
948
- transactionHash: string;
949
- blockHash: string;
950
- blockNumber: string | number | bigint;
951
- topics: string[];
952
- }[];
953
- receipt: {
954
- to: string | null;
955
- gasUsed: string | number | bigint;
956
- status: string | number | bigint | null;
957
- contractAddress: string | null;
958
- transactionIndex: string | number | bigint;
959
- transactionHash: string;
960
- blockHash: string;
961
- blockNumber: string | number | bigint;
962
- from: string;
963
- cumulativeGasUsed: string | number | bigint;
964
- logs: {
965
- address: string;
966
- data: string;
967
- logIndex: string | number | bigint;
968
- transactionIndex: string | number | bigint;
969
- transactionHash: string;
970
- blockHash: string;
971
- blockNumber: string | number | bigint;
972
- topics: string[];
973
- }[];
974
- logsBloom: string;
975
- effectiveGasPrice?: string | number | bigint | null | undefined;
976
- };
977
- paymaster?: string | undefined;
978
- reason?: string | undefined;
979
- } | null;
980
- params: [{
981
- sender: string;
982
- nonce: string | number | bigint;
983
- initCode: string;
984
- paymasterAndData: string;
985
- callData: string;
986
- callGasLimit: string | number | bigint;
987
- verificationGasLimit: string | number | bigint;
988
- preVerificationGas: string | number | bigint;
989
- maxFeePerGas: string | number | bigint;
990
- maxPriorityFeePerGas: string | number | bigint;
991
- signature: string;
992
- eip7702Auth?: {
993
- nonce: string | number | bigint;
994
- contractAddress: string;
995
- chainId: string | number | bigint;
996
- r: string;
997
- s: string;
998
- yParity: string | number | bigint;
999
- v?: string | number | bigint | undefined;
1000
- } | {
1001
- address: string;
1002
- nonce: string | number | bigint;
1003
- chainId: string | number | bigint;
1004
- r: string;
1005
- s: string;
1006
- yParity: string | number | bigint;
1007
- v?: string | number | bigint | undefined;
1008
- } | null | undefined;
1009
- } | {
1010
- sender: string;
1011
- nonce: string | number | bigint;
1012
- callData: string;
1013
- callGasLimit: string | number | bigint;
1014
- verificationGasLimit: string | number | bigint;
1015
- preVerificationGas: string | number | bigint;
1016
- maxFeePerGas: string | number | bigint;
1017
- maxPriorityFeePerGas: string | number | bigint;
1018
- signature: string;
1019
- factory?: string | null | undefined;
1020
- factoryData?: string | null | undefined;
1021
- paymaster?: string | null | undefined;
1022
- paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1023
- paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1024
- paymasterData?: string | null | undefined;
1025
- eip7702Auth?: {
1026
- nonce: string | number | bigint;
1027
- contractAddress: string;
1028
- chainId: string | number | bigint;
1029
- r: string;
1030
- s: string;
1031
- yParity: string | number | bigint;
1032
- v?: string | number | bigint | undefined;
1033
- } | {
1034
- address: string;
1035
- nonce: string | number | bigint;
1036
- chainId: string | number | bigint;
1037
- r: string;
1038
- s: string;
1039
- yParity: string | number | bigint;
1040
- v?: string | number | bigint | undefined;
1041
- } | null | undefined;
1042
- } | {
1043
- sender: string;
1044
- nonce: string | number | bigint;
1045
- callData: string;
1046
- callGasLimit: string | number | bigint;
1047
- verificationGasLimit: string | number | bigint;
1048
- preVerificationGas: string | number | bigint;
1049
- maxFeePerGas: string | number | bigint;
1050
- maxPriorityFeePerGas: string | number | bigint;
1051
- signature: string;
1052
- factory?: string | null | undefined;
1053
- factoryData?: string | null | undefined;
1054
- paymaster?: string | null | undefined;
1055
- paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1056
- paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1057
- paymasterData?: string | null | undefined;
1058
- eip7702Auth?: {
1059
- nonce: string | number | bigint;
1060
- contractAddress: string;
1061
- chainId: string | number | bigint;
1062
- r: string;
1063
- s: string;
1064
- yParity: string | number | bigint;
1065
- v?: string | number | bigint | undefined;
1066
- } | {
1067
- address: string;
1068
- nonce: string | number | bigint;
1069
- chainId: string | number | bigint;
1070
- r: string;
1071
- s: string;
1072
- yParity: string | number | bigint;
1073
- v?: string | number | bigint | undefined;
1074
- } | null | undefined;
1075
- }, string];
1076
- method: "pimlico_sendUserOperationNow";
1077
- }>;
1078
- method: "pimlico_sendUserOperationNow";
1079
- handler: (args: {
1080
- rpcHandler: import("../index.js").RpcHandler;
1081
- params: readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1082
- sender: `0x${string}`;
1083
- nonce: bigint;
1084
- initCode: `0x${string}`;
1085
- paymasterAndData: `0x${string}`;
1086
- callData: `0x${string}`;
1087
- callGasLimit: bigint;
1088
- verificationGasLimit: bigint;
1089
- preVerificationGas: bigint;
1090
- maxFeePerGas: bigint;
1091
- maxPriorityFeePerGas: bigint;
1092
- signature: `0x${string}`;
1093
- eip7702Auth?: {
1094
- nonce: number;
1095
- contractAddress: `0x${string}`;
1096
- chainId: number;
1097
- r: `0x${string}`;
1098
- s: `0x${string}`;
1099
- yParity: number;
1100
- v?: bigint | undefined;
1101
- } | {
1102
- address: `0x${string}`;
1103
- nonce: number;
1104
- chainId: number;
1105
- r: `0x${string}`;
1106
- s: `0x${string}`;
1107
- yParity: number;
1108
- v?: bigint | undefined;
1109
- } | null | undefined;
1110
- }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1111
- sender: `0x${string}`;
1112
- factory: `0x${string}` | null;
1113
- paymaster: `0x${string}` | null;
1114
- nonce: bigint;
1115
- callData: `0x${string}`;
1116
- callGasLimit: bigint;
1117
- verificationGasLimit: bigint;
1118
- preVerificationGas: bigint;
1119
- maxFeePerGas: bigint;
1120
- maxPriorityFeePerGas: bigint;
1121
- signature: `0x${string}`;
1122
- paymasterVerificationGasLimit: bigint | null;
1123
- paymasterPostOpGasLimit: bigint | null;
1124
- factoryData: `0x${string}` | null;
1125
- paymasterData: `0x${string}` | null;
1126
- eip7702Auth?: {
1127
- nonce: number;
1128
- contractAddress: `0x${string}`;
1129
- chainId: number;
1130
- r: `0x${string}`;
1131
- s: `0x${string}`;
1132
- yParity: number;
1133
- v?: bigint | undefined;
1134
- } | {
1135
- address: `0x${string}`;
1136
- nonce: number;
1137
- chainId: number;
1138
- r: `0x${string}`;
1139
- s: `0x${string}`;
1140
- yParity: number;
1141
- v?: bigint | undefined;
1142
- } | null | undefined;
1143
- }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1144
- sender: `0x${string}`;
1145
- factory: `0x${string}` | null;
1146
- paymaster: `0x${string}` | null;
1147
- nonce: bigint;
1148
- callData: `0x${string}`;
1149
- callGasLimit: bigint;
1150
- verificationGasLimit: bigint;
1151
- preVerificationGas: bigint;
1152
- maxFeePerGas: bigint;
1153
- maxPriorityFeePerGas: bigint;
1154
- signature: `0x${string}`;
1155
- paymasterVerificationGasLimit: bigint | null;
1156
- paymasterPostOpGasLimit: bigint | null;
1157
- factoryData: `0x${string}` | null;
1158
- paymasterData: `0x${string}` | null;
1159
- eip7702Auth?: {
1160
- nonce: number;
1161
- contractAddress: `0x${string}`;
1162
- chainId: number;
1163
- r: `0x${string}`;
1164
- s: `0x${string}`;
1165
- yParity: number;
1166
- v?: bigint | undefined;
1167
- } | {
1168
- address: `0x${string}`;
1169
- nonce: number;
1170
- chainId: number;
1171
- r: `0x${string}`;
1172
- s: `0x${string}`;
1173
- yParity: number;
1174
- v?: bigint | undefined;
1175
- } | null | undefined;
1176
- }>, `0x${string}`];
1177
- apiVersion: import("../../types/index.js").ApiVersion;
1178
- }) => {
1179
- sender: `0x${string}`;
1180
- userOpHash: `0x${string}`;
1181
- nonce: bigint;
1182
- success: boolean;
1183
- actualGasCost: bigint;
1184
- actualGasUsed: bigint;
1185
- entryPoint: `0x${string}`;
1186
- logs: {
1187
- address: `0x${string}`;
1188
- data: `0x${string}`;
1189
- logIndex: bigint;
1190
- transactionIndex: bigint;
1191
- transactionHash: `0x${string}`;
1192
- blockHash: `0x${string}`;
1193
- blockNumber: bigint;
1194
- topics: `0x${string}`[];
1195
- }[];
1196
- receipt: {
1197
- to: `0x${string}` | null;
1198
- gasUsed: bigint;
1199
- status: bigint | null;
1200
- contractAddress: `0x${string}` | null;
1201
- transactionIndex: bigint;
1202
- transactionHash: `0x${string}`;
1203
- blockHash: `0x${string}`;
1204
- blockNumber: bigint;
1205
- from: `0x${string}`;
1206
- cumulativeGasUsed: bigint;
1207
- logs: {
1208
- address: `0x${string}`;
1209
- data: `0x${string}`;
1210
- logIndex: bigint;
1211
- transactionIndex: bigint;
1212
- transactionHash: `0x${string}`;
1213
- blockHash: `0x${string}`;
1214
- blockNumber: bigint;
1215
- topics: `0x${string}`[];
1216
- }[];
1217
- logsBloom: string;
1218
- effectiveGasPrice?: bigint | null | undefined;
1219
- };
1220
- paymaster?: `0x${string}` | undefined;
1221
- reason?: `0x${string}` | undefined;
1222
- } | Promise<{
1223
- sender: `0x${string}`;
1224
- userOpHash: `0x${string}`;
1225
- nonce: bigint;
1226
- success: boolean;
1227
- actualGasCost: bigint;
1228
- actualGasUsed: bigint;
1229
- entryPoint: `0x${string}`;
1230
- logs: {
1231
- address: `0x${string}`;
1232
- data: `0x${string}`;
1233
- logIndex: bigint;
1234
- transactionIndex: bigint;
1235
- transactionHash: `0x${string}`;
1236
- blockHash: `0x${string}`;
1237
- blockNumber: bigint;
1238
- topics: `0x${string}`[];
1239
- }[];
1240
- receipt: {
1241
- to: `0x${string}` | null;
1242
- gasUsed: bigint;
1243
- status: bigint | null;
1244
- contractAddress: `0x${string}` | null;
1245
- transactionIndex: bigint;
1246
- transactionHash: `0x${string}`;
1247
- blockHash: `0x${string}`;
1248
- blockNumber: bigint;
1249
- from: `0x${string}`;
1250
- cumulativeGasUsed: bigint;
1251
- logs: {
1252
- address: `0x${string}`;
1253
- data: `0x${string}`;
1254
- logIndex: bigint;
1255
- transactionIndex: bigint;
1256
- transactionHash: `0x${string}`;
1257
- blockHash: `0x${string}`;
1258
- blockNumber: bigint;
1259
- topics: `0x${string}`[];
1260
- }[];
1261
- logsBloom: string;
1262
- effectiveGasPrice?: bigint | null | undefined;
1263
- };
1264
- paymaster?: `0x${string}` | undefined;
1265
- reason?: `0x${string}` | undefined;
1266
- } | null> | null;
1267
- };
1268
- //# sourceMappingURL=pimlico_sendUserOperationNow.d.ts.map