viem 2.47.18 → 2.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/_cjs/chains/definitions/tempo.js +2 -2
  3. package/_cjs/chains/definitions/tempo.js.map +1 -1
  4. package/_cjs/errors/version.js +1 -1
  5. package/_cjs/errors/version.js.map +1 -1
  6. package/_cjs/tempo/Addresses.js +2 -1
  7. package/_cjs/tempo/Addresses.js.map +1 -1
  8. package/_cjs/tempo/Decorator.js +16 -0
  9. package/_cjs/tempo/Decorator.js.map +1 -1
  10. package/_cjs/tempo/Storage.js +77 -0
  11. package/_cjs/tempo/Storage.js.map +1 -0
  12. package/_cjs/tempo/actions/index.js +2 -1
  13. package/_cjs/tempo/actions/index.js.map +1 -1
  14. package/_cjs/tempo/actions/zone.js +432 -0
  15. package/_cjs/tempo/actions/zone.js.map +1 -0
  16. package/_cjs/tempo/index.js +2 -1
  17. package/_cjs/tempo/index.js.map +1 -1
  18. package/_cjs/tempo/zones/Abis.js +82 -0
  19. package/_cjs/tempo/zones/Abis.js.map +1 -0
  20. package/_cjs/tempo/zones/index.js +13 -0
  21. package/_cjs/tempo/zones/index.js.map +1 -0
  22. package/_cjs/tempo/zones/transport.js +24 -0
  23. package/_cjs/tempo/zones/transport.js.map +1 -0
  24. package/_cjs/tempo/zones/zone.js +53 -0
  25. package/_cjs/tempo/zones/zone.js.map +1 -0
  26. package/_esm/chains/definitions/tempo.js +2 -2
  27. package/_esm/chains/definitions/tempo.js.map +1 -1
  28. package/_esm/errors/version.js +1 -1
  29. package/_esm/errors/version.js.map +1 -1
  30. package/_esm/tempo/Addresses.js +1 -0
  31. package/_esm/tempo/Addresses.js.map +1 -1
  32. package/_esm/tempo/Decorator.js +16 -0
  33. package/_esm/tempo/Decorator.js.map +1 -1
  34. package/_esm/tempo/Storage.js +96 -0
  35. package/_esm/tempo/Storage.js.map +1 -0
  36. package/_esm/tempo/actions/index.js +1 -0
  37. package/_esm/tempo/actions/index.js.map +1 -1
  38. package/_esm/tempo/actions/zone.js +786 -0
  39. package/_esm/tempo/actions/zone.js.map +1 -0
  40. package/_esm/tempo/index.js +1 -0
  41. package/_esm/tempo/index.js.map +1 -1
  42. package/_esm/tempo/zones/Abis.js +79 -0
  43. package/_esm/tempo/zones/Abis.js.map +1 -0
  44. package/_esm/tempo/zones/index.js +5 -0
  45. package/_esm/tempo/zones/index.js.map +1 -0
  46. package/_esm/tempo/zones/transport.js +39 -0
  47. package/_esm/tempo/zones/transport.js.map +1 -0
  48. package/_esm/tempo/zones/zone.js +49 -0
  49. package/_esm/tempo/zones/zone.js.map +1 -0
  50. package/_types/chains/definitions/tempo.d.ts +4 -4
  51. package/_types/errors/version.d.ts +1 -1
  52. package/_types/errors/version.d.ts.map +1 -1
  53. package/_types/tempo/Addresses.d.ts +1 -0
  54. package/_types/tempo/Addresses.d.ts.map +1 -1
  55. package/_types/tempo/Decorator.d.ts +283 -0
  56. package/_types/tempo/Decorator.d.ts.map +1 -1
  57. package/_types/tempo/Storage.d.ts +42 -0
  58. package/_types/tempo/Storage.d.ts.map +1 -0
  59. package/_types/tempo/actions/index.d.ts +1 -0
  60. package/_types/tempo/actions/index.d.ts.map +1 -1
  61. package/_types/tempo/actions/zone.d.ts +874 -0
  62. package/_types/tempo/actions/zone.d.ts.map +1 -0
  63. package/_types/tempo/index.d.ts +1 -0
  64. package/_types/tempo/index.d.ts.map +1 -1
  65. package/_types/tempo/zones/Abis.d.ts +124 -0
  66. package/_types/tempo/zones/Abis.d.ts.map +1 -0
  67. package/_types/tempo/zones/index.d.ts +4 -0
  68. package/_types/tempo/zones/index.d.ts.map +1 -0
  69. package/_types/tempo/zones/transport.d.ts +26 -0
  70. package/_types/tempo/zones/transport.d.ts.map +1 -0
  71. package/_types/tempo/zones/zone.d.ts +2775 -0
  72. package/_types/tempo/zones/zone.d.ts.map +1 -0
  73. package/chains/definitions/tempo.ts +2 -2
  74. package/errors/version.ts +1 -1
  75. package/package.json +7 -2
  76. package/tempo/Addresses.ts +1 -0
  77. package/tempo/Decorator.ts +337 -0
  78. package/tempo/Storage.ts +118 -0
  79. package/tempo/actions/index.ts +1 -0
  80. package/tempo/actions/zone.ts +1317 -0
  81. package/tempo/index.ts +1 -0
  82. package/tempo/zones/Abis.ts +79 -0
  83. package/tempo/zones/index.ts +10 -0
  84. package/tempo/zones/package.json +6 -0
  85. package/tempo/zones/transport.ts +58 -0
  86. package/tempo/zones/zone.ts +70 -0
@@ -0,0 +1,2775 @@
1
+ export declare const portalAddresses: {
2
+ readonly 42431: {
3
+ readonly 6: "0x7069DeC4E64Fd07334A0933eDe836C17259c9B23";
4
+ readonly 7: "0x3F5296303400B56271b476F5A0B9cBF74350D6Ac";
5
+ };
6
+ };
7
+ export declare function getPortalAddress(chainId: number, zoneId: number): `0x${string}`;
8
+ export declare const zone: (id: number) => {
9
+ blockExplorers?: {
10
+ [key: string]: {
11
+ name: string;
12
+ url: string;
13
+ apiUrl?: string | undefined;
14
+ };
15
+ default: {
16
+ name: string;
17
+ url: string;
18
+ apiUrl?: string | undefined;
19
+ };
20
+ } | undefined | undefined;
21
+ blockTime: 1000;
22
+ contracts?: {
23
+ [x: string]: import("../../index.js").ChainContract | {
24
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
25
+ } | undefined;
26
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
27
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
28
+ multicall3?: import("../../index.js").ChainContract | undefined;
29
+ erc6492Verifier?: import("../../index.js").ChainContract | undefined;
30
+ } | undefined;
31
+ ensTlds?: readonly string[] | undefined;
32
+ id: number;
33
+ name: `Tempo Zone ${string}`;
34
+ nativeCurrency: {
35
+ readonly name: "USD";
36
+ readonly symbol: "USD";
37
+ readonly decimals: 6;
38
+ };
39
+ experimental_preconfirmationTime?: number | undefined | undefined;
40
+ rpcUrls: {
41
+ readonly default: {
42
+ readonly http: readonly [`https://rpc-zone-${string}.${string}`];
43
+ };
44
+ };
45
+ sourceId: number;
46
+ testnet?: boolean | undefined | undefined;
47
+ custom?: Record<string, unknown> | undefined;
48
+ extendSchema: {
49
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
50
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
51
+ };
52
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
53
+ formatters: {
54
+ readonly transaction: {
55
+ exclude: never[] | undefined;
56
+ format: (args: import("../Transaction.js").TransactionRpc, action?: string | undefined) => ({
57
+ r: import("../../index.js").Hex;
58
+ s: import("../../index.js").Hex;
59
+ v: bigint;
60
+ to: import("abitype").Address | null;
61
+ from: import("abitype").Address;
62
+ gas: bigint;
63
+ nonce: number;
64
+ value: bigint;
65
+ blockHash: `0x${string}` | null;
66
+ blockNumber: bigint | null;
67
+ hash: import("../../index.js").Hash;
68
+ input: import("../../index.js").Hex;
69
+ transactionIndex: number | null;
70
+ typeHex: import("../../index.js").Hex | null;
71
+ accessList?: undefined | undefined;
72
+ authorizationList?: undefined | undefined;
73
+ blobVersionedHashes?: undefined | undefined;
74
+ chainId?: number | undefined;
75
+ yParity?: undefined | undefined;
76
+ type: "legacy";
77
+ gasPrice: bigint;
78
+ maxFeePerBlobGas?: undefined | undefined;
79
+ maxFeePerGas?: undefined | undefined;
80
+ maxPriorityFeePerGas?: undefined | undefined;
81
+ signature?: undefined;
82
+ calls?: undefined;
83
+ nonceKey?: undefined;
84
+ keyAuthorization?: undefined;
85
+ feePayerSignature?: undefined;
86
+ feeToken?: undefined;
87
+ validAfter?: undefined;
88
+ validBefore?: undefined;
89
+ } | {
90
+ blockHash: `0x${string}` | null;
91
+ blockNumber: bigint | null;
92
+ from: import("abitype").Address;
93
+ gas: bigint;
94
+ hash: import("../../index.js").Hash;
95
+ input: import("../../index.js").Hex;
96
+ nonce: number;
97
+ r: import("../../index.js").Hex;
98
+ s: import("../../index.js").Hex;
99
+ to: import("abitype").Address | null;
100
+ transactionIndex: number | null;
101
+ typeHex: import("../../index.js").Hex | null;
102
+ v: bigint;
103
+ value: bigint;
104
+ yParity: number;
105
+ accessList: import("../../index.js").AccessList;
106
+ authorizationList?: undefined | undefined;
107
+ blobVersionedHashes?: undefined | undefined;
108
+ chainId: number;
109
+ type: "eip2930";
110
+ gasPrice: bigint;
111
+ maxFeePerBlobGas?: undefined | undefined;
112
+ maxFeePerGas?: undefined | undefined;
113
+ maxPriorityFeePerGas?: undefined | undefined;
114
+ signature?: undefined;
115
+ calls?: undefined;
116
+ nonceKey?: undefined;
117
+ keyAuthorization?: undefined;
118
+ feePayerSignature?: undefined;
119
+ feeToken?: undefined;
120
+ validAfter?: undefined;
121
+ validBefore?: undefined;
122
+ } | {
123
+ blockHash: `0x${string}` | null;
124
+ blockNumber: bigint | null;
125
+ from: import("abitype").Address;
126
+ gas: bigint;
127
+ hash: import("../../index.js").Hash;
128
+ input: import("../../index.js").Hex;
129
+ nonce: number;
130
+ r: import("../../index.js").Hex;
131
+ s: import("../../index.js").Hex;
132
+ to: import("abitype").Address | null;
133
+ transactionIndex: number | null;
134
+ typeHex: import("../../index.js").Hex | null;
135
+ v: bigint;
136
+ value: bigint;
137
+ yParity: number;
138
+ accessList: import("../../index.js").AccessList;
139
+ authorizationList?: undefined | undefined;
140
+ blobVersionedHashes?: undefined | undefined;
141
+ chainId: number;
142
+ type: "eip1559";
143
+ gasPrice?: undefined | undefined;
144
+ maxFeePerBlobGas?: undefined | undefined;
145
+ maxFeePerGas: bigint;
146
+ maxPriorityFeePerGas: bigint;
147
+ signature?: undefined;
148
+ calls?: undefined;
149
+ nonceKey?: undefined;
150
+ keyAuthorization?: undefined;
151
+ feePayerSignature?: undefined;
152
+ feeToken?: undefined;
153
+ validAfter?: undefined;
154
+ validBefore?: undefined;
155
+ } | {
156
+ blockHash: `0x${string}` | null;
157
+ blockNumber: bigint | null;
158
+ from: import("abitype").Address;
159
+ gas: bigint;
160
+ hash: import("../../index.js").Hash;
161
+ input: import("../../index.js").Hex;
162
+ nonce: number;
163
+ r: import("../../index.js").Hex;
164
+ s: import("../../index.js").Hex;
165
+ to: import("abitype").Address | null;
166
+ transactionIndex: number | null;
167
+ typeHex: import("../../index.js").Hex | null;
168
+ v: bigint;
169
+ value: bigint;
170
+ yParity: number;
171
+ accessList: import("../../index.js").AccessList;
172
+ authorizationList?: undefined | undefined;
173
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
174
+ chainId: number;
175
+ type: "eip4844";
176
+ gasPrice?: undefined | undefined;
177
+ maxFeePerBlobGas: bigint;
178
+ maxFeePerGas: bigint;
179
+ maxPriorityFeePerGas: bigint;
180
+ signature?: undefined;
181
+ calls?: undefined;
182
+ nonceKey?: undefined;
183
+ keyAuthorization?: undefined;
184
+ feePayerSignature?: undefined;
185
+ feeToken?: undefined;
186
+ validAfter?: undefined;
187
+ validBefore?: undefined;
188
+ } | {
189
+ blockHash: `0x${string}` | null;
190
+ blockNumber: bigint | null;
191
+ from: import("abitype").Address;
192
+ gas: bigint;
193
+ hash: import("../../index.js").Hash;
194
+ input: import("../../index.js").Hex;
195
+ nonce: number;
196
+ r: import("../../index.js").Hex;
197
+ s: import("../../index.js").Hex;
198
+ to: import("abitype").Address | null;
199
+ transactionIndex: number | null;
200
+ typeHex: import("../../index.js").Hex | null;
201
+ v: bigint;
202
+ value: bigint;
203
+ yParity: number;
204
+ accessList: import("../../index.js").AccessList;
205
+ authorizationList: import("../../index.js").SignedAuthorizationList;
206
+ blobVersionedHashes?: undefined | undefined;
207
+ chainId: number;
208
+ type: "eip7702";
209
+ gasPrice?: undefined | undefined;
210
+ maxFeePerBlobGas?: undefined | undefined;
211
+ maxFeePerGas: bigint;
212
+ maxPriorityFeePerGas: bigint;
213
+ signature?: undefined;
214
+ calls?: undefined;
215
+ nonceKey?: undefined;
216
+ keyAuthorization?: undefined;
217
+ feePayerSignature?: undefined;
218
+ feeToken?: undefined;
219
+ validAfter?: undefined;
220
+ validBefore?: undefined;
221
+ } | {
222
+ from: import("abitype").Address;
223
+ gas: bigint;
224
+ nonce: number;
225
+ blockHash: `0x${string}` | null;
226
+ blockNumber: bigint | null;
227
+ hash: import("../../index.js").Hash;
228
+ transactionIndex: number | null;
229
+ typeHex: import("../../index.js").Hex | null;
230
+ r?: `0x${string}` | undefined;
231
+ s?: `0x${string}` | undefined;
232
+ v?: bigint | undefined;
233
+ yParity?: number | undefined;
234
+ accessList: import("../../index.js").AccessList;
235
+ authorizationList?: readonly {
236
+ address: import("ox/tempo/TempoAddress").Address;
237
+ chainId: number;
238
+ nonce: bigint;
239
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
240
+ }[] | undefined;
241
+ calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
242
+ chainId: number;
243
+ feeToken?: `0x${string}` | undefined;
244
+ feePayerSignature?: import("../../index.js").Signature | undefined;
245
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number, `0x${string}`> | null | undefined;
246
+ nonceKey?: bigint | undefined;
247
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
248
+ type: "tempo";
249
+ validBefore?: number | undefined;
250
+ validAfter?: number | undefined;
251
+ gasPrice?: undefined | undefined;
252
+ maxFeePerBlobGas?: undefined | undefined;
253
+ maxFeePerGas: bigint;
254
+ maxPriorityFeePerGas: bigint;
255
+ to?: undefined;
256
+ value?: undefined;
257
+ blobVersionedHashes?: undefined;
258
+ input?: undefined;
259
+ }) & {};
260
+ type: "transaction";
261
+ };
262
+ readonly transactionReceipt: {
263
+ exclude: [] | undefined;
264
+ format: (args: import("../Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
265
+ blobGasPrice?: bigint | undefined;
266
+ blobGasUsed?: bigint | undefined;
267
+ blockHash: import("../../index.js").Hash;
268
+ blockNumber: bigint;
269
+ blockTimestamp?: bigint | undefined;
270
+ contractAddress: import("abitype").Address | null | undefined;
271
+ cumulativeGasUsed: bigint;
272
+ effectiveGasPrice: bigint;
273
+ from: import("abitype").Address;
274
+ gasUsed: bigint;
275
+ logs: import("../../index.js").Log<bigint, number, false>[];
276
+ logsBloom: import("../../index.js").Hex;
277
+ root?: `0x${string}` | undefined;
278
+ status: "success" | "reverted";
279
+ to: import("abitype").Address | null;
280
+ transactionHash: import("../../index.js").Hash;
281
+ transactionIndex: number;
282
+ type: import("../Transaction.js").TransactionType;
283
+ feePayer?: `0x${string}` | undefined;
284
+ feeToken?: `0x${string}` | undefined;
285
+ } & {};
286
+ type: "transactionReceipt";
287
+ };
288
+ readonly transactionRequest: {
289
+ exclude: [] | undefined;
290
+ format: (args: import("../Transaction.js").TransactionRequest, action?: string | undefined) => ({
291
+ data?: `0x${string}` | undefined;
292
+ from?: `0x${string}` | undefined;
293
+ gas?: `0x${string}` | undefined;
294
+ nonce?: `0x${string}` | undefined;
295
+ to?: `0x${string}` | null | undefined;
296
+ type?: "0x0" | undefined;
297
+ value?: `0x${string}` | undefined;
298
+ gasPrice?: `0x${string}` | undefined;
299
+ maxFeePerBlobGas?: undefined | undefined;
300
+ maxFeePerGas?: undefined | undefined;
301
+ maxPriorityFeePerGas?: undefined | undefined;
302
+ blobs?: undefined;
303
+ blobVersionedHashes?: undefined;
304
+ kzg?: undefined;
305
+ accessList?: undefined;
306
+ sidecars?: undefined;
307
+ authorizationList?: undefined;
308
+ calls?: undefined;
309
+ nonceKey?: undefined;
310
+ keyAuthorization?: undefined;
311
+ feeToken?: undefined;
312
+ validAfter?: undefined;
313
+ validBefore?: undefined;
314
+ feePayer?: undefined;
315
+ } | {
316
+ data?: `0x${string}` | undefined;
317
+ from?: `0x${string}` | undefined;
318
+ gas?: `0x${string}` | undefined;
319
+ nonce?: `0x${string}` | undefined;
320
+ to?: `0x${string}` | null | undefined;
321
+ type?: "0x1" | undefined;
322
+ value?: `0x${string}` | undefined;
323
+ gasPrice?: `0x${string}` | undefined;
324
+ maxFeePerBlobGas?: undefined | undefined;
325
+ maxFeePerGas?: undefined | undefined;
326
+ maxPriorityFeePerGas?: undefined | undefined;
327
+ accessList?: import("../../index.js").AccessList | undefined;
328
+ blobs?: undefined;
329
+ blobVersionedHashes?: undefined;
330
+ kzg?: undefined;
331
+ sidecars?: undefined;
332
+ authorizationList?: undefined;
333
+ calls?: undefined;
334
+ nonceKey?: undefined;
335
+ keyAuthorization?: undefined;
336
+ feeToken?: undefined;
337
+ validAfter?: undefined;
338
+ validBefore?: undefined;
339
+ feePayer?: undefined;
340
+ } | {
341
+ data?: `0x${string}` | undefined;
342
+ from?: `0x${string}` | undefined;
343
+ gas?: `0x${string}` | undefined;
344
+ nonce?: `0x${string}` | undefined;
345
+ to?: `0x${string}` | null | undefined;
346
+ type?: "0x2" | undefined;
347
+ value?: `0x${string}` | undefined;
348
+ gasPrice?: undefined | undefined;
349
+ maxFeePerBlobGas?: undefined | undefined;
350
+ maxFeePerGas?: `0x${string}` | undefined;
351
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
352
+ accessList?: import("../../index.js").AccessList | undefined;
353
+ blobs?: undefined;
354
+ blobVersionedHashes?: undefined;
355
+ kzg?: undefined;
356
+ sidecars?: undefined;
357
+ authorizationList?: undefined;
358
+ calls?: undefined;
359
+ nonceKey?: undefined;
360
+ keyAuthorization?: undefined;
361
+ feeToken?: undefined;
362
+ validAfter?: undefined;
363
+ validBefore?: undefined;
364
+ feePayer?: undefined;
365
+ } | {
366
+ type?: "0x3" | undefined;
367
+ data?: `0x${string}` | undefined;
368
+ from?: `0x${string}` | undefined;
369
+ gas?: `0x${string}` | undefined;
370
+ nonce?: `0x${string}` | undefined;
371
+ value?: `0x${string}` | undefined;
372
+ to: `0x${string}` | null;
373
+ gasPrice?: undefined | undefined;
374
+ maxFeePerBlobGas?: `0x${string}` | undefined;
375
+ maxFeePerGas?: `0x${string}` | undefined;
376
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
377
+ accessList?: import("../../index.js").AccessList | undefined;
378
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
379
+ blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
380
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
381
+ kzg?: undefined;
382
+ authorizationList?: undefined;
383
+ calls?: undefined;
384
+ nonceKey?: undefined;
385
+ keyAuthorization?: undefined;
386
+ feeToken?: undefined;
387
+ validAfter?: undefined;
388
+ validBefore?: undefined;
389
+ feePayer?: undefined;
390
+ } | {
391
+ type?: "0x3" | undefined;
392
+ data?: `0x${string}` | undefined;
393
+ from?: `0x${string}` | undefined;
394
+ gas?: `0x${string}` | undefined;
395
+ nonce?: `0x${string}` | undefined;
396
+ value?: `0x${string}` | undefined;
397
+ to: `0x${string}` | null;
398
+ gasPrice?: undefined | undefined;
399
+ maxFeePerBlobGas?: `0x${string}` | undefined;
400
+ maxFeePerGas?: `0x${string}` | undefined;
401
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
402
+ accessList?: import("../../index.js").AccessList | undefined;
403
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
404
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
405
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
406
+ kzg?: import("../../index.js").Kzg | undefined;
407
+ authorizationList?: undefined;
408
+ calls?: undefined;
409
+ nonceKey?: undefined;
410
+ keyAuthorization?: undefined;
411
+ feeToken?: undefined;
412
+ validAfter?: undefined;
413
+ validBefore?: undefined;
414
+ feePayer?: undefined;
415
+ } | {
416
+ type?: "0x4" | undefined;
417
+ gasPrice?: undefined | undefined;
418
+ maxFeePerBlobGas?: undefined | undefined;
419
+ maxFeePerGas?: `0x${string}` | undefined;
420
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
421
+ to?: `0x${string}` | null | undefined;
422
+ data?: `0x${string}` | undefined;
423
+ from?: `0x${string}` | undefined;
424
+ gas?: `0x${string}` | undefined;
425
+ nonce?: `0x${string}` | undefined;
426
+ value?: `0x${string}` | undefined;
427
+ accessList?: import("../../index.js").AccessList | undefined;
428
+ authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
429
+ blobs?: undefined;
430
+ blobVersionedHashes?: undefined;
431
+ kzg?: undefined;
432
+ sidecars?: undefined;
433
+ calls?: undefined;
434
+ nonceKey?: undefined;
435
+ keyAuthorization?: undefined;
436
+ feeToken?: undefined;
437
+ validAfter?: undefined;
438
+ validBefore?: undefined;
439
+ feePayer?: undefined;
440
+ } | {
441
+ data?: `0x${string}` | undefined;
442
+ from?: `0x${string}` | undefined;
443
+ gas?: `0x${string}` | undefined;
444
+ nonce?: `0x${string}` | undefined;
445
+ to?: `0x${string}` | null | undefined;
446
+ type?: "0x76" | undefined;
447
+ value?: `0x${string}` | undefined;
448
+ gasPrice?: undefined | undefined;
449
+ maxFeePerBlobGas?: undefined | undefined;
450
+ maxFeePerGas?: `0x${string}` | undefined;
451
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
452
+ accessList?: import("../../index.js").AccessList | undefined;
453
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
454
+ calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
455
+ feePayer?: true | import("../../index.js").Account | undefined;
456
+ feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
457
+ nonceKey?: `0x${string}` | "expiring" | undefined;
458
+ validBefore?: `0x${string}` | undefined;
459
+ validAfter?: `0x${string}` | undefined;
460
+ blobs?: undefined;
461
+ blobVersionedHashes?: undefined;
462
+ kzg?: undefined;
463
+ sidecars?: undefined;
464
+ authorizationList?: undefined;
465
+ }) & {};
466
+ type: "transactionRequest";
467
+ };
468
+ };
469
+ prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters, { phase }: {
470
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
471
+ }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
472
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
473
+ }];
474
+ serializers: {
475
+ readonly transaction: import("../../index.js").SerializeTransactionFn;
476
+ };
477
+ verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
478
+ extend: <const extended_1 extends {
479
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
480
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
481
+ }>(extended: extended_1) => import("../../index.js").Assign<import("../../index.js").Assign<import("../../index.js").Chain<undefined>, {
482
+ readonly id: number;
483
+ readonly name: `Tempo Zone ${string}`;
484
+ readonly nativeCurrency: {
485
+ readonly name: "USD";
486
+ readonly symbol: "USD";
487
+ readonly decimals: 6;
488
+ };
489
+ readonly rpcUrls: {
490
+ readonly default: {
491
+ readonly http: readonly [`https://rpc-zone-${string}.${string}`];
492
+ };
493
+ };
494
+ readonly sourceId: number;
495
+ readonly blockTime: 1000;
496
+ readonly extendSchema: {
497
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
498
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
499
+ };
500
+ readonly formatters: {
501
+ readonly transaction: {
502
+ exclude: never[] | undefined;
503
+ format: (args: import("../Transaction.js").TransactionRpc, action?: string | undefined) => ({
504
+ r: import("../../index.js").Hex;
505
+ s: import("../../index.js").Hex;
506
+ v: bigint;
507
+ to: import("abitype").Address | null;
508
+ from: import("abitype").Address;
509
+ gas: bigint;
510
+ nonce: number;
511
+ value: bigint;
512
+ blockHash: `0x${string}` | null;
513
+ blockNumber: bigint | null;
514
+ hash: import("../../index.js").Hash;
515
+ input: import("../../index.js").Hex;
516
+ transactionIndex: number | null;
517
+ typeHex: import("../../index.js").Hex | null;
518
+ accessList?: undefined | undefined;
519
+ authorizationList?: undefined | undefined;
520
+ blobVersionedHashes?: undefined | undefined;
521
+ chainId?: number | undefined;
522
+ yParity?: undefined | undefined;
523
+ type: "legacy";
524
+ gasPrice: bigint;
525
+ maxFeePerBlobGas?: undefined | undefined;
526
+ maxFeePerGas?: undefined | undefined;
527
+ maxPriorityFeePerGas?: undefined | undefined;
528
+ signature?: undefined;
529
+ calls?: undefined;
530
+ nonceKey?: undefined;
531
+ keyAuthorization?: undefined;
532
+ feePayerSignature?: undefined;
533
+ feeToken?: undefined;
534
+ validAfter?: undefined;
535
+ validBefore?: undefined;
536
+ } | {
537
+ blockHash: `0x${string}` | null;
538
+ blockNumber: bigint | null;
539
+ from: import("abitype").Address;
540
+ gas: bigint;
541
+ hash: import("../../index.js").Hash;
542
+ input: import("../../index.js").Hex;
543
+ nonce: number;
544
+ r: import("../../index.js").Hex;
545
+ s: import("../../index.js").Hex;
546
+ to: import("abitype").Address | null;
547
+ transactionIndex: number | null;
548
+ typeHex: import("../../index.js").Hex | null;
549
+ v: bigint;
550
+ value: bigint;
551
+ yParity: number;
552
+ accessList: import("../../index.js").AccessList;
553
+ authorizationList?: undefined | undefined;
554
+ blobVersionedHashes?: undefined | undefined;
555
+ chainId: number;
556
+ type: "eip2930";
557
+ gasPrice: bigint;
558
+ maxFeePerBlobGas?: undefined | undefined;
559
+ maxFeePerGas?: undefined | undefined;
560
+ maxPriorityFeePerGas?: undefined | undefined;
561
+ signature?: undefined;
562
+ calls?: undefined;
563
+ nonceKey?: undefined;
564
+ keyAuthorization?: undefined;
565
+ feePayerSignature?: undefined;
566
+ feeToken?: undefined;
567
+ validAfter?: undefined;
568
+ validBefore?: undefined;
569
+ } | {
570
+ blockHash: `0x${string}` | null;
571
+ blockNumber: bigint | null;
572
+ from: import("abitype").Address;
573
+ gas: bigint;
574
+ hash: import("../../index.js").Hash;
575
+ input: import("../../index.js").Hex;
576
+ nonce: number;
577
+ r: import("../../index.js").Hex;
578
+ s: import("../../index.js").Hex;
579
+ to: import("abitype").Address | null;
580
+ transactionIndex: number | null;
581
+ typeHex: import("../../index.js").Hex | null;
582
+ v: bigint;
583
+ value: bigint;
584
+ yParity: number;
585
+ accessList: import("../../index.js").AccessList;
586
+ authorizationList?: undefined | undefined;
587
+ blobVersionedHashes?: undefined | undefined;
588
+ chainId: number;
589
+ type: "eip1559";
590
+ gasPrice?: undefined | undefined;
591
+ maxFeePerBlobGas?: undefined | undefined;
592
+ maxFeePerGas: bigint;
593
+ maxPriorityFeePerGas: bigint;
594
+ signature?: undefined;
595
+ calls?: undefined;
596
+ nonceKey?: undefined;
597
+ keyAuthorization?: undefined;
598
+ feePayerSignature?: undefined;
599
+ feeToken?: undefined;
600
+ validAfter?: undefined;
601
+ validBefore?: undefined;
602
+ } | {
603
+ blockHash: `0x${string}` | null;
604
+ blockNumber: bigint | null;
605
+ from: import("abitype").Address;
606
+ gas: bigint;
607
+ hash: import("../../index.js").Hash;
608
+ input: import("../../index.js").Hex;
609
+ nonce: number;
610
+ r: import("../../index.js").Hex;
611
+ s: import("../../index.js").Hex;
612
+ to: import("abitype").Address | null;
613
+ transactionIndex: number | null;
614
+ typeHex: import("../../index.js").Hex | null;
615
+ v: bigint;
616
+ value: bigint;
617
+ yParity: number;
618
+ accessList: import("../../index.js").AccessList;
619
+ authorizationList?: undefined | undefined;
620
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
621
+ chainId: number;
622
+ type: "eip4844";
623
+ gasPrice?: undefined | undefined;
624
+ maxFeePerBlobGas: bigint;
625
+ maxFeePerGas: bigint;
626
+ maxPriorityFeePerGas: bigint;
627
+ signature?: undefined;
628
+ calls?: undefined;
629
+ nonceKey?: undefined;
630
+ keyAuthorization?: undefined;
631
+ feePayerSignature?: undefined;
632
+ feeToken?: undefined;
633
+ validAfter?: undefined;
634
+ validBefore?: undefined;
635
+ } | {
636
+ blockHash: `0x${string}` | null;
637
+ blockNumber: bigint | null;
638
+ from: import("abitype").Address;
639
+ gas: bigint;
640
+ hash: import("../../index.js").Hash;
641
+ input: import("../../index.js").Hex;
642
+ nonce: number;
643
+ r: import("../../index.js").Hex;
644
+ s: import("../../index.js").Hex;
645
+ to: import("abitype").Address | null;
646
+ transactionIndex: number | null;
647
+ typeHex: import("../../index.js").Hex | null;
648
+ v: bigint;
649
+ value: bigint;
650
+ yParity: number;
651
+ accessList: import("../../index.js").AccessList;
652
+ authorizationList: import("../../index.js").SignedAuthorizationList;
653
+ blobVersionedHashes?: undefined | undefined;
654
+ chainId: number;
655
+ type: "eip7702";
656
+ gasPrice?: undefined | undefined;
657
+ maxFeePerBlobGas?: undefined | undefined;
658
+ maxFeePerGas: bigint;
659
+ maxPriorityFeePerGas: bigint;
660
+ signature?: undefined;
661
+ calls?: undefined;
662
+ nonceKey?: undefined;
663
+ keyAuthorization?: undefined;
664
+ feePayerSignature?: undefined;
665
+ feeToken?: undefined;
666
+ validAfter?: undefined;
667
+ validBefore?: undefined;
668
+ } | {
669
+ from: import("abitype").Address;
670
+ gas: bigint;
671
+ nonce: number;
672
+ blockHash: `0x${string}` | null;
673
+ blockNumber: bigint | null;
674
+ hash: import("../../index.js").Hash;
675
+ transactionIndex: number | null;
676
+ typeHex: import("../../index.js").Hex | null;
677
+ r?: `0x${string}` | undefined;
678
+ s?: `0x${string}` | undefined;
679
+ v?: bigint | undefined;
680
+ yParity?: number | undefined;
681
+ accessList: import("../../index.js").AccessList;
682
+ authorizationList?: readonly {
683
+ address: import("ox/tempo/TempoAddress").Address;
684
+ chainId: number;
685
+ nonce: bigint;
686
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
687
+ }[] | undefined;
688
+ calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
689
+ chainId: number;
690
+ feeToken?: `0x${string}` | undefined;
691
+ feePayerSignature?: import("../../index.js").Signature | undefined;
692
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number, `0x${string}`> | null | undefined;
693
+ nonceKey?: bigint | undefined;
694
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
695
+ type: "tempo";
696
+ validBefore?: number | undefined;
697
+ validAfter?: number | undefined;
698
+ gasPrice?: undefined | undefined;
699
+ maxFeePerBlobGas?: undefined | undefined;
700
+ maxFeePerGas: bigint;
701
+ maxPriorityFeePerGas: bigint;
702
+ to?: undefined;
703
+ value?: undefined;
704
+ blobVersionedHashes?: undefined;
705
+ input?: undefined;
706
+ }) & {};
707
+ type: "transaction";
708
+ };
709
+ readonly transactionReceipt: {
710
+ exclude: [] | undefined;
711
+ format: (args: import("../Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
712
+ blobGasPrice?: bigint | undefined;
713
+ blobGasUsed?: bigint | undefined;
714
+ blockHash: import("../../index.js").Hash;
715
+ blockNumber: bigint;
716
+ blockTimestamp?: bigint | undefined;
717
+ contractAddress: import("abitype").Address | null | undefined;
718
+ cumulativeGasUsed: bigint;
719
+ effectiveGasPrice: bigint;
720
+ from: import("abitype").Address;
721
+ gasUsed: bigint;
722
+ logs: import("../../index.js").Log<bigint, number, false>[];
723
+ logsBloom: import("../../index.js").Hex;
724
+ root?: `0x${string}` | undefined;
725
+ status: "success" | "reverted";
726
+ to: import("abitype").Address | null;
727
+ transactionHash: import("../../index.js").Hash;
728
+ transactionIndex: number;
729
+ type: import("../Transaction.js").TransactionType;
730
+ feePayer?: `0x${string}` | undefined;
731
+ feeToken?: `0x${string}` | undefined;
732
+ } & {};
733
+ type: "transactionReceipt";
734
+ };
735
+ readonly transactionRequest: {
736
+ exclude: [] | undefined;
737
+ format: (args: import("../Transaction.js").TransactionRequest, action?: string | undefined) => ({
738
+ data?: `0x${string}` | undefined;
739
+ from?: `0x${string}` | undefined;
740
+ gas?: `0x${string}` | undefined;
741
+ nonce?: `0x${string}` | undefined;
742
+ to?: `0x${string}` | null | undefined;
743
+ type?: "0x0" | undefined;
744
+ value?: `0x${string}` | undefined;
745
+ gasPrice?: `0x${string}` | undefined;
746
+ maxFeePerBlobGas?: undefined | undefined;
747
+ maxFeePerGas?: undefined | undefined;
748
+ maxPriorityFeePerGas?: undefined | undefined;
749
+ blobs?: undefined;
750
+ blobVersionedHashes?: undefined;
751
+ kzg?: undefined;
752
+ accessList?: undefined;
753
+ sidecars?: undefined;
754
+ authorizationList?: undefined;
755
+ calls?: undefined;
756
+ nonceKey?: undefined;
757
+ keyAuthorization?: undefined;
758
+ feeToken?: undefined;
759
+ validAfter?: undefined;
760
+ validBefore?: undefined;
761
+ feePayer?: undefined;
762
+ } | {
763
+ data?: `0x${string}` | undefined;
764
+ from?: `0x${string}` | undefined;
765
+ gas?: `0x${string}` | undefined;
766
+ nonce?: `0x${string}` | undefined;
767
+ to?: `0x${string}` | null | undefined;
768
+ type?: "0x1" | undefined;
769
+ value?: `0x${string}` | undefined;
770
+ gasPrice?: `0x${string}` | undefined;
771
+ maxFeePerBlobGas?: undefined | undefined;
772
+ maxFeePerGas?: undefined | undefined;
773
+ maxPriorityFeePerGas?: undefined | undefined;
774
+ accessList?: import("../../index.js").AccessList | undefined;
775
+ blobs?: undefined;
776
+ blobVersionedHashes?: undefined;
777
+ kzg?: undefined;
778
+ sidecars?: undefined;
779
+ authorizationList?: undefined;
780
+ calls?: undefined;
781
+ nonceKey?: undefined;
782
+ keyAuthorization?: undefined;
783
+ feeToken?: undefined;
784
+ validAfter?: undefined;
785
+ validBefore?: undefined;
786
+ feePayer?: undefined;
787
+ } | {
788
+ data?: `0x${string}` | undefined;
789
+ from?: `0x${string}` | undefined;
790
+ gas?: `0x${string}` | undefined;
791
+ nonce?: `0x${string}` | undefined;
792
+ to?: `0x${string}` | null | undefined;
793
+ type?: "0x2" | undefined;
794
+ value?: `0x${string}` | undefined;
795
+ gasPrice?: undefined | undefined;
796
+ maxFeePerBlobGas?: undefined | undefined;
797
+ maxFeePerGas?: `0x${string}` | undefined;
798
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
799
+ accessList?: import("../../index.js").AccessList | undefined;
800
+ blobs?: undefined;
801
+ blobVersionedHashes?: undefined;
802
+ kzg?: undefined;
803
+ sidecars?: undefined;
804
+ authorizationList?: undefined;
805
+ calls?: undefined;
806
+ nonceKey?: undefined;
807
+ keyAuthorization?: undefined;
808
+ feeToken?: undefined;
809
+ validAfter?: undefined;
810
+ validBefore?: undefined;
811
+ feePayer?: undefined;
812
+ } | {
813
+ type?: "0x3" | undefined;
814
+ data?: `0x${string}` | undefined;
815
+ from?: `0x${string}` | undefined;
816
+ gas?: `0x${string}` | undefined;
817
+ nonce?: `0x${string}` | undefined;
818
+ value?: `0x${string}` | undefined;
819
+ to: `0x${string}` | null;
820
+ gasPrice?: undefined | undefined;
821
+ maxFeePerBlobGas?: `0x${string}` | undefined;
822
+ maxFeePerGas?: `0x${string}` | undefined;
823
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
824
+ accessList?: import("../../index.js").AccessList | undefined;
825
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
826
+ blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
827
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
828
+ kzg?: undefined;
829
+ authorizationList?: undefined;
830
+ calls?: undefined;
831
+ nonceKey?: undefined;
832
+ keyAuthorization?: undefined;
833
+ feeToken?: undefined;
834
+ validAfter?: undefined;
835
+ validBefore?: undefined;
836
+ feePayer?: undefined;
837
+ } | {
838
+ type?: "0x3" | undefined;
839
+ data?: `0x${string}` | undefined;
840
+ from?: `0x${string}` | undefined;
841
+ gas?: `0x${string}` | undefined;
842
+ nonce?: `0x${string}` | undefined;
843
+ value?: `0x${string}` | undefined;
844
+ to: `0x${string}` | null;
845
+ gasPrice?: undefined | undefined;
846
+ maxFeePerBlobGas?: `0x${string}` | undefined;
847
+ maxFeePerGas?: `0x${string}` | undefined;
848
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
849
+ accessList?: import("../../index.js").AccessList | undefined;
850
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
851
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
852
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
853
+ kzg?: import("../../index.js").Kzg | undefined;
854
+ authorizationList?: undefined;
855
+ calls?: undefined;
856
+ nonceKey?: undefined;
857
+ keyAuthorization?: undefined;
858
+ feeToken?: undefined;
859
+ validAfter?: undefined;
860
+ validBefore?: undefined;
861
+ feePayer?: undefined;
862
+ } | {
863
+ type?: "0x4" | undefined;
864
+ gasPrice?: undefined | undefined;
865
+ maxFeePerBlobGas?: undefined | undefined;
866
+ maxFeePerGas?: `0x${string}` | undefined;
867
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
868
+ to?: `0x${string}` | null | undefined;
869
+ data?: `0x${string}` | undefined;
870
+ from?: `0x${string}` | undefined;
871
+ gas?: `0x${string}` | undefined;
872
+ nonce?: `0x${string}` | undefined;
873
+ value?: `0x${string}` | undefined;
874
+ accessList?: import("../../index.js").AccessList | undefined;
875
+ authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
876
+ blobs?: undefined;
877
+ blobVersionedHashes?: undefined;
878
+ kzg?: undefined;
879
+ sidecars?: undefined;
880
+ calls?: undefined;
881
+ nonceKey?: undefined;
882
+ keyAuthorization?: undefined;
883
+ feeToken?: undefined;
884
+ validAfter?: undefined;
885
+ validBefore?: undefined;
886
+ feePayer?: undefined;
887
+ } | {
888
+ data?: `0x${string}` | undefined;
889
+ from?: `0x${string}` | undefined;
890
+ gas?: `0x${string}` | undefined;
891
+ nonce?: `0x${string}` | undefined;
892
+ to?: `0x${string}` | null | undefined;
893
+ type?: "0x76" | undefined;
894
+ value?: `0x${string}` | undefined;
895
+ gasPrice?: undefined | undefined;
896
+ maxFeePerBlobGas?: undefined | undefined;
897
+ maxFeePerGas?: `0x${string}` | undefined;
898
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
899
+ accessList?: import("../../index.js").AccessList | undefined;
900
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
901
+ calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
902
+ feePayer?: true | import("../../index.js").Account | undefined;
903
+ feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
904
+ nonceKey?: `0x${string}` | "expiring" | undefined;
905
+ validBefore?: `0x${string}` | undefined;
906
+ validAfter?: `0x${string}` | undefined;
907
+ blobs?: undefined;
908
+ blobVersionedHashes?: undefined;
909
+ kzg?: undefined;
910
+ sidecars?: undefined;
911
+ authorizationList?: undefined;
912
+ }) & {};
913
+ type: "transactionRequest";
914
+ };
915
+ };
916
+ readonly prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters, { phase }: {
917
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
918
+ }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
919
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
920
+ }];
921
+ readonly serializers: {
922
+ readonly transaction: import("../../index.js").SerializeTransactionFn;
923
+ };
924
+ readonly verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
925
+ }>, extended_1>;
926
+ };
927
+ export declare const zoneModerato: (id: number) => {
928
+ blockExplorers?: {
929
+ [key: string]: {
930
+ name: string;
931
+ url: string;
932
+ apiUrl?: string | undefined;
933
+ };
934
+ default: {
935
+ name: string;
936
+ url: string;
937
+ apiUrl?: string | undefined;
938
+ };
939
+ } | undefined | undefined;
940
+ blockTime: 1000;
941
+ contracts?: {
942
+ [x: string]: import("../../index.js").ChainContract | {
943
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
944
+ } | undefined;
945
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
946
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
947
+ multicall3?: import("../../index.js").ChainContract | undefined;
948
+ erc6492Verifier?: import("../../index.js").ChainContract | undefined;
949
+ } | undefined;
950
+ ensTlds?: readonly string[] | undefined;
951
+ id: number;
952
+ name: `Tempo Zone ${string}`;
953
+ nativeCurrency: {
954
+ readonly name: "USD";
955
+ readonly symbol: "USD";
956
+ readonly decimals: 6;
957
+ };
958
+ experimental_preconfirmationTime?: number | undefined | undefined;
959
+ rpcUrls: {
960
+ readonly default: {
961
+ readonly http: readonly [`https://rpc-zone-${string}.${string}`];
962
+ };
963
+ };
964
+ sourceId: number;
965
+ testnet?: boolean | undefined | undefined;
966
+ custom?: Record<string, unknown> | undefined;
967
+ extendSchema: {
968
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
969
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
970
+ };
971
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
972
+ formatters: {
973
+ readonly transaction: {
974
+ exclude: never[] | undefined;
975
+ format: (args: import("../Transaction.js").TransactionRpc, action?: string | undefined) => ({
976
+ r: import("../../index.js").Hex;
977
+ s: import("../../index.js").Hex;
978
+ v: bigint;
979
+ to: import("abitype").Address | null;
980
+ from: import("abitype").Address;
981
+ gas: bigint;
982
+ nonce: number;
983
+ value: bigint;
984
+ blockHash: `0x${string}` | null;
985
+ blockNumber: bigint | null;
986
+ hash: import("../../index.js").Hash;
987
+ input: import("../../index.js").Hex;
988
+ transactionIndex: number | null;
989
+ typeHex: import("../../index.js").Hex | null;
990
+ accessList?: undefined | undefined;
991
+ authorizationList?: undefined | undefined;
992
+ blobVersionedHashes?: undefined | undefined;
993
+ chainId?: number | undefined;
994
+ yParity?: undefined | undefined;
995
+ type: "legacy";
996
+ gasPrice: bigint;
997
+ maxFeePerBlobGas?: undefined | undefined;
998
+ maxFeePerGas?: undefined | undefined;
999
+ maxPriorityFeePerGas?: undefined | undefined;
1000
+ signature?: undefined;
1001
+ calls?: undefined;
1002
+ nonceKey?: undefined;
1003
+ keyAuthorization?: undefined;
1004
+ feePayerSignature?: undefined;
1005
+ feeToken?: undefined;
1006
+ validAfter?: undefined;
1007
+ validBefore?: undefined;
1008
+ } | {
1009
+ blockHash: `0x${string}` | null;
1010
+ blockNumber: bigint | null;
1011
+ from: import("abitype").Address;
1012
+ gas: bigint;
1013
+ hash: import("../../index.js").Hash;
1014
+ input: import("../../index.js").Hex;
1015
+ nonce: number;
1016
+ r: import("../../index.js").Hex;
1017
+ s: import("../../index.js").Hex;
1018
+ to: import("abitype").Address | null;
1019
+ transactionIndex: number | null;
1020
+ typeHex: import("../../index.js").Hex | null;
1021
+ v: bigint;
1022
+ value: bigint;
1023
+ yParity: number;
1024
+ accessList: import("../../index.js").AccessList;
1025
+ authorizationList?: undefined | undefined;
1026
+ blobVersionedHashes?: undefined | undefined;
1027
+ chainId: number;
1028
+ type: "eip2930";
1029
+ gasPrice: bigint;
1030
+ maxFeePerBlobGas?: undefined | undefined;
1031
+ maxFeePerGas?: undefined | undefined;
1032
+ maxPriorityFeePerGas?: undefined | undefined;
1033
+ signature?: undefined;
1034
+ calls?: undefined;
1035
+ nonceKey?: undefined;
1036
+ keyAuthorization?: undefined;
1037
+ feePayerSignature?: undefined;
1038
+ feeToken?: undefined;
1039
+ validAfter?: undefined;
1040
+ validBefore?: undefined;
1041
+ } | {
1042
+ blockHash: `0x${string}` | null;
1043
+ blockNumber: bigint | null;
1044
+ from: import("abitype").Address;
1045
+ gas: bigint;
1046
+ hash: import("../../index.js").Hash;
1047
+ input: import("../../index.js").Hex;
1048
+ nonce: number;
1049
+ r: import("../../index.js").Hex;
1050
+ s: import("../../index.js").Hex;
1051
+ to: import("abitype").Address | null;
1052
+ transactionIndex: number | null;
1053
+ typeHex: import("../../index.js").Hex | null;
1054
+ v: bigint;
1055
+ value: bigint;
1056
+ yParity: number;
1057
+ accessList: import("../../index.js").AccessList;
1058
+ authorizationList?: undefined | undefined;
1059
+ blobVersionedHashes?: undefined | undefined;
1060
+ chainId: number;
1061
+ type: "eip1559";
1062
+ gasPrice?: undefined | undefined;
1063
+ maxFeePerBlobGas?: undefined | undefined;
1064
+ maxFeePerGas: bigint;
1065
+ maxPriorityFeePerGas: bigint;
1066
+ signature?: undefined;
1067
+ calls?: undefined;
1068
+ nonceKey?: undefined;
1069
+ keyAuthorization?: undefined;
1070
+ feePayerSignature?: undefined;
1071
+ feeToken?: undefined;
1072
+ validAfter?: undefined;
1073
+ validBefore?: undefined;
1074
+ } | {
1075
+ blockHash: `0x${string}` | null;
1076
+ blockNumber: bigint | null;
1077
+ from: import("abitype").Address;
1078
+ gas: bigint;
1079
+ hash: import("../../index.js").Hash;
1080
+ input: import("../../index.js").Hex;
1081
+ nonce: number;
1082
+ r: import("../../index.js").Hex;
1083
+ s: import("../../index.js").Hex;
1084
+ to: import("abitype").Address | null;
1085
+ transactionIndex: number | null;
1086
+ typeHex: import("../../index.js").Hex | null;
1087
+ v: bigint;
1088
+ value: bigint;
1089
+ yParity: number;
1090
+ accessList: import("../../index.js").AccessList;
1091
+ authorizationList?: undefined | undefined;
1092
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1093
+ chainId: number;
1094
+ type: "eip4844";
1095
+ gasPrice?: undefined | undefined;
1096
+ maxFeePerBlobGas: bigint;
1097
+ maxFeePerGas: bigint;
1098
+ maxPriorityFeePerGas: bigint;
1099
+ signature?: undefined;
1100
+ calls?: undefined;
1101
+ nonceKey?: undefined;
1102
+ keyAuthorization?: undefined;
1103
+ feePayerSignature?: undefined;
1104
+ feeToken?: undefined;
1105
+ validAfter?: undefined;
1106
+ validBefore?: undefined;
1107
+ } | {
1108
+ blockHash: `0x${string}` | null;
1109
+ blockNumber: bigint | null;
1110
+ from: import("abitype").Address;
1111
+ gas: bigint;
1112
+ hash: import("../../index.js").Hash;
1113
+ input: import("../../index.js").Hex;
1114
+ nonce: number;
1115
+ r: import("../../index.js").Hex;
1116
+ s: import("../../index.js").Hex;
1117
+ to: import("abitype").Address | null;
1118
+ transactionIndex: number | null;
1119
+ typeHex: import("../../index.js").Hex | null;
1120
+ v: bigint;
1121
+ value: bigint;
1122
+ yParity: number;
1123
+ accessList: import("../../index.js").AccessList;
1124
+ authorizationList: import("../../index.js").SignedAuthorizationList;
1125
+ blobVersionedHashes?: undefined | undefined;
1126
+ chainId: number;
1127
+ type: "eip7702";
1128
+ gasPrice?: undefined | undefined;
1129
+ maxFeePerBlobGas?: undefined | undefined;
1130
+ maxFeePerGas: bigint;
1131
+ maxPriorityFeePerGas: bigint;
1132
+ signature?: undefined;
1133
+ calls?: undefined;
1134
+ nonceKey?: undefined;
1135
+ keyAuthorization?: undefined;
1136
+ feePayerSignature?: undefined;
1137
+ feeToken?: undefined;
1138
+ validAfter?: undefined;
1139
+ validBefore?: undefined;
1140
+ } | {
1141
+ from: import("abitype").Address;
1142
+ gas: bigint;
1143
+ nonce: number;
1144
+ blockHash: `0x${string}` | null;
1145
+ blockNumber: bigint | null;
1146
+ hash: import("../../index.js").Hash;
1147
+ transactionIndex: number | null;
1148
+ typeHex: import("../../index.js").Hex | null;
1149
+ r?: `0x${string}` | undefined;
1150
+ s?: `0x${string}` | undefined;
1151
+ v?: bigint | undefined;
1152
+ yParity?: number | undefined;
1153
+ accessList: import("../../index.js").AccessList;
1154
+ authorizationList?: readonly {
1155
+ address: import("ox/tempo/TempoAddress").Address;
1156
+ chainId: number;
1157
+ nonce: bigint;
1158
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
1159
+ }[] | undefined;
1160
+ calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
1161
+ chainId: number;
1162
+ feeToken?: `0x${string}` | undefined;
1163
+ feePayerSignature?: import("../../index.js").Signature | undefined;
1164
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number, `0x${string}`> | null | undefined;
1165
+ nonceKey?: bigint | undefined;
1166
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
1167
+ type: "tempo";
1168
+ validBefore?: number | undefined;
1169
+ validAfter?: number | undefined;
1170
+ gasPrice?: undefined | undefined;
1171
+ maxFeePerBlobGas?: undefined | undefined;
1172
+ maxFeePerGas: bigint;
1173
+ maxPriorityFeePerGas: bigint;
1174
+ to?: undefined;
1175
+ value?: undefined;
1176
+ blobVersionedHashes?: undefined;
1177
+ input?: undefined;
1178
+ }) & {};
1179
+ type: "transaction";
1180
+ };
1181
+ readonly transactionReceipt: {
1182
+ exclude: [] | undefined;
1183
+ format: (args: import("../Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
1184
+ blobGasPrice?: bigint | undefined;
1185
+ blobGasUsed?: bigint | undefined;
1186
+ blockHash: import("../../index.js").Hash;
1187
+ blockNumber: bigint;
1188
+ blockTimestamp?: bigint | undefined;
1189
+ contractAddress: import("abitype").Address | null | undefined;
1190
+ cumulativeGasUsed: bigint;
1191
+ effectiveGasPrice: bigint;
1192
+ from: import("abitype").Address;
1193
+ gasUsed: bigint;
1194
+ logs: import("../../index.js").Log<bigint, number, false>[];
1195
+ logsBloom: import("../../index.js").Hex;
1196
+ root?: `0x${string}` | undefined;
1197
+ status: "success" | "reverted";
1198
+ to: import("abitype").Address | null;
1199
+ transactionHash: import("../../index.js").Hash;
1200
+ transactionIndex: number;
1201
+ type: import("../Transaction.js").TransactionType;
1202
+ feePayer?: `0x${string}` | undefined;
1203
+ feeToken?: `0x${string}` | undefined;
1204
+ } & {};
1205
+ type: "transactionReceipt";
1206
+ };
1207
+ readonly transactionRequest: {
1208
+ exclude: [] | undefined;
1209
+ format: (args: import("../Transaction.js").TransactionRequest, action?: string | undefined) => ({
1210
+ data?: `0x${string}` | undefined;
1211
+ from?: `0x${string}` | undefined;
1212
+ gas?: `0x${string}` | undefined;
1213
+ nonce?: `0x${string}` | undefined;
1214
+ to?: `0x${string}` | null | undefined;
1215
+ type?: "0x0" | undefined;
1216
+ value?: `0x${string}` | undefined;
1217
+ gasPrice?: `0x${string}` | undefined;
1218
+ maxFeePerBlobGas?: undefined | undefined;
1219
+ maxFeePerGas?: undefined | undefined;
1220
+ maxPriorityFeePerGas?: undefined | undefined;
1221
+ blobs?: undefined;
1222
+ blobVersionedHashes?: undefined;
1223
+ kzg?: undefined;
1224
+ accessList?: undefined;
1225
+ sidecars?: undefined;
1226
+ authorizationList?: undefined;
1227
+ calls?: undefined;
1228
+ nonceKey?: undefined;
1229
+ keyAuthorization?: undefined;
1230
+ feeToken?: undefined;
1231
+ validAfter?: undefined;
1232
+ validBefore?: undefined;
1233
+ feePayer?: undefined;
1234
+ } | {
1235
+ data?: `0x${string}` | undefined;
1236
+ from?: `0x${string}` | undefined;
1237
+ gas?: `0x${string}` | undefined;
1238
+ nonce?: `0x${string}` | undefined;
1239
+ to?: `0x${string}` | null | undefined;
1240
+ type?: "0x1" | undefined;
1241
+ value?: `0x${string}` | undefined;
1242
+ gasPrice?: `0x${string}` | undefined;
1243
+ maxFeePerBlobGas?: undefined | undefined;
1244
+ maxFeePerGas?: undefined | undefined;
1245
+ maxPriorityFeePerGas?: undefined | undefined;
1246
+ accessList?: import("../../index.js").AccessList | undefined;
1247
+ blobs?: undefined;
1248
+ blobVersionedHashes?: undefined;
1249
+ kzg?: undefined;
1250
+ sidecars?: undefined;
1251
+ authorizationList?: undefined;
1252
+ calls?: undefined;
1253
+ nonceKey?: undefined;
1254
+ keyAuthorization?: undefined;
1255
+ feeToken?: undefined;
1256
+ validAfter?: undefined;
1257
+ validBefore?: undefined;
1258
+ feePayer?: undefined;
1259
+ } | {
1260
+ data?: `0x${string}` | undefined;
1261
+ from?: `0x${string}` | undefined;
1262
+ gas?: `0x${string}` | undefined;
1263
+ nonce?: `0x${string}` | undefined;
1264
+ to?: `0x${string}` | null | undefined;
1265
+ type?: "0x2" | undefined;
1266
+ value?: `0x${string}` | undefined;
1267
+ gasPrice?: undefined | undefined;
1268
+ maxFeePerBlobGas?: undefined | undefined;
1269
+ maxFeePerGas?: `0x${string}` | undefined;
1270
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1271
+ accessList?: import("../../index.js").AccessList | undefined;
1272
+ blobs?: undefined;
1273
+ blobVersionedHashes?: undefined;
1274
+ kzg?: undefined;
1275
+ sidecars?: undefined;
1276
+ authorizationList?: undefined;
1277
+ calls?: undefined;
1278
+ nonceKey?: undefined;
1279
+ keyAuthorization?: undefined;
1280
+ feeToken?: undefined;
1281
+ validAfter?: undefined;
1282
+ validBefore?: undefined;
1283
+ feePayer?: undefined;
1284
+ } | {
1285
+ type?: "0x3" | undefined;
1286
+ data?: `0x${string}` | undefined;
1287
+ from?: `0x${string}` | undefined;
1288
+ gas?: `0x${string}` | undefined;
1289
+ nonce?: `0x${string}` | undefined;
1290
+ value?: `0x${string}` | undefined;
1291
+ to: `0x${string}` | null;
1292
+ gasPrice?: undefined | undefined;
1293
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1294
+ maxFeePerGas?: `0x${string}` | undefined;
1295
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1296
+ accessList?: import("../../index.js").AccessList | undefined;
1297
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1298
+ blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
1299
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1300
+ kzg?: undefined;
1301
+ authorizationList?: undefined;
1302
+ calls?: undefined;
1303
+ nonceKey?: undefined;
1304
+ keyAuthorization?: undefined;
1305
+ feeToken?: undefined;
1306
+ validAfter?: undefined;
1307
+ validBefore?: undefined;
1308
+ feePayer?: undefined;
1309
+ } | {
1310
+ type?: "0x3" | undefined;
1311
+ data?: `0x${string}` | undefined;
1312
+ from?: `0x${string}` | undefined;
1313
+ gas?: `0x${string}` | undefined;
1314
+ nonce?: `0x${string}` | undefined;
1315
+ value?: `0x${string}` | undefined;
1316
+ to: `0x${string}` | null;
1317
+ gasPrice?: undefined | undefined;
1318
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1319
+ maxFeePerGas?: `0x${string}` | undefined;
1320
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1321
+ accessList?: import("../../index.js").AccessList | undefined;
1322
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1323
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1324
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1325
+ kzg?: import("../../index.js").Kzg | undefined;
1326
+ authorizationList?: undefined;
1327
+ calls?: undefined;
1328
+ nonceKey?: undefined;
1329
+ keyAuthorization?: undefined;
1330
+ feeToken?: undefined;
1331
+ validAfter?: undefined;
1332
+ validBefore?: undefined;
1333
+ feePayer?: undefined;
1334
+ } | {
1335
+ type?: "0x4" | undefined;
1336
+ gasPrice?: undefined | undefined;
1337
+ maxFeePerBlobGas?: undefined | undefined;
1338
+ maxFeePerGas?: `0x${string}` | undefined;
1339
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1340
+ to?: `0x${string}` | null | undefined;
1341
+ data?: `0x${string}` | undefined;
1342
+ from?: `0x${string}` | undefined;
1343
+ gas?: `0x${string}` | undefined;
1344
+ nonce?: `0x${string}` | undefined;
1345
+ value?: `0x${string}` | undefined;
1346
+ accessList?: import("../../index.js").AccessList | undefined;
1347
+ authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
1348
+ blobs?: undefined;
1349
+ blobVersionedHashes?: undefined;
1350
+ kzg?: undefined;
1351
+ sidecars?: undefined;
1352
+ calls?: undefined;
1353
+ nonceKey?: undefined;
1354
+ keyAuthorization?: undefined;
1355
+ feeToken?: undefined;
1356
+ validAfter?: undefined;
1357
+ validBefore?: undefined;
1358
+ feePayer?: undefined;
1359
+ } | {
1360
+ data?: `0x${string}` | undefined;
1361
+ from?: `0x${string}` | undefined;
1362
+ gas?: `0x${string}` | undefined;
1363
+ nonce?: `0x${string}` | undefined;
1364
+ to?: `0x${string}` | null | undefined;
1365
+ type?: "0x76" | undefined;
1366
+ value?: `0x${string}` | undefined;
1367
+ gasPrice?: undefined | undefined;
1368
+ maxFeePerBlobGas?: undefined | undefined;
1369
+ maxFeePerGas?: `0x${string}` | undefined;
1370
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1371
+ accessList?: import("../../index.js").AccessList | undefined;
1372
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
1373
+ calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
1374
+ feePayer?: true | import("../../index.js").Account | undefined;
1375
+ feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
1376
+ nonceKey?: `0x${string}` | "expiring" | undefined;
1377
+ validBefore?: `0x${string}` | undefined;
1378
+ validAfter?: `0x${string}` | undefined;
1379
+ blobs?: undefined;
1380
+ blobVersionedHashes?: undefined;
1381
+ kzg?: undefined;
1382
+ sidecars?: undefined;
1383
+ authorizationList?: undefined;
1384
+ }) & {};
1385
+ type: "transactionRequest";
1386
+ };
1387
+ };
1388
+ prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters, { phase }: {
1389
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1390
+ }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
1391
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
1392
+ }];
1393
+ serializers: {
1394
+ readonly transaction: import("../../index.js").SerializeTransactionFn;
1395
+ };
1396
+ verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
1397
+ extend: <const extended_1 extends {
1398
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
1399
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
1400
+ }>(extended: extended_1) => import("../../index.js").Assign<import("../../index.js").Assign<import("../../index.js").Chain<undefined>, {
1401
+ readonly id: number;
1402
+ readonly name: `Tempo Zone ${string}`;
1403
+ readonly nativeCurrency: {
1404
+ readonly name: "USD";
1405
+ readonly symbol: "USD";
1406
+ readonly decimals: 6;
1407
+ };
1408
+ readonly rpcUrls: {
1409
+ readonly default: {
1410
+ readonly http: readonly [`https://rpc-zone-${string}.${string}`];
1411
+ };
1412
+ };
1413
+ readonly sourceId: number;
1414
+ readonly blockTime: 1000;
1415
+ readonly extendSchema: {
1416
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
1417
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
1418
+ };
1419
+ readonly formatters: {
1420
+ readonly transaction: {
1421
+ exclude: never[] | undefined;
1422
+ format: (args: import("../Transaction.js").TransactionRpc, action?: string | undefined) => ({
1423
+ r: import("../../index.js").Hex;
1424
+ s: import("../../index.js").Hex;
1425
+ v: bigint;
1426
+ to: import("abitype").Address | null;
1427
+ from: import("abitype").Address;
1428
+ gas: bigint;
1429
+ nonce: number;
1430
+ value: bigint;
1431
+ blockHash: `0x${string}` | null;
1432
+ blockNumber: bigint | null;
1433
+ hash: import("../../index.js").Hash;
1434
+ input: import("../../index.js").Hex;
1435
+ transactionIndex: number | null;
1436
+ typeHex: import("../../index.js").Hex | null;
1437
+ accessList?: undefined | undefined;
1438
+ authorizationList?: undefined | undefined;
1439
+ blobVersionedHashes?: undefined | undefined;
1440
+ chainId?: number | undefined;
1441
+ yParity?: undefined | undefined;
1442
+ type: "legacy";
1443
+ gasPrice: bigint;
1444
+ maxFeePerBlobGas?: undefined | undefined;
1445
+ maxFeePerGas?: undefined | undefined;
1446
+ maxPriorityFeePerGas?: undefined | undefined;
1447
+ signature?: undefined;
1448
+ calls?: undefined;
1449
+ nonceKey?: undefined;
1450
+ keyAuthorization?: undefined;
1451
+ feePayerSignature?: undefined;
1452
+ feeToken?: undefined;
1453
+ validAfter?: undefined;
1454
+ validBefore?: undefined;
1455
+ } | {
1456
+ blockHash: `0x${string}` | null;
1457
+ blockNumber: bigint | null;
1458
+ from: import("abitype").Address;
1459
+ gas: bigint;
1460
+ hash: import("../../index.js").Hash;
1461
+ input: import("../../index.js").Hex;
1462
+ nonce: number;
1463
+ r: import("../../index.js").Hex;
1464
+ s: import("../../index.js").Hex;
1465
+ to: import("abitype").Address | null;
1466
+ transactionIndex: number | null;
1467
+ typeHex: import("../../index.js").Hex | null;
1468
+ v: bigint;
1469
+ value: bigint;
1470
+ yParity: number;
1471
+ accessList: import("../../index.js").AccessList;
1472
+ authorizationList?: undefined | undefined;
1473
+ blobVersionedHashes?: undefined | undefined;
1474
+ chainId: number;
1475
+ type: "eip2930";
1476
+ gasPrice: bigint;
1477
+ maxFeePerBlobGas?: undefined | undefined;
1478
+ maxFeePerGas?: undefined | undefined;
1479
+ maxPriorityFeePerGas?: undefined | undefined;
1480
+ signature?: undefined;
1481
+ calls?: undefined;
1482
+ nonceKey?: undefined;
1483
+ keyAuthorization?: undefined;
1484
+ feePayerSignature?: undefined;
1485
+ feeToken?: undefined;
1486
+ validAfter?: undefined;
1487
+ validBefore?: undefined;
1488
+ } | {
1489
+ blockHash: `0x${string}` | null;
1490
+ blockNumber: bigint | null;
1491
+ from: import("abitype").Address;
1492
+ gas: bigint;
1493
+ hash: import("../../index.js").Hash;
1494
+ input: import("../../index.js").Hex;
1495
+ nonce: number;
1496
+ r: import("../../index.js").Hex;
1497
+ s: import("../../index.js").Hex;
1498
+ to: import("abitype").Address | null;
1499
+ transactionIndex: number | null;
1500
+ typeHex: import("../../index.js").Hex | null;
1501
+ v: bigint;
1502
+ value: bigint;
1503
+ yParity: number;
1504
+ accessList: import("../../index.js").AccessList;
1505
+ authorizationList?: undefined | undefined;
1506
+ blobVersionedHashes?: undefined | undefined;
1507
+ chainId: number;
1508
+ type: "eip1559";
1509
+ gasPrice?: undefined | undefined;
1510
+ maxFeePerBlobGas?: undefined | undefined;
1511
+ maxFeePerGas: bigint;
1512
+ maxPriorityFeePerGas: bigint;
1513
+ signature?: undefined;
1514
+ calls?: undefined;
1515
+ nonceKey?: undefined;
1516
+ keyAuthorization?: undefined;
1517
+ feePayerSignature?: undefined;
1518
+ feeToken?: undefined;
1519
+ validAfter?: undefined;
1520
+ validBefore?: undefined;
1521
+ } | {
1522
+ blockHash: `0x${string}` | null;
1523
+ blockNumber: bigint | null;
1524
+ from: import("abitype").Address;
1525
+ gas: bigint;
1526
+ hash: import("../../index.js").Hash;
1527
+ input: import("../../index.js").Hex;
1528
+ nonce: number;
1529
+ r: import("../../index.js").Hex;
1530
+ s: import("../../index.js").Hex;
1531
+ to: import("abitype").Address | null;
1532
+ transactionIndex: number | null;
1533
+ typeHex: import("../../index.js").Hex | null;
1534
+ v: bigint;
1535
+ value: bigint;
1536
+ yParity: number;
1537
+ accessList: import("../../index.js").AccessList;
1538
+ authorizationList?: undefined | undefined;
1539
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1540
+ chainId: number;
1541
+ type: "eip4844";
1542
+ gasPrice?: undefined | undefined;
1543
+ maxFeePerBlobGas: bigint;
1544
+ maxFeePerGas: bigint;
1545
+ maxPriorityFeePerGas: bigint;
1546
+ signature?: undefined;
1547
+ calls?: undefined;
1548
+ nonceKey?: undefined;
1549
+ keyAuthorization?: undefined;
1550
+ feePayerSignature?: undefined;
1551
+ feeToken?: undefined;
1552
+ validAfter?: undefined;
1553
+ validBefore?: undefined;
1554
+ } | {
1555
+ blockHash: `0x${string}` | null;
1556
+ blockNumber: bigint | null;
1557
+ from: import("abitype").Address;
1558
+ gas: bigint;
1559
+ hash: import("../../index.js").Hash;
1560
+ input: import("../../index.js").Hex;
1561
+ nonce: number;
1562
+ r: import("../../index.js").Hex;
1563
+ s: import("../../index.js").Hex;
1564
+ to: import("abitype").Address | null;
1565
+ transactionIndex: number | null;
1566
+ typeHex: import("../../index.js").Hex | null;
1567
+ v: bigint;
1568
+ value: bigint;
1569
+ yParity: number;
1570
+ accessList: import("../../index.js").AccessList;
1571
+ authorizationList: import("../../index.js").SignedAuthorizationList;
1572
+ blobVersionedHashes?: undefined | undefined;
1573
+ chainId: number;
1574
+ type: "eip7702";
1575
+ gasPrice?: undefined | undefined;
1576
+ maxFeePerBlobGas?: undefined | undefined;
1577
+ maxFeePerGas: bigint;
1578
+ maxPriorityFeePerGas: bigint;
1579
+ signature?: undefined;
1580
+ calls?: undefined;
1581
+ nonceKey?: undefined;
1582
+ keyAuthorization?: undefined;
1583
+ feePayerSignature?: undefined;
1584
+ feeToken?: undefined;
1585
+ validAfter?: undefined;
1586
+ validBefore?: undefined;
1587
+ } | {
1588
+ from: import("abitype").Address;
1589
+ gas: bigint;
1590
+ nonce: number;
1591
+ blockHash: `0x${string}` | null;
1592
+ blockNumber: bigint | null;
1593
+ hash: import("../../index.js").Hash;
1594
+ transactionIndex: number | null;
1595
+ typeHex: import("../../index.js").Hex | null;
1596
+ r?: `0x${string}` | undefined;
1597
+ s?: `0x${string}` | undefined;
1598
+ v?: bigint | undefined;
1599
+ yParity?: number | undefined;
1600
+ accessList: import("../../index.js").AccessList;
1601
+ authorizationList?: readonly {
1602
+ address: import("ox/tempo/TempoAddress").Address;
1603
+ chainId: number;
1604
+ nonce: bigint;
1605
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
1606
+ }[] | undefined;
1607
+ calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
1608
+ chainId: number;
1609
+ feeToken?: `0x${string}` | undefined;
1610
+ feePayerSignature?: import("../../index.js").Signature | undefined;
1611
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number, `0x${string}`> | null | undefined;
1612
+ nonceKey?: bigint | undefined;
1613
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
1614
+ type: "tempo";
1615
+ validBefore?: number | undefined;
1616
+ validAfter?: number | undefined;
1617
+ gasPrice?: undefined | undefined;
1618
+ maxFeePerBlobGas?: undefined | undefined;
1619
+ maxFeePerGas: bigint;
1620
+ maxPriorityFeePerGas: bigint;
1621
+ to?: undefined;
1622
+ value?: undefined;
1623
+ blobVersionedHashes?: undefined;
1624
+ input?: undefined;
1625
+ }) & {};
1626
+ type: "transaction";
1627
+ };
1628
+ readonly transactionReceipt: {
1629
+ exclude: [] | undefined;
1630
+ format: (args: import("../Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
1631
+ blobGasPrice?: bigint | undefined;
1632
+ blobGasUsed?: bigint | undefined;
1633
+ blockHash: import("../../index.js").Hash;
1634
+ blockNumber: bigint;
1635
+ blockTimestamp?: bigint | undefined;
1636
+ contractAddress: import("abitype").Address | null | undefined;
1637
+ cumulativeGasUsed: bigint;
1638
+ effectiveGasPrice: bigint;
1639
+ from: import("abitype").Address;
1640
+ gasUsed: bigint;
1641
+ logs: import("../../index.js").Log<bigint, number, false>[];
1642
+ logsBloom: import("../../index.js").Hex;
1643
+ root?: `0x${string}` | undefined;
1644
+ status: "success" | "reverted";
1645
+ to: import("abitype").Address | null;
1646
+ transactionHash: import("../../index.js").Hash;
1647
+ transactionIndex: number;
1648
+ type: import("../Transaction.js").TransactionType;
1649
+ feePayer?: `0x${string}` | undefined;
1650
+ feeToken?: `0x${string}` | undefined;
1651
+ } & {};
1652
+ type: "transactionReceipt";
1653
+ };
1654
+ readonly transactionRequest: {
1655
+ exclude: [] | undefined;
1656
+ format: (args: import("../Transaction.js").TransactionRequest, action?: string | undefined) => ({
1657
+ data?: `0x${string}` | undefined;
1658
+ from?: `0x${string}` | undefined;
1659
+ gas?: `0x${string}` | undefined;
1660
+ nonce?: `0x${string}` | undefined;
1661
+ to?: `0x${string}` | null | undefined;
1662
+ type?: "0x0" | undefined;
1663
+ value?: `0x${string}` | undefined;
1664
+ gasPrice?: `0x${string}` | undefined;
1665
+ maxFeePerBlobGas?: undefined | undefined;
1666
+ maxFeePerGas?: undefined | undefined;
1667
+ maxPriorityFeePerGas?: undefined | undefined;
1668
+ blobs?: undefined;
1669
+ blobVersionedHashes?: undefined;
1670
+ kzg?: undefined;
1671
+ accessList?: undefined;
1672
+ sidecars?: undefined;
1673
+ authorizationList?: undefined;
1674
+ calls?: undefined;
1675
+ nonceKey?: undefined;
1676
+ keyAuthorization?: undefined;
1677
+ feeToken?: undefined;
1678
+ validAfter?: undefined;
1679
+ validBefore?: undefined;
1680
+ feePayer?: undefined;
1681
+ } | {
1682
+ data?: `0x${string}` | undefined;
1683
+ from?: `0x${string}` | undefined;
1684
+ gas?: `0x${string}` | undefined;
1685
+ nonce?: `0x${string}` | undefined;
1686
+ to?: `0x${string}` | null | undefined;
1687
+ type?: "0x1" | undefined;
1688
+ value?: `0x${string}` | undefined;
1689
+ gasPrice?: `0x${string}` | undefined;
1690
+ maxFeePerBlobGas?: undefined | undefined;
1691
+ maxFeePerGas?: undefined | undefined;
1692
+ maxPriorityFeePerGas?: undefined | undefined;
1693
+ accessList?: import("../../index.js").AccessList | undefined;
1694
+ blobs?: undefined;
1695
+ blobVersionedHashes?: undefined;
1696
+ kzg?: undefined;
1697
+ sidecars?: undefined;
1698
+ authorizationList?: undefined;
1699
+ calls?: undefined;
1700
+ nonceKey?: undefined;
1701
+ keyAuthorization?: undefined;
1702
+ feeToken?: undefined;
1703
+ validAfter?: undefined;
1704
+ validBefore?: undefined;
1705
+ feePayer?: undefined;
1706
+ } | {
1707
+ data?: `0x${string}` | undefined;
1708
+ from?: `0x${string}` | undefined;
1709
+ gas?: `0x${string}` | undefined;
1710
+ nonce?: `0x${string}` | undefined;
1711
+ to?: `0x${string}` | null | undefined;
1712
+ type?: "0x2" | undefined;
1713
+ value?: `0x${string}` | undefined;
1714
+ gasPrice?: undefined | undefined;
1715
+ maxFeePerBlobGas?: undefined | undefined;
1716
+ maxFeePerGas?: `0x${string}` | undefined;
1717
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1718
+ accessList?: import("../../index.js").AccessList | undefined;
1719
+ blobs?: undefined;
1720
+ blobVersionedHashes?: undefined;
1721
+ kzg?: undefined;
1722
+ sidecars?: undefined;
1723
+ authorizationList?: undefined;
1724
+ calls?: undefined;
1725
+ nonceKey?: undefined;
1726
+ keyAuthorization?: undefined;
1727
+ feeToken?: undefined;
1728
+ validAfter?: undefined;
1729
+ validBefore?: undefined;
1730
+ feePayer?: undefined;
1731
+ } | {
1732
+ type?: "0x3" | undefined;
1733
+ data?: `0x${string}` | undefined;
1734
+ from?: `0x${string}` | undefined;
1735
+ gas?: `0x${string}` | undefined;
1736
+ nonce?: `0x${string}` | undefined;
1737
+ value?: `0x${string}` | undefined;
1738
+ to: `0x${string}` | null;
1739
+ gasPrice?: undefined | undefined;
1740
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1741
+ maxFeePerGas?: `0x${string}` | undefined;
1742
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1743
+ accessList?: import("../../index.js").AccessList | undefined;
1744
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1745
+ blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
1746
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1747
+ kzg?: undefined;
1748
+ authorizationList?: undefined;
1749
+ calls?: undefined;
1750
+ nonceKey?: undefined;
1751
+ keyAuthorization?: undefined;
1752
+ feeToken?: undefined;
1753
+ validAfter?: undefined;
1754
+ validBefore?: undefined;
1755
+ feePayer?: undefined;
1756
+ } | {
1757
+ type?: "0x3" | undefined;
1758
+ data?: `0x${string}` | undefined;
1759
+ from?: `0x${string}` | undefined;
1760
+ gas?: `0x${string}` | undefined;
1761
+ nonce?: `0x${string}` | undefined;
1762
+ value?: `0x${string}` | undefined;
1763
+ to: `0x${string}` | null;
1764
+ gasPrice?: undefined | undefined;
1765
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1766
+ maxFeePerGas?: `0x${string}` | undefined;
1767
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1768
+ accessList?: import("../../index.js").AccessList | undefined;
1769
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1770
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1771
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1772
+ kzg?: import("../../index.js").Kzg | undefined;
1773
+ authorizationList?: undefined;
1774
+ calls?: undefined;
1775
+ nonceKey?: undefined;
1776
+ keyAuthorization?: undefined;
1777
+ feeToken?: undefined;
1778
+ validAfter?: undefined;
1779
+ validBefore?: undefined;
1780
+ feePayer?: undefined;
1781
+ } | {
1782
+ type?: "0x4" | undefined;
1783
+ gasPrice?: undefined | undefined;
1784
+ maxFeePerBlobGas?: undefined | undefined;
1785
+ maxFeePerGas?: `0x${string}` | undefined;
1786
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1787
+ to?: `0x${string}` | null | undefined;
1788
+ data?: `0x${string}` | undefined;
1789
+ from?: `0x${string}` | undefined;
1790
+ gas?: `0x${string}` | undefined;
1791
+ nonce?: `0x${string}` | undefined;
1792
+ value?: `0x${string}` | undefined;
1793
+ accessList?: import("../../index.js").AccessList | undefined;
1794
+ authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
1795
+ blobs?: undefined;
1796
+ blobVersionedHashes?: undefined;
1797
+ kzg?: undefined;
1798
+ sidecars?: undefined;
1799
+ calls?: undefined;
1800
+ nonceKey?: undefined;
1801
+ keyAuthorization?: undefined;
1802
+ feeToken?: undefined;
1803
+ validAfter?: undefined;
1804
+ validBefore?: undefined;
1805
+ feePayer?: undefined;
1806
+ } | {
1807
+ data?: `0x${string}` | undefined;
1808
+ from?: `0x${string}` | undefined;
1809
+ gas?: `0x${string}` | undefined;
1810
+ nonce?: `0x${string}` | undefined;
1811
+ to?: `0x${string}` | null | undefined;
1812
+ type?: "0x76" | undefined;
1813
+ value?: `0x${string}` | undefined;
1814
+ gasPrice?: undefined | undefined;
1815
+ maxFeePerBlobGas?: undefined | undefined;
1816
+ maxFeePerGas?: `0x${string}` | undefined;
1817
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1818
+ accessList?: import("../../index.js").AccessList | undefined;
1819
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
1820
+ calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
1821
+ feePayer?: true | import("../../index.js").Account | undefined;
1822
+ feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
1823
+ nonceKey?: `0x${string}` | "expiring" | undefined;
1824
+ validBefore?: `0x${string}` | undefined;
1825
+ validAfter?: `0x${string}` | undefined;
1826
+ blobs?: undefined;
1827
+ blobVersionedHashes?: undefined;
1828
+ kzg?: undefined;
1829
+ sidecars?: undefined;
1830
+ authorizationList?: undefined;
1831
+ }) & {};
1832
+ type: "transactionRequest";
1833
+ };
1834
+ };
1835
+ readonly prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters, { phase }: {
1836
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1837
+ }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
1838
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
1839
+ }];
1840
+ readonly serializers: {
1841
+ readonly transaction: import("../../index.js").SerializeTransactionFn;
1842
+ };
1843
+ readonly verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
1844
+ }>, extended_1>;
1845
+ };
1846
+ /** Creates a zone chain factory for a given Tempo network. */
1847
+ export declare function from(options: from.Options): (id: number) => {
1848
+ blockExplorers?: {
1849
+ [key: string]: {
1850
+ name: string;
1851
+ url: string;
1852
+ apiUrl?: string | undefined;
1853
+ };
1854
+ default: {
1855
+ name: string;
1856
+ url: string;
1857
+ apiUrl?: string | undefined;
1858
+ };
1859
+ } | undefined | undefined;
1860
+ blockTime: 1000;
1861
+ contracts?: {
1862
+ [x: string]: import("../../index.js").ChainContract | {
1863
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
1864
+ } | undefined;
1865
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
1866
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
1867
+ multicall3?: import("../../index.js").ChainContract | undefined;
1868
+ erc6492Verifier?: import("../../index.js").ChainContract | undefined;
1869
+ } | undefined;
1870
+ ensTlds?: readonly string[] | undefined;
1871
+ id: number;
1872
+ name: `Tempo Zone ${string}`;
1873
+ nativeCurrency: {
1874
+ readonly name: "USD";
1875
+ readonly symbol: "USD";
1876
+ readonly decimals: 6;
1877
+ };
1878
+ experimental_preconfirmationTime?: number | undefined | undefined;
1879
+ rpcUrls: {
1880
+ readonly default: {
1881
+ readonly http: readonly [`https://rpc-zone-${string}.${string}`];
1882
+ };
1883
+ };
1884
+ sourceId: number;
1885
+ testnet?: boolean | undefined | undefined;
1886
+ custom?: Record<string, unknown> | undefined;
1887
+ extendSchema: {
1888
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
1889
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
1890
+ };
1891
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
1892
+ formatters: {
1893
+ readonly transaction: {
1894
+ exclude: never[] | undefined;
1895
+ format: (args: import("../Transaction.js").TransactionRpc, action?: string | undefined) => ({
1896
+ r: import("../../index.js").Hex;
1897
+ s: import("../../index.js").Hex;
1898
+ v: bigint;
1899
+ to: import("abitype").Address | null;
1900
+ from: import("abitype").Address;
1901
+ gas: bigint;
1902
+ nonce: number;
1903
+ value: bigint;
1904
+ blockHash: `0x${string}` | null;
1905
+ blockNumber: bigint | null;
1906
+ hash: import("../../index.js").Hash;
1907
+ input: import("../../index.js").Hex;
1908
+ transactionIndex: number | null;
1909
+ typeHex: import("../../index.js").Hex | null;
1910
+ accessList?: undefined | undefined;
1911
+ authorizationList?: undefined | undefined;
1912
+ blobVersionedHashes?: undefined | undefined;
1913
+ chainId?: number | undefined;
1914
+ yParity?: undefined | undefined;
1915
+ type: "legacy";
1916
+ gasPrice: bigint;
1917
+ maxFeePerBlobGas?: undefined | undefined;
1918
+ maxFeePerGas?: undefined | undefined;
1919
+ maxPriorityFeePerGas?: undefined | undefined;
1920
+ signature?: undefined;
1921
+ calls?: undefined;
1922
+ nonceKey?: undefined;
1923
+ keyAuthorization?: undefined;
1924
+ feePayerSignature?: undefined;
1925
+ feeToken?: undefined;
1926
+ validAfter?: undefined;
1927
+ validBefore?: undefined;
1928
+ } | {
1929
+ blockHash: `0x${string}` | null;
1930
+ blockNumber: bigint | null;
1931
+ from: import("abitype").Address;
1932
+ gas: bigint;
1933
+ hash: import("../../index.js").Hash;
1934
+ input: import("../../index.js").Hex;
1935
+ nonce: number;
1936
+ r: import("../../index.js").Hex;
1937
+ s: import("../../index.js").Hex;
1938
+ to: import("abitype").Address | null;
1939
+ transactionIndex: number | null;
1940
+ typeHex: import("../../index.js").Hex | null;
1941
+ v: bigint;
1942
+ value: bigint;
1943
+ yParity: number;
1944
+ accessList: import("../../index.js").AccessList;
1945
+ authorizationList?: undefined | undefined;
1946
+ blobVersionedHashes?: undefined | undefined;
1947
+ chainId: number;
1948
+ type: "eip2930";
1949
+ gasPrice: bigint;
1950
+ maxFeePerBlobGas?: undefined | undefined;
1951
+ maxFeePerGas?: undefined | undefined;
1952
+ maxPriorityFeePerGas?: undefined | undefined;
1953
+ signature?: undefined;
1954
+ calls?: undefined;
1955
+ nonceKey?: undefined;
1956
+ keyAuthorization?: undefined;
1957
+ feePayerSignature?: undefined;
1958
+ feeToken?: undefined;
1959
+ validAfter?: undefined;
1960
+ validBefore?: undefined;
1961
+ } | {
1962
+ blockHash: `0x${string}` | null;
1963
+ blockNumber: bigint | null;
1964
+ from: import("abitype").Address;
1965
+ gas: bigint;
1966
+ hash: import("../../index.js").Hash;
1967
+ input: import("../../index.js").Hex;
1968
+ nonce: number;
1969
+ r: import("../../index.js").Hex;
1970
+ s: import("../../index.js").Hex;
1971
+ to: import("abitype").Address | null;
1972
+ transactionIndex: number | null;
1973
+ typeHex: import("../../index.js").Hex | null;
1974
+ v: bigint;
1975
+ value: bigint;
1976
+ yParity: number;
1977
+ accessList: import("../../index.js").AccessList;
1978
+ authorizationList?: undefined | undefined;
1979
+ blobVersionedHashes?: undefined | undefined;
1980
+ chainId: number;
1981
+ type: "eip1559";
1982
+ gasPrice?: undefined | undefined;
1983
+ maxFeePerBlobGas?: undefined | undefined;
1984
+ maxFeePerGas: bigint;
1985
+ maxPriorityFeePerGas: bigint;
1986
+ signature?: undefined;
1987
+ calls?: undefined;
1988
+ nonceKey?: undefined;
1989
+ keyAuthorization?: undefined;
1990
+ feePayerSignature?: undefined;
1991
+ feeToken?: undefined;
1992
+ validAfter?: undefined;
1993
+ validBefore?: undefined;
1994
+ } | {
1995
+ blockHash: `0x${string}` | null;
1996
+ blockNumber: bigint | null;
1997
+ from: import("abitype").Address;
1998
+ gas: bigint;
1999
+ hash: import("../../index.js").Hash;
2000
+ input: import("../../index.js").Hex;
2001
+ nonce: number;
2002
+ r: import("../../index.js").Hex;
2003
+ s: import("../../index.js").Hex;
2004
+ to: import("abitype").Address | null;
2005
+ transactionIndex: number | null;
2006
+ typeHex: import("../../index.js").Hex | null;
2007
+ v: bigint;
2008
+ value: bigint;
2009
+ yParity: number;
2010
+ accessList: import("../../index.js").AccessList;
2011
+ authorizationList?: undefined | undefined;
2012
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
2013
+ chainId: number;
2014
+ type: "eip4844";
2015
+ gasPrice?: undefined | undefined;
2016
+ maxFeePerBlobGas: bigint;
2017
+ maxFeePerGas: bigint;
2018
+ maxPriorityFeePerGas: bigint;
2019
+ signature?: undefined;
2020
+ calls?: undefined;
2021
+ nonceKey?: undefined;
2022
+ keyAuthorization?: undefined;
2023
+ feePayerSignature?: undefined;
2024
+ feeToken?: undefined;
2025
+ validAfter?: undefined;
2026
+ validBefore?: undefined;
2027
+ } | {
2028
+ blockHash: `0x${string}` | null;
2029
+ blockNumber: bigint | null;
2030
+ from: import("abitype").Address;
2031
+ gas: bigint;
2032
+ hash: import("../../index.js").Hash;
2033
+ input: import("../../index.js").Hex;
2034
+ nonce: number;
2035
+ r: import("../../index.js").Hex;
2036
+ s: import("../../index.js").Hex;
2037
+ to: import("abitype").Address | null;
2038
+ transactionIndex: number | null;
2039
+ typeHex: import("../../index.js").Hex | null;
2040
+ v: bigint;
2041
+ value: bigint;
2042
+ yParity: number;
2043
+ accessList: import("../../index.js").AccessList;
2044
+ authorizationList: import("../../index.js").SignedAuthorizationList;
2045
+ blobVersionedHashes?: undefined | undefined;
2046
+ chainId: number;
2047
+ type: "eip7702";
2048
+ gasPrice?: undefined | undefined;
2049
+ maxFeePerBlobGas?: undefined | undefined;
2050
+ maxFeePerGas: bigint;
2051
+ maxPriorityFeePerGas: bigint;
2052
+ signature?: undefined;
2053
+ calls?: undefined;
2054
+ nonceKey?: undefined;
2055
+ keyAuthorization?: undefined;
2056
+ feePayerSignature?: undefined;
2057
+ feeToken?: undefined;
2058
+ validAfter?: undefined;
2059
+ validBefore?: undefined;
2060
+ } | {
2061
+ from: import("abitype").Address;
2062
+ gas: bigint;
2063
+ nonce: number;
2064
+ blockHash: `0x${string}` | null;
2065
+ blockNumber: bigint | null;
2066
+ hash: import("../../index.js").Hash;
2067
+ transactionIndex: number | null;
2068
+ typeHex: import("../../index.js").Hex | null;
2069
+ r?: `0x${string}` | undefined;
2070
+ s?: `0x${string}` | undefined;
2071
+ v?: bigint | undefined;
2072
+ yParity?: number | undefined;
2073
+ accessList: import("../../index.js").AccessList;
2074
+ authorizationList?: readonly {
2075
+ address: import("ox/tempo/TempoAddress").Address;
2076
+ chainId: number;
2077
+ nonce: bigint;
2078
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
2079
+ }[] | undefined;
2080
+ calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
2081
+ chainId: number;
2082
+ feeToken?: `0x${string}` | undefined;
2083
+ feePayerSignature?: import("../../index.js").Signature | undefined;
2084
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number, `0x${string}`> | null | undefined;
2085
+ nonceKey?: bigint | undefined;
2086
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
2087
+ type: "tempo";
2088
+ validBefore?: number | undefined;
2089
+ validAfter?: number | undefined;
2090
+ gasPrice?: undefined | undefined;
2091
+ maxFeePerBlobGas?: undefined | undefined;
2092
+ maxFeePerGas: bigint;
2093
+ maxPriorityFeePerGas: bigint;
2094
+ to?: undefined;
2095
+ value?: undefined;
2096
+ blobVersionedHashes?: undefined;
2097
+ input?: undefined;
2098
+ }) & {};
2099
+ type: "transaction";
2100
+ };
2101
+ readonly transactionReceipt: {
2102
+ exclude: [] | undefined;
2103
+ format: (args: import("../Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
2104
+ blobGasPrice?: bigint | undefined;
2105
+ blobGasUsed?: bigint | undefined;
2106
+ blockHash: import("../../index.js").Hash;
2107
+ blockNumber: bigint;
2108
+ blockTimestamp?: bigint | undefined;
2109
+ contractAddress: import("abitype").Address | null | undefined;
2110
+ cumulativeGasUsed: bigint;
2111
+ effectiveGasPrice: bigint;
2112
+ from: import("abitype").Address;
2113
+ gasUsed: bigint;
2114
+ logs: import("../../index.js").Log<bigint, number, false>[];
2115
+ logsBloom: import("../../index.js").Hex;
2116
+ root?: `0x${string}` | undefined;
2117
+ status: "success" | "reverted";
2118
+ to: import("abitype").Address | null;
2119
+ transactionHash: import("../../index.js").Hash;
2120
+ transactionIndex: number;
2121
+ type: import("../Transaction.js").TransactionType;
2122
+ feePayer?: `0x${string}` | undefined;
2123
+ feeToken?: `0x${string}` | undefined;
2124
+ } & {};
2125
+ type: "transactionReceipt";
2126
+ };
2127
+ readonly transactionRequest: {
2128
+ exclude: [] | undefined;
2129
+ format: (args: import("../Transaction.js").TransactionRequest, action?: string | undefined) => ({
2130
+ data?: `0x${string}` | undefined;
2131
+ from?: `0x${string}` | undefined;
2132
+ gas?: `0x${string}` | undefined;
2133
+ nonce?: `0x${string}` | undefined;
2134
+ to?: `0x${string}` | null | undefined;
2135
+ type?: "0x0" | undefined;
2136
+ value?: `0x${string}` | undefined;
2137
+ gasPrice?: `0x${string}` | undefined;
2138
+ maxFeePerBlobGas?: undefined | undefined;
2139
+ maxFeePerGas?: undefined | undefined;
2140
+ maxPriorityFeePerGas?: undefined | undefined;
2141
+ blobs?: undefined;
2142
+ blobVersionedHashes?: undefined;
2143
+ kzg?: undefined;
2144
+ accessList?: undefined;
2145
+ sidecars?: undefined;
2146
+ authorizationList?: undefined;
2147
+ calls?: undefined;
2148
+ nonceKey?: undefined;
2149
+ keyAuthorization?: undefined;
2150
+ feeToken?: undefined;
2151
+ validAfter?: undefined;
2152
+ validBefore?: undefined;
2153
+ feePayer?: undefined;
2154
+ } | {
2155
+ data?: `0x${string}` | undefined;
2156
+ from?: `0x${string}` | undefined;
2157
+ gas?: `0x${string}` | undefined;
2158
+ nonce?: `0x${string}` | undefined;
2159
+ to?: `0x${string}` | null | undefined;
2160
+ type?: "0x1" | undefined;
2161
+ value?: `0x${string}` | undefined;
2162
+ gasPrice?: `0x${string}` | undefined;
2163
+ maxFeePerBlobGas?: undefined | undefined;
2164
+ maxFeePerGas?: undefined | undefined;
2165
+ maxPriorityFeePerGas?: undefined | undefined;
2166
+ accessList?: import("../../index.js").AccessList | undefined;
2167
+ blobs?: undefined;
2168
+ blobVersionedHashes?: undefined;
2169
+ kzg?: undefined;
2170
+ sidecars?: undefined;
2171
+ authorizationList?: undefined;
2172
+ calls?: undefined;
2173
+ nonceKey?: undefined;
2174
+ keyAuthorization?: undefined;
2175
+ feeToken?: undefined;
2176
+ validAfter?: undefined;
2177
+ validBefore?: undefined;
2178
+ feePayer?: undefined;
2179
+ } | {
2180
+ data?: `0x${string}` | undefined;
2181
+ from?: `0x${string}` | undefined;
2182
+ gas?: `0x${string}` | undefined;
2183
+ nonce?: `0x${string}` | undefined;
2184
+ to?: `0x${string}` | null | undefined;
2185
+ type?: "0x2" | undefined;
2186
+ value?: `0x${string}` | undefined;
2187
+ gasPrice?: undefined | undefined;
2188
+ maxFeePerBlobGas?: undefined | undefined;
2189
+ maxFeePerGas?: `0x${string}` | undefined;
2190
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2191
+ accessList?: import("../../index.js").AccessList | undefined;
2192
+ blobs?: undefined;
2193
+ blobVersionedHashes?: undefined;
2194
+ kzg?: undefined;
2195
+ sidecars?: undefined;
2196
+ authorizationList?: undefined;
2197
+ calls?: undefined;
2198
+ nonceKey?: undefined;
2199
+ keyAuthorization?: undefined;
2200
+ feeToken?: undefined;
2201
+ validAfter?: undefined;
2202
+ validBefore?: undefined;
2203
+ feePayer?: undefined;
2204
+ } | {
2205
+ type?: "0x3" | undefined;
2206
+ data?: `0x${string}` | undefined;
2207
+ from?: `0x${string}` | undefined;
2208
+ gas?: `0x${string}` | undefined;
2209
+ nonce?: `0x${string}` | undefined;
2210
+ value?: `0x${string}` | undefined;
2211
+ to: `0x${string}` | null;
2212
+ gasPrice?: undefined | undefined;
2213
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2214
+ maxFeePerGas?: `0x${string}` | undefined;
2215
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2216
+ accessList?: import("../../index.js").AccessList | undefined;
2217
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2218
+ blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
2219
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
2220
+ kzg?: undefined;
2221
+ authorizationList?: undefined;
2222
+ calls?: undefined;
2223
+ nonceKey?: undefined;
2224
+ keyAuthorization?: undefined;
2225
+ feeToken?: undefined;
2226
+ validAfter?: undefined;
2227
+ validBefore?: undefined;
2228
+ feePayer?: undefined;
2229
+ } | {
2230
+ type?: "0x3" | undefined;
2231
+ data?: `0x${string}` | undefined;
2232
+ from?: `0x${string}` | undefined;
2233
+ gas?: `0x${string}` | undefined;
2234
+ nonce?: `0x${string}` | undefined;
2235
+ value?: `0x${string}` | undefined;
2236
+ to: `0x${string}` | null;
2237
+ gasPrice?: undefined | undefined;
2238
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2239
+ maxFeePerGas?: `0x${string}` | undefined;
2240
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2241
+ accessList?: import("../../index.js").AccessList | undefined;
2242
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2243
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
2244
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2245
+ kzg?: import("../../index.js").Kzg | undefined;
2246
+ authorizationList?: undefined;
2247
+ calls?: undefined;
2248
+ nonceKey?: undefined;
2249
+ keyAuthorization?: undefined;
2250
+ feeToken?: undefined;
2251
+ validAfter?: undefined;
2252
+ validBefore?: undefined;
2253
+ feePayer?: undefined;
2254
+ } | {
2255
+ type?: "0x4" | undefined;
2256
+ gasPrice?: undefined | undefined;
2257
+ maxFeePerBlobGas?: undefined | undefined;
2258
+ maxFeePerGas?: `0x${string}` | undefined;
2259
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2260
+ to?: `0x${string}` | null | undefined;
2261
+ data?: `0x${string}` | undefined;
2262
+ from?: `0x${string}` | undefined;
2263
+ gas?: `0x${string}` | undefined;
2264
+ nonce?: `0x${string}` | undefined;
2265
+ value?: `0x${string}` | undefined;
2266
+ accessList?: import("../../index.js").AccessList | undefined;
2267
+ authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
2268
+ blobs?: undefined;
2269
+ blobVersionedHashes?: undefined;
2270
+ kzg?: undefined;
2271
+ sidecars?: undefined;
2272
+ calls?: undefined;
2273
+ nonceKey?: undefined;
2274
+ keyAuthorization?: undefined;
2275
+ feeToken?: undefined;
2276
+ validAfter?: undefined;
2277
+ validBefore?: undefined;
2278
+ feePayer?: undefined;
2279
+ } | {
2280
+ data?: `0x${string}` | undefined;
2281
+ from?: `0x${string}` | undefined;
2282
+ gas?: `0x${string}` | undefined;
2283
+ nonce?: `0x${string}` | undefined;
2284
+ to?: `0x${string}` | null | undefined;
2285
+ type?: "0x76" | undefined;
2286
+ value?: `0x${string}` | undefined;
2287
+ gasPrice?: undefined | undefined;
2288
+ maxFeePerBlobGas?: undefined | undefined;
2289
+ maxFeePerGas?: `0x${string}` | undefined;
2290
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2291
+ accessList?: import("../../index.js").AccessList | undefined;
2292
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
2293
+ calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
2294
+ feePayer?: true | import("../../index.js").Account | undefined;
2295
+ feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
2296
+ nonceKey?: `0x${string}` | "expiring" | undefined;
2297
+ validBefore?: `0x${string}` | undefined;
2298
+ validAfter?: `0x${string}` | undefined;
2299
+ blobs?: undefined;
2300
+ blobVersionedHashes?: undefined;
2301
+ kzg?: undefined;
2302
+ sidecars?: undefined;
2303
+ authorizationList?: undefined;
2304
+ }) & {};
2305
+ type: "transactionRequest";
2306
+ };
2307
+ };
2308
+ prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters, { phase }: {
2309
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2310
+ }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
2311
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
2312
+ }];
2313
+ serializers: {
2314
+ readonly transaction: import("../../index.js").SerializeTransactionFn;
2315
+ };
2316
+ verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
2317
+ extend: <const extended_1 extends {
2318
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
2319
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
2320
+ }>(extended: extended_1) => import("../../index.js").Assign<import("../../index.js").Assign<import("../../index.js").Chain<undefined>, {
2321
+ readonly id: number;
2322
+ readonly name: `Tempo Zone ${string}`;
2323
+ readonly nativeCurrency: {
2324
+ readonly name: "USD";
2325
+ readonly symbol: "USD";
2326
+ readonly decimals: 6;
2327
+ };
2328
+ readonly rpcUrls: {
2329
+ readonly default: {
2330
+ readonly http: readonly [`https://rpc-zone-${string}.${string}`];
2331
+ };
2332
+ };
2333
+ readonly sourceId: number;
2334
+ readonly blockTime: 1000;
2335
+ readonly extendSchema: {
2336
+ feeToken?: import("ox/tempo/TokenId").TokenIdOrAddress | undefined;
2337
+ hardfork?: import("../Hardfork.js").Hardfork | undefined;
2338
+ };
2339
+ readonly formatters: {
2340
+ readonly transaction: {
2341
+ exclude: never[] | undefined;
2342
+ format: (args: import("../Transaction.js").TransactionRpc, action?: string | undefined) => ({
2343
+ r: import("../../index.js").Hex;
2344
+ s: import("../../index.js").Hex;
2345
+ v: bigint;
2346
+ to: import("abitype").Address | null;
2347
+ from: import("abitype").Address;
2348
+ gas: bigint;
2349
+ nonce: number;
2350
+ value: bigint;
2351
+ blockHash: `0x${string}` | null;
2352
+ blockNumber: bigint | null;
2353
+ hash: import("../../index.js").Hash;
2354
+ input: import("../../index.js").Hex;
2355
+ transactionIndex: number | null;
2356
+ typeHex: import("../../index.js").Hex | null;
2357
+ accessList?: undefined | undefined;
2358
+ authorizationList?: undefined | undefined;
2359
+ blobVersionedHashes?: undefined | undefined;
2360
+ chainId?: number | undefined;
2361
+ yParity?: undefined | undefined;
2362
+ type: "legacy";
2363
+ gasPrice: bigint;
2364
+ maxFeePerBlobGas?: undefined | undefined;
2365
+ maxFeePerGas?: undefined | undefined;
2366
+ maxPriorityFeePerGas?: undefined | undefined;
2367
+ signature?: undefined;
2368
+ calls?: undefined;
2369
+ nonceKey?: undefined;
2370
+ keyAuthorization?: undefined;
2371
+ feePayerSignature?: undefined;
2372
+ feeToken?: undefined;
2373
+ validAfter?: undefined;
2374
+ validBefore?: undefined;
2375
+ } | {
2376
+ blockHash: `0x${string}` | null;
2377
+ blockNumber: bigint | null;
2378
+ from: import("abitype").Address;
2379
+ gas: bigint;
2380
+ hash: import("../../index.js").Hash;
2381
+ input: import("../../index.js").Hex;
2382
+ nonce: number;
2383
+ r: import("../../index.js").Hex;
2384
+ s: import("../../index.js").Hex;
2385
+ to: import("abitype").Address | null;
2386
+ transactionIndex: number | null;
2387
+ typeHex: import("../../index.js").Hex | null;
2388
+ v: bigint;
2389
+ value: bigint;
2390
+ yParity: number;
2391
+ accessList: import("../../index.js").AccessList;
2392
+ authorizationList?: undefined | undefined;
2393
+ blobVersionedHashes?: undefined | undefined;
2394
+ chainId: number;
2395
+ type: "eip2930";
2396
+ gasPrice: bigint;
2397
+ maxFeePerBlobGas?: undefined | undefined;
2398
+ maxFeePerGas?: undefined | undefined;
2399
+ maxPriorityFeePerGas?: undefined | undefined;
2400
+ signature?: undefined;
2401
+ calls?: undefined;
2402
+ nonceKey?: undefined;
2403
+ keyAuthorization?: undefined;
2404
+ feePayerSignature?: undefined;
2405
+ feeToken?: undefined;
2406
+ validAfter?: undefined;
2407
+ validBefore?: undefined;
2408
+ } | {
2409
+ blockHash: `0x${string}` | null;
2410
+ blockNumber: bigint | null;
2411
+ from: import("abitype").Address;
2412
+ gas: bigint;
2413
+ hash: import("../../index.js").Hash;
2414
+ input: import("../../index.js").Hex;
2415
+ nonce: number;
2416
+ r: import("../../index.js").Hex;
2417
+ s: import("../../index.js").Hex;
2418
+ to: import("abitype").Address | null;
2419
+ transactionIndex: number | null;
2420
+ typeHex: import("../../index.js").Hex | null;
2421
+ v: bigint;
2422
+ value: bigint;
2423
+ yParity: number;
2424
+ accessList: import("../../index.js").AccessList;
2425
+ authorizationList?: undefined | undefined;
2426
+ blobVersionedHashes?: undefined | undefined;
2427
+ chainId: number;
2428
+ type: "eip1559";
2429
+ gasPrice?: undefined | undefined;
2430
+ maxFeePerBlobGas?: undefined | undefined;
2431
+ maxFeePerGas: bigint;
2432
+ maxPriorityFeePerGas: bigint;
2433
+ signature?: undefined;
2434
+ calls?: undefined;
2435
+ nonceKey?: undefined;
2436
+ keyAuthorization?: undefined;
2437
+ feePayerSignature?: undefined;
2438
+ feeToken?: undefined;
2439
+ validAfter?: undefined;
2440
+ validBefore?: undefined;
2441
+ } | {
2442
+ blockHash: `0x${string}` | null;
2443
+ blockNumber: bigint | null;
2444
+ from: import("abitype").Address;
2445
+ gas: bigint;
2446
+ hash: import("../../index.js").Hash;
2447
+ input: import("../../index.js").Hex;
2448
+ nonce: number;
2449
+ r: import("../../index.js").Hex;
2450
+ s: import("../../index.js").Hex;
2451
+ to: import("abitype").Address | null;
2452
+ transactionIndex: number | null;
2453
+ typeHex: import("../../index.js").Hex | null;
2454
+ v: bigint;
2455
+ value: bigint;
2456
+ yParity: number;
2457
+ accessList: import("../../index.js").AccessList;
2458
+ authorizationList?: undefined | undefined;
2459
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
2460
+ chainId: number;
2461
+ type: "eip4844";
2462
+ gasPrice?: undefined | undefined;
2463
+ maxFeePerBlobGas: bigint;
2464
+ maxFeePerGas: bigint;
2465
+ maxPriorityFeePerGas: bigint;
2466
+ signature?: undefined;
2467
+ calls?: undefined;
2468
+ nonceKey?: undefined;
2469
+ keyAuthorization?: undefined;
2470
+ feePayerSignature?: undefined;
2471
+ feeToken?: undefined;
2472
+ validAfter?: undefined;
2473
+ validBefore?: undefined;
2474
+ } | {
2475
+ blockHash: `0x${string}` | null;
2476
+ blockNumber: bigint | null;
2477
+ from: import("abitype").Address;
2478
+ gas: bigint;
2479
+ hash: import("../../index.js").Hash;
2480
+ input: import("../../index.js").Hex;
2481
+ nonce: number;
2482
+ r: import("../../index.js").Hex;
2483
+ s: import("../../index.js").Hex;
2484
+ to: import("abitype").Address | null;
2485
+ transactionIndex: number | null;
2486
+ typeHex: import("../../index.js").Hex | null;
2487
+ v: bigint;
2488
+ value: bigint;
2489
+ yParity: number;
2490
+ accessList: import("../../index.js").AccessList;
2491
+ authorizationList: import("../../index.js").SignedAuthorizationList;
2492
+ blobVersionedHashes?: undefined | undefined;
2493
+ chainId: number;
2494
+ type: "eip7702";
2495
+ gasPrice?: undefined | undefined;
2496
+ maxFeePerBlobGas?: undefined | undefined;
2497
+ maxFeePerGas: bigint;
2498
+ maxPriorityFeePerGas: bigint;
2499
+ signature?: undefined;
2500
+ calls?: undefined;
2501
+ nonceKey?: undefined;
2502
+ keyAuthorization?: undefined;
2503
+ feePayerSignature?: undefined;
2504
+ feeToken?: undefined;
2505
+ validAfter?: undefined;
2506
+ validBefore?: undefined;
2507
+ } | {
2508
+ from: import("abitype").Address;
2509
+ gas: bigint;
2510
+ nonce: number;
2511
+ blockHash: `0x${string}` | null;
2512
+ blockNumber: bigint | null;
2513
+ hash: import("../../index.js").Hash;
2514
+ transactionIndex: number | null;
2515
+ typeHex: import("../../index.js").Hex | null;
2516
+ r?: `0x${string}` | undefined;
2517
+ s?: `0x${string}` | undefined;
2518
+ v?: bigint | undefined;
2519
+ yParity?: number | undefined;
2520
+ accessList: import("../../index.js").AccessList;
2521
+ authorizationList?: readonly {
2522
+ address: import("ox/tempo/TempoAddress").Address;
2523
+ chainId: number;
2524
+ nonce: bigint;
2525
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
2526
+ }[] | undefined;
2527
+ calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
2528
+ chainId: number;
2529
+ feeToken?: `0x${string}` | undefined;
2530
+ feePayerSignature?: import("../../index.js").Signature | undefined;
2531
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number, `0x${string}`> | null | undefined;
2532
+ nonceKey?: bigint | undefined;
2533
+ signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope;
2534
+ type: "tempo";
2535
+ validBefore?: number | undefined;
2536
+ validAfter?: number | undefined;
2537
+ gasPrice?: undefined | undefined;
2538
+ maxFeePerBlobGas?: undefined | undefined;
2539
+ maxFeePerGas: bigint;
2540
+ maxPriorityFeePerGas: bigint;
2541
+ to?: undefined;
2542
+ value?: undefined;
2543
+ blobVersionedHashes?: undefined;
2544
+ input?: undefined;
2545
+ }) & {};
2546
+ type: "transaction";
2547
+ };
2548
+ readonly transactionReceipt: {
2549
+ exclude: [] | undefined;
2550
+ format: (args: import("../Transaction.js").TransactionReceiptRpc, action?: string | undefined) => {
2551
+ blobGasPrice?: bigint | undefined;
2552
+ blobGasUsed?: bigint | undefined;
2553
+ blockHash: import("../../index.js").Hash;
2554
+ blockNumber: bigint;
2555
+ blockTimestamp?: bigint | undefined;
2556
+ contractAddress: import("abitype").Address | null | undefined;
2557
+ cumulativeGasUsed: bigint;
2558
+ effectiveGasPrice: bigint;
2559
+ from: import("abitype").Address;
2560
+ gasUsed: bigint;
2561
+ logs: import("../../index.js").Log<bigint, number, false>[];
2562
+ logsBloom: import("../../index.js").Hex;
2563
+ root?: `0x${string}` | undefined;
2564
+ status: "success" | "reverted";
2565
+ to: import("abitype").Address | null;
2566
+ transactionHash: import("../../index.js").Hash;
2567
+ transactionIndex: number;
2568
+ type: import("../Transaction.js").TransactionType;
2569
+ feePayer?: `0x${string}` | undefined;
2570
+ feeToken?: `0x${string}` | undefined;
2571
+ } & {};
2572
+ type: "transactionReceipt";
2573
+ };
2574
+ readonly transactionRequest: {
2575
+ exclude: [] | undefined;
2576
+ format: (args: import("../Transaction.js").TransactionRequest, action?: string | undefined) => ({
2577
+ data?: `0x${string}` | undefined;
2578
+ from?: `0x${string}` | undefined;
2579
+ gas?: `0x${string}` | undefined;
2580
+ nonce?: `0x${string}` | undefined;
2581
+ to?: `0x${string}` | null | undefined;
2582
+ type?: "0x0" | undefined;
2583
+ value?: `0x${string}` | undefined;
2584
+ gasPrice?: `0x${string}` | undefined;
2585
+ maxFeePerBlobGas?: undefined | undefined;
2586
+ maxFeePerGas?: undefined | undefined;
2587
+ maxPriorityFeePerGas?: undefined | undefined;
2588
+ blobs?: undefined;
2589
+ blobVersionedHashes?: undefined;
2590
+ kzg?: undefined;
2591
+ accessList?: undefined;
2592
+ sidecars?: undefined;
2593
+ authorizationList?: undefined;
2594
+ calls?: undefined;
2595
+ nonceKey?: undefined;
2596
+ keyAuthorization?: undefined;
2597
+ feeToken?: undefined;
2598
+ validAfter?: undefined;
2599
+ validBefore?: undefined;
2600
+ feePayer?: undefined;
2601
+ } | {
2602
+ data?: `0x${string}` | undefined;
2603
+ from?: `0x${string}` | undefined;
2604
+ gas?: `0x${string}` | undefined;
2605
+ nonce?: `0x${string}` | undefined;
2606
+ to?: `0x${string}` | null | undefined;
2607
+ type?: "0x1" | undefined;
2608
+ value?: `0x${string}` | undefined;
2609
+ gasPrice?: `0x${string}` | undefined;
2610
+ maxFeePerBlobGas?: undefined | undefined;
2611
+ maxFeePerGas?: undefined | undefined;
2612
+ maxPriorityFeePerGas?: undefined | undefined;
2613
+ accessList?: import("../../index.js").AccessList | undefined;
2614
+ blobs?: undefined;
2615
+ blobVersionedHashes?: undefined;
2616
+ kzg?: undefined;
2617
+ sidecars?: undefined;
2618
+ authorizationList?: undefined;
2619
+ calls?: undefined;
2620
+ nonceKey?: undefined;
2621
+ keyAuthorization?: undefined;
2622
+ feeToken?: undefined;
2623
+ validAfter?: undefined;
2624
+ validBefore?: undefined;
2625
+ feePayer?: undefined;
2626
+ } | {
2627
+ data?: `0x${string}` | undefined;
2628
+ from?: `0x${string}` | undefined;
2629
+ gas?: `0x${string}` | undefined;
2630
+ nonce?: `0x${string}` | undefined;
2631
+ to?: `0x${string}` | null | undefined;
2632
+ type?: "0x2" | undefined;
2633
+ value?: `0x${string}` | undefined;
2634
+ gasPrice?: undefined | undefined;
2635
+ maxFeePerBlobGas?: undefined | undefined;
2636
+ maxFeePerGas?: `0x${string}` | undefined;
2637
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2638
+ accessList?: import("../../index.js").AccessList | undefined;
2639
+ blobs?: undefined;
2640
+ blobVersionedHashes?: undefined;
2641
+ kzg?: undefined;
2642
+ sidecars?: undefined;
2643
+ authorizationList?: undefined;
2644
+ calls?: undefined;
2645
+ nonceKey?: undefined;
2646
+ keyAuthorization?: undefined;
2647
+ feeToken?: undefined;
2648
+ validAfter?: undefined;
2649
+ validBefore?: undefined;
2650
+ feePayer?: undefined;
2651
+ } | {
2652
+ type?: "0x3" | undefined;
2653
+ data?: `0x${string}` | undefined;
2654
+ from?: `0x${string}` | undefined;
2655
+ gas?: `0x${string}` | undefined;
2656
+ nonce?: `0x${string}` | undefined;
2657
+ value?: `0x${string}` | undefined;
2658
+ to: `0x${string}` | null;
2659
+ gasPrice?: undefined | undefined;
2660
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2661
+ maxFeePerGas?: `0x${string}` | undefined;
2662
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2663
+ accessList?: import("../../index.js").AccessList | undefined;
2664
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2665
+ blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
2666
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
2667
+ kzg?: undefined;
2668
+ authorizationList?: undefined;
2669
+ calls?: undefined;
2670
+ nonceKey?: undefined;
2671
+ keyAuthorization?: undefined;
2672
+ feeToken?: undefined;
2673
+ validAfter?: undefined;
2674
+ validBefore?: undefined;
2675
+ feePayer?: undefined;
2676
+ } | {
2677
+ type?: "0x3" | undefined;
2678
+ data?: `0x${string}` | undefined;
2679
+ from?: `0x${string}` | undefined;
2680
+ gas?: `0x${string}` | undefined;
2681
+ nonce?: `0x${string}` | undefined;
2682
+ value?: `0x${string}` | undefined;
2683
+ to: `0x${string}` | null;
2684
+ gasPrice?: undefined | undefined;
2685
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2686
+ maxFeePerGas?: `0x${string}` | undefined;
2687
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2688
+ accessList?: import("../../index.js").AccessList | undefined;
2689
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2690
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
2691
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2692
+ kzg?: import("../../index.js").Kzg | undefined;
2693
+ authorizationList?: undefined;
2694
+ calls?: undefined;
2695
+ nonceKey?: undefined;
2696
+ keyAuthorization?: undefined;
2697
+ feeToken?: undefined;
2698
+ validAfter?: undefined;
2699
+ validBefore?: undefined;
2700
+ feePayer?: undefined;
2701
+ } | {
2702
+ type?: "0x4" | undefined;
2703
+ gasPrice?: undefined | undefined;
2704
+ maxFeePerBlobGas?: undefined | undefined;
2705
+ maxFeePerGas?: `0x${string}` | undefined;
2706
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2707
+ to?: `0x${string}` | null | undefined;
2708
+ data?: `0x${string}` | undefined;
2709
+ from?: `0x${string}` | undefined;
2710
+ gas?: `0x${string}` | undefined;
2711
+ nonce?: `0x${string}` | undefined;
2712
+ value?: `0x${string}` | undefined;
2713
+ accessList?: import("../../index.js").AccessList | undefined;
2714
+ authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
2715
+ blobs?: undefined;
2716
+ blobVersionedHashes?: undefined;
2717
+ kzg?: undefined;
2718
+ sidecars?: undefined;
2719
+ calls?: undefined;
2720
+ nonceKey?: undefined;
2721
+ keyAuthorization?: undefined;
2722
+ feeToken?: undefined;
2723
+ validAfter?: undefined;
2724
+ validBefore?: undefined;
2725
+ feePayer?: undefined;
2726
+ } | {
2727
+ data?: `0x${string}` | undefined;
2728
+ from?: `0x${string}` | undefined;
2729
+ gas?: `0x${string}` | undefined;
2730
+ nonce?: `0x${string}` | undefined;
2731
+ to?: `0x${string}` | null | undefined;
2732
+ type?: "0x76" | undefined;
2733
+ value?: `0x${string}` | undefined;
2734
+ gasPrice?: undefined | undefined;
2735
+ maxFeePerBlobGas?: undefined | undefined;
2736
+ maxFeePerGas?: `0x${string}` | undefined;
2737
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2738
+ accessList?: import("../../index.js").AccessList | undefined;
2739
+ keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
2740
+ calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
2741
+ feePayer?: true | import("../../index.js").Account | undefined;
2742
+ feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
2743
+ nonceKey?: `0x${string}` | "expiring" | undefined;
2744
+ validBefore?: `0x${string}` | undefined;
2745
+ validAfter?: `0x${string}` | undefined;
2746
+ blobs?: undefined;
2747
+ blobVersionedHashes?: undefined;
2748
+ kzg?: undefined;
2749
+ sidecars?: undefined;
2750
+ authorizationList?: undefined;
2751
+ }) & {};
2752
+ type: "transactionRequest";
2753
+ };
2754
+ };
2755
+ readonly prepareTransactionRequest: [(r: import("../../index.js").PrepareTransactionRequestParameters, { phase }: {
2756
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2757
+ }) => Promise<import("../../index.js").PrepareTransactionRequestParameters>, {
2758
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
2759
+ }];
2760
+ readonly serializers: {
2761
+ readonly transaction: import("../../index.js").SerializeTransactionFn;
2762
+ };
2763
+ readonly verifyHash: (client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<boolean>;
2764
+ }>, extended_1>;
2765
+ };
2766
+ declare namespace from {
2767
+ type Options = {
2768
+ /** RPC hostname used to construct zone RPC URLs (e.g. `tempo.xyz`). */
2769
+ rpcHost: string;
2770
+ /** Chain ID of the parent Tempo chain (e.g. `4217` for mainnet, `42431` for moderato). */
2771
+ sourceId: number;
2772
+ };
2773
+ }
2774
+ export {};
2775
+ //# sourceMappingURL=zone.d.ts.map