@pimlico/alto 0.0.0-main.20251204T111226 → 0.0.0-main.20260101T133101
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 -1
- package/contracts/ERC165.sol/ERC165.json +1 -1
- package/contracts/ERC20.sol/ERC20.json +1 -1
- package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
- package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
- package/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
- package/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
- package/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
- package/contracts/Exec.sol/Exec.json +1 -1
- package/contracts/IAccount.sol/IAccount.json +1 -1
- package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
- package/contracts/IAggregator.sol/IAggregator.json +1 -1
- package/contracts/IERC165.sol/IERC165.json +1 -1
- package/contracts/IERC5267.sol/IERC5267.json +1 -1
- package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride08.json +1 -1
- package/contracts/IEntryPointFilterOpsOverride.sol/IEntryPointFilterOpsOverride09.json +1 -0
- package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
- package/contracts/INonceManager.sol/INonceManager.json +1 -1
- package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
- package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
- package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
- package/contracts/LibBytes.sol/LibBytes.json +1 -1
- package/contracts/Math.sol/Math.json +1 -1
- package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
- package/contracts/NonceManager.sol/NonceManager.json +1 -1
- package/contracts/Panic.sol/Panic.json +1 -1
- package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
- package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -1
- package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
- package/contracts/SafeCast.sol/SafeCast.json +1 -1
- package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
- package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
- package/contracts/SignedMath.sol/SignedMath.json +1 -1
- package/contracts/SimulationOverrideHelper.sol/SimulationOverrideHelper.json +1 -1
- package/contracts/StakeManager.sol/StakeManager.json +1 -1
- package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
- package/contracts/Strings.sol/Strings.json +1 -1
- package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
- package/contracts/UserOperation.sol/UserOperationLib.json +1 -1
- package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
- 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/{006aa55b425148d5.json → 338795fc743ca612.json} +1 -1
- package/contracts/build-info/44a9648cfe32a468.json +1 -0
- package/contracts/build-info/{416ffb069999d6eb.json → 8dbf8a4ad39019b5.json} +1 -1
- package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
- package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
- package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
- 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 -1
- package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
- package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
- 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 -1
- 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 -1
- package/contracts/utils/StorageSlot.sol/StorageSlot.json +1 -1
- package/contracts/v09/EntryPoint.sol/EntryPoint.json +1 -0
- package/esm/cli/config/bundler.d.ts +68 -50
- package/esm/cli/config/bundler.js +5 -2
- package/esm/cli/config/bundler.js.map +1 -1
- package/esm/cli/config/options.js +17 -1
- package/esm/cli/config/options.js.map +1 -1
- package/esm/cli/deploySimulationsContract.d.ts +1 -0
- package/esm/cli/deploySimulationsContract.js +41 -5
- package/esm/cli/deploySimulationsContract.js.map +1 -1
- package/esm/cli/handler.js +14 -0
- package/esm/cli/handler.js.map +1 -1
- package/esm/cli/setupServer.js +3 -4
- package/esm/cli/setupServer.js.map +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride06.json +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride07.json +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride08.json +1 -1
- package/esm/contracts/EntryPointFilterOpsOverride.sol/EntryPointFilterOpsOverride09.json +1 -0
- package/esm/contracts/EntryPointGasEstimationOverride.sol/EntryPointGasEstimationOverride06.json +1 -1
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
- package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations09.json +1 -0
- package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
- package/esm/executor/bundleManager.js +1 -2
- package/esm/executor/bundleManager.js.map +1 -1
- package/esm/executor/filterOpsAndEstimateGas.js +12 -0
- package/esm/executor/filterOpsAndEstimateGas.js.map +1 -1
- package/esm/executor/utils.js +2 -2
- package/esm/executor/utils.js.map +1 -1
- package/esm/handlers/eventManager.d.ts +6 -6
- package/esm/handlers/eventManager.js +47 -57
- package/esm/handlers/eventManager.js.map +1 -1
- package/esm/mempool/mempool.d.ts +34 -0
- package/esm/mempool/mempool.js +14 -4
- package/esm/mempool/mempool.js.map +1 -1
- package/esm/rpc/estimation/gasEstimations07.js +7 -6
- package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
- package/esm/rpc/estimation/preVerificationGasCalculator.js +1 -1
- package/esm/rpc/estimation/preVerificationGasCalculator.js.map +1 -1
- package/esm/rpc/methods/boost_sendUserOperation.d.ts +304 -0
- package/esm/rpc/methods/debug_bundler_dumpMempool.d.ts +338 -0
- package/esm/rpc/methods/eth_estimateUserOperationGas.d.ts +622 -14
- package/esm/rpc/methods/eth_getUserOperationByHash.d.ts +621 -11
- package/esm/rpc/methods/eth_sendUserOperation.d.ts +304 -0
- package/esm/rpc/methods/pimlico_sendUserOperationNow.d.ts +304 -0
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js +3 -12
- package/esm/rpc/methods/pimlico_sendUserOperationNow.js.map +1 -1
- package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +620 -12
- package/esm/rpc/validation/SafeValidator.js +5 -5
- package/esm/rpc/validation/SafeValidator.js.map +1 -1
- package/esm/store/createMempoolStore.js +8 -2
- package/esm/store/createMempoolStore.js.map +1 -1
- package/esm/store/outstanding/memory.js +26 -17
- package/esm/store/outstanding/memory.js.map +1 -1
- package/esm/store/outstanding/redis.js +46 -18
- package/esm/store/outstanding/redis.js.map +1 -1
- package/esm/store/outstanding/types.d.ts +2 -1
- package/esm/store/processing/memory.d.ts +3 -1
- package/esm/store/processing/memory.js +14 -2
- package/esm/store/processing/memory.js.map +1 -1
- package/esm/store/processing/redis.d.ts +4 -2
- package/esm/store/processing/redis.js +20 -4
- package/esm/store/processing/redis.js.map +1 -1
- package/esm/store/processing/types.d.ts +2 -1
- package/esm/store/types.d.ts +1 -0
- package/esm/types/contracts/PimlicoSimulations.d.ts +81 -0
- package/esm/types/contracts/PimlicoSimulations.js +105 -0
- package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
- package/esm/types/schemas.d.ts +13039 -4597
- package/esm/types/schemas.js +92 -2
- package/esm/types/schemas.js.map +1 -1
- package/esm/utils/entryPointOverrides.js +7 -0
- package/esm/utils/entryPointOverrides.js.map +1 -1
- package/esm/utils/metrics.d.ts +0 -1
- package/esm/utils/metrics.js +0 -7
- package/esm/utils/metrics.js.map +1 -1
- package/esm/utils/userop.d.ts +76 -2
- package/esm/utils/userop.js +71 -79
- package/esm/utils/userop.js.map +1 -1
- package/package.json +2 -2
|
@@ -572,6 +572,208 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
572
572
|
yParity: string | number | bigint;
|
|
573
573
|
v?: string | number | bigint | undefined;
|
|
574
574
|
} | null | undefined;
|
|
575
|
+
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
576
|
+
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
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
|
+
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>;
|
|
580
|
+
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
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>;
|
|
591
|
+
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
592
|
+
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
593
|
+
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
594
|
+
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>;
|
|
595
|
+
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>;
|
|
596
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
597
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
598
|
+
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>>;
|
|
599
|
+
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>;
|
|
600
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
601
|
+
nonce: number;
|
|
602
|
+
contractAddress: `0x${string}`;
|
|
603
|
+
chainId: number;
|
|
604
|
+
r: `0x${string}`;
|
|
605
|
+
s: `0x${string}`;
|
|
606
|
+
yParity: number;
|
|
607
|
+
v?: bigint | undefined;
|
|
608
|
+
}, {
|
|
609
|
+
nonce: string | number | bigint;
|
|
610
|
+
contractAddress: string;
|
|
611
|
+
chainId: string | number | bigint;
|
|
612
|
+
r: string;
|
|
613
|
+
s: string;
|
|
614
|
+
yParity: string | number | bigint;
|
|
615
|
+
v?: string | number | bigint | undefined;
|
|
616
|
+
}>, import("zod").ZodObject<{
|
|
617
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
618
|
+
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>;
|
|
619
|
+
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>;
|
|
620
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
621
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
622
|
+
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>>;
|
|
623
|
+
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>;
|
|
624
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
625
|
+
address: `0x${string}`;
|
|
626
|
+
nonce: number;
|
|
627
|
+
chainId: number;
|
|
628
|
+
r: `0x${string}`;
|
|
629
|
+
s: `0x${string}`;
|
|
630
|
+
yParity: number;
|
|
631
|
+
v?: bigint | undefined;
|
|
632
|
+
}, {
|
|
633
|
+
address: string;
|
|
634
|
+
nonce: string | number | bigint;
|
|
635
|
+
chainId: string | number | bigint;
|
|
636
|
+
r: string;
|
|
637
|
+
s: string;
|
|
638
|
+
yParity: string | number | bigint;
|
|
639
|
+
v?: string | number | bigint | undefined;
|
|
640
|
+
}>]>>>;
|
|
641
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
642
|
+
sender: `0x${string}`;
|
|
643
|
+
factory: `0x${string}` | null;
|
|
644
|
+
paymaster: `0x${string}` | null;
|
|
645
|
+
nonce: bigint;
|
|
646
|
+
callData: `0x${string}`;
|
|
647
|
+
callGasLimit: bigint;
|
|
648
|
+
verificationGasLimit: bigint;
|
|
649
|
+
preVerificationGas: bigint;
|
|
650
|
+
maxFeePerGas: bigint;
|
|
651
|
+
maxPriorityFeePerGas: bigint;
|
|
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;
|
|
658
|
+
eip7702Auth?: {
|
|
659
|
+
nonce: number;
|
|
660
|
+
contractAddress: `0x${string}`;
|
|
661
|
+
chainId: number;
|
|
662
|
+
r: `0x${string}`;
|
|
663
|
+
s: `0x${string}`;
|
|
664
|
+
yParity: number;
|
|
665
|
+
v?: bigint | undefined;
|
|
666
|
+
} | {
|
|
667
|
+
address: `0x${string}`;
|
|
668
|
+
nonce: number;
|
|
669
|
+
chainId: number;
|
|
670
|
+
r: `0x${string}`;
|
|
671
|
+
s: `0x${string}`;
|
|
672
|
+
yParity: number;
|
|
673
|
+
v?: bigint | undefined;
|
|
674
|
+
} | null | undefined;
|
|
675
|
+
}, {
|
|
676
|
+
sender: string;
|
|
677
|
+
nonce: string | number | bigint;
|
|
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;
|
|
684
|
+
signature: string;
|
|
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;
|
|
692
|
+
eip7702Auth?: {
|
|
693
|
+
nonce: string | number | bigint;
|
|
694
|
+
contractAddress: string;
|
|
695
|
+
chainId: string | number | bigint;
|
|
696
|
+
r: string;
|
|
697
|
+
s: string;
|
|
698
|
+
yParity: string | number | bigint;
|
|
699
|
+
v?: string | number | bigint | undefined;
|
|
700
|
+
} | {
|
|
701
|
+
address: string;
|
|
702
|
+
nonce: string | number | bigint;
|
|
703
|
+
chainId: string | number | bigint;
|
|
704
|
+
r: string;
|
|
705
|
+
s: string;
|
|
706
|
+
yParity: string | number | bigint;
|
|
707
|
+
v?: string | number | bigint | undefined;
|
|
708
|
+
} | null | undefined;
|
|
709
|
+
}>, {
|
|
710
|
+
sender: `0x${string}`;
|
|
711
|
+
factory: `0x${string}` | null;
|
|
712
|
+
paymaster: `0x${string}` | null;
|
|
713
|
+
nonce: bigint;
|
|
714
|
+
callData: `0x${string}`;
|
|
715
|
+
callGasLimit: bigint;
|
|
716
|
+
verificationGasLimit: bigint;
|
|
717
|
+
preVerificationGas: bigint;
|
|
718
|
+
maxFeePerGas: bigint;
|
|
719
|
+
maxPriorityFeePerGas: bigint;
|
|
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;
|
|
726
|
+
eip7702Auth?: {
|
|
727
|
+
nonce: number;
|
|
728
|
+
contractAddress: `0x${string}`;
|
|
729
|
+
chainId: number;
|
|
730
|
+
r: `0x${string}`;
|
|
731
|
+
s: `0x${string}`;
|
|
732
|
+
yParity: number;
|
|
733
|
+
v?: bigint | undefined;
|
|
734
|
+
} | {
|
|
735
|
+
address: `0x${string}`;
|
|
736
|
+
nonce: number;
|
|
737
|
+
chainId: number;
|
|
738
|
+
r: `0x${string}`;
|
|
739
|
+
s: `0x${string}`;
|
|
740
|
+
yParity: number;
|
|
741
|
+
v?: bigint | undefined;
|
|
742
|
+
} | null | undefined;
|
|
743
|
+
}, {
|
|
744
|
+
sender: string;
|
|
745
|
+
nonce: string | number | bigint;
|
|
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;
|
|
752
|
+
signature: string;
|
|
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;
|
|
760
|
+
eip7702Auth?: {
|
|
761
|
+
nonce: string | number | bigint;
|
|
762
|
+
contractAddress: string;
|
|
763
|
+
chainId: string | number | bigint;
|
|
764
|
+
r: string;
|
|
765
|
+
s: string;
|
|
766
|
+
yParity: string | number | bigint;
|
|
767
|
+
v?: string | number | bigint | undefined;
|
|
768
|
+
} | {
|
|
769
|
+
address: string;
|
|
770
|
+
nonce: string | number | bigint;
|
|
771
|
+
chainId: string | number | bigint;
|
|
772
|
+
r: string;
|
|
773
|
+
s: string;
|
|
774
|
+
yParity: string | number | bigint;
|
|
775
|
+
v?: string | number | bigint | undefined;
|
|
776
|
+
} | null | undefined;
|
|
575
777
|
}>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
|
|
576
778
|
addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
577
779
|
tokens: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
|
|
@@ -584,14 +786,195 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
584
786
|
}>], null>, import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
|
|
585
787
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
586
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>;
|
|
587
|
-
initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
789
|
+
initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
790
|
+
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
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>;
|
|
797
|
+
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
798
|
+
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
799
|
+
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
800
|
+
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>;
|
|
801
|
+
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>;
|
|
802
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
803
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
804
|
+
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>>;
|
|
805
|
+
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>;
|
|
806
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
807
|
+
nonce: number;
|
|
808
|
+
contractAddress: `0x${string}`;
|
|
809
|
+
chainId: number;
|
|
810
|
+
r: `0x${string}`;
|
|
811
|
+
s: `0x${string}`;
|
|
812
|
+
yParity: number;
|
|
813
|
+
v?: bigint | undefined;
|
|
814
|
+
}, {
|
|
815
|
+
nonce: string | number | bigint;
|
|
816
|
+
contractAddress: string;
|
|
817
|
+
chainId: string | number | bigint;
|
|
818
|
+
r: string;
|
|
819
|
+
s: string;
|
|
820
|
+
yParity: string | number | bigint;
|
|
821
|
+
v?: string | number | bigint | undefined;
|
|
822
|
+
}>, import("zod").ZodObject<{
|
|
823
|
+
address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
824
|
+
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>;
|
|
825
|
+
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>;
|
|
826
|
+
r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
827
|
+
s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
|
|
828
|
+
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>>;
|
|
829
|
+
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>;
|
|
830
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
831
|
+
address: `0x${string}`;
|
|
832
|
+
nonce: number;
|
|
833
|
+
chainId: number;
|
|
834
|
+
r: `0x${string}`;
|
|
835
|
+
s: `0x${string}`;
|
|
836
|
+
yParity: number;
|
|
837
|
+
v?: bigint | undefined;
|
|
838
|
+
}, {
|
|
839
|
+
address: string;
|
|
840
|
+
nonce: string | number | bigint;
|
|
841
|
+
chainId: string | number | bigint;
|
|
842
|
+
r: string;
|
|
843
|
+
s: string;
|
|
844
|
+
yParity: string | number | bigint;
|
|
845
|
+
v?: string | number | bigint | undefined;
|
|
846
|
+
}>]>>>;
|
|
847
|
+
}, "strict", import("zod").ZodTypeAny, {
|
|
848
|
+
sender: `0x${string}`;
|
|
849
|
+
nonce: bigint;
|
|
850
|
+
initCode: `0x${string}`;
|
|
851
|
+
paymasterAndData: `0x${string}`;
|
|
852
|
+
callData: `0x${string}`;
|
|
853
|
+
callGasLimit: bigint;
|
|
854
|
+
verificationGasLimit: bigint;
|
|
855
|
+
preVerificationGas: bigint;
|
|
856
|
+
maxFeePerGas: bigint;
|
|
857
|
+
maxPriorityFeePerGas: bigint;
|
|
858
|
+
signature: `0x${string}`;
|
|
859
|
+
eip7702Auth?: {
|
|
860
|
+
nonce: number;
|
|
861
|
+
contractAddress: `0x${string}`;
|
|
862
|
+
chainId: number;
|
|
863
|
+
r: `0x${string}`;
|
|
864
|
+
s: `0x${string}`;
|
|
865
|
+
yParity: number;
|
|
866
|
+
v?: bigint | undefined;
|
|
867
|
+
} | {
|
|
868
|
+
address: `0x${string}`;
|
|
869
|
+
nonce: number;
|
|
870
|
+
chainId: number;
|
|
871
|
+
r: `0x${string}`;
|
|
872
|
+
s: `0x${string}`;
|
|
873
|
+
yParity: number;
|
|
874
|
+
v?: bigint | undefined;
|
|
875
|
+
} | null | undefined;
|
|
876
|
+
}, {
|
|
877
|
+
sender: string;
|
|
878
|
+
nonce: string | number | bigint;
|
|
879
|
+
initCode: string;
|
|
880
|
+
paymasterAndData: string;
|
|
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;
|
|
887
|
+
signature: string;
|
|
888
|
+
eip7702Auth?: {
|
|
889
|
+
nonce: string | number | bigint;
|
|
890
|
+
contractAddress: string;
|
|
891
|
+
chainId: string | number | bigint;
|
|
892
|
+
r: string;
|
|
893
|
+
s: string;
|
|
894
|
+
yParity: string | number | bigint;
|
|
895
|
+
v?: string | number | bigint | undefined;
|
|
896
|
+
} | {
|
|
897
|
+
address: string;
|
|
898
|
+
nonce: string | number | bigint;
|
|
899
|
+
chainId: string | number | bigint;
|
|
900
|
+
r: string;
|
|
901
|
+
s: string;
|
|
902
|
+
yParity: string | number | bigint;
|
|
903
|
+
v?: string | number | bigint | undefined;
|
|
904
|
+
} | null | undefined;
|
|
905
|
+
}>, {
|
|
906
|
+
sender: `0x${string}`;
|
|
907
|
+
nonce: bigint;
|
|
908
|
+
initCode: `0x${string}`;
|
|
909
|
+
paymasterAndData: `0x${string}`;
|
|
910
|
+
callData: `0x${string}`;
|
|
911
|
+
callGasLimit: bigint;
|
|
912
|
+
verificationGasLimit: bigint;
|
|
913
|
+
preVerificationGas: bigint;
|
|
914
|
+
maxFeePerGas: bigint;
|
|
915
|
+
maxPriorityFeePerGas: bigint;
|
|
916
|
+
signature: `0x${string}`;
|
|
917
|
+
eip7702Auth?: {
|
|
918
|
+
nonce: number;
|
|
919
|
+
contractAddress: `0x${string}`;
|
|
920
|
+
chainId: number;
|
|
921
|
+
r: `0x${string}`;
|
|
922
|
+
s: `0x${string}`;
|
|
923
|
+
yParity: number;
|
|
924
|
+
v?: bigint | undefined;
|
|
925
|
+
} | {
|
|
926
|
+
address: `0x${string}`;
|
|
927
|
+
nonce: number;
|
|
928
|
+
chainId: number;
|
|
929
|
+
r: `0x${string}`;
|
|
930
|
+
s: `0x${string}`;
|
|
931
|
+
yParity: number;
|
|
932
|
+
v?: bigint | undefined;
|
|
933
|
+
} | null | undefined;
|
|
934
|
+
}, {
|
|
935
|
+
sender: string;
|
|
936
|
+
nonce: string | number | bigint;
|
|
937
|
+
initCode: string;
|
|
938
|
+
paymasterAndData: string;
|
|
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;
|
|
945
|
+
signature: string;
|
|
946
|
+
eip7702Auth?: {
|
|
947
|
+
nonce: string | number | bigint;
|
|
948
|
+
contractAddress: string;
|
|
949
|
+
chainId: string | number | bigint;
|
|
950
|
+
r: string;
|
|
951
|
+
s: string;
|
|
952
|
+
yParity: string | number | bigint;
|
|
953
|
+
v?: string | number | bigint | undefined;
|
|
954
|
+
} | {
|
|
955
|
+
address: string;
|
|
956
|
+
nonce: string | number | bigint;
|
|
957
|
+
chainId: string | number | bigint;
|
|
958
|
+
r: string;
|
|
959
|
+
s: string;
|
|
960
|
+
yParity: string | number | bigint;
|
|
961
|
+
v?: string | number | bigint | undefined;
|
|
962
|
+
} | null | undefined;
|
|
963
|
+
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
964
|
+
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
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>;
|
|
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>;
|
|
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>;
|
|
588
968
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
589
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>;
|
|
590
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>;
|
|
591
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>;
|
|
592
|
-
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>;
|
|
593
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>;
|
|
594
|
-
|
|
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>;
|
|
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>;
|
|
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>;
|
|
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>;
|
|
977
|
+
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>;
|
|
595
978
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
596
979
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
597
980
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -644,9 +1027,9 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
644
1027
|
}>]>>>;
|
|
645
1028
|
}, "strict", import("zod").ZodTypeAny, {
|
|
646
1029
|
sender: `0x${string}`;
|
|
1030
|
+
factory: `0x${string}` | null;
|
|
1031
|
+
paymaster: `0x${string}` | null;
|
|
647
1032
|
nonce: bigint;
|
|
648
|
-
initCode: `0x${string}`;
|
|
649
|
-
paymasterAndData: `0x${string}`;
|
|
650
1033
|
callData: `0x${string}`;
|
|
651
1034
|
callGasLimit: bigint;
|
|
652
1035
|
verificationGasLimit: bigint;
|
|
@@ -654,6 +1037,10 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
654
1037
|
maxFeePerGas: bigint;
|
|
655
1038
|
maxPriorityFeePerGas: bigint;
|
|
656
1039
|
signature: `0x${string}`;
|
|
1040
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1041
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1042
|
+
factoryData: `0x${string}` | null;
|
|
1043
|
+
paymasterData: `0x${string}` | null;
|
|
657
1044
|
eip7702Auth?: {
|
|
658
1045
|
nonce: number;
|
|
659
1046
|
contractAddress: `0x${string}`;
|
|
@@ -674,8 +1061,6 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
674
1061
|
}, {
|
|
675
1062
|
sender: string;
|
|
676
1063
|
nonce: string | number | bigint;
|
|
677
|
-
initCode: string;
|
|
678
|
-
paymasterAndData: string;
|
|
679
1064
|
callData: string;
|
|
680
1065
|
callGasLimit: string | number | bigint;
|
|
681
1066
|
verificationGasLimit: string | number | bigint;
|
|
@@ -683,6 +1068,12 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
683
1068
|
maxFeePerGas: string | number | bigint;
|
|
684
1069
|
maxPriorityFeePerGas: string | number | bigint;
|
|
685
1070
|
signature: string;
|
|
1071
|
+
factory?: string | null | undefined;
|
|
1072
|
+
factoryData?: string | null | undefined;
|
|
1073
|
+
paymaster?: string | null | undefined;
|
|
1074
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1075
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1076
|
+
paymasterData?: string | null | undefined;
|
|
686
1077
|
eip7702Auth?: {
|
|
687
1078
|
nonce: string | number | bigint;
|
|
688
1079
|
contractAddress: string;
|
|
@@ -702,9 +1093,9 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
702
1093
|
} | null | undefined;
|
|
703
1094
|
}>, {
|
|
704
1095
|
sender: `0x${string}`;
|
|
1096
|
+
factory: `0x${string}` | null;
|
|
1097
|
+
paymaster: `0x${string}` | null;
|
|
705
1098
|
nonce: bigint;
|
|
706
|
-
initCode: `0x${string}`;
|
|
707
|
-
paymasterAndData: `0x${string}`;
|
|
708
1099
|
callData: `0x${string}`;
|
|
709
1100
|
callGasLimit: bigint;
|
|
710
1101
|
verificationGasLimit: bigint;
|
|
@@ -712,6 +1103,10 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
712
1103
|
maxFeePerGas: bigint;
|
|
713
1104
|
maxPriorityFeePerGas: bigint;
|
|
714
1105
|
signature: `0x${string}`;
|
|
1106
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1107
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1108
|
+
factoryData: `0x${string}` | null;
|
|
1109
|
+
paymasterData: `0x${string}` | null;
|
|
715
1110
|
eip7702Auth?: {
|
|
716
1111
|
nonce: number;
|
|
717
1112
|
contractAddress: `0x${string}`;
|
|
@@ -732,8 +1127,6 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
732
1127
|
}, {
|
|
733
1128
|
sender: string;
|
|
734
1129
|
nonce: string | number | bigint;
|
|
735
|
-
initCode: string;
|
|
736
|
-
paymasterAndData: string;
|
|
737
1130
|
callData: string;
|
|
738
1131
|
callGasLimit: string | number | bigint;
|
|
739
1132
|
verificationGasLimit: string | number | bigint;
|
|
@@ -741,6 +1134,12 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
741
1134
|
maxFeePerGas: string | number | bigint;
|
|
742
1135
|
maxPriorityFeePerGas: string | number | bigint;
|
|
743
1136
|
signature: string;
|
|
1137
|
+
factory?: string | null | undefined;
|
|
1138
|
+
factoryData?: string | null | undefined;
|
|
1139
|
+
paymaster?: string | null | undefined;
|
|
1140
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1141
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1142
|
+
paymasterData?: string | null | undefined;
|
|
744
1143
|
eip7702Auth?: {
|
|
745
1144
|
nonce: string | number | bigint;
|
|
746
1145
|
contractAddress: string;
|
|
@@ -761,7 +1160,7 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
761
1160
|
}>, import("zod").ZodEffects<import("zod").ZodObject<{
|
|
762
1161
|
sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
763
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>;
|
|
764
|
-
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>;
|
|
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>;
|
|
765
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>;
|
|
766
1165
|
callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
767
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>;
|
|
@@ -970,6 +1369,7 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
970
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>;
|
|
971
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>;
|
|
972
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>;
|
|
973
1373
|
signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
974
1374
|
eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
975
1375
|
contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
|
|
@@ -1036,6 +1436,7 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1036
1436
|
paymasterPostOpGasLimit: bigint | null;
|
|
1037
1437
|
factoryData: `0x${string}` | null;
|
|
1038
1438
|
paymasterData: `0x${string}` | null;
|
|
1439
|
+
paymasterSignature: `0x${string}` | null;
|
|
1039
1440
|
eip7702Auth?: {
|
|
1040
1441
|
nonce: number;
|
|
1041
1442
|
contractAddress: `0x${string}`;
|
|
@@ -1069,6 +1470,7 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1069
1470
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1070
1471
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1071
1472
|
paymasterData?: string | null | undefined;
|
|
1473
|
+
paymasterSignature?: string | null | undefined;
|
|
1072
1474
|
eip7702Auth?: {
|
|
1073
1475
|
nonce: string | number | bigint;
|
|
1074
1476
|
contractAddress: string;
|
|
@@ -1102,6 +1504,7 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1102
1504
|
paymasterPostOpGasLimit: bigint | null;
|
|
1103
1505
|
factoryData: `0x${string}` | null;
|
|
1104
1506
|
paymasterData: `0x${string}` | null;
|
|
1507
|
+
paymasterSignature: `0x${string}` | null;
|
|
1105
1508
|
eip7702Auth?: {
|
|
1106
1509
|
nonce: number;
|
|
1107
1510
|
contractAddress: `0x${string}`;
|
|
@@ -1135,6 +1538,7 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1135
1538
|
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1136
1539
|
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1137
1540
|
paymasterData?: string | null | undefined;
|
|
1541
|
+
paymasterSignature?: string | null | undefined;
|
|
1138
1542
|
eip7702Auth?: {
|
|
1139
1543
|
nonce: string | number | bigint;
|
|
1140
1544
|
contractAddress: string;
|
|
@@ -1298,6 +1702,40 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1298
1702
|
yParity: number;
|
|
1299
1703
|
v?: bigint | undefined;
|
|
1300
1704
|
} | null | undefined;
|
|
1705
|
+
} | {
|
|
1706
|
+
sender: `0x${string}`;
|
|
1707
|
+
factory: `0x${string}` | null;
|
|
1708
|
+
paymaster: `0x${string}` | null;
|
|
1709
|
+
nonce: bigint;
|
|
1710
|
+
callData: `0x${string}`;
|
|
1711
|
+
callGasLimit: bigint;
|
|
1712
|
+
verificationGasLimit: bigint;
|
|
1713
|
+
preVerificationGas: bigint;
|
|
1714
|
+
maxFeePerGas: bigint;
|
|
1715
|
+
maxPriorityFeePerGas: bigint;
|
|
1716
|
+
signature: `0x${string}`;
|
|
1717
|
+
paymasterVerificationGasLimit: bigint | null;
|
|
1718
|
+
paymasterPostOpGasLimit: bigint | null;
|
|
1719
|
+
factoryData: `0x${string}` | null;
|
|
1720
|
+
paymasterData: `0x${string}` | null;
|
|
1721
|
+
paymasterSignature: `0x${string}` | null;
|
|
1722
|
+
eip7702Auth?: {
|
|
1723
|
+
nonce: number;
|
|
1724
|
+
contractAddress: `0x${string}`;
|
|
1725
|
+
chainId: number;
|
|
1726
|
+
r: `0x${string}`;
|
|
1727
|
+
s: `0x${string}`;
|
|
1728
|
+
yParity: number;
|
|
1729
|
+
v?: bigint | undefined;
|
|
1730
|
+
} | {
|
|
1731
|
+
address: `0x${string}`;
|
|
1732
|
+
nonce: number;
|
|
1733
|
+
chainId: number;
|
|
1734
|
+
r: `0x${string}`;
|
|
1735
|
+
s: `0x${string}`;
|
|
1736
|
+
yParity: number;
|
|
1737
|
+
v?: bigint | undefined;
|
|
1738
|
+
} | null | undefined;
|
|
1301
1739
|
}, `0x${string}`, {
|
|
1302
1740
|
addresses: `0x${string}`[];
|
|
1303
1741
|
tokens: `0x${string}`[];
|
|
@@ -1396,6 +1834,40 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1396
1834
|
yParity: number;
|
|
1397
1835
|
v?: bigint | undefined;
|
|
1398
1836
|
} | null | undefined;
|
|
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;
|
|
1399
1871
|
}, `0x${string}`, {
|
|
1400
1872
|
addresses: `0x${string}`[];
|
|
1401
1873
|
tokens: `0x${string}`[];
|
|
@@ -1509,6 +1981,40 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1509
1981
|
yParity: string | number | bigint;
|
|
1510
1982
|
v?: string | number | bigint | undefined;
|
|
1511
1983
|
} | null | undefined;
|
|
1984
|
+
} | {
|
|
1985
|
+
sender: string;
|
|
1986
|
+
nonce: string | number | bigint;
|
|
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;
|
|
1993
|
+
signature: string;
|
|
1994
|
+
factory?: string | null | undefined;
|
|
1995
|
+
factoryData?: string | null | undefined;
|
|
1996
|
+
paymaster?: string | null | undefined;
|
|
1997
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
1998
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
1999
|
+
paymasterData?: string | null | undefined;
|
|
2000
|
+
paymasterSignature?: string | null | undefined;
|
|
2001
|
+
eip7702Auth?: {
|
|
2002
|
+
nonce: string | number | bigint;
|
|
2003
|
+
contractAddress: string;
|
|
2004
|
+
chainId: string | number | bigint;
|
|
2005
|
+
r: string;
|
|
2006
|
+
s: string;
|
|
2007
|
+
yParity: string | number | bigint;
|
|
2008
|
+
v?: string | number | bigint | undefined;
|
|
2009
|
+
} | {
|
|
2010
|
+
address: string;
|
|
2011
|
+
nonce: string | number | bigint;
|
|
2012
|
+
chainId: string | number | bigint;
|
|
2013
|
+
r: string;
|
|
2014
|
+
s: string;
|
|
2015
|
+
yParity: string | number | bigint;
|
|
2016
|
+
v?: string | number | bigint | undefined;
|
|
2017
|
+
} | null | undefined;
|
|
1512
2018
|
}, string, {
|
|
1513
2019
|
addresses: string[];
|
|
1514
2020
|
tokens: string[];
|
|
@@ -1607,6 +2113,40 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1607
2113
|
yParity: string | number | bigint;
|
|
1608
2114
|
v?: string | number | bigint | undefined;
|
|
1609
2115
|
} | null | undefined;
|
|
2116
|
+
} | {
|
|
2117
|
+
sender: string;
|
|
2118
|
+
nonce: string | number | bigint;
|
|
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;
|
|
2125
|
+
signature: string;
|
|
2126
|
+
factory?: string | null | undefined;
|
|
2127
|
+
factoryData?: string | null | undefined;
|
|
2128
|
+
paymaster?: string | null | undefined;
|
|
2129
|
+
paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
|
|
2130
|
+
paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
|
|
2131
|
+
paymasterData?: string | null | undefined;
|
|
2132
|
+
paymasterSignature?: string | null | undefined;
|
|
2133
|
+
eip7702Auth?: {
|
|
2134
|
+
nonce: string | number | bigint;
|
|
2135
|
+
contractAddress: string;
|
|
2136
|
+
chainId: string | number | bigint;
|
|
2137
|
+
r: string;
|
|
2138
|
+
s: string;
|
|
2139
|
+
yParity: string | number | bigint;
|
|
2140
|
+
v?: string | number | bigint | undefined;
|
|
2141
|
+
} | {
|
|
2142
|
+
address: string;
|
|
2143
|
+
nonce: string | number | bigint;
|
|
2144
|
+
chainId: string | number | bigint;
|
|
2145
|
+
r: string;
|
|
2146
|
+
s: string;
|
|
2147
|
+
yParity: string | number | bigint;
|
|
2148
|
+
v?: string | number | bigint | undefined;
|
|
2149
|
+
} | null | undefined;
|
|
1610
2150
|
}, string, {
|
|
1611
2151
|
addresses: string[];
|
|
1612
2152
|
tokens: string[];
|
|
@@ -1717,6 +2257,40 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1717
2257
|
yParity: number;
|
|
1718
2258
|
v?: bigint | undefined;
|
|
1719
2259
|
} | null | undefined;
|
|
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;
|
|
1720
2294
|
}>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
1721
2295
|
addresses: `0x${string}`[];
|
|
1722
2296
|
tokens: `0x${string}`[];
|
|
@@ -1815,6 +2389,40 @@ export declare const pimlicoSimulateAssetChangeHandler: {
|
|
|
1815
2389
|
yParity: number;
|
|
1816
2390
|
v?: bigint | undefined;
|
|
1817
2391
|
} | null | undefined;
|
|
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;
|
|
1818
2426
|
}>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
|
|
1819
2427
|
addresses: `0x${string}`[];
|
|
1820
2428
|
tokens: `0x${string}`[];
|