@argent/x-shared 1.72.2 → 1.73.0

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 (70) hide show
  1. package/dist/src/account/account.model.d.ts +54 -210
  2. package/dist/src/account/preferences.model.cjs +1 -1
  3. package/dist/src/account/preferences.model.d.ts +15 -27
  4. package/dist/src/account/preferences.model.js +3 -3
  5. package/dist/src/backend/schema.d.ts +8 -2
  6. package/dist/src/backend/sessionKeys/schema.d.ts +13 -97
  7. package/dist/src/bigdecimal/createUnitsSchema.d.ts +1 -1
  8. package/dist/src/chains/starknet/address.cjs +1 -1
  9. package/dist/src/chains/starknet/address.d.ts +15 -15
  10. package/dist/src/chains/starknet/address.js +4 -4
  11. package/dist/src/chains/starknet/addressDomain.d.ts +3 -3
  12. package/dist/src/chains/starknet/addressInput.d.ts +1 -1
  13. package/dist/src/chains/starknet/cairoVersionSchema.d.ts +1 -1
  14. package/dist/src/chains/starknet/getAddressFromArgentName.d.ts +7 -20
  15. package/dist/src/chains/starknet/services/deploymentData/deploymentData.schema.d.ts +8 -28
  16. package/dist/src/chains/starknet/services/deploymentData/findImplementationForAccount.d.ts +1 -1
  17. package/dist/src/currencyFetchService/types.ts.d.ts +3 -37
  18. package/dist/src/features/defiDecomposition/schema.d.ts +676 -15769
  19. package/dist/src/features/paymaster/types.d.ts +31 -155
  20. package/dist/src/features/simulation/activity/schema.d.ts +1250 -14920
  21. package/dist/src/features/simulation/activity/utils/createNativeActivity.d.ts +26 -26
  22. package/dist/src/features/simulation/fees/schema.d.ts +83 -925
  23. package/dist/src/features/simulation/transactionReview/schema.cjs +1 -1
  24. package/dist/src/features/simulation/transactionReview/schema.d.ts +889 -26477
  25. package/dist/src/features/simulation/transactionReview/schema.js +2 -2
  26. package/dist/src/features/simulation/warning/schema.d.ts +1 -1
  27. package/dist/src/features/swap/models/order.model.d.ts +8 -38
  28. package/dist/src/features/swap/models/quote.model.d.ts +15 -61
  29. package/dist/src/features/swap/models/trade.model.cjs +1 -1
  30. package/dist/src/features/swap/models/trade.model.d.ts +17 -167
  31. package/dist/src/features/swap/models/trade.model.js +1 -1
  32. package/dist/src/http/HttpService.d.ts +1 -1
  33. package/dist/src/http/IHttpService.d.ts +1 -1
  34. package/dist/src/knownDapps/schema.d.ts +61 -221
  35. package/dist/src/nameResolution/ResolveNameService.d.ts +3 -3
  36. package/dist/src/nameResolution/schema.d.ts +16 -92
  37. package/dist/src/onchainRecovery/schema.cjs +1 -1
  38. package/dist/src/onchainRecovery/schema.d.ts +20 -122
  39. package/dist/src/onchainRecovery/schema.js +10 -10
  40. package/dist/src/signer/seedphrase.d.ts +1 -1
  41. package/dist/src/staking/schema.d.ts +234 -2395
  42. package/dist/src/tokens/service/implementation.d.ts +52 -351
  43. package/dist/src/tokens/service/types/backend.model.cjs +1 -1
  44. package/dist/src/tokens/service/types/backend.model.d.ts +634 -15292
  45. package/dist/src/tokens/service/types/backend.model.js +17 -17
  46. package/dist/src/tokens/service/types/defiPosition.model.cjs +1 -1
  47. package/dist/src/tokens/service/types/defiPosition.model.d.ts +363 -7834
  48. package/dist/src/tokens/service/types/defiPosition.model.js +2 -2
  49. package/dist/src/tokens/service/types/defiPositionType.model.d.ts +1 -1
  50. package/dist/src/tokens/service/types/unclaimedRewards.model.d.ts +14 -250
  51. package/dist/src/tokens/service/types/webToken.model.cjs +1 -1
  52. package/dist/src/tokens/service/types/webToken.model.d.ts +40 -345
  53. package/dist/src/tokens/service/types/webToken.model.js +25 -21
  54. package/dist/src/transactions/amount.d.ts +1 -1
  55. package/dist/src/transactions/errors.d.ts +2 -22
  56. package/dist/src/transactions/estimate/model.d.ts +12 -21
  57. package/dist/src/transactions/service/types.d.ts +1 -11
  58. package/dist/src/transactions/transactionExecuteTypes.d.ts +28 -105
  59. package/dist/src/transactions/transactionVersion.d.ts +1 -1
  60. package/dist/src/utils/bigNumber.d.ts +1 -1
  61. package/dist/src/utils/hex.d.ts +1 -1
  62. package/dist/src/utils/retryUntilInitialised.d.ts +1 -1
  63. package/dist/src/utils/schemas.cjs +1 -1
  64. package/dist/src/utils/schemas.d.ts +4 -4
  65. package/dist/src/utils/schemas.js +10 -10
  66. package/dist/src/utils/starknet/starknet.cjs +1 -1
  67. package/dist/src/utils/starknet/starknet.d.ts +39 -149
  68. package/dist/src/utils/starknet/starknet.js +5 -5
  69. package/dist/src/utils/starknet/starknetSchemas.d.ts +238 -1880
  70. package/package.json +2 -2
@@ -3,691 +3,149 @@ import { StrictOmit, UnionEvaluate } from '../../../utils/type.utils';
3
3
  export declare const resourceBoundsSchema: z.ZodObject<{
4
4
  gasConsumed: z.ZodBigInt;
5
5
  gasPrice: z.ZodBigInt;
6
- }, "strip", z.ZodTypeAny, {
7
- gasConsumed: bigint;
8
- gasPrice: bigint;
9
- }, {
10
- gasConsumed: bigint;
11
- gasPrice: bigint;
12
- }>;
6
+ }, z.core.$strip>;
13
7
  export type ResourceBounds = z.infer<typeof resourceBoundsSchema>;
14
8
  export declare const nativeEstimatedFeeSchema: z.ZodObject<{
15
9
  type: z.ZodLiteral<"native">;
16
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
10
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
17
11
  l1Gas: z.ZodObject<{
18
12
  gasConsumed: z.ZodBigInt;
19
13
  gasPrice: z.ZodBigInt;
20
- }, "strip", z.ZodTypeAny, {
21
- gasConsumed: bigint;
22
- gasPrice: bigint;
23
- }, {
24
- gasConsumed: bigint;
25
- gasPrice: bigint;
26
- }>;
14
+ }, z.core.$strip>;
27
15
  l2Gas: z.ZodObject<{
28
16
  gasConsumed: z.ZodBigInt;
29
17
  gasPrice: z.ZodBigInt;
30
- }, "strip", z.ZodTypeAny, {
31
- gasConsumed: bigint;
32
- gasPrice: bigint;
33
- }, {
34
- gasConsumed: bigint;
35
- gasPrice: bigint;
36
- }>;
18
+ }, z.core.$strip>;
37
19
  l1DataGas: z.ZodObject<{
38
20
  gasConsumed: z.ZodBigInt;
39
21
  gasPrice: z.ZodBigInt;
40
- }, "strip", z.ZodTypeAny, {
41
- gasConsumed: bigint;
42
- gasPrice: bigint;
43
- }, {
44
- gasConsumed: bigint;
45
- gasPrice: bigint;
46
- }>;
22
+ }, z.core.$strip>;
47
23
  overallFee: z.ZodOptional<z.ZodBigInt>;
48
- }, "strip", z.ZodTypeAny, {
49
- type: "native";
50
- feeTokenAddress: `0x${string}`;
51
- l1Gas: {
52
- gasConsumed: bigint;
53
- gasPrice: bigint;
54
- };
55
- l2Gas: {
56
- gasConsumed: bigint;
57
- gasPrice: bigint;
58
- };
59
- l1DataGas: {
60
- gasConsumed: bigint;
61
- gasPrice: bigint;
62
- };
63
- overallFee?: bigint | undefined;
64
- }, {
65
- type: "native";
66
- feeTokenAddress: string;
67
- l1Gas: {
68
- gasConsumed: bigint;
69
- gasPrice: bigint;
70
- };
71
- l2Gas: {
72
- gasConsumed: bigint;
73
- gasPrice: bigint;
74
- };
75
- l1DataGas: {
76
- gasConsumed: bigint;
77
- gasPrice: bigint;
78
- };
79
- overallFee?: bigint | undefined;
80
- }>;
24
+ }, z.core.$strip>;
81
25
  export declare const paymasterEstimatedFeeSchema: z.ZodObject<{
82
26
  type: z.ZodLiteral<"paymaster">;
83
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
27
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
84
28
  maxFee: z.ZodBigInt;
85
29
  overallFee: z.ZodBigInt;
86
- }, "strip", z.ZodTypeAny, {
87
- type: "paymaster";
88
- feeTokenAddress: `0x${string}`;
89
- overallFee: bigint;
90
- maxFee: bigint;
91
- }, {
92
- type: "paymaster";
93
- feeTokenAddress: string;
94
- overallFee: bigint;
95
- maxFee: bigint;
96
- }>;
97
- export declare const estimatedFeeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
30
+ }, z.core.$strip>;
31
+ export declare const estimatedFeeSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
98
32
  type: z.ZodLiteral<"native">;
99
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
33
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
100
34
  l1Gas: z.ZodObject<{
101
35
  gasConsumed: z.ZodBigInt;
102
36
  gasPrice: z.ZodBigInt;
103
- }, "strip", z.ZodTypeAny, {
104
- gasConsumed: bigint;
105
- gasPrice: bigint;
106
- }, {
107
- gasConsumed: bigint;
108
- gasPrice: bigint;
109
- }>;
37
+ }, z.core.$strip>;
110
38
  l2Gas: z.ZodObject<{
111
39
  gasConsumed: z.ZodBigInt;
112
40
  gasPrice: z.ZodBigInt;
113
- }, "strip", z.ZodTypeAny, {
114
- gasConsumed: bigint;
115
- gasPrice: bigint;
116
- }, {
117
- gasConsumed: bigint;
118
- gasPrice: bigint;
119
- }>;
41
+ }, z.core.$strip>;
120
42
  l1DataGas: z.ZodObject<{
121
43
  gasConsumed: z.ZodBigInt;
122
44
  gasPrice: z.ZodBigInt;
123
- }, "strip", z.ZodTypeAny, {
124
- gasConsumed: bigint;
125
- gasPrice: bigint;
126
- }, {
127
- gasConsumed: bigint;
128
- gasPrice: bigint;
129
- }>;
45
+ }, z.core.$strip>;
130
46
  overallFee: z.ZodOptional<z.ZodBigInt>;
131
- }, "strip", z.ZodTypeAny, {
132
- type: "native";
133
- feeTokenAddress: `0x${string}`;
134
- l1Gas: {
135
- gasConsumed: bigint;
136
- gasPrice: bigint;
137
- };
138
- l2Gas: {
139
- gasConsumed: bigint;
140
- gasPrice: bigint;
141
- };
142
- l1DataGas: {
143
- gasConsumed: bigint;
144
- gasPrice: bigint;
145
- };
146
- overallFee?: bigint | undefined;
147
- }, {
148
- type: "native";
149
- feeTokenAddress: string;
150
- l1Gas: {
151
- gasConsumed: bigint;
152
- gasPrice: bigint;
153
- };
154
- l2Gas: {
155
- gasConsumed: bigint;
156
- gasPrice: bigint;
157
- };
158
- l1DataGas: {
159
- gasConsumed: bigint;
160
- gasPrice: bigint;
161
- };
162
- overallFee?: bigint | undefined;
163
- }>, z.ZodObject<{
47
+ }, z.core.$strip>, z.ZodObject<{
164
48
  type: z.ZodLiteral<"paymaster">;
165
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
49
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
166
50
  maxFee: z.ZodBigInt;
167
51
  overallFee: z.ZodBigInt;
168
- }, "strip", z.ZodTypeAny, {
169
- type: "paymaster";
170
- feeTokenAddress: `0x${string}`;
171
- overallFee: bigint;
172
- maxFee: bigint;
173
- }, {
174
- type: "paymaster";
175
- feeTokenAddress: string;
176
- overallFee: bigint;
177
- maxFee: bigint;
178
- }>]>;
52
+ }, z.core.$strip>]>;
179
53
  export type EstimatedFee = z.infer<typeof estimatedFeeSchema>;
180
54
  export declare const nativeEstimatedFeesSchema: z.ZodObject<{
181
55
  type: z.ZodLiteral<"native">;
182
- transactions: z.ZodObject<Omit<{
183
- type: z.ZodLiteral<"native">;
184
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
56
+ transactions: z.ZodObject<{
57
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
185
58
  l1Gas: z.ZodObject<{
186
59
  gasConsumed: z.ZodBigInt;
187
60
  gasPrice: z.ZodBigInt;
188
- }, "strip", z.ZodTypeAny, {
189
- gasConsumed: bigint;
190
- gasPrice: bigint;
191
- }, {
192
- gasConsumed: bigint;
193
- gasPrice: bigint;
194
- }>;
61
+ }, z.core.$strip>;
195
62
  l2Gas: z.ZodObject<{
196
63
  gasConsumed: z.ZodBigInt;
197
64
  gasPrice: z.ZodBigInt;
198
- }, "strip", z.ZodTypeAny, {
199
- gasConsumed: bigint;
200
- gasPrice: bigint;
201
- }, {
202
- gasConsumed: bigint;
203
- gasPrice: bigint;
204
- }>;
65
+ }, z.core.$strip>;
205
66
  l1DataGas: z.ZodObject<{
206
67
  gasConsumed: z.ZodBigInt;
207
68
  gasPrice: z.ZodBigInt;
208
- }, "strip", z.ZodTypeAny, {
209
- gasConsumed: bigint;
210
- gasPrice: bigint;
211
- }, {
212
- gasConsumed: bigint;
213
- gasPrice: bigint;
214
- }>;
69
+ }, z.core.$strip>;
215
70
  overallFee: z.ZodOptional<z.ZodBigInt>;
216
- }, "type">, "strip", z.ZodTypeAny, {
217
- feeTokenAddress: `0x${string}`;
218
- l1Gas: {
219
- gasConsumed: bigint;
220
- gasPrice: bigint;
221
- };
222
- l2Gas: {
223
- gasConsumed: bigint;
224
- gasPrice: bigint;
225
- };
226
- l1DataGas: {
227
- gasConsumed: bigint;
228
- gasPrice: bigint;
229
- };
230
- overallFee?: bigint | undefined;
231
- }, {
232
- feeTokenAddress: string;
233
- l1Gas: {
234
- gasConsumed: bigint;
235
- gasPrice: bigint;
236
- };
237
- l2Gas: {
238
- gasConsumed: bigint;
239
- gasPrice: bigint;
240
- };
241
- l1DataGas: {
242
- gasConsumed: bigint;
243
- gasPrice: bigint;
244
- };
245
- overallFee?: bigint | undefined;
246
- }>;
247
- deployment: z.ZodOptional<z.ZodObject<Omit<{
248
- type: z.ZodLiteral<"native">;
249
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
71
+ }, z.core.$strip>;
72
+ deployment: z.ZodOptional<z.ZodObject<{
73
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
250
74
  l1Gas: z.ZodObject<{
251
75
  gasConsumed: z.ZodBigInt;
252
76
  gasPrice: z.ZodBigInt;
253
- }, "strip", z.ZodTypeAny, {
254
- gasConsumed: bigint;
255
- gasPrice: bigint;
256
- }, {
257
- gasConsumed: bigint;
258
- gasPrice: bigint;
259
- }>;
77
+ }, z.core.$strip>;
260
78
  l2Gas: z.ZodObject<{
261
79
  gasConsumed: z.ZodBigInt;
262
80
  gasPrice: z.ZodBigInt;
263
- }, "strip", z.ZodTypeAny, {
264
- gasConsumed: bigint;
265
- gasPrice: bigint;
266
- }, {
267
- gasConsumed: bigint;
268
- gasPrice: bigint;
269
- }>;
81
+ }, z.core.$strip>;
270
82
  l1DataGas: z.ZodObject<{
271
83
  gasConsumed: z.ZodBigInt;
272
84
  gasPrice: z.ZodBigInt;
273
- }, "strip", z.ZodTypeAny, {
274
- gasConsumed: bigint;
275
- gasPrice: bigint;
276
- }, {
277
- gasConsumed: bigint;
278
- gasPrice: bigint;
279
- }>;
85
+ }, z.core.$strip>;
280
86
  overallFee: z.ZodOptional<z.ZodBigInt>;
281
- }, "type">, "strip", z.ZodTypeAny, {
282
- feeTokenAddress: `0x${string}`;
283
- l1Gas: {
284
- gasConsumed: bigint;
285
- gasPrice: bigint;
286
- };
287
- l2Gas: {
288
- gasConsumed: bigint;
289
- gasPrice: bigint;
290
- };
291
- l1DataGas: {
292
- gasConsumed: bigint;
293
- gasPrice: bigint;
294
- };
295
- overallFee?: bigint | undefined;
296
- }, {
297
- feeTokenAddress: string;
298
- l1Gas: {
299
- gasConsumed: bigint;
300
- gasPrice: bigint;
301
- };
302
- l2Gas: {
303
- gasConsumed: bigint;
304
- gasPrice: bigint;
305
- };
306
- l1DataGas: {
307
- gasConsumed: bigint;
308
- gasPrice: bigint;
309
- };
310
- overallFee?: bigint | undefined;
311
- }>>;
312
- }, "strip", z.ZodTypeAny, {
313
- type: "native";
314
- transactions: {
315
- feeTokenAddress: `0x${string}`;
316
- l1Gas: {
317
- gasConsumed: bigint;
318
- gasPrice: bigint;
319
- };
320
- l2Gas: {
321
- gasConsumed: bigint;
322
- gasPrice: bigint;
323
- };
324
- l1DataGas: {
325
- gasConsumed: bigint;
326
- gasPrice: bigint;
327
- };
328
- overallFee?: bigint | undefined;
329
- };
330
- deployment?: {
331
- feeTokenAddress: `0x${string}`;
332
- l1Gas: {
333
- gasConsumed: bigint;
334
- gasPrice: bigint;
335
- };
336
- l2Gas: {
337
- gasConsumed: bigint;
338
- gasPrice: bigint;
339
- };
340
- l1DataGas: {
341
- gasConsumed: bigint;
342
- gasPrice: bigint;
343
- };
344
- overallFee?: bigint | undefined;
345
- } | undefined;
346
- }, {
347
- type: "native";
348
- transactions: {
349
- feeTokenAddress: string;
350
- l1Gas: {
351
- gasConsumed: bigint;
352
- gasPrice: bigint;
353
- };
354
- l2Gas: {
355
- gasConsumed: bigint;
356
- gasPrice: bigint;
357
- };
358
- l1DataGas: {
359
- gasConsumed: bigint;
360
- gasPrice: bigint;
361
- };
362
- overallFee?: bigint | undefined;
363
- };
364
- deployment?: {
365
- feeTokenAddress: string;
366
- l1Gas: {
367
- gasConsumed: bigint;
368
- gasPrice: bigint;
369
- };
370
- l2Gas: {
371
- gasConsumed: bigint;
372
- gasPrice: bigint;
373
- };
374
- l1DataGas: {
375
- gasConsumed: bigint;
376
- gasPrice: bigint;
377
- };
378
- overallFee?: bigint | undefined;
379
- } | undefined;
380
- }>;
87
+ }, z.core.$strip>>;
88
+ }, z.core.$strip>;
381
89
  export declare const paymasterEstimatedFeesSchema: z.ZodObject<{
382
90
  type: z.ZodLiteral<"paymaster">;
383
- transactions: z.ZodObject<Omit<{
384
- type: z.ZodLiteral<"paymaster">;
385
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
386
- maxFee: z.ZodBigInt;
91
+ transactions: z.ZodObject<{
92
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
387
93
  overallFee: z.ZodBigInt;
388
- }, "type">, "strip", z.ZodTypeAny, {
389
- feeTokenAddress: `0x${string}`;
390
- overallFee: bigint;
391
- maxFee: bigint;
392
- }, {
393
- feeTokenAddress: string;
394
- overallFee: bigint;
395
- maxFee: bigint;
396
- }>;
397
- deployment: z.ZodOptional<z.ZodObject<Omit<{
398
- type: z.ZodLiteral<"paymaster">;
399
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
400
94
  maxFee: z.ZodBigInt;
95
+ }, z.core.$strip>;
96
+ deployment: z.ZodOptional<z.ZodObject<{
97
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
401
98
  overallFee: z.ZodBigInt;
402
- }, "type">, "strip", z.ZodTypeAny, {
403
- feeTokenAddress: `0x${string}`;
404
- overallFee: bigint;
405
- maxFee: bigint;
406
- }, {
407
- feeTokenAddress: string;
408
- overallFee: bigint;
409
- maxFee: bigint;
410
- }>>;
411
- }, "strip", z.ZodTypeAny, {
412
- type: "paymaster";
413
- transactions: {
414
- feeTokenAddress: `0x${string}`;
415
- overallFee: bigint;
416
- maxFee: bigint;
417
- };
418
- deployment?: {
419
- feeTokenAddress: `0x${string}`;
420
- overallFee: bigint;
421
- maxFee: bigint;
422
- } | undefined;
423
- }, {
424
- type: "paymaster";
425
- transactions: {
426
- feeTokenAddress: string;
427
- overallFee: bigint;
428
- maxFee: bigint;
429
- };
430
- deployment?: {
431
- feeTokenAddress: string;
432
- overallFee: bigint;
433
- maxFee: bigint;
434
- } | undefined;
435
- }>;
436
- export declare const estimatedFeesSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
99
+ maxFee: z.ZodBigInt;
100
+ }, z.core.$strip>>;
101
+ }, z.core.$strip>;
102
+ export declare const estimatedFeesSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
437
103
  type: z.ZodLiteral<"native">;
438
- transactions: z.ZodObject<Omit<{
439
- type: z.ZodLiteral<"native">;
440
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
104
+ transactions: z.ZodObject<{
105
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
441
106
  l1Gas: z.ZodObject<{
442
107
  gasConsumed: z.ZodBigInt;
443
108
  gasPrice: z.ZodBigInt;
444
- }, "strip", z.ZodTypeAny, {
445
- gasConsumed: bigint;
446
- gasPrice: bigint;
447
- }, {
448
- gasConsumed: bigint;
449
- gasPrice: bigint;
450
- }>;
109
+ }, z.core.$strip>;
451
110
  l2Gas: z.ZodObject<{
452
111
  gasConsumed: z.ZodBigInt;
453
112
  gasPrice: z.ZodBigInt;
454
- }, "strip", z.ZodTypeAny, {
455
- gasConsumed: bigint;
456
- gasPrice: bigint;
457
- }, {
458
- gasConsumed: bigint;
459
- gasPrice: bigint;
460
- }>;
113
+ }, z.core.$strip>;
461
114
  l1DataGas: z.ZodObject<{
462
115
  gasConsumed: z.ZodBigInt;
463
116
  gasPrice: z.ZodBigInt;
464
- }, "strip", z.ZodTypeAny, {
465
- gasConsumed: bigint;
466
- gasPrice: bigint;
467
- }, {
468
- gasConsumed: bigint;
469
- gasPrice: bigint;
470
- }>;
117
+ }, z.core.$strip>;
471
118
  overallFee: z.ZodOptional<z.ZodBigInt>;
472
- }, "type">, "strip", z.ZodTypeAny, {
473
- feeTokenAddress: `0x${string}`;
474
- l1Gas: {
475
- gasConsumed: bigint;
476
- gasPrice: bigint;
477
- };
478
- l2Gas: {
479
- gasConsumed: bigint;
480
- gasPrice: bigint;
481
- };
482
- l1DataGas: {
483
- gasConsumed: bigint;
484
- gasPrice: bigint;
485
- };
486
- overallFee?: bigint | undefined;
487
- }, {
488
- feeTokenAddress: string;
489
- l1Gas: {
490
- gasConsumed: bigint;
491
- gasPrice: bigint;
492
- };
493
- l2Gas: {
494
- gasConsumed: bigint;
495
- gasPrice: bigint;
496
- };
497
- l1DataGas: {
498
- gasConsumed: bigint;
499
- gasPrice: bigint;
500
- };
501
- overallFee?: bigint | undefined;
502
- }>;
503
- deployment: z.ZodOptional<z.ZodObject<Omit<{
504
- type: z.ZodLiteral<"native">;
505
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
119
+ }, z.core.$strip>;
120
+ deployment: z.ZodOptional<z.ZodObject<{
121
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
506
122
  l1Gas: z.ZodObject<{
507
123
  gasConsumed: z.ZodBigInt;
508
124
  gasPrice: z.ZodBigInt;
509
- }, "strip", z.ZodTypeAny, {
510
- gasConsumed: bigint;
511
- gasPrice: bigint;
512
- }, {
513
- gasConsumed: bigint;
514
- gasPrice: bigint;
515
- }>;
125
+ }, z.core.$strip>;
516
126
  l2Gas: z.ZodObject<{
517
127
  gasConsumed: z.ZodBigInt;
518
128
  gasPrice: z.ZodBigInt;
519
- }, "strip", z.ZodTypeAny, {
520
- gasConsumed: bigint;
521
- gasPrice: bigint;
522
- }, {
523
- gasConsumed: bigint;
524
- gasPrice: bigint;
525
- }>;
129
+ }, z.core.$strip>;
526
130
  l1DataGas: z.ZodObject<{
527
131
  gasConsumed: z.ZodBigInt;
528
132
  gasPrice: z.ZodBigInt;
529
- }, "strip", z.ZodTypeAny, {
530
- gasConsumed: bigint;
531
- gasPrice: bigint;
532
- }, {
533
- gasConsumed: bigint;
534
- gasPrice: bigint;
535
- }>;
133
+ }, z.core.$strip>;
536
134
  overallFee: z.ZodOptional<z.ZodBigInt>;
537
- }, "type">, "strip", z.ZodTypeAny, {
538
- feeTokenAddress: `0x${string}`;
539
- l1Gas: {
540
- gasConsumed: bigint;
541
- gasPrice: bigint;
542
- };
543
- l2Gas: {
544
- gasConsumed: bigint;
545
- gasPrice: bigint;
546
- };
547
- l1DataGas: {
548
- gasConsumed: bigint;
549
- gasPrice: bigint;
550
- };
551
- overallFee?: bigint | undefined;
552
- }, {
553
- feeTokenAddress: string;
554
- l1Gas: {
555
- gasConsumed: bigint;
556
- gasPrice: bigint;
557
- };
558
- l2Gas: {
559
- gasConsumed: bigint;
560
- gasPrice: bigint;
561
- };
562
- l1DataGas: {
563
- gasConsumed: bigint;
564
- gasPrice: bigint;
565
- };
566
- overallFee?: bigint | undefined;
567
- }>>;
568
- }, "strip", z.ZodTypeAny, {
569
- type: "native";
570
- transactions: {
571
- feeTokenAddress: `0x${string}`;
572
- l1Gas: {
573
- gasConsumed: bigint;
574
- gasPrice: bigint;
575
- };
576
- l2Gas: {
577
- gasConsumed: bigint;
578
- gasPrice: bigint;
579
- };
580
- l1DataGas: {
581
- gasConsumed: bigint;
582
- gasPrice: bigint;
583
- };
584
- overallFee?: bigint | undefined;
585
- };
586
- deployment?: {
587
- feeTokenAddress: `0x${string}`;
588
- l1Gas: {
589
- gasConsumed: bigint;
590
- gasPrice: bigint;
591
- };
592
- l2Gas: {
593
- gasConsumed: bigint;
594
- gasPrice: bigint;
595
- };
596
- l1DataGas: {
597
- gasConsumed: bigint;
598
- gasPrice: bigint;
599
- };
600
- overallFee?: bigint | undefined;
601
- } | undefined;
602
- }, {
603
- type: "native";
604
- transactions: {
605
- feeTokenAddress: string;
606
- l1Gas: {
607
- gasConsumed: bigint;
608
- gasPrice: bigint;
609
- };
610
- l2Gas: {
611
- gasConsumed: bigint;
612
- gasPrice: bigint;
613
- };
614
- l1DataGas: {
615
- gasConsumed: bigint;
616
- gasPrice: bigint;
617
- };
618
- overallFee?: bigint | undefined;
619
- };
620
- deployment?: {
621
- feeTokenAddress: string;
622
- l1Gas: {
623
- gasConsumed: bigint;
624
- gasPrice: bigint;
625
- };
626
- l2Gas: {
627
- gasConsumed: bigint;
628
- gasPrice: bigint;
629
- };
630
- l1DataGas: {
631
- gasConsumed: bigint;
632
- gasPrice: bigint;
633
- };
634
- overallFee?: bigint | undefined;
635
- } | undefined;
636
- }>, z.ZodObject<{
135
+ }, z.core.$strip>>;
136
+ }, z.core.$strip>, z.ZodObject<{
637
137
  type: z.ZodLiteral<"paymaster">;
638
- transactions: z.ZodObject<Omit<{
639
- type: z.ZodLiteral<"paymaster">;
640
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
641
- maxFee: z.ZodBigInt;
138
+ transactions: z.ZodObject<{
139
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
642
140
  overallFee: z.ZodBigInt;
643
- }, "type">, "strip", z.ZodTypeAny, {
644
- feeTokenAddress: `0x${string}`;
645
- overallFee: bigint;
646
- maxFee: bigint;
647
- }, {
648
- feeTokenAddress: string;
649
- overallFee: bigint;
650
- maxFee: bigint;
651
- }>;
652
- deployment: z.ZodOptional<z.ZodObject<Omit<{
653
- type: z.ZodLiteral<"paymaster">;
654
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
655
141
  maxFee: z.ZodBigInt;
142
+ }, z.core.$strip>;
143
+ deployment: z.ZodOptional<z.ZodObject<{
144
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
656
145
  overallFee: z.ZodBigInt;
657
- }, "type">, "strip", z.ZodTypeAny, {
658
- feeTokenAddress: `0x${string}`;
659
- overallFee: bigint;
660
- maxFee: bigint;
661
- }, {
662
- feeTokenAddress: string;
663
- overallFee: bigint;
664
- maxFee: bigint;
665
- }>>;
666
- }, "strip", z.ZodTypeAny, {
667
- type: "paymaster";
668
- transactions: {
669
- feeTokenAddress: `0x${string}`;
670
- overallFee: bigint;
671
- maxFee: bigint;
672
- };
673
- deployment?: {
674
- feeTokenAddress: `0x${string}`;
675
- overallFee: bigint;
676
- maxFee: bigint;
677
- } | undefined;
678
- }, {
679
- type: "paymaster";
680
- transactions: {
681
- feeTokenAddress: string;
682
- overallFee: bigint;
683
- maxFee: bigint;
684
- };
685
- deployment?: {
686
- feeTokenAddress: string;
687
- overallFee: bigint;
688
- maxFee: bigint;
689
- } | undefined;
690
- }>]>;
146
+ maxFee: z.ZodBigInt;
147
+ }, z.core.$strip>>;
148
+ }, z.core.$strip>]>;
691
149
  export type EstimatedFees = z.infer<typeof estimatedFeesSchema>;
692
150
  export type EstimatedFeesEnriched = UnionEvaluate<EstimatedFees & {
693
151
  id: string;
@@ -699,353 +157,53 @@ export type PaymasterEstimatedFee = z.infer<typeof paymasterEstimatedFeeSchema>;
699
157
  export type NativeEstimatedFees = z.infer<typeof nativeEstimatedFeesSchema>;
700
158
  export type PaymasterEstimatedFees = z.infer<typeof paymasterEstimatedFeesSchema>;
701
159
  export declare const feeEstimationResultSchema: z.ZodObject<{
702
- native: z.ZodObject<Omit<{
703
- type: z.ZodLiteral<"native">;
704
- transactions: z.ZodObject<Omit<{
705
- type: z.ZodLiteral<"native">;
706
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
160
+ native: z.ZodObject<{
161
+ transactions: z.ZodObject<{
162
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
707
163
  l1Gas: z.ZodObject<{
708
164
  gasConsumed: z.ZodBigInt;
709
165
  gasPrice: z.ZodBigInt;
710
- }, "strip", z.ZodTypeAny, {
711
- gasConsumed: bigint;
712
- gasPrice: bigint;
713
- }, {
714
- gasConsumed: bigint;
715
- gasPrice: bigint;
716
- }>;
166
+ }, z.core.$strip>;
717
167
  l2Gas: z.ZodObject<{
718
168
  gasConsumed: z.ZodBigInt;
719
169
  gasPrice: z.ZodBigInt;
720
- }, "strip", z.ZodTypeAny, {
721
- gasConsumed: bigint;
722
- gasPrice: bigint;
723
- }, {
724
- gasConsumed: bigint;
725
- gasPrice: bigint;
726
- }>;
170
+ }, z.core.$strip>;
727
171
  l1DataGas: z.ZodObject<{
728
172
  gasConsumed: z.ZodBigInt;
729
173
  gasPrice: z.ZodBigInt;
730
- }, "strip", z.ZodTypeAny, {
731
- gasConsumed: bigint;
732
- gasPrice: bigint;
733
- }, {
734
- gasConsumed: bigint;
735
- gasPrice: bigint;
736
- }>;
174
+ }, z.core.$strip>;
737
175
  overallFee: z.ZodOptional<z.ZodBigInt>;
738
- }, "type">, "strip", z.ZodTypeAny, {
739
- feeTokenAddress: `0x${string}`;
740
- l1Gas: {
741
- gasConsumed: bigint;
742
- gasPrice: bigint;
743
- };
744
- l2Gas: {
745
- gasConsumed: bigint;
746
- gasPrice: bigint;
747
- };
748
- l1DataGas: {
749
- gasConsumed: bigint;
750
- gasPrice: bigint;
751
- };
752
- overallFee?: bigint | undefined;
753
- }, {
754
- feeTokenAddress: string;
755
- l1Gas: {
756
- gasConsumed: bigint;
757
- gasPrice: bigint;
758
- };
759
- l2Gas: {
760
- gasConsumed: bigint;
761
- gasPrice: bigint;
762
- };
763
- l1DataGas: {
764
- gasConsumed: bigint;
765
- gasPrice: bigint;
766
- };
767
- overallFee?: bigint | undefined;
768
- }>;
769
- deployment: z.ZodOptional<z.ZodObject<Omit<{
770
- type: z.ZodLiteral<"native">;
771
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
176
+ }, z.core.$strip>;
177
+ deployment: z.ZodOptional<z.ZodObject<{
178
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
772
179
  l1Gas: z.ZodObject<{
773
180
  gasConsumed: z.ZodBigInt;
774
181
  gasPrice: z.ZodBigInt;
775
- }, "strip", z.ZodTypeAny, {
776
- gasConsumed: bigint;
777
- gasPrice: bigint;
778
- }, {
779
- gasConsumed: bigint;
780
- gasPrice: bigint;
781
- }>;
182
+ }, z.core.$strip>;
782
183
  l2Gas: z.ZodObject<{
783
184
  gasConsumed: z.ZodBigInt;
784
185
  gasPrice: z.ZodBigInt;
785
- }, "strip", z.ZodTypeAny, {
786
- gasConsumed: bigint;
787
- gasPrice: bigint;
788
- }, {
789
- gasConsumed: bigint;
790
- gasPrice: bigint;
791
- }>;
186
+ }, z.core.$strip>;
792
187
  l1DataGas: z.ZodObject<{
793
188
  gasConsumed: z.ZodBigInt;
794
189
  gasPrice: z.ZodBigInt;
795
- }, "strip", z.ZodTypeAny, {
796
- gasConsumed: bigint;
797
- gasPrice: bigint;
798
- }, {
799
- gasConsumed: bigint;
800
- gasPrice: bigint;
801
- }>;
190
+ }, z.core.$strip>;
802
191
  overallFee: z.ZodOptional<z.ZodBigInt>;
803
- }, "type">, "strip", z.ZodTypeAny, {
804
- feeTokenAddress: `0x${string}`;
805
- l1Gas: {
806
- gasConsumed: bigint;
807
- gasPrice: bigint;
808
- };
809
- l2Gas: {
810
- gasConsumed: bigint;
811
- gasPrice: bigint;
812
- };
813
- l1DataGas: {
814
- gasConsumed: bigint;
815
- gasPrice: bigint;
816
- };
817
- overallFee?: bigint | undefined;
818
- }, {
819
- feeTokenAddress: string;
820
- l1Gas: {
821
- gasConsumed: bigint;
822
- gasPrice: bigint;
823
- };
824
- l2Gas: {
825
- gasConsumed: bigint;
826
- gasPrice: bigint;
827
- };
828
- l1DataGas: {
829
- gasConsumed: bigint;
830
- gasPrice: bigint;
831
- };
832
- overallFee?: bigint | undefined;
833
- }>>;
834
- }, "type">, "strip", z.ZodTypeAny, {
835
- transactions: {
836
- feeTokenAddress: `0x${string}`;
837
- l1Gas: {
838
- gasConsumed: bigint;
839
- gasPrice: bigint;
840
- };
841
- l2Gas: {
842
- gasConsumed: bigint;
843
- gasPrice: bigint;
844
- };
845
- l1DataGas: {
846
- gasConsumed: bigint;
847
- gasPrice: bigint;
848
- };
849
- overallFee?: bigint | undefined;
850
- };
851
- deployment?: {
852
- feeTokenAddress: `0x${string}`;
853
- l1Gas: {
854
- gasConsumed: bigint;
855
- gasPrice: bigint;
856
- };
857
- l2Gas: {
858
- gasConsumed: bigint;
859
- gasPrice: bigint;
860
- };
861
- l1DataGas: {
862
- gasConsumed: bigint;
863
- gasPrice: bigint;
864
- };
865
- overallFee?: bigint | undefined;
866
- } | undefined;
867
- }, {
868
- transactions: {
869
- feeTokenAddress: string;
870
- l1Gas: {
871
- gasConsumed: bigint;
872
- gasPrice: bigint;
873
- };
874
- l2Gas: {
875
- gasConsumed: bigint;
876
- gasPrice: bigint;
877
- };
878
- l1DataGas: {
879
- gasConsumed: bigint;
880
- gasPrice: bigint;
881
- };
882
- overallFee?: bigint | undefined;
883
- };
884
- deployment?: {
885
- feeTokenAddress: string;
886
- l1Gas: {
887
- gasConsumed: bigint;
888
- gasPrice: bigint;
889
- };
890
- l2Gas: {
891
- gasConsumed: bigint;
892
- gasPrice: bigint;
893
- };
894
- l1DataGas: {
895
- gasConsumed: bigint;
896
- gasPrice: bigint;
897
- };
898
- overallFee?: bigint | undefined;
899
- } | undefined;
900
- }>;
901
- paymaster: z.ZodOptional<z.ZodObject<Omit<{
902
- type: z.ZodLiteral<"paymaster">;
903
- transactions: z.ZodObject<Omit<{
904
- type: z.ZodLiteral<"paymaster">;
905
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
906
- maxFee: z.ZodBigInt;
192
+ }, z.core.$strip>>;
193
+ }, z.core.$strip>;
194
+ paymaster: z.ZodOptional<z.ZodObject<{
195
+ transactions: z.ZodObject<{
196
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
907
197
  overallFee: z.ZodBigInt;
908
- }, "type">, "strip", z.ZodTypeAny, {
909
- feeTokenAddress: `0x${string}`;
910
- overallFee: bigint;
911
- maxFee: bigint;
912
- }, {
913
- feeTokenAddress: string;
914
- overallFee: bigint;
915
- maxFee: bigint;
916
- }>;
917
- deployment: z.ZodOptional<z.ZodObject<Omit<{
918
- type: z.ZodLiteral<"paymaster">;
919
- feeTokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
920
198
  maxFee: z.ZodBigInt;
199
+ }, z.core.$strip>;
200
+ deployment: z.ZodOptional<z.ZodObject<{
201
+ feeTokenAddress: z.ZodPipe<z.ZodPipe<z.ZodString, z.ZodString>, z.ZodTransform<`0x${string}`, string>>;
921
202
  overallFee: z.ZodBigInt;
922
- }, "type">, "strip", z.ZodTypeAny, {
923
- feeTokenAddress: `0x${string}`;
924
- overallFee: bigint;
925
- maxFee: bigint;
926
- }, {
927
- feeTokenAddress: string;
928
- overallFee: bigint;
929
- maxFee: bigint;
930
- }>>;
931
- }, "type">, "strip", z.ZodTypeAny, {
932
- transactions: {
933
- feeTokenAddress: `0x${string}`;
934
- overallFee: bigint;
935
- maxFee: bigint;
936
- };
937
- deployment?: {
938
- feeTokenAddress: `0x${string}`;
939
- overallFee: bigint;
940
- maxFee: bigint;
941
- } | undefined;
942
- }, {
943
- transactions: {
944
- feeTokenAddress: string;
945
- overallFee: bigint;
946
- maxFee: bigint;
947
- };
948
- deployment?: {
949
- feeTokenAddress: string;
950
- overallFee: bigint;
951
- maxFee: bigint;
952
- } | undefined;
953
- }>>;
954
- }, "strip", z.ZodTypeAny, {
955
- native: {
956
- transactions: {
957
- feeTokenAddress: `0x${string}`;
958
- l1Gas: {
959
- gasConsumed: bigint;
960
- gasPrice: bigint;
961
- };
962
- l2Gas: {
963
- gasConsumed: bigint;
964
- gasPrice: bigint;
965
- };
966
- l1DataGas: {
967
- gasConsumed: bigint;
968
- gasPrice: bigint;
969
- };
970
- overallFee?: bigint | undefined;
971
- };
972
- deployment?: {
973
- feeTokenAddress: `0x${string}`;
974
- l1Gas: {
975
- gasConsumed: bigint;
976
- gasPrice: bigint;
977
- };
978
- l2Gas: {
979
- gasConsumed: bigint;
980
- gasPrice: bigint;
981
- };
982
- l1DataGas: {
983
- gasConsumed: bigint;
984
- gasPrice: bigint;
985
- };
986
- overallFee?: bigint | undefined;
987
- } | undefined;
988
- };
989
- paymaster?: {
990
- transactions: {
991
- feeTokenAddress: `0x${string}`;
992
- overallFee: bigint;
993
- maxFee: bigint;
994
- };
995
- deployment?: {
996
- feeTokenAddress: `0x${string}`;
997
- overallFee: bigint;
998
- maxFee: bigint;
999
- } | undefined;
1000
- } | undefined;
1001
- }, {
1002
- native: {
1003
- transactions: {
1004
- feeTokenAddress: string;
1005
- l1Gas: {
1006
- gasConsumed: bigint;
1007
- gasPrice: bigint;
1008
- };
1009
- l2Gas: {
1010
- gasConsumed: bigint;
1011
- gasPrice: bigint;
1012
- };
1013
- l1DataGas: {
1014
- gasConsumed: bigint;
1015
- gasPrice: bigint;
1016
- };
1017
- overallFee?: bigint | undefined;
1018
- };
1019
- deployment?: {
1020
- feeTokenAddress: string;
1021
- l1Gas: {
1022
- gasConsumed: bigint;
1023
- gasPrice: bigint;
1024
- };
1025
- l2Gas: {
1026
- gasConsumed: bigint;
1027
- gasPrice: bigint;
1028
- };
1029
- l1DataGas: {
1030
- gasConsumed: bigint;
1031
- gasPrice: bigint;
1032
- };
1033
- overallFee?: bigint | undefined;
1034
- } | undefined;
1035
- };
1036
- paymaster?: {
1037
- transactions: {
1038
- feeTokenAddress: string;
1039
- overallFee: bigint;
1040
- maxFee: bigint;
1041
- };
1042
- deployment?: {
1043
- feeTokenAddress: string;
1044
- overallFee: bigint;
1045
- maxFee: bigint;
1046
- } | undefined;
1047
- } | undefined;
1048
- }>;
203
+ maxFee: z.ZodBigInt;
204
+ }, z.core.$strip>>;
205
+ }, z.core.$strip>>;
206
+ }, z.core.$strip>;
1049
207
  export type FeeEstimationResult = z.infer<typeof feeEstimationResultSchema>;
1050
208
  export type NativeEstimatedFeeData = StrictOmit<NativeEstimatedFee, "type">;
1051
209
  export type NativeEstimatedFeesData = StrictOmit<NativeEstimatedFees, "type">;