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
@@ -84,24 +84,24 @@ export declare const optimism: {
84
84
  readonly transaction: {
85
85
  exclude: [] | undefined;
86
86
  format: (args: ({
87
- gas?: `0x${string}` | undefined;
88
- nonce?: `0x${string}` | undefined;
89
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
90
- maxFeePerGas?: `0x${string}` | undefined;
91
- maxPriorityFeePerGas?: `0x${string}` | undefined;
92
- gasPrice?: `0x${string}` | undefined;
93
- from?: `0x${string}` | undefined;
94
- to?: `0x${string}` | null | undefined;
95
- value?: `0x${string}` | undefined;
96
- r?: `0x${string}` | undefined;
97
- s?: `0x${string}` | undefined;
98
- v?: `0x${string}` | undefined;
99
87
  yParity?: `0x${string}` | undefined;
100
88
  blockHash?: `0x${string}` | null | undefined;
101
89
  blockNumber?: `0x${string}` | null | undefined;
90
+ from?: `0x${string}` | undefined;
91
+ gas?: `0x${string}` | undefined;
102
92
  hash?: `0x${string}` | undefined;
103
93
  input?: `0x${string}` | undefined;
94
+ nonce?: `0x${string}` | undefined;
95
+ r?: `0x${string}` | undefined;
96
+ s?: `0x${string}` | undefined;
97
+ to?: `0x${string}` | null | undefined;
104
98
  transactionIndex?: `0x${string}` | null | undefined;
99
+ v?: `0x${string}` | undefined;
100
+ value?: `0x${string}` | undefined;
101
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
102
+ gasPrice?: `0x${string}` | undefined;
103
+ maxFeePerGas?: `0x${string}` | undefined;
104
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
105
105
  accessList?: undefined;
106
106
  chainId?: `0x${string}` | undefined;
107
107
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -109,24 +109,24 @@ export declare const optimism: {
109
109
  mint?: undefined;
110
110
  sourceHash?: undefined;
111
111
  }) | ({
112
- gas?: `0x${string}` | undefined;
113
- nonce?: `0x${string}` | undefined;
114
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
115
- maxFeePerGas?: `0x${string}` | undefined;
116
- maxPriorityFeePerGas?: `0x${string}` | undefined;
117
- gasPrice?: `0x${string}` | undefined;
118
- from?: `0x${string}` | undefined;
119
- to?: `0x${string}` | null | undefined;
120
- value?: `0x${string}` | undefined;
121
- r?: `0x${string}` | undefined;
122
- s?: `0x${string}` | undefined;
123
- v?: `0x${string}` | undefined;
124
112
  yParity?: `0x${string}` | undefined;
125
113
  blockHash?: `0x${string}` | null | undefined;
126
114
  blockNumber?: `0x${string}` | null | undefined;
115
+ from?: `0x${string}` | undefined;
116
+ gas?: `0x${string}` | undefined;
127
117
  hash?: `0x${string}` | undefined;
128
118
  input?: `0x${string}` | undefined;
119
+ nonce?: `0x${string}` | undefined;
120
+ r?: `0x${string}` | undefined;
121
+ s?: `0x${string}` | undefined;
122
+ to?: `0x${string}` | null | undefined;
129
123
  transactionIndex?: `0x${string}` | null | undefined;
124
+ v?: `0x${string}` | undefined;
125
+ value?: `0x${string}` | undefined;
126
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
127
+ gasPrice?: `0x${string}` | undefined;
128
+ maxFeePerGas?: `0x${string}` | undefined;
129
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
130
130
  accessList?: undefined;
131
131
  chainId?: `0x${string}` | undefined;
132
132
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -135,24 +135,24 @@ export declare const optimism: {
135
135
  sourceHash: `0x${string}`;
136
136
  type: "0x7e";
137
137
  }) | ({
138
- gas?: `0x${string}` | undefined;
139
- nonce?: `0x${string}` | undefined;
140
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
141
- maxFeePerGas?: `0x${string}` | undefined;
142
- maxPriorityFeePerGas?: `0x${string}` | undefined;
143
- gasPrice?: `0x${string}` | undefined;
144
- from?: `0x${string}` | undefined;
145
- to?: `0x${string}` | null | undefined;
146
- value?: `0x${string}` | undefined;
147
- r?: `0x${string}` | undefined;
148
- s?: `0x${string}` | undefined;
149
- v?: `0x${string}` | undefined;
150
138
  yParity?: `0x${string}` | undefined;
151
139
  blockHash?: `0x${string}` | null | undefined;
152
140
  blockNumber?: `0x${string}` | null | undefined;
141
+ from?: `0x${string}` | undefined;
142
+ gas?: `0x${string}` | undefined;
153
143
  hash?: `0x${string}` | undefined;
154
144
  input?: `0x${string}` | undefined;
145
+ nonce?: `0x${string}` | undefined;
146
+ r?: `0x${string}` | undefined;
147
+ s?: `0x${string}` | undefined;
148
+ to?: `0x${string}` | null | undefined;
155
149
  transactionIndex?: `0x${string}` | null | undefined;
150
+ v?: `0x${string}` | undefined;
151
+ value?: `0x${string}` | undefined;
152
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
153
+ gasPrice?: `0x${string}` | undefined;
154
+ maxFeePerGas?: `0x${string}` | undefined;
155
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
156
156
  accessList?: import("../../index.js").AccessList | undefined;
157
157
  chainId?: `0x${string}` | undefined;
158
158
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -160,24 +160,24 @@ export declare const optimism: {
160
160
  mint?: undefined;
161
161
  sourceHash?: undefined;
162
162
  }) | ({
163
- gas?: `0x${string}` | undefined;
164
- nonce?: `0x${string}` | undefined;
165
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
166
- maxFeePerGas?: `0x${string}` | undefined;
167
- maxPriorityFeePerGas?: `0x${string}` | undefined;
168
- gasPrice?: `0x${string}` | undefined;
169
- from?: `0x${string}` | undefined;
170
- to?: `0x${string}` | null | undefined;
171
- value?: `0x${string}` | undefined;
172
- r?: `0x${string}` | undefined;
173
- s?: `0x${string}` | undefined;
174
- v?: `0x${string}` | undefined;
175
163
  yParity?: `0x${string}` | undefined;
176
164
  blockHash?: `0x${string}` | null | undefined;
177
165
  blockNumber?: `0x${string}` | null | undefined;
166
+ from?: `0x${string}` | undefined;
167
+ gas?: `0x${string}` | undefined;
178
168
  hash?: `0x${string}` | undefined;
179
169
  input?: `0x${string}` | undefined;
170
+ nonce?: `0x${string}` | undefined;
171
+ r?: `0x${string}` | undefined;
172
+ s?: `0x${string}` | undefined;
173
+ to?: `0x${string}` | null | undefined;
180
174
  transactionIndex?: `0x${string}` | null | undefined;
175
+ v?: `0x${string}` | undefined;
176
+ value?: `0x${string}` | undefined;
177
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
178
+ gasPrice?: `0x${string}` | undefined;
179
+ maxFeePerGas?: `0x${string}` | undefined;
180
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
181
181
  accessList?: import("../../index.js").AccessList | undefined;
182
182
  chainId?: `0x${string}` | undefined;
183
183
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -185,24 +185,24 @@ export declare const optimism: {
185
185
  mint?: undefined;
186
186
  sourceHash?: undefined;
187
187
  }) | ({
188
- gas?: `0x${string}` | undefined;
189
- nonce?: `0x${string}` | undefined;
190
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
191
- maxFeePerGas?: `0x${string}` | undefined;
192
- maxPriorityFeePerGas?: `0x${string}` | undefined;
193
- gasPrice?: `0x${string}` | undefined;
194
- from?: `0x${string}` | undefined;
195
- to?: `0x${string}` | null | undefined;
196
- value?: `0x${string}` | undefined;
197
- r?: `0x${string}` | undefined;
198
- s?: `0x${string}` | undefined;
199
- v?: `0x${string}` | undefined;
200
188
  yParity?: `0x${string}` | undefined;
201
189
  blockHash?: `0x${string}` | null | undefined;
202
190
  blockNumber?: `0x${string}` | null | undefined;
191
+ from?: `0x${string}` | undefined;
192
+ gas?: `0x${string}` | undefined;
203
193
  hash?: `0x${string}` | undefined;
204
194
  input?: `0x${string}` | undefined;
195
+ nonce?: `0x${string}` | undefined;
196
+ r?: `0x${string}` | undefined;
197
+ s?: `0x${string}` | undefined;
198
+ to?: `0x${string}` | null | undefined;
205
199
  transactionIndex?: `0x${string}` | null | undefined;
200
+ v?: `0x${string}` | undefined;
201
+ value?: `0x${string}` | undefined;
202
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
203
+ gasPrice?: `0x${string}` | undefined;
204
+ maxFeePerGas?: `0x${string}` | undefined;
205
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
206
206
  accessList?: import("../../index.js").AccessList | undefined;
207
207
  chainId?: `0x${string}` | undefined;
208
208
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -210,24 +210,24 @@ export declare const optimism: {
210
210
  mint?: undefined;
211
211
  sourceHash?: undefined;
212
212
  }) | ({
213
- gas?: `0x${string}` | undefined;
214
- nonce?: `0x${string}` | undefined;
215
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
216
- maxFeePerGas?: `0x${string}` | undefined;
217
- maxPriorityFeePerGas?: `0x${string}` | undefined;
218
- gasPrice?: `0x${string}` | undefined;
219
- from?: `0x${string}` | undefined;
220
- to?: `0x${string}` | null | undefined;
221
- value?: `0x${string}` | undefined;
222
- r?: `0x${string}` | undefined;
223
- s?: `0x${string}` | undefined;
224
- v?: `0x${string}` | undefined;
225
213
  yParity?: `0x${string}` | undefined;
226
214
  blockHash?: `0x${string}` | null | undefined;
227
215
  blockNumber?: `0x${string}` | null | undefined;
216
+ from?: `0x${string}` | undefined;
217
+ gas?: `0x${string}` | undefined;
228
218
  hash?: `0x${string}` | undefined;
229
219
  input?: `0x${string}` | undefined;
220
+ nonce?: `0x${string}` | undefined;
221
+ r?: `0x${string}` | undefined;
222
+ s?: `0x${string}` | undefined;
223
+ to?: `0x${string}` | null | undefined;
230
224
  transactionIndex?: `0x${string}` | null | undefined;
225
+ v?: `0x${string}` | undefined;
226
+ value?: `0x${string}` | undefined;
227
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
228
+ gasPrice?: `0x${string}` | undefined;
229
+ maxFeePerGas?: `0x${string}` | undefined;
230
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
231
231
  accessList?: import("../../index.js").AccessList | undefined;
232
232
  chainId?: `0x${string}` | undefined;
233
233
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -236,24 +236,24 @@ export declare const optimism: {
236
236
  sourceHash: `0x${string}`;
237
237
  type: "0x7e";
238
238
  }) | ({
239
- gas?: `0x${string}` | undefined;
240
- nonce?: `0x${string}` | undefined;
241
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
242
- maxFeePerGas?: `0x${string}` | undefined;
243
- maxPriorityFeePerGas?: `0x${string}` | undefined;
244
- gasPrice?: `0x${string}` | undefined;
245
- from?: `0x${string}` | undefined;
246
- to?: `0x${string}` | null | undefined;
247
- value?: `0x${string}` | undefined;
248
- r?: `0x${string}` | undefined;
249
- s?: `0x${string}` | undefined;
250
- v?: `0x${string}` | undefined;
251
239
  yParity?: `0x${string}` | undefined;
252
240
  blockHash?: `0x${string}` | null | undefined;
253
241
  blockNumber?: `0x${string}` | null | undefined;
242
+ from?: `0x${string}` | undefined;
243
+ gas?: `0x${string}` | undefined;
254
244
  hash?: `0x${string}` | undefined;
255
245
  input?: `0x${string}` | undefined;
246
+ nonce?: `0x${string}` | undefined;
247
+ r?: `0x${string}` | undefined;
248
+ s?: `0x${string}` | undefined;
249
+ to?: `0x${string}` | null | undefined;
256
250
  transactionIndex?: `0x${string}` | null | undefined;
251
+ v?: `0x${string}` | undefined;
252
+ value?: `0x${string}` | undefined;
253
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
254
+ gasPrice?: `0x${string}` | undefined;
255
+ maxFeePerGas?: `0x${string}` | undefined;
256
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
257
257
  accessList?: import("../../index.js").AccessList | undefined;
258
258
  chainId?: `0x${string}` | undefined;
259
259
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -261,24 +261,24 @@ export declare const optimism: {
261
261
  mint?: undefined;
262
262
  sourceHash?: undefined;
263
263
  }) | ({
264
- gas?: `0x${string}` | undefined;
265
- nonce?: `0x${string}` | undefined;
266
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
267
- maxFeePerGas?: `0x${string}` | undefined;
268
- maxPriorityFeePerGas?: `0x${string}` | undefined;
269
- gasPrice?: `0x${string}` | undefined;
270
- from?: `0x${string}` | undefined;
271
- to?: `0x${string}` | null | undefined;
272
- value?: `0x${string}` | undefined;
273
- r?: `0x${string}` | undefined;
274
- s?: `0x${string}` | undefined;
275
- v?: `0x${string}` | undefined;
276
264
  yParity?: `0x${string}` | undefined;
277
265
  blockHash?: `0x${string}` | null | undefined;
278
266
  blockNumber?: `0x${string}` | null | undefined;
267
+ from?: `0x${string}` | undefined;
268
+ gas?: `0x${string}` | undefined;
279
269
  hash?: `0x${string}` | undefined;
280
270
  input?: `0x${string}` | undefined;
271
+ nonce?: `0x${string}` | undefined;
272
+ r?: `0x${string}` | undefined;
273
+ s?: `0x${string}` | undefined;
274
+ to?: `0x${string}` | null | undefined;
281
275
  transactionIndex?: `0x${string}` | null | undefined;
276
+ v?: `0x${string}` | undefined;
277
+ value?: `0x${string}` | undefined;
278
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
279
+ gasPrice?: `0x${string}` | undefined;
280
+ maxFeePerGas?: `0x${string}` | undefined;
281
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
282
282
  accessList?: import("../../index.js").AccessList | undefined;
283
283
  chainId?: `0x${string}` | undefined;
284
284
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -286,24 +286,24 @@ export declare const optimism: {
286
286
  mint?: undefined;
287
287
  sourceHash?: undefined;
288
288
  }) | ({
289
- gas?: `0x${string}` | undefined;
290
- nonce?: `0x${string}` | undefined;
291
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
292
- maxFeePerGas?: `0x${string}` | undefined;
293
- maxPriorityFeePerGas?: `0x${string}` | undefined;
294
- gasPrice?: `0x${string}` | undefined;
295
- from?: `0x${string}` | undefined;
296
- to?: `0x${string}` | null | undefined;
297
- value?: `0x${string}` | undefined;
298
- r?: `0x${string}` | undefined;
299
- s?: `0x${string}` | undefined;
300
- v?: `0x${string}` | undefined;
301
289
  yParity?: `0x${string}` | undefined;
302
290
  blockHash?: `0x${string}` | null | undefined;
303
291
  blockNumber?: `0x${string}` | null | undefined;
292
+ from?: `0x${string}` | undefined;
293
+ gas?: `0x${string}` | undefined;
304
294
  hash?: `0x${string}` | undefined;
305
295
  input?: `0x${string}` | undefined;
296
+ nonce?: `0x${string}` | undefined;
297
+ r?: `0x${string}` | undefined;
298
+ s?: `0x${string}` | undefined;
299
+ to?: `0x${string}` | null | undefined;
306
300
  transactionIndex?: `0x${string}` | null | undefined;
301
+ v?: `0x${string}` | undefined;
302
+ value?: `0x${string}` | undefined;
303
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
304
+ gasPrice?: `0x${string}` | undefined;
305
+ maxFeePerGas?: `0x${string}` | undefined;
306
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
307
307
  accessList?: import("../../index.js").AccessList | undefined;
308
308
  chainId?: `0x${string}` | undefined;
309
309
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -311,24 +311,24 @@ export declare const optimism: {
311
311
  mint?: undefined;
312
312
  sourceHash?: undefined;
313
313
  }) | ({
314
- gas?: `0x${string}` | undefined;
315
- nonce?: `0x${string}` | undefined;
316
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
317
- maxFeePerGas?: `0x${string}` | undefined;
318
- maxPriorityFeePerGas?: `0x${string}` | undefined;
319
- gasPrice?: `0x${string}` | undefined;
320
- from?: `0x${string}` | undefined;
321
- to?: `0x${string}` | null | undefined;
322
- value?: `0x${string}` | undefined;
323
- r?: `0x${string}` | undefined;
324
- s?: `0x${string}` | undefined;
325
- v?: `0x${string}` | undefined;
326
314
  yParity?: `0x${string}` | undefined;
327
315
  blockHash?: `0x${string}` | null | undefined;
328
316
  blockNumber?: `0x${string}` | null | undefined;
317
+ from?: `0x${string}` | undefined;
318
+ gas?: `0x${string}` | undefined;
329
319
  hash?: `0x${string}` | undefined;
330
320
  input?: `0x${string}` | undefined;
321
+ nonce?: `0x${string}` | undefined;
322
+ r?: `0x${string}` | undefined;
323
+ s?: `0x${string}` | undefined;
324
+ to?: `0x${string}` | null | undefined;
331
325
  transactionIndex?: `0x${string}` | null | undefined;
326
+ v?: `0x${string}` | undefined;
327
+ value?: `0x${string}` | undefined;
328
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
329
+ gasPrice?: `0x${string}` | undefined;
330
+ maxFeePerGas?: `0x${string}` | undefined;
331
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
332
332
  accessList?: import("../../index.js").AccessList | undefined;
333
333
  chainId?: `0x${string}` | undefined;
334
334
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -337,20 +337,20 @@ export declare const optimism: {
337
337
  sourceHash: `0x${string}`;
338
338
  type: "0x7e";
339
339
  })) => ({
340
- gas: bigint;
341
- nonce: number;
342
- from: `0x${string}`;
343
- to: `0x${string}` | null;
344
- value: bigint;
345
- r: `0x${string}`;
346
- s: `0x${string}`;
347
- v: bigint;
348
340
  blockHash: `0x${string}` | null;
349
341
  blockNumber: bigint | null;
342
+ from: `0x${string}`;
343
+ gas: bigint;
350
344
  hash: `0x${string}`;
351
345
  input: `0x${string}`;
346
+ nonce: number;
347
+ r: `0x${string}`;
348
+ s: `0x${string}`;
349
+ to: `0x${string}` | null;
352
350
  transactionIndex: number | null;
353
351
  typeHex: `0x${string}` | null;
352
+ v: bigint;
353
+ value: bigint;
354
354
  gasPrice: bigint;
355
355
  maxFeePerGas?: undefined;
356
356
  maxPriorityFeePerGas?: undefined;
@@ -362,20 +362,20 @@ export declare const optimism: {
362
362
  mint?: undefined;
363
363
  sourceHash?: undefined;
364
364
  } | {
365
- gas: bigint;
366
- nonce: number;
367
- from: `0x${string}`;
368
- to: `0x${string}` | null;
369
- value: bigint;
370
- r: `0x${string}`;
371
- s: `0x${string}`;
372
- v: bigint;
373
365
  blockHash: `0x${string}` | null;
374
366
  blockNumber: bigint | null;
367
+ from: `0x${string}`;
368
+ gas: bigint;
375
369
  hash: `0x${string}`;
376
370
  input: `0x${string}`;
371
+ nonce: number;
372
+ r: `0x${string}`;
373
+ s: `0x${string}`;
374
+ to: `0x${string}` | null;
377
375
  transactionIndex: number | null;
378
376
  typeHex: `0x${string}` | null;
377
+ v: bigint;
378
+ value: bigint;
379
379
  gasPrice: undefined;
380
380
  maxFeePerGas: bigint;
381
381
  maxPriorityFeePerGas: bigint;
@@ -565,7 +565,7 @@ export declare const optimism: {
565
565
  };
566
566
  };
567
567
  serializers: {
568
- readonly transaction: import("../../index.js").SerializeTransactionFn<import("../opStack/types/transaction.js").OpStackTransactionSerializable>;
568
+ readonly transaction: import("../../index.js").SerializeTransactionFn<import("../index.js").OpStackTransactionSerializable>;
569
569
  };
570
570
  fees?: import("../../index.js").ChainFees<undefined> | undefined;
571
571
  };