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