viem 2.0.0-beta.10 → 2.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/_cjs/errors/version.js +1 -1
  2. package/_cjs/errors/version.js.map +1 -1
  3. package/_esm/errors/version.js +1 -1
  4. package/_esm/errors/version.js.map +1 -1
  5. package/_types/chains/celo/chainConfig.d.ts +180 -180
  6. package/_types/chains/celo/formatters.d.ts +180 -180
  7. package/_types/chains/definitions/base.d.ts +137 -137
  8. package/_types/chains/definitions/baseGoerli.d.ts +137 -137
  9. package/_types/chains/definitions/baseSepolia.d.ts +137 -137
  10. package/_types/chains/definitions/celo.d.ts +180 -180
  11. package/_types/chains/definitions/celoAlfajores.d.ts +180 -180
  12. package/_types/chains/definitions/celoCannoli.d.ts +180 -180
  13. package/_types/chains/definitions/optimism.d.ts +137 -137
  14. package/_types/chains/definitions/optimismGoerli.d.ts +137 -137
  15. package/_types/chains/definitions/optimismSepolia.d.ts +137 -137
  16. package/_types/chains/definitions/pgn.d.ts +136 -136
  17. package/_types/chains/definitions/pgnTestnet.d.ts +136 -136
  18. package/_types/chains/definitions/zkSync.d.ts +24 -24
  19. package/_types/chains/definitions/zkSyncTestnet.d.ts +24 -24
  20. package/_types/chains/definitions/zora.d.ts +137 -137
  21. package/_types/chains/definitions/zoraSepolia.d.ts +137 -137
  22. package/_types/chains/definitions/zoraTestnet.d.ts +137 -137
  23. package/_types/chains/index.d.ts +1 -1
  24. package/_types/chains/index.d.ts.map +1 -1
  25. package/_types/chains/opStack/chainConfig.d.ts +136 -136
  26. package/_types/chains/opStack/formatters.d.ts +136 -136
  27. package/_types/chains/zksync/chainConfig.d.ts +24 -24
  28. package/_types/chains/zksync/formatters.d.ts +24 -24
  29. package/_types/errors/version.d.ts +1 -1
  30. package/_types/utils/formatters/transaction.d.ts +1 -1
  31. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  32. package/chains/index.ts +5 -0
  33. package/errors/version.ts +1 -1
  34. package/package.json +1 -1
@@ -85,24 +85,24 @@ export declare const base: {
85
85
  readonly transaction: {
86
86
  exclude: [] | undefined;
87
87
  format: (args: ({
88
- gas?: `0x${string}` | undefined;
89
- nonce?: `0x${string}` | undefined;
90
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
91
- maxFeePerGas?: `0x${string}` | undefined;
92
- maxPriorityFeePerGas?: `0x${string}` | undefined;
93
- gasPrice?: `0x${string}` | undefined;
94
- from?: `0x${string}` | undefined;
95
- to?: `0x${string}` | null | undefined;
96
- value?: `0x${string}` | undefined;
97
- r?: `0x${string}` | undefined;
98
- s?: `0x${string}` | undefined;
99
- v?: `0x${string}` | undefined;
100
88
  yParity?: `0x${string}` | undefined;
101
89
  blockHash?: `0x${string}` | null | undefined;
102
90
  blockNumber?: `0x${string}` | null | undefined;
91
+ from?: `0x${string}` | undefined;
92
+ gas?: `0x${string}` | undefined;
103
93
  hash?: `0x${string}` | undefined;
104
94
  input?: `0x${string}` | undefined;
95
+ nonce?: `0x${string}` | undefined;
96
+ r?: `0x${string}` | undefined;
97
+ s?: `0x${string}` | undefined;
98
+ to?: `0x${string}` | null | undefined;
105
99
  transactionIndex?: `0x${string}` | null | undefined;
100
+ v?: `0x${string}` | undefined;
101
+ value?: `0x${string}` | undefined;
102
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
103
+ gasPrice?: `0x${string}` | undefined;
104
+ maxFeePerGas?: `0x${string}` | undefined;
105
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
106
106
  accessList?: undefined;
107
107
  chainId?: `0x${string}` | undefined;
108
108
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -110,24 +110,24 @@ export declare const base: {
110
110
  mint?: undefined;
111
111
  sourceHash?: undefined;
112
112
  }) | ({
113
- gas?: `0x${string}` | undefined;
114
- nonce?: `0x${string}` | undefined;
115
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
116
- maxFeePerGas?: `0x${string}` | undefined;
117
- maxPriorityFeePerGas?: `0x${string}` | undefined;
118
- gasPrice?: `0x${string}` | undefined;
119
- from?: `0x${string}` | undefined;
120
- to?: `0x${string}` | null | undefined;
121
- value?: `0x${string}` | undefined;
122
- r?: `0x${string}` | undefined;
123
- s?: `0x${string}` | undefined;
124
- v?: `0x${string}` | undefined;
125
113
  yParity?: `0x${string}` | undefined;
126
114
  blockHash?: `0x${string}` | null | undefined;
127
115
  blockNumber?: `0x${string}` | null | undefined;
116
+ from?: `0x${string}` | undefined;
117
+ gas?: `0x${string}` | undefined;
128
118
  hash?: `0x${string}` | undefined;
129
119
  input?: `0x${string}` | undefined;
120
+ nonce?: `0x${string}` | undefined;
121
+ r?: `0x${string}` | undefined;
122
+ s?: `0x${string}` | undefined;
123
+ to?: `0x${string}` | null | undefined;
130
124
  transactionIndex?: `0x${string}` | null | undefined;
125
+ v?: `0x${string}` | undefined;
126
+ value?: `0x${string}` | undefined;
127
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
128
+ gasPrice?: `0x${string}` | undefined;
129
+ maxFeePerGas?: `0x${string}` | undefined;
130
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
131
131
  accessList?: undefined;
132
132
  chainId?: `0x${string}` | undefined;
133
133
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -136,24 +136,24 @@ export declare const base: {
136
136
  sourceHash: `0x${string}`;
137
137
  type: "0x7e";
138
138
  }) | ({
139
- gas?: `0x${string}` | undefined;
140
- nonce?: `0x${string}` | undefined;
141
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
142
- maxFeePerGas?: `0x${string}` | undefined;
143
- maxPriorityFeePerGas?: `0x${string}` | undefined;
144
- gasPrice?: `0x${string}` | undefined;
145
- from?: `0x${string}` | undefined;
146
- to?: `0x${string}` | null | undefined;
147
- value?: `0x${string}` | undefined;
148
- r?: `0x${string}` | undefined;
149
- s?: `0x${string}` | undefined;
150
- v?: `0x${string}` | undefined;
151
139
  yParity?: `0x${string}` | undefined;
152
140
  blockHash?: `0x${string}` | null | undefined;
153
141
  blockNumber?: `0x${string}` | null | undefined;
142
+ from?: `0x${string}` | undefined;
143
+ gas?: `0x${string}` | undefined;
154
144
  hash?: `0x${string}` | undefined;
155
145
  input?: `0x${string}` | undefined;
146
+ nonce?: `0x${string}` | undefined;
147
+ r?: `0x${string}` | undefined;
148
+ s?: `0x${string}` | undefined;
149
+ to?: `0x${string}` | null | undefined;
156
150
  transactionIndex?: `0x${string}` | null | undefined;
151
+ v?: `0x${string}` | undefined;
152
+ value?: `0x${string}` | undefined;
153
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
154
+ gasPrice?: `0x${string}` | undefined;
155
+ maxFeePerGas?: `0x${string}` | undefined;
156
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
157
157
  accessList?: import("../../index.js").AccessList | undefined;
158
158
  chainId?: `0x${string}` | undefined;
159
159
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -161,24 +161,24 @@ export declare const base: {
161
161
  mint?: undefined;
162
162
  sourceHash?: undefined;
163
163
  }) | ({
164
- gas?: `0x${string}` | undefined;
165
- nonce?: `0x${string}` | undefined;
166
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
167
- maxFeePerGas?: `0x${string}` | undefined;
168
- maxPriorityFeePerGas?: `0x${string}` | undefined;
169
- gasPrice?: `0x${string}` | undefined;
170
- from?: `0x${string}` | undefined;
171
- to?: `0x${string}` | null | undefined;
172
- value?: `0x${string}` | undefined;
173
- r?: `0x${string}` | undefined;
174
- s?: `0x${string}` | undefined;
175
- v?: `0x${string}` | undefined;
176
164
  yParity?: `0x${string}` | undefined;
177
165
  blockHash?: `0x${string}` | null | undefined;
178
166
  blockNumber?: `0x${string}` | null | undefined;
167
+ from?: `0x${string}` | undefined;
168
+ gas?: `0x${string}` | undefined;
179
169
  hash?: `0x${string}` | undefined;
180
170
  input?: `0x${string}` | undefined;
171
+ nonce?: `0x${string}` | undefined;
172
+ r?: `0x${string}` | undefined;
173
+ s?: `0x${string}` | undefined;
174
+ to?: `0x${string}` | null | undefined;
181
175
  transactionIndex?: `0x${string}` | null | undefined;
176
+ v?: `0x${string}` | undefined;
177
+ value?: `0x${string}` | undefined;
178
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
179
+ gasPrice?: `0x${string}` | undefined;
180
+ maxFeePerGas?: `0x${string}` | undefined;
181
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
182
182
  accessList?: import("../../index.js").AccessList | undefined;
183
183
  chainId?: `0x${string}` | undefined;
184
184
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -186,24 +186,24 @@ export declare const base: {
186
186
  mint?: undefined;
187
187
  sourceHash?: undefined;
188
188
  }) | ({
189
- gas?: `0x${string}` | undefined;
190
- nonce?: `0x${string}` | undefined;
191
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
192
- maxFeePerGas?: `0x${string}` | undefined;
193
- maxPriorityFeePerGas?: `0x${string}` | undefined;
194
- gasPrice?: `0x${string}` | undefined;
195
- from?: `0x${string}` | undefined;
196
- to?: `0x${string}` | null | undefined;
197
- value?: `0x${string}` | undefined;
198
- r?: `0x${string}` | undefined;
199
- s?: `0x${string}` | undefined;
200
- v?: `0x${string}` | undefined;
201
189
  yParity?: `0x${string}` | undefined;
202
190
  blockHash?: `0x${string}` | null | undefined;
203
191
  blockNumber?: `0x${string}` | null | undefined;
192
+ from?: `0x${string}` | undefined;
193
+ gas?: `0x${string}` | undefined;
204
194
  hash?: `0x${string}` | undefined;
205
195
  input?: `0x${string}` | undefined;
196
+ nonce?: `0x${string}` | undefined;
197
+ r?: `0x${string}` | undefined;
198
+ s?: `0x${string}` | undefined;
199
+ to?: `0x${string}` | null | undefined;
206
200
  transactionIndex?: `0x${string}` | null | undefined;
201
+ v?: `0x${string}` | undefined;
202
+ value?: `0x${string}` | undefined;
203
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
204
+ gasPrice?: `0x${string}` | undefined;
205
+ maxFeePerGas?: `0x${string}` | undefined;
206
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
207
207
  accessList?: import("../../index.js").AccessList | undefined;
208
208
  chainId?: `0x${string}` | undefined;
209
209
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -211,24 +211,24 @@ export declare const base: {
211
211
  mint?: undefined;
212
212
  sourceHash?: undefined;
213
213
  }) | ({
214
- gas?: `0x${string}` | undefined;
215
- nonce?: `0x${string}` | undefined;
216
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
217
- maxFeePerGas?: `0x${string}` | undefined;
218
- maxPriorityFeePerGas?: `0x${string}` | undefined;
219
- gasPrice?: `0x${string}` | undefined;
220
- from?: `0x${string}` | undefined;
221
- to?: `0x${string}` | null | undefined;
222
- value?: `0x${string}` | undefined;
223
- r?: `0x${string}` | undefined;
224
- s?: `0x${string}` | undefined;
225
- v?: `0x${string}` | undefined;
226
214
  yParity?: `0x${string}` | undefined;
227
215
  blockHash?: `0x${string}` | null | undefined;
228
216
  blockNumber?: `0x${string}` | null | undefined;
217
+ from?: `0x${string}` | undefined;
218
+ gas?: `0x${string}` | undefined;
229
219
  hash?: `0x${string}` | undefined;
230
220
  input?: `0x${string}` | undefined;
221
+ nonce?: `0x${string}` | undefined;
222
+ r?: `0x${string}` | undefined;
223
+ s?: `0x${string}` | undefined;
224
+ to?: `0x${string}` | null | undefined;
231
225
  transactionIndex?: `0x${string}` | null | undefined;
226
+ v?: `0x${string}` | undefined;
227
+ value?: `0x${string}` | undefined;
228
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
229
+ gasPrice?: `0x${string}` | undefined;
230
+ maxFeePerGas?: `0x${string}` | undefined;
231
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
232
232
  accessList?: import("../../index.js").AccessList | undefined;
233
233
  chainId?: `0x${string}` | undefined;
234
234
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -237,24 +237,24 @@ export declare const base: {
237
237
  sourceHash: `0x${string}`;
238
238
  type: "0x7e";
239
239
  }) | ({
240
- gas?: `0x${string}` | undefined;
241
- nonce?: `0x${string}` | undefined;
242
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
243
- maxFeePerGas?: `0x${string}` | undefined;
244
- maxPriorityFeePerGas?: `0x${string}` | undefined;
245
- gasPrice?: `0x${string}` | undefined;
246
- from?: `0x${string}` | undefined;
247
- to?: `0x${string}` | null | undefined;
248
- value?: `0x${string}` | undefined;
249
- r?: `0x${string}` | undefined;
250
- s?: `0x${string}` | undefined;
251
- v?: `0x${string}` | undefined;
252
240
  yParity?: `0x${string}` | undefined;
253
241
  blockHash?: `0x${string}` | null | undefined;
254
242
  blockNumber?: `0x${string}` | null | undefined;
243
+ from?: `0x${string}` | undefined;
244
+ gas?: `0x${string}` | undefined;
255
245
  hash?: `0x${string}` | undefined;
256
246
  input?: `0x${string}` | undefined;
247
+ nonce?: `0x${string}` | undefined;
248
+ r?: `0x${string}` | undefined;
249
+ s?: `0x${string}` | undefined;
250
+ to?: `0x${string}` | null | undefined;
257
251
  transactionIndex?: `0x${string}` | null | undefined;
252
+ v?: `0x${string}` | undefined;
253
+ value?: `0x${string}` | undefined;
254
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
255
+ gasPrice?: `0x${string}` | undefined;
256
+ maxFeePerGas?: `0x${string}` | undefined;
257
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
258
258
  accessList?: import("../../index.js").AccessList | undefined;
259
259
  chainId?: `0x${string}` | undefined;
260
260
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -262,24 +262,24 @@ export declare const base: {
262
262
  mint?: undefined;
263
263
  sourceHash?: undefined;
264
264
  }) | ({
265
- gas?: `0x${string}` | undefined;
266
- nonce?: `0x${string}` | undefined;
267
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
268
- maxFeePerGas?: `0x${string}` | undefined;
269
- maxPriorityFeePerGas?: `0x${string}` | undefined;
270
- gasPrice?: `0x${string}` | undefined;
271
- from?: `0x${string}` | undefined;
272
- to?: `0x${string}` | null | undefined;
273
- value?: `0x${string}` | undefined;
274
- r?: `0x${string}` | undefined;
275
- s?: `0x${string}` | undefined;
276
- v?: `0x${string}` | undefined;
277
265
  yParity?: `0x${string}` | undefined;
278
266
  blockHash?: `0x${string}` | null | undefined;
279
267
  blockNumber?: `0x${string}` | null | undefined;
268
+ from?: `0x${string}` | undefined;
269
+ gas?: `0x${string}` | undefined;
280
270
  hash?: `0x${string}` | undefined;
281
271
  input?: `0x${string}` | undefined;
272
+ nonce?: `0x${string}` | undefined;
273
+ r?: `0x${string}` | undefined;
274
+ s?: `0x${string}` | undefined;
275
+ to?: `0x${string}` | null | undefined;
282
276
  transactionIndex?: `0x${string}` | null | undefined;
277
+ v?: `0x${string}` | undefined;
278
+ value?: `0x${string}` | undefined;
279
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
280
+ gasPrice?: `0x${string}` | undefined;
281
+ maxFeePerGas?: `0x${string}` | undefined;
282
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
283
283
  accessList?: import("../../index.js").AccessList | undefined;
284
284
  chainId?: `0x${string}` | undefined;
285
285
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -287,24 +287,24 @@ export declare const base: {
287
287
  mint?: undefined;
288
288
  sourceHash?: undefined;
289
289
  }) | ({
290
- gas?: `0x${string}` | undefined;
291
- nonce?: `0x${string}` | undefined;
292
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
293
- maxFeePerGas?: `0x${string}` | undefined;
294
- maxPriorityFeePerGas?: `0x${string}` | undefined;
295
- gasPrice?: `0x${string}` | undefined;
296
- from?: `0x${string}` | undefined;
297
- to?: `0x${string}` | null | undefined;
298
- value?: `0x${string}` | undefined;
299
- r?: `0x${string}` | undefined;
300
- s?: `0x${string}` | undefined;
301
- v?: `0x${string}` | undefined;
302
290
  yParity?: `0x${string}` | undefined;
303
291
  blockHash?: `0x${string}` | null | undefined;
304
292
  blockNumber?: `0x${string}` | null | undefined;
293
+ from?: `0x${string}` | undefined;
294
+ gas?: `0x${string}` | undefined;
305
295
  hash?: `0x${string}` | undefined;
306
296
  input?: `0x${string}` | undefined;
297
+ nonce?: `0x${string}` | undefined;
298
+ r?: `0x${string}` | undefined;
299
+ s?: `0x${string}` | undefined;
300
+ to?: `0x${string}` | null | undefined;
307
301
  transactionIndex?: `0x${string}` | null | undefined;
302
+ v?: `0x${string}` | undefined;
303
+ value?: `0x${string}` | undefined;
304
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
305
+ gasPrice?: `0x${string}` | undefined;
306
+ maxFeePerGas?: `0x${string}` | undefined;
307
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
308
308
  accessList?: import("../../index.js").AccessList | undefined;
309
309
  chainId?: `0x${string}` | undefined;
310
310
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -312,24 +312,24 @@ export declare const base: {
312
312
  mint?: undefined;
313
313
  sourceHash?: undefined;
314
314
  }) | ({
315
- gas?: `0x${string}` | undefined;
316
- nonce?: `0x${string}` | undefined;
317
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
318
- maxFeePerGas?: `0x${string}` | undefined;
319
- maxPriorityFeePerGas?: `0x${string}` | undefined;
320
- gasPrice?: `0x${string}` | undefined;
321
- from?: `0x${string}` | undefined;
322
- to?: `0x${string}` | null | undefined;
323
- value?: `0x${string}` | undefined;
324
- r?: `0x${string}` | undefined;
325
- s?: `0x${string}` | undefined;
326
- v?: `0x${string}` | undefined;
327
315
  yParity?: `0x${string}` | undefined;
328
316
  blockHash?: `0x${string}` | null | undefined;
329
317
  blockNumber?: `0x${string}` | null | undefined;
318
+ from?: `0x${string}` | undefined;
319
+ gas?: `0x${string}` | undefined;
330
320
  hash?: `0x${string}` | undefined;
331
321
  input?: `0x${string}` | undefined;
322
+ nonce?: `0x${string}` | undefined;
323
+ r?: `0x${string}` | undefined;
324
+ s?: `0x${string}` | undefined;
325
+ to?: `0x${string}` | null | undefined;
332
326
  transactionIndex?: `0x${string}` | null | undefined;
327
+ v?: `0x${string}` | undefined;
328
+ value?: `0x${string}` | undefined;
329
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
330
+ gasPrice?: `0x${string}` | undefined;
331
+ maxFeePerGas?: `0x${string}` | undefined;
332
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
333
333
  accessList?: import("../../index.js").AccessList | undefined;
334
334
  chainId?: `0x${string}` | undefined;
335
335
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -338,20 +338,20 @@ export declare const base: {
338
338
  sourceHash: `0x${string}`;
339
339
  type: "0x7e";
340
340
  })) => ({
341
- gas: bigint;
342
- nonce: number;
343
- from: `0x${string}`;
344
- to: `0x${string}` | null;
345
- value: bigint;
346
- r: `0x${string}`;
347
- s: `0x${string}`;
348
- v: bigint;
349
341
  blockHash: `0x${string}` | null;
350
342
  blockNumber: bigint | null;
343
+ from: `0x${string}`;
344
+ gas: bigint;
351
345
  hash: `0x${string}`;
352
346
  input: `0x${string}`;
347
+ nonce: number;
348
+ r: `0x${string}`;
349
+ s: `0x${string}`;
350
+ to: `0x${string}` | null;
353
351
  transactionIndex: number | null;
354
352
  typeHex: `0x${string}` | null;
353
+ v: bigint;
354
+ value: bigint;
355
355
  gasPrice: bigint;
356
356
  maxFeePerGas?: undefined;
357
357
  maxPriorityFeePerGas?: undefined;
@@ -363,20 +363,20 @@ export declare const base: {
363
363
  mint?: undefined;
364
364
  sourceHash?: undefined;
365
365
  } | {
366
- gas: bigint;
367
- nonce: number;
368
- from: `0x${string}`;
369
- to: `0x${string}` | null;
370
- value: bigint;
371
- r: `0x${string}`;
372
- s: `0x${string}`;
373
- v: bigint;
374
366
  blockHash: `0x${string}` | null;
375
367
  blockNumber: bigint | null;
368
+ from: `0x${string}`;
369
+ gas: bigint;
376
370
  hash: `0x${string}`;
377
371
  input: `0x${string}`;
372
+ nonce: number;
373
+ r: `0x${string}`;
374
+ s: `0x${string}`;
375
+ to: `0x${string}` | null;
378
376
  transactionIndex: number | null;
379
377
  typeHex: `0x${string}` | null;
378
+ v: bigint;
379
+ value: bigint;
380
380
  gasPrice: undefined;
381
381
  maxFeePerGas: bigint;
382
382
  maxPriorityFeePerGas: bigint;
@@ -566,7 +566,7 @@ export declare const base: {
566
566
  };
567
567
  };
568
568
  serializers: {
569
- readonly transaction: import("../../index.js").SerializeTransactionFn<import("../opStack/types/transaction.js").OpStackTransactionSerializable>;
569
+ readonly transaction: import("../../index.js").SerializeTransactionFn<import("../index.js").OpStackTransactionSerializable>;
570
570
  };
571
571
  fees?: import("../../index.js").ChainFees<undefined> | undefined;
572
572
  };