viem 2.33.0 → 2.33.2

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