@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
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const pimlicoSimulateAssetChangeHandler: {
|
|
2
2
|
schema: import("zod").ZodObject<{
|
|
3
|
-
method: import("zod").ZodLiteral<"
|
|
3
|
+
method: import("zod").ZodLiteral<"pimlico_simulateAssetChange">;
|
|
4
4
|
params: import("zod").ZodUnion<[import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
|
|
5
5
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
6
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
7
|
initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
8
8
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
9
|
-
callGasLimit: import("zod").
|
|
10
|
-
verificationGasLimit: import("zod").
|
|
11
|
-
preVerificationGas: import("zod").
|
|
12
|
-
maxPriorityFeePerGas: import("zod").
|
|
13
|
-
maxFeePerGas: import("zod").
|
|
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
14
|
paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
15
15
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
16
16
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
@@ -97,12 +97,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
97
97
|
initCode: string;
|
|
98
98
|
paymasterAndData: string;
|
|
99
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;
|
|
100
105
|
signature: string;
|
|
101
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
102
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
103
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
104
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
105
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
106
106
|
eip7702Auth?: {
|
|
107
107
|
nonce: string | number | bigint;
|
|
108
108
|
contractAddress: string;
|
|
@@ -155,12 +155,12 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
155
155
|
initCode: string;
|
|
156
156
|
paymasterAndData: string;
|
|
157
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;
|
|
158
163
|
signature: string;
|
|
159
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
160
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
161
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
162
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
163
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
164
164
|
eip7702Auth?: {
|
|
165
165
|
nonce: string | number | bigint;
|
|
166
166
|
contractAddress: string;
|
|
@@ -184,11 +184,11 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
184
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
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
186
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
187
|
-
callGasLimit: import("zod").
|
|
188
|
-
verificationGasLimit: import("zod").
|
|
189
|
-
preVerificationGas: import("zod").
|
|
190
|
-
maxFeePerGas: import("zod").
|
|
191
|
-
maxPriorityFeePerGas: import("zod").
|
|
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
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
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
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>;
|
|
@@ -280,14 +280,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
280
280
|
sender: string;
|
|
281
281
|
nonce: string | number | bigint;
|
|
282
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;
|
|
283
288
|
signature: string;
|
|
284
289
|
factory?: string | null | undefined;
|
|
285
290
|
factoryData?: string | null | undefined;
|
|
286
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
287
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
288
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
289
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
290
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
291
291
|
paymaster?: string | null | undefined;
|
|
292
292
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
293
293
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -346,14 +346,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
346
346
|
sender: string;
|
|
347
347
|
nonce: string | number | bigint;
|
|
348
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;
|
|
349
354
|
signature: string;
|
|
350
355
|
factory?: string | null | undefined;
|
|
351
356
|
factoryData?: string | null | undefined;
|
|
352
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
353
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
354
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
355
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
356
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
357
357
|
paymaster?: string | null | undefined;
|
|
358
358
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
359
359
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -381,11 +381,11 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
381
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
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
383
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
384
|
-
callGasLimit: import("zod").
|
|
385
|
-
verificationGasLimit: import("zod").
|
|
386
|
-
preVerificationGas: import("zod").
|
|
387
|
-
maxFeePerGas: import("zod").
|
|
388
|
-
maxPriorityFeePerGas: import("zod").
|
|
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
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
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
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>;
|
|
@@ -477,14 +477,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
477
477
|
sender: string;
|
|
478
478
|
nonce: string | number | bigint;
|
|
479
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;
|
|
480
485
|
signature: string;
|
|
481
486
|
factory?: string | null | undefined;
|
|
482
487
|
factoryData?: string | null | undefined;
|
|
483
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
484
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
485
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
486
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
487
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
488
488
|
paymaster?: string | null | undefined;
|
|
489
489
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
490
490
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -543,14 +543,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
543
543
|
sender: string;
|
|
544
544
|
nonce: string | number | bigint;
|
|
545
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;
|
|
546
551
|
signature: string;
|
|
547
552
|
factory?: string | null | undefined;
|
|
548
553
|
factoryData?: string | null | undefined;
|
|
549
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
550
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
551
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
552
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
553
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
554
554
|
paymaster?: string | null | undefined;
|
|
555
555
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
556
556
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -572,17 +572,22 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
572
572
|
yParity: string | number | bigint;
|
|
573
573
|
v?: string | number | bigint | undefined;
|
|
574
574
|
} | null | undefined;
|
|
575
|
-
}
|
|
575
|
+
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
576
576
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
577
577
|
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>;
|
|
578
|
-
|
|
578
|
+
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>;
|
|
579
|
+
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>;
|
|
579
580
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
580
|
-
callGasLimit: import("zod").
|
|
581
|
-
verificationGasLimit: import("zod").
|
|
582
|
-
preVerificationGas: import("zod").
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
581
|
+
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>;
|
|
582
|
+
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>;
|
|
583
|
+
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>;
|
|
584
|
+
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>;
|
|
585
|
+
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>;
|
|
586
|
+
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>;
|
|
587
|
+
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>;
|
|
588
|
+
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>;
|
|
589
|
+
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>;
|
|
590
|
+
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>;
|
|
586
591
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
587
592
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
588
593
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -635,9 +640,9 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
635
640
|
}>]>>>;
|
|
636
641
|
}, "strict", import("zod").ZodTypeAny, {
|
|
637
642
|
sender: `0x${string}`;
|
|
643
|
+
factory: `0x${string}` | null;
|
|
644
|
+
paymaster: `0x${string}` | null;
|
|
638
645
|
nonce: bigint;
|
|
639
|
-
initCode: `0x${string}`;
|
|
640
|
-
paymasterAndData: `0x${string}`;
|
|
641
646
|
callData: `0x${string}`;
|
|
642
647
|
callGasLimit: bigint;
|
|
643
648
|
verificationGasLimit: bigint;
|
|
@@ -645,6 +650,11 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
645
650
|
maxFeePerGas: bigint;
|
|
646
651
|
maxPriorityFeePerGas: bigint;
|
|
647
652
|
signature: `0x${string}`;
|
|
653
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
654
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
655
|
+
factoryData: `0x${string}` | null;
|
|
656
|
+
paymasterData: `0x${string}` | null;
|
|
657
|
+
paymasterSignature: `0x${string}` | null;
|
|
648
658
|
eip7702Auth?: {
|
|
649
659
|
nonce: number;
|
|
650
660
|
contractAddress: `0x${string}`;
|
|
@@ -665,15 +675,20 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
665
675
|
}, {
|
|
666
676
|
sender: string;
|
|
667
677
|
nonce: string | number | bigint;
|
|
668
|
-
initCode: string;
|
|
669
|
-
paymasterAndData: string;
|
|
670
678
|
callData: string;
|
|
679
|
+
callGasLimit: string | number | bigint;
|
|
680
|
+
verificationGasLimit: string | number | bigint;
|
|
681
|
+
preVerificationGas: string | number | bigint;
|
|
682
|
+
maxFeePerGas: string | number | bigint;
|
|
683
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
671
684
|
signature: string;
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
685
|
+
factory?: string | null | undefined;
|
|
686
|
+
factoryData?: string | null | undefined;
|
|
687
|
+
paymaster?: string | null | undefined;
|
|
688
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
689
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
690
|
+
paymasterData?: string | null | undefined;
|
|
691
|
+
paymasterSignature?: string | null | undefined;
|
|
677
692
|
eip7702Auth?: {
|
|
678
693
|
nonce: string | number | bigint;
|
|
679
694
|
contractAddress: string;
|
|
@@ -693,9 +708,9 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
693
708
|
} | null | undefined;
|
|
694
709
|
}>, {
|
|
695
710
|
sender: `0x${string}`;
|
|
711
|
+
factory: `0x${string}` | null;
|
|
712
|
+
paymaster: `0x${string}` | null;
|
|
696
713
|
nonce: bigint;
|
|
697
|
-
initCode: `0x${string}`;
|
|
698
|
-
paymasterAndData: `0x${string}`;
|
|
699
714
|
callData: `0x${string}`;
|
|
700
715
|
callGasLimit: bigint;
|
|
701
716
|
verificationGasLimit: bigint;
|
|
@@ -703,6 +718,11 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
703
718
|
maxFeePerGas: bigint;
|
|
704
719
|
maxPriorityFeePerGas: bigint;
|
|
705
720
|
signature: `0x${string}`;
|
|
721
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
722
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
723
|
+
factoryData: `0x${string}` | null;
|
|
724
|
+
paymasterData: `0x${string}` | null;
|
|
725
|
+
paymasterSignature: `0x${string}` | null;
|
|
706
726
|
eip7702Auth?: {
|
|
707
727
|
nonce: number;
|
|
708
728
|
contractAddress: `0x${string}`;
|
|
@@ -723,15 +743,20 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
723
743
|
}, {
|
|
724
744
|
sender: string;
|
|
725
745
|
nonce: string | number | bigint;
|
|
726
|
-
initCode: string;
|
|
727
|
-
paymasterAndData: string;
|
|
728
746
|
callData: string;
|
|
747
|
+
callGasLimit: string | number | bigint;
|
|
748
|
+
verificationGasLimit: string | number | bigint;
|
|
749
|
+
preVerificationGas: string | number | bigint;
|
|
750
|
+
maxFeePerGas: string | number | bigint;
|
|
751
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
729
752
|
signature: string;
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
753
|
+
factory?: string | null | undefined;
|
|
754
|
+
factoryData?: string | null | undefined;
|
|
755
|
+
paymaster?: string | null | undefined;
|
|
756
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
757
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
758
|
+
paymasterData?: string | null | undefined;
|
|
759
|
+
paymasterSignature?: string | null | undefined;
|
|
735
760
|
eip7702Auth?: {
|
|
736
761
|
nonce: string | number | bigint;
|
|
737
762
|
contractAddress: string;
|
|
@@ -749,21 +774,26 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
749
774
|
yParity: string | number | bigint;
|
|
750
775
|
v?: string | number | bigint | undefined;
|
|
751
776
|
} | null | undefined;
|
|
752
|
-
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
777
|
+
}>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
|
|
778
|
+
addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
779
|
+
tokens: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
780
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
781
|
+
addresses: `0x${string}`[];
|
|
782
|
+
tokens: `0x${string}`[];
|
|
783
|
+
}, {
|
|
784
|
+
addresses: string[];
|
|
785
|
+
tokens: string[];
|
|
786
|
+
}>], null>, import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
|
|
753
787
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
754
788
|
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>;
|
|
755
|
-
|
|
756
|
-
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>;
|
|
789
|
+
initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
757
790
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
758
|
-
callGasLimit: import("zod").
|
|
759
|
-
verificationGasLimit: import("zod").
|
|
760
|
-
preVerificationGas: import("zod").
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
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>;
|
|
765
|
-
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>;
|
|
766
|
-
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>;
|
|
791
|
+
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>;
|
|
792
|
+
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>;
|
|
793
|
+
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>;
|
|
794
|
+
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>;
|
|
795
|
+
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>;
|
|
796
|
+
paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
767
797
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
768
798
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
769
799
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -816,9 +846,9 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
816
846
|
}>]>>>;
|
|
817
847
|
}, "strict", import("zod").ZodTypeAny, {
|
|
818
848
|
sender: `0x${string}`;
|
|
819
|
-
factory: `0x${string}` | null;
|
|
820
|
-
paymaster: `0x${string}` | null;
|
|
821
849
|
nonce: bigint;
|
|
850
|
+
initCode: `0x${string}`;
|
|
851
|
+
paymasterAndData: `0x${string}`;
|
|
822
852
|
callData: `0x${string}`;
|
|
823
853
|
callGasLimit: bigint;
|
|
824
854
|
verificationGasLimit: bigint;
|
|
@@ -826,10 +856,6 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
826
856
|
maxFeePerGas: bigint;
|
|
827
857
|
maxPriorityFeePerGas: bigint;
|
|
828
858
|
signature: `0x${string}`;
|
|
829
|
-
paymasterVerificationGasLimit: bigint | null;
|
|
830
|
-
paymasterPostOpGasLimit: bigint | null;
|
|
831
|
-
factoryData: `0x${string}` | null;
|
|
832
|
-
paymasterData: `0x${string}` | null;
|
|
833
859
|
eip7702Auth?: {
|
|
834
860
|
nonce: number;
|
|
835
861
|
contractAddress: `0x${string}`;
|
|
@@ -850,19 +876,15 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
850
876
|
}, {
|
|
851
877
|
sender: string;
|
|
852
878
|
nonce: string | number | bigint;
|
|
879
|
+
initCode: string;
|
|
880
|
+
paymasterAndData: string;
|
|
853
881
|
callData: string;
|
|
882
|
+
callGasLimit: string | number | bigint;
|
|
883
|
+
verificationGasLimit: string | number | bigint;
|
|
884
|
+
preVerificationGas: string | number | bigint;
|
|
885
|
+
maxFeePerGas: string | number | bigint;
|
|
886
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
854
887
|
signature: string;
|
|
855
|
-
factory?: string | null | undefined;
|
|
856
|
-
factoryData?: string | null | undefined;
|
|
857
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
858
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
859
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
860
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
861
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
862
|
-
paymaster?: string | null | undefined;
|
|
863
|
-
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
864
|
-
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
865
|
-
paymasterData?: string | null | undefined;
|
|
866
888
|
eip7702Auth?: {
|
|
867
889
|
nonce: string | number | bigint;
|
|
868
890
|
contractAddress: string;
|
|
@@ -882,9 +904,9 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
882
904
|
} | null | undefined;
|
|
883
905
|
}>, {
|
|
884
906
|
sender: `0x${string}`;
|
|
885
|
-
factory: `0x${string}` | null;
|
|
886
|
-
paymaster: `0x${string}` | null;
|
|
887
907
|
nonce: bigint;
|
|
908
|
+
initCode: `0x${string}`;
|
|
909
|
+
paymasterAndData: `0x${string}`;
|
|
888
910
|
callData: `0x${string}`;
|
|
889
911
|
callGasLimit: bigint;
|
|
890
912
|
verificationGasLimit: bigint;
|
|
@@ -892,10 +914,6 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
892
914
|
maxFeePerGas: bigint;
|
|
893
915
|
maxPriorityFeePerGas: bigint;
|
|
894
916
|
signature: `0x${string}`;
|
|
895
|
-
paymasterVerificationGasLimit: bigint | null;
|
|
896
|
-
paymasterPostOpGasLimit: bigint | null;
|
|
897
|
-
factoryData: `0x${string}` | null;
|
|
898
|
-
paymasterData: `0x${string}` | null;
|
|
899
917
|
eip7702Auth?: {
|
|
900
918
|
nonce: number;
|
|
901
919
|
contractAddress: `0x${string}`;
|
|
@@ -916,19 +934,15 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
916
934
|
}, {
|
|
917
935
|
sender: string;
|
|
918
936
|
nonce: string | number | bigint;
|
|
937
|
+
initCode: string;
|
|
938
|
+
paymasterAndData: string;
|
|
919
939
|
callData: string;
|
|
940
|
+
callGasLimit: string | number | bigint;
|
|
941
|
+
verificationGasLimit: string | number | bigint;
|
|
942
|
+
preVerificationGas: string | number | bigint;
|
|
943
|
+
maxFeePerGas: string | number | bigint;
|
|
944
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
920
945
|
signature: string;
|
|
921
|
-
factory?: string | null | undefined;
|
|
922
|
-
factoryData?: string | null | undefined;
|
|
923
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
924
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
925
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
926
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
927
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
928
|
-
paymaster?: string | null | undefined;
|
|
929
|
-
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
930
|
-
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
931
|
-
paymasterData?: string | null | undefined;
|
|
932
946
|
eip7702Auth?: {
|
|
933
947
|
nonce: string | number | bigint;
|
|
934
948
|
contractAddress: string;
|
|
@@ -949,14 +963,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
949
963
|
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
950
964
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
951
965
|
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>;
|
|
952
|
-
factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").
|
|
966
|
+
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>;
|
|
953
967
|
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>;
|
|
954
968
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
955
|
-
callGasLimit: import("zod").
|
|
956
|
-
verificationGasLimit: import("zod").
|
|
957
|
-
preVerificationGas: import("zod").
|
|
958
|
-
maxFeePerGas: import("zod").
|
|
959
|
-
maxPriorityFeePerGas: import("zod").
|
|
969
|
+
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>;
|
|
970
|
+
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>;
|
|
971
|
+
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>;
|
|
972
|
+
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>;
|
|
973
|
+
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>;
|
|
960
974
|
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>;
|
|
961
975
|
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>;
|
|
962
976
|
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>;
|
|
@@ -1048,14 +1062,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1048
1062
|
sender: string;
|
|
1049
1063
|
nonce: string | number | bigint;
|
|
1050
1064
|
callData: string;
|
|
1065
|
+
callGasLimit: string | number | bigint;
|
|
1066
|
+
verificationGasLimit: string | number | bigint;
|
|
1067
|
+
preVerificationGas: string | number | bigint;
|
|
1068
|
+
maxFeePerGas: string | number | bigint;
|
|
1069
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1051
1070
|
signature: string;
|
|
1052
1071
|
factory?: string | null | undefined;
|
|
1053
1072
|
factoryData?: string | null | undefined;
|
|
1054
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
1055
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
1056
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
1057
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
1058
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1059
1073
|
paymaster?: string | null | undefined;
|
|
1060
1074
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1061
1075
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -1114,14 +1128,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1114
1128
|
sender: string;
|
|
1115
1129
|
nonce: string | number | bigint;
|
|
1116
1130
|
callData: string;
|
|
1131
|
+
callGasLimit: string | number | bigint;
|
|
1132
|
+
verificationGasLimit: string | number | bigint;
|
|
1133
|
+
preVerificationGas: string | number | bigint;
|
|
1134
|
+
maxFeePerGas: string | number | bigint;
|
|
1135
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1117
1136
|
signature: string;
|
|
1118
1137
|
factory?: string | null | undefined;
|
|
1119
1138
|
factoryData?: string | null | undefined;
|
|
1120
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
1121
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
1122
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
1123
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
1124
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1125
1139
|
paymaster?: string | null | undefined;
|
|
1126
1140
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1127
1141
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -1143,96 +1157,31 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1143
1157
|
yParity: string | number | bigint;
|
|
1144
1158
|
v?: string | number | bigint | undefined;
|
|
1145
1159
|
} | null | undefined;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
nonce: import("zod").
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1153
|
-
balance?: bigint | undefined;
|
|
1154
|
-
nonce?: bigint | undefined;
|
|
1155
|
-
code?: `0x${string}` | undefined;
|
|
1156
|
-
state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
|
|
1157
|
-
stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
|
|
1158
|
-
}, {
|
|
1159
|
-
balance?: string | number | bigint | undefined;
|
|
1160
|
-
nonce?: string | number | bigint | undefined;
|
|
1161
|
-
code?: string | undefined;
|
|
1162
|
-
state?: Record<string, string> | undefined;
|
|
1163
|
-
stateDiff?: Record<string, string> | undefined;
|
|
1164
|
-
}>>], null>]>;
|
|
1165
|
-
result: import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1160
|
+
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
1161
|
+
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1162
|
+
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>;
|
|
1163
|
+
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>;
|
|
1164
|
+
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>;
|
|
1165
|
+
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1166
1166
|
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>;
|
|
1167
|
-
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>;
|
|
1168
1167
|
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>;
|
|
1169
|
-
verificationGas: 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>>;
|
|
1170
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1171
|
-
callGasLimit: bigint;
|
|
1172
|
-
verificationGasLimit: bigint;
|
|
1173
|
-
preVerificationGas: bigint;
|
|
1174
|
-
verificationGas?: bigint | undefined;
|
|
1175
|
-
}, {
|
|
1176
|
-
callGasLimit: string | number | bigint;
|
|
1177
|
-
verificationGasLimit: string | number | bigint;
|
|
1178
|
-
preVerificationGas: string | number | bigint;
|
|
1179
|
-
verificationGas?: string | number | bigint | undefined;
|
|
1180
|
-
}>, import("zod").ZodObject<{
|
|
1181
|
-
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>;
|
|
1182
1168
|
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>;
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1200
|
-
result: ({
|
|
1201
|
-
callGasLimit: bigint;
|
|
1202
|
-
verificationGasLimit: bigint;
|
|
1203
|
-
preVerificationGas: bigint;
|
|
1204
|
-
verificationGas?: bigint | undefined;
|
|
1205
|
-
} | {
|
|
1206
|
-
callGasLimit: bigint;
|
|
1207
|
-
verificationGasLimit: bigint;
|
|
1208
|
-
preVerificationGas: bigint;
|
|
1209
|
-
paymasterVerificationGasLimit?: bigint | undefined;
|
|
1210
|
-
paymasterPostOpGasLimit?: bigint | undefined;
|
|
1211
|
-
}) & ({
|
|
1212
|
-
callGasLimit: bigint;
|
|
1213
|
-
verificationGasLimit: bigint;
|
|
1214
|
-
preVerificationGas: bigint;
|
|
1215
|
-
verificationGas?: bigint | undefined;
|
|
1216
|
-
} | {
|
|
1217
|
-
callGasLimit: bigint;
|
|
1218
|
-
verificationGasLimit: bigint;
|
|
1219
|
-
preVerificationGas: bigint;
|
|
1220
|
-
paymasterVerificationGasLimit?: bigint | undefined;
|
|
1221
|
-
paymasterPostOpGasLimit?: bigint | undefined;
|
|
1222
|
-
} | undefined);
|
|
1223
|
-
params: [{
|
|
1224
|
-
sender: `0x${string}`;
|
|
1225
|
-
nonce: bigint;
|
|
1226
|
-
initCode: `0x${string}`;
|
|
1227
|
-
paymasterAndData: `0x${string}`;
|
|
1228
|
-
callData: `0x${string}`;
|
|
1229
|
-
callGasLimit: bigint;
|
|
1230
|
-
verificationGasLimit: bigint;
|
|
1231
|
-
preVerificationGas: bigint;
|
|
1232
|
-
maxFeePerGas: bigint;
|
|
1233
|
-
maxPriorityFeePerGas: bigint;
|
|
1234
|
-
signature: `0x${string}`;
|
|
1235
|
-
eip7702Auth?: {
|
|
1169
|
+
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>;
|
|
1170
|
+
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>;
|
|
1171
|
+
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>;
|
|
1172
|
+
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>;
|
|
1173
|
+
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>;
|
|
1174
|
+
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>;
|
|
1175
|
+
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1176
|
+
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1177
|
+
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1178
|
+
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>;
|
|
1179
|
+
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>;
|
|
1180
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1181
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1182
|
+
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>>;
|
|
1183
|
+
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>;
|
|
1184
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1236
1185
|
nonce: number;
|
|
1237
1186
|
contractAddress: `0x${string}`;
|
|
1238
1187
|
chainId: number;
|
|
@@ -1240,7 +1189,23 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1240
1189
|
s: `0x${string}`;
|
|
1241
1190
|
yParity: number;
|
|
1242
1191
|
v?: bigint | undefined;
|
|
1243
|
-
}
|
|
1192
|
+
}, {
|
|
1193
|
+
nonce: string | number | bigint;
|
|
1194
|
+
contractAddress: string;
|
|
1195
|
+
chainId: string | number | bigint;
|
|
1196
|
+
r: string;
|
|
1197
|
+
s: string;
|
|
1198
|
+
yParity: string | number | bigint;
|
|
1199
|
+
v?: string | number | bigint | undefined;
|
|
1200
|
+
}>, import("zod").ZodObject<{
|
|
1201
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1202
|
+
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>;
|
|
1203
|
+
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>;
|
|
1204
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1205
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1206
|
+
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>>;
|
|
1207
|
+
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>;
|
|
1208
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1244
1209
|
address: `0x${string}`;
|
|
1245
1210
|
nonce: number;
|
|
1246
1211
|
chainId: number;
|
|
@@ -1248,8 +1213,16 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1248
1213
|
s: `0x${string}`;
|
|
1249
1214
|
yParity: number;
|
|
1250
1215
|
v?: bigint | undefined;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1216
|
+
}, {
|
|
1217
|
+
address: string;
|
|
1218
|
+
nonce: string | number | bigint;
|
|
1219
|
+
chainId: string | number | bigint;
|
|
1220
|
+
r: string;
|
|
1221
|
+
s: string;
|
|
1222
|
+
yParity: string | number | bigint;
|
|
1223
|
+
v?: string | number | bigint | undefined;
|
|
1224
|
+
}>]>>>;
|
|
1225
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1253
1226
|
sender: `0x${string}`;
|
|
1254
1227
|
factory: `0x${string}` | null;
|
|
1255
1228
|
paymaster: `0x${string}` | null;
|
|
@@ -1282,7 +1255,454 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1282
1255
|
yParity: number;
|
|
1283
1256
|
v?: bigint | undefined;
|
|
1284
1257
|
} | null | undefined;
|
|
1285
|
-
}
|
|
1258
|
+
}, {
|
|
1259
|
+
sender: string;
|
|
1260
|
+
nonce: string | number | bigint;
|
|
1261
|
+
callData: string;
|
|
1262
|
+
callGasLimit: string | number | bigint;
|
|
1263
|
+
verificationGasLimit: string | number | bigint;
|
|
1264
|
+
preVerificationGas: string | number | bigint;
|
|
1265
|
+
maxFeePerGas: string | number | bigint;
|
|
1266
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1267
|
+
signature: string;
|
|
1268
|
+
factory?: string | null | undefined;
|
|
1269
|
+
factoryData?: string | null | undefined;
|
|
1270
|
+
paymaster?: string | null | undefined;
|
|
1271
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1272
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1273
|
+
paymasterData?: string | null | undefined;
|
|
1274
|
+
eip7702Auth?: {
|
|
1275
|
+
nonce: string | number | bigint;
|
|
1276
|
+
contractAddress: string;
|
|
1277
|
+
chainId: string | number | bigint;
|
|
1278
|
+
r: string;
|
|
1279
|
+
s: string;
|
|
1280
|
+
yParity: string | number | bigint;
|
|
1281
|
+
v?: string | number | bigint | undefined;
|
|
1282
|
+
} | {
|
|
1283
|
+
address: string;
|
|
1284
|
+
nonce: string | number | bigint;
|
|
1285
|
+
chainId: string | number | bigint;
|
|
1286
|
+
r: string;
|
|
1287
|
+
s: string;
|
|
1288
|
+
yParity: string | number | bigint;
|
|
1289
|
+
v?: string | number | bigint | undefined;
|
|
1290
|
+
} | null | undefined;
|
|
1291
|
+
}>, {
|
|
1292
|
+
sender: `0x${string}`;
|
|
1293
|
+
factory: `0x${string}` | null;
|
|
1294
|
+
paymaster: `0x${string}` | null;
|
|
1295
|
+
nonce: bigint;
|
|
1296
|
+
callData: `0x${string}`;
|
|
1297
|
+
callGasLimit: bigint;
|
|
1298
|
+
verificationGasLimit: bigint;
|
|
1299
|
+
preVerificationGas: bigint;
|
|
1300
|
+
maxFeePerGas: bigint;
|
|
1301
|
+
maxPriorityFeePerGas: bigint;
|
|
1302
|
+
signature: `0x${string}`;
|
|
1303
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1304
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1305
|
+
factoryData: `0x${string}` | null;
|
|
1306
|
+
paymasterData: `0x${string}` | null;
|
|
1307
|
+
eip7702Auth?: {
|
|
1308
|
+
nonce: number;
|
|
1309
|
+
contractAddress: `0x${string}`;
|
|
1310
|
+
chainId: number;
|
|
1311
|
+
r: `0x${string}`;
|
|
1312
|
+
s: `0x${string}`;
|
|
1313
|
+
yParity: number;
|
|
1314
|
+
v?: bigint | undefined;
|
|
1315
|
+
} | {
|
|
1316
|
+
address: `0x${string}`;
|
|
1317
|
+
nonce: number;
|
|
1318
|
+
chainId: number;
|
|
1319
|
+
r: `0x${string}`;
|
|
1320
|
+
s: `0x${string}`;
|
|
1321
|
+
yParity: number;
|
|
1322
|
+
v?: bigint | undefined;
|
|
1323
|
+
} | null | undefined;
|
|
1324
|
+
}, {
|
|
1325
|
+
sender: string;
|
|
1326
|
+
nonce: string | number | bigint;
|
|
1327
|
+
callData: string;
|
|
1328
|
+
callGasLimit: string | number | bigint;
|
|
1329
|
+
verificationGasLimit: string | number | bigint;
|
|
1330
|
+
preVerificationGas: string | number | bigint;
|
|
1331
|
+
maxFeePerGas: string | number | bigint;
|
|
1332
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1333
|
+
signature: string;
|
|
1334
|
+
factory?: string | null | undefined;
|
|
1335
|
+
factoryData?: string | null | undefined;
|
|
1336
|
+
paymaster?: string | null | undefined;
|
|
1337
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1338
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1339
|
+
paymasterData?: string | null | undefined;
|
|
1340
|
+
eip7702Auth?: {
|
|
1341
|
+
nonce: string | number | bigint;
|
|
1342
|
+
contractAddress: string;
|
|
1343
|
+
chainId: string | number | bigint;
|
|
1344
|
+
r: string;
|
|
1345
|
+
s: string;
|
|
1346
|
+
yParity: string | number | bigint;
|
|
1347
|
+
v?: string | number | bigint | undefined;
|
|
1348
|
+
} | {
|
|
1349
|
+
address: string;
|
|
1350
|
+
nonce: string | number | bigint;
|
|
1351
|
+
chainId: string | number | bigint;
|
|
1352
|
+
r: string;
|
|
1353
|
+
s: string;
|
|
1354
|
+
yParity: string | number | bigint;
|
|
1355
|
+
v?: string | number | bigint | undefined;
|
|
1356
|
+
} | null | undefined;
|
|
1357
|
+
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
1358
|
+
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1359
|
+
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>;
|
|
1360
|
+
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>;
|
|
1361
|
+
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>;
|
|
1362
|
+
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1363
|
+
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>;
|
|
1364
|
+
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>;
|
|
1365
|
+
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>;
|
|
1366
|
+
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>;
|
|
1367
|
+
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>;
|
|
1368
|
+
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>;
|
|
1369
|
+
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>;
|
|
1370
|
+
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>;
|
|
1371
|
+
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>;
|
|
1372
|
+
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>;
|
|
1373
|
+
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1374
|
+
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1375
|
+
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1376
|
+
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>;
|
|
1377
|
+
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>;
|
|
1378
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1379
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1380
|
+
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>>;
|
|
1381
|
+
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>;
|
|
1382
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1383
|
+
nonce: number;
|
|
1384
|
+
contractAddress: `0x${string}`;
|
|
1385
|
+
chainId: number;
|
|
1386
|
+
r: `0x${string}`;
|
|
1387
|
+
s: `0x${string}`;
|
|
1388
|
+
yParity: number;
|
|
1389
|
+
v?: bigint | undefined;
|
|
1390
|
+
}, {
|
|
1391
|
+
nonce: string | number | bigint;
|
|
1392
|
+
contractAddress: string;
|
|
1393
|
+
chainId: string | number | bigint;
|
|
1394
|
+
r: string;
|
|
1395
|
+
s: string;
|
|
1396
|
+
yParity: string | number | bigint;
|
|
1397
|
+
v?: string | number | bigint | undefined;
|
|
1398
|
+
}>, import("zod").ZodObject<{
|
|
1399
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1400
|
+
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>;
|
|
1401
|
+
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>;
|
|
1402
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1403
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
1404
|
+
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>>;
|
|
1405
|
+
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>;
|
|
1406
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1407
|
+
address: `0x${string}`;
|
|
1408
|
+
nonce: number;
|
|
1409
|
+
chainId: number;
|
|
1410
|
+
r: `0x${string}`;
|
|
1411
|
+
s: `0x${string}`;
|
|
1412
|
+
yParity: number;
|
|
1413
|
+
v?: bigint | undefined;
|
|
1414
|
+
}, {
|
|
1415
|
+
address: string;
|
|
1416
|
+
nonce: string | number | bigint;
|
|
1417
|
+
chainId: string | number | bigint;
|
|
1418
|
+
r: string;
|
|
1419
|
+
s: string;
|
|
1420
|
+
yParity: string | number | bigint;
|
|
1421
|
+
v?: string | number | bigint | undefined;
|
|
1422
|
+
}>]>>>;
|
|
1423
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
1424
|
+
sender: `0x${string}`;
|
|
1425
|
+
factory: `0x${string}` | null;
|
|
1426
|
+
paymaster: `0x${string}` | null;
|
|
1427
|
+
nonce: bigint;
|
|
1428
|
+
callData: `0x${string}`;
|
|
1429
|
+
callGasLimit: bigint;
|
|
1430
|
+
verificationGasLimit: bigint;
|
|
1431
|
+
preVerificationGas: bigint;
|
|
1432
|
+
maxFeePerGas: bigint;
|
|
1433
|
+
maxPriorityFeePerGas: bigint;
|
|
1434
|
+
signature: `0x${string}`;
|
|
1435
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1436
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1437
|
+
factoryData: `0x${string}` | null;
|
|
1438
|
+
paymasterData: `0x${string}` | null;
|
|
1439
|
+
paymasterSignature: `0x${string}` | null;
|
|
1440
|
+
eip7702Auth?: {
|
|
1441
|
+
nonce: number;
|
|
1442
|
+
contractAddress: `0x${string}`;
|
|
1443
|
+
chainId: number;
|
|
1444
|
+
r: `0x${string}`;
|
|
1445
|
+
s: `0x${string}`;
|
|
1446
|
+
yParity: number;
|
|
1447
|
+
v?: bigint | undefined;
|
|
1448
|
+
} | {
|
|
1449
|
+
address: `0x${string}`;
|
|
1450
|
+
nonce: number;
|
|
1451
|
+
chainId: number;
|
|
1452
|
+
r: `0x${string}`;
|
|
1453
|
+
s: `0x${string}`;
|
|
1454
|
+
yParity: number;
|
|
1455
|
+
v?: bigint | undefined;
|
|
1456
|
+
} | null | undefined;
|
|
1457
|
+
}, {
|
|
1458
|
+
sender: string;
|
|
1459
|
+
nonce: string | number | bigint;
|
|
1460
|
+
callData: string;
|
|
1461
|
+
callGasLimit: string | number | bigint;
|
|
1462
|
+
verificationGasLimit: string | number | bigint;
|
|
1463
|
+
preVerificationGas: string | number | bigint;
|
|
1464
|
+
maxFeePerGas: string | number | bigint;
|
|
1465
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1466
|
+
signature: string;
|
|
1467
|
+
factory?: string | null | undefined;
|
|
1468
|
+
factoryData?: string | null | undefined;
|
|
1469
|
+
paymaster?: string | null | undefined;
|
|
1470
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1471
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1472
|
+
paymasterData?: string | null | undefined;
|
|
1473
|
+
paymasterSignature?: string | null | undefined;
|
|
1474
|
+
eip7702Auth?: {
|
|
1475
|
+
nonce: string | number | bigint;
|
|
1476
|
+
contractAddress: string;
|
|
1477
|
+
chainId: string | number | bigint;
|
|
1478
|
+
r: string;
|
|
1479
|
+
s: string;
|
|
1480
|
+
yParity: string | number | bigint;
|
|
1481
|
+
v?: string | number | bigint | undefined;
|
|
1482
|
+
} | {
|
|
1483
|
+
address: string;
|
|
1484
|
+
nonce: string | number | bigint;
|
|
1485
|
+
chainId: string | number | bigint;
|
|
1486
|
+
r: string;
|
|
1487
|
+
s: string;
|
|
1488
|
+
yParity: string | number | bigint;
|
|
1489
|
+
v?: string | number | bigint | undefined;
|
|
1490
|
+
} | null | undefined;
|
|
1491
|
+
}>, {
|
|
1492
|
+
sender: `0x${string}`;
|
|
1493
|
+
factory: `0x${string}` | null;
|
|
1494
|
+
paymaster: `0x${string}` | null;
|
|
1495
|
+
nonce: bigint;
|
|
1496
|
+
callData: `0x${string}`;
|
|
1497
|
+
callGasLimit: bigint;
|
|
1498
|
+
verificationGasLimit: bigint;
|
|
1499
|
+
preVerificationGas: bigint;
|
|
1500
|
+
maxFeePerGas: bigint;
|
|
1501
|
+
maxPriorityFeePerGas: bigint;
|
|
1502
|
+
signature: `0x${string}`;
|
|
1503
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1504
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1505
|
+
factoryData: `0x${string}` | null;
|
|
1506
|
+
paymasterData: `0x${string}` | null;
|
|
1507
|
+
paymasterSignature: `0x${string}` | null;
|
|
1508
|
+
eip7702Auth?: {
|
|
1509
|
+
nonce: number;
|
|
1510
|
+
contractAddress: `0x${string}`;
|
|
1511
|
+
chainId: number;
|
|
1512
|
+
r: `0x${string}`;
|
|
1513
|
+
s: `0x${string}`;
|
|
1514
|
+
yParity: number;
|
|
1515
|
+
v?: bigint | undefined;
|
|
1516
|
+
} | {
|
|
1517
|
+
address: `0x${string}`;
|
|
1518
|
+
nonce: number;
|
|
1519
|
+
chainId: number;
|
|
1520
|
+
r: `0x${string}`;
|
|
1521
|
+
s: `0x${string}`;
|
|
1522
|
+
yParity: number;
|
|
1523
|
+
v?: bigint | undefined;
|
|
1524
|
+
} | null | undefined;
|
|
1525
|
+
}, {
|
|
1526
|
+
sender: string;
|
|
1527
|
+
nonce: string | number | bigint;
|
|
1528
|
+
callData: string;
|
|
1529
|
+
callGasLimit: string | number | bigint;
|
|
1530
|
+
verificationGasLimit: string | number | bigint;
|
|
1531
|
+
preVerificationGas: string | number | bigint;
|
|
1532
|
+
maxFeePerGas: string | number | bigint;
|
|
1533
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1534
|
+
signature: string;
|
|
1535
|
+
factory?: string | null | undefined;
|
|
1536
|
+
factoryData?: string | null | undefined;
|
|
1537
|
+
paymaster?: string | null | undefined;
|
|
1538
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1539
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1540
|
+
paymasterData?: string | null | undefined;
|
|
1541
|
+
paymasterSignature?: string | null | undefined;
|
|
1542
|
+
eip7702Auth?: {
|
|
1543
|
+
nonce: string | number | bigint;
|
|
1544
|
+
contractAddress: string;
|
|
1545
|
+
chainId: string | number | bigint;
|
|
1546
|
+
r: string;
|
|
1547
|
+
s: string;
|
|
1548
|
+
yParity: string | number | bigint;
|
|
1549
|
+
v?: string | number | bigint | undefined;
|
|
1550
|
+
} | {
|
|
1551
|
+
address: string;
|
|
1552
|
+
nonce: string | number | bigint;
|
|
1553
|
+
chainId: string | number | bigint;
|
|
1554
|
+
r: string;
|
|
1555
|
+
s: string;
|
|
1556
|
+
yParity: string | number | bigint;
|
|
1557
|
+
v?: string | number | bigint | undefined;
|
|
1558
|
+
} | null | undefined;
|
|
1559
|
+
}>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
|
|
1560
|
+
addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
1561
|
+
tokens: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
1562
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1563
|
+
addresses: `0x${string}`[];
|
|
1564
|
+
tokens: `0x${string}`[];
|
|
1565
|
+
}, {
|
|
1566
|
+
addresses: string[];
|
|
1567
|
+
tokens: string[];
|
|
1568
|
+
}>, import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
|
|
1569
|
+
balance: 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>>;
|
|
1570
|
+
nonce: 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>>;
|
|
1571
|
+
code: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
|
|
1572
|
+
state: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>;
|
|
1573
|
+
stateDiff: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>;
|
|
1574
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1575
|
+
balance?: bigint | undefined;
|
|
1576
|
+
nonce?: bigint | undefined;
|
|
1577
|
+
code?: `0x${string}` | undefined;
|
|
1578
|
+
state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
|
|
1579
|
+
stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
|
|
1580
|
+
}, {
|
|
1581
|
+
balance?: string | number | bigint | undefined;
|
|
1582
|
+
nonce?: string | number | bigint | undefined;
|
|
1583
|
+
code?: string | undefined;
|
|
1584
|
+
state?: Record<string, string> | undefined;
|
|
1585
|
+
stateDiff?: Record<string, string> | undefined;
|
|
1586
|
+
}>>], null>]>;
|
|
1587
|
+
result: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1588
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1589
|
+
token: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
1590
|
+
balanceBefore: 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>;
|
|
1591
|
+
balanceAfter: 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>;
|
|
1592
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1593
|
+
address: `0x${string}`;
|
|
1594
|
+
token: `0x${string}`;
|
|
1595
|
+
balanceBefore: bigint;
|
|
1596
|
+
balanceAfter: bigint;
|
|
1597
|
+
}, {
|
|
1598
|
+
address: string;
|
|
1599
|
+
token: string;
|
|
1600
|
+
balanceBefore: string | number | bigint;
|
|
1601
|
+
balanceAfter: string | number | bigint;
|
|
1602
|
+
}>, "many">;
|
|
1603
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1604
|
+
result: {
|
|
1605
|
+
address: `0x${string}`;
|
|
1606
|
+
token: `0x${string}`;
|
|
1607
|
+
balanceBefore: bigint;
|
|
1608
|
+
balanceAfter: bigint;
|
|
1609
|
+
}[];
|
|
1610
|
+
params: [{
|
|
1611
|
+
sender: `0x${string}`;
|
|
1612
|
+
nonce: bigint;
|
|
1613
|
+
initCode: `0x${string}`;
|
|
1614
|
+
paymasterAndData: `0x${string}`;
|
|
1615
|
+
callData: `0x${string}`;
|
|
1616
|
+
callGasLimit: bigint;
|
|
1617
|
+
verificationGasLimit: bigint;
|
|
1618
|
+
preVerificationGas: bigint;
|
|
1619
|
+
maxFeePerGas: bigint;
|
|
1620
|
+
maxPriorityFeePerGas: bigint;
|
|
1621
|
+
signature: `0x${string}`;
|
|
1622
|
+
eip7702Auth?: {
|
|
1623
|
+
nonce: number;
|
|
1624
|
+
contractAddress: `0x${string}`;
|
|
1625
|
+
chainId: number;
|
|
1626
|
+
r: `0x${string}`;
|
|
1627
|
+
s: `0x${string}`;
|
|
1628
|
+
yParity: number;
|
|
1629
|
+
v?: bigint | undefined;
|
|
1630
|
+
} | {
|
|
1631
|
+
address: `0x${string}`;
|
|
1632
|
+
nonce: number;
|
|
1633
|
+
chainId: number;
|
|
1634
|
+
r: `0x${string}`;
|
|
1635
|
+
s: `0x${string}`;
|
|
1636
|
+
yParity: number;
|
|
1637
|
+
v?: bigint | undefined;
|
|
1638
|
+
} | null | undefined;
|
|
1639
|
+
} | {
|
|
1640
|
+
sender: `0x${string}`;
|
|
1641
|
+
factory: `0x${string}` | null;
|
|
1642
|
+
paymaster: `0x${string}` | null;
|
|
1643
|
+
nonce: bigint;
|
|
1644
|
+
callData: `0x${string}`;
|
|
1645
|
+
callGasLimit: bigint;
|
|
1646
|
+
verificationGasLimit: bigint;
|
|
1647
|
+
preVerificationGas: bigint;
|
|
1648
|
+
maxFeePerGas: bigint;
|
|
1649
|
+
maxPriorityFeePerGas: bigint;
|
|
1650
|
+
signature: `0x${string}`;
|
|
1651
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1652
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1653
|
+
factoryData: `0x${string}` | null;
|
|
1654
|
+
paymasterData: `0x${string}` | null;
|
|
1655
|
+
eip7702Auth?: {
|
|
1656
|
+
nonce: number;
|
|
1657
|
+
contractAddress: `0x${string}`;
|
|
1658
|
+
chainId: number;
|
|
1659
|
+
r: `0x${string}`;
|
|
1660
|
+
s: `0x${string}`;
|
|
1661
|
+
yParity: number;
|
|
1662
|
+
v?: bigint | undefined;
|
|
1663
|
+
} | {
|
|
1664
|
+
address: `0x${string}`;
|
|
1665
|
+
nonce: number;
|
|
1666
|
+
chainId: number;
|
|
1667
|
+
r: `0x${string}`;
|
|
1668
|
+
s: `0x${string}`;
|
|
1669
|
+
yParity: number;
|
|
1670
|
+
v?: bigint | undefined;
|
|
1671
|
+
} | null | undefined;
|
|
1672
|
+
} | {
|
|
1673
|
+
sender: `0x${string}`;
|
|
1674
|
+
factory: `0x${string}` | null;
|
|
1675
|
+
paymaster: `0x${string}` | null;
|
|
1676
|
+
nonce: bigint;
|
|
1677
|
+
callData: `0x${string}`;
|
|
1678
|
+
callGasLimit: bigint;
|
|
1679
|
+
verificationGasLimit: bigint;
|
|
1680
|
+
preVerificationGas: bigint;
|
|
1681
|
+
maxFeePerGas: bigint;
|
|
1682
|
+
maxPriorityFeePerGas: bigint;
|
|
1683
|
+
signature: `0x${string}`;
|
|
1684
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1685
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1686
|
+
factoryData: `0x${string}` | null;
|
|
1687
|
+
paymasterData: `0x${string}` | null;
|
|
1688
|
+
eip7702Auth?: {
|
|
1689
|
+
nonce: number;
|
|
1690
|
+
contractAddress: `0x${string}`;
|
|
1691
|
+
chainId: number;
|
|
1692
|
+
r: `0x${string}`;
|
|
1693
|
+
s: `0x${string}`;
|
|
1694
|
+
yParity: number;
|
|
1695
|
+
v?: bigint | undefined;
|
|
1696
|
+
} | {
|
|
1697
|
+
address: `0x${string}`;
|
|
1698
|
+
nonce: number;
|
|
1699
|
+
chainId: number;
|
|
1700
|
+
r: `0x${string}`;
|
|
1701
|
+
s: `0x${string}`;
|
|
1702
|
+
yParity: number;
|
|
1703
|
+
v?: bigint | undefined;
|
|
1704
|
+
} | null | undefined;
|
|
1705
|
+
} | {
|
|
1286
1706
|
sender: `0x${string}`;
|
|
1287
1707
|
factory: `0x${string}` | null;
|
|
1288
1708
|
paymaster: `0x${string}` | null;
|
|
@@ -1298,6 +1718,7 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1298
1718
|
paymasterPostOpGasLimit: bigint | null;
|
|
1299
1719
|
factoryData: `0x${string}` | null;
|
|
1300
1720
|
paymasterData: `0x${string}` | null;
|
|
1721
|
+
paymasterSignature: `0x${string}` | null;
|
|
1301
1722
|
eip7702Auth?: {
|
|
1302
1723
|
nonce: number;
|
|
1303
1724
|
contractAddress: `0x${string}`;
|
|
@@ -1315,7 +1736,10 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1315
1736
|
yParity: number;
|
|
1316
1737
|
v?: bigint | undefined;
|
|
1317
1738
|
} | null | undefined;
|
|
1318
|
-
}, `0x${string}
|
|
1739
|
+
}, `0x${string}`, {
|
|
1740
|
+
addresses: `0x${string}`[];
|
|
1741
|
+
tokens: `0x${string}`[];
|
|
1742
|
+
}] | [{
|
|
1319
1743
|
sender: `0x${string}`;
|
|
1320
1744
|
nonce: bigint;
|
|
1321
1745
|
initCode: `0x${string}`;
|
|
@@ -1410,50 +1834,103 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1410
1834
|
yParity: number;
|
|
1411
1835
|
v?: bigint | undefined;
|
|
1412
1836
|
} | null | undefined;
|
|
1413
|
-
}
|
|
1837
|
+
} | {
|
|
1838
|
+
sender: `0x${string}`;
|
|
1839
|
+
factory: `0x${string}` | null;
|
|
1840
|
+
paymaster: `0x${string}` | null;
|
|
1841
|
+
nonce: bigint;
|
|
1842
|
+
callData: `0x${string}`;
|
|
1843
|
+
callGasLimit: bigint;
|
|
1844
|
+
verificationGasLimit: bigint;
|
|
1845
|
+
preVerificationGas: bigint;
|
|
1846
|
+
maxFeePerGas: bigint;
|
|
1847
|
+
maxPriorityFeePerGas: bigint;
|
|
1848
|
+
signature: `0x${string}`;
|
|
1849
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1850
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1851
|
+
factoryData: `0x${string}` | null;
|
|
1852
|
+
paymasterData: `0x${string}` | null;
|
|
1853
|
+
paymasterSignature: `0x${string}` | null;
|
|
1854
|
+
eip7702Auth?: {
|
|
1855
|
+
nonce: number;
|
|
1856
|
+
contractAddress: `0x${string}`;
|
|
1857
|
+
chainId: number;
|
|
1858
|
+
r: `0x${string}`;
|
|
1859
|
+
s: `0x${string}`;
|
|
1860
|
+
yParity: number;
|
|
1861
|
+
v?: bigint | undefined;
|
|
1862
|
+
} | {
|
|
1863
|
+
address: `0x${string}`;
|
|
1864
|
+
nonce: number;
|
|
1865
|
+
chainId: number;
|
|
1866
|
+
r: `0x${string}`;
|
|
1867
|
+
s: `0x${string}`;
|
|
1868
|
+
yParity: number;
|
|
1869
|
+
v?: bigint | undefined;
|
|
1870
|
+
} | null | undefined;
|
|
1871
|
+
}, `0x${string}`, {
|
|
1872
|
+
addresses: `0x${string}`[];
|
|
1873
|
+
tokens: `0x${string}`[];
|
|
1874
|
+
}, Partial<Record<`0x${string}`, {
|
|
1414
1875
|
balance?: bigint | undefined;
|
|
1415
1876
|
nonce?: bigint | undefined;
|
|
1416
1877
|
code?: `0x${string}` | undefined;
|
|
1417
1878
|
state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
|
|
1418
1879
|
stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
|
|
1419
1880
|
}>>];
|
|
1420
|
-
method: "
|
|
1881
|
+
method: "pimlico_simulateAssetChange";
|
|
1421
1882
|
}, {
|
|
1422
|
-
result:
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1883
|
+
result: {
|
|
1884
|
+
address: string;
|
|
1885
|
+
token: string;
|
|
1886
|
+
balanceBefore: string | number | bigint;
|
|
1887
|
+
balanceAfter: string | number | bigint;
|
|
1888
|
+
}[];
|
|
1889
|
+
params: [{
|
|
1890
|
+
sender: string;
|
|
1891
|
+
nonce: string | number | bigint;
|
|
1892
|
+
initCode: string;
|
|
1893
|
+
paymasterAndData: string;
|
|
1894
|
+
callData: string;
|
|
1434
1895
|
callGasLimit: string | number | bigint;
|
|
1435
1896
|
verificationGasLimit: string | number | bigint;
|
|
1436
1897
|
preVerificationGas: string | number | bigint;
|
|
1437
|
-
|
|
1898
|
+
maxFeePerGas: string | number | bigint;
|
|
1899
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1900
|
+
signature: string;
|
|
1901
|
+
eip7702Auth?: {
|
|
1902
|
+
nonce: string | number | bigint;
|
|
1903
|
+
contractAddress: string;
|
|
1904
|
+
chainId: string | number | bigint;
|
|
1905
|
+
r: string;
|
|
1906
|
+
s: string;
|
|
1907
|
+
yParity: string | number | bigint;
|
|
1908
|
+
v?: string | number | bigint | undefined;
|
|
1909
|
+
} | {
|
|
1910
|
+
address: string;
|
|
1911
|
+
nonce: string | number | bigint;
|
|
1912
|
+
chainId: string | number | bigint;
|
|
1913
|
+
r: string;
|
|
1914
|
+
s: string;
|
|
1915
|
+
yParity: string | number | bigint;
|
|
1916
|
+
v?: string | number | bigint | undefined;
|
|
1917
|
+
} | null | undefined;
|
|
1438
1918
|
} | {
|
|
1439
|
-
callGasLimit: string | number | bigint;
|
|
1440
|
-
verificationGasLimit: string | number | bigint;
|
|
1441
|
-
preVerificationGas: string | number | bigint;
|
|
1442
|
-
paymasterVerificationGasLimit?: string | number | bigint | undefined;
|
|
1443
|
-
paymasterPostOpGasLimit?: string | number | bigint | undefined;
|
|
1444
|
-
} | undefined);
|
|
1445
|
-
params: [{
|
|
1446
1919
|
sender: string;
|
|
1447
1920
|
nonce: string | number | bigint;
|
|
1448
|
-
initCode: string;
|
|
1449
|
-
paymasterAndData: string;
|
|
1450
1921
|
callData: string;
|
|
1922
|
+
callGasLimit: string | number | bigint;
|
|
1923
|
+
verificationGasLimit: string | number | bigint;
|
|
1924
|
+
preVerificationGas: string | number | bigint;
|
|
1925
|
+
maxFeePerGas: string | number | bigint;
|
|
1926
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1451
1927
|
signature: string;
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1928
|
+
factory?: string | null | undefined;
|
|
1929
|
+
factoryData?: string | null | undefined;
|
|
1930
|
+
paymaster?: string | null | undefined;
|
|
1931
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1932
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1933
|
+
paymasterData?: string | null | undefined;
|
|
1457
1934
|
eip7702Auth?: {
|
|
1458
1935
|
nonce: string | number | bigint;
|
|
1459
1936
|
contractAddress: string;
|
|
@@ -1475,14 +1952,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1475
1952
|
sender: string;
|
|
1476
1953
|
nonce: string | number | bigint;
|
|
1477
1954
|
callData: string;
|
|
1955
|
+
callGasLimit: string | number | bigint;
|
|
1956
|
+
verificationGasLimit: string | number | bigint;
|
|
1957
|
+
preVerificationGas: string | number | bigint;
|
|
1958
|
+
maxFeePerGas: string | number | bigint;
|
|
1959
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1478
1960
|
signature: string;
|
|
1479
1961
|
factory?: string | null | undefined;
|
|
1480
1962
|
factoryData?: string | null | undefined;
|
|
1481
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
1482
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
1483
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
1484
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
1485
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1486
1963
|
paymaster?: string | null | undefined;
|
|
1487
1964
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1488
1965
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -1508,18 +1985,19 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1508
1985
|
sender: string;
|
|
1509
1986
|
nonce: string | number | bigint;
|
|
1510
1987
|
callData: string;
|
|
1988
|
+
callGasLimit: string | number | bigint;
|
|
1989
|
+
verificationGasLimit: string | number | bigint;
|
|
1990
|
+
preVerificationGas: string | number | bigint;
|
|
1991
|
+
maxFeePerGas: string | number | bigint;
|
|
1992
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1511
1993
|
signature: string;
|
|
1512
1994
|
factory?: string | null | undefined;
|
|
1513
1995
|
factoryData?: string | null | undefined;
|
|
1514
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
1515
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
1516
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
1517
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
1518
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1519
1996
|
paymaster?: string | null | undefined;
|
|
1520
1997
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1521
1998
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1522
1999
|
paymasterData?: string | null | undefined;
|
|
2000
|
+
paymasterSignature?: string | null | undefined;
|
|
1523
2001
|
eip7702Auth?: {
|
|
1524
2002
|
nonce: string | number | bigint;
|
|
1525
2003
|
contractAddress: string;
|
|
@@ -1537,18 +2015,54 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1537
2015
|
yParity: string | number | bigint;
|
|
1538
2016
|
v?: string | number | bigint | undefined;
|
|
1539
2017
|
} | null | undefined;
|
|
1540
|
-
}, string
|
|
2018
|
+
}, string, {
|
|
2019
|
+
addresses: string[];
|
|
2020
|
+
tokens: string[];
|
|
2021
|
+
}] | [{
|
|
1541
2022
|
sender: string;
|
|
1542
2023
|
nonce: string | number | bigint;
|
|
1543
2024
|
initCode: string;
|
|
1544
2025
|
paymasterAndData: string;
|
|
1545
2026
|
callData: string;
|
|
2027
|
+
callGasLimit: string | number | bigint;
|
|
2028
|
+
verificationGasLimit: string | number | bigint;
|
|
2029
|
+
preVerificationGas: string | number | bigint;
|
|
2030
|
+
maxFeePerGas: string | number | bigint;
|
|
2031
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
2032
|
+
signature: string;
|
|
2033
|
+
eip7702Auth?: {
|
|
2034
|
+
nonce: string | number | bigint;
|
|
2035
|
+
contractAddress: string;
|
|
2036
|
+
chainId: string | number | bigint;
|
|
2037
|
+
r: string;
|
|
2038
|
+
s: string;
|
|
2039
|
+
yParity: string | number | bigint;
|
|
2040
|
+
v?: string | number | bigint | undefined;
|
|
2041
|
+
} | {
|
|
2042
|
+
address: string;
|
|
2043
|
+
nonce: string | number | bigint;
|
|
2044
|
+
chainId: string | number | bigint;
|
|
2045
|
+
r: string;
|
|
2046
|
+
s: string;
|
|
2047
|
+
yParity: string | number | bigint;
|
|
2048
|
+
v?: string | number | bigint | undefined;
|
|
2049
|
+
} | null | undefined;
|
|
2050
|
+
} | {
|
|
2051
|
+
sender: string;
|
|
2052
|
+
nonce: string | number | bigint;
|
|
2053
|
+
callData: string;
|
|
2054
|
+
callGasLimit: string | number | bigint;
|
|
2055
|
+
verificationGasLimit: string | number | bigint;
|
|
2056
|
+
preVerificationGas: string | number | bigint;
|
|
2057
|
+
maxFeePerGas: string | number | bigint;
|
|
2058
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1546
2059
|
signature: string;
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
2060
|
+
factory?: string | null | undefined;
|
|
2061
|
+
factoryData?: string | null | undefined;
|
|
2062
|
+
paymaster?: string | null | undefined;
|
|
2063
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
2064
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2065
|
+
paymasterData?: string | null | undefined;
|
|
1552
2066
|
eip7702Auth?: {
|
|
1553
2067
|
nonce: string | number | bigint;
|
|
1554
2068
|
contractAddress: string;
|
|
@@ -1570,14 +2084,14 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1570
2084
|
sender: string;
|
|
1571
2085
|
nonce: string | number | bigint;
|
|
1572
2086
|
callData: string;
|
|
2087
|
+
callGasLimit: string | number | bigint;
|
|
2088
|
+
verificationGasLimit: string | number | bigint;
|
|
2089
|
+
preVerificationGas: string | number | bigint;
|
|
2090
|
+
maxFeePerGas: string | number | bigint;
|
|
2091
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1573
2092
|
signature: string;
|
|
1574
2093
|
factory?: string | null | undefined;
|
|
1575
2094
|
factoryData?: string | null | undefined;
|
|
1576
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
1577
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
1578
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
1579
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
1580
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1581
2095
|
paymaster?: string | null | undefined;
|
|
1582
2096
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1583
2097
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
@@ -1603,18 +2117,19 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1603
2117
|
sender: string;
|
|
1604
2118
|
nonce: string | number | bigint;
|
|
1605
2119
|
callData: string;
|
|
2120
|
+
callGasLimit: string | number | bigint;
|
|
2121
|
+
verificationGasLimit: string | number | bigint;
|
|
2122
|
+
preVerificationGas: string | number | bigint;
|
|
2123
|
+
maxFeePerGas: string | number | bigint;
|
|
2124
|
+
maxPriorityFeePerGas: string | number | bigint;
|
|
1606
2125
|
signature: string;
|
|
1607
2126
|
factory?: string | null | undefined;
|
|
1608
2127
|
factoryData?: string | null | undefined;
|
|
1609
|
-
callGasLimit?: string | number | bigint | undefined;
|
|
1610
|
-
verificationGasLimit?: string | number | bigint | undefined;
|
|
1611
|
-
preVerificationGas?: string | number | bigint | undefined;
|
|
1612
|
-
maxFeePerGas?: string | number | bigint | undefined;
|
|
1613
|
-
maxPriorityFeePerGas?: string | number | bigint | undefined;
|
|
1614
2128
|
paymaster?: string | null | undefined;
|
|
1615
2129
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1616
2130
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1617
2131
|
paymasterData?: string | null | undefined;
|
|
2132
|
+
paymasterSignature?: string | null | undefined;
|
|
1618
2133
|
eip7702Auth?: {
|
|
1619
2134
|
nonce: string | number | bigint;
|
|
1620
2135
|
contractAddress: string;
|
|
@@ -1632,16 +2147,19 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1632
2147
|
yParity: string | number | bigint;
|
|
1633
2148
|
v?: string | number | bigint | undefined;
|
|
1634
2149
|
} | null | undefined;
|
|
1635
|
-
}, string,
|
|
2150
|
+
}, string, {
|
|
2151
|
+
addresses: string[];
|
|
2152
|
+
tokens: string[];
|
|
2153
|
+
}, Record<string, {
|
|
1636
2154
|
balance?: string | number | bigint | undefined;
|
|
1637
2155
|
nonce?: string | number | bigint | undefined;
|
|
1638
2156
|
code?: string | undefined;
|
|
1639
2157
|
state?: Record<string, string> | undefined;
|
|
1640
2158
|
stateDiff?: Record<string, string> | undefined;
|
|
1641
2159
|
}>];
|
|
1642
|
-
method: "
|
|
2160
|
+
method: "pimlico_simulateAssetChange";
|
|
1643
2161
|
}>;
|
|
1644
|
-
method: "
|
|
2162
|
+
method: "pimlico_simulateAssetChange";
|
|
1645
2163
|
handler: (args: {
|
|
1646
2164
|
rpcHandler: import("../index.js").RpcHandler;
|
|
1647
2165
|
params: readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
@@ -1739,7 +2257,44 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1739
2257
|
yParity: number;
|
|
1740
2258
|
v?: bigint | undefined;
|
|
1741
2259
|
} | null | undefined;
|
|
1742
|
-
}
|
|
2260
|
+
}> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
2261
|
+
sender: `0x${string}`;
|
|
2262
|
+
factory: `0x${string}` | null;
|
|
2263
|
+
paymaster: `0x${string}` | null;
|
|
2264
|
+
nonce: bigint;
|
|
2265
|
+
callData: `0x${string}`;
|
|
2266
|
+
callGasLimit: bigint;
|
|
2267
|
+
verificationGasLimit: bigint;
|
|
2268
|
+
preVerificationGas: bigint;
|
|
2269
|
+
maxFeePerGas: bigint;
|
|
2270
|
+
maxPriorityFeePerGas: bigint;
|
|
2271
|
+
signature: `0x${string}`;
|
|
2272
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
2273
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
2274
|
+
factoryData: `0x${string}` | null;
|
|
2275
|
+
paymasterData: `0x${string}` | null;
|
|
2276
|
+
paymasterSignature: `0x${string}` | null;
|
|
2277
|
+
eip7702Auth?: {
|
|
2278
|
+
nonce: number;
|
|
2279
|
+
contractAddress: `0x${string}`;
|
|
2280
|
+
chainId: number;
|
|
2281
|
+
r: `0x${string}`;
|
|
2282
|
+
s: `0x${string}`;
|
|
2283
|
+
yParity: number;
|
|
2284
|
+
v?: bigint | undefined;
|
|
2285
|
+
} | {
|
|
2286
|
+
address: `0x${string}`;
|
|
2287
|
+
nonce: number;
|
|
2288
|
+
chainId: number;
|
|
2289
|
+
r: `0x${string}`;
|
|
2290
|
+
s: `0x${string}`;
|
|
2291
|
+
yParity: number;
|
|
2292
|
+
v?: bigint | undefined;
|
|
2293
|
+
} | null | undefined;
|
|
2294
|
+
}>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
2295
|
+
addresses: `0x${string}`[];
|
|
2296
|
+
tokens: `0x${string}`[];
|
|
2297
|
+
}>] | readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
1743
2298
|
sender: `0x${string}`;
|
|
1744
2299
|
nonce: bigint;
|
|
1745
2300
|
initCode: `0x${string}`;
|
|
@@ -1834,7 +2389,44 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1834
2389
|
yParity: number;
|
|
1835
2390
|
v?: bigint | undefined;
|
|
1836
2391
|
} | null | undefined;
|
|
1837
|
-
}
|
|
2392
|
+
}> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
2393
|
+
sender: `0x${string}`;
|
|
2394
|
+
factory: `0x${string}` | null;
|
|
2395
|
+
paymaster: `0x${string}` | null;
|
|
2396
|
+
nonce: bigint;
|
|
2397
|
+
callData: `0x${string}`;
|
|
2398
|
+
callGasLimit: bigint;
|
|
2399
|
+
verificationGasLimit: bigint;
|
|
2400
|
+
preVerificationGas: bigint;
|
|
2401
|
+
maxFeePerGas: bigint;
|
|
2402
|
+
maxPriorityFeePerGas: bigint;
|
|
2403
|
+
signature: `0x${string}`;
|
|
2404
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
2405
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
2406
|
+
factoryData: `0x${string}` | null;
|
|
2407
|
+
paymasterData: `0x${string}` | null;
|
|
2408
|
+
paymasterSignature: `0x${string}` | null;
|
|
2409
|
+
eip7702Auth?: {
|
|
2410
|
+
nonce: number;
|
|
2411
|
+
contractAddress: `0x${string}`;
|
|
2412
|
+
chainId: number;
|
|
2413
|
+
r: `0x${string}`;
|
|
2414
|
+
s: `0x${string}`;
|
|
2415
|
+
yParity: number;
|
|
2416
|
+
v?: bigint | undefined;
|
|
2417
|
+
} | {
|
|
2418
|
+
address: `0x${string}`;
|
|
2419
|
+
nonce: number;
|
|
2420
|
+
chainId: number;
|
|
2421
|
+
r: `0x${string}`;
|
|
2422
|
+
s: `0x${string}`;
|
|
2423
|
+
yParity: number;
|
|
2424
|
+
v?: bigint | undefined;
|
|
2425
|
+
} | null | undefined;
|
|
2426
|
+
}>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
2427
|
+
addresses: `0x${string}`[];
|
|
2428
|
+
tokens: `0x${string}`[];
|
|
2429
|
+
}>, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<Partial<Record<`0x${string}`, {
|
|
1838
2430
|
balance?: bigint | undefined;
|
|
1839
2431
|
nonce?: bigint | undefined;
|
|
1840
2432
|
code?: `0x${string}` | undefined;
|
|
@@ -1842,50 +2434,16 @@ export declare const ethEstimateUserOperationGasHandler: {
|
|
|
1842
2434
|
stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
|
|
1843
2435
|
}>>>];
|
|
1844
2436
|
apiVersion: import("../../types/index.js").ApiVersion;
|
|
1845
|
-
}) =>
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
} | {
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
}) & ({
|
|
1857
|
-
callGasLimit: bigint;
|
|
1858
|
-
verificationGasLimit: bigint;
|
|
1859
|
-
preVerificationGas: bigint;
|
|
1860
|
-
verificationGas?: bigint | undefined;
|
|
1861
|
-
} | {
|
|
1862
|
-
callGasLimit: bigint;
|
|
1863
|
-
verificationGasLimit: bigint;
|
|
1864
|
-
preVerificationGas: bigint;
|
|
1865
|
-
paymasterVerificationGasLimit?: bigint | undefined;
|
|
1866
|
-
paymasterPostOpGasLimit?: bigint | undefined;
|
|
1867
|
-
} | undefined)) | Promise<({
|
|
1868
|
-
callGasLimit: bigint;
|
|
1869
|
-
verificationGasLimit: bigint;
|
|
1870
|
-
preVerificationGas: bigint;
|
|
1871
|
-
verificationGas?: bigint | undefined;
|
|
1872
|
-
} | {
|
|
1873
|
-
callGasLimit: bigint;
|
|
1874
|
-
verificationGasLimit: bigint;
|
|
1875
|
-
preVerificationGas: bigint;
|
|
1876
|
-
paymasterVerificationGasLimit?: bigint | undefined;
|
|
1877
|
-
paymasterPostOpGasLimit?: bigint | undefined;
|
|
1878
|
-
}) & ({
|
|
1879
|
-
callGasLimit: bigint;
|
|
1880
|
-
verificationGasLimit: bigint;
|
|
1881
|
-
preVerificationGas: bigint;
|
|
1882
|
-
verificationGas?: bigint | undefined;
|
|
1883
|
-
} | {
|
|
1884
|
-
callGasLimit: bigint;
|
|
1885
|
-
verificationGasLimit: bigint;
|
|
1886
|
-
preVerificationGas: bigint;
|
|
1887
|
-
paymasterVerificationGasLimit?: bigint | undefined;
|
|
1888
|
-
paymasterPostOpGasLimit?: bigint | undefined;
|
|
1889
|
-
} | undefined)>;
|
|
2437
|
+
}) => {
|
|
2438
|
+
address: `0x${string}`;
|
|
2439
|
+
token: `0x${string}`;
|
|
2440
|
+
balanceBefore: bigint;
|
|
2441
|
+
balanceAfter: bigint;
|
|
2442
|
+
}[] | Promise<{
|
|
2443
|
+
address: `0x${string}`;
|
|
2444
|
+
token: `0x${string}`;
|
|
2445
|
+
balanceBefore: bigint;
|
|
2446
|
+
balanceAfter: bigint;
|
|
2447
|
+
}[]>;
|
|
1890
2448
|
};
|
|
1891
|
-
//# sourceMappingURL=
|
|
2449
|
+
//# sourceMappingURL=pimlico_simulateAssetChange.d.ts.map
|