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.
@@ -79,48 +79,48 @@ export declare const celo: {
79
79
  readonly transaction: {
80
80
  exclude: [] | undefined;
81
81
  format: (args: ({
82
- from?: `0x${string}` | undefined;
82
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
83
+ gas?: `0x${string}` | undefined;
84
+ value?: `0x${string}` | undefined;
83
85
  gasPrice?: `0x${string}` | undefined;
84
86
  maxFeePerGas?: `0x${string}` | undefined;
85
87
  maxPriorityFeePerGas?: `0x${string}` | undefined;
86
- gas?: `0x${string}` | undefined;
87
- nonce?: `0x${string}` | undefined;
88
- to?: `0x${string}` | null | undefined;
89
- value?: `0x${string}` | undefined;
90
- accessList?: undefined;
91
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
92
- hash?: `0x${string}` | undefined;
93
88
  blockHash?: `0x${string}` | null | undefined;
94
89
  blockNumber?: `0x${string}` | null | undefined;
95
- transactionIndex?: `0x${string}` | null | undefined;
90
+ from?: `0x${string}` | undefined;
91
+ hash?: `0x${string}` | undefined;
96
92
  input?: `0x${string}` | undefined;
93
+ nonce?: `0x${string}` | undefined;
97
94
  r?: `0x${string}` | undefined;
98
95
  s?: `0x${string}` | undefined;
96
+ to?: `0x${string}` | null | undefined;
97
+ transactionIndex?: `0x${string}` | null | undefined;
99
98
  v?: `0x${string}` | undefined;
99
+ accessList?: undefined;
100
100
  chainId?: `0x${string}` | undefined;
101
101
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
102
102
  feeCurrency: `0x${string}` | null;
103
103
  gatewayFee: `0x${string}` | null;
104
104
  gatewayFeeRecipient: `0x${string}` | null;
105
105
  }) | ({
106
- from?: `0x${string}` | undefined;
106
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
107
+ gas?: `0x${string}` | undefined;
108
+ value?: `0x${string}` | undefined;
107
109
  gasPrice?: `0x${string}` | undefined;
108
110
  maxFeePerGas?: `0x${string}` | undefined;
109
111
  maxPriorityFeePerGas?: `0x${string}` | undefined;
110
- gas?: `0x${string}` | undefined;
111
- nonce?: `0x${string}` | undefined;
112
- to?: `0x${string}` | null | undefined;
113
- value?: `0x${string}` | undefined;
114
- accessList?: undefined;
115
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
116
- hash?: `0x${string}` | undefined;
117
112
  blockHash?: `0x${string}` | null | undefined;
118
113
  blockNumber?: `0x${string}` | null | undefined;
119
- transactionIndex?: `0x${string}` | null | undefined;
114
+ from?: `0x${string}` | undefined;
115
+ hash?: `0x${string}` | undefined;
120
116
  input?: `0x${string}` | undefined;
117
+ nonce?: `0x${string}` | undefined;
121
118
  r?: `0x${string}` | undefined;
122
119
  s?: `0x${string}` | undefined;
120
+ to?: `0x${string}` | null | undefined;
121
+ transactionIndex?: `0x${string}` | null | undefined;
123
122
  v?: `0x${string}` | undefined;
123
+ accessList?: undefined;
124
124
  chainId?: `0x${string}` | undefined;
125
125
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
126
126
  feeCurrency: `0x${string}` | null;
@@ -128,96 +128,96 @@ export declare const celo: {
128
128
  gatewayFeeRecipient: `0x${string}` | null;
129
129
  type: "0x7c";
130
130
  }) | ({
131
- from?: `0x${string}` | undefined;
131
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
132
+ gas?: `0x${string}` | undefined;
133
+ value?: `0x${string}` | undefined;
132
134
  gasPrice?: `0x${string}` | undefined;
133
135
  maxFeePerGas?: `0x${string}` | undefined;
134
136
  maxPriorityFeePerGas?: `0x${string}` | undefined;
135
- gas?: `0x${string}` | undefined;
136
- nonce?: `0x${string}` | undefined;
137
- to?: `0x${string}` | null | undefined;
138
- value?: `0x${string}` | undefined;
139
- accessList?: import("../../index.js").AccessList | undefined;
140
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
141
- hash?: `0x${string}` | undefined;
142
137
  blockHash?: `0x${string}` | null | undefined;
143
138
  blockNumber?: `0x${string}` | null | undefined;
144
- transactionIndex?: `0x${string}` | null | undefined;
139
+ from?: `0x${string}` | undefined;
140
+ hash?: `0x${string}` | undefined;
145
141
  input?: `0x${string}` | undefined;
142
+ nonce?: `0x${string}` | undefined;
146
143
  r?: `0x${string}` | undefined;
147
144
  s?: `0x${string}` | undefined;
145
+ to?: `0x${string}` | null | undefined;
146
+ transactionIndex?: `0x${string}` | null | undefined;
148
147
  v?: `0x${string}` | undefined;
148
+ accessList?: import("../../index.js").AccessList | undefined;
149
149
  chainId?: `0x${string}` | undefined;
150
150
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
151
151
  feeCurrency: `0x${string}` | null;
152
152
  gatewayFee: `0x${string}` | null;
153
153
  gatewayFeeRecipient: `0x${string}` | null;
154
154
  }) | ({
155
- from?: `0x${string}` | undefined;
155
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
156
+ gas?: `0x${string}` | undefined;
157
+ value?: `0x${string}` | undefined;
156
158
  gasPrice?: `0x${string}` | undefined;
157
159
  maxFeePerGas?: `0x${string}` | undefined;
158
160
  maxPriorityFeePerGas?: `0x${string}` | undefined;
159
- gas?: `0x${string}` | undefined;
160
- nonce?: `0x${string}` | undefined;
161
- to?: `0x${string}` | null | undefined;
162
- value?: `0x${string}` | undefined;
163
- accessList?: import("../../index.js").AccessList | undefined;
164
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
165
- hash?: `0x${string}` | undefined;
166
161
  blockHash?: `0x${string}` | null | undefined;
167
162
  blockNumber?: `0x${string}` | null | undefined;
168
- transactionIndex?: `0x${string}` | null | undefined;
163
+ from?: `0x${string}` | undefined;
164
+ hash?: `0x${string}` | undefined;
169
165
  input?: `0x${string}` | undefined;
166
+ nonce?: `0x${string}` | undefined;
170
167
  r?: `0x${string}` | undefined;
171
168
  s?: `0x${string}` | undefined;
169
+ to?: `0x${string}` | null | undefined;
170
+ transactionIndex?: `0x${string}` | null | undefined;
172
171
  v?: `0x${string}` | undefined;
172
+ accessList?: import("../../index.js").AccessList | undefined;
173
173
  chainId?: `0x${string}` | undefined;
174
174
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
175
175
  feeCurrency: `0x${string}` | null;
176
176
  gatewayFee: `0x${string}` | null;
177
177
  gatewayFeeRecipient: `0x${string}` | null;
178
178
  }) | ({
179
- from?: `0x${string}` | undefined;
179
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
180
+ gas?: `0x${string}` | undefined;
181
+ value?: `0x${string}` | undefined;
180
182
  gasPrice?: `0x${string}` | undefined;
181
183
  maxFeePerGas?: `0x${string}` | undefined;
182
184
  maxPriorityFeePerGas?: `0x${string}` | undefined;
183
- gas?: `0x${string}` | undefined;
184
- nonce?: `0x${string}` | undefined;
185
- to?: `0x${string}` | null | undefined;
186
- value?: `0x${string}` | undefined;
187
- accessList?: import("../../index.js").AccessList | undefined;
188
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
189
- hash?: `0x${string}` | undefined;
190
185
  blockHash?: `0x${string}` | null | undefined;
191
186
  blockNumber?: `0x${string}` | null | undefined;
192
- transactionIndex?: `0x${string}` | null | undefined;
187
+ from?: `0x${string}` | undefined;
188
+ hash?: `0x${string}` | undefined;
193
189
  input?: `0x${string}` | undefined;
190
+ nonce?: `0x${string}` | undefined;
194
191
  r?: `0x${string}` | undefined;
195
192
  s?: `0x${string}` | undefined;
193
+ to?: `0x${string}` | null | undefined;
194
+ transactionIndex?: `0x${string}` | null | undefined;
196
195
  v?: `0x${string}` | undefined;
196
+ accessList?: import("../../index.js").AccessList | undefined;
197
197
  chainId?: `0x${string}` | undefined;
198
198
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
199
199
  feeCurrency: `0x${string}` | null;
200
200
  gatewayFee: `0x${string}` | null;
201
201
  gatewayFeeRecipient: `0x${string}` | null;
202
202
  }) | ({
203
- from?: `0x${string}` | undefined;
203
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
204
+ gas?: `0x${string}` | undefined;
205
+ value?: `0x${string}` | undefined;
204
206
  gasPrice?: `0x${string}` | undefined;
205
207
  maxFeePerGas?: `0x${string}` | undefined;
206
208
  maxPriorityFeePerGas?: `0x${string}` | undefined;
207
- gas?: `0x${string}` | undefined;
208
- nonce?: `0x${string}` | undefined;
209
- to?: `0x${string}` | null | undefined;
210
- value?: `0x${string}` | undefined;
211
- accessList?: import("../../index.js").AccessList | undefined;
212
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
213
- hash?: `0x${string}` | undefined;
214
209
  blockHash?: `0x${string}` | null | undefined;
215
210
  blockNumber?: `0x${string}` | null | undefined;
216
- transactionIndex?: `0x${string}` | null | undefined;
211
+ from?: `0x${string}` | undefined;
212
+ hash?: `0x${string}` | undefined;
217
213
  input?: `0x${string}` | undefined;
214
+ nonce?: `0x${string}` | undefined;
218
215
  r?: `0x${string}` | undefined;
219
216
  s?: `0x${string}` | undefined;
217
+ to?: `0x${string}` | null | undefined;
218
+ transactionIndex?: `0x${string}` | null | undefined;
220
219
  v?: `0x${string}` | undefined;
220
+ accessList?: import("../../index.js").AccessList | undefined;
221
221
  chainId?: `0x${string}` | undefined;
222
222
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
223
223
  feeCurrency: `0x${string}` | null;
@@ -225,96 +225,96 @@ export declare const celo: {
225
225
  gatewayFeeRecipient: `0x${string}` | null;
226
226
  type: "0x7c";
227
227
  }) | ({
228
- from?: `0x${string}` | undefined;
228
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
229
+ gas?: `0x${string}` | undefined;
230
+ value?: `0x${string}` | undefined;
229
231
  gasPrice?: `0x${string}` | undefined;
230
232
  maxFeePerGas?: `0x${string}` | undefined;
231
233
  maxPriorityFeePerGas?: `0x${string}` | undefined;
232
- gas?: `0x${string}` | undefined;
233
- nonce?: `0x${string}` | undefined;
234
- to?: `0x${string}` | null | undefined;
235
- value?: `0x${string}` | undefined;
236
- accessList?: import("../../index.js").AccessList | undefined;
237
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
238
- hash?: `0x${string}` | undefined;
239
234
  blockHash?: `0x${string}` | null | undefined;
240
235
  blockNumber?: `0x${string}` | null | undefined;
241
- transactionIndex?: `0x${string}` | null | undefined;
236
+ from?: `0x${string}` | undefined;
237
+ hash?: `0x${string}` | undefined;
242
238
  input?: `0x${string}` | undefined;
239
+ nonce?: `0x${string}` | undefined;
243
240
  r?: `0x${string}` | undefined;
244
241
  s?: `0x${string}` | undefined;
242
+ to?: `0x${string}` | null | undefined;
243
+ transactionIndex?: `0x${string}` | null | undefined;
245
244
  v?: `0x${string}` | undefined;
245
+ accessList?: import("../../index.js").AccessList | undefined;
246
246
  chainId?: `0x${string}` | undefined;
247
247
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
248
248
  feeCurrency: `0x${string}` | null;
249
249
  gatewayFee: `0x${string}` | null;
250
250
  gatewayFeeRecipient: `0x${string}` | null;
251
251
  }) | ({
252
- from?: `0x${string}` | undefined;
252
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
253
+ gas?: `0x${string}` | undefined;
254
+ value?: `0x${string}` | undefined;
253
255
  gasPrice?: `0x${string}` | undefined;
254
256
  maxFeePerGas?: `0x${string}` | undefined;
255
257
  maxPriorityFeePerGas?: `0x${string}` | undefined;
256
- gas?: `0x${string}` | undefined;
257
- nonce?: `0x${string}` | undefined;
258
- to?: `0x${string}` | null | undefined;
259
- value?: `0x${string}` | undefined;
260
- accessList?: import("../../index.js").AccessList | undefined;
261
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
262
- hash?: `0x${string}` | undefined;
263
258
  blockHash?: `0x${string}` | null | undefined;
264
259
  blockNumber?: `0x${string}` | null | undefined;
265
- transactionIndex?: `0x${string}` | null | undefined;
260
+ from?: `0x${string}` | undefined;
261
+ hash?: `0x${string}` | undefined;
266
262
  input?: `0x${string}` | undefined;
263
+ nonce?: `0x${string}` | undefined;
267
264
  r?: `0x${string}` | undefined;
268
265
  s?: `0x${string}` | undefined;
266
+ to?: `0x${string}` | null | undefined;
267
+ transactionIndex?: `0x${string}` | null | undefined;
269
268
  v?: `0x${string}` | undefined;
269
+ accessList?: import("../../index.js").AccessList | undefined;
270
270
  chainId?: `0x${string}` | undefined;
271
271
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
272
272
  feeCurrency: `0x${string}` | null;
273
273
  gatewayFee: `0x${string}` | null;
274
274
  gatewayFeeRecipient: `0x${string}` | null;
275
275
  }) | ({
276
- from?: `0x${string}` | undefined;
276
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
277
+ gas?: `0x${string}` | undefined;
278
+ value?: `0x${string}` | undefined;
277
279
  gasPrice?: `0x${string}` | undefined;
278
280
  maxFeePerGas?: `0x${string}` | undefined;
279
281
  maxPriorityFeePerGas?: `0x${string}` | undefined;
280
- gas?: `0x${string}` | undefined;
281
- nonce?: `0x${string}` | undefined;
282
- to?: `0x${string}` | null | undefined;
283
- value?: `0x${string}` | undefined;
284
- accessList?: import("../../index.js").AccessList | undefined;
285
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
286
- hash?: `0x${string}` | undefined;
287
282
  blockHash?: `0x${string}` | null | undefined;
288
283
  blockNumber?: `0x${string}` | null | undefined;
289
- transactionIndex?: `0x${string}` | null | undefined;
284
+ from?: `0x${string}` | undefined;
285
+ hash?: `0x${string}` | undefined;
290
286
  input?: `0x${string}` | undefined;
287
+ nonce?: `0x${string}` | undefined;
291
288
  r?: `0x${string}` | undefined;
292
289
  s?: `0x${string}` | undefined;
290
+ to?: `0x${string}` | null | undefined;
291
+ transactionIndex?: `0x${string}` | null | undefined;
293
292
  v?: `0x${string}` | undefined;
293
+ accessList?: import("../../index.js").AccessList | undefined;
294
294
  chainId?: `0x${string}` | undefined;
295
295
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
296
296
  feeCurrency: `0x${string}` | null;
297
297
  gatewayFee: `0x${string}` | null;
298
298
  gatewayFeeRecipient: `0x${string}` | null;
299
299
  }) | ({
300
- from?: `0x${string}` | undefined;
300
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
301
+ gas?: `0x${string}` | undefined;
302
+ value?: `0x${string}` | undefined;
301
303
  gasPrice?: `0x${string}` | undefined;
302
304
  maxFeePerGas?: `0x${string}` | undefined;
303
305
  maxPriorityFeePerGas?: `0x${string}` | undefined;
304
- gas?: `0x${string}` | undefined;
305
- nonce?: `0x${string}` | undefined;
306
- to?: `0x${string}` | null | undefined;
307
- value?: `0x${string}` | undefined;
308
- accessList?: import("../../index.js").AccessList | undefined;
309
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
310
- hash?: `0x${string}` | undefined;
311
306
  blockHash?: `0x${string}` | null | undefined;
312
307
  blockNumber?: `0x${string}` | null | undefined;
313
- transactionIndex?: `0x${string}` | null | undefined;
308
+ from?: `0x${string}` | undefined;
309
+ hash?: `0x${string}` | undefined;
314
310
  input?: `0x${string}` | undefined;
311
+ nonce?: `0x${string}` | undefined;
315
312
  r?: `0x${string}` | undefined;
316
313
  s?: `0x${string}` | undefined;
314
+ to?: `0x${string}` | null | undefined;
315
+ transactionIndex?: `0x${string}` | null | undefined;
317
316
  v?: `0x${string}` | undefined;
317
+ accessList?: import("../../index.js").AccessList | undefined;
318
318
  chainId?: `0x${string}` | undefined;
319
319
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
320
320
  feeCurrency: `0x${string}` | null;
@@ -769,48 +769,48 @@ export declare const celo: {
769
769
  readonly transaction: {
770
770
  exclude: [] | undefined;
771
771
  format: (args: ({
772
- from?: `0x${string}` | undefined;
772
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
773
+ gas?: `0x${string}` | undefined;
774
+ value?: `0x${string}` | undefined;
773
775
  gasPrice?: `0x${string}` | undefined;
774
776
  maxFeePerGas?: `0x${string}` | undefined;
775
777
  maxPriorityFeePerGas?: `0x${string}` | undefined;
776
- gas?: `0x${string}` | undefined;
777
- nonce?: `0x${string}` | undefined;
778
- to?: `0x${string}` | null | undefined;
779
- value?: `0x${string}` | undefined;
780
- accessList?: undefined;
781
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
782
- hash?: `0x${string}` | undefined;
783
778
  blockHash?: `0x${string}` | null | undefined;
784
779
  blockNumber?: `0x${string}` | null | undefined;
785
- transactionIndex?: `0x${string}` | null | undefined;
780
+ from?: `0x${string}` | undefined;
781
+ hash?: `0x${string}` | undefined;
786
782
  input?: `0x${string}` | undefined;
783
+ nonce?: `0x${string}` | undefined;
787
784
  r?: `0x${string}` | undefined;
788
785
  s?: `0x${string}` | undefined;
786
+ to?: `0x${string}` | null | undefined;
787
+ transactionIndex?: `0x${string}` | null | undefined;
789
788
  v?: `0x${string}` | undefined;
789
+ accessList?: undefined;
790
790
  chainId?: `0x${string}` | undefined;
791
791
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
792
792
  feeCurrency: `0x${string}` | null;
793
793
  gatewayFee: `0x${string}` | null;
794
794
  gatewayFeeRecipient: `0x${string}` | null;
795
795
  }) | ({
796
- from?: `0x${string}` | undefined;
796
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
797
+ gas?: `0x${string}` | undefined;
798
+ value?: `0x${string}` | undefined;
797
799
  gasPrice?: `0x${string}` | undefined;
798
800
  maxFeePerGas?: `0x${string}` | undefined;
799
801
  maxPriorityFeePerGas?: `0x${string}` | undefined;
800
- gas?: `0x${string}` | undefined;
801
- nonce?: `0x${string}` | undefined;
802
- to?: `0x${string}` | null | undefined;
803
- value?: `0x${string}` | undefined;
804
- accessList?: undefined;
805
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
806
- hash?: `0x${string}` | undefined;
807
802
  blockHash?: `0x${string}` | null | undefined;
808
803
  blockNumber?: `0x${string}` | null | undefined;
809
- transactionIndex?: `0x${string}` | null | undefined;
804
+ from?: `0x${string}` | undefined;
805
+ hash?: `0x${string}` | undefined;
810
806
  input?: `0x${string}` | undefined;
807
+ nonce?: `0x${string}` | undefined;
811
808
  r?: `0x${string}` | undefined;
812
809
  s?: `0x${string}` | undefined;
810
+ to?: `0x${string}` | null | undefined;
811
+ transactionIndex?: `0x${string}` | null | undefined;
813
812
  v?: `0x${string}` | undefined;
813
+ accessList?: undefined;
814
814
  chainId?: `0x${string}` | undefined;
815
815
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
816
816
  feeCurrency: `0x${string}` | null;
@@ -818,96 +818,96 @@ export declare const celo: {
818
818
  gatewayFeeRecipient: `0x${string}` | null;
819
819
  type: "0x7c";
820
820
  }) | ({
821
- from?: `0x${string}` | undefined;
821
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
822
+ gas?: `0x${string}` | undefined;
823
+ value?: `0x${string}` | undefined;
822
824
  gasPrice?: `0x${string}` | undefined;
823
825
  maxFeePerGas?: `0x${string}` | undefined;
824
826
  maxPriorityFeePerGas?: `0x${string}` | undefined;
825
- gas?: `0x${string}` | undefined;
826
- nonce?: `0x${string}` | undefined;
827
- to?: `0x${string}` | null | undefined;
828
- value?: `0x${string}` | undefined;
829
- accessList?: import("../../index.js").AccessList | undefined;
830
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
831
- hash?: `0x${string}` | undefined;
832
827
  blockHash?: `0x${string}` | null | undefined;
833
828
  blockNumber?: `0x${string}` | null | undefined;
834
- transactionIndex?: `0x${string}` | null | undefined;
829
+ from?: `0x${string}` | undefined;
830
+ hash?: `0x${string}` | undefined;
835
831
  input?: `0x${string}` | undefined;
832
+ nonce?: `0x${string}` | undefined;
836
833
  r?: `0x${string}` | undefined;
837
834
  s?: `0x${string}` | undefined;
835
+ to?: `0x${string}` | null | undefined;
836
+ transactionIndex?: `0x${string}` | null | undefined;
838
837
  v?: `0x${string}` | undefined;
838
+ accessList?: import("../../index.js").AccessList | undefined;
839
839
  chainId?: `0x${string}` | undefined;
840
840
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
841
841
  feeCurrency: `0x${string}` | null;
842
842
  gatewayFee: `0x${string}` | null;
843
843
  gatewayFeeRecipient: `0x${string}` | null;
844
844
  }) | ({
845
- from?: `0x${string}` | undefined;
845
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
846
+ gas?: `0x${string}` | undefined;
847
+ value?: `0x${string}` | undefined;
846
848
  gasPrice?: `0x${string}` | undefined;
847
849
  maxFeePerGas?: `0x${string}` | undefined;
848
850
  maxPriorityFeePerGas?: `0x${string}` | undefined;
849
- gas?: `0x${string}` | undefined;
850
- nonce?: `0x${string}` | undefined;
851
- to?: `0x${string}` | null | undefined;
852
- value?: `0x${string}` | undefined;
853
- accessList?: import("../../index.js").AccessList | undefined;
854
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
855
- hash?: `0x${string}` | undefined;
856
851
  blockHash?: `0x${string}` | null | undefined;
857
852
  blockNumber?: `0x${string}` | null | undefined;
858
- transactionIndex?: `0x${string}` | null | undefined;
853
+ from?: `0x${string}` | undefined;
854
+ hash?: `0x${string}` | undefined;
859
855
  input?: `0x${string}` | undefined;
856
+ nonce?: `0x${string}` | undefined;
860
857
  r?: `0x${string}` | undefined;
861
858
  s?: `0x${string}` | undefined;
859
+ to?: `0x${string}` | null | undefined;
860
+ transactionIndex?: `0x${string}` | null | undefined;
862
861
  v?: `0x${string}` | undefined;
862
+ accessList?: import("../../index.js").AccessList | undefined;
863
863
  chainId?: `0x${string}` | undefined;
864
864
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
865
865
  feeCurrency: `0x${string}` | null;
866
866
  gatewayFee: `0x${string}` | null;
867
867
  gatewayFeeRecipient: `0x${string}` | null;
868
868
  }) | ({
869
- from?: `0x${string}` | undefined;
869
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
870
+ gas?: `0x${string}` | undefined;
871
+ value?: `0x${string}` | undefined;
870
872
  gasPrice?: `0x${string}` | undefined;
871
873
  maxFeePerGas?: `0x${string}` | undefined;
872
874
  maxPriorityFeePerGas?: `0x${string}` | undefined;
873
- gas?: `0x${string}` | undefined;
874
- nonce?: `0x${string}` | undefined;
875
- to?: `0x${string}` | null | undefined;
876
- value?: `0x${string}` | undefined;
877
- accessList?: import("../../index.js").AccessList | undefined;
878
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
879
- hash?: `0x${string}` | undefined;
880
875
  blockHash?: `0x${string}` | null | undefined;
881
876
  blockNumber?: `0x${string}` | null | undefined;
882
- transactionIndex?: `0x${string}` | null | undefined;
877
+ from?: `0x${string}` | undefined;
878
+ hash?: `0x${string}` | undefined;
883
879
  input?: `0x${string}` | undefined;
880
+ nonce?: `0x${string}` | undefined;
884
881
  r?: `0x${string}` | undefined;
885
882
  s?: `0x${string}` | undefined;
883
+ to?: `0x${string}` | null | undefined;
884
+ transactionIndex?: `0x${string}` | null | undefined;
886
885
  v?: `0x${string}` | undefined;
886
+ accessList?: import("../../index.js").AccessList | undefined;
887
887
  chainId?: `0x${string}` | undefined;
888
888
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
889
889
  feeCurrency: `0x${string}` | null;
890
890
  gatewayFee: `0x${string}` | null;
891
891
  gatewayFeeRecipient: `0x${string}` | null;
892
892
  }) | ({
893
- from?: `0x${string}` | undefined;
893
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
894
+ gas?: `0x${string}` | undefined;
895
+ value?: `0x${string}` | undefined;
894
896
  gasPrice?: `0x${string}` | undefined;
895
897
  maxFeePerGas?: `0x${string}` | undefined;
896
898
  maxPriorityFeePerGas?: `0x${string}` | undefined;
897
- gas?: `0x${string}` | undefined;
898
- nonce?: `0x${string}` | undefined;
899
- to?: `0x${string}` | null | undefined;
900
- value?: `0x${string}` | undefined;
901
- accessList?: import("../../index.js").AccessList | undefined;
902
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
903
- hash?: `0x${string}` | undefined;
904
899
  blockHash?: `0x${string}` | null | undefined;
905
900
  blockNumber?: `0x${string}` | null | undefined;
906
- transactionIndex?: `0x${string}` | null | undefined;
901
+ from?: `0x${string}` | undefined;
902
+ hash?: `0x${string}` | undefined;
907
903
  input?: `0x${string}` | undefined;
904
+ nonce?: `0x${string}` | undefined;
908
905
  r?: `0x${string}` | undefined;
909
906
  s?: `0x${string}` | undefined;
907
+ to?: `0x${string}` | null | undefined;
908
+ transactionIndex?: `0x${string}` | null | undefined;
910
909
  v?: `0x${string}` | undefined;
910
+ accessList?: import("../../index.js").AccessList | undefined;
911
911
  chainId?: `0x${string}` | undefined;
912
912
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
913
913
  feeCurrency: `0x${string}` | null;
@@ -915,96 +915,96 @@ export declare const celo: {
915
915
  gatewayFeeRecipient: `0x${string}` | null;
916
916
  type: "0x7c";
917
917
  }) | ({
918
- from?: `0x${string}` | undefined;
918
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
919
+ gas?: `0x${string}` | undefined;
920
+ value?: `0x${string}` | undefined;
919
921
  gasPrice?: `0x${string}` | undefined;
920
922
  maxFeePerGas?: `0x${string}` | undefined;
921
923
  maxPriorityFeePerGas?: `0x${string}` | undefined;
922
- gas?: `0x${string}` | undefined;
923
- nonce?: `0x${string}` | undefined;
924
- to?: `0x${string}` | null | undefined;
925
- value?: `0x${string}` | undefined;
926
- accessList?: import("../../index.js").AccessList | undefined;
927
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
928
- hash?: `0x${string}` | undefined;
929
924
  blockHash?: `0x${string}` | null | undefined;
930
925
  blockNumber?: `0x${string}` | null | undefined;
931
- transactionIndex?: `0x${string}` | null | undefined;
926
+ from?: `0x${string}` | undefined;
927
+ hash?: `0x${string}` | undefined;
932
928
  input?: `0x${string}` | undefined;
929
+ nonce?: `0x${string}` | undefined;
933
930
  r?: `0x${string}` | undefined;
934
931
  s?: `0x${string}` | undefined;
932
+ to?: `0x${string}` | null | undefined;
933
+ transactionIndex?: `0x${string}` | null | undefined;
935
934
  v?: `0x${string}` | undefined;
935
+ accessList?: import("../../index.js").AccessList | undefined;
936
936
  chainId?: `0x${string}` | undefined;
937
937
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
938
938
  feeCurrency: `0x${string}` | null;
939
939
  gatewayFee: `0x${string}` | null;
940
940
  gatewayFeeRecipient: `0x${string}` | null;
941
941
  }) | ({
942
- from?: `0x${string}` | undefined;
942
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
943
+ gas?: `0x${string}` | undefined;
944
+ value?: `0x${string}` | undefined;
943
945
  gasPrice?: `0x${string}` | undefined;
944
946
  maxFeePerGas?: `0x${string}` | undefined;
945
947
  maxPriorityFeePerGas?: `0x${string}` | undefined;
946
- gas?: `0x${string}` | undefined;
947
- nonce?: `0x${string}` | undefined;
948
- to?: `0x${string}` | null | undefined;
949
- value?: `0x${string}` | undefined;
950
- accessList?: import("../../index.js").AccessList | undefined;
951
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
952
- hash?: `0x${string}` | undefined;
953
948
  blockHash?: `0x${string}` | null | undefined;
954
949
  blockNumber?: `0x${string}` | null | undefined;
955
- transactionIndex?: `0x${string}` | null | undefined;
950
+ from?: `0x${string}` | undefined;
951
+ hash?: `0x${string}` | undefined;
956
952
  input?: `0x${string}` | undefined;
953
+ nonce?: `0x${string}` | undefined;
957
954
  r?: `0x${string}` | undefined;
958
955
  s?: `0x${string}` | undefined;
956
+ to?: `0x${string}` | null | undefined;
957
+ transactionIndex?: `0x${string}` | null | undefined;
959
958
  v?: `0x${string}` | undefined;
959
+ accessList?: import("../../index.js").AccessList | undefined;
960
960
  chainId?: `0x${string}` | undefined;
961
961
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
962
962
  feeCurrency: `0x${string}` | null;
963
963
  gatewayFee: `0x${string}` | null;
964
964
  gatewayFeeRecipient: `0x${string}` | null;
965
965
  }) | ({
966
- from?: `0x${string}` | undefined;
966
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
967
+ gas?: `0x${string}` | undefined;
968
+ value?: `0x${string}` | undefined;
967
969
  gasPrice?: `0x${string}` | undefined;
968
970
  maxFeePerGas?: `0x${string}` | undefined;
969
971
  maxPriorityFeePerGas?: `0x${string}` | undefined;
970
- gas?: `0x${string}` | undefined;
971
- nonce?: `0x${string}` | undefined;
972
- to?: `0x${string}` | null | undefined;
973
- value?: `0x${string}` | undefined;
974
- accessList?: import("../../index.js").AccessList | undefined;
975
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
976
- hash?: `0x${string}` | undefined;
977
972
  blockHash?: `0x${string}` | null | undefined;
978
973
  blockNumber?: `0x${string}` | null | undefined;
979
- transactionIndex?: `0x${string}` | null | undefined;
974
+ from?: `0x${string}` | undefined;
975
+ hash?: `0x${string}` | undefined;
980
976
  input?: `0x${string}` | undefined;
977
+ nonce?: `0x${string}` | undefined;
981
978
  r?: `0x${string}` | undefined;
982
979
  s?: `0x${string}` | undefined;
980
+ to?: `0x${string}` | null | undefined;
981
+ transactionIndex?: `0x${string}` | null | undefined;
983
982
  v?: `0x${string}` | undefined;
983
+ accessList?: import("../../index.js").AccessList | undefined;
984
984
  chainId?: `0x${string}` | undefined;
985
985
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
986
986
  feeCurrency: `0x${string}` | null;
987
987
  gatewayFee: `0x${string}` | null;
988
988
  gatewayFeeRecipient: `0x${string}` | null;
989
989
  }) | ({
990
- from?: `0x${string}` | undefined;
990
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
991
+ gas?: `0x${string}` | undefined;
992
+ value?: `0x${string}` | undefined;
991
993
  gasPrice?: `0x${string}` | undefined;
992
994
  maxFeePerGas?: `0x${string}` | undefined;
993
995
  maxPriorityFeePerGas?: `0x${string}` | undefined;
994
- gas?: `0x${string}` | undefined;
995
- nonce?: `0x${string}` | undefined;
996
- to?: `0x${string}` | null | undefined;
997
- value?: `0x${string}` | undefined;
998
- accessList?: import("../../index.js").AccessList | undefined;
999
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1000
- hash?: `0x${string}` | undefined;
1001
996
  blockHash?: `0x${string}` | null | undefined;
1002
997
  blockNumber?: `0x${string}` | null | undefined;
1003
- transactionIndex?: `0x${string}` | null | undefined;
998
+ from?: `0x${string}` | undefined;
999
+ hash?: `0x${string}` | undefined;
1004
1000
  input?: `0x${string}` | undefined;
1001
+ nonce?: `0x${string}` | undefined;
1005
1002
  r?: `0x${string}` | undefined;
1006
1003
  s?: `0x${string}` | undefined;
1004
+ to?: `0x${string}` | null | undefined;
1005
+ transactionIndex?: `0x${string}` | null | undefined;
1007
1006
  v?: `0x${string}` | undefined;
1007
+ accessList?: import("../../index.js").AccessList | undefined;
1008
1008
  chainId?: `0x${string}` | undefined;
1009
1009
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
1010
1010
  feeCurrency: `0x${string}` | null;
@@ -1459,48 +1459,48 @@ export declare const celo: {
1459
1459
  readonly transaction: {
1460
1460
  exclude: [] | undefined;
1461
1461
  format: (args: ({
1462
- from?: `0x${string}` | undefined;
1462
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1463
+ gas?: `0x${string}` | undefined;
1464
+ value?: `0x${string}` | undefined;
1463
1465
  gasPrice?: `0x${string}` | undefined;
1464
1466
  maxFeePerGas?: `0x${string}` | undefined;
1465
1467
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1466
- gas?: `0x${string}` | undefined;
1467
- nonce?: `0x${string}` | undefined;
1468
- to?: `0x${string}` | null | undefined;
1469
- value?: `0x${string}` | undefined;
1470
- accessList?: undefined;
1471
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1472
- hash?: `0x${string}` | undefined;
1473
1468
  blockHash?: `0x${string}` | null | undefined;
1474
1469
  blockNumber?: `0x${string}` | null | undefined;
1475
- transactionIndex?: `0x${string}` | null | undefined;
1470
+ from?: `0x${string}` | undefined;
1471
+ hash?: `0x${string}` | undefined;
1476
1472
  input?: `0x${string}` | undefined;
1473
+ nonce?: `0x${string}` | undefined;
1477
1474
  r?: `0x${string}` | undefined;
1478
1475
  s?: `0x${string}` | undefined;
1476
+ to?: `0x${string}` | null | undefined;
1477
+ transactionIndex?: `0x${string}` | null | undefined;
1479
1478
  v?: `0x${string}` | undefined;
1479
+ accessList?: undefined;
1480
1480
  chainId?: `0x${string}` | undefined;
1481
1481
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1482
1482
  feeCurrency: `0x${string}` | null;
1483
1483
  gatewayFee: `0x${string}` | null;
1484
1484
  gatewayFeeRecipient: `0x${string}` | null;
1485
1485
  }) | ({
1486
- from?: `0x${string}` | undefined;
1486
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1487
+ gas?: `0x${string}` | undefined;
1488
+ value?: `0x${string}` | undefined;
1487
1489
  gasPrice?: `0x${string}` | undefined;
1488
1490
  maxFeePerGas?: `0x${string}` | undefined;
1489
1491
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1490
- gas?: `0x${string}` | undefined;
1491
- nonce?: `0x${string}` | undefined;
1492
- to?: `0x${string}` | null | undefined;
1493
- value?: `0x${string}` | undefined;
1494
- accessList?: undefined;
1495
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1496
- hash?: `0x${string}` | undefined;
1497
1492
  blockHash?: `0x${string}` | null | undefined;
1498
1493
  blockNumber?: `0x${string}` | null | undefined;
1499
- transactionIndex?: `0x${string}` | null | undefined;
1494
+ from?: `0x${string}` | undefined;
1495
+ hash?: `0x${string}` | undefined;
1500
1496
  input?: `0x${string}` | undefined;
1497
+ nonce?: `0x${string}` | undefined;
1501
1498
  r?: `0x${string}` | undefined;
1502
1499
  s?: `0x${string}` | undefined;
1500
+ to?: `0x${string}` | null | undefined;
1501
+ transactionIndex?: `0x${string}` | null | undefined;
1503
1502
  v?: `0x${string}` | undefined;
1503
+ accessList?: undefined;
1504
1504
  chainId?: `0x${string}` | undefined;
1505
1505
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
1506
1506
  feeCurrency: `0x${string}` | null;
@@ -1508,96 +1508,96 @@ export declare const celo: {
1508
1508
  gatewayFeeRecipient: `0x${string}` | null;
1509
1509
  type: "0x7c";
1510
1510
  }) | ({
1511
- from?: `0x${string}` | undefined;
1511
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1512
+ gas?: `0x${string}` | undefined;
1513
+ value?: `0x${string}` | undefined;
1512
1514
  gasPrice?: `0x${string}` | undefined;
1513
1515
  maxFeePerGas?: `0x${string}` | undefined;
1514
1516
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1515
- gas?: `0x${string}` | undefined;
1516
- nonce?: `0x${string}` | undefined;
1517
- to?: `0x${string}` | null | undefined;
1518
- value?: `0x${string}` | undefined;
1519
- accessList?: import("../../index.js").AccessList | undefined;
1520
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1521
- hash?: `0x${string}` | undefined;
1522
1517
  blockHash?: `0x${string}` | null | undefined;
1523
1518
  blockNumber?: `0x${string}` | null | undefined;
1524
- transactionIndex?: `0x${string}` | null | undefined;
1519
+ from?: `0x${string}` | undefined;
1520
+ hash?: `0x${string}` | undefined;
1525
1521
  input?: `0x${string}` | undefined;
1522
+ nonce?: `0x${string}` | undefined;
1526
1523
  r?: `0x${string}` | undefined;
1527
1524
  s?: `0x${string}` | undefined;
1525
+ to?: `0x${string}` | null | undefined;
1526
+ transactionIndex?: `0x${string}` | null | undefined;
1528
1527
  v?: `0x${string}` | undefined;
1528
+ accessList?: import("../../index.js").AccessList | undefined;
1529
1529
  chainId?: `0x${string}` | undefined;
1530
1530
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1531
1531
  feeCurrency: `0x${string}` | null;
1532
1532
  gatewayFee: `0x${string}` | null;
1533
1533
  gatewayFeeRecipient: `0x${string}` | null;
1534
1534
  }) | ({
1535
- from?: `0x${string}` | undefined;
1535
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1536
+ gas?: `0x${string}` | undefined;
1537
+ value?: `0x${string}` | undefined;
1536
1538
  gasPrice?: `0x${string}` | undefined;
1537
1539
  maxFeePerGas?: `0x${string}` | undefined;
1538
1540
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1539
- gas?: `0x${string}` | undefined;
1540
- nonce?: `0x${string}` | undefined;
1541
- to?: `0x${string}` | null | undefined;
1542
- value?: `0x${string}` | undefined;
1543
- accessList?: import("../../index.js").AccessList | undefined;
1544
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1545
- hash?: `0x${string}` | undefined;
1546
1541
  blockHash?: `0x${string}` | null | undefined;
1547
1542
  blockNumber?: `0x${string}` | null | undefined;
1548
- transactionIndex?: `0x${string}` | null | undefined;
1543
+ from?: `0x${string}` | undefined;
1544
+ hash?: `0x${string}` | undefined;
1549
1545
  input?: `0x${string}` | undefined;
1546
+ nonce?: `0x${string}` | undefined;
1550
1547
  r?: `0x${string}` | undefined;
1551
1548
  s?: `0x${string}` | undefined;
1549
+ to?: `0x${string}` | null | undefined;
1550
+ transactionIndex?: `0x${string}` | null | undefined;
1552
1551
  v?: `0x${string}` | undefined;
1552
+ accessList?: import("../../index.js").AccessList | undefined;
1553
1553
  chainId?: `0x${string}` | undefined;
1554
1554
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1555
1555
  feeCurrency: `0x${string}` | null;
1556
1556
  gatewayFee: `0x${string}` | null;
1557
1557
  gatewayFeeRecipient: `0x${string}` | null;
1558
1558
  }) | ({
1559
- from?: `0x${string}` | undefined;
1559
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1560
+ gas?: `0x${string}` | undefined;
1561
+ value?: `0x${string}` | undefined;
1560
1562
  gasPrice?: `0x${string}` | undefined;
1561
1563
  maxFeePerGas?: `0x${string}` | undefined;
1562
1564
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1563
- gas?: `0x${string}` | undefined;
1564
- nonce?: `0x${string}` | undefined;
1565
- to?: `0x${string}` | null | undefined;
1566
- value?: `0x${string}` | undefined;
1567
- accessList?: import("../../index.js").AccessList | undefined;
1568
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1569
- hash?: `0x${string}` | undefined;
1570
1565
  blockHash?: `0x${string}` | null | undefined;
1571
1566
  blockNumber?: `0x${string}` | null | undefined;
1572
- transactionIndex?: `0x${string}` | null | undefined;
1567
+ from?: `0x${string}` | undefined;
1568
+ hash?: `0x${string}` | undefined;
1573
1569
  input?: `0x${string}` | undefined;
1570
+ nonce?: `0x${string}` | undefined;
1574
1571
  r?: `0x${string}` | undefined;
1575
1572
  s?: `0x${string}` | undefined;
1573
+ to?: `0x${string}` | null | undefined;
1574
+ transactionIndex?: `0x${string}` | null | undefined;
1576
1575
  v?: `0x${string}` | undefined;
1576
+ accessList?: import("../../index.js").AccessList | undefined;
1577
1577
  chainId?: `0x${string}` | undefined;
1578
1578
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1579
1579
  feeCurrency: `0x${string}` | null;
1580
1580
  gatewayFee: `0x${string}` | null;
1581
1581
  gatewayFeeRecipient: `0x${string}` | null;
1582
1582
  }) | ({
1583
- from?: `0x${string}` | undefined;
1583
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1584
+ gas?: `0x${string}` | undefined;
1585
+ value?: `0x${string}` | undefined;
1584
1586
  gasPrice?: `0x${string}` | undefined;
1585
1587
  maxFeePerGas?: `0x${string}` | undefined;
1586
1588
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1587
- gas?: `0x${string}` | undefined;
1588
- nonce?: `0x${string}` | undefined;
1589
- to?: `0x${string}` | null | undefined;
1590
- value?: `0x${string}` | undefined;
1591
- accessList?: import("../../index.js").AccessList | undefined;
1592
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1593
- hash?: `0x${string}` | undefined;
1594
1589
  blockHash?: `0x${string}` | null | undefined;
1595
1590
  blockNumber?: `0x${string}` | null | undefined;
1596
- transactionIndex?: `0x${string}` | null | undefined;
1591
+ from?: `0x${string}` | undefined;
1592
+ hash?: `0x${string}` | undefined;
1597
1593
  input?: `0x${string}` | undefined;
1594
+ nonce?: `0x${string}` | undefined;
1598
1595
  r?: `0x${string}` | undefined;
1599
1596
  s?: `0x${string}` | undefined;
1597
+ to?: `0x${string}` | null | undefined;
1598
+ transactionIndex?: `0x${string}` | null | undefined;
1600
1599
  v?: `0x${string}` | undefined;
1600
+ accessList?: import("../../index.js").AccessList | undefined;
1601
1601
  chainId?: `0x${string}` | undefined;
1602
1602
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
1603
1603
  feeCurrency: `0x${string}` | null;
@@ -1605,96 +1605,96 @@ export declare const celo: {
1605
1605
  gatewayFeeRecipient: `0x${string}` | null;
1606
1606
  type: "0x7c";
1607
1607
  }) | ({
1608
- from?: `0x${string}` | undefined;
1608
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1609
+ gas?: `0x${string}` | undefined;
1610
+ value?: `0x${string}` | undefined;
1609
1611
  gasPrice?: `0x${string}` | undefined;
1610
1612
  maxFeePerGas?: `0x${string}` | undefined;
1611
1613
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1612
- gas?: `0x${string}` | undefined;
1613
- nonce?: `0x${string}` | undefined;
1614
- to?: `0x${string}` | null | undefined;
1615
- value?: `0x${string}` | undefined;
1616
- accessList?: import("../../index.js").AccessList | undefined;
1617
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1618
- hash?: `0x${string}` | undefined;
1619
1614
  blockHash?: `0x${string}` | null | undefined;
1620
1615
  blockNumber?: `0x${string}` | null | undefined;
1621
- transactionIndex?: `0x${string}` | null | undefined;
1616
+ from?: `0x${string}` | undefined;
1617
+ hash?: `0x${string}` | undefined;
1622
1618
  input?: `0x${string}` | undefined;
1619
+ nonce?: `0x${string}` | undefined;
1623
1620
  r?: `0x${string}` | undefined;
1624
1621
  s?: `0x${string}` | undefined;
1622
+ to?: `0x${string}` | null | undefined;
1623
+ transactionIndex?: `0x${string}` | null | undefined;
1625
1624
  v?: `0x${string}` | undefined;
1625
+ accessList?: import("../../index.js").AccessList | undefined;
1626
1626
  chainId?: `0x${string}` | undefined;
1627
1627
  } & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
1628
1628
  feeCurrency: `0x${string}` | null;
1629
1629
  gatewayFee: `0x${string}` | null;
1630
1630
  gatewayFeeRecipient: `0x${string}` | null;
1631
1631
  }) | ({
1632
- from?: `0x${string}` | undefined;
1632
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1633
+ gas?: `0x${string}` | undefined;
1634
+ value?: `0x${string}` | undefined;
1633
1635
  gasPrice?: `0x${string}` | undefined;
1634
1636
  maxFeePerGas?: `0x${string}` | undefined;
1635
1637
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1636
- gas?: `0x${string}` | undefined;
1637
- nonce?: `0x${string}` | undefined;
1638
- to?: `0x${string}` | null | undefined;
1639
- value?: `0x${string}` | undefined;
1640
- accessList?: import("../../index.js").AccessList | undefined;
1641
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1642
- hash?: `0x${string}` | undefined;
1643
1638
  blockHash?: `0x${string}` | null | undefined;
1644
1639
  blockNumber?: `0x${string}` | null | undefined;
1645
- transactionIndex?: `0x${string}` | null | undefined;
1640
+ from?: `0x${string}` | undefined;
1641
+ hash?: `0x${string}` | undefined;
1646
1642
  input?: `0x${string}` | undefined;
1643
+ nonce?: `0x${string}` | undefined;
1647
1644
  r?: `0x${string}` | undefined;
1648
1645
  s?: `0x${string}` | undefined;
1646
+ to?: `0x${string}` | null | undefined;
1647
+ transactionIndex?: `0x${string}` | null | undefined;
1649
1648
  v?: `0x${string}` | undefined;
1649
+ accessList?: import("../../index.js").AccessList | undefined;
1650
1650
  chainId?: `0x${string}` | undefined;
1651
1651
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
1652
1652
  feeCurrency: `0x${string}` | null;
1653
1653
  gatewayFee: `0x${string}` | null;
1654
1654
  gatewayFeeRecipient: `0x${string}` | null;
1655
1655
  }) | ({
1656
- from?: `0x${string}` | undefined;
1656
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1657
+ gas?: `0x${string}` | undefined;
1658
+ value?: `0x${string}` | undefined;
1657
1659
  gasPrice?: `0x${string}` | undefined;
1658
1660
  maxFeePerGas?: `0x${string}` | undefined;
1659
1661
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1660
- gas?: `0x${string}` | undefined;
1661
- nonce?: `0x${string}` | undefined;
1662
- to?: `0x${string}` | null | undefined;
1663
- value?: `0x${string}` | undefined;
1664
- accessList?: import("../../index.js").AccessList | undefined;
1665
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1666
- hash?: `0x${string}` | undefined;
1667
1662
  blockHash?: `0x${string}` | null | undefined;
1668
1663
  blockNumber?: `0x${string}` | null | undefined;
1669
- transactionIndex?: `0x${string}` | null | undefined;
1664
+ from?: `0x${string}` | undefined;
1665
+ hash?: `0x${string}` | undefined;
1670
1666
  input?: `0x${string}` | undefined;
1667
+ nonce?: `0x${string}` | undefined;
1671
1668
  r?: `0x${string}` | undefined;
1672
1669
  s?: `0x${string}` | undefined;
1670
+ to?: `0x${string}` | null | undefined;
1671
+ transactionIndex?: `0x${string}` | null | undefined;
1673
1672
  v?: `0x${string}` | undefined;
1673
+ accessList?: import("../../index.js").AccessList | undefined;
1674
1674
  chainId?: `0x${string}` | undefined;
1675
1675
  } & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
1676
1676
  feeCurrency: `0x${string}` | null;
1677
1677
  gatewayFee: `0x${string}` | null;
1678
1678
  gatewayFeeRecipient: `0x${string}` | null;
1679
1679
  }) | ({
1680
- from?: `0x${string}` | undefined;
1680
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1681
+ gas?: `0x${string}` | undefined;
1682
+ value?: `0x${string}` | undefined;
1681
1683
  gasPrice?: `0x${string}` | undefined;
1682
1684
  maxFeePerGas?: `0x${string}` | undefined;
1683
1685
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1684
- gas?: `0x${string}` | undefined;
1685
- nonce?: `0x${string}` | undefined;
1686
- to?: `0x${string}` | null | undefined;
1687
- value?: `0x${string}` | undefined;
1688
- accessList?: import("../../index.js").AccessList | undefined;
1689
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | undefined;
1690
- hash?: `0x${string}` | undefined;
1691
1686
  blockHash?: `0x${string}` | null | undefined;
1692
1687
  blockNumber?: `0x${string}` | null | undefined;
1693
- transactionIndex?: `0x${string}` | null | undefined;
1688
+ from?: `0x${string}` | undefined;
1689
+ hash?: `0x${string}` | undefined;
1694
1690
  input?: `0x${string}` | undefined;
1691
+ nonce?: `0x${string}` | undefined;
1695
1692
  r?: `0x${string}` | undefined;
1696
1693
  s?: `0x${string}` | undefined;
1694
+ to?: `0x${string}` | null | undefined;
1695
+ transactionIndex?: `0x${string}` | null | undefined;
1697
1696
  v?: `0x${string}` | undefined;
1697
+ accessList?: import("../../index.js").AccessList | undefined;
1698
1698
  chainId?: `0x${string}` | undefined;
1699
1699
  } & import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
1700
1700
  feeCurrency: `0x${string}` | null;