@wagmi/core 2.18.1 → 2.19.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.
@@ -53,3264 +53,6 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
53
53
  id: chainId;
54
54
  }>, chainOverride>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<Extract<config["chains"][number], {
55
55
  id: chainId;
56
- }>, chainOverride> extends infer T_14 ? T_14 extends import("viem").DeriveChain<Extract<config["chains"][number], {
57
- id: chainId;
58
- }>, chainOverride> ? T_14 extends import("viem").Chain ? {
59
- chain: T_14;
60
- } : {
61
- chain?: undefined;
62
- } : never : never) & (import("viem").DeriveAccount<import("viem").Account, accountOverride> extends infer T_15 ? T_15 extends import("viem").DeriveAccount<import("viem").Account, accountOverride> ? T_15 extends import("viem").Account ? {
63
- account: T_15;
64
- from: import("viem").Address;
65
- } : {
66
- account?: undefined;
67
- from?: undefined;
68
- } : never : never), import("viem").IsNever<((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
69
- accessList?: undefined | undefined;
70
- authorizationList?: undefined | undefined;
71
- blobs?: undefined | undefined;
72
- blobVersionedHashes?: undefined | undefined;
73
- gasPrice?: bigint | undefined;
74
- sidecars?: undefined | undefined;
75
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
76
- accessList?: import("viem").AccessList | undefined;
77
- authorizationList?: undefined | undefined;
78
- blobs?: undefined | undefined;
79
- blobVersionedHashes?: undefined | undefined;
80
- gasPrice?: undefined | undefined;
81
- maxFeePerBlobGas?: undefined | undefined;
82
- maxFeePerGas?: bigint | undefined;
83
- maxPriorityFeePerGas?: bigint | undefined;
84
- sidecars?: undefined | undefined;
85
- } & (import("viem").OneOf<{
86
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
87
- } | {
88
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
89
- }, import("viem").FeeValuesEIP1559> & {
90
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
91
- }) ? "eip1559" : never) | (request extends {
92
- accessList?: import("viem").AccessList | undefined;
93
- authorizationList?: undefined | undefined;
94
- blobs?: undefined | undefined;
95
- blobVersionedHashes?: undefined | undefined;
96
- gasPrice?: bigint | undefined;
97
- sidecars?: undefined | undefined;
98
- maxFeePerBlobGas?: undefined | undefined;
99
- maxFeePerGas?: undefined | undefined;
100
- maxPriorityFeePerGas?: undefined | undefined;
101
- } & {
102
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
103
- } ? "eip2930" : never) | (request extends ({
104
- accessList?: import("viem").AccessList | undefined;
105
- authorizationList?: undefined | undefined;
106
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
107
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
108
- maxFeePerBlobGas?: bigint | undefined;
109
- maxFeePerGas?: bigint | undefined;
110
- maxPriorityFeePerGas?: bigint | undefined;
111
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
112
- } | {
113
- accessList?: import("viem").AccessList | undefined;
114
- authorizationList?: undefined | undefined;
115
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
116
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
117
- maxFeePerBlobGas?: bigint | undefined;
118
- maxFeePerGas?: bigint | undefined;
119
- maxPriorityFeePerGas?: bigint | undefined;
120
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
121
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
122
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
123
- } | {
124
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
125
- } | {
126
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
127
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
128
- accessList?: import("viem").AccessList | undefined;
129
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
130
- blobs?: undefined | undefined;
131
- blobVersionedHashes?: undefined | undefined;
132
- gasPrice?: undefined | undefined;
133
- maxFeePerBlobGas?: undefined | undefined;
134
- maxFeePerGas?: bigint | undefined;
135
- maxPriorityFeePerGas?: bigint | undefined;
136
- sidecars?: undefined | undefined;
137
- } | {
138
- accessList?: import("viem").AccessList | undefined;
139
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
140
- blobs?: undefined | undefined;
141
- blobVersionedHashes?: undefined | undefined;
142
- gasPrice?: undefined | undefined;
143
- maxFeePerBlobGas?: undefined | undefined;
144
- maxFeePerGas?: bigint | undefined;
145
- maxPriorityFeePerGas?: bigint | undefined;
146
- sidecars?: undefined | undefined;
147
- }) & {
148
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
149
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
150
- accessList?: undefined | undefined;
151
- authorizationList?: undefined | undefined;
152
- blobs?: undefined | undefined;
153
- blobVersionedHashes?: undefined | undefined;
154
- gasPrice?: bigint | undefined;
155
- sidecars?: undefined | undefined;
156
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
157
- accessList?: import("viem").AccessList | undefined;
158
- authorizationList?: undefined | undefined;
159
- blobs?: undefined | undefined;
160
- blobVersionedHashes?: undefined | undefined;
161
- gasPrice?: undefined | undefined;
162
- maxFeePerBlobGas?: undefined | undefined;
163
- maxFeePerGas?: bigint | undefined;
164
- maxPriorityFeePerGas?: bigint | undefined;
165
- sidecars?: undefined | undefined;
166
- } & (import("viem").OneOf<{
167
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
168
- } | {
169
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
170
- }, import("viem").FeeValuesEIP1559> & {
171
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
172
- }) ? "eip1559" : never) | (request extends {
173
- accessList?: import("viem").AccessList | undefined;
174
- authorizationList?: undefined | undefined;
175
- blobs?: undefined | undefined;
176
- blobVersionedHashes?: undefined | undefined;
177
- gasPrice?: bigint | undefined;
178
- sidecars?: undefined | undefined;
179
- maxFeePerBlobGas?: undefined | undefined;
180
- maxFeePerGas?: undefined | undefined;
181
- maxPriorityFeePerGas?: undefined | undefined;
182
- } & {
183
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
184
- } ? "eip2930" : never) | (request extends ({
185
- accessList?: import("viem").AccessList | undefined;
186
- authorizationList?: undefined | undefined;
187
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
188
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
189
- maxFeePerBlobGas?: bigint | undefined;
190
- maxFeePerGas?: bigint | undefined;
191
- maxPriorityFeePerGas?: bigint | undefined;
192
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
193
- } | {
194
- accessList?: import("viem").AccessList | undefined;
195
- authorizationList?: undefined | undefined;
196
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
197
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
198
- maxFeePerBlobGas?: bigint | undefined;
199
- maxFeePerGas?: bigint | undefined;
200
- maxPriorityFeePerGas?: bigint | undefined;
201
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
202
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
203
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
204
- } | {
205
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
206
- } | {
207
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
208
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
209
- accessList?: import("viem").AccessList | undefined;
210
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
211
- blobs?: undefined | undefined;
212
- blobVersionedHashes?: undefined | undefined;
213
- gasPrice?: undefined | undefined;
214
- maxFeePerBlobGas?: undefined | undefined;
215
- maxFeePerGas?: bigint | undefined;
216
- maxPriorityFeePerGas?: bigint | undefined;
217
- sidecars?: undefined | undefined;
218
- } | {
219
- accessList?: import("viem").AccessList | undefined;
220
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
221
- blobs?: undefined | undefined;
222
- blobVersionedHashes?: undefined | undefined;
223
- gasPrice?: undefined | undefined;
224
- maxFeePerBlobGas?: undefined | undefined;
225
- maxFeePerGas?: bigint | undefined;
226
- maxPriorityFeePerGas?: bigint | undefined;
227
- sidecars?: undefined | undefined;
228
- }) & {
229
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
230
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_16 ? T_16 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
231
- accessList?: undefined | undefined;
232
- authorizationList?: undefined | undefined;
233
- blobs?: undefined | undefined;
234
- blobVersionedHashes?: undefined | undefined;
235
- gasPrice?: bigint | undefined;
236
- sidecars?: undefined | undefined;
237
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
238
- accessList?: import("viem").AccessList | undefined;
239
- authorizationList?: undefined | undefined;
240
- blobs?: undefined | undefined;
241
- blobVersionedHashes?: undefined | undefined;
242
- gasPrice?: undefined | undefined;
243
- maxFeePerBlobGas?: undefined | undefined;
244
- maxFeePerGas?: bigint | undefined;
245
- maxPriorityFeePerGas?: bigint | undefined;
246
- sidecars?: undefined | undefined;
247
- } & (import("viem").OneOf<{
248
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
249
- } | {
250
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
251
- }, import("viem").FeeValuesEIP1559> & {
252
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
253
- }) ? "eip1559" : never) | (request extends {
254
- accessList?: import("viem").AccessList | undefined;
255
- authorizationList?: undefined | undefined;
256
- blobs?: undefined | undefined;
257
- blobVersionedHashes?: undefined | undefined;
258
- gasPrice?: bigint | undefined;
259
- sidecars?: undefined | undefined;
260
- maxFeePerBlobGas?: undefined | undefined;
261
- maxFeePerGas?: undefined | undefined;
262
- maxPriorityFeePerGas?: undefined | undefined;
263
- } & {
264
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
265
- } ? "eip2930" : never) | (request extends ({
266
- accessList?: import("viem").AccessList | undefined;
267
- authorizationList?: undefined | undefined;
268
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
269
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
270
- maxFeePerBlobGas?: bigint | undefined;
271
- maxFeePerGas?: bigint | undefined;
272
- maxPriorityFeePerGas?: bigint | undefined;
273
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
274
- } | {
275
- accessList?: import("viem").AccessList | undefined;
276
- authorizationList?: undefined | undefined;
277
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
278
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
279
- maxFeePerBlobGas?: bigint | undefined;
280
- maxFeePerGas?: bigint | undefined;
281
- maxPriorityFeePerGas?: bigint | undefined;
282
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
283
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
284
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
285
- } | {
286
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
287
- } | {
288
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
289
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
290
- accessList?: import("viem").AccessList | undefined;
291
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
292
- blobs?: undefined | undefined;
293
- blobVersionedHashes?: undefined | undefined;
294
- gasPrice?: undefined | undefined;
295
- maxFeePerBlobGas?: undefined | undefined;
296
- maxFeePerGas?: bigint | undefined;
297
- maxPriorityFeePerGas?: bigint | undefined;
298
- sidecars?: undefined | undefined;
299
- } | {
300
- accessList?: import("viem").AccessList | undefined;
301
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
302
- blobs?: undefined | undefined;
303
- blobVersionedHashes?: undefined | undefined;
304
- gasPrice?: undefined | undefined;
305
- maxFeePerBlobGas?: undefined | undefined;
306
- maxFeePerGas?: bigint | undefined;
307
- maxPriorityFeePerGas?: bigint | undefined;
308
- sidecars?: undefined | undefined;
309
- }) & {
310
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
311
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
312
- accessList?: undefined | undefined;
313
- authorizationList?: undefined | undefined;
314
- blobs?: undefined | undefined;
315
- blobVersionedHashes?: undefined | undefined;
316
- gasPrice?: bigint | undefined;
317
- sidecars?: undefined | undefined;
318
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
319
- accessList?: import("viem").AccessList | undefined;
320
- authorizationList?: undefined | undefined;
321
- blobs?: undefined | undefined;
322
- blobVersionedHashes?: undefined | undefined;
323
- gasPrice?: undefined | undefined;
324
- maxFeePerBlobGas?: undefined | undefined;
325
- maxFeePerGas?: bigint | undefined;
326
- maxPriorityFeePerGas?: bigint | undefined;
327
- sidecars?: undefined | undefined;
328
- } & (import("viem").OneOf<{
329
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
330
- } | {
331
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
332
- }, import("viem").FeeValuesEIP1559> & {
333
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
334
- }) ? "eip1559" : never) | (request extends {
335
- accessList?: import("viem").AccessList | undefined;
336
- authorizationList?: undefined | undefined;
337
- blobs?: undefined | undefined;
338
- blobVersionedHashes?: undefined | undefined;
339
- gasPrice?: bigint | undefined;
340
- sidecars?: undefined | undefined;
341
- maxFeePerBlobGas?: undefined | undefined;
342
- maxFeePerGas?: undefined | undefined;
343
- maxPriorityFeePerGas?: undefined | undefined;
344
- } & {
345
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
346
- } ? "eip2930" : never) | (request extends ({
347
- accessList?: import("viem").AccessList | undefined;
348
- authorizationList?: undefined | undefined;
349
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
350
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
351
- maxFeePerBlobGas?: bigint | undefined;
352
- maxFeePerGas?: bigint | undefined;
353
- maxPriorityFeePerGas?: bigint | undefined;
354
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
355
- } | {
356
- accessList?: import("viem").AccessList | undefined;
357
- authorizationList?: undefined | undefined;
358
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
359
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
360
- maxFeePerBlobGas?: bigint | undefined;
361
- maxFeePerGas?: bigint | undefined;
362
- maxPriorityFeePerGas?: bigint | undefined;
363
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
364
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
365
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
366
- } | {
367
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
368
- } | {
369
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
370
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
371
- accessList?: import("viem").AccessList | undefined;
372
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
373
- blobs?: undefined | undefined;
374
- blobVersionedHashes?: undefined | undefined;
375
- gasPrice?: undefined | undefined;
376
- maxFeePerBlobGas?: undefined | undefined;
377
- maxFeePerGas?: bigint | undefined;
378
- maxPriorityFeePerGas?: bigint | undefined;
379
- sidecars?: undefined | undefined;
380
- } | {
381
- accessList?: import("viem").AccessList | undefined;
382
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
383
- blobs?: undefined | undefined;
384
- blobVersionedHashes?: undefined | undefined;
385
- gasPrice?: undefined | undefined;
386
- maxFeePerBlobGas?: undefined | undefined;
387
- maxFeePerGas?: bigint | undefined;
388
- maxPriorityFeePerGas?: bigint | undefined;
389
- sidecars?: undefined | undefined;
390
- }) & {
391
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
392
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_16 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
393
- accessList?: undefined | undefined;
394
- authorizationList?: undefined | undefined;
395
- blobs?: undefined | undefined;
396
- blobVersionedHashes?: undefined | undefined;
397
- gasPrice?: bigint | undefined;
398
- sidecars?: undefined | undefined;
399
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
400
- accessList?: import("viem").AccessList | undefined;
401
- authorizationList?: undefined | undefined;
402
- blobs?: undefined | undefined;
403
- blobVersionedHashes?: undefined | undefined;
404
- gasPrice?: undefined | undefined;
405
- maxFeePerBlobGas?: undefined | undefined;
406
- maxFeePerGas?: bigint | undefined;
407
- maxPriorityFeePerGas?: bigint | undefined;
408
- sidecars?: undefined | undefined;
409
- } & (import("viem").OneOf<{
410
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
411
- } | {
412
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
413
- }, import("viem").FeeValuesEIP1559> & {
414
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
415
- }) ? "eip1559" : never) | (request extends {
416
- accessList?: import("viem").AccessList | undefined;
417
- authorizationList?: undefined | undefined;
418
- blobs?: undefined | undefined;
419
- blobVersionedHashes?: undefined | undefined;
420
- gasPrice?: bigint | undefined;
421
- sidecars?: undefined | undefined;
422
- maxFeePerBlobGas?: undefined | undefined;
423
- maxFeePerGas?: undefined | undefined;
424
- maxPriorityFeePerGas?: undefined | undefined;
425
- } & {
426
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
427
- } ? "eip2930" : never) | (request extends ({
428
- accessList?: import("viem").AccessList | undefined;
429
- authorizationList?: undefined | undefined;
430
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
431
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
432
- maxFeePerBlobGas?: bigint | undefined;
433
- maxFeePerGas?: bigint | undefined;
434
- maxPriorityFeePerGas?: bigint | undefined;
435
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
436
- } | {
437
- accessList?: import("viem").AccessList | undefined;
438
- authorizationList?: undefined | undefined;
439
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
440
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
441
- maxFeePerBlobGas?: bigint | undefined;
442
- maxFeePerGas?: bigint | undefined;
443
- maxPriorityFeePerGas?: bigint | undefined;
444
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
445
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
446
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
447
- } | {
448
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
449
- } | {
450
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
451
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
452
- accessList?: import("viem").AccessList | undefined;
453
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
454
- blobs?: undefined | undefined;
455
- blobVersionedHashes?: undefined | undefined;
456
- gasPrice?: undefined | undefined;
457
- maxFeePerBlobGas?: undefined | undefined;
458
- maxFeePerGas?: bigint | undefined;
459
- maxPriorityFeePerGas?: bigint | undefined;
460
- sidecars?: undefined | undefined;
461
- } | {
462
- accessList?: import("viem").AccessList | undefined;
463
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
464
- blobs?: undefined | undefined;
465
- blobVersionedHashes?: undefined | undefined;
466
- gasPrice?: undefined | undefined;
467
- maxFeePerBlobGas?: undefined | undefined;
468
- maxFeePerGas?: bigint | undefined;
469
- maxPriorityFeePerGas?: bigint | undefined;
470
- sidecars?: undefined | undefined;
471
- }) & {
472
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
473
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
474
- accessList?: undefined | undefined;
475
- authorizationList?: undefined | undefined;
476
- blobs?: undefined | undefined;
477
- blobVersionedHashes?: undefined | undefined;
478
- gasPrice?: bigint | undefined;
479
- sidecars?: undefined | undefined;
480
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
481
- accessList?: import("viem").AccessList | undefined;
482
- authorizationList?: undefined | undefined;
483
- blobs?: undefined | undefined;
484
- blobVersionedHashes?: undefined | undefined;
485
- gasPrice?: undefined | undefined;
486
- maxFeePerBlobGas?: undefined | undefined;
487
- maxFeePerGas?: bigint | undefined;
488
- maxPriorityFeePerGas?: bigint | undefined;
489
- sidecars?: undefined | undefined;
490
- } & (import("viem").OneOf<{
491
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
492
- } | {
493
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
494
- }, import("viem").FeeValuesEIP1559> & {
495
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
496
- }) ? "eip1559" : never) | (request extends {
497
- accessList?: import("viem").AccessList | undefined;
498
- authorizationList?: undefined | undefined;
499
- blobs?: undefined | undefined;
500
- blobVersionedHashes?: undefined | undefined;
501
- gasPrice?: bigint | undefined;
502
- sidecars?: undefined | undefined;
503
- maxFeePerBlobGas?: undefined | undefined;
504
- maxFeePerGas?: undefined | undefined;
505
- maxPriorityFeePerGas?: undefined | undefined;
506
- } & {
507
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
508
- } ? "eip2930" : never) | (request extends ({
509
- accessList?: import("viem").AccessList | undefined;
510
- authorizationList?: undefined | undefined;
511
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
512
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
513
- maxFeePerBlobGas?: bigint | undefined;
514
- maxFeePerGas?: bigint | undefined;
515
- maxPriorityFeePerGas?: bigint | undefined;
516
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
517
- } | {
518
- accessList?: import("viem").AccessList | undefined;
519
- authorizationList?: undefined | undefined;
520
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
521
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
522
- maxFeePerBlobGas?: bigint | undefined;
523
- maxFeePerGas?: bigint | undefined;
524
- maxPriorityFeePerGas?: bigint | undefined;
525
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
526
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
527
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
528
- } | {
529
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
530
- } | {
531
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
532
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
533
- accessList?: import("viem").AccessList | undefined;
534
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
535
- blobs?: undefined | undefined;
536
- blobVersionedHashes?: undefined | undefined;
537
- gasPrice?: undefined | undefined;
538
- maxFeePerBlobGas?: undefined | undefined;
539
- maxFeePerGas?: bigint | undefined;
540
- maxPriorityFeePerGas?: bigint | undefined;
541
- sidecars?: undefined | undefined;
542
- } | {
543
- accessList?: import("viem").AccessList | undefined;
544
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
545
- blobs?: undefined | undefined;
546
- blobVersionedHashes?: undefined | undefined;
547
- gasPrice?: undefined | undefined;
548
- maxFeePerBlobGas?: undefined | undefined;
549
- maxFeePerGas?: bigint | undefined;
550
- maxPriorityFeePerGas?: bigint | undefined;
551
- sidecars?: undefined | undefined;
552
- }) & {
553
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
554
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_17 ? T_17 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
555
- accessList?: undefined | undefined;
556
- authorizationList?: undefined | undefined;
557
- blobs?: undefined | undefined;
558
- blobVersionedHashes?: undefined | undefined;
559
- gasPrice?: bigint | undefined;
560
- sidecars?: undefined | undefined;
561
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
562
- accessList?: import("viem").AccessList | undefined;
563
- authorizationList?: undefined | undefined;
564
- blobs?: undefined | undefined;
565
- blobVersionedHashes?: undefined | undefined;
566
- gasPrice?: undefined | undefined;
567
- maxFeePerBlobGas?: undefined | undefined;
568
- maxFeePerGas?: bigint | undefined;
569
- maxPriorityFeePerGas?: bigint | undefined;
570
- sidecars?: undefined | undefined;
571
- } & (import("viem").OneOf<{
572
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
573
- } | {
574
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
575
- }, import("viem").FeeValuesEIP1559> & {
576
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
577
- }) ? "eip1559" : never) | (request extends {
578
- accessList?: import("viem").AccessList | undefined;
579
- authorizationList?: undefined | undefined;
580
- blobs?: undefined | undefined;
581
- blobVersionedHashes?: undefined | undefined;
582
- gasPrice?: bigint | undefined;
583
- sidecars?: undefined | undefined;
584
- maxFeePerBlobGas?: undefined | undefined;
585
- maxFeePerGas?: undefined | undefined;
586
- maxPriorityFeePerGas?: undefined | undefined;
587
- } & {
588
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
589
- } ? "eip2930" : never) | (request extends ({
590
- accessList?: import("viem").AccessList | undefined;
591
- authorizationList?: undefined | undefined;
592
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
593
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
594
- maxFeePerBlobGas?: bigint | undefined;
595
- maxFeePerGas?: bigint | undefined;
596
- maxPriorityFeePerGas?: bigint | undefined;
597
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
598
- } | {
599
- accessList?: import("viem").AccessList | undefined;
600
- authorizationList?: undefined | undefined;
601
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
602
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
603
- maxFeePerBlobGas?: bigint | undefined;
604
- maxFeePerGas?: bigint | undefined;
605
- maxPriorityFeePerGas?: bigint | undefined;
606
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
607
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
608
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
609
- } | {
610
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
611
- } | {
612
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
613
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
614
- accessList?: import("viem").AccessList | undefined;
615
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
616
- blobs?: undefined | undefined;
617
- blobVersionedHashes?: undefined | undefined;
618
- gasPrice?: undefined | undefined;
619
- maxFeePerBlobGas?: undefined | undefined;
620
- maxFeePerGas?: bigint | undefined;
621
- maxPriorityFeePerGas?: bigint | undefined;
622
- sidecars?: undefined | undefined;
623
- } | {
624
- accessList?: import("viem").AccessList | undefined;
625
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
626
- blobs?: undefined | undefined;
627
- blobVersionedHashes?: undefined | undefined;
628
- gasPrice?: undefined | undefined;
629
- maxFeePerBlobGas?: undefined | undefined;
630
- maxFeePerGas?: bigint | undefined;
631
- maxPriorityFeePerGas?: bigint | undefined;
632
- sidecars?: undefined | undefined;
633
- }) & {
634
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
635
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
636
- accessList?: undefined | undefined;
637
- authorizationList?: undefined | undefined;
638
- blobs?: undefined | undefined;
639
- blobVersionedHashes?: undefined | undefined;
640
- gasPrice?: bigint | undefined;
641
- sidecars?: undefined | undefined;
642
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
643
- accessList?: import("viem").AccessList | undefined;
644
- authorizationList?: undefined | undefined;
645
- blobs?: undefined | undefined;
646
- blobVersionedHashes?: undefined | undefined;
647
- gasPrice?: undefined | undefined;
648
- maxFeePerBlobGas?: undefined | undefined;
649
- maxFeePerGas?: bigint | undefined;
650
- maxPriorityFeePerGas?: bigint | undefined;
651
- sidecars?: undefined | undefined;
652
- } & (import("viem").OneOf<{
653
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
654
- } | {
655
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
656
- }, import("viem").FeeValuesEIP1559> & {
657
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
658
- }) ? "eip1559" : never) | (request extends {
659
- accessList?: import("viem").AccessList | undefined;
660
- authorizationList?: undefined | undefined;
661
- blobs?: undefined | undefined;
662
- blobVersionedHashes?: undefined | undefined;
663
- gasPrice?: bigint | undefined;
664
- sidecars?: undefined | undefined;
665
- maxFeePerBlobGas?: undefined | undefined;
666
- maxFeePerGas?: undefined | undefined;
667
- maxPriorityFeePerGas?: undefined | undefined;
668
- } & {
669
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
670
- } ? "eip2930" : never) | (request extends ({
671
- accessList?: import("viem").AccessList | undefined;
672
- authorizationList?: undefined | undefined;
673
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
674
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
675
- maxFeePerBlobGas?: bigint | undefined;
676
- maxFeePerGas?: bigint | undefined;
677
- maxPriorityFeePerGas?: bigint | undefined;
678
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
679
- } | {
680
- accessList?: import("viem").AccessList | undefined;
681
- authorizationList?: undefined | undefined;
682
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
683
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
684
- maxFeePerBlobGas?: bigint | undefined;
685
- maxFeePerGas?: bigint | undefined;
686
- maxPriorityFeePerGas?: bigint | undefined;
687
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
688
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
689
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
690
- } | {
691
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
692
- } | {
693
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
694
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
695
- accessList?: import("viem").AccessList | undefined;
696
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
697
- blobs?: undefined | undefined;
698
- blobVersionedHashes?: undefined | undefined;
699
- gasPrice?: undefined | undefined;
700
- maxFeePerBlobGas?: undefined | undefined;
701
- maxFeePerGas?: bigint | undefined;
702
- maxPriorityFeePerGas?: bigint | undefined;
703
- sidecars?: undefined | undefined;
704
- } | {
705
- accessList?: import("viem").AccessList | undefined;
706
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
707
- blobs?: undefined | undefined;
708
- blobVersionedHashes?: undefined | undefined;
709
- gasPrice?: undefined | undefined;
710
- maxFeePerBlobGas?: undefined | undefined;
711
- maxFeePerGas?: bigint | undefined;
712
- maxPriorityFeePerGas?: bigint | undefined;
713
- sidecars?: undefined | undefined;
714
- }) & {
715
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
716
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_17 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
717
- accessList?: undefined | undefined;
718
- authorizationList?: undefined | undefined;
719
- blobs?: undefined | undefined;
720
- blobVersionedHashes?: undefined | undefined;
721
- gasPrice?: bigint | undefined;
722
- sidecars?: undefined | undefined;
723
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
724
- accessList?: import("viem").AccessList | undefined;
725
- authorizationList?: undefined | undefined;
726
- blobs?: undefined | undefined;
727
- blobVersionedHashes?: undefined | undefined;
728
- gasPrice?: undefined | undefined;
729
- maxFeePerBlobGas?: undefined | undefined;
730
- maxFeePerGas?: bigint | undefined;
731
- maxPriorityFeePerGas?: bigint | undefined;
732
- sidecars?: undefined | undefined;
733
- } & (import("viem").OneOf<{
734
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
735
- } | {
736
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
737
- }, import("viem").FeeValuesEIP1559> & {
738
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
739
- }) ? "eip1559" : never) | (request extends {
740
- accessList?: import("viem").AccessList | undefined;
741
- authorizationList?: undefined | undefined;
742
- blobs?: undefined | undefined;
743
- blobVersionedHashes?: undefined | undefined;
744
- gasPrice?: bigint | undefined;
745
- sidecars?: undefined | undefined;
746
- maxFeePerBlobGas?: undefined | undefined;
747
- maxFeePerGas?: undefined | undefined;
748
- maxPriorityFeePerGas?: undefined | undefined;
749
- } & {
750
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
751
- } ? "eip2930" : never) | (request extends ({
752
- accessList?: import("viem").AccessList | undefined;
753
- authorizationList?: undefined | undefined;
754
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
755
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
756
- maxFeePerBlobGas?: bigint | undefined;
757
- maxFeePerGas?: bigint | undefined;
758
- maxPriorityFeePerGas?: bigint | undefined;
759
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
760
- } | {
761
- accessList?: import("viem").AccessList | undefined;
762
- authorizationList?: undefined | undefined;
763
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
764
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
765
- maxFeePerBlobGas?: bigint | undefined;
766
- maxFeePerGas?: bigint | undefined;
767
- maxPriorityFeePerGas?: bigint | undefined;
768
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
769
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
770
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
771
- } | {
772
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
773
- } | {
774
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
775
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
776
- accessList?: import("viem").AccessList | undefined;
777
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
778
- blobs?: undefined | undefined;
779
- blobVersionedHashes?: undefined | undefined;
780
- gasPrice?: undefined | undefined;
781
- maxFeePerBlobGas?: undefined | undefined;
782
- maxFeePerGas?: bigint | undefined;
783
- maxPriorityFeePerGas?: bigint | undefined;
784
- sidecars?: undefined | undefined;
785
- } | {
786
- accessList?: import("viem").AccessList | undefined;
787
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
788
- blobs?: undefined | undefined;
789
- blobVersionedHashes?: undefined | undefined;
790
- gasPrice?: undefined | undefined;
791
- maxFeePerBlobGas?: undefined | undefined;
792
- maxFeePerGas?: bigint | undefined;
793
- maxPriorityFeePerGas?: bigint | undefined;
794
- sidecars?: undefined | undefined;
795
- }) & {
796
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
797
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
798
- accessList?: undefined | undefined;
799
- authorizationList?: undefined | undefined;
800
- blobs?: undefined | undefined;
801
- blobVersionedHashes?: undefined | undefined;
802
- gasPrice?: bigint | undefined;
803
- sidecars?: undefined | undefined;
804
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
805
- accessList?: import("viem").AccessList | undefined;
806
- authorizationList?: undefined | undefined;
807
- blobs?: undefined | undefined;
808
- blobVersionedHashes?: undefined | undefined;
809
- gasPrice?: undefined | undefined;
810
- maxFeePerBlobGas?: undefined | undefined;
811
- maxFeePerGas?: bigint | undefined;
812
- maxPriorityFeePerGas?: bigint | undefined;
813
- sidecars?: undefined | undefined;
814
- } & (import("viem").OneOf<{
815
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
816
- } | {
817
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
818
- }, import("viem").FeeValuesEIP1559> & {
819
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
820
- }) ? "eip1559" : never) | (request extends {
821
- accessList?: import("viem").AccessList | undefined;
822
- authorizationList?: undefined | undefined;
823
- blobs?: undefined | undefined;
824
- blobVersionedHashes?: undefined | undefined;
825
- gasPrice?: bigint | undefined;
826
- sidecars?: undefined | undefined;
827
- maxFeePerBlobGas?: undefined | undefined;
828
- maxFeePerGas?: undefined | undefined;
829
- maxPriorityFeePerGas?: undefined | undefined;
830
- } & {
831
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
832
- } ? "eip2930" : never) | (request extends ({
833
- accessList?: import("viem").AccessList | undefined;
834
- authorizationList?: undefined | undefined;
835
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
836
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
837
- maxFeePerBlobGas?: bigint | undefined;
838
- maxFeePerGas?: bigint | undefined;
839
- maxPriorityFeePerGas?: bigint | undefined;
840
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
841
- } | {
842
- accessList?: import("viem").AccessList | undefined;
843
- authorizationList?: undefined | undefined;
844
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
845
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
846
- maxFeePerBlobGas?: bigint | undefined;
847
- maxFeePerGas?: bigint | undefined;
848
- maxPriorityFeePerGas?: bigint | undefined;
849
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
850
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
851
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
852
- } | {
853
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
854
- } | {
855
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
856
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
857
- accessList?: import("viem").AccessList | undefined;
858
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
859
- blobs?: undefined | undefined;
860
- blobVersionedHashes?: undefined | undefined;
861
- gasPrice?: undefined | undefined;
862
- maxFeePerBlobGas?: undefined | undefined;
863
- maxFeePerGas?: bigint | undefined;
864
- maxPriorityFeePerGas?: bigint | undefined;
865
- sidecars?: undefined | undefined;
866
- } | {
867
- accessList?: import("viem").AccessList | undefined;
868
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
869
- blobs?: undefined | undefined;
870
- blobVersionedHashes?: undefined | undefined;
871
- gasPrice?: undefined | undefined;
872
- maxFeePerBlobGas?: undefined | undefined;
873
- maxFeePerGas?: bigint | undefined;
874
- maxPriorityFeePerGas?: bigint | undefined;
875
- sidecars?: undefined | undefined;
876
- }) & {
877
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
878
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_18 ? T_18 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
879
- accessList?: undefined | undefined;
880
- authorizationList?: undefined | undefined;
881
- blobs?: undefined | undefined;
882
- blobVersionedHashes?: undefined | undefined;
883
- gasPrice?: bigint | undefined;
884
- sidecars?: undefined | undefined;
885
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
886
- accessList?: import("viem").AccessList | undefined;
887
- authorizationList?: undefined | undefined;
888
- blobs?: undefined | undefined;
889
- blobVersionedHashes?: undefined | undefined;
890
- gasPrice?: undefined | undefined;
891
- maxFeePerBlobGas?: undefined | undefined;
892
- maxFeePerGas?: bigint | undefined;
893
- maxPriorityFeePerGas?: bigint | undefined;
894
- sidecars?: undefined | undefined;
895
- } & (import("viem").OneOf<{
896
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
897
- } | {
898
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
899
- }, import("viem").FeeValuesEIP1559> & {
900
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
901
- }) ? "eip1559" : never) | (request extends {
902
- accessList?: import("viem").AccessList | undefined;
903
- authorizationList?: undefined | undefined;
904
- blobs?: undefined | undefined;
905
- blobVersionedHashes?: undefined | undefined;
906
- gasPrice?: bigint | undefined;
907
- sidecars?: undefined | undefined;
908
- maxFeePerBlobGas?: undefined | undefined;
909
- maxFeePerGas?: undefined | undefined;
910
- maxPriorityFeePerGas?: undefined | undefined;
911
- } & {
912
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
913
- } ? "eip2930" : never) | (request extends ({
914
- accessList?: import("viem").AccessList | undefined;
915
- authorizationList?: undefined | undefined;
916
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
917
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
918
- maxFeePerBlobGas?: bigint | undefined;
919
- maxFeePerGas?: bigint | undefined;
920
- maxPriorityFeePerGas?: bigint | undefined;
921
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
922
- } | {
923
- accessList?: import("viem").AccessList | undefined;
924
- authorizationList?: undefined | undefined;
925
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
926
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
927
- maxFeePerBlobGas?: bigint | undefined;
928
- maxFeePerGas?: bigint | undefined;
929
- maxPriorityFeePerGas?: bigint | undefined;
930
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
931
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
932
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
933
- } | {
934
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
935
- } | {
936
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
937
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
938
- accessList?: import("viem").AccessList | undefined;
939
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
940
- blobs?: undefined | undefined;
941
- blobVersionedHashes?: undefined | undefined;
942
- gasPrice?: undefined | undefined;
943
- maxFeePerBlobGas?: undefined | undefined;
944
- maxFeePerGas?: bigint | undefined;
945
- maxPriorityFeePerGas?: bigint | undefined;
946
- sidecars?: undefined | undefined;
947
- } | {
948
- accessList?: import("viem").AccessList | undefined;
949
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
950
- blobs?: undefined | undefined;
951
- blobVersionedHashes?: undefined | undefined;
952
- gasPrice?: undefined | undefined;
953
- maxFeePerBlobGas?: undefined | undefined;
954
- maxFeePerGas?: bigint | undefined;
955
- maxPriorityFeePerGas?: bigint | undefined;
956
- sidecars?: undefined | undefined;
957
- }) & {
958
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
959
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
960
- accessList?: undefined | undefined;
961
- authorizationList?: undefined | undefined;
962
- blobs?: undefined | undefined;
963
- blobVersionedHashes?: undefined | undefined;
964
- gasPrice?: bigint | undefined;
965
- sidecars?: undefined | undefined;
966
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
967
- accessList?: import("viem").AccessList | undefined;
968
- authorizationList?: undefined | undefined;
969
- blobs?: undefined | undefined;
970
- blobVersionedHashes?: undefined | undefined;
971
- gasPrice?: undefined | undefined;
972
- maxFeePerBlobGas?: undefined | undefined;
973
- maxFeePerGas?: bigint | undefined;
974
- maxPriorityFeePerGas?: bigint | undefined;
975
- sidecars?: undefined | undefined;
976
- } & (import("viem").OneOf<{
977
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
978
- } | {
979
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
980
- }, import("viem").FeeValuesEIP1559> & {
981
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
982
- }) ? "eip1559" : never) | (request extends {
983
- accessList?: import("viem").AccessList | undefined;
984
- authorizationList?: undefined | undefined;
985
- blobs?: undefined | undefined;
986
- blobVersionedHashes?: undefined | undefined;
987
- gasPrice?: bigint | undefined;
988
- sidecars?: undefined | undefined;
989
- maxFeePerBlobGas?: undefined | undefined;
990
- maxFeePerGas?: undefined | undefined;
991
- maxPriorityFeePerGas?: undefined | undefined;
992
- } & {
993
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
994
- } ? "eip2930" : never) | (request extends ({
995
- accessList?: import("viem").AccessList | undefined;
996
- authorizationList?: undefined | undefined;
997
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
998
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
999
- maxFeePerBlobGas?: bigint | undefined;
1000
- maxFeePerGas?: bigint | undefined;
1001
- maxPriorityFeePerGas?: bigint | undefined;
1002
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1003
- } | {
1004
- accessList?: import("viem").AccessList | undefined;
1005
- authorizationList?: undefined | undefined;
1006
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1007
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1008
- maxFeePerBlobGas?: bigint | undefined;
1009
- maxFeePerGas?: bigint | undefined;
1010
- maxPriorityFeePerGas?: bigint | undefined;
1011
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1012
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1013
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1014
- } | {
1015
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1016
- } | {
1017
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1018
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1019
- accessList?: import("viem").AccessList | undefined;
1020
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1021
- blobs?: undefined | undefined;
1022
- blobVersionedHashes?: undefined | undefined;
1023
- gasPrice?: undefined | undefined;
1024
- maxFeePerBlobGas?: undefined | undefined;
1025
- maxFeePerGas?: bigint | undefined;
1026
- maxPriorityFeePerGas?: bigint | undefined;
1027
- sidecars?: undefined | undefined;
1028
- } | {
1029
- accessList?: import("viem").AccessList | undefined;
1030
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1031
- blobs?: undefined | undefined;
1032
- blobVersionedHashes?: undefined | undefined;
1033
- gasPrice?: undefined | undefined;
1034
- maxFeePerBlobGas?: undefined | undefined;
1035
- maxFeePerGas?: bigint | undefined;
1036
- maxPriorityFeePerGas?: bigint | undefined;
1037
- sidecars?: undefined | undefined;
1038
- }) & {
1039
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1040
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_18 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1041
- accessList?: undefined | undefined;
1042
- authorizationList?: undefined | undefined;
1043
- blobs?: undefined | undefined;
1044
- blobVersionedHashes?: undefined | undefined;
1045
- gasPrice?: bigint | undefined;
1046
- sidecars?: undefined | undefined;
1047
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1048
- accessList?: import("viem").AccessList | undefined;
1049
- authorizationList?: undefined | undefined;
1050
- blobs?: undefined | undefined;
1051
- blobVersionedHashes?: undefined | undefined;
1052
- gasPrice?: undefined | undefined;
1053
- maxFeePerBlobGas?: undefined | undefined;
1054
- maxFeePerGas?: bigint | undefined;
1055
- maxPriorityFeePerGas?: bigint | undefined;
1056
- sidecars?: undefined | undefined;
1057
- } & (import("viem").OneOf<{
1058
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1059
- } | {
1060
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1061
- }, import("viem").FeeValuesEIP1559> & {
1062
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1063
- }) ? "eip1559" : never) | (request extends {
1064
- accessList?: import("viem").AccessList | undefined;
1065
- authorizationList?: undefined | undefined;
1066
- blobs?: undefined | undefined;
1067
- blobVersionedHashes?: undefined | undefined;
1068
- gasPrice?: bigint | undefined;
1069
- sidecars?: undefined | undefined;
1070
- maxFeePerBlobGas?: undefined | undefined;
1071
- maxFeePerGas?: undefined | undefined;
1072
- maxPriorityFeePerGas?: undefined | undefined;
1073
- } & {
1074
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1075
- } ? "eip2930" : never) | (request extends ({
1076
- accessList?: import("viem").AccessList | undefined;
1077
- authorizationList?: undefined | undefined;
1078
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1079
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1080
- maxFeePerBlobGas?: bigint | undefined;
1081
- maxFeePerGas?: bigint | undefined;
1082
- maxPriorityFeePerGas?: bigint | undefined;
1083
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1084
- } | {
1085
- accessList?: import("viem").AccessList | undefined;
1086
- authorizationList?: undefined | undefined;
1087
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1088
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1089
- maxFeePerBlobGas?: bigint | undefined;
1090
- maxFeePerGas?: bigint | undefined;
1091
- maxPriorityFeePerGas?: bigint | undefined;
1092
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1093
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1094
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1095
- } | {
1096
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1097
- } | {
1098
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1099
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1100
- accessList?: import("viem").AccessList | undefined;
1101
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1102
- blobs?: undefined | undefined;
1103
- blobVersionedHashes?: undefined | undefined;
1104
- gasPrice?: undefined | undefined;
1105
- maxFeePerBlobGas?: undefined | undefined;
1106
- maxFeePerGas?: bigint | undefined;
1107
- maxPriorityFeePerGas?: bigint | undefined;
1108
- sidecars?: undefined | undefined;
1109
- } | {
1110
- accessList?: import("viem").AccessList | undefined;
1111
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1112
- blobs?: undefined | undefined;
1113
- blobVersionedHashes?: undefined | undefined;
1114
- gasPrice?: undefined | undefined;
1115
- maxFeePerBlobGas?: undefined | undefined;
1116
- maxFeePerGas?: bigint | undefined;
1117
- maxPriorityFeePerGas?: bigint | undefined;
1118
- sidecars?: undefined | undefined;
1119
- }) & {
1120
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1121
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1122
- accessList?: undefined | undefined;
1123
- authorizationList?: undefined | undefined;
1124
- blobs?: undefined | undefined;
1125
- blobVersionedHashes?: undefined | undefined;
1126
- gasPrice?: bigint | undefined;
1127
- sidecars?: undefined | undefined;
1128
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1129
- accessList?: import("viem").AccessList | undefined;
1130
- authorizationList?: undefined | undefined;
1131
- blobs?: undefined | undefined;
1132
- blobVersionedHashes?: undefined | undefined;
1133
- gasPrice?: undefined | undefined;
1134
- maxFeePerBlobGas?: undefined | undefined;
1135
- maxFeePerGas?: bigint | undefined;
1136
- maxPriorityFeePerGas?: bigint | undefined;
1137
- sidecars?: undefined | undefined;
1138
- } & (import("viem").OneOf<{
1139
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1140
- } | {
1141
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1142
- }, import("viem").FeeValuesEIP1559> & {
1143
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1144
- }) ? "eip1559" : never) | (request extends {
1145
- accessList?: import("viem").AccessList | undefined;
1146
- authorizationList?: undefined | undefined;
1147
- blobs?: undefined | undefined;
1148
- blobVersionedHashes?: undefined | undefined;
1149
- gasPrice?: bigint | undefined;
1150
- sidecars?: undefined | undefined;
1151
- maxFeePerBlobGas?: undefined | undefined;
1152
- maxFeePerGas?: undefined | undefined;
1153
- maxPriorityFeePerGas?: undefined | undefined;
1154
- } & {
1155
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1156
- } ? "eip2930" : never) | (request extends ({
1157
- accessList?: import("viem").AccessList | undefined;
1158
- authorizationList?: undefined | undefined;
1159
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1160
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1161
- maxFeePerBlobGas?: bigint | undefined;
1162
- maxFeePerGas?: bigint | undefined;
1163
- maxPriorityFeePerGas?: bigint | undefined;
1164
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1165
- } | {
1166
- accessList?: import("viem").AccessList | undefined;
1167
- authorizationList?: undefined | undefined;
1168
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1169
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1170
- maxFeePerBlobGas?: bigint | undefined;
1171
- maxFeePerGas?: bigint | undefined;
1172
- maxPriorityFeePerGas?: bigint | undefined;
1173
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1174
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1175
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1176
- } | {
1177
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1178
- } | {
1179
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1180
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1181
- accessList?: import("viem").AccessList | undefined;
1182
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1183
- blobs?: undefined | undefined;
1184
- blobVersionedHashes?: undefined | undefined;
1185
- gasPrice?: undefined | undefined;
1186
- maxFeePerBlobGas?: undefined | undefined;
1187
- maxFeePerGas?: bigint | undefined;
1188
- maxPriorityFeePerGas?: bigint | undefined;
1189
- sidecars?: undefined | undefined;
1190
- } | {
1191
- accessList?: import("viem").AccessList | undefined;
1192
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1193
- blobs?: undefined | undefined;
1194
- blobVersionedHashes?: undefined | undefined;
1195
- gasPrice?: undefined | undefined;
1196
- maxFeePerBlobGas?: undefined | undefined;
1197
- maxFeePerGas?: bigint | undefined;
1198
- maxPriorityFeePerGas?: bigint | undefined;
1199
- sidecars?: undefined | undefined;
1200
- }) & {
1201
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1202
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_19 ? T_19 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1203
- accessList?: undefined | undefined;
1204
- authorizationList?: undefined | undefined;
1205
- blobs?: undefined | undefined;
1206
- blobVersionedHashes?: undefined | undefined;
1207
- gasPrice?: bigint | undefined;
1208
- sidecars?: undefined | undefined;
1209
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1210
- accessList?: import("viem").AccessList | undefined;
1211
- authorizationList?: undefined | undefined;
1212
- blobs?: undefined | undefined;
1213
- blobVersionedHashes?: undefined | undefined;
1214
- gasPrice?: undefined | undefined;
1215
- maxFeePerBlobGas?: undefined | undefined;
1216
- maxFeePerGas?: bigint | undefined;
1217
- maxPriorityFeePerGas?: bigint | undefined;
1218
- sidecars?: undefined | undefined;
1219
- } & (import("viem").OneOf<{
1220
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1221
- } | {
1222
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1223
- }, import("viem").FeeValuesEIP1559> & {
1224
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1225
- }) ? "eip1559" : never) | (request extends {
1226
- accessList?: import("viem").AccessList | undefined;
1227
- authorizationList?: undefined | undefined;
1228
- blobs?: undefined | undefined;
1229
- blobVersionedHashes?: undefined | undefined;
1230
- gasPrice?: bigint | undefined;
1231
- sidecars?: undefined | undefined;
1232
- maxFeePerBlobGas?: undefined | undefined;
1233
- maxFeePerGas?: undefined | undefined;
1234
- maxPriorityFeePerGas?: undefined | undefined;
1235
- } & {
1236
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1237
- } ? "eip2930" : never) | (request extends ({
1238
- accessList?: import("viem").AccessList | undefined;
1239
- authorizationList?: undefined | undefined;
1240
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1241
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1242
- maxFeePerBlobGas?: bigint | undefined;
1243
- maxFeePerGas?: bigint | undefined;
1244
- maxPriorityFeePerGas?: bigint | undefined;
1245
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1246
- } | {
1247
- accessList?: import("viem").AccessList | undefined;
1248
- authorizationList?: undefined | undefined;
1249
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1250
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1251
- maxFeePerBlobGas?: bigint | undefined;
1252
- maxFeePerGas?: bigint | undefined;
1253
- maxPriorityFeePerGas?: bigint | undefined;
1254
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1255
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1256
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1257
- } | {
1258
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1259
- } | {
1260
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1261
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1262
- accessList?: import("viem").AccessList | undefined;
1263
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1264
- blobs?: undefined | undefined;
1265
- blobVersionedHashes?: undefined | undefined;
1266
- gasPrice?: undefined | undefined;
1267
- maxFeePerBlobGas?: undefined | undefined;
1268
- maxFeePerGas?: bigint | undefined;
1269
- maxPriorityFeePerGas?: bigint | undefined;
1270
- sidecars?: undefined | undefined;
1271
- } | {
1272
- accessList?: import("viem").AccessList | undefined;
1273
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1274
- blobs?: undefined | undefined;
1275
- blobVersionedHashes?: undefined | undefined;
1276
- gasPrice?: undefined | undefined;
1277
- maxFeePerBlobGas?: undefined | undefined;
1278
- maxFeePerGas?: bigint | undefined;
1279
- maxPriorityFeePerGas?: bigint | undefined;
1280
- sidecars?: undefined | undefined;
1281
- }) & {
1282
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1283
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1284
- accessList?: undefined | undefined;
1285
- authorizationList?: undefined | undefined;
1286
- blobs?: undefined | undefined;
1287
- blobVersionedHashes?: undefined | undefined;
1288
- gasPrice?: bigint | undefined;
1289
- sidecars?: undefined | undefined;
1290
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1291
- accessList?: import("viem").AccessList | undefined;
1292
- authorizationList?: undefined | undefined;
1293
- blobs?: undefined | undefined;
1294
- blobVersionedHashes?: undefined | undefined;
1295
- gasPrice?: undefined | undefined;
1296
- maxFeePerBlobGas?: undefined | undefined;
1297
- maxFeePerGas?: bigint | undefined;
1298
- maxPriorityFeePerGas?: bigint | undefined;
1299
- sidecars?: undefined | undefined;
1300
- } & (import("viem").OneOf<{
1301
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1302
- } | {
1303
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1304
- }, import("viem").FeeValuesEIP1559> & {
1305
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1306
- }) ? "eip1559" : never) | (request extends {
1307
- accessList?: import("viem").AccessList | undefined;
1308
- authorizationList?: undefined | undefined;
1309
- blobs?: undefined | undefined;
1310
- blobVersionedHashes?: undefined | undefined;
1311
- gasPrice?: bigint | undefined;
1312
- sidecars?: undefined | undefined;
1313
- maxFeePerBlobGas?: undefined | undefined;
1314
- maxFeePerGas?: undefined | undefined;
1315
- maxPriorityFeePerGas?: undefined | undefined;
1316
- } & {
1317
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1318
- } ? "eip2930" : never) | (request extends ({
1319
- accessList?: import("viem").AccessList | undefined;
1320
- authorizationList?: undefined | undefined;
1321
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1322
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1323
- maxFeePerBlobGas?: bigint | undefined;
1324
- maxFeePerGas?: bigint | undefined;
1325
- maxPriorityFeePerGas?: bigint | undefined;
1326
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1327
- } | {
1328
- accessList?: import("viem").AccessList | undefined;
1329
- authorizationList?: undefined | undefined;
1330
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1331
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1332
- maxFeePerBlobGas?: bigint | undefined;
1333
- maxFeePerGas?: bigint | undefined;
1334
- maxPriorityFeePerGas?: bigint | undefined;
1335
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1336
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1337
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1338
- } | {
1339
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1340
- } | {
1341
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1342
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1343
- accessList?: import("viem").AccessList | undefined;
1344
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1345
- blobs?: undefined | undefined;
1346
- blobVersionedHashes?: undefined | undefined;
1347
- gasPrice?: undefined | undefined;
1348
- maxFeePerBlobGas?: undefined | undefined;
1349
- maxFeePerGas?: bigint | undefined;
1350
- maxPriorityFeePerGas?: bigint | undefined;
1351
- sidecars?: undefined | undefined;
1352
- } | {
1353
- accessList?: import("viem").AccessList | undefined;
1354
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1355
- blobs?: undefined | undefined;
1356
- blobVersionedHashes?: undefined | undefined;
1357
- gasPrice?: undefined | undefined;
1358
- maxFeePerBlobGas?: undefined | undefined;
1359
- maxFeePerGas?: bigint | undefined;
1360
- maxPriorityFeePerGas?: bigint | undefined;
1361
- sidecars?: undefined | undefined;
1362
- }) & {
1363
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1364
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_19 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1365
- accessList?: undefined | undefined;
1366
- authorizationList?: undefined | undefined;
1367
- blobs?: undefined | undefined;
1368
- blobVersionedHashes?: undefined | undefined;
1369
- gasPrice?: bigint | undefined;
1370
- sidecars?: undefined | undefined;
1371
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1372
- accessList?: import("viem").AccessList | undefined;
1373
- authorizationList?: undefined | undefined;
1374
- blobs?: undefined | undefined;
1375
- blobVersionedHashes?: undefined | undefined;
1376
- gasPrice?: undefined | undefined;
1377
- maxFeePerBlobGas?: undefined | undefined;
1378
- maxFeePerGas?: bigint | undefined;
1379
- maxPriorityFeePerGas?: bigint | undefined;
1380
- sidecars?: undefined | undefined;
1381
- } & (import("viem").OneOf<{
1382
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1383
- } | {
1384
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1385
- }, import("viem").FeeValuesEIP1559> & {
1386
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1387
- }) ? "eip1559" : never) | (request extends {
1388
- accessList?: import("viem").AccessList | undefined;
1389
- authorizationList?: undefined | undefined;
1390
- blobs?: undefined | undefined;
1391
- blobVersionedHashes?: undefined | undefined;
1392
- gasPrice?: bigint | undefined;
1393
- sidecars?: undefined | undefined;
1394
- maxFeePerBlobGas?: undefined | undefined;
1395
- maxFeePerGas?: undefined | undefined;
1396
- maxPriorityFeePerGas?: undefined | undefined;
1397
- } & {
1398
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1399
- } ? "eip2930" : never) | (request extends ({
1400
- accessList?: import("viem").AccessList | undefined;
1401
- authorizationList?: undefined | undefined;
1402
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1403
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1404
- maxFeePerBlobGas?: bigint | undefined;
1405
- maxFeePerGas?: bigint | undefined;
1406
- maxPriorityFeePerGas?: bigint | undefined;
1407
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1408
- } | {
1409
- accessList?: import("viem").AccessList | undefined;
1410
- authorizationList?: undefined | undefined;
1411
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1412
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1413
- maxFeePerBlobGas?: bigint | undefined;
1414
- maxFeePerGas?: bigint | undefined;
1415
- maxPriorityFeePerGas?: bigint | undefined;
1416
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1417
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1418
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1419
- } | {
1420
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1421
- } | {
1422
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1423
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1424
- accessList?: import("viem").AccessList | undefined;
1425
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1426
- blobs?: undefined | undefined;
1427
- blobVersionedHashes?: undefined | undefined;
1428
- gasPrice?: undefined | undefined;
1429
- maxFeePerBlobGas?: undefined | undefined;
1430
- maxFeePerGas?: bigint | undefined;
1431
- maxPriorityFeePerGas?: bigint | undefined;
1432
- sidecars?: undefined | undefined;
1433
- } | {
1434
- accessList?: import("viem").AccessList | undefined;
1435
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1436
- blobs?: undefined | undefined;
1437
- blobVersionedHashes?: undefined | undefined;
1438
- gasPrice?: undefined | undefined;
1439
- maxFeePerBlobGas?: undefined | undefined;
1440
- maxFeePerGas?: bigint | undefined;
1441
- maxPriorityFeePerGas?: bigint | undefined;
1442
- sidecars?: undefined | undefined;
1443
- }) & {
1444
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1445
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1446
- accessList?: undefined | undefined;
1447
- authorizationList?: undefined | undefined;
1448
- blobs?: undefined | undefined;
1449
- blobVersionedHashes?: undefined | undefined;
1450
- gasPrice?: bigint | undefined;
1451
- sidecars?: undefined | undefined;
1452
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1453
- accessList?: import("viem").AccessList | undefined;
1454
- authorizationList?: undefined | undefined;
1455
- blobs?: undefined | undefined;
1456
- blobVersionedHashes?: undefined | undefined;
1457
- gasPrice?: undefined | undefined;
1458
- maxFeePerBlobGas?: undefined | undefined;
1459
- maxFeePerGas?: bigint | undefined;
1460
- maxPriorityFeePerGas?: bigint | undefined;
1461
- sidecars?: undefined | undefined;
1462
- } & (import("viem").OneOf<{
1463
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1464
- } | {
1465
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1466
- }, import("viem").FeeValuesEIP1559> & {
1467
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1468
- }) ? "eip1559" : never) | (request extends {
1469
- accessList?: import("viem").AccessList | undefined;
1470
- authorizationList?: undefined | undefined;
1471
- blobs?: undefined | undefined;
1472
- blobVersionedHashes?: undefined | undefined;
1473
- gasPrice?: bigint | undefined;
1474
- sidecars?: undefined | undefined;
1475
- maxFeePerBlobGas?: undefined | undefined;
1476
- maxFeePerGas?: undefined | undefined;
1477
- maxPriorityFeePerGas?: undefined | undefined;
1478
- } & {
1479
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1480
- } ? "eip2930" : never) | (request extends ({
1481
- accessList?: import("viem").AccessList | undefined;
1482
- authorizationList?: undefined | undefined;
1483
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1484
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1485
- maxFeePerBlobGas?: bigint | undefined;
1486
- maxFeePerGas?: bigint | undefined;
1487
- maxPriorityFeePerGas?: bigint | undefined;
1488
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1489
- } | {
1490
- accessList?: import("viem").AccessList | undefined;
1491
- authorizationList?: undefined | undefined;
1492
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1493
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1494
- maxFeePerBlobGas?: bigint | undefined;
1495
- maxFeePerGas?: bigint | undefined;
1496
- maxPriorityFeePerGas?: bigint | undefined;
1497
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1498
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1499
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1500
- } | {
1501
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1502
- } | {
1503
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1504
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1505
- accessList?: import("viem").AccessList | undefined;
1506
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1507
- blobs?: undefined | undefined;
1508
- blobVersionedHashes?: undefined | undefined;
1509
- gasPrice?: undefined | undefined;
1510
- maxFeePerBlobGas?: undefined | undefined;
1511
- maxFeePerGas?: bigint | undefined;
1512
- maxPriorityFeePerGas?: bigint | undefined;
1513
- sidecars?: undefined | undefined;
1514
- } | {
1515
- accessList?: import("viem").AccessList | undefined;
1516
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1517
- blobs?: undefined | undefined;
1518
- blobVersionedHashes?: undefined | undefined;
1519
- gasPrice?: undefined | undefined;
1520
- maxFeePerBlobGas?: undefined | undefined;
1521
- maxFeePerGas?: bigint | undefined;
1522
- maxPriorityFeePerGas?: bigint | undefined;
1523
- sidecars?: undefined | undefined;
1524
- }) & {
1525
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1526
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_20 ? T_20 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1527
- accessList?: undefined | undefined;
1528
- authorizationList?: undefined | undefined;
1529
- blobs?: undefined | undefined;
1530
- blobVersionedHashes?: undefined | undefined;
1531
- gasPrice?: bigint | undefined;
1532
- sidecars?: undefined | undefined;
1533
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1534
- accessList?: import("viem").AccessList | undefined;
1535
- authorizationList?: undefined | undefined;
1536
- blobs?: undefined | undefined;
1537
- blobVersionedHashes?: undefined | undefined;
1538
- gasPrice?: undefined | undefined;
1539
- maxFeePerBlobGas?: undefined | undefined;
1540
- maxFeePerGas?: bigint | undefined;
1541
- maxPriorityFeePerGas?: bigint | undefined;
1542
- sidecars?: undefined | undefined;
1543
- } & (import("viem").OneOf<{
1544
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1545
- } | {
1546
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1547
- }, import("viem").FeeValuesEIP1559> & {
1548
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1549
- }) ? "eip1559" : never) | (request extends {
1550
- accessList?: import("viem").AccessList | undefined;
1551
- authorizationList?: undefined | undefined;
1552
- blobs?: undefined | undefined;
1553
- blobVersionedHashes?: undefined | undefined;
1554
- gasPrice?: bigint | undefined;
1555
- sidecars?: undefined | undefined;
1556
- maxFeePerBlobGas?: undefined | undefined;
1557
- maxFeePerGas?: undefined | undefined;
1558
- maxPriorityFeePerGas?: undefined | undefined;
1559
- } & {
1560
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1561
- } ? "eip2930" : never) | (request extends ({
1562
- accessList?: import("viem").AccessList | undefined;
1563
- authorizationList?: undefined | undefined;
1564
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1565
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1566
- maxFeePerBlobGas?: bigint | undefined;
1567
- maxFeePerGas?: bigint | undefined;
1568
- maxPriorityFeePerGas?: bigint | undefined;
1569
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1570
- } | {
1571
- accessList?: import("viem").AccessList | undefined;
1572
- authorizationList?: undefined | undefined;
1573
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1574
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1575
- maxFeePerBlobGas?: bigint | undefined;
1576
- maxFeePerGas?: bigint | undefined;
1577
- maxPriorityFeePerGas?: bigint | undefined;
1578
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1579
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1580
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1581
- } | {
1582
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1583
- } | {
1584
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1585
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1586
- accessList?: import("viem").AccessList | undefined;
1587
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1588
- blobs?: undefined | undefined;
1589
- blobVersionedHashes?: undefined | undefined;
1590
- gasPrice?: undefined | undefined;
1591
- maxFeePerBlobGas?: undefined | undefined;
1592
- maxFeePerGas?: bigint | undefined;
1593
- maxPriorityFeePerGas?: bigint | undefined;
1594
- sidecars?: undefined | undefined;
1595
- } | {
1596
- accessList?: import("viem").AccessList | undefined;
1597
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1598
- blobs?: undefined | undefined;
1599
- blobVersionedHashes?: undefined | undefined;
1600
- gasPrice?: undefined | undefined;
1601
- maxFeePerBlobGas?: undefined | undefined;
1602
- maxFeePerGas?: bigint | undefined;
1603
- maxPriorityFeePerGas?: bigint | undefined;
1604
- sidecars?: undefined | undefined;
1605
- }) & {
1606
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1607
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1608
- accessList?: undefined | undefined;
1609
- authorizationList?: undefined | undefined;
1610
- blobs?: undefined | undefined;
1611
- blobVersionedHashes?: undefined | undefined;
1612
- gasPrice?: bigint | undefined;
1613
- sidecars?: undefined | undefined;
1614
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1615
- accessList?: import("viem").AccessList | undefined;
1616
- authorizationList?: undefined | undefined;
1617
- blobs?: undefined | undefined;
1618
- blobVersionedHashes?: undefined | undefined;
1619
- gasPrice?: undefined | undefined;
1620
- maxFeePerBlobGas?: undefined | undefined;
1621
- maxFeePerGas?: bigint | undefined;
1622
- maxPriorityFeePerGas?: bigint | undefined;
1623
- sidecars?: undefined | undefined;
1624
- } & (import("viem").OneOf<{
1625
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1626
- } | {
1627
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1628
- }, import("viem").FeeValuesEIP1559> & {
1629
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1630
- }) ? "eip1559" : never) | (request extends {
1631
- accessList?: import("viem").AccessList | undefined;
1632
- authorizationList?: undefined | undefined;
1633
- blobs?: undefined | undefined;
1634
- blobVersionedHashes?: undefined | undefined;
1635
- gasPrice?: bigint | undefined;
1636
- sidecars?: undefined | undefined;
1637
- maxFeePerBlobGas?: undefined | undefined;
1638
- maxFeePerGas?: undefined | undefined;
1639
- maxPriorityFeePerGas?: undefined | undefined;
1640
- } & {
1641
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1642
- } ? "eip2930" : never) | (request extends ({
1643
- accessList?: import("viem").AccessList | undefined;
1644
- authorizationList?: undefined | undefined;
1645
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1646
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1647
- maxFeePerBlobGas?: bigint | undefined;
1648
- maxFeePerGas?: bigint | undefined;
1649
- maxPriorityFeePerGas?: bigint | undefined;
1650
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1651
- } | {
1652
- accessList?: import("viem").AccessList | undefined;
1653
- authorizationList?: undefined | undefined;
1654
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1655
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1656
- maxFeePerBlobGas?: bigint | undefined;
1657
- maxFeePerGas?: bigint | undefined;
1658
- maxPriorityFeePerGas?: bigint | undefined;
1659
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1660
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1661
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1662
- } | {
1663
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1664
- } | {
1665
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1666
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1667
- accessList?: import("viem").AccessList | undefined;
1668
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1669
- blobs?: undefined | undefined;
1670
- blobVersionedHashes?: undefined | undefined;
1671
- gasPrice?: undefined | undefined;
1672
- maxFeePerBlobGas?: undefined | undefined;
1673
- maxFeePerGas?: bigint | undefined;
1674
- maxPriorityFeePerGas?: bigint | undefined;
1675
- sidecars?: undefined | undefined;
1676
- } | {
1677
- accessList?: import("viem").AccessList | undefined;
1678
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1679
- blobs?: undefined | undefined;
1680
- blobVersionedHashes?: undefined | undefined;
1681
- gasPrice?: undefined | undefined;
1682
- maxFeePerBlobGas?: undefined | undefined;
1683
- maxFeePerGas?: bigint | undefined;
1684
- maxPriorityFeePerGas?: bigint | undefined;
1685
- sidecars?: undefined | undefined;
1686
- }) & {
1687
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1688
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_20 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)> extends true ? unknown : import("viem").ExactPartial<((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1689
- accessList?: undefined | undefined;
1690
- authorizationList?: undefined | undefined;
1691
- blobs?: undefined | undefined;
1692
- blobVersionedHashes?: undefined | undefined;
1693
- gasPrice?: bigint | undefined;
1694
- sidecars?: undefined | undefined;
1695
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1696
- accessList?: import("viem").AccessList | undefined;
1697
- authorizationList?: undefined | undefined;
1698
- blobs?: undefined | undefined;
1699
- blobVersionedHashes?: undefined | undefined;
1700
- gasPrice?: undefined | undefined;
1701
- maxFeePerBlobGas?: undefined | undefined;
1702
- maxFeePerGas?: bigint | undefined;
1703
- maxPriorityFeePerGas?: bigint | undefined;
1704
- sidecars?: undefined | undefined;
1705
- } & (import("viem").OneOf<{
1706
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1707
- } | {
1708
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1709
- }, import("viem").FeeValuesEIP1559> & {
1710
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1711
- }) ? "eip1559" : never) | (request extends {
1712
- accessList?: import("viem").AccessList | undefined;
1713
- authorizationList?: undefined | undefined;
1714
- blobs?: undefined | undefined;
1715
- blobVersionedHashes?: undefined | undefined;
1716
- gasPrice?: bigint | undefined;
1717
- sidecars?: undefined | undefined;
1718
- maxFeePerBlobGas?: undefined | undefined;
1719
- maxFeePerGas?: undefined | undefined;
1720
- maxPriorityFeePerGas?: undefined | undefined;
1721
- } & {
1722
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1723
- } ? "eip2930" : never) | (request extends ({
1724
- accessList?: import("viem").AccessList | undefined;
1725
- authorizationList?: undefined | undefined;
1726
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1727
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1728
- maxFeePerBlobGas?: bigint | undefined;
1729
- maxFeePerGas?: bigint | undefined;
1730
- maxPriorityFeePerGas?: bigint | undefined;
1731
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1732
- } | {
1733
- accessList?: import("viem").AccessList | undefined;
1734
- authorizationList?: undefined | undefined;
1735
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1736
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1737
- maxFeePerBlobGas?: bigint | undefined;
1738
- maxFeePerGas?: bigint | undefined;
1739
- maxPriorityFeePerGas?: bigint | undefined;
1740
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1741
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1742
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1743
- } | {
1744
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1745
- } | {
1746
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1747
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1748
- accessList?: import("viem").AccessList | undefined;
1749
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1750
- blobs?: undefined | undefined;
1751
- blobVersionedHashes?: undefined | undefined;
1752
- gasPrice?: undefined | undefined;
1753
- maxFeePerBlobGas?: undefined | undefined;
1754
- maxFeePerGas?: bigint | undefined;
1755
- maxPriorityFeePerGas?: bigint | undefined;
1756
- sidecars?: undefined | undefined;
1757
- } | {
1758
- accessList?: import("viem").AccessList | undefined;
1759
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1760
- blobs?: undefined | undefined;
1761
- blobVersionedHashes?: undefined | undefined;
1762
- gasPrice?: undefined | undefined;
1763
- maxFeePerBlobGas?: undefined | undefined;
1764
- maxFeePerGas?: bigint | undefined;
1765
- maxPriorityFeePerGas?: bigint | undefined;
1766
- sidecars?: undefined | undefined;
1767
- }) & {
1768
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1769
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1770
- accessList?: undefined | undefined;
1771
- authorizationList?: undefined | undefined;
1772
- blobs?: undefined | undefined;
1773
- blobVersionedHashes?: undefined | undefined;
1774
- gasPrice?: bigint | undefined;
1775
- sidecars?: undefined | undefined;
1776
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1777
- accessList?: import("viem").AccessList | undefined;
1778
- authorizationList?: undefined | undefined;
1779
- blobs?: undefined | undefined;
1780
- blobVersionedHashes?: undefined | undefined;
1781
- gasPrice?: undefined | undefined;
1782
- maxFeePerBlobGas?: undefined | undefined;
1783
- maxFeePerGas?: bigint | undefined;
1784
- maxPriorityFeePerGas?: bigint | undefined;
1785
- sidecars?: undefined | undefined;
1786
- } & (import("viem").OneOf<{
1787
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1788
- } | {
1789
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1790
- }, import("viem").FeeValuesEIP1559> & {
1791
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1792
- }) ? "eip1559" : never) | (request extends {
1793
- accessList?: import("viem").AccessList | undefined;
1794
- authorizationList?: undefined | undefined;
1795
- blobs?: undefined | undefined;
1796
- blobVersionedHashes?: undefined | undefined;
1797
- gasPrice?: bigint | undefined;
1798
- sidecars?: undefined | undefined;
1799
- maxFeePerBlobGas?: undefined | undefined;
1800
- maxFeePerGas?: undefined | undefined;
1801
- maxPriorityFeePerGas?: undefined | undefined;
1802
- } & {
1803
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1804
- } ? "eip2930" : never) | (request extends ({
1805
- accessList?: import("viem").AccessList | undefined;
1806
- authorizationList?: undefined | undefined;
1807
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1808
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1809
- maxFeePerBlobGas?: bigint | undefined;
1810
- maxFeePerGas?: bigint | undefined;
1811
- maxPriorityFeePerGas?: bigint | undefined;
1812
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1813
- } | {
1814
- accessList?: import("viem").AccessList | undefined;
1815
- authorizationList?: undefined | undefined;
1816
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1817
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1818
- maxFeePerBlobGas?: bigint | undefined;
1819
- maxFeePerGas?: bigint | undefined;
1820
- maxPriorityFeePerGas?: bigint | undefined;
1821
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1822
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1823
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1824
- } | {
1825
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1826
- } | {
1827
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1828
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1829
- accessList?: import("viem").AccessList | undefined;
1830
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1831
- blobs?: undefined | undefined;
1832
- blobVersionedHashes?: undefined | undefined;
1833
- gasPrice?: undefined | undefined;
1834
- maxFeePerBlobGas?: undefined | undefined;
1835
- maxFeePerGas?: bigint | undefined;
1836
- maxPriorityFeePerGas?: bigint | undefined;
1837
- sidecars?: undefined | undefined;
1838
- } | {
1839
- accessList?: import("viem").AccessList | undefined;
1840
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1841
- blobs?: undefined | undefined;
1842
- blobVersionedHashes?: undefined | undefined;
1843
- gasPrice?: undefined | undefined;
1844
- maxFeePerBlobGas?: undefined | undefined;
1845
- maxFeePerGas?: bigint | undefined;
1846
- maxPriorityFeePerGas?: bigint | undefined;
1847
- sidecars?: undefined | undefined;
1848
- }) & {
1849
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1850
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_21 ? T_21 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
1851
- accessList?: undefined | undefined;
1852
- authorizationList?: undefined | undefined;
1853
- blobs?: undefined | undefined;
1854
- blobVersionedHashes?: undefined | undefined;
1855
- gasPrice?: bigint | undefined;
1856
- sidecars?: undefined | undefined;
1857
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1858
- accessList?: import("viem").AccessList | undefined;
1859
- authorizationList?: undefined | undefined;
1860
- blobs?: undefined | undefined;
1861
- blobVersionedHashes?: undefined | undefined;
1862
- gasPrice?: undefined | undefined;
1863
- maxFeePerBlobGas?: undefined | undefined;
1864
- maxFeePerGas?: bigint | undefined;
1865
- maxPriorityFeePerGas?: bigint | undefined;
1866
- sidecars?: undefined | undefined;
1867
- } & (import("viem").OneOf<{
1868
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1869
- } | {
1870
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1871
- }, import("viem").FeeValuesEIP1559> & {
1872
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1873
- }) ? "eip1559" : never) | (request extends {
1874
- accessList?: import("viem").AccessList | undefined;
1875
- authorizationList?: undefined | undefined;
1876
- blobs?: undefined | undefined;
1877
- blobVersionedHashes?: undefined | undefined;
1878
- gasPrice?: bigint | undefined;
1879
- sidecars?: undefined | undefined;
1880
- maxFeePerBlobGas?: undefined | undefined;
1881
- maxFeePerGas?: undefined | undefined;
1882
- maxPriorityFeePerGas?: undefined | undefined;
1883
- } & {
1884
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1885
- } ? "eip2930" : never) | (request extends ({
1886
- accessList?: import("viem").AccessList | undefined;
1887
- authorizationList?: undefined | undefined;
1888
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1889
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1890
- maxFeePerBlobGas?: bigint | undefined;
1891
- maxFeePerGas?: bigint | undefined;
1892
- maxPriorityFeePerGas?: bigint | undefined;
1893
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1894
- } | {
1895
- accessList?: import("viem").AccessList | undefined;
1896
- authorizationList?: undefined | undefined;
1897
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1898
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1899
- maxFeePerBlobGas?: bigint | undefined;
1900
- maxFeePerGas?: bigint | undefined;
1901
- maxPriorityFeePerGas?: bigint | undefined;
1902
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1903
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1904
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1905
- } | {
1906
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1907
- } | {
1908
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1909
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1910
- accessList?: import("viem").AccessList | undefined;
1911
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1912
- blobs?: undefined | undefined;
1913
- blobVersionedHashes?: undefined | undefined;
1914
- gasPrice?: undefined | undefined;
1915
- maxFeePerBlobGas?: undefined | undefined;
1916
- maxFeePerGas?: bigint | undefined;
1917
- maxPriorityFeePerGas?: bigint | undefined;
1918
- sidecars?: undefined | undefined;
1919
- } | {
1920
- accessList?: import("viem").AccessList | undefined;
1921
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1922
- blobs?: undefined | undefined;
1923
- blobVersionedHashes?: undefined | undefined;
1924
- gasPrice?: undefined | undefined;
1925
- maxFeePerBlobGas?: undefined | undefined;
1926
- maxFeePerGas?: bigint | undefined;
1927
- maxPriorityFeePerGas?: bigint | undefined;
1928
- sidecars?: undefined | undefined;
1929
- }) & {
1930
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
1931
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
1932
- accessList?: undefined | undefined;
1933
- authorizationList?: undefined | undefined;
1934
- blobs?: undefined | undefined;
1935
- blobVersionedHashes?: undefined | undefined;
1936
- gasPrice?: bigint | undefined;
1937
- sidecars?: undefined | undefined;
1938
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
1939
- accessList?: import("viem").AccessList | undefined;
1940
- authorizationList?: undefined | undefined;
1941
- blobs?: undefined | undefined;
1942
- blobVersionedHashes?: undefined | undefined;
1943
- gasPrice?: undefined | undefined;
1944
- maxFeePerBlobGas?: undefined | undefined;
1945
- maxFeePerGas?: bigint | undefined;
1946
- maxPriorityFeePerGas?: bigint | undefined;
1947
- sidecars?: undefined | undefined;
1948
- } & (import("viem").OneOf<{
1949
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
1950
- } | {
1951
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
1952
- }, import("viem").FeeValuesEIP1559> & {
1953
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
1954
- }) ? "eip1559" : never) | (request extends {
1955
- accessList?: import("viem").AccessList | undefined;
1956
- authorizationList?: undefined | undefined;
1957
- blobs?: undefined | undefined;
1958
- blobVersionedHashes?: undefined | undefined;
1959
- gasPrice?: bigint | undefined;
1960
- sidecars?: undefined | undefined;
1961
- maxFeePerBlobGas?: undefined | undefined;
1962
- maxFeePerGas?: undefined | undefined;
1963
- maxPriorityFeePerGas?: undefined | undefined;
1964
- } & {
1965
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
1966
- } ? "eip2930" : never) | (request extends ({
1967
- accessList?: import("viem").AccessList | undefined;
1968
- authorizationList?: undefined | undefined;
1969
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1970
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1971
- maxFeePerBlobGas?: bigint | undefined;
1972
- maxFeePerGas?: bigint | undefined;
1973
- maxPriorityFeePerGas?: bigint | undefined;
1974
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1975
- } | {
1976
- accessList?: import("viem").AccessList | undefined;
1977
- authorizationList?: undefined | undefined;
1978
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1979
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1980
- maxFeePerBlobGas?: bigint | undefined;
1981
- maxFeePerGas?: bigint | undefined;
1982
- maxPriorityFeePerGas?: bigint | undefined;
1983
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1984
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
1985
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
1986
- } | {
1987
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
1988
- } | {
1989
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
1990
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
1991
- accessList?: import("viem").AccessList | undefined;
1992
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
1993
- blobs?: undefined | undefined;
1994
- blobVersionedHashes?: undefined | undefined;
1995
- gasPrice?: undefined | undefined;
1996
- maxFeePerBlobGas?: undefined | undefined;
1997
- maxFeePerGas?: bigint | undefined;
1998
- maxPriorityFeePerGas?: bigint | undefined;
1999
- sidecars?: undefined | undefined;
2000
- } | {
2001
- accessList?: import("viem").AccessList | undefined;
2002
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2003
- blobs?: undefined | undefined;
2004
- blobVersionedHashes?: undefined | undefined;
2005
- gasPrice?: undefined | undefined;
2006
- maxFeePerBlobGas?: undefined | undefined;
2007
- maxFeePerGas?: bigint | undefined;
2008
- maxPriorityFeePerGas?: bigint | undefined;
2009
- sidecars?: undefined | undefined;
2010
- }) & {
2011
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2012
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_21 extends "legacy" ? import("viem").TransactionRequestLegacy : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2013
- accessList?: undefined | undefined;
2014
- authorizationList?: undefined | undefined;
2015
- blobs?: undefined | undefined;
2016
- blobVersionedHashes?: undefined | undefined;
2017
- gasPrice?: bigint | undefined;
2018
- sidecars?: undefined | undefined;
2019
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2020
- accessList?: import("viem").AccessList | undefined;
2021
- authorizationList?: undefined | undefined;
2022
- blobs?: undefined | undefined;
2023
- blobVersionedHashes?: undefined | undefined;
2024
- gasPrice?: undefined | undefined;
2025
- maxFeePerBlobGas?: undefined | undefined;
2026
- maxFeePerGas?: bigint | undefined;
2027
- maxPriorityFeePerGas?: bigint | undefined;
2028
- sidecars?: undefined | undefined;
2029
- } & (import("viem").OneOf<{
2030
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2031
- } | {
2032
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2033
- }, import("viem").FeeValuesEIP1559> & {
2034
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2035
- }) ? "eip1559" : never) | (request extends {
2036
- accessList?: import("viem").AccessList | undefined;
2037
- authorizationList?: undefined | undefined;
2038
- blobs?: undefined | undefined;
2039
- blobVersionedHashes?: undefined | undefined;
2040
- gasPrice?: bigint | undefined;
2041
- sidecars?: undefined | undefined;
2042
- maxFeePerBlobGas?: undefined | undefined;
2043
- maxFeePerGas?: undefined | undefined;
2044
- maxPriorityFeePerGas?: undefined | undefined;
2045
- } & {
2046
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2047
- } ? "eip2930" : never) | (request extends ({
2048
- accessList?: import("viem").AccessList | undefined;
2049
- authorizationList?: undefined | undefined;
2050
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2051
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2052
- maxFeePerBlobGas?: bigint | undefined;
2053
- maxFeePerGas?: bigint | undefined;
2054
- maxPriorityFeePerGas?: bigint | undefined;
2055
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2056
- } | {
2057
- accessList?: import("viem").AccessList | undefined;
2058
- authorizationList?: undefined | undefined;
2059
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2060
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2061
- maxFeePerBlobGas?: bigint | undefined;
2062
- maxFeePerGas?: bigint | undefined;
2063
- maxPriorityFeePerGas?: bigint | undefined;
2064
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2065
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2066
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2067
- } | {
2068
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2069
- } | {
2070
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2071
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2072
- accessList?: import("viem").AccessList | undefined;
2073
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2074
- blobs?: undefined | undefined;
2075
- blobVersionedHashes?: undefined | undefined;
2076
- gasPrice?: undefined | undefined;
2077
- maxFeePerBlobGas?: undefined | undefined;
2078
- maxFeePerGas?: bigint | undefined;
2079
- maxPriorityFeePerGas?: bigint | undefined;
2080
- sidecars?: undefined | undefined;
2081
- } | {
2082
- accessList?: import("viem").AccessList | undefined;
2083
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2084
- blobs?: undefined | undefined;
2085
- blobVersionedHashes?: undefined | undefined;
2086
- gasPrice?: undefined | undefined;
2087
- maxFeePerBlobGas?: undefined | undefined;
2088
- maxFeePerGas?: bigint | undefined;
2089
- maxPriorityFeePerGas?: bigint | undefined;
2090
- sidecars?: undefined | undefined;
2091
- }) & {
2092
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2093
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2094
- accessList?: undefined | undefined;
2095
- authorizationList?: undefined | undefined;
2096
- blobs?: undefined | undefined;
2097
- blobVersionedHashes?: undefined | undefined;
2098
- gasPrice?: bigint | undefined;
2099
- sidecars?: undefined | undefined;
2100
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2101
- accessList?: import("viem").AccessList | undefined;
2102
- authorizationList?: undefined | undefined;
2103
- blobs?: undefined | undefined;
2104
- blobVersionedHashes?: undefined | undefined;
2105
- gasPrice?: undefined | undefined;
2106
- maxFeePerBlobGas?: undefined | undefined;
2107
- maxFeePerGas?: bigint | undefined;
2108
- maxPriorityFeePerGas?: bigint | undefined;
2109
- sidecars?: undefined | undefined;
2110
- } & (import("viem").OneOf<{
2111
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2112
- } | {
2113
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2114
- }, import("viem").FeeValuesEIP1559> & {
2115
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2116
- }) ? "eip1559" : never) | (request extends {
2117
- accessList?: import("viem").AccessList | undefined;
2118
- authorizationList?: undefined | undefined;
2119
- blobs?: undefined | undefined;
2120
- blobVersionedHashes?: undefined | undefined;
2121
- gasPrice?: bigint | undefined;
2122
- sidecars?: undefined | undefined;
2123
- maxFeePerBlobGas?: undefined | undefined;
2124
- maxFeePerGas?: undefined | undefined;
2125
- maxPriorityFeePerGas?: undefined | undefined;
2126
- } & {
2127
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2128
- } ? "eip2930" : never) | (request extends ({
2129
- accessList?: import("viem").AccessList | undefined;
2130
- authorizationList?: undefined | undefined;
2131
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2132
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2133
- maxFeePerBlobGas?: bigint | undefined;
2134
- maxFeePerGas?: bigint | undefined;
2135
- maxPriorityFeePerGas?: bigint | undefined;
2136
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2137
- } | {
2138
- accessList?: import("viem").AccessList | undefined;
2139
- authorizationList?: undefined | undefined;
2140
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2141
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2142
- maxFeePerBlobGas?: bigint | undefined;
2143
- maxFeePerGas?: bigint | undefined;
2144
- maxPriorityFeePerGas?: bigint | undefined;
2145
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2146
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2147
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2148
- } | {
2149
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2150
- } | {
2151
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2152
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2153
- accessList?: import("viem").AccessList | undefined;
2154
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2155
- blobs?: undefined | undefined;
2156
- blobVersionedHashes?: undefined | undefined;
2157
- gasPrice?: undefined | undefined;
2158
- maxFeePerBlobGas?: undefined | undefined;
2159
- maxFeePerGas?: bigint | undefined;
2160
- maxPriorityFeePerGas?: bigint | undefined;
2161
- sidecars?: undefined | undefined;
2162
- } | {
2163
- accessList?: import("viem").AccessList | undefined;
2164
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2165
- blobs?: undefined | undefined;
2166
- blobVersionedHashes?: undefined | undefined;
2167
- gasPrice?: undefined | undefined;
2168
- maxFeePerBlobGas?: undefined | undefined;
2169
- maxFeePerGas?: bigint | undefined;
2170
- maxPriorityFeePerGas?: bigint | undefined;
2171
- sidecars?: undefined | undefined;
2172
- }) & {
2173
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2174
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_22 ? T_22 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2175
- accessList?: undefined | undefined;
2176
- authorizationList?: undefined | undefined;
2177
- blobs?: undefined | undefined;
2178
- blobVersionedHashes?: undefined | undefined;
2179
- gasPrice?: bigint | undefined;
2180
- sidecars?: undefined | undefined;
2181
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2182
- accessList?: import("viem").AccessList | undefined;
2183
- authorizationList?: undefined | undefined;
2184
- blobs?: undefined | undefined;
2185
- blobVersionedHashes?: undefined | undefined;
2186
- gasPrice?: undefined | undefined;
2187
- maxFeePerBlobGas?: undefined | undefined;
2188
- maxFeePerGas?: bigint | undefined;
2189
- maxPriorityFeePerGas?: bigint | undefined;
2190
- sidecars?: undefined | undefined;
2191
- } & (import("viem").OneOf<{
2192
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2193
- } | {
2194
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2195
- }, import("viem").FeeValuesEIP1559> & {
2196
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2197
- }) ? "eip1559" : never) | (request extends {
2198
- accessList?: import("viem").AccessList | undefined;
2199
- authorizationList?: undefined | undefined;
2200
- blobs?: undefined | undefined;
2201
- blobVersionedHashes?: undefined | undefined;
2202
- gasPrice?: bigint | undefined;
2203
- sidecars?: undefined | undefined;
2204
- maxFeePerBlobGas?: undefined | undefined;
2205
- maxFeePerGas?: undefined | undefined;
2206
- maxPriorityFeePerGas?: undefined | undefined;
2207
- } & {
2208
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2209
- } ? "eip2930" : never) | (request extends ({
2210
- accessList?: import("viem").AccessList | undefined;
2211
- authorizationList?: undefined | undefined;
2212
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2213
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2214
- maxFeePerBlobGas?: bigint | undefined;
2215
- maxFeePerGas?: bigint | undefined;
2216
- maxPriorityFeePerGas?: bigint | undefined;
2217
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2218
- } | {
2219
- accessList?: import("viem").AccessList | undefined;
2220
- authorizationList?: undefined | undefined;
2221
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2222
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2223
- maxFeePerBlobGas?: bigint | undefined;
2224
- maxFeePerGas?: bigint | undefined;
2225
- maxPriorityFeePerGas?: bigint | undefined;
2226
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2227
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2228
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2229
- } | {
2230
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2231
- } | {
2232
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2233
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2234
- accessList?: import("viem").AccessList | undefined;
2235
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2236
- blobs?: undefined | undefined;
2237
- blobVersionedHashes?: undefined | undefined;
2238
- gasPrice?: undefined | undefined;
2239
- maxFeePerBlobGas?: undefined | undefined;
2240
- maxFeePerGas?: bigint | undefined;
2241
- maxPriorityFeePerGas?: bigint | undefined;
2242
- sidecars?: undefined | undefined;
2243
- } | {
2244
- accessList?: import("viem").AccessList | undefined;
2245
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2246
- blobs?: undefined | undefined;
2247
- blobVersionedHashes?: undefined | undefined;
2248
- gasPrice?: undefined | undefined;
2249
- maxFeePerBlobGas?: undefined | undefined;
2250
- maxFeePerGas?: bigint | undefined;
2251
- maxPriorityFeePerGas?: bigint | undefined;
2252
- sidecars?: undefined | undefined;
2253
- }) & {
2254
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2255
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2256
- accessList?: undefined | undefined;
2257
- authorizationList?: undefined | undefined;
2258
- blobs?: undefined | undefined;
2259
- blobVersionedHashes?: undefined | undefined;
2260
- gasPrice?: bigint | undefined;
2261
- sidecars?: undefined | undefined;
2262
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2263
- accessList?: import("viem").AccessList | undefined;
2264
- authorizationList?: undefined | undefined;
2265
- blobs?: undefined | undefined;
2266
- blobVersionedHashes?: undefined | undefined;
2267
- gasPrice?: undefined | undefined;
2268
- maxFeePerBlobGas?: undefined | undefined;
2269
- maxFeePerGas?: bigint | undefined;
2270
- maxPriorityFeePerGas?: bigint | undefined;
2271
- sidecars?: undefined | undefined;
2272
- } & (import("viem").OneOf<{
2273
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2274
- } | {
2275
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2276
- }, import("viem").FeeValuesEIP1559> & {
2277
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2278
- }) ? "eip1559" : never) | (request extends {
2279
- accessList?: import("viem").AccessList | undefined;
2280
- authorizationList?: undefined | undefined;
2281
- blobs?: undefined | undefined;
2282
- blobVersionedHashes?: undefined | undefined;
2283
- gasPrice?: bigint | undefined;
2284
- sidecars?: undefined | undefined;
2285
- maxFeePerBlobGas?: undefined | undefined;
2286
- maxFeePerGas?: undefined | undefined;
2287
- maxPriorityFeePerGas?: undefined | undefined;
2288
- } & {
2289
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2290
- } ? "eip2930" : never) | (request extends ({
2291
- accessList?: import("viem").AccessList | undefined;
2292
- authorizationList?: undefined | undefined;
2293
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2294
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2295
- maxFeePerBlobGas?: bigint | undefined;
2296
- maxFeePerGas?: bigint | undefined;
2297
- maxPriorityFeePerGas?: bigint | undefined;
2298
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2299
- } | {
2300
- accessList?: import("viem").AccessList | undefined;
2301
- authorizationList?: undefined | undefined;
2302
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2303
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2304
- maxFeePerBlobGas?: bigint | undefined;
2305
- maxFeePerGas?: bigint | undefined;
2306
- maxPriorityFeePerGas?: bigint | undefined;
2307
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2308
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2309
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2310
- } | {
2311
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2312
- } | {
2313
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2314
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2315
- accessList?: import("viem").AccessList | undefined;
2316
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2317
- blobs?: undefined | undefined;
2318
- blobVersionedHashes?: undefined | undefined;
2319
- gasPrice?: undefined | undefined;
2320
- maxFeePerBlobGas?: undefined | undefined;
2321
- maxFeePerGas?: bigint | undefined;
2322
- maxPriorityFeePerGas?: bigint | undefined;
2323
- sidecars?: undefined | undefined;
2324
- } | {
2325
- accessList?: import("viem").AccessList | undefined;
2326
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2327
- blobs?: undefined | undefined;
2328
- blobVersionedHashes?: undefined | undefined;
2329
- gasPrice?: undefined | undefined;
2330
- maxFeePerBlobGas?: undefined | undefined;
2331
- maxFeePerGas?: bigint | undefined;
2332
- maxPriorityFeePerGas?: bigint | undefined;
2333
- sidecars?: undefined | undefined;
2334
- }) & {
2335
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2336
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_22 extends "eip1559" ? import("viem").TransactionRequestEIP1559 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2337
- accessList?: undefined | undefined;
2338
- authorizationList?: undefined | undefined;
2339
- blobs?: undefined | undefined;
2340
- blobVersionedHashes?: undefined | undefined;
2341
- gasPrice?: bigint | undefined;
2342
- sidecars?: undefined | undefined;
2343
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2344
- accessList?: import("viem").AccessList | undefined;
2345
- authorizationList?: undefined | undefined;
2346
- blobs?: undefined | undefined;
2347
- blobVersionedHashes?: undefined | undefined;
2348
- gasPrice?: undefined | undefined;
2349
- maxFeePerBlobGas?: undefined | undefined;
2350
- maxFeePerGas?: bigint | undefined;
2351
- maxPriorityFeePerGas?: bigint | undefined;
2352
- sidecars?: undefined | undefined;
2353
- } & (import("viem").OneOf<{
2354
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2355
- } | {
2356
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2357
- }, import("viem").FeeValuesEIP1559> & {
2358
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2359
- }) ? "eip1559" : never) | (request extends {
2360
- accessList?: import("viem").AccessList | undefined;
2361
- authorizationList?: undefined | undefined;
2362
- blobs?: undefined | undefined;
2363
- blobVersionedHashes?: undefined | undefined;
2364
- gasPrice?: bigint | undefined;
2365
- sidecars?: undefined | undefined;
2366
- maxFeePerBlobGas?: undefined | undefined;
2367
- maxFeePerGas?: undefined | undefined;
2368
- maxPriorityFeePerGas?: undefined | undefined;
2369
- } & {
2370
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2371
- } ? "eip2930" : never) | (request extends ({
2372
- accessList?: import("viem").AccessList | undefined;
2373
- authorizationList?: undefined | undefined;
2374
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2375
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2376
- maxFeePerBlobGas?: bigint | undefined;
2377
- maxFeePerGas?: bigint | undefined;
2378
- maxPriorityFeePerGas?: bigint | undefined;
2379
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2380
- } | {
2381
- accessList?: import("viem").AccessList | undefined;
2382
- authorizationList?: undefined | undefined;
2383
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2384
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2385
- maxFeePerBlobGas?: bigint | undefined;
2386
- maxFeePerGas?: bigint | undefined;
2387
- maxPriorityFeePerGas?: bigint | undefined;
2388
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2389
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2390
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2391
- } | {
2392
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2393
- } | {
2394
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2395
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2396
- accessList?: import("viem").AccessList | undefined;
2397
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2398
- blobs?: undefined | undefined;
2399
- blobVersionedHashes?: undefined | undefined;
2400
- gasPrice?: undefined | undefined;
2401
- maxFeePerBlobGas?: undefined | undefined;
2402
- maxFeePerGas?: bigint | undefined;
2403
- maxPriorityFeePerGas?: bigint | undefined;
2404
- sidecars?: undefined | undefined;
2405
- } | {
2406
- accessList?: import("viem").AccessList | undefined;
2407
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2408
- blobs?: undefined | undefined;
2409
- blobVersionedHashes?: undefined | undefined;
2410
- gasPrice?: undefined | undefined;
2411
- maxFeePerBlobGas?: undefined | undefined;
2412
- maxFeePerGas?: bigint | undefined;
2413
- maxPriorityFeePerGas?: bigint | undefined;
2414
- sidecars?: undefined | undefined;
2415
- }) & {
2416
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2417
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2418
- accessList?: undefined | undefined;
2419
- authorizationList?: undefined | undefined;
2420
- blobs?: undefined | undefined;
2421
- blobVersionedHashes?: undefined | undefined;
2422
- gasPrice?: bigint | undefined;
2423
- sidecars?: undefined | undefined;
2424
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2425
- accessList?: import("viem").AccessList | undefined;
2426
- authorizationList?: undefined | undefined;
2427
- blobs?: undefined | undefined;
2428
- blobVersionedHashes?: undefined | undefined;
2429
- gasPrice?: undefined | undefined;
2430
- maxFeePerBlobGas?: undefined | undefined;
2431
- maxFeePerGas?: bigint | undefined;
2432
- maxPriorityFeePerGas?: bigint | undefined;
2433
- sidecars?: undefined | undefined;
2434
- } & (import("viem").OneOf<{
2435
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2436
- } | {
2437
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2438
- }, import("viem").FeeValuesEIP1559> & {
2439
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2440
- }) ? "eip1559" : never) | (request extends {
2441
- accessList?: import("viem").AccessList | undefined;
2442
- authorizationList?: undefined | undefined;
2443
- blobs?: undefined | undefined;
2444
- blobVersionedHashes?: undefined | undefined;
2445
- gasPrice?: bigint | undefined;
2446
- sidecars?: undefined | undefined;
2447
- maxFeePerBlobGas?: undefined | undefined;
2448
- maxFeePerGas?: undefined | undefined;
2449
- maxPriorityFeePerGas?: undefined | undefined;
2450
- } & {
2451
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2452
- } ? "eip2930" : never) | (request extends ({
2453
- accessList?: import("viem").AccessList | undefined;
2454
- authorizationList?: undefined | undefined;
2455
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2456
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2457
- maxFeePerBlobGas?: bigint | undefined;
2458
- maxFeePerGas?: bigint | undefined;
2459
- maxPriorityFeePerGas?: bigint | undefined;
2460
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2461
- } | {
2462
- accessList?: import("viem").AccessList | undefined;
2463
- authorizationList?: undefined | undefined;
2464
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2465
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2466
- maxFeePerBlobGas?: bigint | undefined;
2467
- maxFeePerGas?: bigint | undefined;
2468
- maxPriorityFeePerGas?: bigint | undefined;
2469
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2470
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2471
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2472
- } | {
2473
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2474
- } | {
2475
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2476
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2477
- accessList?: import("viem").AccessList | undefined;
2478
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2479
- blobs?: undefined | undefined;
2480
- blobVersionedHashes?: undefined | undefined;
2481
- gasPrice?: undefined | undefined;
2482
- maxFeePerBlobGas?: undefined | undefined;
2483
- maxFeePerGas?: bigint | undefined;
2484
- maxPriorityFeePerGas?: bigint | undefined;
2485
- sidecars?: undefined | undefined;
2486
- } | {
2487
- accessList?: import("viem").AccessList | undefined;
2488
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2489
- blobs?: undefined | undefined;
2490
- blobVersionedHashes?: undefined | undefined;
2491
- gasPrice?: undefined | undefined;
2492
- maxFeePerBlobGas?: undefined | undefined;
2493
- maxFeePerGas?: bigint | undefined;
2494
- maxPriorityFeePerGas?: bigint | undefined;
2495
- sidecars?: undefined | undefined;
2496
- }) & {
2497
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2498
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_23 ? T_23 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2499
- accessList?: undefined | undefined;
2500
- authorizationList?: undefined | undefined;
2501
- blobs?: undefined | undefined;
2502
- blobVersionedHashes?: undefined | undefined;
2503
- gasPrice?: bigint | undefined;
2504
- sidecars?: undefined | undefined;
2505
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2506
- accessList?: import("viem").AccessList | undefined;
2507
- authorizationList?: undefined | undefined;
2508
- blobs?: undefined | undefined;
2509
- blobVersionedHashes?: undefined | undefined;
2510
- gasPrice?: undefined | undefined;
2511
- maxFeePerBlobGas?: undefined | undefined;
2512
- maxFeePerGas?: bigint | undefined;
2513
- maxPriorityFeePerGas?: bigint | undefined;
2514
- sidecars?: undefined | undefined;
2515
- } & (import("viem").OneOf<{
2516
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2517
- } | {
2518
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2519
- }, import("viem").FeeValuesEIP1559> & {
2520
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2521
- }) ? "eip1559" : never) | (request extends {
2522
- accessList?: import("viem").AccessList | undefined;
2523
- authorizationList?: undefined | undefined;
2524
- blobs?: undefined | undefined;
2525
- blobVersionedHashes?: undefined | undefined;
2526
- gasPrice?: bigint | undefined;
2527
- sidecars?: undefined | undefined;
2528
- maxFeePerBlobGas?: undefined | undefined;
2529
- maxFeePerGas?: undefined | undefined;
2530
- maxPriorityFeePerGas?: undefined | undefined;
2531
- } & {
2532
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2533
- } ? "eip2930" : never) | (request extends ({
2534
- accessList?: import("viem").AccessList | undefined;
2535
- authorizationList?: undefined | undefined;
2536
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2537
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2538
- maxFeePerBlobGas?: bigint | undefined;
2539
- maxFeePerGas?: bigint | undefined;
2540
- maxPriorityFeePerGas?: bigint | undefined;
2541
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2542
- } | {
2543
- accessList?: import("viem").AccessList | undefined;
2544
- authorizationList?: undefined | undefined;
2545
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2546
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2547
- maxFeePerBlobGas?: bigint | undefined;
2548
- maxFeePerGas?: bigint | undefined;
2549
- maxPriorityFeePerGas?: bigint | undefined;
2550
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2551
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2552
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2553
- } | {
2554
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2555
- } | {
2556
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2557
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2558
- accessList?: import("viem").AccessList | undefined;
2559
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2560
- blobs?: undefined | undefined;
2561
- blobVersionedHashes?: undefined | undefined;
2562
- gasPrice?: undefined | undefined;
2563
- maxFeePerBlobGas?: undefined | undefined;
2564
- maxFeePerGas?: bigint | undefined;
2565
- maxPriorityFeePerGas?: bigint | undefined;
2566
- sidecars?: undefined | undefined;
2567
- } | {
2568
- accessList?: import("viem").AccessList | undefined;
2569
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2570
- blobs?: undefined | undefined;
2571
- blobVersionedHashes?: undefined | undefined;
2572
- gasPrice?: undefined | undefined;
2573
- maxFeePerBlobGas?: undefined | undefined;
2574
- maxFeePerGas?: bigint | undefined;
2575
- maxPriorityFeePerGas?: bigint | undefined;
2576
- sidecars?: undefined | undefined;
2577
- }) & {
2578
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2579
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2580
- accessList?: undefined | undefined;
2581
- authorizationList?: undefined | undefined;
2582
- blobs?: undefined | undefined;
2583
- blobVersionedHashes?: undefined | undefined;
2584
- gasPrice?: bigint | undefined;
2585
- sidecars?: undefined | undefined;
2586
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2587
- accessList?: import("viem").AccessList | undefined;
2588
- authorizationList?: undefined | undefined;
2589
- blobs?: undefined | undefined;
2590
- blobVersionedHashes?: undefined | undefined;
2591
- gasPrice?: undefined | undefined;
2592
- maxFeePerBlobGas?: undefined | undefined;
2593
- maxFeePerGas?: bigint | undefined;
2594
- maxPriorityFeePerGas?: bigint | undefined;
2595
- sidecars?: undefined | undefined;
2596
- } & (import("viem").OneOf<{
2597
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2598
- } | {
2599
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2600
- }, import("viem").FeeValuesEIP1559> & {
2601
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2602
- }) ? "eip1559" : never) | (request extends {
2603
- accessList?: import("viem").AccessList | undefined;
2604
- authorizationList?: undefined | undefined;
2605
- blobs?: undefined | undefined;
2606
- blobVersionedHashes?: undefined | undefined;
2607
- gasPrice?: bigint | undefined;
2608
- sidecars?: undefined | undefined;
2609
- maxFeePerBlobGas?: undefined | undefined;
2610
- maxFeePerGas?: undefined | undefined;
2611
- maxPriorityFeePerGas?: undefined | undefined;
2612
- } & {
2613
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2614
- } ? "eip2930" : never) | (request extends ({
2615
- accessList?: import("viem").AccessList | undefined;
2616
- authorizationList?: undefined | undefined;
2617
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2618
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2619
- maxFeePerBlobGas?: bigint | undefined;
2620
- maxFeePerGas?: bigint | undefined;
2621
- maxPriorityFeePerGas?: bigint | undefined;
2622
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2623
- } | {
2624
- accessList?: import("viem").AccessList | undefined;
2625
- authorizationList?: undefined | undefined;
2626
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2627
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2628
- maxFeePerBlobGas?: bigint | undefined;
2629
- maxFeePerGas?: bigint | undefined;
2630
- maxPriorityFeePerGas?: bigint | undefined;
2631
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2632
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2633
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2634
- } | {
2635
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2636
- } | {
2637
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2638
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2639
- accessList?: import("viem").AccessList | undefined;
2640
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2641
- blobs?: undefined | undefined;
2642
- blobVersionedHashes?: undefined | undefined;
2643
- gasPrice?: undefined | undefined;
2644
- maxFeePerBlobGas?: undefined | undefined;
2645
- maxFeePerGas?: bigint | undefined;
2646
- maxPriorityFeePerGas?: bigint | undefined;
2647
- sidecars?: undefined | undefined;
2648
- } | {
2649
- accessList?: import("viem").AccessList | undefined;
2650
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2651
- blobs?: undefined | undefined;
2652
- blobVersionedHashes?: undefined | undefined;
2653
- gasPrice?: undefined | undefined;
2654
- maxFeePerBlobGas?: undefined | undefined;
2655
- maxFeePerGas?: bigint | undefined;
2656
- maxPriorityFeePerGas?: bigint | undefined;
2657
- sidecars?: undefined | undefined;
2658
- }) & {
2659
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2660
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_23 extends "eip2930" ? import("viem").TransactionRequestEIP2930 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2661
- accessList?: undefined | undefined;
2662
- authorizationList?: undefined | undefined;
2663
- blobs?: undefined | undefined;
2664
- blobVersionedHashes?: undefined | undefined;
2665
- gasPrice?: bigint | undefined;
2666
- sidecars?: undefined | undefined;
2667
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2668
- accessList?: import("viem").AccessList | undefined;
2669
- authorizationList?: undefined | undefined;
2670
- blobs?: undefined | undefined;
2671
- blobVersionedHashes?: undefined | undefined;
2672
- gasPrice?: undefined | undefined;
2673
- maxFeePerBlobGas?: undefined | undefined;
2674
- maxFeePerGas?: bigint | undefined;
2675
- maxPriorityFeePerGas?: bigint | undefined;
2676
- sidecars?: undefined | undefined;
2677
- } & (import("viem").OneOf<{
2678
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2679
- } | {
2680
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2681
- }, import("viem").FeeValuesEIP1559> & {
2682
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2683
- }) ? "eip1559" : never) | (request extends {
2684
- accessList?: import("viem").AccessList | undefined;
2685
- authorizationList?: undefined | undefined;
2686
- blobs?: undefined | undefined;
2687
- blobVersionedHashes?: undefined | undefined;
2688
- gasPrice?: bigint | undefined;
2689
- sidecars?: undefined | undefined;
2690
- maxFeePerBlobGas?: undefined | undefined;
2691
- maxFeePerGas?: undefined | undefined;
2692
- maxPriorityFeePerGas?: undefined | undefined;
2693
- } & {
2694
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2695
- } ? "eip2930" : never) | (request extends ({
2696
- accessList?: import("viem").AccessList | undefined;
2697
- authorizationList?: undefined | undefined;
2698
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2699
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2700
- maxFeePerBlobGas?: bigint | undefined;
2701
- maxFeePerGas?: bigint | undefined;
2702
- maxPriorityFeePerGas?: bigint | undefined;
2703
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2704
- } | {
2705
- accessList?: import("viem").AccessList | undefined;
2706
- authorizationList?: undefined | undefined;
2707
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2708
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2709
- maxFeePerBlobGas?: bigint | undefined;
2710
- maxFeePerGas?: bigint | undefined;
2711
- maxPriorityFeePerGas?: bigint | undefined;
2712
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2713
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2714
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2715
- } | {
2716
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2717
- } | {
2718
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2719
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2720
- accessList?: import("viem").AccessList | undefined;
2721
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2722
- blobs?: undefined | undefined;
2723
- blobVersionedHashes?: undefined | undefined;
2724
- gasPrice?: undefined | undefined;
2725
- maxFeePerBlobGas?: undefined | undefined;
2726
- maxFeePerGas?: bigint | undefined;
2727
- maxPriorityFeePerGas?: bigint | undefined;
2728
- sidecars?: undefined | undefined;
2729
- } | {
2730
- accessList?: import("viem").AccessList | undefined;
2731
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2732
- blobs?: undefined | undefined;
2733
- blobVersionedHashes?: undefined | undefined;
2734
- gasPrice?: undefined | undefined;
2735
- maxFeePerBlobGas?: undefined | undefined;
2736
- maxFeePerGas?: bigint | undefined;
2737
- maxPriorityFeePerGas?: bigint | undefined;
2738
- sidecars?: undefined | undefined;
2739
- }) & {
2740
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2741
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2742
- accessList?: undefined | undefined;
2743
- authorizationList?: undefined | undefined;
2744
- blobs?: undefined | undefined;
2745
- blobVersionedHashes?: undefined | undefined;
2746
- gasPrice?: bigint | undefined;
2747
- sidecars?: undefined | undefined;
2748
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2749
- accessList?: import("viem").AccessList | undefined;
2750
- authorizationList?: undefined | undefined;
2751
- blobs?: undefined | undefined;
2752
- blobVersionedHashes?: undefined | undefined;
2753
- gasPrice?: undefined | undefined;
2754
- maxFeePerBlobGas?: undefined | undefined;
2755
- maxFeePerGas?: bigint | undefined;
2756
- maxPriorityFeePerGas?: bigint | undefined;
2757
- sidecars?: undefined | undefined;
2758
- } & (import("viem").OneOf<{
2759
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2760
- } | {
2761
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2762
- }, import("viem").FeeValuesEIP1559> & {
2763
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2764
- }) ? "eip1559" : never) | (request extends {
2765
- accessList?: import("viem").AccessList | undefined;
2766
- authorizationList?: undefined | undefined;
2767
- blobs?: undefined | undefined;
2768
- blobVersionedHashes?: undefined | undefined;
2769
- gasPrice?: bigint | undefined;
2770
- sidecars?: undefined | undefined;
2771
- maxFeePerBlobGas?: undefined | undefined;
2772
- maxFeePerGas?: undefined | undefined;
2773
- maxPriorityFeePerGas?: undefined | undefined;
2774
- } & {
2775
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2776
- } ? "eip2930" : never) | (request extends ({
2777
- accessList?: import("viem").AccessList | undefined;
2778
- authorizationList?: undefined | undefined;
2779
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2780
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2781
- maxFeePerBlobGas?: bigint | undefined;
2782
- maxFeePerGas?: bigint | undefined;
2783
- maxPriorityFeePerGas?: bigint | undefined;
2784
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2785
- } | {
2786
- accessList?: import("viem").AccessList | undefined;
2787
- authorizationList?: undefined | undefined;
2788
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2789
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2790
- maxFeePerBlobGas?: bigint | undefined;
2791
- maxFeePerGas?: bigint | undefined;
2792
- maxPriorityFeePerGas?: bigint | undefined;
2793
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2794
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2795
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2796
- } | {
2797
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2798
- } | {
2799
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2800
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2801
- accessList?: import("viem").AccessList | undefined;
2802
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2803
- blobs?: undefined | undefined;
2804
- blobVersionedHashes?: undefined | undefined;
2805
- gasPrice?: undefined | undefined;
2806
- maxFeePerBlobGas?: undefined | undefined;
2807
- maxFeePerGas?: bigint | undefined;
2808
- maxPriorityFeePerGas?: bigint | undefined;
2809
- sidecars?: undefined | undefined;
2810
- } | {
2811
- accessList?: import("viem").AccessList | undefined;
2812
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2813
- blobs?: undefined | undefined;
2814
- blobVersionedHashes?: undefined | undefined;
2815
- gasPrice?: undefined | undefined;
2816
- maxFeePerBlobGas?: undefined | undefined;
2817
- maxFeePerGas?: bigint | undefined;
2818
- maxPriorityFeePerGas?: bigint | undefined;
2819
- sidecars?: undefined | undefined;
2820
- }) & {
2821
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2822
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_24 ? T_24 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2823
- accessList?: undefined | undefined;
2824
- authorizationList?: undefined | undefined;
2825
- blobs?: undefined | undefined;
2826
- blobVersionedHashes?: undefined | undefined;
2827
- gasPrice?: bigint | undefined;
2828
- sidecars?: undefined | undefined;
2829
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2830
- accessList?: import("viem").AccessList | undefined;
2831
- authorizationList?: undefined | undefined;
2832
- blobs?: undefined | undefined;
2833
- blobVersionedHashes?: undefined | undefined;
2834
- gasPrice?: undefined | undefined;
2835
- maxFeePerBlobGas?: undefined | undefined;
2836
- maxFeePerGas?: bigint | undefined;
2837
- maxPriorityFeePerGas?: bigint | undefined;
2838
- sidecars?: undefined | undefined;
2839
- } & (import("viem").OneOf<{
2840
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2841
- } | {
2842
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2843
- }, import("viem").FeeValuesEIP1559> & {
2844
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2845
- }) ? "eip1559" : never) | (request extends {
2846
- accessList?: import("viem").AccessList | undefined;
2847
- authorizationList?: undefined | undefined;
2848
- blobs?: undefined | undefined;
2849
- blobVersionedHashes?: undefined | undefined;
2850
- gasPrice?: bigint | undefined;
2851
- sidecars?: undefined | undefined;
2852
- maxFeePerBlobGas?: undefined | undefined;
2853
- maxFeePerGas?: undefined | undefined;
2854
- maxPriorityFeePerGas?: undefined | undefined;
2855
- } & {
2856
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2857
- } ? "eip2930" : never) | (request extends ({
2858
- accessList?: import("viem").AccessList | undefined;
2859
- authorizationList?: undefined | undefined;
2860
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2861
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2862
- maxFeePerBlobGas?: bigint | undefined;
2863
- maxFeePerGas?: bigint | undefined;
2864
- maxPriorityFeePerGas?: bigint | undefined;
2865
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2866
- } | {
2867
- accessList?: import("viem").AccessList | undefined;
2868
- authorizationList?: undefined | undefined;
2869
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2870
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2871
- maxFeePerBlobGas?: bigint | undefined;
2872
- maxFeePerGas?: bigint | undefined;
2873
- maxPriorityFeePerGas?: bigint | undefined;
2874
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2875
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2876
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2877
- } | {
2878
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2879
- } | {
2880
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2881
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2882
- accessList?: import("viem").AccessList | undefined;
2883
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2884
- blobs?: undefined | undefined;
2885
- blobVersionedHashes?: undefined | undefined;
2886
- gasPrice?: undefined | undefined;
2887
- maxFeePerBlobGas?: undefined | undefined;
2888
- maxFeePerGas?: bigint | undefined;
2889
- maxPriorityFeePerGas?: bigint | undefined;
2890
- sidecars?: undefined | undefined;
2891
- } | {
2892
- accessList?: import("viem").AccessList | undefined;
2893
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2894
- blobs?: undefined | undefined;
2895
- blobVersionedHashes?: undefined | undefined;
2896
- gasPrice?: undefined | undefined;
2897
- maxFeePerBlobGas?: undefined | undefined;
2898
- maxFeePerGas?: bigint | undefined;
2899
- maxPriorityFeePerGas?: bigint | undefined;
2900
- sidecars?: undefined | undefined;
2901
- }) & {
2902
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2903
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
2904
- accessList?: undefined | undefined;
2905
- authorizationList?: undefined | undefined;
2906
- blobs?: undefined | undefined;
2907
- blobVersionedHashes?: undefined | undefined;
2908
- gasPrice?: bigint | undefined;
2909
- sidecars?: undefined | undefined;
2910
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2911
- accessList?: import("viem").AccessList | undefined;
2912
- authorizationList?: undefined | undefined;
2913
- blobs?: undefined | undefined;
2914
- blobVersionedHashes?: undefined | undefined;
2915
- gasPrice?: undefined | undefined;
2916
- maxFeePerBlobGas?: undefined | undefined;
2917
- maxFeePerGas?: bigint | undefined;
2918
- maxPriorityFeePerGas?: bigint | undefined;
2919
- sidecars?: undefined | undefined;
2920
- } & (import("viem").OneOf<{
2921
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
2922
- } | {
2923
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
2924
- }, import("viem").FeeValuesEIP1559> & {
2925
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
2926
- }) ? "eip1559" : never) | (request extends {
2927
- accessList?: import("viem").AccessList | undefined;
2928
- authorizationList?: undefined | undefined;
2929
- blobs?: undefined | undefined;
2930
- blobVersionedHashes?: undefined | undefined;
2931
- gasPrice?: bigint | undefined;
2932
- sidecars?: undefined | undefined;
2933
- maxFeePerBlobGas?: undefined | undefined;
2934
- maxFeePerGas?: undefined | undefined;
2935
- maxPriorityFeePerGas?: undefined | undefined;
2936
- } & {
2937
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
2938
- } ? "eip2930" : never) | (request extends ({
2939
- accessList?: import("viem").AccessList | undefined;
2940
- authorizationList?: undefined | undefined;
2941
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2942
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2943
- maxFeePerBlobGas?: bigint | undefined;
2944
- maxFeePerGas?: bigint | undefined;
2945
- maxPriorityFeePerGas?: bigint | undefined;
2946
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2947
- } | {
2948
- accessList?: import("viem").AccessList | undefined;
2949
- authorizationList?: undefined | undefined;
2950
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
2951
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2952
- maxFeePerBlobGas?: bigint | undefined;
2953
- maxFeePerGas?: bigint | undefined;
2954
- maxPriorityFeePerGas?: bigint | undefined;
2955
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
2956
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
2957
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
2958
- } | {
2959
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
2960
- } | {
2961
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
2962
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
2963
- accessList?: import("viem").AccessList | undefined;
2964
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2965
- blobs?: undefined | undefined;
2966
- blobVersionedHashes?: undefined | undefined;
2967
- gasPrice?: undefined | undefined;
2968
- maxFeePerBlobGas?: undefined | undefined;
2969
- maxFeePerGas?: bigint | undefined;
2970
- maxPriorityFeePerGas?: bigint | undefined;
2971
- sidecars?: undefined | undefined;
2972
- } | {
2973
- accessList?: import("viem").AccessList | undefined;
2974
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
2975
- blobs?: undefined | undefined;
2976
- blobVersionedHashes?: undefined | undefined;
2977
- gasPrice?: undefined | undefined;
2978
- maxFeePerBlobGas?: undefined | undefined;
2979
- maxFeePerGas?: bigint | undefined;
2980
- maxPriorityFeePerGas?: bigint | undefined;
2981
- sidecars?: undefined | undefined;
2982
- }) & {
2983
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
2984
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_24 extends "eip4844" ? import("viem").TransactionRequestEIP4844 : never : never : never) | ((request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
2985
- accessList?: undefined | undefined;
2986
- authorizationList?: undefined | undefined;
2987
- blobs?: undefined | undefined;
2988
- blobVersionedHashes?: undefined | undefined;
2989
- gasPrice?: bigint | undefined;
2990
- sidecars?: undefined | undefined;
2991
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
2992
- accessList?: import("viem").AccessList | undefined;
2993
- authorizationList?: undefined | undefined;
2994
- blobs?: undefined | undefined;
2995
- blobVersionedHashes?: undefined | undefined;
2996
- gasPrice?: undefined | undefined;
2997
- maxFeePerBlobGas?: undefined | undefined;
2998
- maxFeePerGas?: bigint | undefined;
2999
- maxPriorityFeePerGas?: bigint | undefined;
3000
- sidecars?: undefined | undefined;
3001
- } & (import("viem").OneOf<{
3002
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3003
- } | {
3004
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3005
- }, import("viem").FeeValuesEIP1559> & {
3006
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3007
- }) ? "eip1559" : never) | (request extends {
3008
- accessList?: import("viem").AccessList | undefined;
3009
- authorizationList?: undefined | undefined;
3010
- blobs?: undefined | undefined;
3011
- blobVersionedHashes?: undefined | undefined;
3012
- gasPrice?: bigint | undefined;
3013
- sidecars?: undefined | undefined;
3014
- maxFeePerBlobGas?: undefined | undefined;
3015
- maxFeePerGas?: undefined | undefined;
3016
- maxPriorityFeePerGas?: undefined | undefined;
3017
- } & {
3018
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3019
- } ? "eip2930" : never) | (request extends ({
3020
- accessList?: import("viem").AccessList | undefined;
3021
- authorizationList?: undefined | undefined;
3022
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3023
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3024
- maxFeePerBlobGas?: bigint | undefined;
3025
- maxFeePerGas?: bigint | undefined;
3026
- maxPriorityFeePerGas?: bigint | undefined;
3027
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3028
- } | {
3029
- accessList?: import("viem").AccessList | undefined;
3030
- authorizationList?: undefined | undefined;
3031
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3032
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3033
- maxFeePerBlobGas?: bigint | undefined;
3034
- maxFeePerGas?: bigint | undefined;
3035
- maxPriorityFeePerGas?: bigint | undefined;
3036
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3037
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3038
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3039
- } | {
3040
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3041
- } | {
3042
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3043
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3044
- accessList?: import("viem").AccessList | undefined;
3045
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3046
- blobs?: undefined | undefined;
3047
- blobVersionedHashes?: undefined | undefined;
3048
- gasPrice?: undefined | undefined;
3049
- maxFeePerBlobGas?: undefined | undefined;
3050
- maxFeePerGas?: bigint | undefined;
3051
- maxPriorityFeePerGas?: bigint | undefined;
3052
- sidecars?: undefined | undefined;
3053
- } | {
3054
- accessList?: import("viem").AccessList | undefined;
3055
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3056
- blobs?: undefined | undefined;
3057
- blobVersionedHashes?: undefined | undefined;
3058
- gasPrice?: undefined | undefined;
3059
- maxFeePerBlobGas?: undefined | undefined;
3060
- maxFeePerGas?: bigint | undefined;
3061
- maxPriorityFeePerGas?: bigint | undefined;
3062
- sidecars?: undefined | undefined;
3063
- }) & {
3064
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3065
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
3066
- accessList?: undefined | undefined;
3067
- authorizationList?: undefined | undefined;
3068
- blobs?: undefined | undefined;
3069
- blobVersionedHashes?: undefined | undefined;
3070
- gasPrice?: bigint | undefined;
3071
- sidecars?: undefined | undefined;
3072
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3073
- accessList?: import("viem").AccessList | undefined;
3074
- authorizationList?: undefined | undefined;
3075
- blobs?: undefined | undefined;
3076
- blobVersionedHashes?: undefined | undefined;
3077
- gasPrice?: undefined | undefined;
3078
- maxFeePerBlobGas?: undefined | undefined;
3079
- maxFeePerGas?: bigint | undefined;
3080
- maxPriorityFeePerGas?: bigint | undefined;
3081
- sidecars?: undefined | undefined;
3082
- } & (import("viem").OneOf<{
3083
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3084
- } | {
3085
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3086
- }, import("viem").FeeValuesEIP1559> & {
3087
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3088
- }) ? "eip1559" : never) | (request extends {
3089
- accessList?: import("viem").AccessList | undefined;
3090
- authorizationList?: undefined | undefined;
3091
- blobs?: undefined | undefined;
3092
- blobVersionedHashes?: undefined | undefined;
3093
- gasPrice?: bigint | undefined;
3094
- sidecars?: undefined | undefined;
3095
- maxFeePerBlobGas?: undefined | undefined;
3096
- maxFeePerGas?: undefined | undefined;
3097
- maxPriorityFeePerGas?: undefined | undefined;
3098
- } & {
3099
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3100
- } ? "eip2930" : never) | (request extends ({
3101
- accessList?: import("viem").AccessList | undefined;
3102
- authorizationList?: undefined | undefined;
3103
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3104
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3105
- maxFeePerBlobGas?: bigint | undefined;
3106
- maxFeePerGas?: bigint | undefined;
3107
- maxPriorityFeePerGas?: bigint | undefined;
3108
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3109
- } | {
3110
- accessList?: import("viem").AccessList | undefined;
3111
- authorizationList?: undefined | undefined;
3112
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3113
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3114
- maxFeePerBlobGas?: bigint | undefined;
3115
- maxFeePerGas?: bigint | undefined;
3116
- maxPriorityFeePerGas?: bigint | undefined;
3117
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3118
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3119
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3120
- } | {
3121
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3122
- } | {
3123
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3124
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3125
- accessList?: import("viem").AccessList | undefined;
3126
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3127
- blobs?: undefined | undefined;
3128
- blobVersionedHashes?: undefined | undefined;
3129
- gasPrice?: undefined | undefined;
3130
- maxFeePerBlobGas?: undefined | undefined;
3131
- maxFeePerGas?: bigint | undefined;
3132
- maxPriorityFeePerGas?: bigint | undefined;
3133
- sidecars?: undefined | undefined;
3134
- } | {
3135
- accessList?: import("viem").AccessList | undefined;
3136
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3137
- blobs?: undefined | undefined;
3138
- blobVersionedHashes?: undefined | undefined;
3139
- gasPrice?: undefined | undefined;
3140
- maxFeePerBlobGas?: undefined | undefined;
3141
- maxFeePerGas?: bigint | undefined;
3142
- maxPriorityFeePerGas?: bigint | undefined;
3143
- sidecars?: undefined | undefined;
3144
- }) & {
3145
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3146
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) extends infer T_25 ? T_25 extends (request["type"] extends string | undefined ? request["type"] : import("viem").GetTransactionType<request, (request extends {
3147
- accessList?: undefined | undefined;
3148
- authorizationList?: undefined | undefined;
3149
- blobs?: undefined | undefined;
3150
- blobVersionedHashes?: undefined | undefined;
3151
- gasPrice?: bigint | undefined;
3152
- sidecars?: undefined | undefined;
3153
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3154
- accessList?: import("viem").AccessList | undefined;
3155
- authorizationList?: undefined | undefined;
3156
- blobs?: undefined | undefined;
3157
- blobVersionedHashes?: undefined | undefined;
3158
- gasPrice?: undefined | undefined;
3159
- maxFeePerBlobGas?: undefined | undefined;
3160
- maxFeePerGas?: bigint | undefined;
3161
- maxPriorityFeePerGas?: bigint | undefined;
3162
- sidecars?: undefined | undefined;
3163
- } & (import("viem").OneOf<{
3164
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3165
- } | {
3166
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3167
- }, import("viem").FeeValuesEIP1559> & {
3168
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3169
- }) ? "eip1559" : never) | (request extends {
3170
- accessList?: import("viem").AccessList | undefined;
3171
- authorizationList?: undefined | undefined;
3172
- blobs?: undefined | undefined;
3173
- blobVersionedHashes?: undefined | undefined;
3174
- gasPrice?: bigint | undefined;
3175
- sidecars?: undefined | undefined;
3176
- maxFeePerBlobGas?: undefined | undefined;
3177
- maxFeePerGas?: undefined | undefined;
3178
- maxPriorityFeePerGas?: undefined | undefined;
3179
- } & {
3180
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3181
- } ? "eip2930" : never) | (request extends ({
3182
- accessList?: import("viem").AccessList | undefined;
3183
- authorizationList?: undefined | undefined;
3184
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3185
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3186
- maxFeePerBlobGas?: bigint | undefined;
3187
- maxFeePerGas?: bigint | undefined;
3188
- maxPriorityFeePerGas?: bigint | undefined;
3189
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3190
- } | {
3191
- accessList?: import("viem").AccessList | undefined;
3192
- authorizationList?: undefined | undefined;
3193
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3194
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3195
- maxFeePerBlobGas?: bigint | undefined;
3196
- maxFeePerGas?: bigint | undefined;
3197
- maxPriorityFeePerGas?: bigint | undefined;
3198
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3199
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3200
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3201
- } | {
3202
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3203
- } | {
3204
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3205
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3206
- accessList?: import("viem").AccessList | undefined;
3207
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3208
- blobs?: undefined | undefined;
3209
- blobVersionedHashes?: undefined | undefined;
3210
- gasPrice?: undefined | undefined;
3211
- maxFeePerBlobGas?: undefined | undefined;
3212
- maxFeePerGas?: bigint | undefined;
3213
- maxPriorityFeePerGas?: bigint | undefined;
3214
- sidecars?: undefined | undefined;
3215
- } | {
3216
- accessList?: import("viem").AccessList | undefined;
3217
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3218
- blobs?: undefined | undefined;
3219
- blobVersionedHashes?: undefined | undefined;
3220
- gasPrice?: undefined | undefined;
3221
- maxFeePerBlobGas?: undefined | undefined;
3222
- maxFeePerGas?: bigint | undefined;
3223
- maxPriorityFeePerGas?: bigint | undefined;
3224
- sidecars?: undefined | undefined;
3225
- }) & {
3226
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3227
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> extends "legacy" ? unknown : import("viem").GetTransactionType<request, (request extends {
3228
- accessList?: undefined | undefined;
3229
- authorizationList?: undefined | undefined;
3230
- blobs?: undefined | undefined;
3231
- blobVersionedHashes?: undefined | undefined;
3232
- gasPrice?: bigint | undefined;
3233
- sidecars?: undefined | undefined;
3234
- } & import("viem").FeeValuesLegacy ? "legacy" : never) | (request extends {
3235
- accessList?: import("viem").AccessList | undefined;
3236
- authorizationList?: undefined | undefined;
3237
- blobs?: undefined | undefined;
3238
- blobVersionedHashes?: undefined | undefined;
3239
- gasPrice?: undefined | undefined;
3240
- maxFeePerBlobGas?: undefined | undefined;
3241
- maxFeePerGas?: bigint | undefined;
3242
- maxPriorityFeePerGas?: bigint | undefined;
3243
- sidecars?: undefined | undefined;
3244
- } & (import("viem").OneOf<{
3245
- maxFeePerGas: import("viem").FeeValuesEIP1559["maxFeePerGas"];
3246
- } | {
3247
- maxPriorityFeePerGas: import("viem").FeeValuesEIP1559["maxPriorityFeePerGas"];
3248
- }, import("viem").FeeValuesEIP1559> & {
3249
- accessList?: import("viem").TransactionSerializableEIP2930["accessList"] | undefined;
3250
- }) ? "eip1559" : never) | (request extends {
3251
- accessList?: import("viem").AccessList | undefined;
3252
- authorizationList?: undefined | undefined;
3253
- blobs?: undefined | undefined;
3254
- blobVersionedHashes?: undefined | undefined;
3255
- gasPrice?: bigint | undefined;
3256
- sidecars?: undefined | undefined;
3257
- maxFeePerBlobGas?: undefined | undefined;
3258
- maxFeePerGas?: undefined | undefined;
3259
- maxPriorityFeePerGas?: undefined | undefined;
3260
- } & {
3261
- accessList: import("viem").TransactionSerializableEIP2930["accessList"];
3262
- } ? "eip2930" : never) | (request extends ({
3263
- accessList?: import("viem").AccessList | undefined;
3264
- authorizationList?: undefined | undefined;
3265
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3266
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3267
- maxFeePerBlobGas?: bigint | undefined;
3268
- maxFeePerGas?: bigint | undefined;
3269
- maxPriorityFeePerGas?: bigint | undefined;
3270
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3271
- } | {
3272
- accessList?: import("viem").AccessList | undefined;
3273
- authorizationList?: undefined | undefined;
3274
- blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
3275
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3276
- maxFeePerBlobGas?: bigint | undefined;
3277
- maxFeePerGas?: bigint | undefined;
3278
- maxPriorityFeePerGas?: bigint | undefined;
3279
- sidecars?: false | readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3280
- }) & (import("viem").ExactPartial<import("viem").FeeValuesEIP4844> & import("viem").OneOf<{
3281
- blobs: import("viem").TransactionSerializableEIP4844["blobs"];
3282
- } | {
3283
- blobVersionedHashes: import("viem").TransactionSerializableEIP4844["blobVersionedHashes"];
3284
- } | {
3285
- sidecars: import("viem").TransactionSerializableEIP4844["sidecars"];
3286
- }, import("viem").TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
3287
- accessList?: import("viem").AccessList | undefined;
3288
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3289
- blobs?: undefined | undefined;
3290
- blobVersionedHashes?: undefined | undefined;
3291
- gasPrice?: undefined | undefined;
3292
- maxFeePerBlobGas?: undefined | undefined;
3293
- maxFeePerGas?: bigint | undefined;
3294
- maxPriorityFeePerGas?: bigint | undefined;
3295
- sidecars?: undefined | undefined;
3296
- } | {
3297
- accessList?: import("viem").AccessList | undefined;
3298
- authorizationList?: import("viem").SignedAuthorizationList | undefined;
3299
- blobs?: undefined | undefined;
3300
- blobVersionedHashes?: undefined | undefined;
3301
- gasPrice?: undefined | undefined;
3302
- maxFeePerBlobGas?: undefined | undefined;
3303
- maxFeePerGas?: bigint | undefined;
3304
- maxPriorityFeePerGas?: bigint | undefined;
3305
- sidecars?: undefined | undefined;
3306
- }) & {
3307
- authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
3308
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_25 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
3309
- chainId?: number | undefined;
3310
- }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_26 ? T_26 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_26 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_26 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: (import("viem").UnionRequiredBy<Extract<import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<Extract<config["chains"][number], {
3311
- id: chainId;
3312
- }>, chainOverride>, "transactionRequest", import("viem").TransactionRequest>, "from"> & (import("viem").DeriveChain<Extract<config["chains"][number], {
3313
- id: chainId;
3314
56
  }>, chainOverride> extends infer T_1 ? T_1 extends import("viem").DeriveChain<Extract<config["chains"][number], {
3315
57
  id: chainId;
3316
58
  }>, chainOverride> ? T_1 extends import("viem").Chain ? {
@@ -6565,7 +3307,7 @@ export declare function getWalletClientQueryOptions<config extends Config, chain
6565
3307
  authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
6566
3308
  } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import("viem").TransactionRequestEIP7702 : never : never : never)>> & {
6567
3309
  chainId?: number | undefined;
6568
- }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
3310
+ }, (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import("viem").PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "chainId" | "type" | "gas" | "nonce" | "blobVersionedHashes" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">) extends infer T ? { [K in keyof T]: T[K]; } : never>;
6569
3311
  requestAddresses: () => Promise<import("viem").RequestAddressesReturnType>;
6570
3312
  requestPermissions: (args: import("viem").RequestPermissionsParameters) => Promise<import("viem").RequestPermissionsReturnType>;
6571
3313
  sendCalls: <const calls extends readonly unknown[], chainOverride extends import("viem").Chain | undefined = undefined>(parameters: import("viem").SendCallsParameters<Extract<config["chains"][number], {