viem 2.0.0-alpha.14 → 2.0.0-alpha.15

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.
@@ -66,48 +66,48 @@ export declare const optimismSepolia: {
66
66
  readonly transaction: {
67
67
  exclude: [] | undefined;
68
68
  format: (args: ({
69
- from?: `0x${string}` | undefined;
69
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
70
+ gas?: `0x${string}` | undefined;
71
+ value?: `0x${string}` | undefined;
70
72
  gasPrice?: `0x${string}` | undefined;
71
73
  maxFeePerGas?: `0x${string}` | undefined;
72
74
  maxPriorityFeePerGas?: `0x${string}` | undefined;
73
- gas?: `0x${string}` | undefined;
74
- nonce?: `0x${string}` | undefined;
75
- to?: `0x${string}` | null | undefined;
76
- value?: `0x${string}` | undefined;
77
- accessList?: undefined;
78
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
79
- hash?: `0x${string}` | undefined;
80
75
  blockHash?: `0x${string}` | null | undefined;
81
76
  blockNumber?: `0x${string}` | null | undefined;
82
- transactionIndex?: `0x${string}` | null | undefined;
77
+ from?: `0x${string}` | undefined;
78
+ hash?: `0x${string}` | undefined;
83
79
  input?: `0x${string}` | undefined;
80
+ nonce?: `0x${string}` | undefined;
84
81
  r?: `0x${string}` | undefined;
85
82
  s?: `0x${string}` | undefined;
83
+ to?: `0x${string}` | null | undefined;
84
+ transactionIndex?: `0x${string}` | null | undefined;
86
85
  v?: `0x${string}` | undefined;
86
+ accessList?: undefined;
87
87
  chainId?: `0x${string}` | undefined;
88
88
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
89
89
  isSystemTx?: undefined;
90
90
  mint?: undefined;
91
91
  sourceHash?: undefined;
92
92
  }) | ({
93
- from?: `0x${string}` | undefined;
93
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
94
+ gas?: `0x${string}` | undefined;
95
+ value?: `0x${string}` | undefined;
94
96
  gasPrice?: `0x${string}` | undefined;
95
97
  maxFeePerGas?: `0x${string}` | undefined;
96
98
  maxPriorityFeePerGas?: `0x${string}` | undefined;
97
- gas?: `0x${string}` | undefined;
98
- nonce?: `0x${string}` | undefined;
99
- to?: `0x${string}` | null | undefined;
100
- value?: `0x${string}` | undefined;
101
- accessList?: undefined;
102
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
103
- hash?: `0x${string}` | undefined;
104
99
  blockHash?: `0x${string}` | null | undefined;
105
100
  blockNumber?: `0x${string}` | null | undefined;
106
- transactionIndex?: `0x${string}` | null | undefined;
101
+ from?: `0x${string}` | undefined;
102
+ hash?: `0x${string}` | undefined;
107
103
  input?: `0x${string}` | undefined;
104
+ nonce?: `0x${string}` | undefined;
108
105
  r?: `0x${string}` | undefined;
109
106
  s?: `0x${string}` | undefined;
107
+ to?: `0x${string}` | null | undefined;
108
+ transactionIndex?: `0x${string}` | null | undefined;
110
109
  v?: `0x${string}` | undefined;
110
+ accessList?: undefined;
111
111
  chainId?: `0x${string}` | undefined;
112
112
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
113
113
  isSystemTx?: boolean | undefined;
@@ -115,96 +115,96 @@ export declare const optimismSepolia: {
115
115
  sourceHash: `0x${string}`;
116
116
  type: "0x7e";
117
117
  }) | ({
118
- from?: `0x${string}` | undefined;
118
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
119
+ gas?: `0x${string}` | undefined;
120
+ value?: `0x${string}` | undefined;
119
121
  gasPrice?: `0x${string}` | undefined;
120
122
  maxFeePerGas?: `0x${string}` | undefined;
121
123
  maxPriorityFeePerGas?: `0x${string}` | undefined;
122
- gas?: `0x${string}` | undefined;
123
- nonce?: `0x${string}` | undefined;
124
- to?: `0x${string}` | null | undefined;
125
- value?: `0x${string}` | undefined;
126
- accessList?: import("../../index.js").AccessList | undefined;
127
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
128
- hash?: `0x${string}` | undefined;
129
124
  blockHash?: `0x${string}` | null | undefined;
130
125
  blockNumber?: `0x${string}` | null | undefined;
131
- transactionIndex?: `0x${string}` | null | undefined;
126
+ from?: `0x${string}` | undefined;
127
+ hash?: `0x${string}` | undefined;
132
128
  input?: `0x${string}` | undefined;
129
+ nonce?: `0x${string}` | undefined;
133
130
  r?: `0x${string}` | undefined;
134
131
  s?: `0x${string}` | undefined;
132
+ to?: `0x${string}` | null | undefined;
133
+ transactionIndex?: `0x${string}` | null | undefined;
135
134
  v?: `0x${string}` | undefined;
135
+ accessList?: import("../../index.js").AccessList | undefined;
136
136
  chainId?: `0x${string}` | undefined;
137
137
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
138
138
  isSystemTx?: undefined;
139
139
  mint?: undefined;
140
140
  sourceHash?: undefined;
141
141
  }) | ({
142
- from?: `0x${string}` | undefined;
142
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
143
+ gas?: `0x${string}` | undefined;
144
+ value?: `0x${string}` | undefined;
143
145
  gasPrice?: `0x${string}` | undefined;
144
146
  maxFeePerGas?: `0x${string}` | undefined;
145
147
  maxPriorityFeePerGas?: `0x${string}` | undefined;
146
- gas?: `0x${string}` | undefined;
147
- nonce?: `0x${string}` | undefined;
148
- to?: `0x${string}` | null | undefined;
149
- value?: `0x${string}` | undefined;
150
- accessList?: import("../../index.js").AccessList | undefined;
151
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
152
- hash?: `0x${string}` | undefined;
153
148
  blockHash?: `0x${string}` | null | undefined;
154
149
  blockNumber?: `0x${string}` | null | undefined;
155
- transactionIndex?: `0x${string}` | null | undefined;
150
+ from?: `0x${string}` | undefined;
151
+ hash?: `0x${string}` | undefined;
156
152
  input?: `0x${string}` | undefined;
153
+ nonce?: `0x${string}` | undefined;
157
154
  r?: `0x${string}` | undefined;
158
155
  s?: `0x${string}` | undefined;
156
+ to?: `0x${string}` | null | undefined;
157
+ transactionIndex?: `0x${string}` | null | undefined;
159
158
  v?: `0x${string}` | undefined;
159
+ accessList?: import("../../index.js").AccessList | undefined;
160
160
  chainId?: `0x${string}` | undefined;
161
161
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
162
162
  isSystemTx?: undefined;
163
163
  mint?: undefined;
164
164
  sourceHash?: undefined;
165
165
  }) | ({
166
- from?: `0x${string}` | undefined;
166
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
167
+ gas?: `0x${string}` | undefined;
168
+ value?: `0x${string}` | undefined;
167
169
  gasPrice?: `0x${string}` | undefined;
168
170
  maxFeePerGas?: `0x${string}` | undefined;
169
171
  maxPriorityFeePerGas?: `0x${string}` | undefined;
170
- gas?: `0x${string}` | undefined;
171
- nonce?: `0x${string}` | undefined;
172
- to?: `0x${string}` | null | undefined;
173
- value?: `0x${string}` | undefined;
174
- accessList?: import("../../index.js").AccessList | undefined;
175
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
176
- hash?: `0x${string}` | undefined;
177
172
  blockHash?: `0x${string}` | null | undefined;
178
173
  blockNumber?: `0x${string}` | null | undefined;
179
- transactionIndex?: `0x${string}` | null | undefined;
174
+ from?: `0x${string}` | undefined;
175
+ hash?: `0x${string}` | undefined;
180
176
  input?: `0x${string}` | undefined;
177
+ nonce?: `0x${string}` | undefined;
181
178
  r?: `0x${string}` | undefined;
182
179
  s?: `0x${string}` | undefined;
180
+ to?: `0x${string}` | null | undefined;
181
+ transactionIndex?: `0x${string}` | null | undefined;
183
182
  v?: `0x${string}` | undefined;
183
+ accessList?: import("../../index.js").AccessList | undefined;
184
184
  chainId?: `0x${string}` | undefined;
185
185
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
186
186
  isSystemTx?: undefined;
187
187
  mint?: undefined;
188
188
  sourceHash?: undefined;
189
189
  }) | ({
190
- from?: `0x${string}` | undefined;
190
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
191
+ gas?: `0x${string}` | undefined;
192
+ value?: `0x${string}` | undefined;
191
193
  gasPrice?: `0x${string}` | undefined;
192
194
  maxFeePerGas?: `0x${string}` | undefined;
193
195
  maxPriorityFeePerGas?: `0x${string}` | undefined;
194
- gas?: `0x${string}` | undefined;
195
- nonce?: `0x${string}` | undefined;
196
- to?: `0x${string}` | null | undefined;
197
- value?: `0x${string}` | undefined;
198
- accessList?: import("../../index.js").AccessList | undefined;
199
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
200
- hash?: `0x${string}` | undefined;
201
196
  blockHash?: `0x${string}` | null | undefined;
202
197
  blockNumber?: `0x${string}` | null | undefined;
203
- transactionIndex?: `0x${string}` | null | undefined;
198
+ from?: `0x${string}` | undefined;
199
+ hash?: `0x${string}` | undefined;
204
200
  input?: `0x${string}` | undefined;
201
+ nonce?: `0x${string}` | undefined;
205
202
  r?: `0x${string}` | undefined;
206
203
  s?: `0x${string}` | undefined;
204
+ to?: `0x${string}` | null | undefined;
205
+ transactionIndex?: `0x${string}` | null | undefined;
207
206
  v?: `0x${string}` | undefined;
207
+ accessList?: import("../../index.js").AccessList | undefined;
208
208
  chainId?: `0x${string}` | undefined;
209
209
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
210
210
  isSystemTx?: boolean | undefined;
@@ -212,96 +212,96 @@ export declare const optimismSepolia: {
212
212
  sourceHash: `0x${string}`;
213
213
  type: "0x7e";
214
214
  }) | ({
215
- from?: `0x${string}` | undefined;
215
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
216
+ gas?: `0x${string}` | undefined;
217
+ value?: `0x${string}` | undefined;
216
218
  gasPrice?: `0x${string}` | undefined;
217
219
  maxFeePerGas?: `0x${string}` | undefined;
218
220
  maxPriorityFeePerGas?: `0x${string}` | undefined;
219
- gas?: `0x${string}` | undefined;
220
- nonce?: `0x${string}` | undefined;
221
- to?: `0x${string}` | null | undefined;
222
- value?: `0x${string}` | undefined;
223
- accessList?: import("../../index.js").AccessList | undefined;
224
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
225
- hash?: `0x${string}` | undefined;
226
221
  blockHash?: `0x${string}` | null | undefined;
227
222
  blockNumber?: `0x${string}` | null | undefined;
228
- transactionIndex?: `0x${string}` | null | undefined;
223
+ from?: `0x${string}` | undefined;
224
+ hash?: `0x${string}` | undefined;
229
225
  input?: `0x${string}` | undefined;
226
+ nonce?: `0x${string}` | undefined;
230
227
  r?: `0x${string}` | undefined;
231
228
  s?: `0x${string}` | undefined;
229
+ to?: `0x${string}` | null | undefined;
230
+ transactionIndex?: `0x${string}` | null | undefined;
232
231
  v?: `0x${string}` | undefined;
232
+ accessList?: import("../../index.js").AccessList | undefined;
233
233
  chainId?: `0x${string}` | undefined;
234
234
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
235
235
  isSystemTx?: undefined;
236
236
  mint?: undefined;
237
237
  sourceHash?: undefined;
238
238
  }) | ({
239
- from?: `0x${string}` | undefined;
239
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
240
+ gas?: `0x${string}` | undefined;
241
+ value?: `0x${string}` | undefined;
240
242
  gasPrice?: `0x${string}` | undefined;
241
243
  maxFeePerGas?: `0x${string}` | undefined;
242
244
  maxPriorityFeePerGas?: `0x${string}` | undefined;
243
- gas?: `0x${string}` | undefined;
244
- nonce?: `0x${string}` | undefined;
245
- to?: `0x${string}` | null | undefined;
246
- value?: `0x${string}` | undefined;
247
- accessList?: import("../../index.js").AccessList | undefined;
248
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
249
- hash?: `0x${string}` | undefined;
250
245
  blockHash?: `0x${string}` | null | undefined;
251
246
  blockNumber?: `0x${string}` | null | undefined;
252
- transactionIndex?: `0x${string}` | null | undefined;
247
+ from?: `0x${string}` | undefined;
248
+ hash?: `0x${string}` | undefined;
253
249
  input?: `0x${string}` | undefined;
250
+ nonce?: `0x${string}` | undefined;
254
251
  r?: `0x${string}` | undefined;
255
252
  s?: `0x${string}` | undefined;
253
+ to?: `0x${string}` | null | undefined;
254
+ transactionIndex?: `0x${string}` | null | undefined;
256
255
  v?: `0x${string}` | undefined;
256
+ accessList?: import("../../index.js").AccessList | undefined;
257
257
  chainId?: `0x${string}` | undefined;
258
258
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
259
259
  isSystemTx?: undefined;
260
260
  mint?: undefined;
261
261
  sourceHash?: undefined;
262
262
  }) | ({
263
- from?: `0x${string}` | undefined;
263
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
264
+ gas?: `0x${string}` | undefined;
265
+ value?: `0x${string}` | undefined;
264
266
  gasPrice?: `0x${string}` | undefined;
265
267
  maxFeePerGas?: `0x${string}` | undefined;
266
268
  maxPriorityFeePerGas?: `0x${string}` | undefined;
267
- gas?: `0x${string}` | undefined;
268
- nonce?: `0x${string}` | undefined;
269
- to?: `0x${string}` | null | undefined;
270
- value?: `0x${string}` | undefined;
271
- accessList?: import("../../index.js").AccessList | undefined;
272
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
273
- hash?: `0x${string}` | undefined;
274
269
  blockHash?: `0x${string}` | null | undefined;
275
270
  blockNumber?: `0x${string}` | null | undefined;
276
- transactionIndex?: `0x${string}` | null | undefined;
271
+ from?: `0x${string}` | undefined;
272
+ hash?: `0x${string}` | undefined;
277
273
  input?: `0x${string}` | undefined;
274
+ nonce?: `0x${string}` | undefined;
278
275
  r?: `0x${string}` | undefined;
279
276
  s?: `0x${string}` | undefined;
277
+ to?: `0x${string}` | null | undefined;
278
+ transactionIndex?: `0x${string}` | null | undefined;
280
279
  v?: `0x${string}` | undefined;
280
+ accessList?: import("../../index.js").AccessList | undefined;
281
281
  chainId?: `0x${string}` | undefined;
282
282
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
283
283
  isSystemTx?: undefined;
284
284
  mint?: undefined;
285
285
  sourceHash?: undefined;
286
286
  }) | ({
287
- from?: `0x${string}` | undefined;
287
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
288
+ gas?: `0x${string}` | undefined;
289
+ value?: `0x${string}` | undefined;
288
290
  gasPrice?: `0x${string}` | undefined;
289
291
  maxFeePerGas?: `0x${string}` | undefined;
290
292
  maxPriorityFeePerGas?: `0x${string}` | undefined;
291
- gas?: `0x${string}` | undefined;
292
- nonce?: `0x${string}` | undefined;
293
- to?: `0x${string}` | null | undefined;
294
- value?: `0x${string}` | undefined;
295
- accessList?: import("../../index.js").AccessList | undefined;
296
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
297
- hash?: `0x${string}` | undefined;
298
293
  blockHash?: `0x${string}` | null | undefined;
299
294
  blockNumber?: `0x${string}` | null | undefined;
300
- transactionIndex?: `0x${string}` | null | undefined;
295
+ from?: `0x${string}` | undefined;
296
+ hash?: `0x${string}` | undefined;
301
297
  input?: `0x${string}` | undefined;
298
+ nonce?: `0x${string}` | undefined;
302
299
  r?: `0x${string}` | undefined;
303
300
  s?: `0x${string}` | undefined;
301
+ to?: `0x${string}` | null | undefined;
302
+ transactionIndex?: `0x${string}` | null | undefined;
304
303
  v?: `0x${string}` | undefined;
304
+ accessList?: import("../../index.js").AccessList | undefined;
305
305
  chainId?: `0x${string}` | undefined;
306
306
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
307
307
  isSystemTx?: boolean | undefined;
@@ -562,48 +562,48 @@ export declare const optimismSepolia: {
562
562
  readonly transaction: {
563
563
  exclude: [] | undefined;
564
564
  format: (args: ({
565
- from?: `0x${string}` | undefined;
565
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
566
+ gas?: `0x${string}` | undefined;
567
+ value?: `0x${string}` | undefined;
566
568
  gasPrice?: `0x${string}` | undefined;
567
569
  maxFeePerGas?: `0x${string}` | undefined;
568
570
  maxPriorityFeePerGas?: `0x${string}` | undefined;
569
- gas?: `0x${string}` | undefined;
570
- nonce?: `0x${string}` | undefined;
571
- to?: `0x${string}` | null | undefined;
572
- value?: `0x${string}` | undefined;
573
- accessList?: undefined;
574
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
575
- hash?: `0x${string}` | undefined;
576
571
  blockHash?: `0x${string}` | null | undefined;
577
572
  blockNumber?: `0x${string}` | null | undefined;
578
- transactionIndex?: `0x${string}` | null | undefined;
573
+ from?: `0x${string}` | undefined;
574
+ hash?: `0x${string}` | undefined;
579
575
  input?: `0x${string}` | undefined;
576
+ nonce?: `0x${string}` | undefined;
580
577
  r?: `0x${string}` | undefined;
581
578
  s?: `0x${string}` | undefined;
579
+ to?: `0x${string}` | null | undefined;
580
+ transactionIndex?: `0x${string}` | null | undefined;
582
581
  v?: `0x${string}` | undefined;
582
+ accessList?: undefined;
583
583
  chainId?: `0x${string}` | undefined;
584
584
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
585
585
  isSystemTx?: undefined;
586
586
  mint?: undefined;
587
587
  sourceHash?: undefined;
588
588
  }) | ({
589
- from?: `0x${string}` | undefined;
589
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
590
+ gas?: `0x${string}` | undefined;
591
+ value?: `0x${string}` | undefined;
590
592
  gasPrice?: `0x${string}` | undefined;
591
593
  maxFeePerGas?: `0x${string}` | undefined;
592
594
  maxPriorityFeePerGas?: `0x${string}` | undefined;
593
- gas?: `0x${string}` | undefined;
594
- nonce?: `0x${string}` | undefined;
595
- to?: `0x${string}` | null | undefined;
596
- value?: `0x${string}` | undefined;
597
- accessList?: undefined;
598
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
599
- hash?: `0x${string}` | undefined;
600
595
  blockHash?: `0x${string}` | null | undefined;
601
596
  blockNumber?: `0x${string}` | null | undefined;
602
- transactionIndex?: `0x${string}` | null | undefined;
597
+ from?: `0x${string}` | undefined;
598
+ hash?: `0x${string}` | undefined;
603
599
  input?: `0x${string}` | undefined;
600
+ nonce?: `0x${string}` | undefined;
604
601
  r?: `0x${string}` | undefined;
605
602
  s?: `0x${string}` | undefined;
603
+ to?: `0x${string}` | null | undefined;
604
+ transactionIndex?: `0x${string}` | null | undefined;
606
605
  v?: `0x${string}` | undefined;
606
+ accessList?: undefined;
607
607
  chainId?: `0x${string}` | undefined;
608
608
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
609
609
  isSystemTx?: boolean | undefined;
@@ -611,96 +611,96 @@ export declare const optimismSepolia: {
611
611
  sourceHash: `0x${string}`;
612
612
  type: "0x7e";
613
613
  }) | ({
614
- from?: `0x${string}` | undefined;
614
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
615
+ gas?: `0x${string}` | undefined;
616
+ value?: `0x${string}` | undefined;
615
617
  gasPrice?: `0x${string}` | undefined;
616
618
  maxFeePerGas?: `0x${string}` | undefined;
617
619
  maxPriorityFeePerGas?: `0x${string}` | undefined;
618
- gas?: `0x${string}` | undefined;
619
- nonce?: `0x${string}` | undefined;
620
- to?: `0x${string}` | null | undefined;
621
- value?: `0x${string}` | undefined;
622
- accessList?: import("../../index.js").AccessList | undefined;
623
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
624
- hash?: `0x${string}` | undefined;
625
620
  blockHash?: `0x${string}` | null | undefined;
626
621
  blockNumber?: `0x${string}` | null | undefined;
627
- transactionIndex?: `0x${string}` | null | undefined;
622
+ from?: `0x${string}` | undefined;
623
+ hash?: `0x${string}` | undefined;
628
624
  input?: `0x${string}` | undefined;
625
+ nonce?: `0x${string}` | undefined;
629
626
  r?: `0x${string}` | undefined;
630
627
  s?: `0x${string}` | undefined;
628
+ to?: `0x${string}` | null | undefined;
629
+ transactionIndex?: `0x${string}` | null | undefined;
631
630
  v?: `0x${string}` | undefined;
631
+ accessList?: import("../../index.js").AccessList | undefined;
632
632
  chainId?: `0x${string}` | undefined;
633
633
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
634
634
  isSystemTx?: undefined;
635
635
  mint?: undefined;
636
636
  sourceHash?: undefined;
637
637
  }) | ({
638
- from?: `0x${string}` | undefined;
638
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
639
+ gas?: `0x${string}` | undefined;
640
+ value?: `0x${string}` | undefined;
639
641
  gasPrice?: `0x${string}` | undefined;
640
642
  maxFeePerGas?: `0x${string}` | undefined;
641
643
  maxPriorityFeePerGas?: `0x${string}` | undefined;
642
- gas?: `0x${string}` | undefined;
643
- nonce?: `0x${string}` | undefined;
644
- to?: `0x${string}` | null | undefined;
645
- value?: `0x${string}` | undefined;
646
- accessList?: import("../../index.js").AccessList | undefined;
647
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
648
- hash?: `0x${string}` | undefined;
649
644
  blockHash?: `0x${string}` | null | undefined;
650
645
  blockNumber?: `0x${string}` | null | undefined;
651
- transactionIndex?: `0x${string}` | null | undefined;
646
+ from?: `0x${string}` | undefined;
647
+ hash?: `0x${string}` | undefined;
652
648
  input?: `0x${string}` | undefined;
649
+ nonce?: `0x${string}` | undefined;
653
650
  r?: `0x${string}` | undefined;
654
651
  s?: `0x${string}` | undefined;
652
+ to?: `0x${string}` | null | undefined;
653
+ transactionIndex?: `0x${string}` | null | undefined;
655
654
  v?: `0x${string}` | undefined;
655
+ accessList?: import("../../index.js").AccessList | undefined;
656
656
  chainId?: `0x${string}` | undefined;
657
657
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
658
658
  isSystemTx?: undefined;
659
659
  mint?: undefined;
660
660
  sourceHash?: undefined;
661
661
  }) | ({
662
- from?: `0x${string}` | undefined;
662
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
663
+ gas?: `0x${string}` | undefined;
664
+ value?: `0x${string}` | undefined;
663
665
  gasPrice?: `0x${string}` | undefined;
664
666
  maxFeePerGas?: `0x${string}` | undefined;
665
667
  maxPriorityFeePerGas?: `0x${string}` | undefined;
666
- gas?: `0x${string}` | undefined;
667
- nonce?: `0x${string}` | undefined;
668
- to?: `0x${string}` | null | undefined;
669
- value?: `0x${string}` | undefined;
670
- accessList?: import("../../index.js").AccessList | undefined;
671
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
672
- hash?: `0x${string}` | undefined;
673
668
  blockHash?: `0x${string}` | null | undefined;
674
669
  blockNumber?: `0x${string}` | null | undefined;
675
- transactionIndex?: `0x${string}` | null | undefined;
670
+ from?: `0x${string}` | undefined;
671
+ hash?: `0x${string}` | undefined;
676
672
  input?: `0x${string}` | undefined;
673
+ nonce?: `0x${string}` | undefined;
677
674
  r?: `0x${string}` | undefined;
678
675
  s?: `0x${string}` | undefined;
676
+ to?: `0x${string}` | null | undefined;
677
+ transactionIndex?: `0x${string}` | null | undefined;
679
678
  v?: `0x${string}` | undefined;
679
+ accessList?: import("../../index.js").AccessList | undefined;
680
680
  chainId?: `0x${string}` | undefined;
681
681
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
682
682
  isSystemTx?: undefined;
683
683
  mint?: undefined;
684
684
  sourceHash?: undefined;
685
685
  }) | ({
686
- from?: `0x${string}` | undefined;
686
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
687
+ gas?: `0x${string}` | undefined;
688
+ value?: `0x${string}` | undefined;
687
689
  gasPrice?: `0x${string}` | undefined;
688
690
  maxFeePerGas?: `0x${string}` | undefined;
689
691
  maxPriorityFeePerGas?: `0x${string}` | undefined;
690
- gas?: `0x${string}` | undefined;
691
- nonce?: `0x${string}` | undefined;
692
- to?: `0x${string}` | null | undefined;
693
- value?: `0x${string}` | undefined;
694
- accessList?: import("../../index.js").AccessList | undefined;
695
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
696
- hash?: `0x${string}` | undefined;
697
692
  blockHash?: `0x${string}` | null | undefined;
698
693
  blockNumber?: `0x${string}` | null | undefined;
699
- transactionIndex?: `0x${string}` | null | undefined;
694
+ from?: `0x${string}` | undefined;
695
+ hash?: `0x${string}` | undefined;
700
696
  input?: `0x${string}` | undefined;
697
+ nonce?: `0x${string}` | undefined;
701
698
  r?: `0x${string}` | undefined;
702
699
  s?: `0x${string}` | undefined;
700
+ to?: `0x${string}` | null | undefined;
701
+ transactionIndex?: `0x${string}` | null | undefined;
703
702
  v?: `0x${string}` | undefined;
703
+ accessList?: import("../../index.js").AccessList | undefined;
704
704
  chainId?: `0x${string}` | undefined;
705
705
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
706
706
  isSystemTx?: boolean | undefined;
@@ -708,96 +708,96 @@ export declare const optimismSepolia: {
708
708
  sourceHash: `0x${string}`;
709
709
  type: "0x7e";
710
710
  }) | ({
711
- from?: `0x${string}` | undefined;
711
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
712
+ gas?: `0x${string}` | undefined;
713
+ value?: `0x${string}` | undefined;
712
714
  gasPrice?: `0x${string}` | undefined;
713
715
  maxFeePerGas?: `0x${string}` | undefined;
714
716
  maxPriorityFeePerGas?: `0x${string}` | undefined;
715
- gas?: `0x${string}` | undefined;
716
- nonce?: `0x${string}` | undefined;
717
- to?: `0x${string}` | null | undefined;
718
- value?: `0x${string}` | undefined;
719
- accessList?: import("../../index.js").AccessList | undefined;
720
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
721
- hash?: `0x${string}` | undefined;
722
717
  blockHash?: `0x${string}` | null | undefined;
723
718
  blockNumber?: `0x${string}` | null | undefined;
724
- transactionIndex?: `0x${string}` | null | undefined;
719
+ from?: `0x${string}` | undefined;
720
+ hash?: `0x${string}` | undefined;
725
721
  input?: `0x${string}` | undefined;
722
+ nonce?: `0x${string}` | undefined;
726
723
  r?: `0x${string}` | undefined;
727
724
  s?: `0x${string}` | undefined;
725
+ to?: `0x${string}` | null | undefined;
726
+ transactionIndex?: `0x${string}` | null | undefined;
728
727
  v?: `0x${string}` | undefined;
728
+ accessList?: import("../../index.js").AccessList | undefined;
729
729
  chainId?: `0x${string}` | undefined;
730
730
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
731
731
  isSystemTx?: undefined;
732
732
  mint?: undefined;
733
733
  sourceHash?: undefined;
734
734
  }) | ({
735
- from?: `0x${string}` | undefined;
735
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
736
+ gas?: `0x${string}` | undefined;
737
+ value?: `0x${string}` | undefined;
736
738
  gasPrice?: `0x${string}` | undefined;
737
739
  maxFeePerGas?: `0x${string}` | undefined;
738
740
  maxPriorityFeePerGas?: `0x${string}` | undefined;
739
- gas?: `0x${string}` | undefined;
740
- nonce?: `0x${string}` | undefined;
741
- to?: `0x${string}` | null | undefined;
742
- value?: `0x${string}` | undefined;
743
- accessList?: import("../../index.js").AccessList | undefined;
744
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
745
- hash?: `0x${string}` | undefined;
746
741
  blockHash?: `0x${string}` | null | undefined;
747
742
  blockNumber?: `0x${string}` | null | undefined;
748
- transactionIndex?: `0x${string}` | null | undefined;
743
+ from?: `0x${string}` | undefined;
744
+ hash?: `0x${string}` | undefined;
749
745
  input?: `0x${string}` | undefined;
746
+ nonce?: `0x${string}` | undefined;
750
747
  r?: `0x${string}` | undefined;
751
748
  s?: `0x${string}` | undefined;
749
+ to?: `0x${string}` | null | undefined;
750
+ transactionIndex?: `0x${string}` | null | undefined;
752
751
  v?: `0x${string}` | undefined;
752
+ accessList?: import("../../index.js").AccessList | undefined;
753
753
  chainId?: `0x${string}` | undefined;
754
754
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
755
755
  isSystemTx?: undefined;
756
756
  mint?: undefined;
757
757
  sourceHash?: undefined;
758
758
  }) | ({
759
- from?: `0x${string}` | undefined;
759
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
760
+ gas?: `0x${string}` | undefined;
761
+ value?: `0x${string}` | undefined;
760
762
  gasPrice?: `0x${string}` | undefined;
761
763
  maxFeePerGas?: `0x${string}` | undefined;
762
764
  maxPriorityFeePerGas?: `0x${string}` | undefined;
763
- gas?: `0x${string}` | undefined;
764
- nonce?: `0x${string}` | undefined;
765
- to?: `0x${string}` | null | undefined;
766
- value?: `0x${string}` | undefined;
767
- accessList?: import("../../index.js").AccessList | undefined;
768
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
769
- hash?: `0x${string}` | undefined;
770
765
  blockHash?: `0x${string}` | null | undefined;
771
766
  blockNumber?: `0x${string}` | null | undefined;
772
- transactionIndex?: `0x${string}` | null | undefined;
767
+ from?: `0x${string}` | undefined;
768
+ hash?: `0x${string}` | undefined;
773
769
  input?: `0x${string}` | undefined;
770
+ nonce?: `0x${string}` | undefined;
774
771
  r?: `0x${string}` | undefined;
775
772
  s?: `0x${string}` | undefined;
773
+ to?: `0x${string}` | null | undefined;
774
+ transactionIndex?: `0x${string}` | null | undefined;
776
775
  v?: `0x${string}` | undefined;
776
+ accessList?: import("../../index.js").AccessList | undefined;
777
777
  chainId?: `0x${string}` | undefined;
778
778
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
779
779
  isSystemTx?: undefined;
780
780
  mint?: undefined;
781
781
  sourceHash?: undefined;
782
782
  }) | ({
783
- from?: `0x${string}` | undefined;
783
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
784
+ gas?: `0x${string}` | undefined;
785
+ value?: `0x${string}` | undefined;
784
786
  gasPrice?: `0x${string}` | undefined;
785
787
  maxFeePerGas?: `0x${string}` | undefined;
786
788
  maxPriorityFeePerGas?: `0x${string}` | undefined;
787
- gas?: `0x${string}` | undefined;
788
- nonce?: `0x${string}` | undefined;
789
- to?: `0x${string}` | null | undefined;
790
- value?: `0x${string}` | undefined;
791
- accessList?: import("../../index.js").AccessList | undefined;
792
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
793
- hash?: `0x${string}` | undefined;
794
789
  blockHash?: `0x${string}` | null | undefined;
795
790
  blockNumber?: `0x${string}` | null | undefined;
796
- transactionIndex?: `0x${string}` | null | undefined;
791
+ from?: `0x${string}` | undefined;
792
+ hash?: `0x${string}` | undefined;
797
793
  input?: `0x${string}` | undefined;
794
+ nonce?: `0x${string}` | undefined;
798
795
  r?: `0x${string}` | undefined;
799
796
  s?: `0x${string}` | undefined;
797
+ to?: `0x${string}` | null | undefined;
798
+ transactionIndex?: `0x${string}` | null | undefined;
800
799
  v?: `0x${string}` | undefined;
800
+ accessList?: import("../../index.js").AccessList | undefined;
801
801
  chainId?: `0x${string}` | undefined;
802
802
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
803
803
  isSystemTx?: boolean | undefined;
@@ -1058,48 +1058,48 @@ export declare const optimismSepolia: {
1058
1058
  readonly transaction: {
1059
1059
  exclude: [] | undefined;
1060
1060
  format: (args: ({
1061
- from?: `0x${string}` | undefined;
1061
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1062
+ gas?: `0x${string}` | undefined;
1063
+ value?: `0x${string}` | undefined;
1062
1064
  gasPrice?: `0x${string}` | undefined;
1063
1065
  maxFeePerGas?: `0x${string}` | undefined;
1064
1066
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1065
- gas?: `0x${string}` | undefined;
1066
- nonce?: `0x${string}` | undefined;
1067
- to?: `0x${string}` | null | undefined;
1068
- value?: `0x${string}` | undefined;
1069
- accessList?: undefined;
1070
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1071
- hash?: `0x${string}` | undefined;
1072
1067
  blockHash?: `0x${string}` | null | undefined;
1073
1068
  blockNumber?: `0x${string}` | null | undefined;
1074
- transactionIndex?: `0x${string}` | null | undefined;
1069
+ from?: `0x${string}` | undefined;
1070
+ hash?: `0x${string}` | undefined;
1075
1071
  input?: `0x${string}` | undefined;
1072
+ nonce?: `0x${string}` | undefined;
1076
1073
  r?: `0x${string}` | undefined;
1077
1074
  s?: `0x${string}` | undefined;
1075
+ to?: `0x${string}` | null | undefined;
1076
+ transactionIndex?: `0x${string}` | null | undefined;
1078
1077
  v?: `0x${string}` | undefined;
1078
+ accessList?: undefined;
1079
1079
  chainId?: `0x${string}` | undefined;
1080
1080
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1081
1081
  isSystemTx?: undefined;
1082
1082
  mint?: undefined;
1083
1083
  sourceHash?: undefined;
1084
1084
  }) | ({
1085
- from?: `0x${string}` | undefined;
1085
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1086
+ gas?: `0x${string}` | undefined;
1087
+ value?: `0x${string}` | undefined;
1086
1088
  gasPrice?: `0x${string}` | undefined;
1087
1089
  maxFeePerGas?: `0x${string}` | undefined;
1088
1090
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1089
- gas?: `0x${string}` | undefined;
1090
- nonce?: `0x${string}` | undefined;
1091
- to?: `0x${string}` | null | undefined;
1092
- value?: `0x${string}` | undefined;
1093
- accessList?: undefined;
1094
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1095
- hash?: `0x${string}` | undefined;
1096
1091
  blockHash?: `0x${string}` | null | undefined;
1097
1092
  blockNumber?: `0x${string}` | null | undefined;
1098
- transactionIndex?: `0x${string}` | null | undefined;
1093
+ from?: `0x${string}` | undefined;
1094
+ hash?: `0x${string}` | undefined;
1099
1095
  input?: `0x${string}` | undefined;
1096
+ nonce?: `0x${string}` | undefined;
1100
1097
  r?: `0x${string}` | undefined;
1101
1098
  s?: `0x${string}` | undefined;
1099
+ to?: `0x${string}` | null | undefined;
1100
+ transactionIndex?: `0x${string}` | null | undefined;
1102
1101
  v?: `0x${string}` | undefined;
1102
+ accessList?: undefined;
1103
1103
  chainId?: `0x${string}` | undefined;
1104
1104
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
1105
1105
  isSystemTx?: boolean | undefined;
@@ -1107,96 +1107,96 @@ export declare const optimismSepolia: {
1107
1107
  sourceHash: `0x${string}`;
1108
1108
  type: "0x7e";
1109
1109
  }) | ({
1110
- from?: `0x${string}` | undefined;
1110
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1111
+ gas?: `0x${string}` | undefined;
1112
+ value?: `0x${string}` | undefined;
1111
1113
  gasPrice?: `0x${string}` | undefined;
1112
1114
  maxFeePerGas?: `0x${string}` | undefined;
1113
1115
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1114
- gas?: `0x${string}` | undefined;
1115
- nonce?: `0x${string}` | undefined;
1116
- to?: `0x${string}` | null | undefined;
1117
- value?: `0x${string}` | undefined;
1118
- accessList?: import("../../index.js").AccessList | undefined;
1119
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1120
- hash?: `0x${string}` | undefined;
1121
1116
  blockHash?: `0x${string}` | null | undefined;
1122
1117
  blockNumber?: `0x${string}` | null | undefined;
1123
- transactionIndex?: `0x${string}` | null | undefined;
1118
+ from?: `0x${string}` | undefined;
1119
+ hash?: `0x${string}` | undefined;
1124
1120
  input?: `0x${string}` | undefined;
1121
+ nonce?: `0x${string}` | undefined;
1125
1122
  r?: `0x${string}` | undefined;
1126
1123
  s?: `0x${string}` | undefined;
1124
+ to?: `0x${string}` | null | undefined;
1125
+ transactionIndex?: `0x${string}` | null | undefined;
1127
1126
  v?: `0x${string}` | undefined;
1127
+ accessList?: import("../../index.js").AccessList | undefined;
1128
1128
  chainId?: `0x${string}` | undefined;
1129
1129
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1130
1130
  isSystemTx?: undefined;
1131
1131
  mint?: undefined;
1132
1132
  sourceHash?: undefined;
1133
1133
  }) | ({
1134
- from?: `0x${string}` | undefined;
1134
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1135
+ gas?: `0x${string}` | undefined;
1136
+ value?: `0x${string}` | undefined;
1135
1137
  gasPrice?: `0x${string}` | undefined;
1136
1138
  maxFeePerGas?: `0x${string}` | undefined;
1137
1139
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1138
- gas?: `0x${string}` | undefined;
1139
- nonce?: `0x${string}` | undefined;
1140
- to?: `0x${string}` | null | undefined;
1141
- value?: `0x${string}` | undefined;
1142
- accessList?: import("../../index.js").AccessList | undefined;
1143
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1144
- hash?: `0x${string}` | undefined;
1145
1140
  blockHash?: `0x${string}` | null | undefined;
1146
1141
  blockNumber?: `0x${string}` | null | undefined;
1147
- transactionIndex?: `0x${string}` | null | undefined;
1142
+ from?: `0x${string}` | undefined;
1143
+ hash?: `0x${string}` | undefined;
1148
1144
  input?: `0x${string}` | undefined;
1145
+ nonce?: `0x${string}` | undefined;
1149
1146
  r?: `0x${string}` | undefined;
1150
1147
  s?: `0x${string}` | undefined;
1148
+ to?: `0x${string}` | null | undefined;
1149
+ transactionIndex?: `0x${string}` | null | undefined;
1151
1150
  v?: `0x${string}` | undefined;
1151
+ accessList?: import("../../index.js").AccessList | undefined;
1152
1152
  chainId?: `0x${string}` | undefined;
1153
1153
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1154
1154
  isSystemTx?: undefined;
1155
1155
  mint?: undefined;
1156
1156
  sourceHash?: undefined;
1157
1157
  }) | ({
1158
- from?: `0x${string}` | undefined;
1158
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1159
+ gas?: `0x${string}` | undefined;
1160
+ value?: `0x${string}` | undefined;
1159
1161
  gasPrice?: `0x${string}` | undefined;
1160
1162
  maxFeePerGas?: `0x${string}` | undefined;
1161
1163
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1162
- gas?: `0x${string}` | undefined;
1163
- nonce?: `0x${string}` | undefined;
1164
- to?: `0x${string}` | null | undefined;
1165
- value?: `0x${string}` | undefined;
1166
- accessList?: import("../../index.js").AccessList | undefined;
1167
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1168
- hash?: `0x${string}` | undefined;
1169
1164
  blockHash?: `0x${string}` | null | undefined;
1170
1165
  blockNumber?: `0x${string}` | null | undefined;
1171
- transactionIndex?: `0x${string}` | null | undefined;
1166
+ from?: `0x${string}` | undefined;
1167
+ hash?: `0x${string}` | undefined;
1172
1168
  input?: `0x${string}` | undefined;
1169
+ nonce?: `0x${string}` | undefined;
1173
1170
  r?: `0x${string}` | undefined;
1174
1171
  s?: `0x${string}` | undefined;
1172
+ to?: `0x${string}` | null | undefined;
1173
+ transactionIndex?: `0x${string}` | null | undefined;
1175
1174
  v?: `0x${string}` | undefined;
1175
+ accessList?: import("../../index.js").AccessList | undefined;
1176
1176
  chainId?: `0x${string}` | undefined;
1177
1177
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1178
1178
  isSystemTx?: undefined;
1179
1179
  mint?: undefined;
1180
1180
  sourceHash?: undefined;
1181
1181
  }) | ({
1182
- from?: `0x${string}` | undefined;
1182
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1183
+ gas?: `0x${string}` | undefined;
1184
+ value?: `0x${string}` | undefined;
1183
1185
  gasPrice?: `0x${string}` | undefined;
1184
1186
  maxFeePerGas?: `0x${string}` | undefined;
1185
1187
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1186
- gas?: `0x${string}` | undefined;
1187
- nonce?: `0x${string}` | undefined;
1188
- to?: `0x${string}` | null | undefined;
1189
- value?: `0x${string}` | undefined;
1190
- accessList?: import("../../index.js").AccessList | undefined;
1191
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1192
- hash?: `0x${string}` | undefined;
1193
1188
  blockHash?: `0x${string}` | null | undefined;
1194
1189
  blockNumber?: `0x${string}` | null | undefined;
1195
- transactionIndex?: `0x${string}` | null | undefined;
1190
+ from?: `0x${string}` | undefined;
1191
+ hash?: `0x${string}` | undefined;
1196
1192
  input?: `0x${string}` | undefined;
1193
+ nonce?: `0x${string}` | undefined;
1197
1194
  r?: `0x${string}` | undefined;
1198
1195
  s?: `0x${string}` | undefined;
1196
+ to?: `0x${string}` | null | undefined;
1197
+ transactionIndex?: `0x${string}` | null | undefined;
1199
1198
  v?: `0x${string}` | undefined;
1199
+ accessList?: import("../../index.js").AccessList | undefined;
1200
1200
  chainId?: `0x${string}` | undefined;
1201
1201
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
1202
1202
  isSystemTx?: boolean | undefined;
@@ -1204,96 +1204,96 @@ export declare const optimismSepolia: {
1204
1204
  sourceHash: `0x${string}`;
1205
1205
  type: "0x7e";
1206
1206
  }) | ({
1207
- from?: `0x${string}` | undefined;
1207
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1208
+ gas?: `0x${string}` | undefined;
1209
+ value?: `0x${string}` | undefined;
1208
1210
  gasPrice?: `0x${string}` | undefined;
1209
1211
  maxFeePerGas?: `0x${string}` | undefined;
1210
1212
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1211
- gas?: `0x${string}` | undefined;
1212
- nonce?: `0x${string}` | undefined;
1213
- to?: `0x${string}` | null | undefined;
1214
- value?: `0x${string}` | undefined;
1215
- accessList?: import("../../index.js").AccessList | undefined;
1216
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1217
- hash?: `0x${string}` | undefined;
1218
1213
  blockHash?: `0x${string}` | null | undefined;
1219
1214
  blockNumber?: `0x${string}` | null | undefined;
1220
- transactionIndex?: `0x${string}` | null | undefined;
1215
+ from?: `0x${string}` | undefined;
1216
+ hash?: `0x${string}` | undefined;
1221
1217
  input?: `0x${string}` | undefined;
1218
+ nonce?: `0x${string}` | undefined;
1222
1219
  r?: `0x${string}` | undefined;
1223
1220
  s?: `0x${string}` | undefined;
1221
+ to?: `0x${string}` | null | undefined;
1222
+ transactionIndex?: `0x${string}` | null | undefined;
1224
1223
  v?: `0x${string}` | undefined;
1224
+ accessList?: import("../../index.js").AccessList | undefined;
1225
1225
  chainId?: `0x${string}` | undefined;
1226
1226
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1227
1227
  isSystemTx?: undefined;
1228
1228
  mint?: undefined;
1229
1229
  sourceHash?: undefined;
1230
1230
  }) | ({
1231
- from?: `0x${string}` | undefined;
1231
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1232
+ gas?: `0x${string}` | undefined;
1233
+ value?: `0x${string}` | undefined;
1232
1234
  gasPrice?: `0x${string}` | undefined;
1233
1235
  maxFeePerGas?: `0x${string}` | undefined;
1234
1236
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1235
- gas?: `0x${string}` | undefined;
1236
- nonce?: `0x${string}` | undefined;
1237
- to?: `0x${string}` | null | undefined;
1238
- value?: `0x${string}` | undefined;
1239
- accessList?: import("../../index.js").AccessList | undefined;
1240
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1241
- hash?: `0x${string}` | undefined;
1242
1237
  blockHash?: `0x${string}` | null | undefined;
1243
1238
  blockNumber?: `0x${string}` | null | undefined;
1244
- transactionIndex?: `0x${string}` | null | undefined;
1239
+ from?: `0x${string}` | undefined;
1240
+ hash?: `0x${string}` | undefined;
1245
1241
  input?: `0x${string}` | undefined;
1242
+ nonce?: `0x${string}` | undefined;
1246
1243
  r?: `0x${string}` | undefined;
1247
1244
  s?: `0x${string}` | undefined;
1245
+ to?: `0x${string}` | null | undefined;
1246
+ transactionIndex?: `0x${string}` | null | undefined;
1248
1247
  v?: `0x${string}` | undefined;
1248
+ accessList?: import("../../index.js").AccessList | undefined;
1249
1249
  chainId?: `0x${string}` | undefined;
1250
1250
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1251
1251
  isSystemTx?: undefined;
1252
1252
  mint?: undefined;
1253
1253
  sourceHash?: undefined;
1254
1254
  }) | ({
1255
- from?: `0x${string}` | undefined;
1255
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1256
+ gas?: `0x${string}` | undefined;
1257
+ value?: `0x${string}` | undefined;
1256
1258
  gasPrice?: `0x${string}` | undefined;
1257
1259
  maxFeePerGas?: `0x${string}` | undefined;
1258
1260
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1259
- gas?: `0x${string}` | undefined;
1260
- nonce?: `0x${string}` | undefined;
1261
- to?: `0x${string}` | null | undefined;
1262
- value?: `0x${string}` | undefined;
1263
- accessList?: import("../../index.js").AccessList | undefined;
1264
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1265
- hash?: `0x${string}` | undefined;
1266
1261
  blockHash?: `0x${string}` | null | undefined;
1267
1262
  blockNumber?: `0x${string}` | null | undefined;
1268
- transactionIndex?: `0x${string}` | null | undefined;
1263
+ from?: `0x${string}` | undefined;
1264
+ hash?: `0x${string}` | undefined;
1269
1265
  input?: `0x${string}` | undefined;
1266
+ nonce?: `0x${string}` | undefined;
1270
1267
  r?: `0x${string}` | undefined;
1271
1268
  s?: `0x${string}` | undefined;
1269
+ to?: `0x${string}` | null | undefined;
1270
+ transactionIndex?: `0x${string}` | null | undefined;
1272
1271
  v?: `0x${string}` | undefined;
1272
+ accessList?: import("../../index.js").AccessList | undefined;
1273
1273
  chainId?: `0x${string}` | undefined;
1274
1274
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1275
1275
  isSystemTx?: undefined;
1276
1276
  mint?: undefined;
1277
1277
  sourceHash?: undefined;
1278
1278
  }) | ({
1279
- from?: `0x${string}` | undefined;
1279
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1280
+ gas?: `0x${string}` | undefined;
1281
+ value?: `0x${string}` | undefined;
1280
1282
  gasPrice?: `0x${string}` | undefined;
1281
1283
  maxFeePerGas?: `0x${string}` | undefined;
1282
1284
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1283
- gas?: `0x${string}` | undefined;
1284
- nonce?: `0x${string}` | undefined;
1285
- to?: `0x${string}` | null | undefined;
1286
- value?: `0x${string}` | undefined;
1287
- accessList?: import("../../index.js").AccessList | undefined;
1288
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
1289
- hash?: `0x${string}` | undefined;
1290
1285
  blockHash?: `0x${string}` | null | undefined;
1291
1286
  blockNumber?: `0x${string}` | null | undefined;
1292
- transactionIndex?: `0x${string}` | null | undefined;
1287
+ from?: `0x${string}` | undefined;
1288
+ hash?: `0x${string}` | undefined;
1293
1289
  input?: `0x${string}` | undefined;
1290
+ nonce?: `0x${string}` | undefined;
1294
1291
  r?: `0x${string}` | undefined;
1295
1292
  s?: `0x${string}` | undefined;
1293
+ to?: `0x${string}` | null | undefined;
1294
+ transactionIndex?: `0x${string}` | null | undefined;
1296
1295
  v?: `0x${string}` | undefined;
1296
+ accessList?: import("../../index.js").AccessList | undefined;
1297
1297
  chainId?: `0x${string}` | undefined;
1298
1298
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
1299
1299
  isSystemTx?: boolean | undefined;