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