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