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
@@ -68,24 +68,24 @@ export declare const pgn: {
68
68
  readonly transaction: {
69
69
  exclude: [] | undefined;
70
70
  format: (args: ({
71
- gas?: `0x${string}` | undefined;
72
- nonce?: `0x${string}` | undefined;
73
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
74
- maxFeePerGas?: `0x${string}` | undefined;
75
- maxPriorityFeePerGas?: `0x${string}` | undefined;
76
- gasPrice?: `0x${string}` | undefined;
77
- from?: `0x${string}` | undefined;
78
- to?: `0x${string}` | null | undefined;
79
- value?: `0x${string}` | undefined;
80
- r?: `0x${string}` | undefined;
81
- s?: `0x${string}` | undefined;
82
- v?: `0x${string}` | undefined;
83
71
  yParity?: `0x${string}` | undefined;
84
72
  blockHash?: `0x${string}` | null | undefined;
85
73
  blockNumber?: `0x${string}` | null | undefined;
74
+ from?: `0x${string}` | undefined;
75
+ gas?: `0x${string}` | undefined;
86
76
  hash?: `0x${string}` | undefined;
87
77
  input?: `0x${string}` | undefined;
78
+ nonce?: `0x${string}` | undefined;
79
+ r?: `0x${string}` | undefined;
80
+ s?: `0x${string}` | undefined;
81
+ to?: `0x${string}` | null | undefined;
88
82
  transactionIndex?: `0x${string}` | null | undefined;
83
+ v?: `0x${string}` | undefined;
84
+ value?: `0x${string}` | undefined;
85
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
86
+ gasPrice?: `0x${string}` | undefined;
87
+ maxFeePerGas?: `0x${string}` | undefined;
88
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
89
89
  accessList?: undefined;
90
90
  chainId?: `0x${string}` | undefined;
91
91
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -93,24 +93,24 @@ export declare const pgn: {
93
93
  mint?: undefined;
94
94
  sourceHash?: undefined;
95
95
  }) | ({
96
- gas?: `0x${string}` | undefined;
97
- nonce?: `0x${string}` | undefined;
98
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
99
- maxFeePerGas?: `0x${string}` | undefined;
100
- maxPriorityFeePerGas?: `0x${string}` | undefined;
101
- gasPrice?: `0x${string}` | undefined;
102
- from?: `0x${string}` | undefined;
103
- to?: `0x${string}` | null | undefined;
104
- value?: `0x${string}` | undefined;
105
- r?: `0x${string}` | undefined;
106
- s?: `0x${string}` | undefined;
107
- v?: `0x${string}` | undefined;
108
96
  yParity?: `0x${string}` | undefined;
109
97
  blockHash?: `0x${string}` | null | undefined;
110
98
  blockNumber?: `0x${string}` | null | undefined;
99
+ from?: `0x${string}` | undefined;
100
+ gas?: `0x${string}` | undefined;
111
101
  hash?: `0x${string}` | undefined;
112
102
  input?: `0x${string}` | undefined;
103
+ nonce?: `0x${string}` | undefined;
104
+ r?: `0x${string}` | undefined;
105
+ s?: `0x${string}` | undefined;
106
+ to?: `0x${string}` | null | undefined;
113
107
  transactionIndex?: `0x${string}` | null | undefined;
108
+ v?: `0x${string}` | undefined;
109
+ value?: `0x${string}` | undefined;
110
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
111
+ gasPrice?: `0x${string}` | undefined;
112
+ maxFeePerGas?: `0x${string}` | undefined;
113
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
114
114
  accessList?: undefined;
115
115
  chainId?: `0x${string}` | undefined;
116
116
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -119,24 +119,24 @@ export declare const pgn: {
119
119
  sourceHash: `0x${string}`;
120
120
  type: "0x7e";
121
121
  }) | ({
122
- gas?: `0x${string}` | undefined;
123
- nonce?: `0x${string}` | undefined;
124
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
125
- maxFeePerGas?: `0x${string}` | undefined;
126
- maxPriorityFeePerGas?: `0x${string}` | undefined;
127
- gasPrice?: `0x${string}` | undefined;
128
- from?: `0x${string}` | undefined;
129
- to?: `0x${string}` | null | undefined;
130
- value?: `0x${string}` | undefined;
131
- r?: `0x${string}` | undefined;
132
- s?: `0x${string}` | undefined;
133
- v?: `0x${string}` | undefined;
134
122
  yParity?: `0x${string}` | undefined;
135
123
  blockHash?: `0x${string}` | null | undefined;
136
124
  blockNumber?: `0x${string}` | null | undefined;
125
+ from?: `0x${string}` | undefined;
126
+ gas?: `0x${string}` | undefined;
137
127
  hash?: `0x${string}` | undefined;
138
128
  input?: `0x${string}` | undefined;
129
+ nonce?: `0x${string}` | undefined;
130
+ r?: `0x${string}` | undefined;
131
+ s?: `0x${string}` | undefined;
132
+ to?: `0x${string}` | null | undefined;
139
133
  transactionIndex?: `0x${string}` | null | undefined;
134
+ v?: `0x${string}` | undefined;
135
+ value?: `0x${string}` | undefined;
136
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
137
+ gasPrice?: `0x${string}` | undefined;
138
+ maxFeePerGas?: `0x${string}` | undefined;
139
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
140
140
  accessList?: import("../../index.js").AccessList | undefined;
141
141
  chainId?: `0x${string}` | undefined;
142
142
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -144,24 +144,24 @@ export declare const pgn: {
144
144
  mint?: undefined;
145
145
  sourceHash?: undefined;
146
146
  }) | ({
147
- gas?: `0x${string}` | undefined;
148
- nonce?: `0x${string}` | undefined;
149
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
150
- maxFeePerGas?: `0x${string}` | undefined;
151
- maxPriorityFeePerGas?: `0x${string}` | undefined;
152
- gasPrice?: `0x${string}` | undefined;
153
- from?: `0x${string}` | undefined;
154
- to?: `0x${string}` | null | undefined;
155
- value?: `0x${string}` | undefined;
156
- r?: `0x${string}` | undefined;
157
- s?: `0x${string}` | undefined;
158
- v?: `0x${string}` | undefined;
159
147
  yParity?: `0x${string}` | undefined;
160
148
  blockHash?: `0x${string}` | null | undefined;
161
149
  blockNumber?: `0x${string}` | null | undefined;
150
+ from?: `0x${string}` | undefined;
151
+ gas?: `0x${string}` | undefined;
162
152
  hash?: `0x${string}` | undefined;
163
153
  input?: `0x${string}` | undefined;
154
+ nonce?: `0x${string}` | undefined;
155
+ r?: `0x${string}` | undefined;
156
+ s?: `0x${string}` | undefined;
157
+ to?: `0x${string}` | null | undefined;
164
158
  transactionIndex?: `0x${string}` | null | undefined;
159
+ v?: `0x${string}` | undefined;
160
+ value?: `0x${string}` | undefined;
161
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
162
+ gasPrice?: `0x${string}` | undefined;
163
+ maxFeePerGas?: `0x${string}` | undefined;
164
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
165
165
  accessList?: import("../../index.js").AccessList | undefined;
166
166
  chainId?: `0x${string}` | undefined;
167
167
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -169,24 +169,24 @@ export declare const pgn: {
169
169
  mint?: undefined;
170
170
  sourceHash?: undefined;
171
171
  }) | ({
172
- gas?: `0x${string}` | undefined;
173
- nonce?: `0x${string}` | undefined;
174
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
175
- maxFeePerGas?: `0x${string}` | undefined;
176
- maxPriorityFeePerGas?: `0x${string}` | undefined;
177
- gasPrice?: `0x${string}` | undefined;
178
- from?: `0x${string}` | undefined;
179
- to?: `0x${string}` | null | undefined;
180
- value?: `0x${string}` | undefined;
181
- r?: `0x${string}` | undefined;
182
- s?: `0x${string}` | undefined;
183
- v?: `0x${string}` | undefined;
184
172
  yParity?: `0x${string}` | undefined;
185
173
  blockHash?: `0x${string}` | null | undefined;
186
174
  blockNumber?: `0x${string}` | null | undefined;
175
+ from?: `0x${string}` | undefined;
176
+ gas?: `0x${string}` | undefined;
187
177
  hash?: `0x${string}` | undefined;
188
178
  input?: `0x${string}` | undefined;
179
+ nonce?: `0x${string}` | undefined;
180
+ r?: `0x${string}` | undefined;
181
+ s?: `0x${string}` | undefined;
182
+ to?: `0x${string}` | null | undefined;
189
183
  transactionIndex?: `0x${string}` | null | undefined;
184
+ v?: `0x${string}` | undefined;
185
+ value?: `0x${string}` | undefined;
186
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
187
+ gasPrice?: `0x${string}` | undefined;
188
+ maxFeePerGas?: `0x${string}` | undefined;
189
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
190
190
  accessList?: import("../../index.js").AccessList | undefined;
191
191
  chainId?: `0x${string}` | undefined;
192
192
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -194,24 +194,24 @@ export declare const pgn: {
194
194
  mint?: undefined;
195
195
  sourceHash?: undefined;
196
196
  }) | ({
197
- gas?: `0x${string}` | undefined;
198
- nonce?: `0x${string}` | undefined;
199
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
200
- maxFeePerGas?: `0x${string}` | undefined;
201
- maxPriorityFeePerGas?: `0x${string}` | undefined;
202
- gasPrice?: `0x${string}` | undefined;
203
- from?: `0x${string}` | undefined;
204
- to?: `0x${string}` | null | undefined;
205
- value?: `0x${string}` | undefined;
206
- r?: `0x${string}` | undefined;
207
- s?: `0x${string}` | undefined;
208
- v?: `0x${string}` | undefined;
209
197
  yParity?: `0x${string}` | undefined;
210
198
  blockHash?: `0x${string}` | null | undefined;
211
199
  blockNumber?: `0x${string}` | null | undefined;
200
+ from?: `0x${string}` | undefined;
201
+ gas?: `0x${string}` | undefined;
212
202
  hash?: `0x${string}` | undefined;
213
203
  input?: `0x${string}` | undefined;
204
+ nonce?: `0x${string}` | undefined;
205
+ r?: `0x${string}` | undefined;
206
+ s?: `0x${string}` | undefined;
207
+ to?: `0x${string}` | null | undefined;
214
208
  transactionIndex?: `0x${string}` | null | undefined;
209
+ v?: `0x${string}` | undefined;
210
+ value?: `0x${string}` | undefined;
211
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
212
+ gasPrice?: `0x${string}` | undefined;
213
+ maxFeePerGas?: `0x${string}` | undefined;
214
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
215
215
  accessList?: import("../../index.js").AccessList | undefined;
216
216
  chainId?: `0x${string}` | undefined;
217
217
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -220,24 +220,24 @@ export declare const pgn: {
220
220
  sourceHash: `0x${string}`;
221
221
  type: "0x7e";
222
222
  }) | ({
223
- gas?: `0x${string}` | undefined;
224
- nonce?: `0x${string}` | undefined;
225
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
226
- maxFeePerGas?: `0x${string}` | undefined;
227
- maxPriorityFeePerGas?: `0x${string}` | undefined;
228
- gasPrice?: `0x${string}` | undefined;
229
- from?: `0x${string}` | undefined;
230
- to?: `0x${string}` | null | undefined;
231
- value?: `0x${string}` | undefined;
232
- r?: `0x${string}` | undefined;
233
- s?: `0x${string}` | undefined;
234
- v?: `0x${string}` | undefined;
235
223
  yParity?: `0x${string}` | undefined;
236
224
  blockHash?: `0x${string}` | null | undefined;
237
225
  blockNumber?: `0x${string}` | null | undefined;
226
+ from?: `0x${string}` | undefined;
227
+ gas?: `0x${string}` | undefined;
238
228
  hash?: `0x${string}` | undefined;
239
229
  input?: `0x${string}` | undefined;
230
+ nonce?: `0x${string}` | undefined;
231
+ r?: `0x${string}` | undefined;
232
+ s?: `0x${string}` | undefined;
233
+ to?: `0x${string}` | null | undefined;
240
234
  transactionIndex?: `0x${string}` | null | undefined;
235
+ v?: `0x${string}` | undefined;
236
+ value?: `0x${string}` | undefined;
237
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
238
+ gasPrice?: `0x${string}` | undefined;
239
+ maxFeePerGas?: `0x${string}` | undefined;
240
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
241
241
  accessList?: import("../../index.js").AccessList | undefined;
242
242
  chainId?: `0x${string}` | undefined;
243
243
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -245,24 +245,24 @@ export declare const pgn: {
245
245
  mint?: undefined;
246
246
  sourceHash?: undefined;
247
247
  }) | ({
248
- gas?: `0x${string}` | undefined;
249
- nonce?: `0x${string}` | undefined;
250
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
251
- maxFeePerGas?: `0x${string}` | undefined;
252
- maxPriorityFeePerGas?: `0x${string}` | undefined;
253
- gasPrice?: `0x${string}` | undefined;
254
- from?: `0x${string}` | undefined;
255
- to?: `0x${string}` | null | undefined;
256
- value?: `0x${string}` | undefined;
257
- r?: `0x${string}` | undefined;
258
- s?: `0x${string}` | undefined;
259
- v?: `0x${string}` | undefined;
260
248
  yParity?: `0x${string}` | undefined;
261
249
  blockHash?: `0x${string}` | null | undefined;
262
250
  blockNumber?: `0x${string}` | null | undefined;
251
+ from?: `0x${string}` | undefined;
252
+ gas?: `0x${string}` | undefined;
263
253
  hash?: `0x${string}` | undefined;
264
254
  input?: `0x${string}` | undefined;
255
+ nonce?: `0x${string}` | undefined;
256
+ r?: `0x${string}` | undefined;
257
+ s?: `0x${string}` | undefined;
258
+ to?: `0x${string}` | null | undefined;
265
259
  transactionIndex?: `0x${string}` | null | undefined;
260
+ v?: `0x${string}` | undefined;
261
+ value?: `0x${string}` | undefined;
262
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
263
+ gasPrice?: `0x${string}` | undefined;
264
+ maxFeePerGas?: `0x${string}` | undefined;
265
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
266
266
  accessList?: import("../../index.js").AccessList | undefined;
267
267
  chainId?: `0x${string}` | undefined;
268
268
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -270,24 +270,24 @@ export declare const pgn: {
270
270
  mint?: undefined;
271
271
  sourceHash?: undefined;
272
272
  }) | ({
273
- gas?: `0x${string}` | undefined;
274
- nonce?: `0x${string}` | undefined;
275
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
276
- maxFeePerGas?: `0x${string}` | undefined;
277
- maxPriorityFeePerGas?: `0x${string}` | undefined;
278
- gasPrice?: `0x${string}` | undefined;
279
- from?: `0x${string}` | undefined;
280
- to?: `0x${string}` | null | undefined;
281
- value?: `0x${string}` | undefined;
282
- r?: `0x${string}` | undefined;
283
- s?: `0x${string}` | undefined;
284
- v?: `0x${string}` | undefined;
285
273
  yParity?: `0x${string}` | undefined;
286
274
  blockHash?: `0x${string}` | null | undefined;
287
275
  blockNumber?: `0x${string}` | null | undefined;
276
+ from?: `0x${string}` | undefined;
277
+ gas?: `0x${string}` | undefined;
288
278
  hash?: `0x${string}` | undefined;
289
279
  input?: `0x${string}` | undefined;
280
+ nonce?: `0x${string}` | undefined;
281
+ r?: `0x${string}` | undefined;
282
+ s?: `0x${string}` | undefined;
283
+ to?: `0x${string}` | null | undefined;
290
284
  transactionIndex?: `0x${string}` | null | undefined;
285
+ v?: `0x${string}` | undefined;
286
+ value?: `0x${string}` | undefined;
287
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
288
+ gasPrice?: `0x${string}` | undefined;
289
+ maxFeePerGas?: `0x${string}` | undefined;
290
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
291
291
  accessList?: import("../../index.js").AccessList | undefined;
292
292
  chainId?: `0x${string}` | undefined;
293
293
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -295,24 +295,24 @@ export declare const pgn: {
295
295
  mint?: undefined;
296
296
  sourceHash?: undefined;
297
297
  }) | ({
298
- gas?: `0x${string}` | undefined;
299
- nonce?: `0x${string}` | undefined;
300
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
301
- maxFeePerGas?: `0x${string}` | undefined;
302
- maxPriorityFeePerGas?: `0x${string}` | undefined;
303
- gasPrice?: `0x${string}` | undefined;
304
- from?: `0x${string}` | undefined;
305
- to?: `0x${string}` | null | undefined;
306
- value?: `0x${string}` | undefined;
307
- r?: `0x${string}` | undefined;
308
- s?: `0x${string}` | undefined;
309
- v?: `0x${string}` | undefined;
310
298
  yParity?: `0x${string}` | undefined;
311
299
  blockHash?: `0x${string}` | null | undefined;
312
300
  blockNumber?: `0x${string}` | null | undefined;
301
+ from?: `0x${string}` | undefined;
302
+ gas?: `0x${string}` | undefined;
313
303
  hash?: `0x${string}` | undefined;
314
304
  input?: `0x${string}` | undefined;
305
+ nonce?: `0x${string}` | undefined;
306
+ r?: `0x${string}` | undefined;
307
+ s?: `0x${string}` | undefined;
308
+ to?: `0x${string}` | null | undefined;
315
309
  transactionIndex?: `0x${string}` | null | undefined;
310
+ v?: `0x${string}` | undefined;
311
+ value?: `0x${string}` | undefined;
312
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
313
+ gasPrice?: `0x${string}` | undefined;
314
+ maxFeePerGas?: `0x${string}` | undefined;
315
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
316
316
  accessList?: import("../../index.js").AccessList | undefined;
317
317
  chainId?: `0x${string}` | undefined;
318
318
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -321,20 +321,20 @@ export declare const pgn: {
321
321
  sourceHash: `0x${string}`;
322
322
  type: "0x7e";
323
323
  })) => ({
324
- gas: bigint;
325
- nonce: number;
326
- from: `0x${string}`;
327
- to: `0x${string}` | null;
328
- value: bigint;
329
- r: `0x${string}`;
330
- s: `0x${string}`;
331
- v: bigint;
332
324
  blockHash: `0x${string}` | null;
333
325
  blockNumber: bigint | null;
326
+ from: `0x${string}`;
327
+ gas: bigint;
334
328
  hash: `0x${string}`;
335
329
  input: `0x${string}`;
330
+ nonce: number;
331
+ r: `0x${string}`;
332
+ s: `0x${string}`;
333
+ to: `0x${string}` | null;
336
334
  transactionIndex: number | null;
337
335
  typeHex: `0x${string}` | null;
336
+ v: bigint;
337
+ value: bigint;
338
338
  gasPrice: bigint;
339
339
  maxFeePerGas?: undefined;
340
340
  maxPriorityFeePerGas?: undefined;
@@ -346,20 +346,20 @@ export declare const pgn: {
346
346
  mint?: undefined;
347
347
  sourceHash?: undefined;
348
348
  } | {
349
- gas: bigint;
350
- nonce: number;
351
- from: `0x${string}`;
352
- to: `0x${string}` | null;
353
- value: bigint;
354
- r: `0x${string}`;
355
- s: `0x${string}`;
356
- v: bigint;
357
349
  blockHash: `0x${string}` | null;
358
350
  blockNumber: bigint | null;
351
+ from: `0x${string}`;
352
+ gas: bigint;
359
353
  hash: `0x${string}`;
360
354
  input: `0x${string}`;
355
+ nonce: number;
356
+ r: `0x${string}`;
357
+ s: `0x${string}`;
358
+ to: `0x${string}` | null;
361
359
  transactionIndex: number | null;
362
360
  typeHex: `0x${string}` | null;
361
+ v: bigint;
362
+ value: bigint;
363
363
  gasPrice: undefined;
364
364
  maxFeePerGas: bigint;
365
365
  maxPriorityFeePerGas: bigint;