viem 2.0.3 → 2.0.6

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 (67) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  3. package/_cjs/chains/definitions/taikoJolnir.js +7 -0
  4. package/_cjs/chains/definitions/taikoJolnir.js.map +1 -1
  5. package/_cjs/chains/definitions/taikoKatla.js +25 -0
  6. package/_cjs/chains/definitions/taikoKatla.js.map +1 -0
  7. package/_cjs/chains/index.js +6 -6
  8. package/_cjs/chains/index.js.map +1 -1
  9. package/_cjs/clients/transports/http.js +1 -1
  10. package/_cjs/clients/transports/http.js.map +1 -1
  11. package/_cjs/errors/abi.js +13 -1
  12. package/_cjs/errors/abi.js.map +1 -1
  13. package/_cjs/errors/version.js +1 -1
  14. package/_cjs/index.js +5 -3
  15. package/_cjs/index.js.map +1 -1
  16. package/_cjs/utils/abi/decodeAbiParameters.js +2 -0
  17. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  18. package/_esm/actions/wallet/writeContract.js.map +1 -1
  19. package/_esm/chains/definitions/taikoJolnir.js +7 -0
  20. package/_esm/chains/definitions/taikoJolnir.js.map +1 -1
  21. package/_esm/chains/definitions/taikoKatla.js +22 -0
  22. package/_esm/chains/definitions/taikoKatla.js.map +1 -0
  23. package/_esm/chains/index.js +1 -1
  24. package/_esm/chains/index.js.map +1 -1
  25. package/_esm/clients/transports/http.js +1 -1
  26. package/_esm/clients/transports/http.js.map +1 -1
  27. package/_esm/errors/abi.js +11 -0
  28. package/_esm/errors/abi.js.map +1 -1
  29. package/_esm/errors/version.js +1 -1
  30. package/_esm/index.js +1 -0
  31. package/_esm/index.js.map +1 -1
  32. package/_esm/utils/abi/decodeAbiParameters.js +3 -1
  33. package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
  34. package/_types/actions/wallet/writeContract.d.ts +1 -1
  35. package/_types/actions/wallet/writeContract.d.ts.map +1 -1
  36. package/_types/chains/definitions/taikoJolnir.d.ts +7 -9
  37. package/_types/chains/definitions/taikoJolnir.d.ts.map +1 -1
  38. package/_types/chains/definitions/taikoKatla.d.ts +38 -0
  39. package/_types/chains/definitions/taikoKatla.d.ts.map +1 -0
  40. package/_types/chains/index.d.ts +1 -1
  41. package/_types/chains/index.d.ts.map +1 -1
  42. package/_types/errors/abi.d.ts +10 -0
  43. package/_types/errors/abi.d.ts.map +1 -1
  44. package/_types/errors/version.d.ts +1 -1
  45. package/_types/index.d.ts +1 -0
  46. package/_types/index.d.ts.map +1 -1
  47. package/_types/types/contract.d.ts +2 -1
  48. package/_types/types/contract.d.ts.map +1 -1
  49. package/_types/utils/abi/decodeAbiParameters.d.ts.map +1 -1
  50. package/actions/wallet/writeContract.ts +5 -1
  51. package/chains/definitions/taikoJolnir.ts +7 -0
  52. package/chains/definitions/taikoKatla.ts +22 -0
  53. package/chains/index.ts +1 -1
  54. package/clients/transports/http.ts +1 -1
  55. package/errors/abi.ts +13 -0
  56. package/errors/version.ts +1 -1
  57. package/index.ts +6 -0
  58. package/package.json +1 -1
  59. package/types/contract.ts +13 -12
  60. package/utils/abi/decodeAbiParameters.ts +4 -0
  61. package/_cjs/chains/definitions/celoCannoli.js +0 -34
  62. package/_cjs/chains/definitions/celoCannoli.js.map +0 -1
  63. package/_esm/chains/definitions/celoCannoli.js +0 -31
  64. package/_esm/chains/definitions/celoCannoli.js.map +0 -1
  65. package/_types/chains/definitions/celoCannoli.d.ts +0 -918
  66. package/_types/chains/definitions/celoCannoli.d.ts.map +0 -1
  67. package/chains/definitions/celoCannoli.ts +0 -31
@@ -1,918 +0,0 @@
1
- export declare const celoCannoli: {
2
- blockExplorers: {
3
- readonly default: {
4
- readonly name: "Celo Explorer";
5
- readonly url: "https://explorer.celo.org/cannoli";
6
- };
7
- };
8
- contracts: {
9
- readonly multicall3: {
10
- readonly address: "0x5Acb0aa8BF4E8Ff0d882Ee187140713C12BF9718";
11
- readonly blockCreated: 87429;
12
- };
13
- };
14
- id: 17323;
15
- name: "Cannoli";
16
- nativeCurrency: {
17
- readonly decimals: 18;
18
- readonly name: "CELO";
19
- readonly symbol: "C-CELO";
20
- };
21
- rpcUrls: {
22
- readonly default: {
23
- readonly http: readonly ["https://forno.cannoli.celo-testnet.org"];
24
- };
25
- };
26
- sourceId?: number | undefined;
27
- testnet: true;
28
- formatters: {
29
- readonly block: {
30
- exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
31
- format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../celo/types.js").CeloBlockOverrides & {
32
- transactions: `0x${string}`[] | import("../celo/types.js").CeloRpcTransaction[];
33
- }>) => {
34
- baseFeePerGas: bigint | null;
35
- difficulty: bigint;
36
- extraData: `0x${string}`;
37
- gasLimit: bigint;
38
- gasUsed: bigint;
39
- hash: `0x${string}` | null;
40
- logsBloom: `0x${string}` | null;
41
- miner: `0x${string}`;
42
- mixHash: `0x${string}`;
43
- nonce: `0x${string}` | null;
44
- number: bigint | null;
45
- parentHash: `0x${string}`;
46
- receiptsRoot: `0x${string}`;
47
- sealFields: `0x${string}`[];
48
- sha3Uncles: `0x${string}`;
49
- size: bigint;
50
- stateRoot: `0x${string}`;
51
- timestamp: bigint;
52
- totalDifficulty: bigint | null;
53
- transactions: `0x${string}`[] | import("../celo/types.js").CeloTransaction[];
54
- transactionsRoot: `0x${string}`;
55
- uncles: `0x${string}`[];
56
- withdrawals?: import("../../index.js").Withdrawal[] | undefined;
57
- withdrawalsRoot?: `0x${string}` | undefined;
58
- randomness: {
59
- committed: `0x${string}`;
60
- revealed: `0x${string}`;
61
- };
62
- } & {
63
- nonce: never;
64
- difficulty: never;
65
- gasLimit: never;
66
- mixHash: never;
67
- uncles: never;
68
- };
69
- type: "block";
70
- };
71
- readonly transaction: {
72
- exclude: [] | undefined;
73
- format: (args: ({
74
- yParity?: `0x${string}` | undefined;
75
- blockHash?: `0x${string}` | null | undefined;
76
- blockNumber?: `0x${string}` | null | undefined;
77
- from?: `0x${string}` | undefined;
78
- gas?: `0x${string}` | undefined;
79
- hash?: `0x${string}` | undefined;
80
- input?: `0x${string}` | undefined;
81
- nonce?: `0x${string}` | undefined;
82
- r?: `0x${string}` | undefined;
83
- s?: `0x${string}` | undefined;
84
- to?: `0x${string}` | null | undefined;
85
- transactionIndex?: `0x${string}` | null | undefined;
86
- v?: `0x${string}` | undefined;
87
- value?: `0x${string}` | undefined;
88
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
89
- gasPrice?: `0x${string}` | undefined;
90
- maxFeePerGas?: `0x${string}` | undefined;
91
- maxPriorityFeePerGas?: `0x${string}` | undefined;
92
- accessList?: undefined;
93
- chainId?: `0x${string}` | undefined;
94
- } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
95
- feeCurrency: `0x${string}` | null;
96
- gatewayFee: `0x${string}` | null;
97
- gatewayFeeRecipient: `0x${string}` | null;
98
- }) | ({
99
- yParity?: `0x${string}` | undefined;
100
- blockHash?: `0x${string}` | null | undefined;
101
- blockNumber?: `0x${string}` | null | undefined;
102
- from?: `0x${string}` | undefined;
103
- gas?: `0x${string}` | undefined;
104
- hash?: `0x${string}` | undefined;
105
- input?: `0x${string}` | undefined;
106
- nonce?: `0x${string}` | undefined;
107
- r?: `0x${string}` | undefined;
108
- s?: `0x${string}` | undefined;
109
- to?: `0x${string}` | null | undefined;
110
- transactionIndex?: `0x${string}` | null | undefined;
111
- v?: `0x${string}` | undefined;
112
- value?: `0x${string}` | undefined;
113
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
114
- gasPrice?: `0x${string}` | undefined;
115
- maxFeePerGas?: `0x${string}` | undefined;
116
- maxPriorityFeePerGas?: `0x${string}` | undefined;
117
- accessList?: undefined;
118
- chainId?: `0x${string}` | undefined;
119
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
120
- feeCurrency: `0x${string}` | null;
121
- gatewayFee: `0x${string}` | null;
122
- gatewayFeeRecipient: `0x${string}` | null;
123
- type: "0x7c";
124
- }) | ({
125
- yParity?: `0x${string}` | undefined;
126
- blockHash?: `0x${string}` | null | undefined;
127
- blockNumber?: `0x${string}` | null | undefined;
128
- from?: `0x${string}` | undefined;
129
- gas?: `0x${string}` | undefined;
130
- hash?: `0x${string}` | undefined;
131
- input?: `0x${string}` | undefined;
132
- nonce?: `0x${string}` | undefined;
133
- r?: `0x${string}` | undefined;
134
- s?: `0x${string}` | undefined;
135
- to?: `0x${string}` | null | undefined;
136
- transactionIndex?: `0x${string}` | null | undefined;
137
- v?: `0x${string}` | undefined;
138
- value?: `0x${string}` | undefined;
139
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
140
- gasPrice?: `0x${string}` | undefined;
141
- maxFeePerGas?: `0x${string}` | undefined;
142
- maxPriorityFeePerGas?: `0x${string}` | undefined;
143
- accessList?: undefined;
144
- chainId?: `0x${string}` | undefined;
145
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
146
- feeCurrency: `0x${string}` | null;
147
- gatewayFee?: undefined;
148
- gatewayFeeRecipient?: undefined;
149
- type: "0x7b";
150
- }) | ({
151
- yParity?: `0x${string}` | undefined;
152
- blockHash?: `0x${string}` | null | undefined;
153
- blockNumber?: `0x${string}` | null | undefined;
154
- from?: `0x${string}` | undefined;
155
- gas?: `0x${string}` | undefined;
156
- hash?: `0x${string}` | undefined;
157
- input?: `0x${string}` | undefined;
158
- nonce?: `0x${string}` | undefined;
159
- r?: `0x${string}` | undefined;
160
- s?: `0x${string}` | undefined;
161
- to?: `0x${string}` | null | undefined;
162
- transactionIndex?: `0x${string}` | null | undefined;
163
- v?: `0x${string}` | undefined;
164
- value?: `0x${string}` | undefined;
165
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
166
- gasPrice?: `0x${string}` | undefined;
167
- maxFeePerGas?: `0x${string}` | undefined;
168
- maxPriorityFeePerGas?: `0x${string}` | undefined;
169
- accessList?: import("../../index.js").AccessList | undefined;
170
- chainId?: `0x${string}` | undefined;
171
- } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
172
- feeCurrency: `0x${string}` | null;
173
- gatewayFee: `0x${string}` | null;
174
- gatewayFeeRecipient: `0x${string}` | null;
175
- }) | ({
176
- yParity?: `0x${string}` | undefined;
177
- blockHash?: `0x${string}` | null | undefined;
178
- blockNumber?: `0x${string}` | null | undefined;
179
- from?: `0x${string}` | undefined;
180
- gas?: `0x${string}` | undefined;
181
- hash?: `0x${string}` | undefined;
182
- input?: `0x${string}` | undefined;
183
- nonce?: `0x${string}` | undefined;
184
- r?: `0x${string}` | undefined;
185
- s?: `0x${string}` | undefined;
186
- to?: `0x${string}` | null | undefined;
187
- transactionIndex?: `0x${string}` | null | undefined;
188
- v?: `0x${string}` | undefined;
189
- value?: `0x${string}` | undefined;
190
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
191
- gasPrice?: `0x${string}` | undefined;
192
- maxFeePerGas?: `0x${string}` | undefined;
193
- maxPriorityFeePerGas?: `0x${string}` | undefined;
194
- accessList?: import("../../index.js").AccessList | undefined;
195
- chainId?: `0x${string}` | undefined;
196
- } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
197
- feeCurrency: `0x${string}` | null;
198
- gatewayFee: `0x${string}` | null;
199
- gatewayFeeRecipient: `0x${string}` | null;
200
- }) | ({
201
- yParity?: `0x${string}` | undefined;
202
- blockHash?: `0x${string}` | null | undefined;
203
- blockNumber?: `0x${string}` | null | undefined;
204
- from?: `0x${string}` | undefined;
205
- gas?: `0x${string}` | undefined;
206
- hash?: `0x${string}` | undefined;
207
- input?: `0x${string}` | undefined;
208
- nonce?: `0x${string}` | undefined;
209
- r?: `0x${string}` | undefined;
210
- s?: `0x${string}` | undefined;
211
- to?: `0x${string}` | null | undefined;
212
- transactionIndex?: `0x${string}` | null | undefined;
213
- v?: `0x${string}` | undefined;
214
- value?: `0x${string}` | undefined;
215
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
216
- gasPrice?: `0x${string}` | undefined;
217
- maxFeePerGas?: `0x${string}` | undefined;
218
- maxPriorityFeePerGas?: `0x${string}` | undefined;
219
- accessList?: import("../../index.js").AccessList | undefined;
220
- chainId?: `0x${string}` | undefined;
221
- } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
222
- feeCurrency: `0x${string}` | null;
223
- gatewayFee: `0x${string}` | null;
224
- gatewayFeeRecipient: `0x${string}` | null;
225
- }) | ({
226
- yParity?: `0x${string}` | undefined;
227
- blockHash?: `0x${string}` | null | undefined;
228
- blockNumber?: `0x${string}` | null | undefined;
229
- from?: `0x${string}` | undefined;
230
- gas?: `0x${string}` | undefined;
231
- hash?: `0x${string}` | undefined;
232
- input?: `0x${string}` | undefined;
233
- nonce?: `0x${string}` | undefined;
234
- r?: `0x${string}` | undefined;
235
- s?: `0x${string}` | undefined;
236
- to?: `0x${string}` | null | undefined;
237
- transactionIndex?: `0x${string}` | null | undefined;
238
- v?: `0x${string}` | undefined;
239
- value?: `0x${string}` | undefined;
240
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
241
- gasPrice?: `0x${string}` | undefined;
242
- maxFeePerGas?: `0x${string}` | undefined;
243
- maxPriorityFeePerGas?: `0x${string}` | undefined;
244
- accessList?: import("../../index.js").AccessList | undefined;
245
- chainId?: `0x${string}` | undefined;
246
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
247
- feeCurrency: `0x${string}` | null;
248
- gatewayFee: `0x${string}` | null;
249
- gatewayFeeRecipient: `0x${string}` | null;
250
- type: "0x7c";
251
- }) | ({
252
- yParity?: `0x${string}` | undefined;
253
- blockHash?: `0x${string}` | null | undefined;
254
- blockNumber?: `0x${string}` | null | undefined;
255
- from?: `0x${string}` | undefined;
256
- gas?: `0x${string}` | undefined;
257
- hash?: `0x${string}` | undefined;
258
- input?: `0x${string}` | undefined;
259
- nonce?: `0x${string}` | undefined;
260
- r?: `0x${string}` | undefined;
261
- s?: `0x${string}` | undefined;
262
- to?: `0x${string}` | null | undefined;
263
- transactionIndex?: `0x${string}` | null | undefined;
264
- v?: `0x${string}` | undefined;
265
- value?: `0x${string}` | undefined;
266
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
267
- gasPrice?: `0x${string}` | undefined;
268
- maxFeePerGas?: `0x${string}` | undefined;
269
- maxPriorityFeePerGas?: `0x${string}` | undefined;
270
- accessList?: import("../../index.js").AccessList | undefined;
271
- chainId?: `0x${string}` | undefined;
272
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
273
- feeCurrency: `0x${string}` | null;
274
- gatewayFee?: undefined;
275
- gatewayFeeRecipient?: undefined;
276
- type: "0x7b";
277
- }) | ({
278
- yParity?: `0x${string}` | undefined;
279
- blockHash?: `0x${string}` | null | undefined;
280
- blockNumber?: `0x${string}` | null | undefined;
281
- from?: `0x${string}` | undefined;
282
- gas?: `0x${string}` | undefined;
283
- hash?: `0x${string}` | undefined;
284
- input?: `0x${string}` | undefined;
285
- nonce?: `0x${string}` | undefined;
286
- r?: `0x${string}` | undefined;
287
- s?: `0x${string}` | undefined;
288
- to?: `0x${string}` | null | undefined;
289
- transactionIndex?: `0x${string}` | null | undefined;
290
- v?: `0x${string}` | undefined;
291
- value?: `0x${string}` | undefined;
292
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
293
- gasPrice?: `0x${string}` | undefined;
294
- maxFeePerGas?: `0x${string}` | undefined;
295
- maxPriorityFeePerGas?: `0x${string}` | undefined;
296
- accessList?: import("../../index.js").AccessList | undefined;
297
- chainId?: `0x${string}` | undefined;
298
- } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
299
- feeCurrency: `0x${string}` | null;
300
- gatewayFee: `0x${string}` | null;
301
- gatewayFeeRecipient: `0x${string}` | null;
302
- }) | ({
303
- yParity?: `0x${string}` | undefined;
304
- blockHash?: `0x${string}` | null | undefined;
305
- blockNumber?: `0x${string}` | null | undefined;
306
- from?: `0x${string}` | undefined;
307
- gas?: `0x${string}` | undefined;
308
- hash?: `0x${string}` | undefined;
309
- input?: `0x${string}` | undefined;
310
- nonce?: `0x${string}` | undefined;
311
- r?: `0x${string}` | undefined;
312
- s?: `0x${string}` | undefined;
313
- to?: `0x${string}` | null | undefined;
314
- transactionIndex?: `0x${string}` | null | undefined;
315
- v?: `0x${string}` | undefined;
316
- value?: `0x${string}` | undefined;
317
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
318
- gasPrice?: `0x${string}` | undefined;
319
- maxFeePerGas?: `0x${string}` | undefined;
320
- maxPriorityFeePerGas?: `0x${string}` | undefined;
321
- accessList?: import("../../index.js").AccessList | undefined;
322
- chainId?: `0x${string}` | undefined;
323
- } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
324
- feeCurrency: `0x${string}` | null;
325
- gatewayFee: `0x${string}` | null;
326
- gatewayFeeRecipient: `0x${string}` | null;
327
- }) | ({
328
- yParity?: `0x${string}` | undefined;
329
- blockHash?: `0x${string}` | null | undefined;
330
- blockNumber?: `0x${string}` | null | undefined;
331
- from?: `0x${string}` | undefined;
332
- gas?: `0x${string}` | undefined;
333
- hash?: `0x${string}` | undefined;
334
- input?: `0x${string}` | undefined;
335
- nonce?: `0x${string}` | undefined;
336
- r?: `0x${string}` | undefined;
337
- s?: `0x${string}` | undefined;
338
- to?: `0x${string}` | null | undefined;
339
- transactionIndex?: `0x${string}` | null | undefined;
340
- v?: `0x${string}` | undefined;
341
- value?: `0x${string}` | undefined;
342
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
343
- gasPrice?: `0x${string}` | undefined;
344
- maxFeePerGas?: `0x${string}` | undefined;
345
- maxPriorityFeePerGas?: `0x${string}` | undefined;
346
- accessList?: import("../../index.js").AccessList | undefined;
347
- chainId?: `0x${string}` | undefined;
348
- } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
349
- feeCurrency: `0x${string}` | null;
350
- gatewayFee: `0x${string}` | null;
351
- gatewayFeeRecipient: `0x${string}` | null;
352
- }) | ({
353
- yParity?: `0x${string}` | undefined;
354
- blockHash?: `0x${string}` | null | undefined;
355
- blockNumber?: `0x${string}` | null | undefined;
356
- from?: `0x${string}` | undefined;
357
- gas?: `0x${string}` | undefined;
358
- hash?: `0x${string}` | undefined;
359
- input?: `0x${string}` | undefined;
360
- nonce?: `0x${string}` | undefined;
361
- r?: `0x${string}` | undefined;
362
- s?: `0x${string}` | undefined;
363
- to?: `0x${string}` | null | undefined;
364
- transactionIndex?: `0x${string}` | null | undefined;
365
- v?: `0x${string}` | undefined;
366
- value?: `0x${string}` | undefined;
367
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
368
- gasPrice?: `0x${string}` | undefined;
369
- maxFeePerGas?: `0x${string}` | undefined;
370
- maxPriorityFeePerGas?: `0x${string}` | undefined;
371
- accessList?: import("../../index.js").AccessList | undefined;
372
- chainId?: `0x${string}` | undefined;
373
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
374
- feeCurrency: `0x${string}` | null;
375
- gatewayFee: `0x${string}` | null;
376
- gatewayFeeRecipient: `0x${string}` | null;
377
- type: "0x7c";
378
- }) | ({
379
- yParity?: `0x${string}` | undefined;
380
- blockHash?: `0x${string}` | null | undefined;
381
- blockNumber?: `0x${string}` | null | undefined;
382
- from?: `0x${string}` | undefined;
383
- gas?: `0x${string}` | undefined;
384
- hash?: `0x${string}` | undefined;
385
- input?: `0x${string}` | undefined;
386
- nonce?: `0x${string}` | undefined;
387
- r?: `0x${string}` | undefined;
388
- s?: `0x${string}` | undefined;
389
- to?: `0x${string}` | null | undefined;
390
- transactionIndex?: `0x${string}` | null | undefined;
391
- v?: `0x${string}` | undefined;
392
- value?: `0x${string}` | undefined;
393
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
394
- gasPrice?: `0x${string}` | undefined;
395
- maxFeePerGas?: `0x${string}` | undefined;
396
- maxPriorityFeePerGas?: `0x${string}` | undefined;
397
- accessList?: import("../../index.js").AccessList | undefined;
398
- chainId?: `0x${string}` | undefined;
399
- } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
400
- feeCurrency: `0x${string}` | null;
401
- gatewayFee?: undefined;
402
- gatewayFeeRecipient?: undefined;
403
- type: "0x7b";
404
- })) => ({
405
- blockHash: `0x${string}` | null;
406
- blockNumber: bigint | null;
407
- from: `0x${string}`;
408
- gas: bigint;
409
- hash: `0x${string}`;
410
- input: `0x${string}`;
411
- nonce: number;
412
- r: `0x${string}`;
413
- s: `0x${string}`;
414
- to: `0x${string}` | null;
415
- transactionIndex: number | null;
416
- typeHex: `0x${string}` | null;
417
- v: bigint;
418
- value: bigint;
419
- gasPrice: bigint;
420
- maxFeePerGas?: undefined;
421
- maxPriorityFeePerGas?: undefined;
422
- accessList?: undefined;
423
- chainId?: number | undefined;
424
- yParity?: undefined;
425
- type: "legacy";
426
- feeCurrency: `0x${string}` | null;
427
- gatewayFee: bigint | null;
428
- gatewayFeeRecipient: `0x${string}` | null;
429
- } | {
430
- blockHash: `0x${string}` | null;
431
- blockNumber: bigint | null;
432
- from: `0x${string}`;
433
- gas: bigint;
434
- hash: `0x${string}`;
435
- input: `0x${string}`;
436
- nonce: number;
437
- r: `0x${string}`;
438
- s: `0x${string}`;
439
- to: `0x${string}` | null;
440
- transactionIndex: number | null;
441
- typeHex: `0x${string}` | null;
442
- v: bigint;
443
- value: bigint;
444
- gasPrice: undefined;
445
- maxFeePerGas: bigint;
446
- maxPriorityFeePerGas: bigint;
447
- accessList?: undefined;
448
- chainId?: number | undefined;
449
- yParity: number;
450
- type: "cip42";
451
- feeCurrency: `0x${string}` | null;
452
- gatewayFee: bigint | null;
453
- gatewayFeeRecipient: `0x${string}` | null;
454
- } | {
455
- blockHash: `0x${string}` | null;
456
- blockNumber: bigint | null;
457
- from: `0x${string}`;
458
- gas: bigint;
459
- hash: `0x${string}`;
460
- input: `0x${string}`;
461
- nonce: number;
462
- r: `0x${string}`;
463
- s: `0x${string}`;
464
- to: `0x${string}` | null;
465
- transactionIndex: number | null;
466
- typeHex: `0x${string}` | null;
467
- v: bigint;
468
- value: bigint;
469
- gasPrice: undefined;
470
- maxFeePerGas: bigint;
471
- maxPriorityFeePerGas: bigint;
472
- accessList?: undefined;
473
- chainId?: number | undefined;
474
- yParity: number;
475
- type: "cip64";
476
- feeCurrency: `0x${string}` | null;
477
- gatewayFee?: undefined;
478
- gatewayFeeRecipient?: undefined;
479
- } | {
480
- blockHash: `0x${string}` | null;
481
- blockNumber: bigint | null;
482
- from: `0x${string}`;
483
- gas: bigint;
484
- hash: `0x${string}`;
485
- input: `0x${string}`;
486
- nonce: number;
487
- r: `0x${string}`;
488
- s: `0x${string}`;
489
- to: `0x${string}` | null;
490
- transactionIndex: number | null;
491
- typeHex: `0x${string}` | null;
492
- v: bigint;
493
- value: bigint;
494
- yParity: number;
495
- gasPrice: bigint;
496
- maxFeePerGas?: undefined;
497
- maxPriorityFeePerGas?: undefined;
498
- accessList: import("../../index.js").AccessList;
499
- chainId: number;
500
- type: "eip2930";
501
- feeCurrency: `0x${string}` | null;
502
- gatewayFee: bigint | null;
503
- gatewayFeeRecipient: `0x${string}` | null;
504
- } | {
505
- blockHash: `0x${string}` | null;
506
- blockNumber: bigint | null;
507
- from: `0x${string}`;
508
- gas: bigint;
509
- hash: `0x${string}`;
510
- input: `0x${string}`;
511
- nonce: number;
512
- r: `0x${string}`;
513
- s: `0x${string}`;
514
- to: `0x${string}` | null;
515
- transactionIndex: number | null;
516
- typeHex: `0x${string}` | null;
517
- v: bigint;
518
- value: bigint;
519
- yParity: number;
520
- gasPrice: undefined;
521
- maxFeePerGas: bigint;
522
- maxPriorityFeePerGas: bigint;
523
- accessList: import("../../index.js").AccessList;
524
- chainId: number;
525
- type: "eip1559";
526
- feeCurrency: `0x${string}` | null;
527
- gatewayFee: bigint | null;
528
- gatewayFeeRecipient: `0x${string}` | null;
529
- } | {
530
- blockHash: `0x${string}` | null;
531
- blockNumber: bigint | null;
532
- from: `0x${string}`;
533
- gas: bigint;
534
- hash: `0x${string}`;
535
- input: `0x${string}`;
536
- nonce: number;
537
- r: `0x${string}`;
538
- s: `0x${string}`;
539
- to: `0x${string}` | null;
540
- transactionIndex: number | null;
541
- typeHex: `0x${string}` | null;
542
- v: bigint;
543
- value: bigint;
544
- yParity: number;
545
- gasPrice: undefined;
546
- maxFeePerGas: bigint;
547
- maxPriorityFeePerGas: bigint;
548
- accessList: import("../../index.js").AccessList;
549
- chainId: number;
550
- type: "cip42";
551
- feeCurrency: `0x${string}` | null;
552
- gatewayFee: bigint | null;
553
- gatewayFeeRecipient: `0x${string}` | null;
554
- } | {
555
- blockHash: `0x${string}` | null;
556
- blockNumber: bigint | null;
557
- from: `0x${string}`;
558
- gas: bigint;
559
- hash: `0x${string}`;
560
- input: `0x${string}`;
561
- nonce: number;
562
- r: `0x${string}`;
563
- s: `0x${string}`;
564
- to: `0x${string}` | null;
565
- transactionIndex: number | null;
566
- typeHex: `0x${string}` | null;
567
- v: bigint;
568
- value: bigint;
569
- yParity: number;
570
- gasPrice: undefined;
571
- maxFeePerGas: bigint;
572
- maxPriorityFeePerGas: bigint;
573
- accessList: import("../../index.js").AccessList;
574
- chainId: number;
575
- type: "cip64";
576
- feeCurrency: `0x${string}` | null;
577
- gatewayFee?: undefined;
578
- gatewayFeeRecipient?: undefined;
579
- } | {
580
- blockHash: `0x${string}` | null;
581
- blockNumber: bigint | null;
582
- from: `0x${string}`;
583
- gas: bigint;
584
- hash: `0x${string}`;
585
- input: `0x${string}`;
586
- nonce: number;
587
- r: `0x${string}`;
588
- s: `0x${string}`;
589
- to: `0x${string}` | null;
590
- transactionIndex: number | null;
591
- typeHex: `0x${string}` | null;
592
- v: bigint;
593
- value: bigint;
594
- yParity: number;
595
- gasPrice: bigint;
596
- maxFeePerGas: undefined;
597
- maxPriorityFeePerGas: undefined;
598
- accessList: import("../../index.js").AccessList;
599
- chainId: number;
600
- type: "eip2930";
601
- feeCurrency: `0x${string}` | null;
602
- gatewayFee: bigint | null;
603
- gatewayFeeRecipient: `0x${string}` | null;
604
- } | {
605
- blockHash: `0x${string}` | null;
606
- blockNumber: bigint | null;
607
- from: `0x${string}`;
608
- gas: bigint;
609
- hash: `0x${string}`;
610
- input: `0x${string}`;
611
- nonce: number;
612
- r: `0x${string}`;
613
- s: `0x${string}`;
614
- to: `0x${string}` | null;
615
- transactionIndex: number | null;
616
- typeHex: `0x${string}` | null;
617
- v: bigint;
618
- value: bigint;
619
- yParity: number;
620
- gasPrice?: undefined;
621
- maxFeePerGas: bigint;
622
- maxPriorityFeePerGas: bigint;
623
- accessList: import("../../index.js").AccessList;
624
- chainId: number;
625
- type: "eip1559";
626
- feeCurrency: `0x${string}` | null;
627
- gatewayFee: bigint | null;
628
- gatewayFeeRecipient: `0x${string}` | null;
629
- } | {
630
- blockHash: `0x${string}` | null;
631
- blockNumber: bigint | null;
632
- from: `0x${string}`;
633
- gas: bigint;
634
- hash: `0x${string}`;
635
- input: `0x${string}`;
636
- nonce: number;
637
- r: `0x${string}`;
638
- s: `0x${string}`;
639
- to: `0x${string}` | null;
640
- transactionIndex: number | null;
641
- typeHex: `0x${string}` | null;
642
- v: bigint;
643
- value: bigint;
644
- yParity: number;
645
- gasPrice?: undefined;
646
- maxFeePerGas: bigint;
647
- maxPriorityFeePerGas: bigint;
648
- accessList: import("../../index.js").AccessList;
649
- chainId: number;
650
- type: "cip42";
651
- feeCurrency: `0x${string}` | null;
652
- gatewayFee: bigint | null;
653
- gatewayFeeRecipient: `0x${string}` | null;
654
- } | {
655
- blockHash: `0x${string}` | null;
656
- blockNumber: bigint | null;
657
- from: `0x${string}`;
658
- gas: bigint;
659
- hash: `0x${string}`;
660
- input: `0x${string}`;
661
- nonce: number;
662
- r: `0x${string}`;
663
- s: `0x${string}`;
664
- to: `0x${string}` | null;
665
- transactionIndex: number | null;
666
- typeHex: `0x${string}` | null;
667
- v: bigint;
668
- value: bigint;
669
- yParity: number;
670
- gasPrice?: undefined;
671
- maxFeePerGas: bigint;
672
- maxPriorityFeePerGas: bigint;
673
- accessList: import("../../index.js").AccessList;
674
- chainId: number;
675
- type: "cip64";
676
- feeCurrency: `0x${string}` | null;
677
- gatewayFee?: undefined;
678
- gatewayFeeRecipient?: undefined;
679
- }) & {};
680
- type: "transaction";
681
- };
682
- readonly transactionRequest: {
683
- exclude: [] | undefined;
684
- format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../celo/types.js").CeloTransactionRequest>) => ({
685
- data?: `0x${string}` | undefined;
686
- from: `0x${string}`;
687
- gas?: `0x${string}` | undefined;
688
- nonce?: `0x${string}` | undefined;
689
- to?: `0x${string}` | null | undefined;
690
- value?: `0x${string}` | undefined;
691
- gasPrice?: `0x${string}` | undefined;
692
- maxFeePerGas?: undefined;
693
- maxPriorityFeePerGas?: undefined;
694
- accessList?: undefined;
695
- type?: "0x0" | undefined;
696
- feeCurrency?: `0x${string}` | undefined;
697
- gatewayFee?: `0x${string}` | undefined;
698
- gatewayFeeRecipient?: `0x${string}` | undefined;
699
- } | {
700
- data?: `0x${string}` | undefined;
701
- from: `0x${string}`;
702
- gas?: `0x${string}` | undefined;
703
- nonce?: `0x${string}` | undefined;
704
- to?: `0x${string}` | null | undefined;
705
- value?: `0x${string}` | undefined;
706
- gasPrice?: `0x${string}` | undefined;
707
- maxFeePerGas?: undefined;
708
- maxPriorityFeePerGas?: undefined;
709
- accessList?: import("../../index.js").AccessList | undefined;
710
- type?: "0x1" | undefined;
711
- feeCurrency?: `0x${string}` | undefined;
712
- gatewayFee?: `0x${string}` | undefined;
713
- gatewayFeeRecipient?: `0x${string}` | undefined;
714
- } | {
715
- data?: `0x${string}` | undefined;
716
- from: `0x${string}`;
717
- gas?: `0x${string}` | undefined;
718
- nonce?: `0x${string}` | undefined;
719
- to?: `0x${string}` | null | undefined;
720
- value?: `0x${string}` | undefined;
721
- gasPrice?: undefined;
722
- maxFeePerGas?: `0x${string}` | undefined;
723
- maxPriorityFeePerGas?: `0x${string}` | undefined;
724
- accessList?: import("../../index.js").AccessList | undefined;
725
- type?: "0x2" | undefined;
726
- feeCurrency?: `0x${string}` | undefined;
727
- gatewayFee?: `0x${string}` | undefined;
728
- gatewayFeeRecipient?: `0x${string}` | undefined;
729
- } | {
730
- data?: `0x${string}` | undefined;
731
- from: `0x${string}`;
732
- gas?: `0x${string}` | undefined;
733
- nonce?: `0x${string}` | undefined;
734
- to?: `0x${string}` | null | undefined;
735
- value?: `0x${string}` | undefined;
736
- gasPrice?: undefined;
737
- maxFeePerGas?: `0x${string}` | undefined;
738
- maxPriorityFeePerGas?: `0x${string}` | undefined;
739
- accessList?: import("../../index.js").AccessList | undefined;
740
- type?: "0x7c" | undefined;
741
- feeCurrency?: `0x${string}` | undefined;
742
- gatewayFee?: `0x${string}` | undefined;
743
- gatewayFeeRecipient?: `0x${string}` | undefined;
744
- } | {
745
- data?: `0x${string}` | undefined;
746
- from: `0x${string}`;
747
- gas?: `0x${string}` | undefined;
748
- nonce?: `0x${string}` | undefined;
749
- to?: `0x${string}` | null | undefined;
750
- value?: `0x${string}` | undefined;
751
- gasPrice?: undefined;
752
- maxFeePerGas?: `0x${string}` | undefined;
753
- maxPriorityFeePerGas?: `0x${string}` | undefined;
754
- accessList?: import("../../index.js").AccessList | undefined;
755
- type?: "0x7b" | undefined;
756
- feeCurrency?: `0x${string}` | undefined;
757
- gatewayFee?: undefined;
758
- gatewayFeeRecipient?: undefined;
759
- } | {
760
- data?: `0x${string}` | undefined;
761
- from: `0x${string}`;
762
- gas?: `0x${string}` | undefined;
763
- nonce?: `0x${string}` | undefined;
764
- to?: `0x${string}` | null | undefined;
765
- value?: `0x${string}` | undefined;
766
- gasPrice?: `0x${string}` | undefined;
767
- maxFeePerGas?: undefined;
768
- maxPriorityFeePerGas?: undefined;
769
- accessList?: undefined;
770
- type?: "0x0" | undefined;
771
- feeCurrency?: `0x${string}` | undefined;
772
- gatewayFee?: `0x${string}` | undefined;
773
- gatewayFeeRecipient?: `0x${string}` | undefined;
774
- } | {
775
- data?: `0x${string}` | undefined;
776
- from: `0x${string}`;
777
- gas?: `0x${string}` | undefined;
778
- nonce?: `0x${string}` | undefined;
779
- to?: `0x${string}` | null | undefined;
780
- value?: `0x${string}` | undefined;
781
- gasPrice?: `0x${string}` | undefined;
782
- maxFeePerGas?: undefined;
783
- maxPriorityFeePerGas?: undefined;
784
- accessList?: import("../../index.js").AccessList | undefined;
785
- type?: "0x1" | undefined;
786
- feeCurrency?: `0x${string}` | undefined;
787
- gatewayFee?: `0x${string}` | undefined;
788
- gatewayFeeRecipient?: `0x${string}` | undefined;
789
- } | {
790
- data?: `0x${string}` | undefined;
791
- from: `0x${string}`;
792
- gas?: `0x${string}` | undefined;
793
- nonce?: `0x${string}` | undefined;
794
- to?: `0x${string}` | null | undefined;
795
- value?: `0x${string}` | undefined;
796
- gasPrice?: undefined;
797
- maxFeePerGas?: `0x${string}` | undefined;
798
- maxPriorityFeePerGas?: `0x${string}` | undefined;
799
- accessList?: import("../../index.js").AccessList | undefined;
800
- type?: "0x2" | undefined;
801
- feeCurrency?: `0x${string}` | undefined;
802
- gatewayFee?: `0x${string}` | undefined;
803
- gatewayFeeRecipient?: `0x${string}` | undefined;
804
- } | {
805
- data?: `0x${string}` | undefined;
806
- from: `0x${string}`;
807
- gas?: `0x${string}` | undefined;
808
- nonce?: `0x${string}` | undefined;
809
- to?: `0x${string}` | null | undefined;
810
- value?: `0x${string}` | undefined;
811
- gasPrice?: undefined;
812
- maxFeePerGas?: `0x${string}` | undefined;
813
- maxPriorityFeePerGas?: `0x${string}` | undefined;
814
- accessList?: import("../../index.js").AccessList | undefined;
815
- type?: "0x7c" | undefined;
816
- feeCurrency?: `0x${string}` | undefined;
817
- gatewayFee?: `0x${string}` | undefined;
818
- gatewayFeeRecipient?: `0x${string}` | undefined;
819
- } | {
820
- data?: `0x${string}` | undefined;
821
- from: `0x${string}`;
822
- gas?: `0x${string}` | undefined;
823
- nonce?: `0x${string}` | undefined;
824
- to?: `0x${string}` | null | undefined;
825
- value?: `0x${string}` | undefined;
826
- gasPrice?: undefined;
827
- maxFeePerGas?: `0x${string}` | undefined;
828
- maxPriorityFeePerGas?: `0x${string}` | undefined;
829
- accessList?: import("../../index.js").AccessList | undefined;
830
- type?: "0x7b" | undefined;
831
- feeCurrency?: `0x${string}` | undefined;
832
- gatewayFee?: undefined;
833
- gatewayFeeRecipient?: undefined;
834
- } | {
835
- data?: `0x${string}` | undefined;
836
- from: `0x${string}`;
837
- gas?: `0x${string}` | undefined;
838
- nonce?: `0x${string}` | undefined;
839
- to?: `0x${string}` | null | undefined;
840
- value?: `0x${string}` | undefined;
841
- gasPrice?: `0x${string}` | undefined;
842
- maxFeePerGas?: undefined;
843
- maxPriorityFeePerGas?: undefined;
844
- accessList?: undefined;
845
- type?: "0x0" | undefined;
846
- feeCurrency?: `0x${string}` | undefined;
847
- gatewayFee?: `0x${string}` | undefined;
848
- gatewayFeeRecipient?: `0x${string}` | undefined;
849
- } | {
850
- data?: `0x${string}` | undefined;
851
- from: `0x${string}`;
852
- gas?: `0x${string}` | undefined;
853
- nonce?: `0x${string}` | undefined;
854
- to?: `0x${string}` | null | undefined;
855
- value?: `0x${string}` | undefined;
856
- gasPrice?: `0x${string}` | undefined;
857
- maxFeePerGas?: undefined;
858
- maxPriorityFeePerGas?: undefined;
859
- accessList?: import("../../index.js").AccessList | undefined;
860
- type?: "0x1" | undefined;
861
- feeCurrency?: `0x${string}` | undefined;
862
- gatewayFee?: `0x${string}` | undefined;
863
- gatewayFeeRecipient?: `0x${string}` | undefined;
864
- } | {
865
- data?: `0x${string}` | undefined;
866
- from: `0x${string}`;
867
- gas?: `0x${string}` | undefined;
868
- nonce?: `0x${string}` | undefined;
869
- to?: `0x${string}` | null | undefined;
870
- value?: `0x${string}` | undefined;
871
- gasPrice?: undefined;
872
- maxFeePerGas?: `0x${string}` | undefined;
873
- maxPriorityFeePerGas?: `0x${string}` | undefined;
874
- accessList?: import("../../index.js").AccessList | undefined;
875
- type?: "0x2" | undefined;
876
- feeCurrency?: `0x${string}` | undefined;
877
- gatewayFee?: `0x${string}` | undefined;
878
- gatewayFeeRecipient?: `0x${string}` | undefined;
879
- } | {
880
- data?: `0x${string}` | undefined;
881
- from: `0x${string}`;
882
- gas?: `0x${string}` | undefined;
883
- nonce?: `0x${string}` | undefined;
884
- to?: `0x${string}` | null | undefined;
885
- value?: `0x${string}` | undefined;
886
- gasPrice?: undefined;
887
- maxFeePerGas?: `0x${string}` | undefined;
888
- maxPriorityFeePerGas?: `0x${string}` | undefined;
889
- accessList?: import("../../index.js").AccessList | undefined;
890
- type?: "0x7c" | undefined;
891
- feeCurrency?: `0x${string}` | undefined;
892
- gatewayFee?: `0x${string}` | undefined;
893
- gatewayFeeRecipient?: `0x${string}` | undefined;
894
- } | {
895
- data?: `0x${string}` | undefined;
896
- from: `0x${string}`;
897
- gas?: `0x${string}` | undefined;
898
- nonce?: `0x${string}` | undefined;
899
- to?: `0x${string}` | null | undefined;
900
- value?: `0x${string}` | undefined;
901
- gasPrice?: undefined;
902
- maxFeePerGas?: `0x${string}` | undefined;
903
- maxPriorityFeePerGas?: `0x${string}` | undefined;
904
- accessList?: import("../../index.js").AccessList | undefined;
905
- type?: "0x7b" | undefined;
906
- feeCurrency?: `0x${string}` | undefined;
907
- gatewayFee?: undefined;
908
- gatewayFeeRecipient?: undefined;
909
- }) & {};
910
- type: "transactionRequest";
911
- };
912
- };
913
- serializers: {
914
- readonly transaction: import("../../index.js").SerializeTransactionFn<import("../../index.js").TransactionSerializable | import("../celo/types.js").CeloTransactionSerializable>;
915
- };
916
- fees?: import("../../index.js").ChainFees<undefined> | undefined;
917
- };
918
- //# sourceMappingURL=celoCannoli.d.ts.map