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