tempo.ts 0.1.2 → 0.1.3

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 (125) hide show
  1. package/dist/chains.d.ts +1180 -0
  2. package/dist/chains.d.ts.map +1 -0
  3. package/dist/chains.js +30 -0
  4. package/dist/chains.js.map +1 -0
  5. package/dist/index.d.ts +2 -0
  6. package/dist/index.d.ts.map +1 -0
  7. package/dist/index.js +2 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/internal/types.d.ts +284 -0
  10. package/dist/internal/types.d.ts.map +1 -0
  11. package/dist/internal/types.js +2 -0
  12. package/dist/internal/types.js.map +1 -0
  13. package/dist/ox/SignatureEnvelope.d.ts +245 -0
  14. package/dist/ox/SignatureEnvelope.d.ts.map +1 -0
  15. package/dist/ox/SignatureEnvelope.js +437 -0
  16. package/dist/ox/SignatureEnvelope.js.map +1 -0
  17. package/dist/ox/TokenId.d.ts +25 -0
  18. package/dist/ox/TokenId.d.ts.map +1 -0
  19. package/dist/ox/TokenId.js +41 -0
  20. package/dist/ox/TokenId.js.map +1 -0
  21. package/dist/ox/TokenRole.d.ts +11 -0
  22. package/dist/ox/TokenRole.d.ts.map +1 -0
  23. package/dist/ox/TokenRole.js +22 -0
  24. package/dist/ox/TokenRole.js.map +1 -0
  25. package/dist/ox/Transaction.d.ts +198 -0
  26. package/dist/ox/Transaction.d.ts.map +1 -0
  27. package/dist/ox/Transaction.js +162 -0
  28. package/dist/ox/Transaction.js.map +1 -0
  29. package/dist/ox/TransactionEnvelopeAA.d.ts +461 -0
  30. package/dist/ox/TransactionEnvelopeAA.d.ts.map +1 -0
  31. package/dist/ox/TransactionEnvelopeAA.js +528 -0
  32. package/dist/ox/TransactionEnvelopeAA.js.map +1 -0
  33. package/dist/ox/TransactionRequest.d.ts +64 -0
  34. package/dist/ox/TransactionRequest.d.ts.map +1 -0
  35. package/dist/ox/TransactionRequest.js +75 -0
  36. package/dist/ox/TransactionRequest.js.map +1 -0
  37. package/dist/ox/index.d.ts +6 -0
  38. package/dist/ox/index.d.ts.map +1 -0
  39. package/dist/ox/index.js +6 -0
  40. package/dist/ox/index.js.map +1 -0
  41. package/dist/prool/Instance.d.ts +88 -0
  42. package/dist/prool/Instance.d.ts.map +1 -0
  43. package/dist/prool/Instance.js +96 -0
  44. package/dist/prool/Instance.js.map +1 -0
  45. package/dist/prool/index.d.ts +2 -0
  46. package/dist/prool/index.d.ts.map +1 -0
  47. package/dist/prool/index.js +2 -0
  48. package/dist/prool/index.js.map +1 -0
  49. package/dist/viem/Abis.d.ts +1885 -0
  50. package/dist/viem/Abis.d.ts.map +1 -0
  51. package/dist/viem/Abis.js +1174 -0
  52. package/dist/viem/Abis.js.map +1 -0
  53. package/dist/viem/Actions/amm.d.ts +2006 -0
  54. package/dist/viem/Actions/amm.d.ts.map +1 -0
  55. package/dist/viem/Actions/amm.js +900 -0
  56. package/dist/viem/Actions/amm.js.map +1 -0
  57. package/dist/viem/Actions/dex.d.ts +3279 -0
  58. package/dist/viem/Actions/dex.d.ts.map +1 -0
  59. package/dist/viem/Actions/dex.js +1357 -0
  60. package/dist/viem/Actions/dex.js.map +1 -0
  61. package/dist/viem/Actions/fee.d.ts +374 -0
  62. package/dist/viem/Actions/fee.d.ts.map +1 -0
  63. package/dist/viem/Actions/fee.js +235 -0
  64. package/dist/viem/Actions/fee.js.map +1 -0
  65. package/dist/viem/Actions/index.d.ts +6 -0
  66. package/dist/viem/Actions/index.d.ts.map +1 -0
  67. package/dist/viem/Actions/index.js +6 -0
  68. package/dist/viem/Actions/index.js.map +1 -0
  69. package/dist/viem/Actions/policy.d.ts +1672 -0
  70. package/dist/viem/Actions/policy.d.ts.map +1 -0
  71. package/dist/viem/Actions/policy.js +875 -0
  72. package/dist/viem/Actions/policy.js.map +1 -0
  73. package/dist/viem/Actions/token.d.ts +13714 -0
  74. package/dist/viem/Actions/token.d.ts.map +1 -0
  75. package/dist/viem/Actions/token.js +3058 -0
  76. package/dist/viem/Actions/token.js.map +1 -0
  77. package/dist/viem/Addresses.d.ts +9 -0
  78. package/dist/viem/Addresses.d.ts.map +1 -0
  79. package/dist/viem/Addresses.js +9 -0
  80. package/dist/viem/Addresses.js.map +1 -0
  81. package/dist/viem/Chain.d.ts +365 -0
  82. package/dist/viem/Chain.d.ts.map +1 -0
  83. package/dist/viem/Chain.js +22 -0
  84. package/dist/viem/Chain.js.map +1 -0
  85. package/dist/viem/Client.d.ts +27 -0
  86. package/dist/viem/Client.d.ts.map +1 -0
  87. package/dist/viem/Client.js +28 -0
  88. package/dist/viem/Client.js.map +1 -0
  89. package/dist/viem/Decorator.d.ts +2161 -0
  90. package/dist/viem/Decorator.d.ts.map +1 -0
  91. package/dist/viem/Decorator.js +122 -0
  92. package/dist/viem/Decorator.js.map +1 -0
  93. package/dist/viem/Formatters.d.ts +4 -0
  94. package/dist/viem/Formatters.d.ts.map +1 -0
  95. package/dist/viem/Formatters.js +76 -0
  96. package/dist/viem/Formatters.js.map +1 -0
  97. package/dist/viem/Tick.d.ts +111 -0
  98. package/dist/viem/Tick.d.ts.map +1 -0
  99. package/dist/viem/Tick.js +127 -0
  100. package/dist/viem/Tick.js.map +1 -0
  101. package/dist/viem/TokenIds.d.ts +3 -0
  102. package/dist/viem/TokenIds.d.ts.map +1 -0
  103. package/dist/viem/TokenIds.js +3 -0
  104. package/dist/viem/TokenIds.js.map +1 -0
  105. package/dist/viem/Transaction.d.ts +57 -0
  106. package/dist/viem/Transaction.d.ts.map +1 -0
  107. package/dist/viem/Transaction.js +137 -0
  108. package/dist/viem/Transaction.js.map +1 -0
  109. package/dist/viem/Transport.d.ts +16 -0
  110. package/dist/viem/Transport.d.ts.map +1 -0
  111. package/dist/viem/Transport.js +33 -0
  112. package/dist/viem/Transport.js.map +1 -0
  113. package/dist/viem/index.d.ts +14 -0
  114. package/dist/viem/index.d.ts.map +1 -0
  115. package/dist/viem/index.js +14 -0
  116. package/dist/viem/index.js.map +1 -0
  117. package/dist/viem/internal/types.d.ts +10 -0
  118. package/dist/viem/internal/types.d.ts.map +1 -0
  119. package/dist/viem/internal/types.js +2 -0
  120. package/dist/viem/internal/types.js.map +1 -0
  121. package/dist/viem/internal/utils.d.ts +8 -0
  122. package/dist/viem/internal/utils.d.ts.map +1 -0
  123. package/dist/viem/internal/utils.js +9 -0
  124. package/dist/viem/internal/utils.js.map +1 -0
  125. package/package.json +2 -2
@@ -0,0 +1,1180 @@
1
+ export declare const tempoAndante: {
2
+ blockExplorers?: {
3
+ [key: string]: {
4
+ name: string;
5
+ url: string;
6
+ apiUrl?: string | undefined;
7
+ };
8
+ default: {
9
+ name: string;
10
+ url: string;
11
+ apiUrl?: string | undefined;
12
+ };
13
+ } | undefined | undefined;
14
+ blockTime: number;
15
+ contracts: {
16
+ multicall3: {
17
+ address: "0xca11bde05977b3631167028862be2a173976ca11";
18
+ blockCreated: number;
19
+ };
20
+ };
21
+ ensTlds?: readonly string[] | undefined;
22
+ id: 42427;
23
+ name: "Tempo Andante";
24
+ nativeCurrency: {
25
+ readonly name: "USD";
26
+ readonly symbol: "USD";
27
+ readonly decimals: 6;
28
+ };
29
+ experimental_preconfirmationTime?: number | undefined | undefined;
30
+ rpcUrls: {
31
+ readonly default: {
32
+ readonly http: readonly ["https://rpc-andante.tempoxyz.dev"];
33
+ };
34
+ };
35
+ sourceId?: number | undefined | undefined;
36
+ testnet?: boolean | undefined | undefined;
37
+ custom?: Record<string, unknown> | undefined;
38
+ fees?: import("viem").ChainFees<undefined> | undefined;
39
+ formatters: {
40
+ transaction: {
41
+ exclude: [] | undefined;
42
+ format: (args: import("./viem/Transaction.js").TransactionRpc, action?: string | undefined) => ({
43
+ r: import("viem").Hex;
44
+ s: import("viem").Hex;
45
+ v: bigint;
46
+ nonce: number;
47
+ from: import("viem").Address;
48
+ gas: bigint;
49
+ to: import("viem").Address | null;
50
+ value: bigint;
51
+ input: import("viem").Hex;
52
+ blockHash: `0x${string}` | null;
53
+ blockNumber: bigint | null;
54
+ hash: import("viem").Hash;
55
+ transactionIndex: number | null;
56
+ typeHex: import("viem").Hex | null;
57
+ accessList?: undefined | undefined;
58
+ authorizationList?: undefined | undefined;
59
+ blobVersionedHashes?: undefined | undefined;
60
+ chainId?: number | undefined;
61
+ yParity?: undefined | undefined;
62
+ type: "legacy";
63
+ gasPrice: bigint;
64
+ maxFeePerBlobGas?: undefined | undefined;
65
+ maxFeePerGas?: undefined | undefined;
66
+ maxPriorityFeePerGas?: undefined | undefined;
67
+ calls?: undefined;
68
+ feePayerSignature?: undefined;
69
+ feeToken?: undefined;
70
+ nonceKey?: undefined;
71
+ validBefore?: undefined;
72
+ validAfter?: undefined;
73
+ feePayer?: undefined;
74
+ } | {
75
+ blockHash: `0x${string}` | null;
76
+ blockNumber: bigint | null;
77
+ from: import("viem").Address;
78
+ gas: bigint;
79
+ hash: import("viem").Hash;
80
+ input: import("viem").Hex;
81
+ nonce: number;
82
+ r: import("viem").Hex;
83
+ s: import("viem").Hex;
84
+ to: import("viem").Address | null;
85
+ transactionIndex: number | null;
86
+ typeHex: import("viem").Hex | null;
87
+ v: bigint;
88
+ value: bigint;
89
+ yParity: number;
90
+ accessList: import("viem").AccessList;
91
+ authorizationList?: undefined | undefined;
92
+ blobVersionedHashes?: undefined | undefined;
93
+ chainId: number;
94
+ type: "eip2930";
95
+ gasPrice: bigint;
96
+ maxFeePerBlobGas?: undefined | undefined;
97
+ maxFeePerGas?: undefined | undefined;
98
+ maxPriorityFeePerGas?: undefined | undefined;
99
+ calls?: undefined;
100
+ feePayerSignature?: undefined;
101
+ feeToken?: undefined;
102
+ nonceKey?: undefined;
103
+ validBefore?: undefined;
104
+ validAfter?: undefined;
105
+ feePayer?: undefined;
106
+ } | {
107
+ blockHash: `0x${string}` | null;
108
+ blockNumber: bigint | null;
109
+ from: import("viem").Address;
110
+ gas: bigint;
111
+ hash: import("viem").Hash;
112
+ input: import("viem").Hex;
113
+ nonce: number;
114
+ r: import("viem").Hex;
115
+ s: import("viem").Hex;
116
+ to: import("viem").Address | null;
117
+ transactionIndex: number | null;
118
+ typeHex: import("viem").Hex | null;
119
+ v: bigint;
120
+ value: bigint;
121
+ yParity: number;
122
+ accessList: import("viem").AccessList;
123
+ authorizationList?: undefined | undefined;
124
+ blobVersionedHashes?: undefined | undefined;
125
+ chainId: number;
126
+ type: "eip1559";
127
+ gasPrice?: undefined | undefined;
128
+ maxFeePerBlobGas?: undefined | undefined;
129
+ maxFeePerGas: bigint;
130
+ maxPriorityFeePerGas: bigint;
131
+ calls?: undefined;
132
+ feePayerSignature?: undefined;
133
+ feeToken?: undefined;
134
+ nonceKey?: undefined;
135
+ validBefore?: undefined;
136
+ validAfter?: undefined;
137
+ feePayer?: undefined;
138
+ } | {
139
+ blockHash: `0x${string}` | null;
140
+ blockNumber: bigint | null;
141
+ from: import("viem").Address;
142
+ gas: bigint;
143
+ hash: import("viem").Hash;
144
+ input: import("viem").Hex;
145
+ nonce: number;
146
+ r: import("viem").Hex;
147
+ s: import("viem").Hex;
148
+ to: import("viem").Address | null;
149
+ transactionIndex: number | null;
150
+ typeHex: import("viem").Hex | null;
151
+ v: bigint;
152
+ value: bigint;
153
+ yParity: number;
154
+ accessList: import("viem").AccessList;
155
+ authorizationList?: undefined | undefined;
156
+ blobVersionedHashes: readonly import("viem").Hex[];
157
+ chainId: number;
158
+ type: "eip4844";
159
+ gasPrice?: undefined | undefined;
160
+ maxFeePerBlobGas: bigint;
161
+ maxFeePerGas: bigint;
162
+ maxPriorityFeePerGas: bigint;
163
+ calls?: undefined;
164
+ feePayerSignature?: undefined;
165
+ feeToken?: undefined;
166
+ nonceKey?: undefined;
167
+ validBefore?: undefined;
168
+ validAfter?: undefined;
169
+ feePayer?: undefined;
170
+ } | {
171
+ blockHash: `0x${string}` | null;
172
+ blockNumber: bigint | null;
173
+ from: import("viem").Address;
174
+ gas: bigint;
175
+ hash: import("viem").Hash;
176
+ input: import("viem").Hex;
177
+ nonce: number;
178
+ r: import("viem").Hex;
179
+ s: import("viem").Hex;
180
+ to: import("viem").Address | null;
181
+ transactionIndex: number | null;
182
+ typeHex: import("viem").Hex | null;
183
+ v: bigint;
184
+ value: bigint;
185
+ yParity: number;
186
+ accessList: import("viem").AccessList;
187
+ authorizationList: import("viem").SignedAuthorizationList;
188
+ blobVersionedHashes?: undefined | undefined;
189
+ chainId: number;
190
+ type: "eip7702";
191
+ gasPrice?: undefined | undefined;
192
+ maxFeePerBlobGas?: undefined | undefined;
193
+ maxFeePerGas: bigint;
194
+ maxPriorityFeePerGas: bigint;
195
+ calls?: undefined;
196
+ feePayerSignature?: undefined;
197
+ feeToken?: undefined;
198
+ nonceKey?: undefined;
199
+ validBefore?: undefined;
200
+ validAfter?: undefined;
201
+ feePayer?: undefined;
202
+ } | {
203
+ nonce: number;
204
+ from: import("viem").Address;
205
+ gas: bigint;
206
+ blockHash: `0x${string}` | null;
207
+ blockNumber: bigint | null;
208
+ hash: import("viem").Hash;
209
+ transactionIndex: number | null;
210
+ typeHex: import("viem").Hex | null;
211
+ r?: `0x${string}` | undefined;
212
+ s?: `0x${string}` | undefined;
213
+ yParity?: number | undefined;
214
+ v?: bigint | undefined;
215
+ accessList: import("viem").AccessList;
216
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
217
+ calls: readonly import("./ox/TransactionEnvelopeAA.js").Call<bigint>[];
218
+ chainId: number;
219
+ feeToken?: `0x${string}` | undefined;
220
+ feePayer?: `0x${string}` | undefined;
221
+ feePayerSignature?: import("viem").Signature | undefined;
222
+ nonceKey?: bigint | undefined;
223
+ type: "aa";
224
+ validBefore?: number | undefined;
225
+ validAfter?: number | undefined;
226
+ gasPrice?: undefined | undefined;
227
+ maxFeePerBlobGas?: undefined | undefined;
228
+ maxFeePerGas: bigint;
229
+ maxPriorityFeePerGas: bigint;
230
+ to?: undefined;
231
+ value?: undefined;
232
+ input?: undefined;
233
+ blobVersionedHashes?: undefined;
234
+ }) & {};
235
+ type: "transaction";
236
+ };
237
+ transactionRequest: {
238
+ exclude: [] | undefined;
239
+ format: (args: import("./viem/Transaction.js").TransactionRequest, action?: string | undefined) => ({
240
+ data?: `0x${string}` | undefined;
241
+ from?: `0x${string}` | undefined;
242
+ gas?: `0x${string}` | undefined;
243
+ nonce?: `0x${string}` | undefined;
244
+ to?: `0x${string}` | null | undefined;
245
+ type?: "0x0" | undefined;
246
+ value?: `0x${string}` | undefined;
247
+ gasPrice?: `0x${string}` | undefined;
248
+ maxFeePerBlobGas?: undefined | undefined;
249
+ maxFeePerGas?: undefined | undefined;
250
+ maxPriorityFeePerGas?: undefined | undefined;
251
+ accessList?: undefined;
252
+ authorizationList?: undefined;
253
+ blobVersionedHashes?: undefined;
254
+ blobs?: undefined;
255
+ kzg?: undefined;
256
+ sidecars?: undefined;
257
+ calls?: undefined;
258
+ feeToken?: undefined;
259
+ feePayer?: undefined;
260
+ } | {
261
+ data?: `0x${string}` | undefined;
262
+ from?: `0x${string}` | undefined;
263
+ gas?: `0x${string}` | undefined;
264
+ nonce?: `0x${string}` | undefined;
265
+ to?: `0x${string}` | null | undefined;
266
+ type?: "0x1" | undefined;
267
+ value?: `0x${string}` | undefined;
268
+ gasPrice?: `0x${string}` | undefined;
269
+ maxFeePerBlobGas?: undefined | undefined;
270
+ maxFeePerGas?: undefined | undefined;
271
+ maxPriorityFeePerGas?: undefined | undefined;
272
+ accessList?: import("viem").AccessList | undefined;
273
+ authorizationList?: undefined;
274
+ blobVersionedHashes?: undefined;
275
+ blobs?: undefined;
276
+ kzg?: undefined;
277
+ sidecars?: undefined;
278
+ calls?: undefined;
279
+ feeToken?: undefined;
280
+ feePayer?: undefined;
281
+ } | {
282
+ data?: `0x${string}` | undefined;
283
+ from?: `0x${string}` | undefined;
284
+ gas?: `0x${string}` | undefined;
285
+ nonce?: `0x${string}` | undefined;
286
+ to?: `0x${string}` | null | undefined;
287
+ type?: "0x2" | undefined;
288
+ value?: `0x${string}` | undefined;
289
+ gasPrice?: undefined | undefined;
290
+ maxFeePerBlobGas?: undefined | undefined;
291
+ maxFeePerGas?: `0x${string}` | undefined;
292
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
293
+ accessList?: import("viem").AccessList | undefined;
294
+ authorizationList?: undefined;
295
+ blobVersionedHashes?: undefined;
296
+ blobs?: undefined;
297
+ kzg?: undefined;
298
+ sidecars?: undefined;
299
+ calls?: undefined;
300
+ feeToken?: undefined;
301
+ feePayer?: undefined;
302
+ } | {
303
+ type?: "0x3" | undefined;
304
+ nonce?: `0x${string}` | undefined;
305
+ from?: `0x${string}` | undefined;
306
+ gas?: `0x${string}` | undefined;
307
+ value?: `0x${string}` | undefined;
308
+ data?: `0x${string}` | undefined;
309
+ to: `0x${string}` | null;
310
+ gasPrice?: undefined | undefined;
311
+ maxFeePerBlobGas?: `0x${string}` | undefined;
312
+ maxFeePerGas?: `0x${string}` | undefined;
313
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
314
+ accessList?: import("viem").AccessList | undefined;
315
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
316
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
317
+ blobVersionedHashes: readonly import("viem").Hex[];
318
+ kzg?: undefined;
319
+ authorizationList?: undefined;
320
+ calls?: undefined;
321
+ feeToken?: undefined;
322
+ feePayer?: undefined;
323
+ } | {
324
+ type?: "0x3" | undefined;
325
+ nonce?: `0x${string}` | undefined;
326
+ from?: `0x${string}` | undefined;
327
+ gas?: `0x${string}` | undefined;
328
+ value?: `0x${string}` | undefined;
329
+ data?: `0x${string}` | undefined;
330
+ to: `0x${string}` | null;
331
+ gasPrice?: undefined | undefined;
332
+ maxFeePerBlobGas?: `0x${string}` | undefined;
333
+ maxFeePerGas?: `0x${string}` | undefined;
334
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
335
+ accessList?: import("viem").AccessList | undefined;
336
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
337
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
338
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
339
+ kzg?: import("viem").Kzg | undefined;
340
+ authorizationList?: undefined;
341
+ calls?: undefined;
342
+ feeToken?: undefined;
343
+ feePayer?: undefined;
344
+ } | {
345
+ type?: "0x4" | undefined;
346
+ nonce?: `0x${string}` | undefined;
347
+ accessList?: import("viem").AccessList | undefined;
348
+ from?: `0x${string}` | undefined;
349
+ gas?: `0x${string}` | undefined;
350
+ maxFeePerGas?: `0x${string}` | undefined;
351
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
352
+ to?: `0x${string}` | null | undefined;
353
+ value?: `0x${string}` | undefined;
354
+ data?: `0x${string}` | undefined;
355
+ gasPrice?: undefined | undefined;
356
+ maxFeePerBlobGas?: undefined | undefined;
357
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
358
+ blobVersionedHashes?: undefined;
359
+ blobs?: undefined;
360
+ kzg?: undefined;
361
+ sidecars?: undefined;
362
+ calls?: undefined;
363
+ feeToken?: undefined;
364
+ feePayer?: undefined;
365
+ } | {
366
+ data?: `0x${string}` | undefined;
367
+ from?: `0x${string}` | undefined;
368
+ gas?: `0x${string}` | undefined;
369
+ nonce?: `0x${string}` | undefined;
370
+ to?: `0x${string}` | null | undefined;
371
+ type?: "0x76" | undefined;
372
+ value?: `0x${string}` | undefined;
373
+ gasPrice?: undefined | undefined;
374
+ maxFeePerBlobGas?: undefined | undefined;
375
+ maxFeePerGas?: `0x${string}` | undefined;
376
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
377
+ accessList?: import("viem").AccessList | undefined;
378
+ authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
379
+ calls?: readonly import("./ox/TransactionEnvelopeAA.js").Call<`0x${string}`>[] | undefined;
380
+ feePayer?: true | import("viem").Account | undefined;
381
+ feeToken?: bigint | `0x${string}` | undefined;
382
+ blobVersionedHashes?: undefined;
383
+ blobs?: undefined;
384
+ kzg?: undefined;
385
+ sidecars?: undefined;
386
+ }) & {};
387
+ type: "transactionRequest";
388
+ };
389
+ };
390
+ serializers: {
391
+ transaction: typeof import("./viem/Transaction.js").serialize;
392
+ };
393
+ };
394
+ export declare const tempoLocal: {
395
+ blockExplorers?: {
396
+ [key: string]: {
397
+ name: string;
398
+ url: string;
399
+ apiUrl?: string | undefined;
400
+ };
401
+ default: {
402
+ name: string;
403
+ url: string;
404
+ apiUrl?: string | undefined;
405
+ };
406
+ } | undefined | undefined;
407
+ blockTime: number;
408
+ contracts: {
409
+ multicall3: {
410
+ address: "0xca11bde05977b3631167028862be2a173976ca11";
411
+ blockCreated: number;
412
+ };
413
+ };
414
+ ensTlds?: readonly string[] | undefined;
415
+ id: 1337;
416
+ name: "Tempo";
417
+ nativeCurrency: {
418
+ readonly name: "USD";
419
+ readonly symbol: "USD";
420
+ readonly decimals: 6;
421
+ };
422
+ experimental_preconfirmationTime?: number | undefined | undefined;
423
+ rpcUrls: {
424
+ readonly default: {
425
+ readonly http: readonly ["http://localhost:8545"];
426
+ };
427
+ };
428
+ sourceId?: number | undefined | undefined;
429
+ testnet?: boolean | undefined | undefined;
430
+ custom?: Record<string, unknown> | undefined;
431
+ fees?: import("viem").ChainFees<undefined> | undefined;
432
+ formatters: {
433
+ transaction: {
434
+ exclude: [] | undefined;
435
+ format: (args: import("./viem/Transaction.js").TransactionRpc, action?: string | undefined) => ({
436
+ r: import("viem").Hex;
437
+ s: import("viem").Hex;
438
+ v: bigint;
439
+ nonce: number;
440
+ from: import("viem").Address;
441
+ gas: bigint;
442
+ to: import("viem").Address | null;
443
+ value: bigint;
444
+ input: import("viem").Hex;
445
+ blockHash: `0x${string}` | null;
446
+ blockNumber: bigint | null;
447
+ hash: import("viem").Hash;
448
+ transactionIndex: number | null;
449
+ typeHex: import("viem").Hex | null;
450
+ accessList?: undefined | undefined;
451
+ authorizationList?: undefined | undefined;
452
+ blobVersionedHashes?: undefined | undefined;
453
+ chainId?: number | undefined;
454
+ yParity?: undefined | undefined;
455
+ type: "legacy";
456
+ gasPrice: bigint;
457
+ maxFeePerBlobGas?: undefined | undefined;
458
+ maxFeePerGas?: undefined | undefined;
459
+ maxPriorityFeePerGas?: undefined | undefined;
460
+ calls?: undefined;
461
+ feePayerSignature?: undefined;
462
+ feeToken?: undefined;
463
+ nonceKey?: undefined;
464
+ validBefore?: undefined;
465
+ validAfter?: undefined;
466
+ feePayer?: undefined;
467
+ } | {
468
+ blockHash: `0x${string}` | null;
469
+ blockNumber: bigint | null;
470
+ from: import("viem").Address;
471
+ gas: bigint;
472
+ hash: import("viem").Hash;
473
+ input: import("viem").Hex;
474
+ nonce: number;
475
+ r: import("viem").Hex;
476
+ s: import("viem").Hex;
477
+ to: import("viem").Address | null;
478
+ transactionIndex: number | null;
479
+ typeHex: import("viem").Hex | null;
480
+ v: bigint;
481
+ value: bigint;
482
+ yParity: number;
483
+ accessList: import("viem").AccessList;
484
+ authorizationList?: undefined | undefined;
485
+ blobVersionedHashes?: undefined | undefined;
486
+ chainId: number;
487
+ type: "eip2930";
488
+ gasPrice: bigint;
489
+ maxFeePerBlobGas?: undefined | undefined;
490
+ maxFeePerGas?: undefined | undefined;
491
+ maxPriorityFeePerGas?: undefined | undefined;
492
+ calls?: undefined;
493
+ feePayerSignature?: undefined;
494
+ feeToken?: undefined;
495
+ nonceKey?: undefined;
496
+ validBefore?: undefined;
497
+ validAfter?: undefined;
498
+ feePayer?: undefined;
499
+ } | {
500
+ blockHash: `0x${string}` | null;
501
+ blockNumber: bigint | null;
502
+ from: import("viem").Address;
503
+ gas: bigint;
504
+ hash: import("viem").Hash;
505
+ input: import("viem").Hex;
506
+ nonce: number;
507
+ r: import("viem").Hex;
508
+ s: import("viem").Hex;
509
+ to: import("viem").Address | null;
510
+ transactionIndex: number | null;
511
+ typeHex: import("viem").Hex | null;
512
+ v: bigint;
513
+ value: bigint;
514
+ yParity: number;
515
+ accessList: import("viem").AccessList;
516
+ authorizationList?: undefined | undefined;
517
+ blobVersionedHashes?: undefined | undefined;
518
+ chainId: number;
519
+ type: "eip1559";
520
+ gasPrice?: undefined | undefined;
521
+ maxFeePerBlobGas?: undefined | undefined;
522
+ maxFeePerGas: bigint;
523
+ maxPriorityFeePerGas: bigint;
524
+ calls?: undefined;
525
+ feePayerSignature?: undefined;
526
+ feeToken?: undefined;
527
+ nonceKey?: undefined;
528
+ validBefore?: undefined;
529
+ validAfter?: undefined;
530
+ feePayer?: undefined;
531
+ } | {
532
+ blockHash: `0x${string}` | null;
533
+ blockNumber: bigint | null;
534
+ from: import("viem").Address;
535
+ gas: bigint;
536
+ hash: import("viem").Hash;
537
+ input: import("viem").Hex;
538
+ nonce: number;
539
+ r: import("viem").Hex;
540
+ s: import("viem").Hex;
541
+ to: import("viem").Address | null;
542
+ transactionIndex: number | null;
543
+ typeHex: import("viem").Hex | null;
544
+ v: bigint;
545
+ value: bigint;
546
+ yParity: number;
547
+ accessList: import("viem").AccessList;
548
+ authorizationList?: undefined | undefined;
549
+ blobVersionedHashes: readonly import("viem").Hex[];
550
+ chainId: number;
551
+ type: "eip4844";
552
+ gasPrice?: undefined | undefined;
553
+ maxFeePerBlobGas: bigint;
554
+ maxFeePerGas: bigint;
555
+ maxPriorityFeePerGas: bigint;
556
+ calls?: undefined;
557
+ feePayerSignature?: undefined;
558
+ feeToken?: undefined;
559
+ nonceKey?: undefined;
560
+ validBefore?: undefined;
561
+ validAfter?: undefined;
562
+ feePayer?: undefined;
563
+ } | {
564
+ blockHash: `0x${string}` | null;
565
+ blockNumber: bigint | null;
566
+ from: import("viem").Address;
567
+ gas: bigint;
568
+ hash: import("viem").Hash;
569
+ input: import("viem").Hex;
570
+ nonce: number;
571
+ r: import("viem").Hex;
572
+ s: import("viem").Hex;
573
+ to: import("viem").Address | null;
574
+ transactionIndex: number | null;
575
+ typeHex: import("viem").Hex | null;
576
+ v: bigint;
577
+ value: bigint;
578
+ yParity: number;
579
+ accessList: import("viem").AccessList;
580
+ authorizationList: import("viem").SignedAuthorizationList;
581
+ blobVersionedHashes?: undefined | undefined;
582
+ chainId: number;
583
+ type: "eip7702";
584
+ gasPrice?: undefined | undefined;
585
+ maxFeePerBlobGas?: undefined | undefined;
586
+ maxFeePerGas: bigint;
587
+ maxPriorityFeePerGas: bigint;
588
+ calls?: undefined;
589
+ feePayerSignature?: undefined;
590
+ feeToken?: undefined;
591
+ nonceKey?: undefined;
592
+ validBefore?: undefined;
593
+ validAfter?: undefined;
594
+ feePayer?: undefined;
595
+ } | {
596
+ nonce: number;
597
+ from: import("viem").Address;
598
+ gas: bigint;
599
+ blockHash: `0x${string}` | null;
600
+ blockNumber: bigint | null;
601
+ hash: import("viem").Hash;
602
+ transactionIndex: number | null;
603
+ typeHex: import("viem").Hex | null;
604
+ r?: `0x${string}` | undefined;
605
+ s?: `0x${string}` | undefined;
606
+ yParity?: number | undefined;
607
+ v?: bigint | undefined;
608
+ accessList: import("viem").AccessList;
609
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
610
+ calls: readonly import("./ox/TransactionEnvelopeAA.js").Call<bigint>[];
611
+ chainId: number;
612
+ feeToken?: `0x${string}` | undefined;
613
+ feePayer?: `0x${string}` | undefined;
614
+ feePayerSignature?: import("viem").Signature | undefined;
615
+ nonceKey?: bigint | undefined;
616
+ type: "aa";
617
+ validBefore?: number | undefined;
618
+ validAfter?: number | undefined;
619
+ gasPrice?: undefined | undefined;
620
+ maxFeePerBlobGas?: undefined | undefined;
621
+ maxFeePerGas: bigint;
622
+ maxPriorityFeePerGas: bigint;
623
+ to?: undefined;
624
+ value?: undefined;
625
+ input?: undefined;
626
+ blobVersionedHashes?: undefined;
627
+ }) & {};
628
+ type: "transaction";
629
+ };
630
+ transactionRequest: {
631
+ exclude: [] | undefined;
632
+ format: (args: import("./viem/Transaction.js").TransactionRequest, action?: string | undefined) => ({
633
+ data?: `0x${string}` | undefined;
634
+ from?: `0x${string}` | undefined;
635
+ gas?: `0x${string}` | undefined;
636
+ nonce?: `0x${string}` | undefined;
637
+ to?: `0x${string}` | null | undefined;
638
+ type?: "0x0" | undefined;
639
+ value?: `0x${string}` | undefined;
640
+ gasPrice?: `0x${string}` | undefined;
641
+ maxFeePerBlobGas?: undefined | undefined;
642
+ maxFeePerGas?: undefined | undefined;
643
+ maxPriorityFeePerGas?: undefined | undefined;
644
+ accessList?: undefined;
645
+ authorizationList?: undefined;
646
+ blobVersionedHashes?: undefined;
647
+ blobs?: undefined;
648
+ kzg?: undefined;
649
+ sidecars?: undefined;
650
+ calls?: undefined;
651
+ feeToken?: undefined;
652
+ feePayer?: undefined;
653
+ } | {
654
+ data?: `0x${string}` | undefined;
655
+ from?: `0x${string}` | undefined;
656
+ gas?: `0x${string}` | undefined;
657
+ nonce?: `0x${string}` | undefined;
658
+ to?: `0x${string}` | null | undefined;
659
+ type?: "0x1" | undefined;
660
+ value?: `0x${string}` | undefined;
661
+ gasPrice?: `0x${string}` | undefined;
662
+ maxFeePerBlobGas?: undefined | undefined;
663
+ maxFeePerGas?: undefined | undefined;
664
+ maxPriorityFeePerGas?: undefined | undefined;
665
+ accessList?: import("viem").AccessList | undefined;
666
+ authorizationList?: undefined;
667
+ blobVersionedHashes?: undefined;
668
+ blobs?: undefined;
669
+ kzg?: undefined;
670
+ sidecars?: undefined;
671
+ calls?: undefined;
672
+ feeToken?: undefined;
673
+ feePayer?: undefined;
674
+ } | {
675
+ data?: `0x${string}` | undefined;
676
+ from?: `0x${string}` | undefined;
677
+ gas?: `0x${string}` | undefined;
678
+ nonce?: `0x${string}` | undefined;
679
+ to?: `0x${string}` | null | undefined;
680
+ type?: "0x2" | undefined;
681
+ value?: `0x${string}` | undefined;
682
+ gasPrice?: undefined | undefined;
683
+ maxFeePerBlobGas?: undefined | undefined;
684
+ maxFeePerGas?: `0x${string}` | undefined;
685
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
686
+ accessList?: import("viem").AccessList | undefined;
687
+ authorizationList?: undefined;
688
+ blobVersionedHashes?: undefined;
689
+ blobs?: undefined;
690
+ kzg?: undefined;
691
+ sidecars?: undefined;
692
+ calls?: undefined;
693
+ feeToken?: undefined;
694
+ feePayer?: undefined;
695
+ } | {
696
+ type?: "0x3" | undefined;
697
+ nonce?: `0x${string}` | undefined;
698
+ from?: `0x${string}` | undefined;
699
+ gas?: `0x${string}` | undefined;
700
+ value?: `0x${string}` | undefined;
701
+ data?: `0x${string}` | undefined;
702
+ to: `0x${string}` | null;
703
+ gasPrice?: undefined | undefined;
704
+ maxFeePerBlobGas?: `0x${string}` | undefined;
705
+ maxFeePerGas?: `0x${string}` | undefined;
706
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
707
+ accessList?: import("viem").AccessList | undefined;
708
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
709
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
710
+ blobVersionedHashes: readonly import("viem").Hex[];
711
+ kzg?: undefined;
712
+ authorizationList?: undefined;
713
+ calls?: undefined;
714
+ feeToken?: undefined;
715
+ feePayer?: undefined;
716
+ } | {
717
+ type?: "0x3" | undefined;
718
+ nonce?: `0x${string}` | undefined;
719
+ from?: `0x${string}` | undefined;
720
+ gas?: `0x${string}` | undefined;
721
+ value?: `0x${string}` | undefined;
722
+ data?: `0x${string}` | undefined;
723
+ to: `0x${string}` | null;
724
+ gasPrice?: undefined | undefined;
725
+ maxFeePerBlobGas?: `0x${string}` | undefined;
726
+ maxFeePerGas?: `0x${string}` | undefined;
727
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
728
+ accessList?: import("viem").AccessList | undefined;
729
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
730
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
731
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
732
+ kzg?: import("viem").Kzg | undefined;
733
+ authorizationList?: undefined;
734
+ calls?: undefined;
735
+ feeToken?: undefined;
736
+ feePayer?: undefined;
737
+ } | {
738
+ type?: "0x4" | undefined;
739
+ nonce?: `0x${string}` | undefined;
740
+ accessList?: import("viem").AccessList | undefined;
741
+ from?: `0x${string}` | undefined;
742
+ gas?: `0x${string}` | undefined;
743
+ maxFeePerGas?: `0x${string}` | undefined;
744
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
745
+ to?: `0x${string}` | null | undefined;
746
+ value?: `0x${string}` | undefined;
747
+ data?: `0x${string}` | undefined;
748
+ gasPrice?: undefined | undefined;
749
+ maxFeePerBlobGas?: undefined | undefined;
750
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
751
+ blobVersionedHashes?: undefined;
752
+ blobs?: undefined;
753
+ kzg?: undefined;
754
+ sidecars?: undefined;
755
+ calls?: undefined;
756
+ feeToken?: undefined;
757
+ feePayer?: undefined;
758
+ } | {
759
+ data?: `0x${string}` | undefined;
760
+ from?: `0x${string}` | undefined;
761
+ gas?: `0x${string}` | undefined;
762
+ nonce?: `0x${string}` | undefined;
763
+ to?: `0x${string}` | null | undefined;
764
+ type?: "0x76" | undefined;
765
+ value?: `0x${string}` | undefined;
766
+ gasPrice?: undefined | undefined;
767
+ maxFeePerBlobGas?: undefined | undefined;
768
+ maxFeePerGas?: `0x${string}` | undefined;
769
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
770
+ accessList?: import("viem").AccessList | undefined;
771
+ authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
772
+ calls?: readonly import("./ox/TransactionEnvelopeAA.js").Call<`0x${string}`>[] | undefined;
773
+ feePayer?: true | import("viem").Account | undefined;
774
+ feeToken?: bigint | `0x${string}` | undefined;
775
+ blobVersionedHashes?: undefined;
776
+ blobs?: undefined;
777
+ kzg?: undefined;
778
+ sidecars?: undefined;
779
+ }) & {};
780
+ type: "transactionRequest";
781
+ };
782
+ };
783
+ serializers: {
784
+ transaction: typeof import("./viem/Transaction.js").serialize;
785
+ };
786
+ };
787
+ export declare const tempo: {
788
+ blockExplorers?: {
789
+ [key: string]: {
790
+ name: string;
791
+ url: string;
792
+ apiUrl?: string | undefined;
793
+ };
794
+ default: {
795
+ name: string;
796
+ url: string;
797
+ apiUrl?: string | undefined;
798
+ };
799
+ } | undefined | undefined;
800
+ blockTime: number;
801
+ contracts: {
802
+ multicall3: {
803
+ address: "0xca11bde05977b3631167028862be2a173976ca11";
804
+ blockCreated: number;
805
+ };
806
+ };
807
+ ensTlds?: readonly string[] | undefined;
808
+ id: 42427;
809
+ name: "Tempo Andante";
810
+ nativeCurrency: {
811
+ readonly name: "USD";
812
+ readonly symbol: "USD";
813
+ readonly decimals: 6;
814
+ };
815
+ experimental_preconfirmationTime?: number | undefined | undefined;
816
+ rpcUrls: {
817
+ readonly default: {
818
+ readonly http: readonly ["https://rpc-andante.tempoxyz.dev"];
819
+ };
820
+ };
821
+ sourceId?: number | undefined | undefined;
822
+ testnet?: boolean | undefined | undefined;
823
+ custom?: Record<string, unknown> | undefined;
824
+ fees?: import("viem").ChainFees<undefined> | undefined;
825
+ formatters: {
826
+ transaction: {
827
+ exclude: [] | undefined;
828
+ format: (args: import("./viem/Transaction.js").TransactionRpc, action?: string | undefined) => ({
829
+ r: import("viem").Hex;
830
+ s: import("viem").Hex;
831
+ v: bigint;
832
+ nonce: number;
833
+ from: import("viem").Address;
834
+ gas: bigint;
835
+ to: import("viem").Address | null;
836
+ value: bigint;
837
+ input: import("viem").Hex;
838
+ blockHash: `0x${string}` | null;
839
+ blockNumber: bigint | null;
840
+ hash: import("viem").Hash;
841
+ transactionIndex: number | null;
842
+ typeHex: import("viem").Hex | null;
843
+ accessList?: undefined | undefined;
844
+ authorizationList?: undefined | undefined;
845
+ blobVersionedHashes?: undefined | undefined;
846
+ chainId?: number | undefined;
847
+ yParity?: undefined | undefined;
848
+ type: "legacy";
849
+ gasPrice: bigint;
850
+ maxFeePerBlobGas?: undefined | undefined;
851
+ maxFeePerGas?: undefined | undefined;
852
+ maxPriorityFeePerGas?: undefined | undefined;
853
+ calls?: undefined;
854
+ feePayerSignature?: undefined;
855
+ feeToken?: undefined;
856
+ nonceKey?: undefined;
857
+ validBefore?: undefined;
858
+ validAfter?: undefined;
859
+ feePayer?: undefined;
860
+ } | {
861
+ blockHash: `0x${string}` | null;
862
+ blockNumber: bigint | null;
863
+ from: import("viem").Address;
864
+ gas: bigint;
865
+ hash: import("viem").Hash;
866
+ input: import("viem").Hex;
867
+ nonce: number;
868
+ r: import("viem").Hex;
869
+ s: import("viem").Hex;
870
+ to: import("viem").Address | null;
871
+ transactionIndex: number | null;
872
+ typeHex: import("viem").Hex | null;
873
+ v: bigint;
874
+ value: bigint;
875
+ yParity: number;
876
+ accessList: import("viem").AccessList;
877
+ authorizationList?: undefined | undefined;
878
+ blobVersionedHashes?: undefined | undefined;
879
+ chainId: number;
880
+ type: "eip2930";
881
+ gasPrice: bigint;
882
+ maxFeePerBlobGas?: undefined | undefined;
883
+ maxFeePerGas?: undefined | undefined;
884
+ maxPriorityFeePerGas?: undefined | undefined;
885
+ calls?: undefined;
886
+ feePayerSignature?: undefined;
887
+ feeToken?: undefined;
888
+ nonceKey?: undefined;
889
+ validBefore?: undefined;
890
+ validAfter?: undefined;
891
+ feePayer?: undefined;
892
+ } | {
893
+ blockHash: `0x${string}` | null;
894
+ blockNumber: bigint | null;
895
+ from: import("viem").Address;
896
+ gas: bigint;
897
+ hash: import("viem").Hash;
898
+ input: import("viem").Hex;
899
+ nonce: number;
900
+ r: import("viem").Hex;
901
+ s: import("viem").Hex;
902
+ to: import("viem").Address | null;
903
+ transactionIndex: number | null;
904
+ typeHex: import("viem").Hex | null;
905
+ v: bigint;
906
+ value: bigint;
907
+ yParity: number;
908
+ accessList: import("viem").AccessList;
909
+ authorizationList?: undefined | undefined;
910
+ blobVersionedHashes?: undefined | undefined;
911
+ chainId: number;
912
+ type: "eip1559";
913
+ gasPrice?: undefined | undefined;
914
+ maxFeePerBlobGas?: undefined | undefined;
915
+ maxFeePerGas: bigint;
916
+ maxPriorityFeePerGas: bigint;
917
+ calls?: undefined;
918
+ feePayerSignature?: undefined;
919
+ feeToken?: undefined;
920
+ nonceKey?: undefined;
921
+ validBefore?: undefined;
922
+ validAfter?: undefined;
923
+ feePayer?: undefined;
924
+ } | {
925
+ blockHash: `0x${string}` | null;
926
+ blockNumber: bigint | null;
927
+ from: import("viem").Address;
928
+ gas: bigint;
929
+ hash: import("viem").Hash;
930
+ input: import("viem").Hex;
931
+ nonce: number;
932
+ r: import("viem").Hex;
933
+ s: import("viem").Hex;
934
+ to: import("viem").Address | null;
935
+ transactionIndex: number | null;
936
+ typeHex: import("viem").Hex | null;
937
+ v: bigint;
938
+ value: bigint;
939
+ yParity: number;
940
+ accessList: import("viem").AccessList;
941
+ authorizationList?: undefined | undefined;
942
+ blobVersionedHashes: readonly import("viem").Hex[];
943
+ chainId: number;
944
+ type: "eip4844";
945
+ gasPrice?: undefined | undefined;
946
+ maxFeePerBlobGas: bigint;
947
+ maxFeePerGas: bigint;
948
+ maxPriorityFeePerGas: bigint;
949
+ calls?: undefined;
950
+ feePayerSignature?: undefined;
951
+ feeToken?: undefined;
952
+ nonceKey?: undefined;
953
+ validBefore?: undefined;
954
+ validAfter?: undefined;
955
+ feePayer?: undefined;
956
+ } | {
957
+ blockHash: `0x${string}` | null;
958
+ blockNumber: bigint | null;
959
+ from: import("viem").Address;
960
+ gas: bigint;
961
+ hash: import("viem").Hash;
962
+ input: import("viem").Hex;
963
+ nonce: number;
964
+ r: import("viem").Hex;
965
+ s: import("viem").Hex;
966
+ to: import("viem").Address | null;
967
+ transactionIndex: number | null;
968
+ typeHex: import("viem").Hex | null;
969
+ v: bigint;
970
+ value: bigint;
971
+ yParity: number;
972
+ accessList: import("viem").AccessList;
973
+ authorizationList: import("viem").SignedAuthorizationList;
974
+ blobVersionedHashes?: undefined | undefined;
975
+ chainId: number;
976
+ type: "eip7702";
977
+ gasPrice?: undefined | undefined;
978
+ maxFeePerBlobGas?: undefined | undefined;
979
+ maxFeePerGas: bigint;
980
+ maxPriorityFeePerGas: bigint;
981
+ calls?: undefined;
982
+ feePayerSignature?: undefined;
983
+ feeToken?: undefined;
984
+ nonceKey?: undefined;
985
+ validBefore?: undefined;
986
+ validAfter?: undefined;
987
+ feePayer?: undefined;
988
+ } | {
989
+ nonce: number;
990
+ from: import("viem").Address;
991
+ gas: bigint;
992
+ blockHash: `0x${string}` | null;
993
+ blockNumber: bigint | null;
994
+ hash: import("viem").Hash;
995
+ transactionIndex: number | null;
996
+ typeHex: import("viem").Hex | null;
997
+ r?: `0x${string}` | undefined;
998
+ s?: `0x${string}` | undefined;
999
+ yParity?: number | undefined;
1000
+ v?: bigint | undefined;
1001
+ accessList: import("viem").AccessList;
1002
+ authorizationList?: import("viem").SignedAuthorizationList | undefined;
1003
+ calls: readonly import("./ox/TransactionEnvelopeAA.js").Call<bigint>[];
1004
+ chainId: number;
1005
+ feeToken?: `0x${string}` | undefined;
1006
+ feePayer?: `0x${string}` | undefined;
1007
+ feePayerSignature?: import("viem").Signature | undefined;
1008
+ nonceKey?: bigint | undefined;
1009
+ type: "aa";
1010
+ validBefore?: number | undefined;
1011
+ validAfter?: number | undefined;
1012
+ gasPrice?: undefined | undefined;
1013
+ maxFeePerBlobGas?: undefined | undefined;
1014
+ maxFeePerGas: bigint;
1015
+ maxPriorityFeePerGas: bigint;
1016
+ to?: undefined;
1017
+ value?: undefined;
1018
+ input?: undefined;
1019
+ blobVersionedHashes?: undefined;
1020
+ }) & {};
1021
+ type: "transaction";
1022
+ };
1023
+ transactionRequest: {
1024
+ exclude: [] | undefined;
1025
+ format: (args: import("./viem/Transaction.js").TransactionRequest, action?: string | undefined) => ({
1026
+ data?: `0x${string}` | undefined;
1027
+ from?: `0x${string}` | undefined;
1028
+ gas?: `0x${string}` | undefined;
1029
+ nonce?: `0x${string}` | undefined;
1030
+ to?: `0x${string}` | null | undefined;
1031
+ type?: "0x0" | undefined;
1032
+ value?: `0x${string}` | undefined;
1033
+ gasPrice?: `0x${string}` | undefined;
1034
+ maxFeePerBlobGas?: undefined | undefined;
1035
+ maxFeePerGas?: undefined | undefined;
1036
+ maxPriorityFeePerGas?: undefined | undefined;
1037
+ accessList?: undefined;
1038
+ authorizationList?: undefined;
1039
+ blobVersionedHashes?: undefined;
1040
+ blobs?: undefined;
1041
+ kzg?: undefined;
1042
+ sidecars?: undefined;
1043
+ calls?: undefined;
1044
+ feeToken?: undefined;
1045
+ feePayer?: undefined;
1046
+ } | {
1047
+ data?: `0x${string}` | undefined;
1048
+ from?: `0x${string}` | undefined;
1049
+ gas?: `0x${string}` | undefined;
1050
+ nonce?: `0x${string}` | undefined;
1051
+ to?: `0x${string}` | null | undefined;
1052
+ type?: "0x1" | undefined;
1053
+ value?: `0x${string}` | undefined;
1054
+ gasPrice?: `0x${string}` | undefined;
1055
+ maxFeePerBlobGas?: undefined | undefined;
1056
+ maxFeePerGas?: undefined | undefined;
1057
+ maxPriorityFeePerGas?: undefined | undefined;
1058
+ accessList?: import("viem").AccessList | undefined;
1059
+ authorizationList?: undefined;
1060
+ blobVersionedHashes?: undefined;
1061
+ blobs?: undefined;
1062
+ kzg?: undefined;
1063
+ sidecars?: undefined;
1064
+ calls?: undefined;
1065
+ feeToken?: undefined;
1066
+ feePayer?: undefined;
1067
+ } | {
1068
+ data?: `0x${string}` | undefined;
1069
+ from?: `0x${string}` | undefined;
1070
+ gas?: `0x${string}` | undefined;
1071
+ nonce?: `0x${string}` | undefined;
1072
+ to?: `0x${string}` | null | undefined;
1073
+ type?: "0x2" | undefined;
1074
+ value?: `0x${string}` | undefined;
1075
+ gasPrice?: undefined | undefined;
1076
+ maxFeePerBlobGas?: undefined | undefined;
1077
+ maxFeePerGas?: `0x${string}` | undefined;
1078
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1079
+ accessList?: import("viem").AccessList | undefined;
1080
+ authorizationList?: undefined;
1081
+ blobVersionedHashes?: undefined;
1082
+ blobs?: undefined;
1083
+ kzg?: undefined;
1084
+ sidecars?: undefined;
1085
+ calls?: undefined;
1086
+ feeToken?: undefined;
1087
+ feePayer?: undefined;
1088
+ } | {
1089
+ type?: "0x3" | undefined;
1090
+ nonce?: `0x${string}` | undefined;
1091
+ from?: `0x${string}` | undefined;
1092
+ gas?: `0x${string}` | undefined;
1093
+ value?: `0x${string}` | undefined;
1094
+ data?: `0x${string}` | undefined;
1095
+ to: `0x${string}` | null;
1096
+ gasPrice?: undefined | undefined;
1097
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1098
+ maxFeePerGas?: `0x${string}` | undefined;
1099
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1100
+ accessList?: import("viem").AccessList | undefined;
1101
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1102
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1103
+ blobVersionedHashes: readonly import("viem").Hex[];
1104
+ kzg?: undefined;
1105
+ authorizationList?: undefined;
1106
+ calls?: undefined;
1107
+ feeToken?: undefined;
1108
+ feePayer?: undefined;
1109
+ } | {
1110
+ type?: "0x3" | undefined;
1111
+ nonce?: `0x${string}` | undefined;
1112
+ from?: `0x${string}` | undefined;
1113
+ gas?: `0x${string}` | undefined;
1114
+ value?: `0x${string}` | undefined;
1115
+ data?: `0x${string}` | undefined;
1116
+ to: `0x${string}` | null;
1117
+ gasPrice?: undefined | undefined;
1118
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1119
+ maxFeePerGas?: `0x${string}` | undefined;
1120
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1121
+ accessList?: import("viem").AccessList | undefined;
1122
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1123
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
1124
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1125
+ kzg?: import("viem").Kzg | undefined;
1126
+ authorizationList?: undefined;
1127
+ calls?: undefined;
1128
+ feeToken?: undefined;
1129
+ feePayer?: undefined;
1130
+ } | {
1131
+ type?: "0x4" | undefined;
1132
+ nonce?: `0x${string}` | undefined;
1133
+ accessList?: import("viem").AccessList | undefined;
1134
+ from?: `0x${string}` | undefined;
1135
+ gas?: `0x${string}` | undefined;
1136
+ maxFeePerGas?: `0x${string}` | undefined;
1137
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1138
+ to?: `0x${string}` | null | undefined;
1139
+ value?: `0x${string}` | undefined;
1140
+ data?: `0x${string}` | undefined;
1141
+ gasPrice?: undefined | undefined;
1142
+ maxFeePerBlobGas?: undefined | undefined;
1143
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
1144
+ blobVersionedHashes?: undefined;
1145
+ blobs?: undefined;
1146
+ kzg?: undefined;
1147
+ sidecars?: undefined;
1148
+ calls?: undefined;
1149
+ feeToken?: undefined;
1150
+ feePayer?: undefined;
1151
+ } | {
1152
+ data?: `0x${string}` | undefined;
1153
+ from?: `0x${string}` | undefined;
1154
+ gas?: `0x${string}` | undefined;
1155
+ nonce?: `0x${string}` | undefined;
1156
+ to?: `0x${string}` | null | undefined;
1157
+ type?: "0x76" | undefined;
1158
+ value?: `0x${string}` | undefined;
1159
+ gasPrice?: undefined | undefined;
1160
+ maxFeePerBlobGas?: undefined | undefined;
1161
+ maxFeePerGas?: `0x${string}` | undefined;
1162
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1163
+ accessList?: import("viem").AccessList | undefined;
1164
+ authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
1165
+ calls?: readonly import("./ox/TransactionEnvelopeAA.js").Call<`0x${string}`>[] | undefined;
1166
+ feePayer?: true | import("viem").Account | undefined;
1167
+ feeToken?: bigint | `0x${string}` | undefined;
1168
+ blobVersionedHashes?: undefined;
1169
+ blobs?: undefined;
1170
+ kzg?: undefined;
1171
+ sidecars?: undefined;
1172
+ }) & {};
1173
+ type: "transactionRequest";
1174
+ };
1175
+ };
1176
+ serializers: {
1177
+ transaction: typeof import("./viem/Transaction.js").serialize;
1178
+ };
1179
+ };
1180
+ //# sourceMappingURL=chains.d.ts.map