viem 2.8.10 → 2.8.11

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 (690) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  3. package/_cjs/actions/getContract.js.map +1 -1
  4. package/_cjs/actions/public/call.js +5 -1
  5. package/_cjs/actions/public/call.js.map +1 -1
  6. package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
  7. package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
  8. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  9. package/_cjs/actions/public/watchBlockNumber.js +1 -1
  10. package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
  11. package/_cjs/actions/public/watchBlocks.js +1 -1
  12. package/_cjs/actions/public/watchBlocks.js.map +1 -1
  13. package/_cjs/actions/public/watchContractEvent.js +73 -58
  14. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  15. package/_cjs/actions/public/watchEvent.js +1 -1
  16. package/_cjs/actions/public/watchEvent.js.map +1 -1
  17. package/_cjs/actions/public/watchPendingTransactions.js +1 -1
  18. package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
  19. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  20. package/_cjs/chains/celo/parsers.js.map +1 -1
  21. package/_cjs/chains/celo/serializers.js.map +1 -1
  22. package/_cjs/chains/definitions/lukso.js +6 -0
  23. package/_cjs/chains/definitions/lukso.js.map +1 -1
  24. package/_cjs/chains/definitions/luksoTestnet.js +34 -0
  25. package/_cjs/chains/definitions/luksoTestnet.js.map +1 -0
  26. package/_cjs/chains/definitions/zkSyncInMemoryNode.js +17 -0
  27. package/_cjs/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
  28. package/_cjs/chains/definitions/zkSyncLocalNode.js +17 -0
  29. package/_cjs/chains/definitions/zkSyncLocalNode.js.map +1 -0
  30. package/_cjs/chains/index.js +19 -13
  31. package/_cjs/chains/index.js.map +1 -1
  32. package/_cjs/chains/opStack/actions/getL1BaseFee.js.map +1 -1
  33. package/_cjs/chains/opStack/actions/getTimeToProve.js.map +1 -1
  34. package/_cjs/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
  35. package/_cjs/chains/zksync/formatters.js.map +1 -1
  36. package/_cjs/chains/zksync/serializers.js.map +1 -1
  37. package/_cjs/chains/zksync/utils/assertEip712Request.js.map +1 -1
  38. package/_cjs/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
  39. package/_cjs/chains/zksync/utils/isEip712Transaction.js.map +1 -1
  40. package/_cjs/clients/createClient.js.map +1 -1
  41. package/_cjs/clients/decorators/public.js.map +1 -1
  42. package/_cjs/clients/transports/createTransport.js.map +1 -1
  43. package/_cjs/clients/transports/fallback.js.map +1 -1
  44. package/_cjs/clients/transports/http.js.map +1 -1
  45. package/_cjs/errors/abi.js.map +1 -1
  46. package/_cjs/errors/account.js.map +1 -1
  47. package/_cjs/errors/base.js.map +1 -1
  48. package/_cjs/errors/chain.js.map +1 -1
  49. package/_cjs/errors/contract.js.map +1 -1
  50. package/_cjs/errors/node.js +5 -5
  51. package/_cjs/errors/node.js.map +1 -1
  52. package/_cjs/errors/request.js.map +1 -1
  53. package/_cjs/errors/rpc.js.map +1 -1
  54. package/_cjs/errors/version.js +1 -1
  55. package/_cjs/index.js.map +1 -1
  56. package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
  57. package/_cjs/utils/address/getAddress.js.map +1 -1
  58. package/_cjs/utils/data/isHex.js.map +1 -1
  59. package/_cjs/utils/data/slice.js.map +1 -1
  60. package/_cjs/utils/encoding/toBytes.js.map +1 -1
  61. package/_cjs/utils/errors/getNodeError.js.map +1 -1
  62. package/_cjs/utils/formatters/block.js.map +1 -1
  63. package/_cjs/utils/formatters/extract.js.map +1 -1
  64. package/_cjs/utils/formatters/log.js +1 -1
  65. package/_cjs/utils/formatters/log.js.map +1 -1
  66. package/_cjs/utils/formatters/proof.js.map +1 -1
  67. package/_cjs/utils/formatters/transaction.js.map +1 -1
  68. package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
  69. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  70. package/_cjs/utils/hash/keccak256.js.map +1 -1
  71. package/_cjs/utils/hash/ripemd160.js.map +1 -1
  72. package/_cjs/utils/hash/sha256.js.map +1 -1
  73. package/_cjs/utils/promise/withRetry.js.map +1 -1
  74. package/_cjs/utils/promise/withTimeout.js +1 -1
  75. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  76. package/_cjs/utils/rpc/http.js +1 -1
  77. package/_cjs/utils/rpc/http.js.map +1 -1
  78. package/_cjs/utils/signature/hashMessage.js.map +1 -1
  79. package/_cjs/utils/transaction/assertRequest.js.map +1 -1
  80. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  81. package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
  82. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  83. package/_cjs/utils/typedData.js.map +1 -1
  84. package/_esm/accounts/generateMnemonic.js.map +1 -1
  85. package/_esm/actions/getContract.js.map +1 -1
  86. package/_esm/actions/public/call.js +5 -1
  87. package/_esm/actions/public/call.js.map +1 -1
  88. package/_esm/actions/public/createContractEventFilter.js.map +1 -1
  89. package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
  90. package/_esm/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  91. package/_esm/actions/public/watchBlockNumber.js +1 -1
  92. package/_esm/actions/public/watchBlockNumber.js.map +1 -1
  93. package/_esm/actions/public/watchBlocks.js +1 -1
  94. package/_esm/actions/public/watchBlocks.js.map +1 -1
  95. package/_esm/actions/public/watchContractEvent.js +75 -60
  96. package/_esm/actions/public/watchContractEvent.js.map +1 -1
  97. package/_esm/actions/public/watchEvent.js +1 -1
  98. package/_esm/actions/public/watchEvent.js.map +1 -1
  99. package/_esm/actions/public/watchPendingTransactions.js +1 -1
  100. package/_esm/actions/public/watchPendingTransactions.js.map +1 -1
  101. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  102. package/_esm/chains/celo/parsers.js.map +1 -1
  103. package/_esm/chains/celo/serializers.js.map +1 -1
  104. package/_esm/chains/definitions/lukso.js +6 -0
  105. package/_esm/chains/definitions/lukso.js.map +1 -1
  106. package/_esm/chains/definitions/luksoTestnet.js +31 -0
  107. package/_esm/chains/definitions/luksoTestnet.js.map +1 -0
  108. package/_esm/chains/definitions/zkSyncInMemoryNode.js +14 -0
  109. package/_esm/chains/definitions/zkSyncInMemoryNode.js.map +1 -0
  110. package/_esm/chains/definitions/zkSyncLocalNode.js +14 -0
  111. package/_esm/chains/definitions/zkSyncLocalNode.js.map +1 -0
  112. package/_esm/chains/index.js +8 -5
  113. package/_esm/chains/index.js.map +1 -1
  114. package/_esm/chains/opStack/actions/getL1BaseFee.js.map +1 -1
  115. package/_esm/chains/opStack/actions/getTimeToProve.js.map +1 -1
  116. package/_esm/chains/opStack/actions/waitForNextL2Output.js.map +1 -1
  117. package/_esm/chains/opStack/decorators/publicL2.js +2 -2
  118. package/_esm/chains/zksync/formatters.js.map +1 -1
  119. package/_esm/chains/zksync/serializers.js.map +1 -1
  120. package/_esm/chains/zksync/utils/assertEip712Request.js.map +1 -1
  121. package/_esm/chains/zksync/utils/assertEip712Transaction.js.map +1 -1
  122. package/_esm/chains/zksync/utils/isEip712Transaction.js.map +1 -1
  123. package/_esm/clients/createClient.js.map +1 -1
  124. package/_esm/clients/decorators/public.js.map +1 -1
  125. package/_esm/clients/transports/createTransport.js.map +1 -1
  126. package/_esm/clients/transports/fallback.js.map +1 -1
  127. package/_esm/clients/transports/http.js.map +1 -1
  128. package/_esm/errors/abi.js.map +1 -1
  129. package/_esm/errors/account.js.map +1 -1
  130. package/_esm/errors/base.js.map +1 -1
  131. package/_esm/errors/chain.js.map +1 -1
  132. package/_esm/errors/contract.js.map +1 -1
  133. package/_esm/errors/node.js +5 -5
  134. package/_esm/errors/node.js.map +1 -1
  135. package/_esm/errors/request.js.map +1 -1
  136. package/_esm/errors/rpc.js.map +1 -1
  137. package/_esm/errors/version.js +1 -1
  138. package/_esm/index.js.map +1 -1
  139. package/_esm/utils/abi/formatAbiItem.js.map +1 -1
  140. package/_esm/utils/address/getAddress.js.map +1 -1
  141. package/_esm/utils/data/isHex.js.map +1 -1
  142. package/_esm/utils/data/slice.js.map +1 -1
  143. package/_esm/utils/encoding/toBytes.js.map +1 -1
  144. package/_esm/utils/errors/getNodeError.js.map +1 -1
  145. package/_esm/utils/formatters/block.js.map +1 -1
  146. package/_esm/utils/formatters/extract.js.map +1 -1
  147. package/_esm/utils/formatters/log.js +1 -1
  148. package/_esm/utils/formatters/log.js.map +1 -1
  149. package/_esm/utils/formatters/proof.js.map +1 -1
  150. package/_esm/utils/formatters/transaction.js.map +1 -1
  151. package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
  152. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  153. package/_esm/utils/hash/keccak256.js.map +1 -1
  154. package/_esm/utils/hash/ripemd160.js.map +1 -1
  155. package/_esm/utils/hash/sha256.js.map +1 -1
  156. package/_esm/utils/promise/withRetry.js.map +1 -1
  157. package/_esm/utils/promise/withTimeout.js +1 -1
  158. package/_esm/utils/promise/withTimeout.js.map +1 -1
  159. package/_esm/utils/rpc/http.js +1 -1
  160. package/_esm/utils/rpc/http.js.map +1 -1
  161. package/_esm/utils/signature/hashMessage.js.map +1 -1
  162. package/_esm/utils/transaction/assertRequest.js.map +1 -1
  163. package/_esm/utils/transaction/getTransactionType.js.map +1 -1
  164. package/_esm/utils/transaction/serializeAccessList.js.map +1 -1
  165. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  166. package/_esm/utils/typedData.js.map +1 -1
  167. package/_types/accounts/generateMnemonic.d.ts +1 -1
  168. package/_types/accounts/generateMnemonic.d.ts.map +1 -1
  169. package/_types/accounts/types.d.ts +9 -9
  170. package/_types/accounts/types.d.ts.map +1 -1
  171. package/_types/accounts/utils/signTransaction.d.ts +1 -1
  172. package/_types/accounts/utils/signTransaction.d.ts.map +1 -1
  173. package/_types/actions/ens/getEnsAddress.d.ts +4 -4
  174. package/_types/actions/ens/getEnsAddress.d.ts.map +1 -1
  175. package/_types/actions/ens/getEnsAvatar.d.ts +1 -1
  176. package/_types/actions/ens/getEnsAvatar.d.ts.map +1 -1
  177. package/_types/actions/ens/getEnsName.d.ts +3 -3
  178. package/_types/actions/ens/getEnsName.d.ts.map +1 -1
  179. package/_types/actions/ens/getEnsResolver.d.ts +1 -1
  180. package/_types/actions/ens/getEnsResolver.d.ts.map +1 -1
  181. package/_types/actions/ens/getEnsText.d.ts +3 -3
  182. package/_types/actions/ens/getEnsText.d.ts.map +1 -1
  183. package/_types/actions/getContract.d.ts +3 -3
  184. package/_types/actions/getContract.d.ts.map +1 -1
  185. package/_types/actions/public/call.d.ts +8 -8
  186. package/_types/actions/public/call.d.ts.map +1 -1
  187. package/_types/actions/public/createContractEventFilter.d.ts +6 -6
  188. package/_types/actions/public/createContractEventFilter.d.ts.map +1 -1
  189. package/_types/actions/public/createEventFilter.d.ts +21 -21
  190. package/_types/actions/public/createEventFilter.d.ts.map +1 -1
  191. package/_types/actions/public/estimateFeesPerGas.d.ts +4 -4
  192. package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
  193. package/_types/actions/public/estimateGas.d.ts +5 -5
  194. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  195. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts +3 -3
  196. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts.map +1 -1
  197. package/_types/actions/public/getBalance.d.ts +4 -4
  198. package/_types/actions/public/getBalance.d.ts.map +1 -1
  199. package/_types/actions/public/getBlock.d.ts +10 -10
  200. package/_types/actions/public/getBlock.d.ts.map +1 -1
  201. package/_types/actions/public/getBlockNumber.d.ts +1 -1
  202. package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
  203. package/_types/actions/public/getBlockTransactionCount.d.ts +9 -9
  204. package/_types/actions/public/getBlockTransactionCount.d.ts.map +1 -1
  205. package/_types/actions/public/getBytecode.d.ts +4 -4
  206. package/_types/actions/public/getBytecode.d.ts.map +1 -1
  207. package/_types/actions/public/getContractEvents.d.ts +4 -4
  208. package/_types/actions/public/getContractEvents.d.ts.map +1 -1
  209. package/_types/actions/public/getFeeHistory.d.ts +4 -4
  210. package/_types/actions/public/getFeeHistory.d.ts.map +1 -1
  211. package/_types/actions/public/getLogs.d.ts +17 -17
  212. package/_types/actions/public/getLogs.d.ts.map +1 -1
  213. package/_types/actions/public/getProof.d.ts +4 -4
  214. package/_types/actions/public/getProof.d.ts.map +1 -1
  215. package/_types/actions/public/getStorageAt.d.ts +4 -4
  216. package/_types/actions/public/getStorageAt.d.ts.map +1 -1
  217. package/_types/actions/public/getTransaction.d.ts +13 -13
  218. package/_types/actions/public/getTransaction.d.ts.map +1 -1
  219. package/_types/actions/public/getTransactionConfirmations.d.ts +2 -2
  220. package/_types/actions/public/getTransactionConfirmations.d.ts.map +1 -1
  221. package/_types/actions/public/getTransactionCount.d.ts +4 -4
  222. package/_types/actions/public/getTransactionCount.d.ts.map +1 -1
  223. package/_types/actions/public/simulateContract.d.ts +3 -3
  224. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  225. package/_types/actions/public/waitForTransactionReceipt.d.ts +6 -6
  226. package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
  227. package/_types/actions/public/watchBlockNumber.d.ts +1 -1
  228. package/_types/actions/public/watchBlockNumber.d.ts.map +1 -1
  229. package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
  230. package/_types/actions/public/watchEvent.d.ts +13 -13
  231. package/_types/actions/public/watchEvent.d.ts.map +1 -1
  232. package/_types/actions/public/watchPendingTransactions.d.ts +1 -1
  233. package/_types/actions/public/watchPendingTransactions.d.ts.map +1 -1
  234. package/_types/actions/test/mine.d.ts +1 -1
  235. package/_types/actions/test/mine.d.ts.map +1 -1
  236. package/_types/actions/test/reset.d.ts +2 -2
  237. package/_types/actions/test/reset.d.ts.map +1 -1
  238. package/_types/actions/wallet/prepareTransactionRequest.d.ts +5 -5
  239. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  240. package/_types/actions/wallet/writeContract.d.ts +1 -1
  241. package/_types/actions/wallet/writeContract.d.ts.map +1 -1
  242. package/_types/chains/celo/chainConfig.d.ts +312 -312
  243. package/_types/chains/celo/formatters.d.ts +312 -312
  244. package/_types/chains/celo/parsers.d.ts.map +1 -1
  245. package/_types/chains/celo/serializers.d.ts +1 -1
  246. package/_types/chains/celo/serializers.d.ts.map +1 -1
  247. package/_types/chains/celo/types.d.ts +39 -39
  248. package/_types/chains/celo/types.d.ts.map +1 -1
  249. package/_types/chains/definitions/ancient8.d.ts +217 -217
  250. package/_types/chains/definitions/ancient8Sepolia.d.ts +217 -217
  251. package/_types/chains/definitions/base.d.ts +217 -217
  252. package/_types/chains/definitions/baseGoerli.d.ts +217 -217
  253. package/_types/chains/definitions/baseSepolia.d.ts +217 -217
  254. package/_types/chains/definitions/celo.d.ts +312 -312
  255. package/_types/chains/definitions/celoAlfajores.d.ts +312 -312
  256. package/_types/chains/definitions/fraxtal.d.ts +217 -217
  257. package/_types/chains/definitions/fraxtalTestnet.d.ts +217 -217
  258. package/_types/chains/definitions/liskSepolia.d.ts +217 -217
  259. package/_types/chains/definitions/lukso.d.ts +6 -8
  260. package/_types/chains/definitions/lukso.d.ts.map +1 -1
  261. package/_types/chains/definitions/luksoTestnet.d.ts +35 -0
  262. package/_types/chains/definitions/luksoTestnet.d.ts.map +1 -0
  263. package/_types/chains/definitions/optimism.d.ts +217 -217
  264. package/_types/chains/definitions/optimismGoerli.d.ts +217 -217
  265. package/_types/chains/definitions/optimismSepolia.d.ts +217 -217
  266. package/_types/chains/definitions/pgn.d.ts +217 -217
  267. package/_types/chains/definitions/pgnTestnet.d.ts +217 -217
  268. package/_types/chains/definitions/rss3.d.ts +217 -217
  269. package/_types/chains/definitions/rss3Sepolia.d.ts +217 -217
  270. package/_types/chains/definitions/zkSync.d.ts +33 -33
  271. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +42 -0
  272. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -0
  273. package/_types/chains/definitions/zkSyncLocalNode.d.ts +42 -0
  274. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -0
  275. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +33 -33
  276. package/_types/chains/definitions/zkSyncTestnet.d.ts +33 -33
  277. package/_types/chains/definitions/zora.d.ts +217 -217
  278. package/_types/chains/definitions/zoraSepolia.d.ts +217 -217
  279. package/_types/chains/definitions/zoraTestnet.d.ts +217 -217
  280. package/_types/chains/index.d.ts +8 -5
  281. package/_types/chains/index.d.ts.map +1 -1
  282. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts +7 -7
  283. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts.map +1 -1
  284. package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts +3 -3
  285. package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts.map +1 -1
  286. package/_types/chains/opStack/actions/depositTransaction.d.ts +1 -1
  287. package/_types/chains/opStack/actions/depositTransaction.d.ts.map +1 -1
  288. package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts +1 -1
  289. package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts.map +1 -1
  290. package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts +1 -1
  291. package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts.map +1 -1
  292. package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts +1 -1
  293. package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts.map +1 -1
  294. package/_types/chains/opStack/actions/estimateL1Fee.d.ts +1 -1
  295. package/_types/chains/opStack/actions/estimateL1Fee.d.ts.map +1 -1
  296. package/_types/chains/opStack/actions/estimateL1Gas.d.ts +1 -1
  297. package/_types/chains/opStack/actions/estimateL1Gas.d.ts.map +1 -1
  298. package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts +1 -1
  299. package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts.map +1 -1
  300. package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts +1 -1
  301. package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts.map +1 -1
  302. package/_types/chains/opStack/actions/getL1BaseFee.d.ts +2 -2
  303. package/_types/chains/opStack/actions/getL1BaseFee.d.ts.map +1 -1
  304. package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts +2 -2
  305. package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts.map +1 -1
  306. package/_types/chains/opStack/actions/getTimeToProve.d.ts +1 -1
  307. package/_types/chains/opStack/actions/getTimeToProve.d.ts.map +1 -1
  308. package/_types/chains/opStack/actions/proveWithdrawal.d.ts +1 -1
  309. package/_types/chains/opStack/actions/proveWithdrawal.d.ts.map +1 -1
  310. package/_types/chains/opStack/actions/waitForNextL2Output.d.ts +2 -2
  311. package/_types/chains/opStack/actions/waitForNextL2Output.d.ts.map +1 -1
  312. package/_types/chains/opStack/actions/waitToProve.d.ts +1 -1
  313. package/_types/chains/opStack/actions/waitToProve.d.ts.map +1 -1
  314. package/_types/chains/opStack/chainConfig.d.ts +217 -217
  315. package/_types/chains/opStack/decorators/publicL2.d.ts +3 -3
  316. package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
  317. package/_types/chains/opStack/formatters.d.ts +217 -217
  318. package/_types/chains/opStack/types/deposit.d.ts +6 -6
  319. package/_types/chains/opStack/types/deposit.d.ts.map +1 -1
  320. package/_types/chains/opStack/types/transaction.d.ts +4 -4
  321. package/_types/chains/opStack/types/transaction.d.ts.map +1 -1
  322. package/_types/chains/opStack/types/withdrawal.d.ts +2 -2
  323. package/_types/chains/opStack/types/withdrawal.d.ts.map +1 -1
  324. package/_types/chains/zksync/chainConfig.d.ts +33 -33
  325. package/_types/chains/zksync/formatters.d.ts +33 -33
  326. package/_types/chains/zksync/serializers.d.ts +1 -1
  327. package/_types/chains/zksync/serializers.d.ts.map +1 -1
  328. package/_types/chains/zksync/types/eip712.d.ts +4 -4
  329. package/_types/chains/zksync/types/eip712.d.ts.map +1 -1
  330. package/_types/chains/zksync/types/transaction.d.ts +21 -21
  331. package/_types/chains/zksync/types/transaction.d.ts.map +1 -1
  332. package/_types/chains/zksync/utils/assertEip712Request.d.ts +2 -1
  333. package/_types/chains/zksync/utils/assertEip712Request.d.ts.map +1 -1
  334. package/_types/chains/zksync/utils/assertEip712Transaction.d.ts +2 -1
  335. package/_types/chains/zksync/utils/assertEip712Transaction.d.ts.map +1 -1
  336. package/_types/chains/zksync/utils/isEip712Transaction.d.ts +2 -1
  337. package/_types/chains/zksync/utils/isEip712Transaction.d.ts.map +1 -1
  338. package/_types/clients/createClient.d.ts +2 -2
  339. package/_types/clients/createClient.d.ts.map +1 -1
  340. package/_types/clients/decorators/public.d.ts +7 -7
  341. package/_types/clients/decorators/public.d.ts.map +1 -1
  342. package/_types/clients/decorators/test.d.ts +1 -1
  343. package/_types/clients/decorators/test.d.ts.map +1 -1
  344. package/_types/clients/transports/createTransport.d.ts +9 -9
  345. package/_types/clients/transports/createTransport.d.ts.map +1 -1
  346. package/_types/clients/transports/custom.d.ts +4 -4
  347. package/_types/clients/transports/custom.d.ts.map +1 -1
  348. package/_types/clients/transports/fallback.d.ts +17 -17
  349. package/_types/clients/transports/fallback.d.ts.map +1 -1
  350. package/_types/clients/transports/http.d.ts +13 -13
  351. package/_types/clients/transports/http.d.ts.map +1 -1
  352. package/_types/clients/transports/ipc.d.ts +6 -6
  353. package/_types/clients/transports/ipc.d.ts.map +1 -1
  354. package/_types/clients/transports/webSocket.d.ts +6 -6
  355. package/_types/clients/transports/webSocket.d.ts.map +1 -1
  356. package/_types/errors/abi.d.ts +6 -6
  357. package/_types/errors/abi.d.ts.map +1 -1
  358. package/_types/errors/account.d.ts +1 -1
  359. package/_types/errors/account.d.ts.map +1 -1
  360. package/_types/errors/base.d.ts +9 -9
  361. package/_types/errors/base.d.ts.map +1 -1
  362. package/_types/errors/block.d.ts +2 -2
  363. package/_types/errors/block.d.ts.map +1 -1
  364. package/_types/errors/chain.d.ts +3 -3
  365. package/_types/errors/chain.d.ts.map +1 -1
  366. package/_types/errors/contract.d.ts +20 -20
  367. package/_types/errors/contract.d.ts.map +1 -1
  368. package/_types/errors/encoding.d.ts +3 -3
  369. package/_types/errors/encoding.d.ts.map +1 -1
  370. package/_types/errors/estimateGas.d.ts +3 -3
  371. package/_types/errors/estimateGas.d.ts.map +1 -1
  372. package/_types/errors/node.d.ts +27 -27
  373. package/_types/errors/node.d.ts.map +1 -1
  374. package/_types/errors/request.d.ts +7 -7
  375. package/_types/errors/request.d.ts.map +1 -1
  376. package/_types/errors/rpc.d.ts +5 -5
  377. package/_types/errors/rpc.d.ts.map +1 -1
  378. package/_types/errors/transaction.d.ts +7 -7
  379. package/_types/errors/transaction.d.ts.map +1 -1
  380. package/_types/errors/version.d.ts +1 -1
  381. package/_types/index.d.ts +1 -1
  382. package/_types/index.d.ts.map +1 -1
  383. package/_types/types/block.d.ts +3 -3
  384. package/_types/types/block.d.ts.map +1 -1
  385. package/_types/types/chain.d.ts +1 -1
  386. package/_types/types/chain.d.ts.map +1 -1
  387. package/_types/types/contract.d.ts +5 -5
  388. package/_types/types/contract.d.ts.map +1 -1
  389. package/_types/types/eip1193.d.ts +29 -29
  390. package/_types/types/eip1193.d.ts.map +1 -1
  391. package/_types/types/ens.d.ts +1 -1
  392. package/_types/types/ens.d.ts.map +1 -1
  393. package/_types/types/fee.d.ts +6 -6
  394. package/_types/types/fee.d.ts.map +1 -1
  395. package/_types/types/filter.d.ts +9 -9
  396. package/_types/types/filter.d.ts.map +1 -1
  397. package/_types/types/kzg.d.ts +1 -1
  398. package/_types/types/kzg.d.ts.map +1 -1
  399. package/_types/types/misc.d.ts +2 -2
  400. package/_types/types/misc.d.ts.map +1 -1
  401. package/_types/types/rpc.d.ts +16 -16
  402. package/_types/types/rpc.d.ts.map +1 -1
  403. package/_types/types/stateOverride.d.ts +5 -5
  404. package/_types/types/stateOverride.d.ts.map +1 -1
  405. package/_types/types/transaction.d.ts +56 -56
  406. package/_types/types/transaction.d.ts.map +1 -1
  407. package/_types/types/typedData.d.ts +1 -1
  408. package/_types/types/typedData.d.ts.map +1 -1
  409. package/_types/types/utils.d.ts +6 -3
  410. package/_types/types/utils.d.ts.map +1 -1
  411. package/_types/types/window.d.ts +1 -1
  412. package/_types/types/window.d.ts.map +1 -1
  413. package/_types/utils/abi/decodeEventLog.d.ts +1 -1
  414. package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
  415. package/_types/utils/abi/decodeFunctionResult.d.ts +2 -2
  416. package/_types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
  417. package/_types/utils/abi/encodeErrorResult.d.ts +2 -2
  418. package/_types/utils/abi/encodeErrorResult.d.ts.map +1 -1
  419. package/_types/utils/abi/encodeEventTopics.d.ts +2 -2
  420. package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
  421. package/_types/utils/abi/encodeFunctionData.d.ts +2 -2
  422. package/_types/utils/abi/encodeFunctionData.d.ts.map +1 -1
  423. package/_types/utils/abi/encodeFunctionResult.d.ts +2 -2
  424. package/_types/utils/abi/encodeFunctionResult.d.ts.map +1 -1
  425. package/_types/utils/abi/formatAbiItem.d.ts +2 -2
  426. package/_types/utils/abi/formatAbiItem.d.ts.map +1 -1
  427. package/_types/utils/abi/formatAbiItemWithArgs.d.ts +2 -2
  428. package/_types/utils/abi/formatAbiItemWithArgs.d.ts.map +1 -1
  429. package/_types/utils/address/getAddress.d.ts +1 -1
  430. package/_types/utils/address/getAddress.d.ts.map +1 -1
  431. package/_types/utils/address/getContractAddress.d.ts +1 -1
  432. package/_types/utils/address/getContractAddress.d.ts.map +1 -1
  433. package/_types/utils/address/isAddress.d.ts +1 -1
  434. package/_types/utils/address/isAddress.d.ts.map +1 -1
  435. package/_types/utils/blob/commitmentToVersionedHash.d.ts +1 -1
  436. package/_types/utils/blob/commitmentToVersionedHash.d.ts.map +1 -1
  437. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +1 -1
  438. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  439. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  440. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  441. package/_types/utils/chain/assertCurrentChain.d.ts +1 -1
  442. package/_types/utils/chain/assertCurrentChain.d.ts.map +1 -1
  443. package/_types/utils/chain/getChainContractAddress.d.ts +1 -1
  444. package/_types/utils/chain/getChainContractAddress.d.ts.map +1 -1
  445. package/_types/utils/cursor.d.ts +1 -1
  446. package/_types/utils/cursor.d.ts.map +1 -1
  447. package/_types/utils/data/isHex.d.ts +1 -1
  448. package/_types/utils/data/isHex.d.ts.map +1 -1
  449. package/_types/utils/data/pad.d.ts +2 -2
  450. package/_types/utils/data/pad.d.ts.map +1 -1
  451. package/_types/utils/data/slice.d.ts +6 -6
  452. package/_types/utils/data/slice.d.ts.map +1 -1
  453. package/_types/utils/data/trim.d.ts +1 -1
  454. package/_types/utils/data/trim.d.ts.map +1 -1
  455. package/_types/utils/encoding/fromBytes.d.ts +5 -5
  456. package/_types/utils/encoding/fromBytes.d.ts.map +1 -1
  457. package/_types/utils/encoding/fromHex.d.ts +5 -5
  458. package/_types/utils/encoding/fromHex.d.ts.map +1 -1
  459. package/_types/utils/encoding/toBytes.d.ts +5 -5
  460. package/_types/utils/encoding/toBytes.d.ts.map +1 -1
  461. package/_types/utils/encoding/toHex.d.ts +7 -7
  462. package/_types/utils/encoding/toHex.d.ts.map +1 -1
  463. package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +1 -1
  464. package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
  465. package/_types/utils/errors/getCallError.d.ts +2 -2
  466. package/_types/utils/errors/getCallError.d.ts.map +1 -1
  467. package/_types/utils/errors/getContractError.d.ts +3 -3
  468. package/_types/utils/errors/getContractError.d.ts.map +1 -1
  469. package/_types/utils/errors/getEstimateGasError.d.ts +3 -3
  470. package/_types/utils/errors/getEstimateGasError.d.ts.map +1 -1
  471. package/_types/utils/errors/getNodeError.d.ts +2 -1
  472. package/_types/utils/errors/getNodeError.d.ts.map +1 -1
  473. package/_types/utils/errors/getTransactionError.d.ts +2 -2
  474. package/_types/utils/errors/getTransactionError.d.ts.map +1 -1
  475. package/_types/utils/formatters/block.d.ts +3 -3
  476. package/_types/utils/formatters/block.d.ts.map +1 -1
  477. package/_types/utils/formatters/extract.d.ts +1 -1
  478. package/_types/utils/formatters/extract.d.ts.map +1 -1
  479. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  480. package/_types/utils/formatters/log.d.ts +4 -3
  481. package/_types/utils/formatters/log.d.ts.map +1 -1
  482. package/_types/utils/formatters/proof.d.ts +2 -1
  483. package/_types/utils/formatters/proof.d.ts.map +1 -1
  484. package/_types/utils/formatters/transaction.d.ts +3 -3
  485. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  486. package/_types/utils/formatters/transactionReceipt.d.ts +3 -2
  487. package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
  488. package/_types/utils/formatters/transactionRequest.d.ts +3 -2
  489. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  490. package/_types/utils/hash/keccak256.d.ts +1 -1
  491. package/_types/utils/hash/keccak256.d.ts.map +1 -1
  492. package/_types/utils/hash/ripemd160.d.ts +1 -1
  493. package/_types/utils/hash/ripemd160.d.ts.map +1 -1
  494. package/_types/utils/hash/sha256.d.ts +1 -1
  495. package/_types/utils/hash/sha256.d.ts.map +1 -1
  496. package/_types/utils/poll.d.ts +2 -2
  497. package/_types/utils/poll.d.ts.map +1 -1
  498. package/_types/utils/promise/createBatchScheduler.d.ts +4 -4
  499. package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
  500. package/_types/utils/promise/withCache.d.ts +1 -1
  501. package/_types/utils/promise/withCache.d.ts.map +1 -1
  502. package/_types/utils/promise/withRetry.d.ts +4 -4
  503. package/_types/utils/promise/withRetry.d.ts.map +1 -1
  504. package/_types/utils/promise/withTimeout.d.ts +4 -4
  505. package/_types/utils/promise/withTimeout.d.ts.map +1 -1
  506. package/_types/utils/rpc/http.d.ts +6 -6
  507. package/_types/utils/rpc/http.d.ts.map +1 -1
  508. package/_types/utils/rpc/socket.d.ts +2 -2
  509. package/_types/utils/rpc/socket.d.ts.map +1 -1
  510. package/_types/utils/signature/hashMessage.d.ts +1 -1
  511. package/_types/utils/signature/hashMessage.d.ts.map +1 -1
  512. package/_types/utils/transaction/assertRequest.d.ts +2 -1
  513. package/_types/utils/transaction/assertRequest.d.ts.map +1 -1
  514. package/_types/utils/transaction/getTransactionType.d.ts +4 -4
  515. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  516. package/_types/utils/transaction/serializeAccessList.d.ts +1 -1
  517. package/_types/utils/transaction/serializeAccessList.d.ts.map +1 -1
  518. package/_types/utils/transaction/serializeTransaction.d.ts +2 -2
  519. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  520. package/_types/utils/typedData.d.ts +1 -1
  521. package/_types/utils/typedData.d.ts.map +1 -1
  522. package/accounts/generateMnemonic.ts +1 -1
  523. package/accounts/types.ts +12 -10
  524. package/accounts/utils/signTransaction.ts +1 -1
  525. package/actions/ens/getEnsAddress.ts +4 -4
  526. package/actions/ens/getEnsAvatar.ts +1 -1
  527. package/actions/ens/getEnsName.ts +3 -3
  528. package/actions/ens/getEnsResolver.ts +1 -1
  529. package/actions/ens/getEnsText.ts +3 -3
  530. package/actions/getContract.ts +3 -3
  531. package/actions/public/call.ts +16 -12
  532. package/actions/public/createContractEventFilter.ts +9 -6
  533. package/actions/public/createEventFilter.ts +21 -21
  534. package/actions/public/estimateFeesPerGas.ts +4 -4
  535. package/actions/public/estimateGas.ts +5 -5
  536. package/actions/public/estimateMaxPriorityFeePerGas.ts +11 -7
  537. package/actions/public/getBalance.ts +4 -4
  538. package/actions/public/getBlock.ts +10 -10
  539. package/actions/public/getBlockNumber.ts +1 -1
  540. package/actions/public/getBlockTransactionCount.ts +9 -9
  541. package/actions/public/getBytecode.ts +4 -4
  542. package/actions/public/getContractEvents.ts +4 -4
  543. package/actions/public/getFeeHistory.ts +4 -4
  544. package/actions/public/getLogs.ts +17 -17
  545. package/actions/public/getProof.ts +4 -4
  546. package/actions/public/getStorageAt.ts +4 -4
  547. package/actions/public/getTransaction.ts +13 -13
  548. package/actions/public/getTransactionConfirmations.ts +2 -2
  549. package/actions/public/getTransactionCount.ts +4 -4
  550. package/actions/public/simulateContract.ts +3 -3
  551. package/actions/public/waitForTransactionReceipt.ts +6 -6
  552. package/actions/public/watchBlockNumber.ts +2 -2
  553. package/actions/public/watchBlocks.ts +1 -1
  554. package/actions/public/watchContractEvent.ts +75 -59
  555. package/actions/public/watchEvent.ts +14 -14
  556. package/actions/public/watchPendingTransactions.ts +2 -2
  557. package/actions/test/mine.ts +1 -1
  558. package/actions/test/reset.ts +2 -2
  559. package/actions/wallet/prepareTransactionRequest.ts +5 -4
  560. package/actions/wallet/writeContract.ts +1 -1
  561. package/chains/celo/parsers.ts +3 -2
  562. package/chains/celo/serializers.ts +3 -3
  563. package/chains/celo/types.ts +37 -37
  564. package/chains/definitions/lukso.ts +6 -0
  565. package/chains/definitions/luksoTestnet.ts +31 -0
  566. package/chains/definitions/zkSyncInMemoryNode.ts +14 -0
  567. package/chains/definitions/zkSyncLocalNode.ts +14 -0
  568. package/chains/index.ts +8 -5
  569. package/chains/opStack/actions/buildDepositTransaction.ts +7 -7
  570. package/chains/opStack/actions/buildInitiateWithdrawal.ts +3 -3
  571. package/chains/opStack/actions/depositTransaction.ts +1 -1
  572. package/chains/opStack/actions/estimateDepositTransactionGas.ts +1 -1
  573. package/chains/opStack/actions/estimateFinalizeWithdrawalGas.ts +1 -1
  574. package/chains/opStack/actions/estimateInitiateWithdrawalGas.ts +1 -1
  575. package/chains/opStack/actions/estimateL1Fee.ts +1 -1
  576. package/chains/opStack/actions/estimateL1Gas.ts +1 -1
  577. package/chains/opStack/actions/estimateProveWithdrawalGas.ts +1 -1
  578. package/chains/opStack/actions/finalizeWithdrawal.ts +1 -1
  579. package/chains/opStack/actions/getL1BaseFee.ts +2 -2
  580. package/chains/opStack/actions/getTimeToNextL2Output.ts +2 -2
  581. package/chains/opStack/actions/getTimeToProve.ts +3 -1
  582. package/chains/opStack/actions/proveWithdrawal.ts +1 -1
  583. package/chains/opStack/actions/waitForNextL2Output.ts +4 -2
  584. package/chains/opStack/actions/waitToProve.ts +1 -1
  585. package/chains/opStack/decorators/publicL2.ts +3 -3
  586. package/chains/opStack/types/deposit.ts +6 -6
  587. package/chains/opStack/types/transaction.ts +4 -4
  588. package/chains/opStack/types/withdrawal.ts +2 -2
  589. package/chains/zksync/formatters.ts +1 -1
  590. package/chains/zksync/serializers.ts +1 -1
  591. package/chains/zksync/types/eip712.ts +4 -4
  592. package/chains/zksync/types/transaction.ts +21 -21
  593. package/chains/zksync/utils/assertEip712Request.ts +2 -1
  594. package/chains/zksync/utils/assertEip712Transaction.ts +2 -1
  595. package/chains/zksync/utils/isEip712Transaction.ts +2 -1
  596. package/clients/createClient.ts +3 -3
  597. package/clients/decorators/public.ts +23 -21
  598. package/clients/decorators/test.ts +1 -1
  599. package/clients/transports/createTransport.ts +9 -9
  600. package/clients/transports/custom.ts +4 -4
  601. package/clients/transports/fallback.ts +28 -26
  602. package/clients/transports/http.ts +13 -13
  603. package/clients/transports/ipc.ts +6 -6
  604. package/clients/transports/webSocket.ts +6 -6
  605. package/errors/abi.ts +12 -3
  606. package/errors/account.ts +1 -1
  607. package/errors/base.ts +13 -10
  608. package/errors/block.ts +2 -2
  609. package/errors/chain.ts +3 -3
  610. package/errors/contract.ts +26 -15
  611. package/errors/encoding.ts +3 -3
  612. package/errors/estimateGas.ts +3 -3
  613. package/errors/node.ts +35 -14
  614. package/errors/request.ts +7 -7
  615. package/errors/rpc.ts +5 -5
  616. package/errors/transaction.ts +7 -7
  617. package/errors/version.ts +1 -1
  618. package/index.ts +2 -0
  619. package/package.json +1 -1
  620. package/types/block.ts +3 -3
  621. package/types/chain.ts +1 -1
  622. package/types/contract.ts +7 -5
  623. package/types/eip1193.ts +42 -38
  624. package/types/ens.ts +1 -1
  625. package/types/fee.ts +6 -6
  626. package/types/filter.ts +9 -9
  627. package/types/kzg.ts +1 -1
  628. package/types/misc.ts +2 -2
  629. package/types/rpc.ts +16 -16
  630. package/types/stateOverride.ts +5 -5
  631. package/types/transaction.ts +63 -56
  632. package/types/typedData.ts +1 -1
  633. package/types/utils.ts +9 -3
  634. package/types/window.ts +1 -1
  635. package/utils/abi/decodeEventLog.ts +1 -1
  636. package/utils/abi/decodeFunctionResult.ts +2 -2
  637. package/utils/abi/encodeErrorResult.ts +2 -2
  638. package/utils/abi/encodeEventTopics.ts +2 -2
  639. package/utils/abi/encodeFunctionData.ts +2 -2
  640. package/utils/abi/encodeFunctionResult.ts +2 -2
  641. package/utils/abi/formatAbiItem.ts +2 -2
  642. package/utils/abi/formatAbiItemWithArgs.ts +2 -2
  643. package/utils/address/getAddress.ts +4 -1
  644. package/utils/address/getContractAddress.ts +1 -1
  645. package/utils/address/isAddress.ts +1 -1
  646. package/utils/blob/commitmentToVersionedHash.ts +1 -1
  647. package/utils/blob/commitmentsToVersionedHashes.ts +1 -1
  648. package/utils/blob/sidecarsToVersionedHashes.ts +1 -1
  649. package/utils/chain/assertCurrentChain.ts +1 -1
  650. package/utils/chain/getChainContractAddress.ts +1 -1
  651. package/utils/cursor.ts +1 -1
  652. package/utils/data/isHex.ts +1 -1
  653. package/utils/data/pad.ts +2 -2
  654. package/utils/data/slice.ts +15 -11
  655. package/utils/data/trim.ts +1 -1
  656. package/utils/encoding/fromBytes.ts +5 -5
  657. package/utils/encoding/fromHex.ts +5 -5
  658. package/utils/encoding/toBytes.ts +8 -5
  659. package/utils/encoding/toHex.ts +7 -7
  660. package/utils/ens/avatar/parseAvatarRecord.ts +2 -2
  661. package/utils/errors/getCallError.ts +2 -2
  662. package/utils/errors/getContractError.ts +3 -3
  663. package/utils/errors/getEstimateGasError.ts +3 -3
  664. package/utils/errors/getNodeError.ts +4 -1
  665. package/utils/errors/getTransactionError.ts +2 -2
  666. package/utils/formatters/block.ts +2 -2
  667. package/utils/formatters/extract.ts +1 -1
  668. package/utils/formatters/formatter.ts +1 -1
  669. package/utils/formatters/log.ts +6 -2
  670. package/utils/formatters/proof.ts +2 -1
  671. package/utils/formatters/transaction.ts +2 -2
  672. package/utils/formatters/transactionReceipt.ts +2 -1
  673. package/utils/formatters/transactionRequest.ts +4 -1
  674. package/utils/hash/keccak256.ts +1 -1
  675. package/utils/hash/ripemd160.ts +1 -1
  676. package/utils/hash/sha256.ts +1 -1
  677. package/utils/poll.ts +2 -2
  678. package/utils/promise/createBatchScheduler.ts +6 -6
  679. package/utils/promise/withCache.ts +1 -1
  680. package/utils/promise/withRetry.ts +14 -9
  681. package/utils/promise/withTimeout.ts +6 -4
  682. package/utils/rpc/http.ts +7 -7
  683. package/utils/rpc/socket.ts +2 -2
  684. package/utils/signature/hashMessage.ts +1 -1
  685. package/utils/transaction/assertRequest.ts +4 -1
  686. package/utils/transaction/getTransactionType.ts +10 -4
  687. package/utils/transaction/parseTransaction.ts +1 -1
  688. package/utils/transaction/serializeAccessList.ts +1 -1
  689. package/utils/transaction/serializeTransaction.ts +6 -6
  690. package/utils/typedData.ts +1 -1
@@ -30,7 +30,7 @@ export declare const celo: {
30
30
  formatters: {
31
31
  readonly block: {
32
32
  exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
33
- format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../index.js").CeloBlockOverrides & {
33
+ format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").CeloBlockOverrides & {
34
34
  transactions: `0x${string}`[] | import("../index.js").CeloRpcTransaction[];
35
35
  }>) => {
36
36
  baseFeePerGas: bigint | null;
@@ -75,26 +75,26 @@ export declare const celo: {
75
75
  readonly transaction: {
76
76
  exclude: [] | undefined;
77
77
  format: (args: ({
78
- r?: `0x${string}` | undefined;
79
- s?: `0x${string}` | undefined;
80
- v?: `0x${string}` | undefined;
78
+ r?: `0x${string}`;
79
+ s?: `0x${string}`;
80
+ v?: `0x${string}`;
81
81
  yParity?: `0x${string}` | undefined;
82
82
  gasPrice?: `0x${string}` | undefined;
83
83
  maxFeePerBlobGas?: `0x${string}` | undefined;
84
84
  maxFeePerGas?: `0x${string}` | undefined;
85
85
  maxPriorityFeePerGas?: `0x${string}` | undefined;
86
- to?: `0x${string}` | null | undefined;
87
- from?: `0x${string}` | undefined;
88
- gas?: `0x${string}` | undefined;
89
- nonce?: `0x${string}` | undefined;
90
- value?: `0x${string}` | undefined;
91
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
86
+ to?: `0x${string}` | null;
87
+ from?: `0x${string}`;
88
+ gas?: `0x${string}`;
89
+ nonce?: `0x${string}`;
90
+ value?: `0x${string}`;
91
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
92
92
  accessList?: undefined;
93
- blockHash?: `0x${string}` | null | undefined;
94
- blockNumber?: `0x${string}` | null | undefined;
95
- hash?: `0x${string}` | undefined;
96
- input?: `0x${string}` | undefined;
97
- transactionIndex?: `0x${string}` | null | undefined;
93
+ blockHash?: `0x${string}` | null;
94
+ blockNumber?: `0x${string}` | null;
95
+ hash?: `0x${string}`;
96
+ input?: `0x${string}`;
97
+ transactionIndex?: `0x${string}` | null;
98
98
  blobVersionedHashes?: undefined;
99
99
  chainId?: `0x${string}` | undefined;
100
100
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -126,26 +126,26 @@ export declare const celo: {
126
126
  gatewayFee: `0x${string}` | null;
127
127
  gatewayFeeRecipient: `0x${string}` | null;
128
128
  }) | ({
129
- r?: `0x${string}` | undefined;
130
- s?: `0x${string}` | undefined;
131
- v?: `0x${string}` | undefined;
129
+ r?: `0x${string}`;
130
+ s?: `0x${string}`;
131
+ v?: `0x${string}`;
132
132
  yParity?: `0x${string}` | undefined;
133
133
  gasPrice?: `0x${string}` | undefined;
134
134
  maxFeePerBlobGas?: `0x${string}` | undefined;
135
135
  maxFeePerGas?: `0x${string}` | undefined;
136
136
  maxPriorityFeePerGas?: `0x${string}` | undefined;
137
- to?: `0x${string}` | null | undefined;
138
- from?: `0x${string}` | undefined;
139
- gas?: `0x${string}` | undefined;
140
- nonce?: `0x${string}` | undefined;
141
- value?: `0x${string}` | undefined;
142
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
137
+ to?: `0x${string}` | null;
138
+ from?: `0x${string}`;
139
+ gas?: `0x${string}`;
140
+ nonce?: `0x${string}`;
141
+ value?: `0x${string}`;
142
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
143
143
  accessList?: undefined;
144
- blockHash?: `0x${string}` | null | undefined;
145
- blockNumber?: `0x${string}` | null | undefined;
146
- hash?: `0x${string}` | undefined;
147
- input?: `0x${string}` | undefined;
148
- transactionIndex?: `0x${string}` | null | undefined;
144
+ blockHash?: `0x${string}` | null;
145
+ blockNumber?: `0x${string}` | null;
146
+ hash?: `0x${string}`;
147
+ input?: `0x${string}`;
148
+ transactionIndex?: `0x${string}` | null;
149
149
  blobVersionedHashes?: undefined;
150
150
  chainId?: `0x${string}` | undefined;
151
151
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -154,26 +154,26 @@ export declare const celo: {
154
154
  gatewayFeeRecipient: `0x${string}` | null;
155
155
  type: "0x7c";
156
156
  }) | ({
157
- r?: `0x${string}` | undefined;
158
- s?: `0x${string}` | undefined;
159
- v?: `0x${string}` | undefined;
157
+ r?: `0x${string}`;
158
+ s?: `0x${string}`;
159
+ v?: `0x${string}`;
160
160
  yParity?: `0x${string}` | undefined;
161
161
  gasPrice?: `0x${string}` | undefined;
162
162
  maxFeePerBlobGas?: `0x${string}` | undefined;
163
163
  maxFeePerGas?: `0x${string}` | undefined;
164
164
  maxPriorityFeePerGas?: `0x${string}` | undefined;
165
- to?: `0x${string}` | null | undefined;
166
- from?: `0x${string}` | undefined;
167
- gas?: `0x${string}` | undefined;
168
- nonce?: `0x${string}` | undefined;
169
- value?: `0x${string}` | undefined;
170
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
165
+ to?: `0x${string}` | null;
166
+ from?: `0x${string}`;
167
+ gas?: `0x${string}`;
168
+ nonce?: `0x${string}`;
169
+ value?: `0x${string}`;
170
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
171
171
  accessList?: undefined;
172
- blockHash?: `0x${string}` | null | undefined;
173
- blockNumber?: `0x${string}` | null | undefined;
174
- hash?: `0x${string}` | undefined;
175
- input?: `0x${string}` | undefined;
176
- transactionIndex?: `0x${string}` | null | undefined;
172
+ blockHash?: `0x${string}` | null;
173
+ blockNumber?: `0x${string}` | null;
174
+ hash?: `0x${string}`;
175
+ input?: `0x${string}`;
176
+ transactionIndex?: `0x${string}` | null;
177
177
  blobVersionedHashes?: undefined;
178
178
  chainId?: `0x${string}` | undefined;
179
179
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -182,26 +182,26 @@ export declare const celo: {
182
182
  gatewayFeeRecipient?: undefined;
183
183
  type: "0x7b";
184
184
  }) | ({
185
- r?: `0x${string}` | undefined;
186
- s?: `0x${string}` | undefined;
187
- v?: `0x${string}` | undefined;
185
+ r?: `0x${string}`;
186
+ s?: `0x${string}`;
187
+ v?: `0x${string}`;
188
188
  yParity?: `0x${string}` | undefined;
189
189
  gasPrice?: `0x${string}` | undefined;
190
190
  maxFeePerBlobGas?: `0x${string}` | undefined;
191
191
  maxFeePerGas?: `0x${string}` | undefined;
192
192
  maxPriorityFeePerGas?: `0x${string}` | undefined;
193
- to?: `0x${string}` | null | undefined;
194
- from?: `0x${string}` | undefined;
195
- gas?: `0x${string}` | undefined;
196
- nonce?: `0x${string}` | undefined;
197
- value?: `0x${string}` | undefined;
198
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
199
- accessList?: import("../../index.js").AccessList | undefined;
200
- blockHash?: `0x${string}` | null | undefined;
201
- blockNumber?: `0x${string}` | null | undefined;
202
- hash?: `0x${string}` | undefined;
203
- input?: `0x${string}` | undefined;
204
- transactionIndex?: `0x${string}` | null | undefined;
193
+ to?: `0x${string}` | null;
194
+ from?: `0x${string}`;
195
+ gas?: `0x${string}`;
196
+ nonce?: `0x${string}`;
197
+ value?: `0x${string}`;
198
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
199
+ accessList?: import("../../index.js").AccessList | undefined;
200
+ blockHash?: `0x${string}` | null;
201
+ blockNumber?: `0x${string}` | null;
202
+ hash?: `0x${string}`;
203
+ input?: `0x${string}`;
204
+ transactionIndex?: `0x${string}` | null;
205
205
  blobVersionedHashes?: undefined;
206
206
  chainId?: `0x${string}` | undefined;
207
207
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -233,26 +233,26 @@ export declare const celo: {
233
233
  gatewayFee: `0x${string}` | null;
234
234
  gatewayFeeRecipient: `0x${string}` | null;
235
235
  }) | ({
236
- r?: `0x${string}` | undefined;
237
- s?: `0x${string}` | undefined;
238
- v?: `0x${string}` | undefined;
236
+ r?: `0x${string}`;
237
+ s?: `0x${string}`;
238
+ v?: `0x${string}`;
239
239
  yParity?: `0x${string}` | undefined;
240
240
  gasPrice?: `0x${string}` | undefined;
241
241
  maxFeePerBlobGas?: `0x${string}` | undefined;
242
242
  maxFeePerGas?: `0x${string}` | undefined;
243
243
  maxPriorityFeePerGas?: `0x${string}` | undefined;
244
- to?: `0x${string}` | null | undefined;
245
- from?: `0x${string}` | undefined;
246
- gas?: `0x${string}` | undefined;
247
- nonce?: `0x${string}` | undefined;
248
- value?: `0x${string}` | undefined;
249
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
250
- accessList?: import("../../index.js").AccessList | undefined;
251
- blockHash?: `0x${string}` | null | undefined;
252
- blockNumber?: `0x${string}` | null | undefined;
253
- hash?: `0x${string}` | undefined;
254
- input?: `0x${string}` | undefined;
255
- transactionIndex?: `0x${string}` | null | undefined;
244
+ to?: `0x${string}` | null;
245
+ from?: `0x${string}`;
246
+ gas?: `0x${string}`;
247
+ nonce?: `0x${string}`;
248
+ value?: `0x${string}`;
249
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
250
+ accessList?: import("../../index.js").AccessList | undefined;
251
+ blockHash?: `0x${string}` | null;
252
+ blockNumber?: `0x${string}` | null;
253
+ hash?: `0x${string}`;
254
+ input?: `0x${string}`;
255
+ transactionIndex?: `0x${string}` | null;
256
256
  blobVersionedHashes?: undefined;
257
257
  chainId?: `0x${string}` | undefined;
258
258
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -284,26 +284,26 @@ export declare const celo: {
284
284
  gatewayFee: `0x${string}` | null;
285
285
  gatewayFeeRecipient: `0x${string}` | null;
286
286
  }) | ({
287
- r?: `0x${string}` | undefined;
288
- s?: `0x${string}` | undefined;
289
- v?: `0x${string}` | undefined;
287
+ r?: `0x${string}`;
288
+ s?: `0x${string}`;
289
+ v?: `0x${string}`;
290
290
  yParity?: `0x${string}` | undefined;
291
291
  gasPrice?: `0x${string}` | undefined;
292
292
  maxFeePerBlobGas?: `0x${string}` | undefined;
293
293
  maxFeePerGas?: `0x${string}` | undefined;
294
294
  maxPriorityFeePerGas?: `0x${string}` | undefined;
295
- to?: `0x${string}` | null | undefined;
296
- from?: `0x${string}` | undefined;
297
- gas?: `0x${string}` | undefined;
298
- nonce?: `0x${string}` | undefined;
299
- value?: `0x${string}` | undefined;
300
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
301
- accessList?: import("../../index.js").AccessList | undefined;
302
- blockHash?: `0x${string}` | null | undefined;
303
- blockNumber?: `0x${string}` | null | undefined;
304
- hash?: `0x${string}` | undefined;
305
- input?: `0x${string}` | undefined;
306
- transactionIndex?: `0x${string}` | null | undefined;
295
+ to?: `0x${string}` | null;
296
+ from?: `0x${string}`;
297
+ gas?: `0x${string}`;
298
+ nonce?: `0x${string}`;
299
+ value?: `0x${string}`;
300
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
301
+ accessList?: import("../../index.js").AccessList | undefined;
302
+ blockHash?: `0x${string}` | null;
303
+ blockNumber?: `0x${string}` | null;
304
+ hash?: `0x${string}`;
305
+ input?: `0x${string}`;
306
+ transactionIndex?: `0x${string}` | null;
307
307
  blobVersionedHashes?: undefined;
308
308
  chainId?: `0x${string}` | undefined;
309
309
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -335,26 +335,26 @@ export declare const celo: {
335
335
  gatewayFee: `0x${string}` | null;
336
336
  gatewayFeeRecipient: `0x${string}` | null;
337
337
  }) | ({
338
- r?: `0x${string}` | undefined;
339
- s?: `0x${string}` | undefined;
340
- v?: `0x${string}` | undefined;
338
+ r?: `0x${string}`;
339
+ s?: `0x${string}`;
340
+ v?: `0x${string}`;
341
341
  yParity?: `0x${string}` | undefined;
342
342
  gasPrice?: `0x${string}` | undefined;
343
343
  maxFeePerBlobGas?: `0x${string}` | undefined;
344
344
  maxFeePerGas?: `0x${string}` | undefined;
345
345
  maxPriorityFeePerGas?: `0x${string}` | undefined;
346
- to?: `0x${string}` | null | undefined;
347
- from?: `0x${string}` | undefined;
348
- gas?: `0x${string}` | undefined;
349
- nonce?: `0x${string}` | undefined;
350
- value?: `0x${string}` | undefined;
351
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
352
- accessList?: import("../../index.js").AccessList | undefined;
353
- blockHash?: `0x${string}` | null | undefined;
354
- blockNumber?: `0x${string}` | null | undefined;
355
- hash?: `0x${string}` | undefined;
356
- input?: `0x${string}` | undefined;
357
- transactionIndex?: `0x${string}` | null | undefined;
346
+ to?: `0x${string}` | null;
347
+ from?: `0x${string}`;
348
+ gas?: `0x${string}`;
349
+ nonce?: `0x${string}`;
350
+ value?: `0x${string}`;
351
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
352
+ accessList?: import("../../index.js").AccessList | undefined;
353
+ blockHash?: `0x${string}` | null;
354
+ blockNumber?: `0x${string}` | null;
355
+ hash?: `0x${string}`;
356
+ input?: `0x${string}`;
357
+ transactionIndex?: `0x${string}` | null;
358
358
  blobVersionedHashes?: undefined;
359
359
  chainId?: `0x${string}` | undefined;
360
360
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -363,26 +363,26 @@ export declare const celo: {
363
363
  gatewayFeeRecipient: `0x${string}` | null;
364
364
  type: "0x7c";
365
365
  }) | ({
366
- r?: `0x${string}` | undefined;
367
- s?: `0x${string}` | undefined;
368
- v?: `0x${string}` | undefined;
366
+ r?: `0x${string}`;
367
+ s?: `0x${string}`;
368
+ v?: `0x${string}`;
369
369
  yParity?: `0x${string}` | undefined;
370
370
  gasPrice?: `0x${string}` | undefined;
371
371
  maxFeePerBlobGas?: `0x${string}` | undefined;
372
372
  maxFeePerGas?: `0x${string}` | undefined;
373
373
  maxPriorityFeePerGas?: `0x${string}` | undefined;
374
- to?: `0x${string}` | null | undefined;
375
- from?: `0x${string}` | undefined;
376
- gas?: `0x${string}` | undefined;
377
- nonce?: `0x${string}` | undefined;
378
- value?: `0x${string}` | undefined;
379
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
380
- accessList?: import("../../index.js").AccessList | undefined;
381
- blockHash?: `0x${string}` | null | undefined;
382
- blockNumber?: `0x${string}` | null | undefined;
383
- hash?: `0x${string}` | undefined;
384
- input?: `0x${string}` | undefined;
385
- transactionIndex?: `0x${string}` | null | undefined;
374
+ to?: `0x${string}` | null;
375
+ from?: `0x${string}`;
376
+ gas?: `0x${string}`;
377
+ nonce?: `0x${string}`;
378
+ value?: `0x${string}`;
379
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
380
+ accessList?: import("../../index.js").AccessList | undefined;
381
+ blockHash?: `0x${string}` | null;
382
+ blockNumber?: `0x${string}` | null;
383
+ hash?: `0x${string}`;
384
+ input?: `0x${string}`;
385
+ transactionIndex?: `0x${string}` | null;
386
386
  blobVersionedHashes?: undefined;
387
387
  chainId?: `0x${string}` | undefined;
388
388
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -391,26 +391,26 @@ export declare const celo: {
391
391
  gatewayFeeRecipient?: undefined;
392
392
  type: "0x7b";
393
393
  }) | ({
394
- r?: `0x${string}` | undefined;
395
- s?: `0x${string}` | undefined;
396
- v?: `0x${string}` | undefined;
394
+ r?: `0x${string}`;
395
+ s?: `0x${string}`;
396
+ v?: `0x${string}`;
397
397
  yParity?: `0x${string}` | undefined;
398
398
  gasPrice?: `0x${string}` | undefined;
399
399
  maxFeePerBlobGas?: `0x${string}` | undefined;
400
400
  maxFeePerGas?: `0x${string}` | undefined;
401
401
  maxPriorityFeePerGas?: `0x${string}` | undefined;
402
- to?: `0x${string}` | null | undefined;
403
- from?: `0x${string}` | undefined;
404
- gas?: `0x${string}` | undefined;
405
- nonce?: `0x${string}` | undefined;
406
- value?: `0x${string}` | undefined;
407
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
408
- accessList?: import("../../index.js").AccessList | undefined;
409
- blockHash?: `0x${string}` | null | undefined;
410
- blockNumber?: `0x${string}` | null | undefined;
411
- hash?: `0x${string}` | undefined;
412
- input?: `0x${string}` | undefined;
413
- transactionIndex?: `0x${string}` | null | undefined;
402
+ to?: `0x${string}` | null;
403
+ from?: `0x${string}`;
404
+ gas?: `0x${string}`;
405
+ nonce?: `0x${string}`;
406
+ value?: `0x${string}`;
407
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
408
+ accessList?: import("../../index.js").AccessList | undefined;
409
+ blockHash?: `0x${string}` | null;
410
+ blockNumber?: `0x${string}` | null;
411
+ hash?: `0x${string}`;
412
+ input?: `0x${string}`;
413
+ transactionIndex?: `0x${string}` | null;
414
414
  blobVersionedHashes?: undefined;
415
415
  chainId?: `0x${string}` | undefined;
416
416
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -442,26 +442,26 @@ export declare const celo: {
442
442
  gatewayFee: `0x${string}` | null;
443
443
  gatewayFeeRecipient: `0x${string}` | null;
444
444
  }) | ({
445
- r?: `0x${string}` | undefined;
446
- s?: `0x${string}` | undefined;
447
- v?: `0x${string}` | undefined;
445
+ r?: `0x${string}`;
446
+ s?: `0x${string}`;
447
+ v?: `0x${string}`;
448
448
  yParity?: `0x${string}` | undefined;
449
449
  gasPrice?: `0x${string}` | undefined;
450
450
  maxFeePerBlobGas?: `0x${string}` | undefined;
451
451
  maxFeePerGas?: `0x${string}` | undefined;
452
452
  maxPriorityFeePerGas?: `0x${string}` | undefined;
453
- to?: `0x${string}` | null | undefined;
454
- from?: `0x${string}` | undefined;
455
- gas?: `0x${string}` | undefined;
456
- nonce?: `0x${string}` | undefined;
457
- value?: `0x${string}` | undefined;
458
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
459
- accessList?: import("../../index.js").AccessList | undefined;
460
- blockHash?: `0x${string}` | null | undefined;
461
- blockNumber?: `0x${string}` | null | undefined;
462
- hash?: `0x${string}` | undefined;
463
- input?: `0x${string}` | undefined;
464
- transactionIndex?: `0x${string}` | null | undefined;
453
+ to?: `0x${string}` | null;
454
+ from?: `0x${string}`;
455
+ gas?: `0x${string}`;
456
+ nonce?: `0x${string}`;
457
+ value?: `0x${string}`;
458
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
459
+ accessList?: import("../../index.js").AccessList | undefined;
460
+ blockHash?: `0x${string}` | null;
461
+ blockNumber?: `0x${string}` | null;
462
+ hash?: `0x${string}`;
463
+ input?: `0x${string}`;
464
+ transactionIndex?: `0x${string}` | null;
465
465
  blobVersionedHashes?: undefined;
466
466
  chainId?: `0x${string}` | undefined;
467
467
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -493,26 +493,26 @@ export declare const celo: {
493
493
  gatewayFee: `0x${string}` | null;
494
494
  gatewayFeeRecipient: `0x${string}` | null;
495
495
  }) | ({
496
- r?: `0x${string}` | undefined;
497
- s?: `0x${string}` | undefined;
498
- v?: `0x${string}` | undefined;
496
+ r?: `0x${string}`;
497
+ s?: `0x${string}`;
498
+ v?: `0x${string}`;
499
499
  yParity?: `0x${string}` | undefined;
500
500
  gasPrice?: `0x${string}` | undefined;
501
501
  maxFeePerBlobGas?: `0x${string}` | undefined;
502
502
  maxFeePerGas?: `0x${string}` | undefined;
503
503
  maxPriorityFeePerGas?: `0x${string}` | undefined;
504
- to?: `0x${string}` | null | undefined;
505
- from?: `0x${string}` | undefined;
506
- gas?: `0x${string}` | undefined;
507
- nonce?: `0x${string}` | undefined;
508
- value?: `0x${string}` | undefined;
509
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
510
- accessList?: import("../../index.js").AccessList | undefined;
511
- blockHash?: `0x${string}` | null | undefined;
512
- blockNumber?: `0x${string}` | null | undefined;
513
- hash?: `0x${string}` | undefined;
514
- input?: `0x${string}` | undefined;
515
- transactionIndex?: `0x${string}` | null | undefined;
504
+ to?: `0x${string}` | null;
505
+ from?: `0x${string}`;
506
+ gas?: `0x${string}`;
507
+ nonce?: `0x${string}`;
508
+ value?: `0x${string}`;
509
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
510
+ accessList?: import("../../index.js").AccessList | undefined;
511
+ blockHash?: `0x${string}` | null;
512
+ blockNumber?: `0x${string}` | null;
513
+ hash?: `0x${string}`;
514
+ input?: `0x${string}`;
515
+ transactionIndex?: `0x${string}` | null;
516
516
  blobVersionedHashes?: undefined;
517
517
  chainId?: `0x${string}` | undefined;
518
518
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -544,26 +544,26 @@ export declare const celo: {
544
544
  gatewayFee: `0x${string}` | null;
545
545
  gatewayFeeRecipient: `0x${string}` | null;
546
546
  }) | ({
547
- r?: `0x${string}` | undefined;
548
- s?: `0x${string}` | undefined;
549
- v?: `0x${string}` | undefined;
547
+ r?: `0x${string}`;
548
+ s?: `0x${string}`;
549
+ v?: `0x${string}`;
550
550
  yParity?: `0x${string}` | undefined;
551
551
  gasPrice?: `0x${string}` | undefined;
552
552
  maxFeePerBlobGas?: `0x${string}` | undefined;
553
553
  maxFeePerGas?: `0x${string}` | undefined;
554
554
  maxPriorityFeePerGas?: `0x${string}` | undefined;
555
- to?: `0x${string}` | null | undefined;
556
- from?: `0x${string}` | undefined;
557
- gas?: `0x${string}` | undefined;
558
- nonce?: `0x${string}` | undefined;
559
- value?: `0x${string}` | undefined;
560
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
561
- accessList?: import("../../index.js").AccessList | undefined;
562
- blockHash?: `0x${string}` | null | undefined;
563
- blockNumber?: `0x${string}` | null | undefined;
564
- hash?: `0x${string}` | undefined;
565
- input?: `0x${string}` | undefined;
566
- transactionIndex?: `0x${string}` | null | undefined;
555
+ to?: `0x${string}` | null;
556
+ from?: `0x${string}`;
557
+ gas?: `0x${string}`;
558
+ nonce?: `0x${string}`;
559
+ value?: `0x${string}`;
560
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
561
+ accessList?: import("../../index.js").AccessList | undefined;
562
+ blockHash?: `0x${string}` | null;
563
+ blockNumber?: `0x${string}` | null;
564
+ hash?: `0x${string}`;
565
+ input?: `0x${string}`;
566
+ transactionIndex?: `0x${string}` | null;
567
567
  blobVersionedHashes?: undefined;
568
568
  chainId?: `0x${string}` | undefined;
569
569
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -572,26 +572,26 @@ export declare const celo: {
572
572
  gatewayFeeRecipient: `0x${string}` | null;
573
573
  type: "0x7c";
574
574
  }) | ({
575
- r?: `0x${string}` | undefined;
576
- s?: `0x${string}` | undefined;
577
- v?: `0x${string}` | undefined;
575
+ r?: `0x${string}`;
576
+ s?: `0x${string}`;
577
+ v?: `0x${string}`;
578
578
  yParity?: `0x${string}` | undefined;
579
579
  gasPrice?: `0x${string}` | undefined;
580
580
  maxFeePerBlobGas?: `0x${string}` | undefined;
581
581
  maxFeePerGas?: `0x${string}` | undefined;
582
582
  maxPriorityFeePerGas?: `0x${string}` | undefined;
583
- to?: `0x${string}` | null | undefined;
584
- from?: `0x${string}` | undefined;
585
- gas?: `0x${string}` | undefined;
586
- nonce?: `0x${string}` | undefined;
587
- value?: `0x${string}` | undefined;
588
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
589
- accessList?: import("../../index.js").AccessList | undefined;
590
- blockHash?: `0x${string}` | null | undefined;
591
- blockNumber?: `0x${string}` | null | undefined;
592
- hash?: `0x${string}` | undefined;
593
- input?: `0x${string}` | undefined;
594
- transactionIndex?: `0x${string}` | null | undefined;
583
+ to?: `0x${string}` | null;
584
+ from?: `0x${string}`;
585
+ gas?: `0x${string}`;
586
+ nonce?: `0x${string}`;
587
+ value?: `0x${string}`;
588
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
589
+ accessList?: import("../../index.js").AccessList | undefined;
590
+ blockHash?: `0x${string}` | null;
591
+ blockNumber?: `0x${string}` | null;
592
+ hash?: `0x${string}`;
593
+ input?: `0x${string}`;
594
+ transactionIndex?: `0x${string}` | null;
595
595
  blobVersionedHashes?: undefined;
596
596
  chainId?: `0x${string}` | undefined;
597
597
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -600,26 +600,26 @@ export declare const celo: {
600
600
  gatewayFeeRecipient?: undefined;
601
601
  type: "0x7b";
602
602
  }) | ({
603
- r?: `0x${string}` | undefined;
604
- s?: `0x${string}` | undefined;
605
- v?: `0x${string}` | undefined;
603
+ r?: `0x${string}`;
604
+ s?: `0x${string}`;
605
+ v?: `0x${string}`;
606
606
  yParity?: `0x${string}` | undefined;
607
607
  gasPrice?: `0x${string}` | undefined;
608
608
  maxFeePerBlobGas?: `0x${string}` | undefined;
609
609
  maxFeePerGas?: `0x${string}` | undefined;
610
610
  maxPriorityFeePerGas?: `0x${string}` | undefined;
611
- to?: `0x${string}` | null | undefined;
612
- from?: `0x${string}` | undefined;
613
- gas?: `0x${string}` | undefined;
614
- nonce?: `0x${string}` | undefined;
615
- value?: `0x${string}` | undefined;
616
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
617
- accessList?: import("../../index.js").AccessList | undefined;
618
- blockHash?: `0x${string}` | null | undefined;
619
- blockNumber?: `0x${string}` | null | undefined;
620
- hash?: `0x${string}` | undefined;
621
- input?: `0x${string}` | undefined;
622
- transactionIndex?: `0x${string}` | null | undefined;
611
+ to?: `0x${string}` | null;
612
+ from?: `0x${string}`;
613
+ gas?: `0x${string}`;
614
+ nonce?: `0x${string}`;
615
+ value?: `0x${string}`;
616
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
617
+ accessList?: import("../../index.js").AccessList | undefined;
618
+ blockHash?: `0x${string}` | null;
619
+ blockNumber?: `0x${string}` | null;
620
+ hash?: `0x${string}`;
621
+ input?: `0x${string}`;
622
+ transactionIndex?: `0x${string}` | null;
623
623
  blobVersionedHashes?: `0x${string}`[] | undefined;
624
624
  chainId?: `0x${string}` | undefined;
625
625
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -651,26 +651,26 @@ export declare const celo: {
651
651
  gatewayFee: `0x${string}` | null;
652
652
  gatewayFeeRecipient: `0x${string}` | null;
653
653
  }) | ({
654
- r?: `0x${string}` | undefined;
655
- s?: `0x${string}` | undefined;
656
- v?: `0x${string}` | undefined;
654
+ r?: `0x${string}`;
655
+ s?: `0x${string}`;
656
+ v?: `0x${string}`;
657
657
  yParity?: `0x${string}` | undefined;
658
658
  gasPrice?: `0x${string}` | undefined;
659
659
  maxFeePerBlobGas?: `0x${string}` | undefined;
660
660
  maxFeePerGas?: `0x${string}` | undefined;
661
661
  maxPriorityFeePerGas?: `0x${string}` | undefined;
662
- to?: `0x${string}` | null | undefined;
663
- from?: `0x${string}` | undefined;
664
- gas?: `0x${string}` | undefined;
665
- nonce?: `0x${string}` | undefined;
666
- value?: `0x${string}` | undefined;
667
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
668
- accessList?: import("../../index.js").AccessList | undefined;
669
- blockHash?: `0x${string}` | null | undefined;
670
- blockNumber?: `0x${string}` | null | undefined;
671
- hash?: `0x${string}` | undefined;
672
- input?: `0x${string}` | undefined;
673
- transactionIndex?: `0x${string}` | null | undefined;
662
+ to?: `0x${string}` | null;
663
+ from?: `0x${string}`;
664
+ gas?: `0x${string}`;
665
+ nonce?: `0x${string}`;
666
+ value?: `0x${string}`;
667
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
668
+ accessList?: import("../../index.js").AccessList | undefined;
669
+ blockHash?: `0x${string}` | null;
670
+ blockNumber?: `0x${string}` | null;
671
+ hash?: `0x${string}`;
672
+ input?: `0x${string}`;
673
+ transactionIndex?: `0x${string}` | null;
674
674
  blobVersionedHashes?: `0x${string}`[] | undefined;
675
675
  chainId?: `0x${string}` | undefined;
676
676
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -702,26 +702,26 @@ export declare const celo: {
702
702
  gatewayFee: `0x${string}` | null;
703
703
  gatewayFeeRecipient: `0x${string}` | null;
704
704
  }) | ({
705
- r?: `0x${string}` | undefined;
706
- s?: `0x${string}` | undefined;
707
- v?: `0x${string}` | undefined;
705
+ r?: `0x${string}`;
706
+ s?: `0x${string}`;
707
+ v?: `0x${string}`;
708
708
  yParity?: `0x${string}` | undefined;
709
709
  gasPrice?: `0x${string}` | undefined;
710
710
  maxFeePerBlobGas?: `0x${string}` | undefined;
711
711
  maxFeePerGas?: `0x${string}` | undefined;
712
712
  maxPriorityFeePerGas?: `0x${string}` | undefined;
713
- to?: `0x${string}` | null | undefined;
714
- from?: `0x${string}` | undefined;
715
- gas?: `0x${string}` | undefined;
716
- nonce?: `0x${string}` | undefined;
717
- value?: `0x${string}` | undefined;
718
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
719
- accessList?: import("../../index.js").AccessList | undefined;
720
- blockHash?: `0x${string}` | null | undefined;
721
- blockNumber?: `0x${string}` | null | undefined;
722
- hash?: `0x${string}` | undefined;
723
- input?: `0x${string}` | undefined;
724
- transactionIndex?: `0x${string}` | null | undefined;
713
+ to?: `0x${string}` | null;
714
+ from?: `0x${string}`;
715
+ gas?: `0x${string}`;
716
+ nonce?: `0x${string}`;
717
+ value?: `0x${string}`;
718
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
719
+ accessList?: import("../../index.js").AccessList | undefined;
720
+ blockHash?: `0x${string}` | null;
721
+ blockNumber?: `0x${string}` | null;
722
+ hash?: `0x${string}`;
723
+ input?: `0x${string}`;
724
+ transactionIndex?: `0x${string}` | null;
725
725
  blobVersionedHashes?: `0x${string}`[] | undefined;
726
726
  chainId?: `0x${string}` | undefined;
727
727
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -753,26 +753,26 @@ export declare const celo: {
753
753
  gatewayFee: `0x${string}` | null;
754
754
  gatewayFeeRecipient: `0x${string}` | null;
755
755
  }) | ({
756
- r?: `0x${string}` | undefined;
757
- s?: `0x${string}` | undefined;
758
- v?: `0x${string}` | undefined;
756
+ r?: `0x${string}`;
757
+ s?: `0x${string}`;
758
+ v?: `0x${string}`;
759
759
  yParity?: `0x${string}` | undefined;
760
760
  gasPrice?: `0x${string}` | undefined;
761
761
  maxFeePerBlobGas?: `0x${string}` | undefined;
762
762
  maxFeePerGas?: `0x${string}` | undefined;
763
763
  maxPriorityFeePerGas?: `0x${string}` | undefined;
764
- to?: `0x${string}` | null | undefined;
765
- from?: `0x${string}` | undefined;
766
- gas?: `0x${string}` | undefined;
767
- nonce?: `0x${string}` | undefined;
768
- value?: `0x${string}` | undefined;
769
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
770
- accessList?: import("../../index.js").AccessList | undefined;
771
- blockHash?: `0x${string}` | null | undefined;
772
- blockNumber?: `0x${string}` | null | undefined;
773
- hash?: `0x${string}` | undefined;
774
- input?: `0x${string}` | undefined;
775
- transactionIndex?: `0x${string}` | null | undefined;
764
+ to?: `0x${string}` | null;
765
+ from?: `0x${string}`;
766
+ gas?: `0x${string}`;
767
+ nonce?: `0x${string}`;
768
+ value?: `0x${string}`;
769
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
770
+ accessList?: import("../../index.js").AccessList | undefined;
771
+ blockHash?: `0x${string}` | null;
772
+ blockNumber?: `0x${string}` | null;
773
+ hash?: `0x${string}`;
774
+ input?: `0x${string}`;
775
+ transactionIndex?: `0x${string}` | null;
776
776
  blobVersionedHashes?: `0x${string}`[] | undefined;
777
777
  chainId?: `0x${string}` | undefined;
778
778
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
@@ -804,26 +804,26 @@ export declare const celo: {
804
804
  gatewayFee: `0x${string}` | null;
805
805
  gatewayFeeRecipient: `0x${string}` | null;
806
806
  }) | ({
807
- r?: `0x${string}` | undefined;
808
- s?: `0x${string}` | undefined;
809
- v?: `0x${string}` | undefined;
807
+ r?: `0x${string}`;
808
+ s?: `0x${string}`;
809
+ v?: `0x${string}`;
810
810
  yParity?: `0x${string}` | undefined;
811
811
  gasPrice?: `0x${string}` | undefined;
812
812
  maxFeePerBlobGas?: `0x${string}` | undefined;
813
813
  maxFeePerGas?: `0x${string}` | undefined;
814
814
  maxPriorityFeePerGas?: `0x${string}` | undefined;
815
- to?: `0x${string}` | null | undefined;
816
- from?: `0x${string}` | undefined;
817
- gas?: `0x${string}` | undefined;
818
- nonce?: `0x${string}` | undefined;
819
- value?: `0x${string}` | undefined;
820
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
821
- accessList?: import("../../index.js").AccessList | undefined;
822
- blockHash?: `0x${string}` | null | undefined;
823
- blockNumber?: `0x${string}` | null | undefined;
824
- hash?: `0x${string}` | undefined;
825
- input?: `0x${string}` | undefined;
826
- transactionIndex?: `0x${string}` | null | undefined;
815
+ to?: `0x${string}` | null;
816
+ from?: `0x${string}`;
817
+ gas?: `0x${string}`;
818
+ nonce?: `0x${string}`;
819
+ value?: `0x${string}`;
820
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
821
+ accessList?: import("../../index.js").AccessList | undefined;
822
+ blockHash?: `0x${string}` | null;
823
+ blockNumber?: `0x${string}` | null;
824
+ hash?: `0x${string}`;
825
+ input?: `0x${string}`;
826
+ transactionIndex?: `0x${string}` | null;
827
827
  blobVersionedHashes?: `0x${string}`[] | undefined;
828
828
  chainId?: `0x${string}` | undefined;
829
829
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -832,26 +832,26 @@ export declare const celo: {
832
832
  gatewayFeeRecipient: `0x${string}` | null;
833
833
  type: "0x7c";
834
834
  }) | ({
835
- r?: `0x${string}` | undefined;
836
- s?: `0x${string}` | undefined;
837
- v?: `0x${string}` | undefined;
835
+ r?: `0x${string}`;
836
+ s?: `0x${string}`;
837
+ v?: `0x${string}`;
838
838
  yParity?: `0x${string}` | undefined;
839
839
  gasPrice?: `0x${string}` | undefined;
840
840
  maxFeePerBlobGas?: `0x${string}` | undefined;
841
841
  maxFeePerGas?: `0x${string}` | undefined;
842
842
  maxPriorityFeePerGas?: `0x${string}` | undefined;
843
- to?: `0x${string}` | null | undefined;
844
- from?: `0x${string}` | undefined;
845
- gas?: `0x${string}` | undefined;
846
- nonce?: `0x${string}` | undefined;
847
- value?: `0x${string}` | undefined;
848
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
849
- accessList?: import("../../index.js").AccessList | undefined;
850
- blockHash?: `0x${string}` | null | undefined;
851
- blockNumber?: `0x${string}` | null | undefined;
852
- hash?: `0x${string}` | undefined;
853
- input?: `0x${string}` | undefined;
854
- transactionIndex?: `0x${string}` | null | undefined;
843
+ to?: `0x${string}` | null;
844
+ from?: `0x${string}`;
845
+ gas?: `0x${string}`;
846
+ nonce?: `0x${string}`;
847
+ value?: `0x${string}`;
848
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
849
+ accessList?: import("../../index.js").AccessList | undefined;
850
+ blockHash?: `0x${string}` | null;
851
+ blockNumber?: `0x${string}` | null;
852
+ hash?: `0x${string}`;
853
+ input?: `0x${string}`;
854
+ transactionIndex?: `0x${string}` | null;
855
855
  blobVersionedHashes?: `0x${string}`[] | undefined;
856
856
  chainId?: `0x${string}` | undefined;
857
857
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -1244,7 +1244,7 @@ export declare const celo: {
1244
1244
  exclude: [] | undefined;
1245
1245
  format: (args: ({
1246
1246
  data?: `0x${string}` | undefined;
1247
- from?: `0x${string}` | undefined;
1247
+ from?: `0x${string}`;
1248
1248
  gas?: bigint | undefined;
1249
1249
  nonce?: number | undefined;
1250
1250
  to?: `0x${string}` | null | undefined;
@@ -1276,7 +1276,7 @@ export declare const celo: {
1276
1276
  gatewayFeeRecipient?: `0x${string}` | undefined;
1277
1277
  }) | ({
1278
1278
  data?: `0x${string}` | undefined;
1279
- from?: `0x${string}` | undefined;
1279
+ from?: `0x${string}`;
1280
1280
  gas?: bigint | undefined;
1281
1281
  nonce?: number | undefined;
1282
1282
  to?: `0x${string}` | null | undefined;
@@ -1308,7 +1308,7 @@ export declare const celo: {
1308
1308
  gatewayFeeRecipient?: `0x${string}` | undefined;
1309
1309
  }) | ({
1310
1310
  data?: `0x${string}` | undefined;
1311
- from?: `0x${string}` | undefined;
1311
+ from?: `0x${string}`;
1312
1312
  gas?: bigint | undefined;
1313
1313
  nonce?: number | undefined;
1314
1314
  to?: `0x${string}` | null | undefined;
@@ -1340,7 +1340,7 @@ export declare const celo: {
1340
1340
  gatewayFeeRecipient?: `0x${string}` | undefined;
1341
1341
  }) | ({
1342
1342
  data?: `0x${string}` | undefined;
1343
- from?: `0x${string}` | undefined;
1343
+ from?: `0x${string}`;
1344
1344
  gas?: bigint | undefined;
1345
1345
  nonce?: number | undefined;
1346
1346
  to?: `0x${string}` | null | undefined;
@@ -1352,7 +1352,7 @@ export declare const celo: {
1352
1352
  accessList?: import("../../index.js").AccessList | undefined;
1353
1353
  blobs?: undefined;
1354
1354
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1355
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1355
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1356
1356
  accessList?: import("../../index.js").AccessList | undefined;
1357
1357
  feeCurrency?: `0x${string}` | undefined;
1358
1358
  gatewayFee?: bigint | undefined;
@@ -1360,7 +1360,7 @@ export declare const celo: {
1360
1360
  type?: "cip42" | undefined;
1361
1361
  }) | ({
1362
1362
  data?: `0x${string}` | undefined;
1363
- from?: `0x${string}` | undefined;
1363
+ from?: `0x${string}`;
1364
1364
  gas?: bigint | undefined;
1365
1365
  nonce?: number | undefined;
1366
1366
  to?: `0x${string}` | null | undefined;
@@ -1372,7 +1372,7 @@ export declare const celo: {
1372
1372
  accessList?: import("../../index.js").AccessList | undefined;
1373
1373
  blobs?: undefined;
1374
1374
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1375
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1375
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1376
1376
  accessList?: import("../../index.js").AccessList | undefined;
1377
1377
  feeCurrency?: `0x${string}` | undefined;
1378
1378
  gatewayFee?: undefined;
@@ -1380,7 +1380,7 @@ export declare const celo: {
1380
1380
  type?: "cip64" | undefined;
1381
1381
  }) | ({
1382
1382
  data?: `0x${string}` | undefined;
1383
- from?: `0x${string}` | undefined;
1383
+ from?: `0x${string}`;
1384
1384
  gas?: bigint | undefined;
1385
1385
  nonce?: number | undefined;
1386
1386
  to?: `0x${string}` | null | undefined;
@@ -1412,7 +1412,7 @@ export declare const celo: {
1412
1412
  gatewayFeeRecipient?: `0x${string}` | undefined;
1413
1413
  }) | ({
1414
1414
  data?: `0x${string}` | undefined;
1415
- from?: `0x${string}` | undefined;
1415
+ from?: `0x${string}`;
1416
1416
  gas?: bigint | undefined;
1417
1417
  nonce?: number | undefined;
1418
1418
  to?: `0x${string}` | null | undefined;
@@ -1444,7 +1444,7 @@ export declare const celo: {
1444
1444
  gatewayFeeRecipient?: `0x${string}` | undefined;
1445
1445
  }) | ({
1446
1446
  data?: `0x${string}` | undefined;
1447
- from?: `0x${string}` | undefined;
1447
+ from?: `0x${string}`;
1448
1448
  gas?: bigint | undefined;
1449
1449
  nonce?: number | undefined;
1450
1450
  to?: `0x${string}` | null | undefined;
@@ -1476,7 +1476,7 @@ export declare const celo: {
1476
1476
  gatewayFeeRecipient?: `0x${string}` | undefined;
1477
1477
  }) | ({
1478
1478
  data?: `0x${string}` | undefined;
1479
- from?: `0x${string}` | undefined;
1479
+ from?: `0x${string}`;
1480
1480
  gas?: bigint | undefined;
1481
1481
  nonce?: number | undefined;
1482
1482
  to?: `0x${string}` | null | undefined;
@@ -1488,7 +1488,7 @@ export declare const celo: {
1488
1488
  accessList?: import("../../index.js").AccessList | undefined;
1489
1489
  blobs?: undefined;
1490
1490
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1491
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1491
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1492
1492
  accessList?: import("../../index.js").AccessList | undefined;
1493
1493
  feeCurrency?: `0x${string}` | undefined;
1494
1494
  gatewayFee?: bigint | undefined;
@@ -1496,7 +1496,7 @@ export declare const celo: {
1496
1496
  type?: "cip42" | undefined;
1497
1497
  }) | ({
1498
1498
  data?: `0x${string}` | undefined;
1499
- from?: `0x${string}` | undefined;
1499
+ from?: `0x${string}`;
1500
1500
  gas?: bigint | undefined;
1501
1501
  nonce?: number | undefined;
1502
1502
  to?: `0x${string}` | null | undefined;
@@ -1508,7 +1508,7 @@ export declare const celo: {
1508
1508
  accessList?: import("../../index.js").AccessList | undefined;
1509
1509
  blobs?: undefined;
1510
1510
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1511
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1511
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1512
1512
  accessList?: import("../../index.js").AccessList | undefined;
1513
1513
  feeCurrency?: `0x${string}` | undefined;
1514
1514
  gatewayFee?: undefined;
@@ -1516,7 +1516,7 @@ export declare const celo: {
1516
1516
  type?: "cip64" | undefined;
1517
1517
  }) | ({
1518
1518
  data?: `0x${string}` | undefined;
1519
- from?: `0x${string}` | undefined;
1519
+ from?: `0x${string}`;
1520
1520
  gas?: bigint | undefined;
1521
1521
  nonce?: number | undefined;
1522
1522
  to?: `0x${string}` | null | undefined;
@@ -1548,7 +1548,7 @@ export declare const celo: {
1548
1548
  gatewayFeeRecipient?: `0x${string}` | undefined;
1549
1549
  }) | ({
1550
1550
  data?: `0x${string}` | undefined;
1551
- from?: `0x${string}` | undefined;
1551
+ from?: `0x${string}`;
1552
1552
  gas?: bigint | undefined;
1553
1553
  nonce?: number | undefined;
1554
1554
  to?: `0x${string}` | null | undefined;
@@ -1580,7 +1580,7 @@ export declare const celo: {
1580
1580
  gatewayFeeRecipient?: `0x${string}` | undefined;
1581
1581
  }) | ({
1582
1582
  data?: `0x${string}` | undefined;
1583
- from?: `0x${string}` | undefined;
1583
+ from?: `0x${string}`;
1584
1584
  gas?: bigint | undefined;
1585
1585
  nonce?: number | undefined;
1586
1586
  to?: `0x${string}` | null | undefined;
@@ -1612,7 +1612,7 @@ export declare const celo: {
1612
1612
  gatewayFeeRecipient?: `0x${string}` | undefined;
1613
1613
  }) | ({
1614
1614
  data?: `0x${string}` | undefined;
1615
- from?: `0x${string}` | undefined;
1615
+ from?: `0x${string}`;
1616
1616
  gas?: bigint | undefined;
1617
1617
  nonce?: number | undefined;
1618
1618
  to?: `0x${string}` | null | undefined;
@@ -1624,7 +1624,7 @@ export declare const celo: {
1624
1624
  accessList?: import("../../index.js").AccessList | undefined;
1625
1625
  blobs?: undefined;
1626
1626
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1627
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1627
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1628
1628
  accessList?: import("../../index.js").AccessList | undefined;
1629
1629
  feeCurrency?: `0x${string}` | undefined;
1630
1630
  gatewayFee?: bigint | undefined;
@@ -1632,7 +1632,7 @@ export declare const celo: {
1632
1632
  type?: "cip42" | undefined;
1633
1633
  }) | ({
1634
1634
  data?: `0x${string}` | undefined;
1635
- from?: `0x${string}` | undefined;
1635
+ from?: `0x${string}`;
1636
1636
  gas?: bigint | undefined;
1637
1637
  nonce?: number | undefined;
1638
1638
  to?: `0x${string}` | null | undefined;
@@ -1644,7 +1644,7 @@ export declare const celo: {
1644
1644
  accessList?: import("../../index.js").AccessList | undefined;
1645
1645
  blobs?: undefined;
1646
1646
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1647
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1647
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1648
1648
  accessList?: import("../../index.js").AccessList | undefined;
1649
1649
  feeCurrency?: `0x${string}` | undefined;
1650
1650
  gatewayFee?: undefined;
@@ -1652,7 +1652,7 @@ export declare const celo: {
1652
1652
  type?: "cip64" | undefined;
1653
1653
  }) | ({
1654
1654
  data?: `0x${string}` | undefined;
1655
- from?: `0x${string}` | undefined;
1655
+ from?: `0x${string}`;
1656
1656
  gas?: bigint | undefined;
1657
1657
  nonce?: number | undefined;
1658
1658
  value?: bigint | undefined;
@@ -1684,7 +1684,7 @@ export declare const celo: {
1684
1684
  gatewayFeeRecipient?: `0x${string}` | undefined;
1685
1685
  }) | ({
1686
1686
  data?: `0x${string}` | undefined;
1687
- from?: `0x${string}` | undefined;
1687
+ from?: `0x${string}`;
1688
1688
  gas?: bigint | undefined;
1689
1689
  nonce?: number | undefined;
1690
1690
  value?: bigint | undefined;
@@ -1716,7 +1716,7 @@ export declare const celo: {
1716
1716
  gatewayFeeRecipient?: `0x${string}` | undefined;
1717
1717
  }) | ({
1718
1718
  data?: `0x${string}` | undefined;
1719
- from?: `0x${string}` | undefined;
1719
+ from?: `0x${string}`;
1720
1720
  gas?: bigint | undefined;
1721
1721
  nonce?: number | undefined;
1722
1722
  value?: bigint | undefined;
@@ -1748,7 +1748,7 @@ export declare const celo: {
1748
1748
  gatewayFeeRecipient?: `0x${string}` | undefined;
1749
1749
  }) | ({
1750
1750
  data?: `0x${string}` | undefined;
1751
- from?: `0x${string}` | undefined;
1751
+ from?: `0x${string}`;
1752
1752
  gas?: bigint | undefined;
1753
1753
  nonce?: number | undefined;
1754
1754
  value?: bigint | undefined;
@@ -1780,7 +1780,7 @@ export declare const celo: {
1780
1780
  gatewayFeeRecipient?: `0x${string}` | undefined;
1781
1781
  }) | ({
1782
1782
  data?: `0x${string}` | undefined;
1783
- from?: `0x${string}` | undefined;
1783
+ from?: `0x${string}`;
1784
1784
  gas?: bigint | undefined;
1785
1785
  nonce?: number | undefined;
1786
1786
  value?: bigint | undefined;
@@ -1792,7 +1792,7 @@ export declare const celo: {
1792
1792
  accessList?: import("../../index.js").AccessList | undefined;
1793
1793
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1794
1794
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1795
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1795
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1796
1796
  accessList?: import("../../index.js").AccessList | undefined;
1797
1797
  feeCurrency?: `0x${string}` | undefined;
1798
1798
  gatewayFee?: bigint | undefined;
@@ -1800,7 +1800,7 @@ export declare const celo: {
1800
1800
  type?: "cip42" | undefined;
1801
1801
  }) | ({
1802
1802
  data?: `0x${string}` | undefined;
1803
- from?: `0x${string}` | undefined;
1803
+ from?: `0x${string}`;
1804
1804
  gas?: bigint | undefined;
1805
1805
  nonce?: number | undefined;
1806
1806
  value?: bigint | undefined;
@@ -1812,7 +1812,7 @@ export declare const celo: {
1812
1812
  accessList?: import("../../index.js").AccessList | undefined;
1813
1813
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1814
1814
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1815
- } & import("../../index.js").TransactionRequestBase & Partial<import("../../index.js").FeeValuesEIP1559> & {
1815
+ } & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1816
1816
  accessList?: import("../../index.js").AccessList | undefined;
1817
1817
  feeCurrency?: `0x${string}` | undefined;
1818
1818
  gatewayFee?: undefined;