@pimlico/alto 0.0.0-main.20250714T140908 → 0.0.0-main.20250714T161926

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/contracts/ERC20.sol/ERC20.json +1 -0
  2. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  3. package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  4. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  5. package/contracts/LibBytes.sol/LibBytes.json +1 -1
  6. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  7. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  8. package/contracts/build-info/{db6850b431aca366.json → 7710b5a048396e70.json} +1 -1
  9. package/contracts/build-info/880955d5786bfdae.json +1 -0
  10. package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  11. package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  12. package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  13. package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  14. package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  15. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  16. package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  17. package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  18. package/contracts/utils/Exec.sol/Exec.json +1 -0
  19. package/esm/cli/config/bundler.d.ts +20 -20
  20. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  21. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  22. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  23. package/esm/rpc/estimation/gasEstimations06.js +7 -26
  24. package/esm/rpc/estimation/gasEstimations06.js.map +1 -1
  25. package/esm/rpc/estimation/gasEstimations07.js +13 -25
  26. package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
  27. package/esm/rpc/estimation/utils.d.ts +17 -1
  28. package/esm/rpc/estimation/utils.js +52 -2
  29. package/esm/rpc/estimation/utils.js.map +1 -1
  30. package/esm/rpc/methods/index.js +2 -0
  31. package/esm/rpc/methods/index.js.map +1 -1
  32. package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +1841 -0
  33. package/esm/rpc/methods/pimlico_simulateAssetChange.js +118 -0
  34. package/esm/rpc/methods/pimlico_simulateAssetChange.js.map +1 -0
  35. package/esm/types/contracts/PimlicoSimulations.d.ts +309 -0
  36. package/esm/types/contracts/PimlicoSimulations.js +399 -0
  37. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  38. package/esm/types/schemas.d.ts +12335 -7489
  39. package/esm/types/schemas.js +32 -2
  40. package/esm/types/schemas.js.map +1 -1
  41. package/package.json +1 -1
  42. package/contracts/build-info/7a4c5850aabacc3b.json +0 -1
@@ -0,0 +1,1841 @@
1
+ export declare const pimlicoSimulateAssetChangeHandler: {
2
+ schema: import("zod").ZodObject<{
3
+ method: import("zod").ZodLiteral<"pimlico_simulateAssetChange">;
4
+ params: import("zod").ZodUnion<[import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
5
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
6
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
7
+ initCode: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
8
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
9
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
10
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
11
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
12
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
13
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
14
+ paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
15
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
16
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
17
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
18
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
19
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
20
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
21
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
22
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
23
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
24
+ }, "strip", import("zod").ZodTypeAny, {
25
+ nonce: number;
26
+ contractAddress: `0x${string}`;
27
+ chainId: number;
28
+ r: `0x${string}`;
29
+ s: `0x${string}`;
30
+ yParity: number;
31
+ v?: bigint | undefined;
32
+ }, {
33
+ nonce: string | number | bigint;
34
+ contractAddress: string;
35
+ chainId: string | number | bigint;
36
+ r: string;
37
+ s: string;
38
+ yParity: string | number | bigint;
39
+ v?: string | number | bigint | undefined;
40
+ }>, import("zod").ZodObject<{
41
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
42
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
43
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
44
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
45
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
46
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
47
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
48
+ }, "strip", import("zod").ZodTypeAny, {
49
+ address: `0x${string}`;
50
+ nonce: number;
51
+ chainId: number;
52
+ r: `0x${string}`;
53
+ s: `0x${string}`;
54
+ yParity: number;
55
+ v?: bigint | undefined;
56
+ }, {
57
+ address: string;
58
+ nonce: string | number | bigint;
59
+ chainId: string | number | bigint;
60
+ r: string;
61
+ s: string;
62
+ yParity: string | number | bigint;
63
+ v?: string | number | bigint | undefined;
64
+ }>]>>>;
65
+ }, "strict", import("zod").ZodTypeAny, {
66
+ sender: `0x${string}`;
67
+ nonce: bigint;
68
+ initCode: `0x${string}`;
69
+ paymasterAndData: `0x${string}`;
70
+ callData: `0x${string}`;
71
+ callGasLimit: bigint;
72
+ verificationGasLimit: bigint;
73
+ preVerificationGas: bigint;
74
+ maxFeePerGas: bigint;
75
+ maxPriorityFeePerGas: bigint;
76
+ signature: `0x${string}`;
77
+ eip7702Auth?: {
78
+ nonce: number;
79
+ contractAddress: `0x${string}`;
80
+ chainId: number;
81
+ r: `0x${string}`;
82
+ s: `0x${string}`;
83
+ yParity: number;
84
+ v?: bigint | undefined;
85
+ } | {
86
+ address: `0x${string}`;
87
+ nonce: number;
88
+ chainId: number;
89
+ r: `0x${string}`;
90
+ s: `0x${string}`;
91
+ yParity: number;
92
+ v?: bigint | undefined;
93
+ } | null | undefined;
94
+ }, {
95
+ sender: string;
96
+ nonce: string | number | bigint;
97
+ initCode: string;
98
+ paymasterAndData: string;
99
+ callData: string;
100
+ callGasLimit: string | number | bigint;
101
+ verificationGasLimit: string | number | bigint;
102
+ preVerificationGas: string | number | bigint;
103
+ maxFeePerGas: string | number | bigint;
104
+ maxPriorityFeePerGas: string | number | bigint;
105
+ signature: string;
106
+ eip7702Auth?: {
107
+ nonce: string | number | bigint;
108
+ contractAddress: string;
109
+ chainId: string | number | bigint;
110
+ r: string;
111
+ s: string;
112
+ yParity: string | number | bigint;
113
+ v?: string | number | bigint | undefined;
114
+ } | {
115
+ address: string;
116
+ nonce: string | number | bigint;
117
+ chainId: string | number | bigint;
118
+ r: string;
119
+ s: string;
120
+ yParity: string | number | bigint;
121
+ v?: string | number | bigint | undefined;
122
+ } | null | undefined;
123
+ }>, {
124
+ sender: `0x${string}`;
125
+ nonce: bigint;
126
+ initCode: `0x${string}`;
127
+ paymasterAndData: `0x${string}`;
128
+ callData: `0x${string}`;
129
+ callGasLimit: bigint;
130
+ verificationGasLimit: bigint;
131
+ preVerificationGas: bigint;
132
+ maxFeePerGas: bigint;
133
+ maxPriorityFeePerGas: bigint;
134
+ signature: `0x${string}`;
135
+ eip7702Auth?: {
136
+ nonce: number;
137
+ contractAddress: `0x${string}`;
138
+ chainId: number;
139
+ r: `0x${string}`;
140
+ s: `0x${string}`;
141
+ yParity: number;
142
+ v?: bigint | undefined;
143
+ } | {
144
+ address: `0x${string}`;
145
+ nonce: number;
146
+ chainId: number;
147
+ r: `0x${string}`;
148
+ s: `0x${string}`;
149
+ yParity: number;
150
+ v?: bigint | undefined;
151
+ } | null | undefined;
152
+ }, {
153
+ sender: string;
154
+ nonce: string | number | bigint;
155
+ initCode: string;
156
+ paymasterAndData: string;
157
+ callData: string;
158
+ callGasLimit: string | number | bigint;
159
+ verificationGasLimit: string | number | bigint;
160
+ preVerificationGas: string | number | bigint;
161
+ maxFeePerGas: string | number | bigint;
162
+ maxPriorityFeePerGas: string | number | bigint;
163
+ signature: string;
164
+ eip7702Auth?: {
165
+ nonce: string | number | bigint;
166
+ contractAddress: string;
167
+ chainId: string | number | bigint;
168
+ r: string;
169
+ s: string;
170
+ yParity: string | number | bigint;
171
+ v?: string | number | bigint | undefined;
172
+ } | {
173
+ address: string;
174
+ nonce: string | number | bigint;
175
+ chainId: string | number | bigint;
176
+ r: string;
177
+ s: string;
178
+ yParity: string | number | bigint;
179
+ v?: string | number | bigint | undefined;
180
+ } | null | undefined;
181
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
182
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
183
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
184
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
185
+ factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
186
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
187
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
188
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
189
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
190
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
191
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
192
+ paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
193
+ paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
194
+ paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
195
+ paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
196
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
197
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
198
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
199
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
200
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
201
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
202
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
203
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
204
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
205
+ }, "strip", import("zod").ZodTypeAny, {
206
+ nonce: number;
207
+ contractAddress: `0x${string}`;
208
+ chainId: number;
209
+ r: `0x${string}`;
210
+ s: `0x${string}`;
211
+ yParity: number;
212
+ v?: bigint | undefined;
213
+ }, {
214
+ nonce: string | number | bigint;
215
+ contractAddress: string;
216
+ chainId: string | number | bigint;
217
+ r: string;
218
+ s: string;
219
+ yParity: string | number | bigint;
220
+ v?: string | number | bigint | undefined;
221
+ }>, import("zod").ZodObject<{
222
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
223
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
224
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
225
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
226
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
227
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
228
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
229
+ }, "strip", import("zod").ZodTypeAny, {
230
+ address: `0x${string}`;
231
+ nonce: number;
232
+ chainId: number;
233
+ r: `0x${string}`;
234
+ s: `0x${string}`;
235
+ yParity: number;
236
+ v?: bigint | undefined;
237
+ }, {
238
+ address: string;
239
+ nonce: string | number | bigint;
240
+ chainId: string | number | bigint;
241
+ r: string;
242
+ s: string;
243
+ yParity: string | number | bigint;
244
+ v?: string | number | bigint | undefined;
245
+ }>]>>>;
246
+ }, "strict", import("zod").ZodTypeAny, {
247
+ sender: `0x${string}`;
248
+ factory: `0x${string}` | null;
249
+ paymaster: `0x${string}` | null;
250
+ nonce: bigint;
251
+ callData: `0x${string}`;
252
+ callGasLimit: bigint;
253
+ verificationGasLimit: bigint;
254
+ preVerificationGas: bigint;
255
+ maxFeePerGas: bigint;
256
+ maxPriorityFeePerGas: bigint;
257
+ signature: `0x${string}`;
258
+ paymasterVerificationGasLimit: bigint | null;
259
+ paymasterPostOpGasLimit: bigint | null;
260
+ factoryData: `0x${string}` | null;
261
+ paymasterData: `0x${string}` | null;
262
+ eip7702Auth?: {
263
+ nonce: number;
264
+ contractAddress: `0x${string}`;
265
+ chainId: number;
266
+ r: `0x${string}`;
267
+ s: `0x${string}`;
268
+ yParity: number;
269
+ v?: bigint | undefined;
270
+ } | {
271
+ address: `0x${string}`;
272
+ nonce: number;
273
+ chainId: number;
274
+ r: `0x${string}`;
275
+ s: `0x${string}`;
276
+ yParity: number;
277
+ v?: bigint | undefined;
278
+ } | null | undefined;
279
+ }, {
280
+ sender: string;
281
+ nonce: string | number | bigint;
282
+ callData: string;
283
+ callGasLimit: string | number | bigint;
284
+ verificationGasLimit: string | number | bigint;
285
+ preVerificationGas: string | number | bigint;
286
+ maxFeePerGas: string | number | bigint;
287
+ maxPriorityFeePerGas: string | number | bigint;
288
+ signature: string;
289
+ factory?: string | null | undefined;
290
+ factoryData?: string | null | undefined;
291
+ paymaster?: string | null | undefined;
292
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
293
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
294
+ paymasterData?: string | null | undefined;
295
+ eip7702Auth?: {
296
+ nonce: string | number | bigint;
297
+ contractAddress: string;
298
+ chainId: string | number | bigint;
299
+ r: string;
300
+ s: string;
301
+ yParity: string | number | bigint;
302
+ v?: string | number | bigint | undefined;
303
+ } | {
304
+ address: string;
305
+ nonce: string | number | bigint;
306
+ chainId: string | number | bigint;
307
+ r: string;
308
+ s: string;
309
+ yParity: string | number | bigint;
310
+ v?: string | number | bigint | undefined;
311
+ } | null | undefined;
312
+ }>, {
313
+ sender: `0x${string}`;
314
+ factory: `0x${string}` | null;
315
+ paymaster: `0x${string}` | null;
316
+ nonce: bigint;
317
+ callData: `0x${string}`;
318
+ callGasLimit: bigint;
319
+ verificationGasLimit: bigint;
320
+ preVerificationGas: bigint;
321
+ maxFeePerGas: bigint;
322
+ maxPriorityFeePerGas: bigint;
323
+ signature: `0x${string}`;
324
+ paymasterVerificationGasLimit: bigint | null;
325
+ paymasterPostOpGasLimit: bigint | null;
326
+ factoryData: `0x${string}` | null;
327
+ paymasterData: `0x${string}` | null;
328
+ eip7702Auth?: {
329
+ nonce: number;
330
+ contractAddress: `0x${string}`;
331
+ chainId: number;
332
+ r: `0x${string}`;
333
+ s: `0x${string}`;
334
+ yParity: number;
335
+ v?: bigint | undefined;
336
+ } | {
337
+ address: `0x${string}`;
338
+ nonce: number;
339
+ chainId: number;
340
+ r: `0x${string}`;
341
+ s: `0x${string}`;
342
+ yParity: number;
343
+ v?: bigint | undefined;
344
+ } | null | undefined;
345
+ }, {
346
+ sender: string;
347
+ nonce: string | number | bigint;
348
+ callData: string;
349
+ callGasLimit: string | number | bigint;
350
+ verificationGasLimit: string | number | bigint;
351
+ preVerificationGas: string | number | bigint;
352
+ maxFeePerGas: string | number | bigint;
353
+ maxPriorityFeePerGas: string | number | bigint;
354
+ signature: string;
355
+ factory?: string | null | undefined;
356
+ factoryData?: string | null | undefined;
357
+ paymaster?: string | null | undefined;
358
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
359
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
360
+ paymasterData?: string | null | undefined;
361
+ eip7702Auth?: {
362
+ nonce: string | number | bigint;
363
+ contractAddress: string;
364
+ chainId: string | number | bigint;
365
+ r: string;
366
+ s: string;
367
+ yParity: string | number | bigint;
368
+ v?: string | number | bigint | undefined;
369
+ } | {
370
+ address: string;
371
+ nonce: string | number | bigint;
372
+ chainId: string | number | bigint;
373
+ r: string;
374
+ s: string;
375
+ yParity: string | number | bigint;
376
+ v?: string | number | bigint | undefined;
377
+ } | null | undefined;
378
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
379
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
380
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
381
+ factory: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodLiteral<"0x7702">]>>>, `0x${string}` | null, string | null | undefined>;
382
+ factoryData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
383
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
384
+ callGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
385
+ verificationGasLimit: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
386
+ preVerificationGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
387
+ maxFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
388
+ maxPriorityFeePerGas: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>;
389
+ paymaster: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
390
+ paymasterVerificationGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
391
+ paymasterPostOpGasLimit: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>>, bigint | null, string | number | bigint | null | undefined>;
392
+ paymasterData: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>>, `0x${string}` | null, string | null | undefined>;
393
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
394
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
395
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
396
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
397
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
398
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
399
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
400
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
401
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
402
+ }, "strip", import("zod").ZodTypeAny, {
403
+ nonce: number;
404
+ contractAddress: `0x${string}`;
405
+ chainId: number;
406
+ r: `0x${string}`;
407
+ s: `0x${string}`;
408
+ yParity: number;
409
+ v?: bigint | undefined;
410
+ }, {
411
+ nonce: string | number | bigint;
412
+ contractAddress: string;
413
+ chainId: string | number | bigint;
414
+ r: string;
415
+ s: string;
416
+ yParity: string | number | bigint;
417
+ v?: string | number | bigint | undefined;
418
+ }>, import("zod").ZodObject<{
419
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
420
+ chainId: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
421
+ nonce: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
422
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
423
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
424
+ v: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>>;
425
+ yParity: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodBigInt]>, bigint, string | number | bigint>, bigint, string | number | bigint>, number, string | number | bigint>;
426
+ }, "strip", import("zod").ZodTypeAny, {
427
+ address: `0x${string}`;
428
+ nonce: number;
429
+ chainId: number;
430
+ r: `0x${string}`;
431
+ s: `0x${string}`;
432
+ yParity: number;
433
+ v?: bigint | undefined;
434
+ }, {
435
+ address: string;
436
+ nonce: string | number | bigint;
437
+ chainId: string | number | bigint;
438
+ r: string;
439
+ s: string;
440
+ yParity: string | number | bigint;
441
+ v?: string | number | bigint | undefined;
442
+ }>]>>>;
443
+ }, "strict", import("zod").ZodTypeAny, {
444
+ sender: `0x${string}`;
445
+ factory: `0x${string}` | null;
446
+ paymaster: `0x${string}` | null;
447
+ nonce: bigint;
448
+ callData: `0x${string}`;
449
+ callGasLimit: bigint;
450
+ verificationGasLimit: bigint;
451
+ preVerificationGas: bigint;
452
+ maxFeePerGas: bigint;
453
+ maxPriorityFeePerGas: bigint;
454
+ signature: `0x${string}`;
455
+ paymasterVerificationGasLimit: bigint | null;
456
+ paymasterPostOpGasLimit: bigint | null;
457
+ factoryData: `0x${string}` | null;
458
+ paymasterData: `0x${string}` | null;
459
+ eip7702Auth?: {
460
+ nonce: number;
461
+ contractAddress: `0x${string}`;
462
+ chainId: number;
463
+ r: `0x${string}`;
464
+ s: `0x${string}`;
465
+ yParity: number;
466
+ v?: bigint | undefined;
467
+ } | {
468
+ address: `0x${string}`;
469
+ nonce: number;
470
+ chainId: number;
471
+ r: `0x${string}`;
472
+ s: `0x${string}`;
473
+ yParity: number;
474
+ v?: bigint | undefined;
475
+ } | null | undefined;
476
+ }, {
477
+ sender: string;
478
+ nonce: string | number | bigint;
479
+ callData: string;
480
+ callGasLimit: string | number | bigint;
481
+ verificationGasLimit: string | number | bigint;
482
+ preVerificationGas: string | number | bigint;
483
+ maxFeePerGas: string | number | bigint;
484
+ maxPriorityFeePerGas: string | number | bigint;
485
+ signature: string;
486
+ factory?: string | null | undefined;
487
+ factoryData?: string | null | undefined;
488
+ paymaster?: string | null | undefined;
489
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
490
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
491
+ paymasterData?: string | null | undefined;
492
+ eip7702Auth?: {
493
+ nonce: string | number | bigint;
494
+ contractAddress: string;
495
+ chainId: string | number | bigint;
496
+ r: string;
497
+ s: string;
498
+ yParity: string | number | bigint;
499
+ v?: string | number | bigint | undefined;
500
+ } | {
501
+ address: string;
502
+ nonce: string | number | bigint;
503
+ chainId: string | number | bigint;
504
+ r: string;
505
+ s: string;
506
+ yParity: string | number | bigint;
507
+ v?: string | number | bigint | undefined;
508
+ } | null | undefined;
509
+ }>, {
510
+ sender: `0x${string}`;
511
+ factory: `0x${string}` | null;
512
+ paymaster: `0x${string}` | null;
513
+ nonce: bigint;
514
+ callData: `0x${string}`;
515
+ callGasLimit: bigint;
516
+ verificationGasLimit: bigint;
517
+ preVerificationGas: bigint;
518
+ maxFeePerGas: bigint;
519
+ maxPriorityFeePerGas: bigint;
520
+ signature: `0x${string}`;
521
+ paymasterVerificationGasLimit: bigint | null;
522
+ paymasterPostOpGasLimit: bigint | null;
523
+ factoryData: `0x${string}` | null;
524
+ paymasterData: `0x${string}` | null;
525
+ eip7702Auth?: {
526
+ nonce: number;
527
+ contractAddress: `0x${string}`;
528
+ chainId: number;
529
+ r: `0x${string}`;
530
+ s: `0x${string}`;
531
+ yParity: number;
532
+ v?: bigint | undefined;
533
+ } | {
534
+ address: `0x${string}`;
535
+ nonce: number;
536
+ chainId: number;
537
+ r: `0x${string}`;
538
+ s: `0x${string}`;
539
+ yParity: number;
540
+ v?: bigint | undefined;
541
+ } | null | undefined;
542
+ }, {
543
+ sender: string;
544
+ nonce: string | number | bigint;
545
+ callData: string;
546
+ callGasLimit: string | number | bigint;
547
+ verificationGasLimit: string | number | bigint;
548
+ preVerificationGas: string | number | bigint;
549
+ maxFeePerGas: string | number | bigint;
550
+ maxPriorityFeePerGas: string | number | bigint;
551
+ signature: string;
552
+ factory?: string | null | undefined;
553
+ factoryData?: string | null | undefined;
554
+ paymaster?: string | null | undefined;
555
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
556
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
557
+ paymasterData?: string | null | undefined;
558
+ eip7702Auth?: {
559
+ nonce: string | number | bigint;
560
+ contractAddress: string;
561
+ chainId: string | number | bigint;
562
+ r: string;
563
+ s: string;
564
+ yParity: string | number | bigint;
565
+ v?: string | number | bigint | undefined;
566
+ } | {
567
+ address: string;
568
+ nonce: string | number | bigint;
569
+ chainId: string | number | bigint;
570
+ r: string;
571
+ s: string;
572
+ yParity: string | number | bigint;
573
+ v?: string | number | bigint | undefined;
574
+ } | null | undefined;
575
+ }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
576
+ addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
577
+ tokens: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
578
+ }, "strip", import("zod").ZodTypeAny, {
579
+ addresses: `0x${string}`[];
580
+ tokens: `0x${string}`[];
581
+ }, {
582
+ addresses: string[];
583
+ tokens: string[];
584
+ }>], null>, import("zod").ZodTuple<[import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodObject<{
585
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
586
+ 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>;
588
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
589
+ 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
+ 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
+ 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
+ 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
+ paymasterAndData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
595
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
596
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
597
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
598
+ 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>;
599
+ 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>;
600
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
601
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
602
+ 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>>;
603
+ 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>;
604
+ }, "strip", import("zod").ZodTypeAny, {
605
+ nonce: number;
606
+ contractAddress: `0x${string}`;
607
+ chainId: number;
608
+ r: `0x${string}`;
609
+ s: `0x${string}`;
610
+ yParity: number;
611
+ v?: bigint | undefined;
612
+ }, {
613
+ nonce: string | number | bigint;
614
+ contractAddress: string;
615
+ chainId: string | number | bigint;
616
+ r: string;
617
+ s: string;
618
+ yParity: string | number | bigint;
619
+ v?: string | number | bigint | undefined;
620
+ }>, import("zod").ZodObject<{
621
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
622
+ 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>;
623
+ 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>;
624
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
625
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
626
+ 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>>;
627
+ 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>;
628
+ }, "strip", import("zod").ZodTypeAny, {
629
+ address: `0x${string}`;
630
+ nonce: number;
631
+ chainId: number;
632
+ r: `0x${string}`;
633
+ s: `0x${string}`;
634
+ yParity: number;
635
+ v?: bigint | undefined;
636
+ }, {
637
+ address: string;
638
+ nonce: string | number | bigint;
639
+ chainId: string | number | bigint;
640
+ r: string;
641
+ s: string;
642
+ yParity: string | number | bigint;
643
+ v?: string | number | bigint | undefined;
644
+ }>]>>>;
645
+ }, "strict", import("zod").ZodTypeAny, {
646
+ sender: `0x${string}`;
647
+ nonce: bigint;
648
+ initCode: `0x${string}`;
649
+ paymasterAndData: `0x${string}`;
650
+ callData: `0x${string}`;
651
+ callGasLimit: bigint;
652
+ verificationGasLimit: bigint;
653
+ preVerificationGas: bigint;
654
+ maxFeePerGas: bigint;
655
+ maxPriorityFeePerGas: bigint;
656
+ signature: `0x${string}`;
657
+ eip7702Auth?: {
658
+ nonce: number;
659
+ contractAddress: `0x${string}`;
660
+ chainId: number;
661
+ r: `0x${string}`;
662
+ s: `0x${string}`;
663
+ yParity: number;
664
+ v?: bigint | undefined;
665
+ } | {
666
+ address: `0x${string}`;
667
+ nonce: number;
668
+ chainId: number;
669
+ r: `0x${string}`;
670
+ s: `0x${string}`;
671
+ yParity: number;
672
+ v?: bigint | undefined;
673
+ } | null | undefined;
674
+ }, {
675
+ sender: string;
676
+ nonce: string | number | bigint;
677
+ initCode: string;
678
+ paymasterAndData: string;
679
+ callData: string;
680
+ callGasLimit: string | number | bigint;
681
+ verificationGasLimit: string | number | bigint;
682
+ preVerificationGas: string | number | bigint;
683
+ maxFeePerGas: string | number | bigint;
684
+ maxPriorityFeePerGas: string | number | bigint;
685
+ signature: string;
686
+ eip7702Auth?: {
687
+ nonce: string | number | bigint;
688
+ contractAddress: string;
689
+ chainId: string | number | bigint;
690
+ r: string;
691
+ s: string;
692
+ yParity: string | number | bigint;
693
+ v?: string | number | bigint | undefined;
694
+ } | {
695
+ address: string;
696
+ nonce: string | number | bigint;
697
+ chainId: string | number | bigint;
698
+ r: string;
699
+ s: string;
700
+ yParity: string | number | bigint;
701
+ v?: string | number | bigint | undefined;
702
+ } | null | undefined;
703
+ }>, {
704
+ sender: `0x${string}`;
705
+ nonce: bigint;
706
+ initCode: `0x${string}`;
707
+ paymasterAndData: `0x${string}`;
708
+ callData: `0x${string}`;
709
+ callGasLimit: bigint;
710
+ verificationGasLimit: bigint;
711
+ preVerificationGas: bigint;
712
+ maxFeePerGas: bigint;
713
+ maxPriorityFeePerGas: bigint;
714
+ signature: `0x${string}`;
715
+ eip7702Auth?: {
716
+ nonce: number;
717
+ contractAddress: `0x${string}`;
718
+ chainId: number;
719
+ r: `0x${string}`;
720
+ s: `0x${string}`;
721
+ yParity: number;
722
+ v?: bigint | undefined;
723
+ } | {
724
+ address: `0x${string}`;
725
+ nonce: number;
726
+ chainId: number;
727
+ r: `0x${string}`;
728
+ s: `0x${string}`;
729
+ yParity: number;
730
+ v?: bigint | undefined;
731
+ } | null | undefined;
732
+ }, {
733
+ sender: string;
734
+ nonce: string | number | bigint;
735
+ initCode: string;
736
+ paymasterAndData: string;
737
+ callData: string;
738
+ callGasLimit: string | number | bigint;
739
+ verificationGasLimit: string | number | bigint;
740
+ preVerificationGas: string | number | bigint;
741
+ maxFeePerGas: string | number | bigint;
742
+ maxPriorityFeePerGas: string | number | bigint;
743
+ signature: string;
744
+ eip7702Auth?: {
745
+ nonce: string | number | bigint;
746
+ contractAddress: string;
747
+ chainId: string | number | bigint;
748
+ r: string;
749
+ s: string;
750
+ yParity: string | number | bigint;
751
+ v?: string | number | bigint | undefined;
752
+ } | {
753
+ address: string;
754
+ nonce: string | number | bigint;
755
+ chainId: string | number | bigint;
756
+ r: string;
757
+ s: string;
758
+ yParity: string | number | bigint;
759
+ v?: string | number | bigint | undefined;
760
+ } | null | undefined;
761
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
762
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
763
+ 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>;
765
+ 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
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
767
+ 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>;
768
+ 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>;
769
+ 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>;
770
+ 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>;
771
+ 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>;
772
+ 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>;
773
+ 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>;
774
+ 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>;
775
+ 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>;
776
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
777
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
778
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
779
+ 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>;
780
+ 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>;
781
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
782
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
783
+ 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>>;
784
+ 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>;
785
+ }, "strip", import("zod").ZodTypeAny, {
786
+ nonce: number;
787
+ contractAddress: `0x${string}`;
788
+ chainId: number;
789
+ r: `0x${string}`;
790
+ s: `0x${string}`;
791
+ yParity: number;
792
+ v?: bigint | undefined;
793
+ }, {
794
+ nonce: string | number | bigint;
795
+ contractAddress: string;
796
+ chainId: string | number | bigint;
797
+ r: string;
798
+ s: string;
799
+ yParity: string | number | bigint;
800
+ v?: string | number | bigint | undefined;
801
+ }>, import("zod").ZodObject<{
802
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
803
+ 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>;
804
+ 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>;
805
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
806
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
807
+ 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>>;
808
+ 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>;
809
+ }, "strip", import("zod").ZodTypeAny, {
810
+ address: `0x${string}`;
811
+ nonce: number;
812
+ chainId: number;
813
+ r: `0x${string}`;
814
+ s: `0x${string}`;
815
+ yParity: number;
816
+ v?: bigint | undefined;
817
+ }, {
818
+ address: string;
819
+ nonce: string | number | bigint;
820
+ chainId: string | number | bigint;
821
+ r: string;
822
+ s: string;
823
+ yParity: string | number | bigint;
824
+ v?: string | number | bigint | undefined;
825
+ }>]>>>;
826
+ }, "strict", import("zod").ZodTypeAny, {
827
+ sender: `0x${string}`;
828
+ factory: `0x${string}` | null;
829
+ paymaster: `0x${string}` | null;
830
+ nonce: bigint;
831
+ callData: `0x${string}`;
832
+ callGasLimit: bigint;
833
+ verificationGasLimit: bigint;
834
+ preVerificationGas: bigint;
835
+ maxFeePerGas: bigint;
836
+ maxPriorityFeePerGas: bigint;
837
+ signature: `0x${string}`;
838
+ paymasterVerificationGasLimit: bigint | null;
839
+ paymasterPostOpGasLimit: bigint | null;
840
+ factoryData: `0x${string}` | null;
841
+ paymasterData: `0x${string}` | null;
842
+ eip7702Auth?: {
843
+ nonce: number;
844
+ contractAddress: `0x${string}`;
845
+ chainId: number;
846
+ r: `0x${string}`;
847
+ s: `0x${string}`;
848
+ yParity: number;
849
+ v?: bigint | undefined;
850
+ } | {
851
+ address: `0x${string}`;
852
+ nonce: number;
853
+ chainId: number;
854
+ r: `0x${string}`;
855
+ s: `0x${string}`;
856
+ yParity: number;
857
+ v?: bigint | undefined;
858
+ } | null | undefined;
859
+ }, {
860
+ sender: string;
861
+ nonce: string | number | bigint;
862
+ callData: string;
863
+ callGasLimit: string | number | bigint;
864
+ verificationGasLimit: string | number | bigint;
865
+ preVerificationGas: string | number | bigint;
866
+ maxFeePerGas: string | number | bigint;
867
+ maxPriorityFeePerGas: string | number | bigint;
868
+ signature: string;
869
+ factory?: string | null | undefined;
870
+ factoryData?: string | null | undefined;
871
+ paymaster?: string | null | undefined;
872
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
873
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
874
+ paymasterData?: string | null | undefined;
875
+ eip7702Auth?: {
876
+ nonce: string | number | bigint;
877
+ contractAddress: string;
878
+ chainId: string | number | bigint;
879
+ r: string;
880
+ s: string;
881
+ yParity: string | number | bigint;
882
+ v?: string | number | bigint | undefined;
883
+ } | {
884
+ address: string;
885
+ nonce: string | number | bigint;
886
+ chainId: string | number | bigint;
887
+ r: string;
888
+ s: string;
889
+ yParity: string | number | bigint;
890
+ v?: string | number | bigint | undefined;
891
+ } | null | undefined;
892
+ }>, {
893
+ sender: `0x${string}`;
894
+ factory: `0x${string}` | null;
895
+ paymaster: `0x${string}` | null;
896
+ nonce: bigint;
897
+ callData: `0x${string}`;
898
+ callGasLimit: bigint;
899
+ verificationGasLimit: bigint;
900
+ preVerificationGas: bigint;
901
+ maxFeePerGas: bigint;
902
+ maxPriorityFeePerGas: bigint;
903
+ signature: `0x${string}`;
904
+ paymasterVerificationGasLimit: bigint | null;
905
+ paymasterPostOpGasLimit: bigint | null;
906
+ factoryData: `0x${string}` | null;
907
+ paymasterData: `0x${string}` | null;
908
+ eip7702Auth?: {
909
+ nonce: number;
910
+ contractAddress: `0x${string}`;
911
+ chainId: number;
912
+ r: `0x${string}`;
913
+ s: `0x${string}`;
914
+ yParity: number;
915
+ v?: bigint | undefined;
916
+ } | {
917
+ address: `0x${string}`;
918
+ nonce: number;
919
+ chainId: number;
920
+ r: `0x${string}`;
921
+ s: `0x${string}`;
922
+ yParity: number;
923
+ v?: bigint | undefined;
924
+ } | null | undefined;
925
+ }, {
926
+ sender: string;
927
+ nonce: string | number | bigint;
928
+ callData: string;
929
+ callGasLimit: string | number | bigint;
930
+ verificationGasLimit: string | number | bigint;
931
+ preVerificationGas: string | number | bigint;
932
+ maxFeePerGas: string | number | bigint;
933
+ maxPriorityFeePerGas: string | number | bigint;
934
+ signature: string;
935
+ factory?: string | null | undefined;
936
+ factoryData?: string | null | undefined;
937
+ paymaster?: string | null | undefined;
938
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
939
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
940
+ paymasterData?: string | null | undefined;
941
+ eip7702Auth?: {
942
+ nonce: string | number | bigint;
943
+ contractAddress: string;
944
+ chainId: string | number | bigint;
945
+ r: string;
946
+ s: string;
947
+ yParity: string | number | bigint;
948
+ v?: string | number | bigint | undefined;
949
+ } | {
950
+ address: string;
951
+ nonce: string | number | bigint;
952
+ chainId: string | number | bigint;
953
+ r: string;
954
+ s: string;
955
+ yParity: string | number | bigint;
956
+ v?: string | number | bigint | undefined;
957
+ } | null | undefined;
958
+ }>, import("zod").ZodEffects<import("zod").ZodObject<{
959
+ sender: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
960
+ 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>;
961
+ 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>;
962
+ 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>;
963
+ callData: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
964
+ 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>;
965
+ 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>;
966
+ 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>;
967
+ 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>;
968
+ 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>;
969
+ 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>;
970
+ 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
+ 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
+ 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>;
973
+ signature: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
974
+ eip7702Auth: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodObject<{
975
+ contractAddress: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
976
+ 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>;
977
+ 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>;
978
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
979
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
980
+ 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>>;
981
+ 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>;
982
+ }, "strip", import("zod").ZodTypeAny, {
983
+ nonce: number;
984
+ contractAddress: `0x${string}`;
985
+ chainId: number;
986
+ r: `0x${string}`;
987
+ s: `0x${string}`;
988
+ yParity: number;
989
+ v?: bigint | undefined;
990
+ }, {
991
+ nonce: string | number | bigint;
992
+ contractAddress: string;
993
+ chainId: string | number | bigint;
994
+ r: string;
995
+ s: string;
996
+ yParity: string | number | bigint;
997
+ v?: string | number | bigint | undefined;
998
+ }>, import("zod").ZodObject<{
999
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
1000
+ 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>;
1001
+ 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>;
1002
+ r: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
1003
+ s: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, `0x${string}`, string>;
1004
+ 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>>;
1005
+ 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>;
1006
+ }, "strip", import("zod").ZodTypeAny, {
1007
+ address: `0x${string}`;
1008
+ nonce: number;
1009
+ chainId: number;
1010
+ r: `0x${string}`;
1011
+ s: `0x${string}`;
1012
+ yParity: number;
1013
+ v?: bigint | undefined;
1014
+ }, {
1015
+ address: string;
1016
+ nonce: string | number | bigint;
1017
+ chainId: string | number | bigint;
1018
+ r: string;
1019
+ s: string;
1020
+ yParity: string | number | bigint;
1021
+ v?: string | number | bigint | undefined;
1022
+ }>]>>>;
1023
+ }, "strict", import("zod").ZodTypeAny, {
1024
+ sender: `0x${string}`;
1025
+ factory: `0x${string}` | null;
1026
+ paymaster: `0x${string}` | null;
1027
+ nonce: bigint;
1028
+ callData: `0x${string}`;
1029
+ callGasLimit: bigint;
1030
+ verificationGasLimit: bigint;
1031
+ preVerificationGas: bigint;
1032
+ maxFeePerGas: bigint;
1033
+ maxPriorityFeePerGas: bigint;
1034
+ signature: `0x${string}`;
1035
+ paymasterVerificationGasLimit: bigint | null;
1036
+ paymasterPostOpGasLimit: bigint | null;
1037
+ factoryData: `0x${string}` | null;
1038
+ paymasterData: `0x${string}` | null;
1039
+ eip7702Auth?: {
1040
+ nonce: number;
1041
+ contractAddress: `0x${string}`;
1042
+ chainId: number;
1043
+ r: `0x${string}`;
1044
+ s: `0x${string}`;
1045
+ yParity: number;
1046
+ v?: bigint | undefined;
1047
+ } | {
1048
+ address: `0x${string}`;
1049
+ nonce: number;
1050
+ chainId: number;
1051
+ r: `0x${string}`;
1052
+ s: `0x${string}`;
1053
+ yParity: number;
1054
+ v?: bigint | undefined;
1055
+ } | null | undefined;
1056
+ }, {
1057
+ sender: string;
1058
+ nonce: string | number | bigint;
1059
+ callData: string;
1060
+ callGasLimit: string | number | bigint;
1061
+ verificationGasLimit: string | number | bigint;
1062
+ preVerificationGas: string | number | bigint;
1063
+ maxFeePerGas: string | number | bigint;
1064
+ maxPriorityFeePerGas: string | number | bigint;
1065
+ signature: string;
1066
+ factory?: string | null | undefined;
1067
+ factoryData?: string | null | undefined;
1068
+ paymaster?: string | null | undefined;
1069
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1070
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1071
+ paymasterData?: string | null | undefined;
1072
+ eip7702Auth?: {
1073
+ nonce: string | number | bigint;
1074
+ contractAddress: string;
1075
+ chainId: string | number | bigint;
1076
+ r: string;
1077
+ s: string;
1078
+ yParity: string | number | bigint;
1079
+ v?: string | number | bigint | undefined;
1080
+ } | {
1081
+ address: string;
1082
+ nonce: string | number | bigint;
1083
+ chainId: string | number | bigint;
1084
+ r: string;
1085
+ s: string;
1086
+ yParity: string | number | bigint;
1087
+ v?: string | number | bigint | undefined;
1088
+ } | null | undefined;
1089
+ }>, {
1090
+ sender: `0x${string}`;
1091
+ factory: `0x${string}` | null;
1092
+ paymaster: `0x${string}` | null;
1093
+ nonce: bigint;
1094
+ callData: `0x${string}`;
1095
+ callGasLimit: bigint;
1096
+ verificationGasLimit: bigint;
1097
+ preVerificationGas: bigint;
1098
+ maxFeePerGas: bigint;
1099
+ maxPriorityFeePerGas: bigint;
1100
+ signature: `0x${string}`;
1101
+ paymasterVerificationGasLimit: bigint | null;
1102
+ paymasterPostOpGasLimit: bigint | null;
1103
+ factoryData: `0x${string}` | null;
1104
+ paymasterData: `0x${string}` | null;
1105
+ eip7702Auth?: {
1106
+ nonce: number;
1107
+ contractAddress: `0x${string}`;
1108
+ chainId: number;
1109
+ r: `0x${string}`;
1110
+ s: `0x${string}`;
1111
+ yParity: number;
1112
+ v?: bigint | undefined;
1113
+ } | {
1114
+ address: `0x${string}`;
1115
+ nonce: number;
1116
+ chainId: number;
1117
+ r: `0x${string}`;
1118
+ s: `0x${string}`;
1119
+ yParity: number;
1120
+ v?: bigint | undefined;
1121
+ } | null | undefined;
1122
+ }, {
1123
+ sender: string;
1124
+ nonce: string | number | bigint;
1125
+ callData: string;
1126
+ callGasLimit: string | number | bigint;
1127
+ verificationGasLimit: string | number | bigint;
1128
+ preVerificationGas: string | number | bigint;
1129
+ maxFeePerGas: string | number | bigint;
1130
+ maxPriorityFeePerGas: string | number | bigint;
1131
+ signature: string;
1132
+ factory?: string | null | undefined;
1133
+ factoryData?: string | null | undefined;
1134
+ paymaster?: string | null | undefined;
1135
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1136
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1137
+ paymasterData?: string | null | undefined;
1138
+ eip7702Auth?: {
1139
+ nonce: string | number | bigint;
1140
+ contractAddress: string;
1141
+ chainId: string | number | bigint;
1142
+ r: string;
1143
+ s: string;
1144
+ yParity: string | number | bigint;
1145
+ v?: string | number | bigint | undefined;
1146
+ } | {
1147
+ address: string;
1148
+ nonce: string | number | bigint;
1149
+ chainId: string | number | bigint;
1150
+ r: string;
1151
+ s: string;
1152
+ yParity: string | number | bigint;
1153
+ v?: string | number | bigint | undefined;
1154
+ } | null | undefined;
1155
+ }>]>, import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
1156
+ addresses: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
1157
+ tokens: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, "many">;
1158
+ }, "strip", import("zod").ZodTypeAny, {
1159
+ addresses: `0x${string}`[];
1160
+ tokens: `0x${string}`[];
1161
+ }, {
1162
+ addresses: string[];
1163
+ tokens: string[];
1164
+ }>, import("zod").ZodRecord<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>, import("zod").ZodObject<{
1165
+ 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>>;
1166
+ 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>>;
1167
+ code: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>>;
1168
+ 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>>>;
1169
+ 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>>>;
1170
+ }, "strip", import("zod").ZodTypeAny, {
1171
+ balance?: bigint | undefined;
1172
+ nonce?: bigint | undefined;
1173
+ code?: `0x${string}` | undefined;
1174
+ state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
1175
+ stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
1176
+ }, {
1177
+ balance?: string | number | bigint | undefined;
1178
+ nonce?: string | number | bigint | undefined;
1179
+ code?: string | undefined;
1180
+ state?: Record<string, string> | undefined;
1181
+ stateDiff?: Record<string, string> | undefined;
1182
+ }>>], null>]>;
1183
+ result: import("zod").ZodArray<import("zod").ZodObject<{
1184
+ address: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
1185
+ token: import("zod").ZodEffects<import("zod").ZodString, `0x${string}`, string>;
1186
+ 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>;
1187
+ 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>;
1188
+ }, "strip", import("zod").ZodTypeAny, {
1189
+ address: `0x${string}`;
1190
+ token: `0x${string}`;
1191
+ balanceBefore: bigint;
1192
+ balanceAfter: bigint;
1193
+ }, {
1194
+ address: string;
1195
+ token: string;
1196
+ balanceBefore: string | number | bigint;
1197
+ balanceAfter: string | number | bigint;
1198
+ }>, "many">;
1199
+ }, "strip", import("zod").ZodTypeAny, {
1200
+ result: {
1201
+ address: `0x${string}`;
1202
+ token: `0x${string}`;
1203
+ balanceBefore: bigint;
1204
+ balanceAfter: bigint;
1205
+ }[];
1206
+ params: [{
1207
+ sender: `0x${string}`;
1208
+ nonce: bigint;
1209
+ initCode: `0x${string}`;
1210
+ paymasterAndData: `0x${string}`;
1211
+ callData: `0x${string}`;
1212
+ callGasLimit: bigint;
1213
+ verificationGasLimit: bigint;
1214
+ preVerificationGas: bigint;
1215
+ maxFeePerGas: bigint;
1216
+ maxPriorityFeePerGas: bigint;
1217
+ signature: `0x${string}`;
1218
+ eip7702Auth?: {
1219
+ nonce: number;
1220
+ contractAddress: `0x${string}`;
1221
+ chainId: number;
1222
+ r: `0x${string}`;
1223
+ s: `0x${string}`;
1224
+ yParity: number;
1225
+ v?: bigint | undefined;
1226
+ } | {
1227
+ address: `0x${string}`;
1228
+ nonce: number;
1229
+ chainId: number;
1230
+ r: `0x${string}`;
1231
+ s: `0x${string}`;
1232
+ yParity: number;
1233
+ v?: bigint | undefined;
1234
+ } | null | undefined;
1235
+ } | {
1236
+ sender: `0x${string}`;
1237
+ factory: `0x${string}` | null;
1238
+ paymaster: `0x${string}` | null;
1239
+ nonce: bigint;
1240
+ callData: `0x${string}`;
1241
+ callGasLimit: bigint;
1242
+ verificationGasLimit: bigint;
1243
+ preVerificationGas: bigint;
1244
+ maxFeePerGas: bigint;
1245
+ maxPriorityFeePerGas: bigint;
1246
+ signature: `0x${string}`;
1247
+ paymasterVerificationGasLimit: bigint | null;
1248
+ paymasterPostOpGasLimit: bigint | null;
1249
+ factoryData: `0x${string}` | null;
1250
+ paymasterData: `0x${string}` | null;
1251
+ eip7702Auth?: {
1252
+ nonce: number;
1253
+ contractAddress: `0x${string}`;
1254
+ chainId: number;
1255
+ r: `0x${string}`;
1256
+ s: `0x${string}`;
1257
+ yParity: number;
1258
+ v?: bigint | undefined;
1259
+ } | {
1260
+ address: `0x${string}`;
1261
+ nonce: number;
1262
+ chainId: number;
1263
+ r: `0x${string}`;
1264
+ s: `0x${string}`;
1265
+ yParity: number;
1266
+ v?: bigint | undefined;
1267
+ } | null | undefined;
1268
+ } | {
1269
+ sender: `0x${string}`;
1270
+ factory: `0x${string}` | null;
1271
+ paymaster: `0x${string}` | null;
1272
+ nonce: bigint;
1273
+ callData: `0x${string}`;
1274
+ callGasLimit: bigint;
1275
+ verificationGasLimit: bigint;
1276
+ preVerificationGas: bigint;
1277
+ maxFeePerGas: bigint;
1278
+ maxPriorityFeePerGas: bigint;
1279
+ signature: `0x${string}`;
1280
+ paymasterVerificationGasLimit: bigint | null;
1281
+ paymasterPostOpGasLimit: bigint | null;
1282
+ factoryData: `0x${string}` | null;
1283
+ paymasterData: `0x${string}` | null;
1284
+ eip7702Auth?: {
1285
+ nonce: number;
1286
+ contractAddress: `0x${string}`;
1287
+ chainId: number;
1288
+ r: `0x${string}`;
1289
+ s: `0x${string}`;
1290
+ yParity: number;
1291
+ v?: bigint | undefined;
1292
+ } | {
1293
+ address: `0x${string}`;
1294
+ nonce: number;
1295
+ chainId: number;
1296
+ r: `0x${string}`;
1297
+ s: `0x${string}`;
1298
+ yParity: number;
1299
+ v?: bigint | undefined;
1300
+ } | null | undefined;
1301
+ }, `0x${string}`, {
1302
+ addresses: `0x${string}`[];
1303
+ tokens: `0x${string}`[];
1304
+ }] | [{
1305
+ sender: `0x${string}`;
1306
+ nonce: bigint;
1307
+ initCode: `0x${string}`;
1308
+ paymasterAndData: `0x${string}`;
1309
+ callData: `0x${string}`;
1310
+ callGasLimit: bigint;
1311
+ verificationGasLimit: bigint;
1312
+ preVerificationGas: bigint;
1313
+ maxFeePerGas: bigint;
1314
+ maxPriorityFeePerGas: bigint;
1315
+ signature: `0x${string}`;
1316
+ eip7702Auth?: {
1317
+ nonce: number;
1318
+ contractAddress: `0x${string}`;
1319
+ chainId: number;
1320
+ r: `0x${string}`;
1321
+ s: `0x${string}`;
1322
+ yParity: number;
1323
+ v?: bigint | undefined;
1324
+ } | {
1325
+ address: `0x${string}`;
1326
+ nonce: number;
1327
+ chainId: number;
1328
+ r: `0x${string}`;
1329
+ s: `0x${string}`;
1330
+ yParity: number;
1331
+ v?: bigint | undefined;
1332
+ } | null | undefined;
1333
+ } | {
1334
+ sender: `0x${string}`;
1335
+ factory: `0x${string}` | null;
1336
+ paymaster: `0x${string}` | null;
1337
+ nonce: bigint;
1338
+ callData: `0x${string}`;
1339
+ callGasLimit: bigint;
1340
+ verificationGasLimit: bigint;
1341
+ preVerificationGas: bigint;
1342
+ maxFeePerGas: bigint;
1343
+ maxPriorityFeePerGas: bigint;
1344
+ signature: `0x${string}`;
1345
+ paymasterVerificationGasLimit: bigint | null;
1346
+ paymasterPostOpGasLimit: bigint | null;
1347
+ factoryData: `0x${string}` | null;
1348
+ paymasterData: `0x${string}` | null;
1349
+ eip7702Auth?: {
1350
+ nonce: number;
1351
+ contractAddress: `0x${string}`;
1352
+ chainId: number;
1353
+ r: `0x${string}`;
1354
+ s: `0x${string}`;
1355
+ yParity: number;
1356
+ v?: bigint | undefined;
1357
+ } | {
1358
+ address: `0x${string}`;
1359
+ nonce: number;
1360
+ chainId: number;
1361
+ r: `0x${string}`;
1362
+ s: `0x${string}`;
1363
+ yParity: number;
1364
+ v?: bigint | undefined;
1365
+ } | null | undefined;
1366
+ } | {
1367
+ sender: `0x${string}`;
1368
+ factory: `0x${string}` | null;
1369
+ paymaster: `0x${string}` | null;
1370
+ nonce: bigint;
1371
+ callData: `0x${string}`;
1372
+ callGasLimit: bigint;
1373
+ verificationGasLimit: bigint;
1374
+ preVerificationGas: bigint;
1375
+ maxFeePerGas: bigint;
1376
+ maxPriorityFeePerGas: bigint;
1377
+ signature: `0x${string}`;
1378
+ paymasterVerificationGasLimit: bigint | null;
1379
+ paymasterPostOpGasLimit: bigint | null;
1380
+ factoryData: `0x${string}` | null;
1381
+ paymasterData: `0x${string}` | null;
1382
+ eip7702Auth?: {
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
+ address: `0x${string}`;
1392
+ nonce: number;
1393
+ chainId: number;
1394
+ r: `0x${string}`;
1395
+ s: `0x${string}`;
1396
+ yParity: number;
1397
+ v?: bigint | undefined;
1398
+ } | null | undefined;
1399
+ }, `0x${string}`, {
1400
+ addresses: `0x${string}`[];
1401
+ tokens: `0x${string}`[];
1402
+ }, Partial<Record<`0x${string}`, {
1403
+ balance?: bigint | undefined;
1404
+ nonce?: bigint | undefined;
1405
+ code?: `0x${string}` | undefined;
1406
+ state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
1407
+ stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
1408
+ }>>];
1409
+ method: "pimlico_simulateAssetChange";
1410
+ }, {
1411
+ result: {
1412
+ address: string;
1413
+ token: string;
1414
+ balanceBefore: string | number | bigint;
1415
+ balanceAfter: string | number | bigint;
1416
+ }[];
1417
+ params: [{
1418
+ sender: string;
1419
+ nonce: string | number | bigint;
1420
+ initCode: string;
1421
+ paymasterAndData: string;
1422
+ callData: string;
1423
+ callGasLimit: string | number | bigint;
1424
+ verificationGasLimit: string | number | bigint;
1425
+ preVerificationGas: string | number | bigint;
1426
+ maxFeePerGas: string | number | bigint;
1427
+ maxPriorityFeePerGas: string | number | bigint;
1428
+ signature: string;
1429
+ eip7702Auth?: {
1430
+ nonce: string | number | bigint;
1431
+ contractAddress: string;
1432
+ chainId: string | number | bigint;
1433
+ r: string;
1434
+ s: string;
1435
+ yParity: string | number | bigint;
1436
+ v?: string | number | bigint | undefined;
1437
+ } | {
1438
+ address: string;
1439
+ nonce: string | number | bigint;
1440
+ chainId: string | number | bigint;
1441
+ r: string;
1442
+ s: string;
1443
+ yParity: string | number | bigint;
1444
+ v?: string | number | bigint | undefined;
1445
+ } | null | undefined;
1446
+ } | {
1447
+ sender: string;
1448
+ nonce: string | number | bigint;
1449
+ callData: string;
1450
+ callGasLimit: string | number | bigint;
1451
+ verificationGasLimit: string | number | bigint;
1452
+ preVerificationGas: string | number | bigint;
1453
+ maxFeePerGas: string | number | bigint;
1454
+ maxPriorityFeePerGas: string | number | bigint;
1455
+ signature: string;
1456
+ factory?: string | null | undefined;
1457
+ factoryData?: string | null | undefined;
1458
+ paymaster?: string | null | undefined;
1459
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1460
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1461
+ paymasterData?: string | null | undefined;
1462
+ eip7702Auth?: {
1463
+ nonce: string | number | bigint;
1464
+ contractAddress: string;
1465
+ chainId: string | number | bigint;
1466
+ r: string;
1467
+ s: string;
1468
+ yParity: string | number | bigint;
1469
+ v?: string | number | bigint | undefined;
1470
+ } | {
1471
+ address: string;
1472
+ nonce: string | number | bigint;
1473
+ chainId: string | number | bigint;
1474
+ r: string;
1475
+ s: string;
1476
+ yParity: string | number | bigint;
1477
+ v?: string | number | bigint | undefined;
1478
+ } | null | undefined;
1479
+ } | {
1480
+ sender: string;
1481
+ nonce: string | number | bigint;
1482
+ callData: string;
1483
+ callGasLimit: string | number | bigint;
1484
+ verificationGasLimit: string | number | bigint;
1485
+ preVerificationGas: string | number | bigint;
1486
+ maxFeePerGas: string | number | bigint;
1487
+ maxPriorityFeePerGas: string | number | bigint;
1488
+ signature: string;
1489
+ factory?: string | null | undefined;
1490
+ factoryData?: string | null | undefined;
1491
+ paymaster?: string | null | undefined;
1492
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1493
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1494
+ paymasterData?: string | null | undefined;
1495
+ eip7702Auth?: {
1496
+ nonce: string | number | bigint;
1497
+ contractAddress: string;
1498
+ chainId: string | number | bigint;
1499
+ r: string;
1500
+ s: string;
1501
+ yParity: string | number | bigint;
1502
+ v?: string | number | bigint | undefined;
1503
+ } | {
1504
+ address: string;
1505
+ nonce: string | number | bigint;
1506
+ chainId: string | number | bigint;
1507
+ r: string;
1508
+ s: string;
1509
+ yParity: string | number | bigint;
1510
+ v?: string | number | bigint | undefined;
1511
+ } | null | undefined;
1512
+ }, string, {
1513
+ addresses: string[];
1514
+ tokens: string[];
1515
+ }] | [{
1516
+ sender: string;
1517
+ nonce: string | number | bigint;
1518
+ initCode: string;
1519
+ paymasterAndData: string;
1520
+ callData: string;
1521
+ callGasLimit: string | number | bigint;
1522
+ verificationGasLimit: string | number | bigint;
1523
+ preVerificationGas: string | number | bigint;
1524
+ maxFeePerGas: string | number | bigint;
1525
+ maxPriorityFeePerGas: string | number | bigint;
1526
+ signature: string;
1527
+ eip7702Auth?: {
1528
+ nonce: string | number | bigint;
1529
+ contractAddress: string;
1530
+ chainId: string | number | bigint;
1531
+ r: string;
1532
+ s: string;
1533
+ yParity: string | number | bigint;
1534
+ v?: string | number | bigint | undefined;
1535
+ } | {
1536
+ address: string;
1537
+ nonce: string | number | bigint;
1538
+ chainId: string | number | bigint;
1539
+ r: string;
1540
+ s: string;
1541
+ yParity: string | number | bigint;
1542
+ v?: string | number | bigint | undefined;
1543
+ } | null | undefined;
1544
+ } | {
1545
+ sender: string;
1546
+ nonce: string | number | bigint;
1547
+ callData: string;
1548
+ callGasLimit: string | number | bigint;
1549
+ verificationGasLimit: string | number | bigint;
1550
+ preVerificationGas: string | number | bigint;
1551
+ maxFeePerGas: string | number | bigint;
1552
+ maxPriorityFeePerGas: string | number | bigint;
1553
+ signature: string;
1554
+ factory?: string | null | undefined;
1555
+ factoryData?: string | null | undefined;
1556
+ paymaster?: string | null | undefined;
1557
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1558
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1559
+ paymasterData?: string | null | undefined;
1560
+ eip7702Auth?: {
1561
+ nonce: string | number | bigint;
1562
+ contractAddress: string;
1563
+ chainId: string | number | bigint;
1564
+ r: string;
1565
+ s: string;
1566
+ yParity: string | number | bigint;
1567
+ v?: string | number | bigint | undefined;
1568
+ } | {
1569
+ address: string;
1570
+ nonce: string | number | bigint;
1571
+ chainId: string | number | bigint;
1572
+ r: string;
1573
+ s: string;
1574
+ yParity: string | number | bigint;
1575
+ v?: string | number | bigint | undefined;
1576
+ } | null | undefined;
1577
+ } | {
1578
+ sender: string;
1579
+ nonce: string | number | bigint;
1580
+ callData: string;
1581
+ callGasLimit: string | number | bigint;
1582
+ verificationGasLimit: string | number | bigint;
1583
+ preVerificationGas: string | number | bigint;
1584
+ maxFeePerGas: string | number | bigint;
1585
+ maxPriorityFeePerGas: string | number | bigint;
1586
+ signature: string;
1587
+ factory?: string | null | undefined;
1588
+ factoryData?: string | null | undefined;
1589
+ paymaster?: string | null | undefined;
1590
+ paymasterVerificationGasLimit?: string | number | bigint | null | undefined;
1591
+ paymasterPostOpGasLimit?: string | number | bigint | null | undefined;
1592
+ paymasterData?: string | null | undefined;
1593
+ eip7702Auth?: {
1594
+ nonce: string | number | bigint;
1595
+ contractAddress: string;
1596
+ chainId: string | number | bigint;
1597
+ r: string;
1598
+ s: string;
1599
+ yParity: string | number | bigint;
1600
+ v?: string | number | bigint | undefined;
1601
+ } | {
1602
+ address: string;
1603
+ nonce: string | number | bigint;
1604
+ chainId: string | number | bigint;
1605
+ r: string;
1606
+ s: string;
1607
+ yParity: string | number | bigint;
1608
+ v?: string | number | bigint | undefined;
1609
+ } | null | undefined;
1610
+ }, string, {
1611
+ addresses: string[];
1612
+ tokens: string[];
1613
+ }, Record<string, {
1614
+ balance?: string | number | bigint | undefined;
1615
+ nonce?: string | number | bigint | undefined;
1616
+ code?: string | undefined;
1617
+ state?: Record<string, string> | undefined;
1618
+ stateDiff?: Record<string, string> | undefined;
1619
+ }>];
1620
+ method: "pimlico_simulateAssetChange";
1621
+ }>;
1622
+ method: "pimlico_simulateAssetChange";
1623
+ handler: (args: {
1624
+ rpcHandler: import("../index.js").RpcHandler;
1625
+ params: readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1626
+ sender: `0x${string}`;
1627
+ nonce: bigint;
1628
+ initCode: `0x${string}`;
1629
+ paymasterAndData: `0x${string}`;
1630
+ callData: `0x${string}`;
1631
+ callGasLimit: bigint;
1632
+ verificationGasLimit: bigint;
1633
+ preVerificationGas: bigint;
1634
+ maxFeePerGas: bigint;
1635
+ maxPriorityFeePerGas: bigint;
1636
+ signature: `0x${string}`;
1637
+ eip7702Auth?: {
1638
+ nonce: number;
1639
+ contractAddress: `0x${string}`;
1640
+ chainId: number;
1641
+ r: `0x${string}`;
1642
+ s: `0x${string}`;
1643
+ yParity: number;
1644
+ v?: bigint | undefined;
1645
+ } | {
1646
+ address: `0x${string}`;
1647
+ nonce: number;
1648
+ chainId: number;
1649
+ r: `0x${string}`;
1650
+ s: `0x${string}`;
1651
+ yParity: number;
1652
+ v?: bigint | undefined;
1653
+ } | null | undefined;
1654
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1655
+ sender: `0x${string}`;
1656
+ factory: `0x${string}` | null;
1657
+ paymaster: `0x${string}` | null;
1658
+ nonce: bigint;
1659
+ callData: `0x${string}`;
1660
+ callGasLimit: bigint;
1661
+ verificationGasLimit: bigint;
1662
+ preVerificationGas: bigint;
1663
+ maxFeePerGas: bigint;
1664
+ maxPriorityFeePerGas: bigint;
1665
+ signature: `0x${string}`;
1666
+ paymasterVerificationGasLimit: bigint | null;
1667
+ paymasterPostOpGasLimit: bigint | null;
1668
+ factoryData: `0x${string}` | null;
1669
+ paymasterData: `0x${string}` | null;
1670
+ eip7702Auth?: {
1671
+ nonce: number;
1672
+ contractAddress: `0x${string}`;
1673
+ chainId: number;
1674
+ r: `0x${string}`;
1675
+ s: `0x${string}`;
1676
+ yParity: number;
1677
+ v?: bigint | undefined;
1678
+ } | {
1679
+ address: `0x${string}`;
1680
+ nonce: number;
1681
+ chainId: number;
1682
+ r: `0x${string}`;
1683
+ s: `0x${string}`;
1684
+ yParity: number;
1685
+ v?: bigint | undefined;
1686
+ } | null | undefined;
1687
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1688
+ sender: `0x${string}`;
1689
+ factory: `0x${string}` | null;
1690
+ paymaster: `0x${string}` | null;
1691
+ nonce: bigint;
1692
+ callData: `0x${string}`;
1693
+ callGasLimit: bigint;
1694
+ verificationGasLimit: bigint;
1695
+ preVerificationGas: bigint;
1696
+ maxFeePerGas: bigint;
1697
+ maxPriorityFeePerGas: bigint;
1698
+ signature: `0x${string}`;
1699
+ paymasterVerificationGasLimit: bigint | null;
1700
+ paymasterPostOpGasLimit: bigint | null;
1701
+ factoryData: `0x${string}` | null;
1702
+ paymasterData: `0x${string}` | null;
1703
+ eip7702Auth?: {
1704
+ nonce: number;
1705
+ contractAddress: `0x${string}`;
1706
+ chainId: number;
1707
+ r: `0x${string}`;
1708
+ s: `0x${string}`;
1709
+ yParity: number;
1710
+ v?: bigint | undefined;
1711
+ } | {
1712
+ address: `0x${string}`;
1713
+ nonce: number;
1714
+ chainId: number;
1715
+ r: `0x${string}`;
1716
+ s: `0x${string}`;
1717
+ yParity: number;
1718
+ v?: bigint | undefined;
1719
+ } | null | undefined;
1720
+ }>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1721
+ addresses: `0x${string}`[];
1722
+ tokens: `0x${string}`[];
1723
+ }>] | readonly [import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1724
+ sender: `0x${string}`;
1725
+ nonce: bigint;
1726
+ initCode: `0x${string}`;
1727
+ paymasterAndData: `0x${string}`;
1728
+ callData: `0x${string}`;
1729
+ callGasLimit: bigint;
1730
+ verificationGasLimit: bigint;
1731
+ preVerificationGas: bigint;
1732
+ maxFeePerGas: bigint;
1733
+ maxPriorityFeePerGas: bigint;
1734
+ signature: `0x${string}`;
1735
+ eip7702Auth?: {
1736
+ nonce: number;
1737
+ contractAddress: `0x${string}`;
1738
+ chainId: number;
1739
+ r: `0x${string}`;
1740
+ s: `0x${string}`;
1741
+ yParity: number;
1742
+ v?: bigint | undefined;
1743
+ } | {
1744
+ address: `0x${string}`;
1745
+ nonce: number;
1746
+ chainId: number;
1747
+ r: `0x${string}`;
1748
+ s: `0x${string}`;
1749
+ yParity: number;
1750
+ v?: bigint | undefined;
1751
+ } | null | undefined;
1752
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1753
+ sender: `0x${string}`;
1754
+ factory: `0x${string}` | null;
1755
+ paymaster: `0x${string}` | null;
1756
+ nonce: bigint;
1757
+ callData: `0x${string}`;
1758
+ callGasLimit: bigint;
1759
+ verificationGasLimit: bigint;
1760
+ preVerificationGas: bigint;
1761
+ maxFeePerGas: bigint;
1762
+ maxPriorityFeePerGas: bigint;
1763
+ signature: `0x${string}`;
1764
+ paymasterVerificationGasLimit: bigint | null;
1765
+ paymasterPostOpGasLimit: bigint | null;
1766
+ factoryData: `0x${string}` | null;
1767
+ paymasterData: `0x${string}` | null;
1768
+ eip7702Auth?: {
1769
+ nonce: number;
1770
+ contractAddress: `0x${string}`;
1771
+ chainId: number;
1772
+ r: `0x${string}`;
1773
+ s: `0x${string}`;
1774
+ yParity: number;
1775
+ v?: bigint | undefined;
1776
+ } | {
1777
+ address: `0x${string}`;
1778
+ nonce: number;
1779
+ chainId: number;
1780
+ r: `0x${string}`;
1781
+ s: `0x${string}`;
1782
+ yParity: number;
1783
+ v?: bigint | undefined;
1784
+ } | null | undefined;
1785
+ }> | import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1786
+ sender: `0x${string}`;
1787
+ factory: `0x${string}` | null;
1788
+ paymaster: `0x${string}` | null;
1789
+ nonce: bigint;
1790
+ callData: `0x${string}`;
1791
+ callGasLimit: bigint;
1792
+ verificationGasLimit: bigint;
1793
+ preVerificationGas: bigint;
1794
+ maxFeePerGas: bigint;
1795
+ maxPriorityFeePerGas: bigint;
1796
+ signature: `0x${string}`;
1797
+ paymasterVerificationGasLimit: bigint | null;
1798
+ paymasterPostOpGasLimit: bigint | null;
1799
+ factoryData: `0x${string}` | null;
1800
+ paymasterData: `0x${string}` | null;
1801
+ eip7702Auth?: {
1802
+ nonce: number;
1803
+ contractAddress: `0x${string}`;
1804
+ chainId: number;
1805
+ r: `0x${string}`;
1806
+ s: `0x${string}`;
1807
+ yParity: number;
1808
+ v?: bigint | undefined;
1809
+ } | {
1810
+ address: `0x${string}`;
1811
+ nonce: number;
1812
+ chainId: number;
1813
+ r: `0x${string}`;
1814
+ s: `0x${string}`;
1815
+ yParity: number;
1816
+ v?: bigint | undefined;
1817
+ } | null | undefined;
1818
+ }>, `0x${string}`, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<{
1819
+ addresses: `0x${string}`[];
1820
+ tokens: `0x${string}`[];
1821
+ }>, import("type-fest/source/readonly-deep").ReadonlyObjectDeep<Partial<Record<`0x${string}`, {
1822
+ balance?: bigint | undefined;
1823
+ nonce?: bigint | undefined;
1824
+ code?: `0x${string}` | undefined;
1825
+ state?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
1826
+ stateDiff?: Partial<Record<`0x${string}`, `0x${string}`>> | undefined;
1827
+ }>>>];
1828
+ apiVersion: import("../../types/index.js").ApiVersion;
1829
+ }) => {
1830
+ address: `0x${string}`;
1831
+ token: `0x${string}`;
1832
+ balanceBefore: bigint;
1833
+ balanceAfter: bigint;
1834
+ }[] | Promise<{
1835
+ address: `0x${string}`;
1836
+ token: `0x${string}`;
1837
+ balanceBefore: bigint;
1838
+ balanceAfter: bigint;
1839
+ }[]>;
1840
+ };
1841
+ //# sourceMappingURL=pimlico_simulateAssetChange.d.ts.map