viem 2.16.0 → 2.16.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 (907) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/_cjs/accounts/generateMnemonic.js +1 -2
  3. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  4. package/_cjs/accounts/generatePrivateKey.js +1 -2
  5. package/_cjs/accounts/generatePrivateKey.js.map +1 -1
  6. package/_cjs/accounts/hdKeyToAccount.js +1 -2
  7. package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
  8. package/_cjs/accounts/mnemonicToAccount.js +1 -2
  9. package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
  10. package/_cjs/accounts/privateKeyToAccount.js +1 -2
  11. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  12. package/_cjs/accounts/toAccount.js +1 -2
  13. package/_cjs/accounts/toAccount.js.map +1 -1
  14. package/_cjs/accounts/utils/parseAccount.js +1 -2
  15. package/_cjs/accounts/utils/parseAccount.js.map +1 -1
  16. package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
  17. package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
  18. package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
  19. package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
  20. package/_cjs/accounts/utils/sign.js +1 -2
  21. package/_cjs/accounts/utils/sign.js.map +1 -1
  22. package/_cjs/accounts/utils/signMessage.js +1 -2
  23. package/_cjs/accounts/utils/signMessage.js.map +1 -1
  24. package/_cjs/accounts/utils/signTransaction.js +1 -2
  25. package/_cjs/accounts/utils/signTransaction.js.map +1 -1
  26. package/_cjs/accounts/utils/signTypedData.js +1 -2
  27. package/_cjs/accounts/utils/signTypedData.js.map +1 -1
  28. package/_cjs/actions/ens/getEnsAddress.js +1 -2
  29. package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
  30. package/_cjs/actions/ens/getEnsAvatar.js +1 -2
  31. package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
  32. package/_cjs/actions/ens/getEnsName.js +1 -2
  33. package/_cjs/actions/ens/getEnsName.js.map +1 -1
  34. package/_cjs/actions/ens/getEnsResolver.js +1 -2
  35. package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
  36. package/_cjs/actions/ens/getEnsText.js +1 -2
  37. package/_cjs/actions/ens/getEnsText.js.map +1 -1
  38. package/_cjs/actions/getContract.js +3 -4
  39. package/_cjs/actions/getContract.js.map +1 -1
  40. package/_cjs/actions/public/call.js +2 -3
  41. package/_cjs/actions/public/call.js.map +1 -1
  42. package/_cjs/actions/public/createBlockFilter.js +1 -2
  43. package/_cjs/actions/public/createBlockFilter.js.map +1 -1
  44. package/_cjs/actions/public/createContractEventFilter.js +1 -2
  45. package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
  46. package/_cjs/actions/public/createEventFilter.js +7 -9
  47. package/_cjs/actions/public/createEventFilter.js.map +1 -1
  48. package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
  49. package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
  50. package/_cjs/actions/public/estimateContractGas.js +1 -2
  51. package/_cjs/actions/public/estimateContractGas.js.map +1 -1
  52. package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
  53. package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
  54. package/_cjs/actions/public/estimateGas.js +1 -2
  55. package/_cjs/actions/public/estimateGas.js.map +1 -1
  56. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
  57. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  58. package/_cjs/actions/public/getBalance.js +1 -2
  59. package/_cjs/actions/public/getBalance.js.map +1 -1
  60. package/_cjs/actions/public/getBlobBaseFee.js +1 -2
  61. package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
  62. package/_cjs/actions/public/getBlock.js +1 -2
  63. package/_cjs/actions/public/getBlock.js.map +1 -1
  64. package/_cjs/actions/public/getBlockNumber.js +2 -3
  65. package/_cjs/actions/public/getBlockNumber.js.map +1 -1
  66. package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
  67. package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
  68. package/_cjs/actions/public/getChainId.js +1 -2
  69. package/_cjs/actions/public/getChainId.js.map +1 -1
  70. package/_cjs/actions/public/getCode.js +1 -2
  71. package/_cjs/actions/public/getCode.js.map +1 -1
  72. package/_cjs/actions/public/getContractEvents.js +1 -2
  73. package/_cjs/actions/public/getContractEvents.js.map +1 -1
  74. package/_cjs/actions/public/getEip712Domain.js +1 -2
  75. package/_cjs/actions/public/getEip712Domain.js.map +1 -1
  76. package/_cjs/actions/public/getFeeHistory.js +1 -2
  77. package/_cjs/actions/public/getFeeHistory.js.map +1 -1
  78. package/_cjs/actions/public/getFilterChanges.js +1 -2
  79. package/_cjs/actions/public/getFilterChanges.js.map +1 -1
  80. package/_cjs/actions/public/getFilterLogs.js +1 -2
  81. package/_cjs/actions/public/getFilterLogs.js.map +1 -1
  82. package/_cjs/actions/public/getGasPrice.js +1 -2
  83. package/_cjs/actions/public/getGasPrice.js.map +1 -1
  84. package/_cjs/actions/public/getLogs.js +7 -9
  85. package/_cjs/actions/public/getLogs.js.map +1 -1
  86. package/_cjs/actions/public/getProof.js +1 -2
  87. package/_cjs/actions/public/getProof.js.map +1 -1
  88. package/_cjs/actions/public/getStorageAt.js +1 -2
  89. package/_cjs/actions/public/getStorageAt.js.map +1 -1
  90. package/_cjs/actions/public/getTransaction.js +1 -2
  91. package/_cjs/actions/public/getTransaction.js.map +1 -1
  92. package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
  93. package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
  94. package/_cjs/actions/public/getTransactionCount.js +1 -2
  95. package/_cjs/actions/public/getTransactionCount.js.map +1 -1
  96. package/_cjs/actions/public/getTransactionReceipt.js +1 -2
  97. package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
  98. package/_cjs/actions/public/multicall.js +1 -2
  99. package/_cjs/actions/public/multicall.js.map +1 -1
  100. package/_cjs/actions/public/readContract.js +1 -2
  101. package/_cjs/actions/public/readContract.js.map +1 -1
  102. package/_cjs/actions/public/simulateContract.js +1 -2
  103. package/_cjs/actions/public/simulateContract.js.map +1 -1
  104. package/_cjs/actions/public/uninstallFilter.js +1 -2
  105. package/_cjs/actions/public/uninstallFilter.js.map +1 -1
  106. package/_cjs/actions/public/verifyHash.js +1 -2
  107. package/_cjs/actions/public/verifyHash.js.map +1 -1
  108. package/_cjs/actions/public/verifyMessage.js +1 -2
  109. package/_cjs/actions/public/verifyMessage.js.map +1 -1
  110. package/_cjs/actions/public/verifyTypedData.js +1 -2
  111. package/_cjs/actions/public/verifyTypedData.js.map +1 -1
  112. package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
  113. package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
  114. package/_cjs/actions/public/watchBlockNumber.js +1 -2
  115. package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
  116. package/_cjs/actions/public/watchBlocks.js +1 -2
  117. package/_cjs/actions/public/watchBlocks.js.map +1 -1
  118. package/_cjs/actions/public/watchContractEvent.js +1 -2
  119. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  120. package/_cjs/actions/public/watchEvent.js +7 -9
  121. package/_cjs/actions/public/watchEvent.js.map +1 -1
  122. package/_cjs/actions/public/watchPendingTransactions.js +1 -2
  123. package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
  124. package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
  125. package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
  126. package/_cjs/actions/test/dropTransaction.js +1 -2
  127. package/_cjs/actions/test/dropTransaction.js.map +1 -1
  128. package/_cjs/actions/test/dumpState.js +1 -2
  129. package/_cjs/actions/test/dumpState.js.map +1 -1
  130. package/_cjs/actions/test/getAutomine.js +1 -2
  131. package/_cjs/actions/test/getAutomine.js.map +1 -1
  132. package/_cjs/actions/test/getTxpoolContent.js +1 -2
  133. package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
  134. package/_cjs/actions/test/getTxpoolStatus.js +1 -2
  135. package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
  136. package/_cjs/actions/test/impersonateAccount.js +1 -2
  137. package/_cjs/actions/test/impersonateAccount.js.map +1 -1
  138. package/_cjs/actions/test/increaseTime.js +1 -2
  139. package/_cjs/actions/test/increaseTime.js.map +1 -1
  140. package/_cjs/actions/test/inspectTxpool.js +1 -2
  141. package/_cjs/actions/test/inspectTxpool.js.map +1 -1
  142. package/_cjs/actions/test/loadState.js +1 -2
  143. package/_cjs/actions/test/loadState.js.map +1 -1
  144. package/_cjs/actions/test/mine.js +1 -2
  145. package/_cjs/actions/test/mine.js.map +1 -1
  146. package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
  147. package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
  148. package/_cjs/actions/test/reset.js +1 -2
  149. package/_cjs/actions/test/reset.js.map +1 -1
  150. package/_cjs/actions/test/revert.js +1 -2
  151. package/_cjs/actions/test/revert.js.map +1 -1
  152. package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
  153. package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
  154. package/_cjs/actions/test/setAutomine.js +1 -2
  155. package/_cjs/actions/test/setAutomine.js.map +1 -1
  156. package/_cjs/actions/test/setBalance.js +1 -2
  157. package/_cjs/actions/test/setBalance.js.map +1 -1
  158. package/_cjs/actions/test/setBlockGasLimit.js +1 -2
  159. package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
  160. package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
  161. package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
  162. package/_cjs/actions/test/setCode.js +1 -2
  163. package/_cjs/actions/test/setCode.js.map +1 -1
  164. package/_cjs/actions/test/setCoinbase.js +1 -2
  165. package/_cjs/actions/test/setCoinbase.js.map +1 -1
  166. package/_cjs/actions/test/setIntervalMining.js +1 -2
  167. package/_cjs/actions/test/setIntervalMining.js.map +1 -1
  168. package/_cjs/actions/test/setLoggingEnabled.js +1 -2
  169. package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
  170. package/_cjs/actions/test/setMinGasPrice.js +1 -2
  171. package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
  172. package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
  173. package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
  174. package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
  175. package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
  176. package/_cjs/actions/test/setNonce.js +1 -2
  177. package/_cjs/actions/test/setNonce.js.map +1 -1
  178. package/_cjs/actions/test/setRpcUrl.js +1 -2
  179. package/_cjs/actions/test/setRpcUrl.js.map +1 -1
  180. package/_cjs/actions/test/setStorageAt.js +1 -2
  181. package/_cjs/actions/test/setStorageAt.js.map +1 -1
  182. package/_cjs/actions/test/snapshot.js +1 -2
  183. package/_cjs/actions/test/snapshot.js.map +1 -1
  184. package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
  185. package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
  186. package/_cjs/actions/wallet/addChain.js +1 -2
  187. package/_cjs/actions/wallet/addChain.js.map +1 -1
  188. package/_cjs/actions/wallet/deployContract.js +1 -2
  189. package/_cjs/actions/wallet/deployContract.js.map +1 -1
  190. package/_cjs/actions/wallet/getAddresses.js +1 -2
  191. package/_cjs/actions/wallet/getAddresses.js.map +1 -1
  192. package/_cjs/actions/wallet/getPermissions.js +1 -2
  193. package/_cjs/actions/wallet/getPermissions.js.map +1 -1
  194. package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
  195. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  196. package/_cjs/actions/wallet/requestAddresses.js +1 -2
  197. package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
  198. package/_cjs/actions/wallet/requestPermissions.js +1 -2
  199. package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
  200. package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
  201. package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
  202. package/_cjs/actions/wallet/sendTransaction.js +2 -2
  203. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  204. package/_cjs/actions/wallet/signMessage.js +1 -2
  205. package/_cjs/actions/wallet/signMessage.js.map +1 -1
  206. package/_cjs/actions/wallet/signTransaction.js +1 -2
  207. package/_cjs/actions/wallet/signTransaction.js.map +1 -1
  208. package/_cjs/actions/wallet/signTypedData.js +1 -2
  209. package/_cjs/actions/wallet/signTypedData.js.map +1 -1
  210. package/_cjs/actions/wallet/switchChain.js +1 -2
  211. package/_cjs/actions/wallet/switchChain.js.map +1 -1
  212. package/_cjs/actions/wallet/watchAsset.js +1 -2
  213. package/_cjs/actions/wallet/watchAsset.js.map +1 -1
  214. package/_cjs/actions/wallet/writeContract.js +1 -2
  215. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  216. package/_cjs/celo/parsers.js +1 -2
  217. package/_cjs/celo/parsers.js.map +1 -1
  218. package/_cjs/celo/serializers.js +4 -4
  219. package/_cjs/celo/serializers.js.map +1 -1
  220. package/_cjs/celo/utils.js +4 -5
  221. package/_cjs/celo/utils.js.map +1 -1
  222. package/_cjs/chains/definitions/dchain.js +27 -0
  223. package/_cjs/chains/definitions/dchain.js.map +1 -0
  224. package/_cjs/chains/definitions/dchainTestnet.js +29 -0
  225. package/_cjs/chains/definitions/dchainTestnet.js.map +1 -0
  226. package/_cjs/chains/index.js +9 -5
  227. package/_cjs/chains/index.js.map +1 -1
  228. package/_cjs/clients/createClient.js +2 -3
  229. package/_cjs/clients/createClient.js.map +1 -1
  230. package/_cjs/clients/createPublicClient.js +1 -2
  231. package/_cjs/clients/createPublicClient.js.map +1 -1
  232. package/_cjs/clients/createTestClient.js +1 -2
  233. package/_cjs/clients/createTestClient.js.map +1 -1
  234. package/_cjs/clients/createWalletClient.js +1 -2
  235. package/_cjs/clients/createWalletClient.js.map +1 -1
  236. package/_cjs/clients/decorators/public.js +1 -2
  237. package/_cjs/clients/decorators/public.js.map +1 -1
  238. package/_cjs/clients/decorators/test.js +1 -2
  239. package/_cjs/clients/decorators/test.js.map +1 -1
  240. package/_cjs/clients/decorators/wallet.js +1 -2
  241. package/_cjs/clients/decorators/wallet.js.map +1 -1
  242. package/_cjs/clients/transports/createTransport.js +1 -2
  243. package/_cjs/clients/transports/createTransport.js.map +1 -1
  244. package/_cjs/clients/transports/custom.js +1 -2
  245. package/_cjs/clients/transports/custom.js.map +1 -1
  246. package/_cjs/clients/transports/fallback.js +2 -3
  247. package/_cjs/clients/transports/fallback.js.map +1 -1
  248. package/_cjs/clients/transports/http.js +1 -2
  249. package/_cjs/clients/transports/http.js.map +1 -1
  250. package/_cjs/clients/transports/ipc.js +1 -2
  251. package/_cjs/clients/transports/ipc.js.map +1 -1
  252. package/_cjs/clients/transports/webSocket.js +1 -2
  253. package/_cjs/clients/transports/webSocket.js.map +1 -1
  254. package/_cjs/errors/stateOverride.js +3 -3
  255. package/_cjs/errors/stateOverride.js.map +1 -1
  256. package/_cjs/errors/transaction.js +2 -2
  257. package/_cjs/errors/transaction.js.map +1 -1
  258. package/_cjs/errors/version.js +1 -1
  259. package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
  260. package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
  261. package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
  262. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
  263. package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
  264. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
  265. package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
  266. package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
  267. package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
  268. package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
  269. package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
  270. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
  271. package/_cjs/experimental/erc7715/actions/grantPermissions.js +94 -0
  272. package/_cjs/experimental/erc7715/actions/grantPermissions.js.map +1 -0
  273. package/_cjs/experimental/erc7715/decorators/erc7715.js +3 -4
  274. package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
  275. package/_cjs/experimental/erc7715/types/policy.js +3 -0
  276. package/_cjs/experimental/erc7715/types/policy.js.map +1 -0
  277. package/_cjs/experimental/index.js +3 -7
  278. package/_cjs/experimental/index.js.map +1 -1
  279. package/_cjs/experimental/solady/actions/signMessage.js +1 -2
  280. package/_cjs/experimental/solady/actions/signMessage.js.map +1 -1
  281. package/_cjs/experimental/solady/actions/signTypedData.js +7 -28
  282. package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -1
  283. package/_cjs/experimental/solady/decorators/solady.js +1 -2
  284. package/_cjs/experimental/solady/decorators/solady.js.map +1 -1
  285. package/_cjs/experimental/solady/index.js +16 -0
  286. package/_cjs/experimental/solady/index.js.map +1 -0
  287. package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
  288. package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
  289. package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
  290. package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
  291. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
  292. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  293. package/_cjs/index.js.map +1 -1
  294. package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
  295. package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
  296. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
  297. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
  298. package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
  299. package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
  300. package/_cjs/op-stack/actions/depositTransaction.js +1 -2
  301. package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
  302. package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
  303. package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
  304. package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
  305. package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
  306. package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
  307. package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
  308. package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
  309. package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
  310. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
  311. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
  312. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
  313. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
  314. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
  315. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
  316. package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
  317. package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
  318. package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
  319. package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
  320. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
  321. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
  322. package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
  323. package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
  324. package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
  325. package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
  326. package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
  327. package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
  328. package/_cjs/op-stack/actions/getGame.js +1 -2
  329. package/_cjs/op-stack/actions/getGame.js.map +1 -1
  330. package/_cjs/op-stack/actions/getGames.js +1 -2
  331. package/_cjs/op-stack/actions/getGames.js.map +1 -1
  332. package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
  333. package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
  334. package/_cjs/op-stack/actions/getL2Output.js +1 -2
  335. package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
  336. package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
  337. package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
  338. package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
  339. package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
  340. package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
  341. package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
  342. package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
  343. package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
  344. package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
  345. package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
  346. package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
  347. package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
  348. package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
  349. package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
  350. package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
  351. package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
  352. package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
  353. package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
  354. package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
  355. package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
  356. package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
  357. package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
  358. package/_cjs/op-stack/actions/waitToProve.js +1 -2
  359. package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
  360. package/_cjs/op-stack/decorators/publicL1.js +1 -2
  361. package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
  362. package/_cjs/op-stack/decorators/publicL2.js +1 -2
  363. package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
  364. package/_cjs/op-stack/decorators/walletL1.js +1 -2
  365. package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
  366. package/_cjs/op-stack/decorators/walletL2.js +1 -2
  367. package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
  368. package/_cjs/op-stack/parsers.js +1 -2
  369. package/_cjs/op-stack/parsers.js.map +1 -1
  370. package/_cjs/op-stack/serializers.js +3 -3
  371. package/_cjs/op-stack/serializers.js.map +1 -1
  372. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
  373. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
  374. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
  375. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
  376. package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
  377. package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
  378. package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
  379. package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
  380. package/_cjs/op-stack/utils/getSourceHash.js +1 -2
  381. package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
  382. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
  383. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
  384. package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
  385. package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
  386. package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
  387. package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
  388. package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
  389. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  390. package/_cjs/utils/abi/decodeDeployData.js +1 -2
  391. package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
  392. package/_cjs/utils/abi/decodeErrorResult.js +1 -2
  393. package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
  394. package/_cjs/utils/abi/decodeEventLog.js +1 -2
  395. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  396. package/_cjs/utils/abi/decodeFunctionData.js +1 -2
  397. package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
  398. package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
  399. package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
  400. package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
  401. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  402. package/_cjs/utils/abi/encodeDeployData.js +1 -2
  403. package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
  404. package/_cjs/utils/abi/encodeErrorResult.js +1 -2
  405. package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
  406. package/_cjs/utils/abi/encodeEventTopics.js +6 -7
  407. package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
  408. package/_cjs/utils/abi/encodeFunctionData.js +1 -2
  409. package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
  410. package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
  411. package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
  412. package/_cjs/utils/abi/encodePacked.js +1 -2
  413. package/_cjs/utils/abi/encodePacked.js.map +1 -1
  414. package/_cjs/utils/abi/formatAbiItem.js +2 -3
  415. package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
  416. package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
  417. package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
  418. package/_cjs/utils/abi/getAbiItem.js +3 -4
  419. package/_cjs/utils/abi/getAbiItem.js.map +1 -1
  420. package/_cjs/utils/abi/parseEventLogs.js +1 -2
  421. package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
  422. package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
  423. package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
  424. package/_cjs/utils/address/getAddress.js +2 -3
  425. package/_cjs/utils/address/getAddress.js.map +1 -1
  426. package/_cjs/utils/address/getContractAddress.js +3 -4
  427. package/_cjs/utils/address/getContractAddress.js.map +1 -1
  428. package/_cjs/utils/address/isAddress.js +2 -2
  429. package/_cjs/utils/address/isAddress.js.map +1 -1
  430. package/_cjs/utils/address/isAddressEqual.js +1 -2
  431. package/_cjs/utils/address/isAddressEqual.js.map +1 -1
  432. package/_cjs/utils/blob/blobsToCommitments.js +1 -2
  433. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  434. package/_cjs/utils/blob/blobsToProofs.js +1 -2
  435. package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
  436. package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
  437. package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
  438. package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
  439. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  440. package/_cjs/utils/blob/fromBlobs.js +1 -2
  441. package/_cjs/utils/blob/fromBlobs.js.map +1 -1
  442. package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
  443. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  444. package/_cjs/utils/blob/toBlobSidecars.js +1 -2
  445. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  446. package/_cjs/utils/blob/toBlobs.js +1 -2
  447. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  448. package/_cjs/utils/buildRequest.js +2 -3
  449. package/_cjs/utils/buildRequest.js.map +1 -1
  450. package/_cjs/utils/ccip.js +3 -3
  451. package/_cjs/utils/ccip.js.map +1 -1
  452. package/_cjs/utils/chain/assertCurrentChain.js +1 -2
  453. package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
  454. package/_cjs/utils/chain/defineChain.js +1 -2
  455. package/_cjs/utils/chain/defineChain.js.map +1 -1
  456. package/_cjs/utils/chain/extractChain.js +1 -2
  457. package/_cjs/utils/chain/extractChain.js.map +1 -1
  458. package/_cjs/utils/chain/getChainContractAddress.js +1 -2
  459. package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
  460. package/_cjs/utils/cursor.js +1 -2
  461. package/_cjs/utils/cursor.js.map +1 -1
  462. package/_cjs/utils/data/concat.js +3 -4
  463. package/_cjs/utils/data/concat.js.map +1 -1
  464. package/_cjs/utils/data/isBytes.js +1 -2
  465. package/_cjs/utils/data/isBytes.js.map +1 -1
  466. package/_cjs/utils/data/isBytesEqual.js +1 -2
  467. package/_cjs/utils/data/isBytesEqual.js.map +1 -1
  468. package/_cjs/utils/data/isHex.js +1 -2
  469. package/_cjs/utils/data/isHex.js.map +1 -1
  470. package/_cjs/utils/data/pad.js +3 -4
  471. package/_cjs/utils/data/pad.js.map +1 -1
  472. package/_cjs/utils/data/size.js +1 -2
  473. package/_cjs/utils/data/size.js.map +1 -1
  474. package/_cjs/utils/data/slice.js +3 -4
  475. package/_cjs/utils/data/slice.js.map +1 -1
  476. package/_cjs/utils/data/trim.js +1 -2
  477. package/_cjs/utils/data/trim.js.map +1 -1
  478. package/_cjs/utils/encoding/fromBytes.js +5 -6
  479. package/_cjs/utils/encoding/fromBytes.js.map +1 -1
  480. package/_cjs/utils/encoding/fromHex.js +6 -7
  481. package/_cjs/utils/encoding/fromHex.js.map +1 -1
  482. package/_cjs/utils/encoding/fromRlp.js +1 -2
  483. package/_cjs/utils/encoding/fromRlp.js.map +1 -1
  484. package/_cjs/utils/encoding/toBytes.js +5 -6
  485. package/_cjs/utils/encoding/toBytes.js.map +1 -1
  486. package/_cjs/utils/encoding/toHex.js +5 -6
  487. package/_cjs/utils/encoding/toHex.js.map +1 -1
  488. package/_cjs/utils/encoding/toRlp.js +3 -4
  489. package/_cjs/utils/encoding/toRlp.js.map +1 -1
  490. package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
  491. package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
  492. package/_cjs/utils/ens/avatar/utils.js +8 -9
  493. package/_cjs/utils/ens/avatar/utils.js.map +1 -1
  494. package/_cjs/utils/ens/encodeLabelhash.js +1 -2
  495. package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
  496. package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
  497. package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
  498. package/_cjs/utils/ens/errors.js +1 -2
  499. package/_cjs/utils/ens/errors.js.map +1 -1
  500. package/_cjs/utils/ens/labelhash.js +1 -2
  501. package/_cjs/utils/ens/labelhash.js.map +1 -1
  502. package/_cjs/utils/ens/namehash.js +1 -2
  503. package/_cjs/utils/ens/namehash.js.map +1 -1
  504. package/_cjs/utils/ens/normalize.js +1 -2
  505. package/_cjs/utils/ens/normalize.js.map +1 -1
  506. package/_cjs/utils/ens/packetToBytes.js +1 -2
  507. package/_cjs/utils/ens/packetToBytes.js.map +1 -1
  508. package/_cjs/utils/errors/getCallError.js +1 -2
  509. package/_cjs/utils/errors/getCallError.js.map +1 -1
  510. package/_cjs/utils/errors/getContractError.js +1 -2
  511. package/_cjs/utils/errors/getContractError.js.map +1 -1
  512. package/_cjs/utils/errors/getEstimateGasError.js +1 -2
  513. package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
  514. package/_cjs/utils/errors/getNodeError.js +2 -3
  515. package/_cjs/utils/errors/getNodeError.js.map +1 -1
  516. package/_cjs/utils/errors/getTransactionError.js +1 -2
  517. package/_cjs/utils/errors/getTransactionError.js.map +1 -1
  518. package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
  519. package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
  520. package/_cjs/utils/formatters/block.js +2 -2
  521. package/_cjs/utils/formatters/block.js.map +1 -1
  522. package/_cjs/utils/formatters/extract.js +1 -2
  523. package/_cjs/utils/formatters/extract.js.map +1 -1
  524. package/_cjs/utils/formatters/feeHistory.js +1 -2
  525. package/_cjs/utils/formatters/feeHistory.js.map +1 -1
  526. package/_cjs/utils/formatters/formatter.js +1 -2
  527. package/_cjs/utils/formatters/formatter.js.map +1 -1
  528. package/_cjs/utils/formatters/log.js +1 -2
  529. package/_cjs/utils/formatters/log.js.map +1 -1
  530. package/_cjs/utils/formatters/proof.js +1 -2
  531. package/_cjs/utils/formatters/proof.js.map +1 -1
  532. package/_cjs/utils/formatters/transaction.js +2 -2
  533. package/_cjs/utils/formatters/transaction.js.map +1 -1
  534. package/_cjs/utils/formatters/transactionReceipt.js +2 -2
  535. package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
  536. package/_cjs/utils/formatters/transactionRequest.js +2 -2
  537. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  538. package/_cjs/utils/getAction.js +9 -6
  539. package/_cjs/utils/getAction.js.map +1 -1
  540. package/_cjs/utils/hash/hashSignature.js +1 -2
  541. package/_cjs/utils/hash/hashSignature.js.map +1 -1
  542. package/_cjs/utils/hash/isHash.js +1 -2
  543. package/_cjs/utils/hash/isHash.js.map +1 -1
  544. package/_cjs/utils/hash/keccak256.js +1 -2
  545. package/_cjs/utils/hash/keccak256.js.map +1 -1
  546. package/_cjs/utils/hash/normalizeSignature.js +1 -2
  547. package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
  548. package/_cjs/utils/hash/ripemd160.js +1 -2
  549. package/_cjs/utils/hash/ripemd160.js.map +1 -1
  550. package/_cjs/utils/hash/sha256.js +1 -2
  551. package/_cjs/utils/hash/sha256.js.map +1 -1
  552. package/_cjs/utils/hash/toSignatureHash.js +1 -2
  553. package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
  554. package/_cjs/utils/index.js.map +1 -1
  555. package/_cjs/utils/kzg/defineKzg.js +1 -2
  556. package/_cjs/utils/kzg/defineKzg.js.map +1 -1
  557. package/_cjs/utils/kzg/setupKzg.js +1 -2
  558. package/_cjs/utils/kzg/setupKzg.js.map +1 -1
  559. package/_cjs/utils/nonceManager.js +3 -3
  560. package/_cjs/utils/nonceManager.js.map +1 -1
  561. package/_cjs/utils/observe.js +2 -2
  562. package/_cjs/utils/observe.js.map +1 -1
  563. package/_cjs/utils/poll.js +1 -2
  564. package/_cjs/utils/poll.js.map +1 -1
  565. package/_cjs/utils/promise/createBatchScheduler.js +1 -2
  566. package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
  567. package/_cjs/utils/promise/withCache.js +3 -3
  568. package/_cjs/utils/promise/withCache.js.map +1 -1
  569. package/_cjs/utils/promise/withDedupe.js +2 -2
  570. package/_cjs/utils/promise/withDedupe.js.map +1 -1
  571. package/_cjs/utils/promise/withRetry.js +1 -2
  572. package/_cjs/utils/promise/withRetry.js.map +1 -1
  573. package/_cjs/utils/promise/withTimeout.js +1 -2
  574. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  575. package/_cjs/utils/rpc/compat.js +2 -2
  576. package/_cjs/utils/rpc/compat.js.map +1 -1
  577. package/_cjs/utils/rpc/http.js +1 -2
  578. package/_cjs/utils/rpc/http.js.map +1 -1
  579. package/_cjs/utils/rpc/ipc.js +2 -3
  580. package/_cjs/utils/rpc/ipc.js.map +1 -1
  581. package/_cjs/utils/rpc/socket.js +2 -2
  582. package/_cjs/utils/rpc/socket.js.map +1 -1
  583. package/_cjs/utils/rpc/webSocket.js +1 -2
  584. package/_cjs/utils/rpc/webSocket.js.map +1 -1
  585. package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
  586. package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
  587. package/_cjs/utils/signature/hashMessage.js +1 -2
  588. package/_cjs/utils/signature/hashMessage.js.map +1 -1
  589. package/_cjs/utils/signature/hashTypedData.js +4 -5
  590. package/_cjs/utils/signature/hashTypedData.js.map +1 -1
  591. package/_cjs/utils/signature/isErc6492Signature.js +1 -2
  592. package/_cjs/utils/signature/isErc6492Signature.js.map +1 -1
  593. package/_cjs/utils/signature/parseCompactSignature.js +1 -2
  594. package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
  595. package/_cjs/utils/signature/parseErc6492Signature.js +1 -2
  596. package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -1
  597. package/_cjs/utils/signature/parseSignature.js +1 -2
  598. package/_cjs/utils/signature/parseSignature.js.map +1 -1
  599. package/_cjs/utils/signature/recoverAddress.js +1 -2
  600. package/_cjs/utils/signature/recoverAddress.js.map +1 -1
  601. package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
  602. package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
  603. package/_cjs/utils/signature/recoverPublicKey.js +1 -2
  604. package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
  605. package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
  606. package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
  607. package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
  608. package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
  609. package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
  610. package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
  611. package/_cjs/utils/signature/serializeErc6492Signature.js +1 -2
  612. package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -1
  613. package/_cjs/utils/signature/serializeSignature.js +1 -2
  614. package/_cjs/utils/signature/serializeSignature.js.map +1 -1
  615. package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
  616. package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
  617. package/_cjs/utils/signature/toPrefixedMessage.js +1 -2
  618. package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -1
  619. package/_cjs/utils/signature/verifyMessage.js +1 -2
  620. package/_cjs/utils/signature/verifyMessage.js.map +1 -1
  621. package/_cjs/utils/signature/verifyTypedData.js +1 -2
  622. package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
  623. package/_cjs/utils/siwe/createSiweMessage.js +1 -2
  624. package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
  625. package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
  626. package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
  627. package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
  628. package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
  629. package/_cjs/utils/siwe/utils.js +1 -2
  630. package/_cjs/utils/siwe/utils.js.map +1 -1
  631. package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
  632. package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
  633. package/_cjs/utils/stateOverride.js +3 -4
  634. package/_cjs/utils/stateOverride.js.map +1 -1
  635. package/_cjs/utils/transaction/assertRequest.js +1 -2
  636. package/_cjs/utils/transaction/assertRequest.js.map +1 -1
  637. package/_cjs/utils/transaction/assertTransaction.js +4 -5
  638. package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
  639. package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
  640. package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
  641. package/_cjs/utils/transaction/getTransactionType.js +1 -2
  642. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  643. package/_cjs/utils/transaction/parseTransaction.js +3 -4
  644. package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
  645. package/_cjs/utils/transaction/serializeAccessList.js +1 -2
  646. package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
  647. package/_cjs/utils/transaction/serializeTransaction.js +2 -3
  648. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  649. package/_cjs/utils/typedData.js +4 -5
  650. package/_cjs/utils/typedData.js.map +1 -1
  651. package/_cjs/utils/uid.js +1 -2
  652. package/_cjs/utils/uid.js.map +1 -1
  653. package/_cjs/utils/unit/formatEther.js +1 -2
  654. package/_cjs/utils/unit/formatEther.js.map +1 -1
  655. package/_cjs/utils/unit/formatGwei.js +1 -2
  656. package/_cjs/utils/unit/formatGwei.js.map +1 -1
  657. package/_cjs/utils/unit/formatUnits.js +1 -2
  658. package/_cjs/utils/unit/formatUnits.js.map +1 -1
  659. package/_cjs/utils/unit/parseEther.js +1 -2
  660. package/_cjs/utils/unit/parseEther.js.map +1 -1
  661. package/_cjs/utils/unit/parseGwei.js +1 -2
  662. package/_cjs/utils/unit/parseGwei.js.map +1 -1
  663. package/_cjs/utils/unit/parseUnits.js +1 -2
  664. package/_cjs/utils/unit/parseUnits.js.map +1 -1
  665. package/_cjs/utils/wait.js +1 -2
  666. package/_cjs/utils/wait.js.map +1 -1
  667. package/_cjs/zksync/actions/deployContract.js +1 -2
  668. package/_cjs/zksync/actions/deployContract.js.map +1 -1
  669. package/_cjs/zksync/actions/estimateFee.js +1 -2
  670. package/_cjs/zksync/actions/estimateFee.js.map +1 -1
  671. package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
  672. package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
  673. package/_cjs/zksync/actions/getAllBalances.js +1 -2
  674. package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
  675. package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
  676. package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
  677. package/_cjs/zksync/actions/getBlockDetails.js +1 -2
  678. package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
  679. package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
  680. package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
  681. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
  682. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
  683. package/_cjs/zksync/actions/getL1Allowance.js +1 -2
  684. package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
  685. package/_cjs/zksync/actions/getL1Balance.js +1 -2
  686. package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
  687. package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
  688. package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
  689. package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
  690. package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
  691. package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
  692. package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
  693. package/_cjs/zksync/actions/getL1ChainId.js +1 -2
  694. package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
  695. package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
  696. package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
  697. package/_cjs/zksync/actions/getLogProof.js +1 -2
  698. package/_cjs/zksync/actions/getLogProof.js.map +1 -1
  699. package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
  700. package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
  701. package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
  702. package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
  703. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
  704. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
  705. package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
  706. package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
  707. package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
  708. package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
  709. package/_cjs/zksync/actions/sendTransaction.js +1 -2
  710. package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
  711. package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
  712. package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
  713. package/_cjs/zksync/actions/signTransaction.js +1 -2
  714. package/_cjs/zksync/actions/signTransaction.js.map +1 -1
  715. package/_cjs/zksync/decorators/eip712.js +1 -2
  716. package/_cjs/zksync/decorators/eip712.js.map +1 -1
  717. package/_cjs/zksync/decorators/publicL1.js +1 -2
  718. package/_cjs/zksync/decorators/publicL1.js.map +1 -1
  719. package/_cjs/zksync/decorators/publicL2.js +1 -2
  720. package/_cjs/zksync/decorators/publicL2.js.map +1 -1
  721. package/_cjs/zksync/serializers.js +2 -2
  722. package/_cjs/zksync/serializers.js.map +1 -1
  723. package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
  724. package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
  725. package/_cjs/zksync/utils/assertEip712Request.js +1 -2
  726. package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
  727. package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
  728. package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
  729. package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
  730. package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
  731. package/_cjs/zksync/utils/hashBytecode.js +1 -2
  732. package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
  733. package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
  734. package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
  735. package/_cjs/zksync/utils/isEth.js +1 -2
  736. package/_cjs/zksync/utils/isEth.js.map +1 -1
  737. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
  738. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
  739. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
  740. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
  741. package/_esm/actions/public/createEventFilter.js +7 -7
  742. package/_esm/actions/public/createEventFilter.js.map +1 -1
  743. package/_esm/actions/public/getLogs.js +7 -7
  744. package/_esm/actions/public/getLogs.js.map +1 -1
  745. package/_esm/actions/public/watchEvent.js +7 -7
  746. package/_esm/actions/public/watchEvent.js.map +1 -1
  747. package/_esm/actions/wallet/sendTransaction.js +1 -0
  748. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  749. package/_esm/chains/definitions/dchain.js +24 -0
  750. package/_esm/chains/definitions/dchain.js.map +1 -0
  751. package/_esm/chains/definitions/dchainTestnet.js +26 -0
  752. package/_esm/chains/definitions/dchainTestnet.js.map +1 -0
  753. package/_esm/chains/index.js +2 -0
  754. package/_esm/chains/index.js.map +1 -1
  755. package/_esm/errors/version.js +1 -1
  756. package/_esm/experimental/erc7715/actions/grantPermissions.js +130 -0
  757. package/_esm/experimental/erc7715/actions/grantPermissions.js.map +1 -0
  758. package/_esm/experimental/erc7715/decorators/erc7715.js +3 -3
  759. package/_esm/experimental/erc7715/types/policy.js +2 -0
  760. package/_esm/experimental/erc7715/types/policy.js.map +1 -0
  761. package/_esm/experimental/index.js +1 -3
  762. package/_esm/experimental/index.js.map +1 -1
  763. package/_esm/experimental/solady/actions/signTypedData.js +6 -28
  764. package/_esm/experimental/solady/actions/signTypedData.js.map +1 -1
  765. package/_esm/experimental/solady/index.js +8 -0
  766. package/_esm/experimental/solady/index.js.map +1 -0
  767. package/_esm/experimental/solady/utils/hashMessage.js +32 -0
  768. package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
  769. package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
  770. package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
  771. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
  772. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  773. package/_esm/index.js.map +1 -1
  774. package/_esm/utils/abi/encodeEventTopics.js +5 -5
  775. package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
  776. package/_esm/utils/getAction.js +11 -7
  777. package/_esm/utils/getAction.js.map +1 -1
  778. package/_esm/utils/index.js.map +1 -1
  779. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  780. package/_types/celo/chainConfig.d.ts +1086 -1086
  781. package/_types/celo/formatters.d.ts +543 -543
  782. package/_types/celo/formatters.d.ts.map +1 -1
  783. package/_types/chains/definitions/ancient8.d.ts +260 -260
  784. package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
  785. package/_types/chains/definitions/base.d.ts +260 -260
  786. package/_types/chains/definitions/baseGoerli.d.ts +260 -260
  787. package/_types/chains/definitions/baseSepolia.d.ts +260 -260
  788. package/_types/chains/definitions/celo.d.ts +1086 -1086
  789. package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
  790. package/_types/chains/definitions/dchain.d.ts +1049 -0
  791. package/_types/chains/definitions/dchain.d.ts.map +1 -0
  792. package/_types/chains/definitions/dchainTestnet.d.ts +1049 -0
  793. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -0
  794. package/_types/chains/definitions/fraxtal.d.ts +260 -260
  795. package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
  796. package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
  797. package/_types/chains/definitions/lisk.d.ts +315 -315
  798. package/_types/chains/definitions/liskSepolia.d.ts +260 -260
  799. package/_types/chains/definitions/metalL2.d.ts +260 -260
  800. package/_types/chains/definitions/optimism.d.ts +260 -260
  801. package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
  802. package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
  803. package/_types/chains/definitions/pgn.d.ts +260 -260
  804. package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
  805. package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
  806. package/_types/chains/definitions/rss3.d.ts +260 -260
  807. package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
  808. package/_types/chains/definitions/zkSync.d.ts +315 -315
  809. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
  810. package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
  811. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
  812. package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
  813. package/_types/chains/definitions/zora.d.ts +260 -260
  814. package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
  815. package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
  816. package/_types/chains/index.d.ts +2 -0
  817. package/_types/chains/index.d.ts.map +1 -1
  818. package/_types/errors/version.d.ts +1 -1
  819. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
  820. package/_types/experimental/erc7715/actions/{issuePermissions.d.ts → grantPermissions.d.ts} +18 -16
  821. package/_types/experimental/erc7715/actions/{issuePermissions.d.ts.map → grantPermissions.d.ts.map} +1 -1
  822. package/_types/experimental/erc7715/decorators/erc7715.d.ts +5 -5
  823. package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
  824. package/_types/experimental/erc7715/types/permission.d.ts +24 -20
  825. package/_types/experimental/erc7715/types/permission.d.ts.map +1 -1
  826. package/_types/experimental/erc7715/types/policy.d.ts +36 -0
  827. package/_types/experimental/erc7715/types/policy.d.ts.map +1 -0
  828. package/_types/experimental/erc7715/types/signer.d.ts +5 -1
  829. package/_types/experimental/erc7715/types/signer.d.ts.map +1 -1
  830. package/_types/experimental/index.d.ts +1 -3
  831. package/_types/experimental/index.d.ts.map +1 -1
  832. package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -1
  833. package/_types/experimental/solady/decorators/solady.d.ts.map +1 -1
  834. package/_types/experimental/solady/index.d.ts +7 -0
  835. package/_types/experimental/solady/index.d.ts.map +1 -0
  836. package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
  837. package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
  838. package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
  839. package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
  840. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
  841. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
  842. package/_types/index.d.ts +2 -2
  843. package/_types/index.d.ts.map +1 -1
  844. package/_types/op-stack/chainConfig.d.ts +260 -260
  845. package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
  846. package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
  847. package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
  848. package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
  849. package/_types/op-stack/formatters.d.ts +260 -260
  850. package/_types/op-stack/formatters.d.ts.map +1 -1
  851. package/_types/types/eip1193.d.ts +19 -10
  852. package/_types/types/eip1193.d.ts.map +1 -1
  853. package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
  854. package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  855. package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
  856. package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
  857. package/_types/utils/formatters/block.d.ts.map +1 -1
  858. package/_types/utils/formatters/formatter.d.ts +2 -2
  859. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  860. package/_types/utils/formatters/log.d.ts.map +1 -1
  861. package/_types/utils/formatters/proof.d.ts.map +1 -1
  862. package/_types/utils/formatters/transaction.d.ts +127 -126
  863. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  864. package/_types/utils/formatters/transactionRequest.d.ts +67 -66
  865. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  866. package/_types/utils/getAction.d.ts +9 -1
  867. package/_types/utils/getAction.d.ts.map +1 -1
  868. package/_types/utils/index.d.ts +1 -1
  869. package/_types/utils/index.d.ts.map +1 -1
  870. package/_types/utils/rpc/compat.d.ts.map +1 -1
  871. package/_types/utils/rpc/ipc.d.ts +0 -2
  872. package/_types/utils/rpc/ipc.d.ts.map +1 -1
  873. package/_types/zksync/chainConfig.d.ts +315 -315
  874. package/_types/zksync/decorators/eip712.d.ts.map +1 -1
  875. package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
  876. package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
  877. package/_types/zksync/formatters.d.ts +315 -315
  878. package/_types/zksync/formatters.d.ts.map +1 -1
  879. package/actions/public/createEventFilter.ts +9 -9
  880. package/actions/public/getLogs.ts +9 -9
  881. package/actions/public/watchEvent.ts +9 -9
  882. package/actions/wallet/sendTransaction.ts +1 -0
  883. package/chains/definitions/dchain.ts +24 -0
  884. package/chains/definitions/dchainTestnet.ts +27 -0
  885. package/chains/index.ts +2 -0
  886. package/errors/version.ts +1 -1
  887. package/experimental/erc7715/actions/{issuePermissions.ts → grantPermissions.ts} +82 -54
  888. package/experimental/erc7715/decorators/erc7715.ts +11 -11
  889. package/experimental/erc7715/types/permission.ts +28 -26
  890. package/experimental/erc7715/types/policy.ts +43 -0
  891. package/experimental/erc7715/types/signer.ts +8 -1
  892. package/experimental/index.ts +4 -16
  893. package/experimental/solady/actions/signTypedData.ts +6 -35
  894. package/experimental/solady/index.ts +36 -0
  895. package/experimental/solady/utils/hashMessage.ts +60 -0
  896. package/experimental/solady/utils/hashTypedData.ts +112 -0
  897. package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
  898. package/index.ts +3 -2
  899. package/package.json +9 -1
  900. package/types/eip1193.ts +19 -10
  901. package/utils/abi/encodeEventTopics.ts +13 -11
  902. package/utils/getAction.ts +31 -15
  903. package/utils/index.ts +1 -0
  904. package/_cjs/experimental/erc7715/actions/issuePermissions.js +0 -74
  905. package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +0 -1
  906. package/_esm/experimental/erc7715/actions/issuePermissions.js +0 -107
  907. package/_esm/experimental/erc7715/actions/issuePermissions.js.map +0 -1
@@ -31,37 +31,37 @@ export declare const celoAlfajores: {
31
31
  readonly block: {
32
32
  exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
33
33
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").CeloBlockOverrides & {
34
- transactions: readonly `0x${string}`[] | readonly import("../index.js").CeloRpcTransaction[];
34
+ transactions: readonly import("../../index.js").Hash[] | readonly import("../index.js").CeloRpcTransaction[];
35
35
  }>) => {
36
36
  baseFeePerGas: bigint | null;
37
37
  blobGasUsed: bigint;
38
38
  difficulty: bigint;
39
39
  excessBlobGas: bigint;
40
- extraData: `0x${string}`;
40
+ extraData: import("../../index.js").Hex;
41
41
  gasLimit: bigint;
42
42
  gasUsed: bigint;
43
43
  hash: `0x${string}` | null;
44
44
  logsBloom: `0x${string}` | null;
45
- miner: `0x${string}`;
46
- mixHash: `0x${string}`;
45
+ miner: import("abitype").Address;
46
+ mixHash: import("../../index.js").Hash;
47
47
  nonce: `0x${string}` | null;
48
48
  number: bigint | null;
49
- parentHash: `0x${string}`;
50
- receiptsRoot: `0x${string}`;
51
- sealFields: `0x${string}`[];
52
- sha3Uncles: `0x${string}`;
49
+ parentHash: import("../../index.js").Hash;
50
+ receiptsRoot: import("../../index.js").Hex;
51
+ sealFields: import("../../index.js").Hex[];
52
+ sha3Uncles: import("../../index.js").Hash;
53
53
  size: bigint;
54
- stateRoot: `0x${string}`;
54
+ stateRoot: import("../../index.js").Hash;
55
55
  timestamp: bigint;
56
56
  totalDifficulty: bigint | null;
57
57
  transactions: readonly `0x${string}`[] | readonly import("../index.js").CeloTransaction[];
58
- transactionsRoot: `0x${string}`;
59
- uncles: `0x${string}`[];
58
+ transactionsRoot: import("../../index.js").Hash;
59
+ uncles: import("../../index.js").Hash[];
60
60
  withdrawals?: import("../../index.js").Withdrawal[] | undefined;
61
- withdrawalsRoot?: `0x${string}` | undefined;
61
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
62
62
  randomness: {
63
- committed: `0x${string}`;
64
- revealed: `0x${string}`;
63
+ committed: import("../../index.js").Hex;
64
+ revealed: import("../../index.js").Hex;
65
65
  };
66
66
  } & {
67
67
  nonce: never;
@@ -76,16 +76,16 @@ export declare const celoAlfajores: {
76
76
  exclude: [] | undefined;
77
77
  format: (args: ({
78
78
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
79
- r?: `0x${string}`;
80
- s?: `0x${string}`;
79
+ r?: import("../../index.js").Hex;
80
+ s?: import("../../index.js").Hex;
81
81
  v?: `0x${string}`;
82
82
  yParity?: `0x${string}` | undefined;
83
83
  gasPrice?: `0x${string}` | undefined;
84
84
  maxFeePerBlobGas?: `0x${string}` | undefined;
85
85
  maxFeePerGas?: `0x${string}` | undefined;
86
86
  maxPriorityFeePerGas?: `0x${string}` | undefined;
87
- to?: `0x${string}` | null;
88
- from?: `0x${string}`;
87
+ to?: import("abitype").Address | null;
88
+ from?: import("abitype").Address;
89
89
  gas?: `0x${string}`;
90
90
  nonce?: `0x${string}`;
91
91
  value?: `0x${string}`;
@@ -93,22 +93,22 @@ export declare const celoAlfajores: {
93
93
  blobVersionedHashes?: undefined;
94
94
  blockHash?: `0x${string}` | null;
95
95
  blockNumber?: `0x${string}` | null;
96
- hash?: `0x${string}`;
97
- input?: `0x${string}`;
96
+ hash?: import("../../index.js").Hash;
97
+ input?: import("../../index.js").Hex;
98
98
  transactionIndex?: `0x${string}` | null;
99
99
  chainId?: `0x${string}` | undefined;
100
100
  } & {
101
101
  type: "0x0";
102
- r: `0x${string}`;
103
- s: `0x${string}`;
102
+ r: import("../../index.js").Hex;
103
+ s: import("../../index.js").Hex;
104
104
  v: `0x${string}`;
105
105
  yParity?: undefined;
106
106
  gasPrice: `0x${string}`;
107
107
  maxFeePerBlobGas?: undefined;
108
108
  maxFeePerGas?: undefined;
109
109
  maxPriorityFeePerGas?: undefined;
110
- to: `0x${string}` | null;
111
- from: `0x${string}`;
110
+ to: import("abitype").Address | null;
111
+ from: import("abitype").Address;
112
112
  gas: `0x${string}`;
113
113
  nonce: `0x${string}`;
114
114
  value: `0x${string}`;
@@ -116,26 +116,26 @@ export declare const celoAlfajores: {
116
116
  blobVersionedHashes?: undefined;
117
117
  blockHash: `0x${string}` | null;
118
118
  blockNumber: `0x${string}` | null;
119
- hash: `0x${string}`;
120
- input: `0x${string}`;
119
+ hash: import("../../index.js").Hash;
120
+ input: import("../../index.js").Hex;
121
121
  transactionIndex: `0x${string}` | null;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & {
124
- feeCurrency: `0x${string}` | null;
125
- gatewayFee: `0x${string}` | null;
126
- gatewayFeeRecipient: `0x${string}` | null;
124
+ feeCurrency: import("abitype").Address | null;
125
+ gatewayFee: import("../../index.js").Hex | null;
126
+ gatewayFeeRecipient: import("abitype").Address | null;
127
127
  }) | ({
128
128
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
129
- r?: `0x${string}`;
130
- s?: `0x${string}`;
129
+ r?: import("../../index.js").Hex;
130
+ s?: import("../../index.js").Hex;
131
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;
138
- from?: `0x${string}`;
137
+ to?: import("abitype").Address | null;
138
+ from?: import("abitype").Address;
139
139
  gas?: `0x${string}`;
140
140
  nonce?: `0x${string}`;
141
141
  value?: `0x${string}`;
@@ -143,27 +143,27 @@ export declare const celoAlfajores: {
143
143
  blobVersionedHashes?: undefined;
144
144
  blockHash?: `0x${string}` | null;
145
145
  blockNumber?: `0x${string}` | null;
146
- hash?: `0x${string}`;
147
- input?: `0x${string}`;
146
+ hash?: import("../../index.js").Hash;
147
+ input?: import("../../index.js").Hex;
148
148
  transactionIndex?: `0x${string}` | null;
149
149
  chainId?: `0x${string}` | undefined;
150
150
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
151
- feeCurrency: `0x${string}` | null;
152
- gatewayFee: `0x${string}` | null;
153
- gatewayFeeRecipient: `0x${string}` | null;
151
+ feeCurrency: import("abitype").Address | null;
152
+ gatewayFee: import("../../index.js").Hex | null;
153
+ gatewayFeeRecipient: import("abitype").Address | null;
154
154
  type: "0x7c";
155
155
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
156
156
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
157
- r?: `0x${string}`;
158
- s?: `0x${string}`;
157
+ r?: import("../../index.js").Hex;
158
+ s?: import("../../index.js").Hex;
159
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;
166
- from?: `0x${string}`;
165
+ to?: import("abitype").Address | null;
166
+ from?: import("abitype").Address;
167
167
  gas?: `0x${string}`;
168
168
  nonce?: `0x${string}`;
169
169
  value?: `0x${string}`;
@@ -171,26 +171,26 @@ export declare const celoAlfajores: {
171
171
  blobVersionedHashes?: undefined;
172
172
  blockHash?: `0x${string}` | null;
173
173
  blockNumber?: `0x${string}` | null;
174
- hash?: `0x${string}`;
175
- input?: `0x${string}`;
174
+ hash?: import("../../index.js").Hash;
175
+ input?: import("../../index.js").Hex;
176
176
  transactionIndex?: `0x${string}` | null;
177
177
  chainId?: `0x${string}` | undefined;
178
178
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
179
- feeCurrency: `0x${string}` | null;
179
+ feeCurrency: import("abitype").Address | null;
180
180
  gatewayFee?: undefined;
181
181
  gatewayFeeRecipient?: undefined;
182
182
  type: "0x7b";
183
183
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
184
184
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
185
- r?: `0x${string}`;
186
- s?: `0x${string}`;
185
+ r?: import("../../index.js").Hex;
186
+ s?: import("../../index.js").Hex;
187
187
  v?: `0x${string}`;
188
188
  gasPrice?: `0x${string}` | undefined;
189
189
  maxFeePerBlobGas?: `0x${string}` | undefined;
190
190
  maxFeePerGas?: `0x${string}` | undefined;
191
191
  maxPriorityFeePerGas?: `0x${string}` | undefined;
192
- to?: `0x${string}` | null;
193
- from?: `0x${string}`;
192
+ to?: import("abitype").Address | null;
193
+ from?: import("abitype").Address;
194
194
  gas?: `0x${string}`;
195
195
  nonce?: `0x${string}`;
196
196
  value?: `0x${string}`;
@@ -198,23 +198,23 @@ export declare const celoAlfajores: {
198
198
  blobVersionedHashes?: undefined;
199
199
  blockHash?: `0x${string}` | null;
200
200
  blockNumber?: `0x${string}` | null;
201
- hash?: `0x${string}`;
202
- input?: `0x${string}`;
201
+ hash?: import("../../index.js").Hash;
202
+ input?: import("../../index.js").Hex;
203
203
  transactionIndex?: `0x${string}` | null;
204
204
  chainId?: `0x${string}` | undefined;
205
205
  yParity?: `0x${string}` | undefined;
206
206
  } & {
207
207
  type: "0x0";
208
- r: `0x${string}`;
209
- s: `0x${string}`;
208
+ r: import("../../index.js").Hex;
209
+ s: import("../../index.js").Hex;
210
210
  v: `0x${string}`;
211
211
  yParity?: undefined;
212
212
  gasPrice: `0x${string}`;
213
213
  maxFeePerBlobGas?: undefined;
214
214
  maxFeePerGas?: undefined;
215
215
  maxPriorityFeePerGas?: undefined;
216
- to: `0x${string}` | null;
217
- from: `0x${string}`;
216
+ to: import("abitype").Address | null;
217
+ from: import("abitype").Address;
218
218
  gas: `0x${string}`;
219
219
  nonce: `0x${string}`;
220
220
  value: `0x${string}`;
@@ -222,25 +222,25 @@ export declare const celoAlfajores: {
222
222
  blobVersionedHashes?: undefined;
223
223
  blockHash: `0x${string}` | null;
224
224
  blockNumber: `0x${string}` | null;
225
- hash: `0x${string}`;
226
- input: `0x${string}`;
225
+ hash: import("../../index.js").Hash;
226
+ input: import("../../index.js").Hex;
227
227
  transactionIndex: `0x${string}` | null;
228
228
  chainId?: `0x${string}` | undefined;
229
229
  } & {
230
- feeCurrency: `0x${string}` | null;
231
- gatewayFee: `0x${string}` | null;
232
- gatewayFeeRecipient: `0x${string}` | null;
230
+ feeCurrency: import("abitype").Address | null;
231
+ gatewayFee: import("../../index.js").Hex | null;
232
+ gatewayFeeRecipient: import("abitype").Address | null;
233
233
  }) | ({
234
234
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
235
- r?: `0x${string}`;
236
- s?: `0x${string}`;
235
+ r?: import("../../index.js").Hex;
236
+ s?: import("../../index.js").Hex;
237
237
  v?: `0x${string}`;
238
238
  gasPrice?: `0x${string}` | undefined;
239
239
  maxFeePerBlobGas?: `0x${string}` | undefined;
240
240
  maxFeePerGas?: `0x${string}` | undefined;
241
241
  maxPriorityFeePerGas?: `0x${string}` | undefined;
242
- to?: `0x${string}` | null;
243
- from?: `0x${string}`;
242
+ to?: import("abitype").Address | null;
243
+ from?: import("abitype").Address;
244
244
  gas?: `0x${string}`;
245
245
  nonce?: `0x${string}`;
246
246
  value?: `0x${string}`;
@@ -248,22 +248,22 @@ export declare const celoAlfajores: {
248
248
  blobVersionedHashes?: undefined;
249
249
  blockHash?: `0x${string}` | null;
250
250
  blockNumber?: `0x${string}` | null;
251
- hash?: `0x${string}`;
252
- input?: `0x${string}`;
251
+ hash?: import("../../index.js").Hash;
252
+ input?: import("../../index.js").Hex;
253
253
  transactionIndex?: `0x${string}` | null;
254
254
  chainId?: `0x${string}` | undefined;
255
255
  yParity?: `0x${string}` | undefined;
256
256
  } & {
257
257
  type: "0x1";
258
- r: `0x${string}`;
259
- s: `0x${string}`;
258
+ r: import("../../index.js").Hex;
259
+ s: import("../../index.js").Hex;
260
260
  v: `0x${string}`;
261
261
  gasPrice: `0x${string}`;
262
262
  maxFeePerBlobGas?: undefined;
263
263
  maxFeePerGas?: undefined;
264
264
  maxPriorityFeePerGas?: undefined;
265
- to: `0x${string}` | null;
266
- from: `0x${string}`;
265
+ to: import("abitype").Address | null;
266
+ from: import("abitype").Address;
267
267
  gas: `0x${string}`;
268
268
  nonce: `0x${string}`;
269
269
  value: `0x${string}`;
@@ -271,26 +271,26 @@ export declare const celoAlfajores: {
271
271
  blobVersionedHashes?: undefined;
272
272
  blockHash: `0x${string}` | null;
273
273
  blockNumber: `0x${string}` | null;
274
- hash: `0x${string}`;
275
- input: `0x${string}`;
274
+ hash: import("../../index.js").Hash;
275
+ input: import("../../index.js").Hex;
276
276
  transactionIndex: `0x${string}` | null;
277
277
  chainId: `0x${string}`;
278
278
  yParity?: `0x${string}` | undefined;
279
279
  } & {
280
- feeCurrency: `0x${string}` | null;
281
- gatewayFee: `0x${string}` | null;
282
- gatewayFeeRecipient: `0x${string}` | null;
280
+ feeCurrency: import("abitype").Address | null;
281
+ gatewayFee: import("../../index.js").Hex | null;
282
+ gatewayFeeRecipient: import("abitype").Address | null;
283
283
  }) | ({
284
284
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
285
- r?: `0x${string}`;
286
- s?: `0x${string}`;
285
+ r?: import("../../index.js").Hex;
286
+ s?: import("../../index.js").Hex;
287
287
  v?: `0x${string}`;
288
288
  gasPrice?: `0x${string}` | undefined;
289
289
  maxFeePerBlobGas?: `0x${string}` | undefined;
290
290
  maxFeePerGas?: `0x${string}` | undefined;
291
291
  maxPriorityFeePerGas?: `0x${string}` | undefined;
292
- to?: `0x${string}` | null;
293
- from?: `0x${string}`;
292
+ to?: import("abitype").Address | null;
293
+ from?: import("abitype").Address;
294
294
  gas?: `0x${string}`;
295
295
  nonce?: `0x${string}`;
296
296
  value?: `0x${string}`;
@@ -298,22 +298,22 @@ export declare const celoAlfajores: {
298
298
  blobVersionedHashes?: undefined;
299
299
  blockHash?: `0x${string}` | null;
300
300
  blockNumber?: `0x${string}` | null;
301
- hash?: `0x${string}`;
302
- input?: `0x${string}`;
301
+ hash?: import("../../index.js").Hash;
302
+ input?: import("../../index.js").Hex;
303
303
  transactionIndex?: `0x${string}` | null;
304
304
  chainId?: `0x${string}` | undefined;
305
305
  yParity?: `0x${string}` | undefined;
306
306
  } & {
307
307
  type: "0x2";
308
- r: `0x${string}`;
309
- s: `0x${string}`;
308
+ r: import("../../index.js").Hex;
309
+ s: import("../../index.js").Hex;
310
310
  v: `0x${string}`;
311
311
  gasPrice?: undefined;
312
312
  maxFeePerBlobGas?: undefined;
313
313
  maxFeePerGas: `0x${string}`;
314
314
  maxPriorityFeePerGas: `0x${string}`;
315
- to: `0x${string}` | null;
316
- from: `0x${string}`;
315
+ to: import("abitype").Address | null;
316
+ from: import("abitype").Address;
317
317
  gas: `0x${string}`;
318
318
  nonce: `0x${string}`;
319
319
  value: `0x${string}`;
@@ -321,26 +321,26 @@ export declare const celoAlfajores: {
321
321
  blobVersionedHashes?: undefined;
322
322
  blockHash: `0x${string}` | null;
323
323
  blockNumber: `0x${string}` | null;
324
- hash: `0x${string}`;
325
- input: `0x${string}`;
324
+ hash: import("../../index.js").Hash;
325
+ input: import("../../index.js").Hex;
326
326
  transactionIndex: `0x${string}` | null;
327
327
  chainId: `0x${string}`;
328
328
  yParity?: `0x${string}` | undefined;
329
329
  } & {
330
- feeCurrency: `0x${string}` | null;
331
- gatewayFee: `0x${string}` | null;
332
- gatewayFeeRecipient: `0x${string}` | null;
330
+ feeCurrency: import("abitype").Address | null;
331
+ gatewayFee: import("../../index.js").Hex | null;
332
+ gatewayFeeRecipient: import("abitype").Address | null;
333
333
  }) | ({
334
334
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
335
- r?: `0x${string}`;
336
- s?: `0x${string}`;
335
+ r?: import("../../index.js").Hex;
336
+ s?: import("../../index.js").Hex;
337
337
  v?: `0x${string}`;
338
338
  gasPrice?: `0x${string}` | undefined;
339
339
  maxFeePerBlobGas?: `0x${string}` | undefined;
340
340
  maxFeePerGas?: `0x${string}` | undefined;
341
341
  maxPriorityFeePerGas?: `0x${string}` | undefined;
342
- to?: `0x${string}` | null;
343
- from?: `0x${string}`;
342
+ to?: import("abitype").Address | null;
343
+ from?: import("abitype").Address;
344
344
  gas?: `0x${string}`;
345
345
  nonce?: `0x${string}`;
346
346
  value?: `0x${string}`;
@@ -348,27 +348,27 @@ export declare const celoAlfajores: {
348
348
  blobVersionedHashes?: undefined;
349
349
  blockHash?: `0x${string}` | null;
350
350
  blockNumber?: `0x${string}` | null;
351
- hash?: `0x${string}`;
352
- input?: `0x${string}`;
351
+ hash?: import("../../index.js").Hash;
352
+ input?: import("../../index.js").Hex;
353
353
  transactionIndex?: `0x${string}` | null;
354
354
  chainId?: `0x${string}` | undefined;
355
355
  yParity?: `0x${string}` | undefined;
356
356
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
357
- feeCurrency: `0x${string}` | null;
358
- gatewayFee: `0x${string}` | null;
359
- gatewayFeeRecipient: `0x${string}` | null;
357
+ feeCurrency: import("abitype").Address | null;
358
+ gatewayFee: import("../../index.js").Hex | null;
359
+ gatewayFeeRecipient: import("abitype").Address | null;
360
360
  type: "0x7c";
361
361
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
362
362
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
363
- r?: `0x${string}`;
364
- s?: `0x${string}`;
363
+ r?: import("../../index.js").Hex;
364
+ s?: import("../../index.js").Hex;
365
365
  v?: `0x${string}`;
366
366
  gasPrice?: `0x${string}` | undefined;
367
367
  maxFeePerBlobGas?: `0x${string}` | undefined;
368
368
  maxFeePerGas?: `0x${string}` | undefined;
369
369
  maxPriorityFeePerGas?: `0x${string}` | undefined;
370
- to?: `0x${string}` | null;
371
- from?: `0x${string}`;
370
+ to?: import("abitype").Address | null;
371
+ from?: import("abitype").Address;
372
372
  gas?: `0x${string}`;
373
373
  nonce?: `0x${string}`;
374
374
  value?: `0x${string}`;
@@ -376,27 +376,27 @@ export declare const celoAlfajores: {
376
376
  blobVersionedHashes?: undefined;
377
377
  blockHash?: `0x${string}` | null;
378
378
  blockNumber?: `0x${string}` | null;
379
- hash?: `0x${string}`;
380
- input?: `0x${string}`;
379
+ hash?: import("../../index.js").Hash;
380
+ input?: import("../../index.js").Hex;
381
381
  transactionIndex?: `0x${string}` | null;
382
382
  chainId?: `0x${string}` | undefined;
383
383
  yParity?: `0x${string}` | undefined;
384
384
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
385
- feeCurrency: `0x${string}` | null;
385
+ feeCurrency: import("abitype").Address | null;
386
386
  gatewayFee?: undefined;
387
387
  gatewayFeeRecipient?: undefined;
388
388
  type: "0x7b";
389
389
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
390
390
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
391
- r?: `0x${string}`;
392
- s?: `0x${string}`;
391
+ r?: import("../../index.js").Hex;
392
+ s?: import("../../index.js").Hex;
393
393
  v?: `0x${string}`;
394
394
  gasPrice?: `0x${string}` | undefined;
395
395
  maxFeePerBlobGas?: `0x${string}` | undefined;
396
396
  maxFeePerGas?: `0x${string}` | undefined;
397
397
  maxPriorityFeePerGas?: `0x${string}` | undefined;
398
- to?: `0x${string}` | null;
399
- from?: `0x${string}`;
398
+ to?: import("abitype").Address | null;
399
+ from?: import("abitype").Address;
400
400
  gas?: `0x${string}`;
401
401
  nonce?: `0x${string}`;
402
402
  value?: `0x${string}`;
@@ -404,23 +404,23 @@ export declare const celoAlfajores: {
404
404
  blobVersionedHashes?: undefined;
405
405
  blockHash?: `0x${string}` | null;
406
406
  blockNumber?: `0x${string}` | null;
407
- hash?: `0x${string}`;
408
- input?: `0x${string}`;
407
+ hash?: import("../../index.js").Hash;
408
+ input?: import("../../index.js").Hex;
409
409
  transactionIndex?: `0x${string}` | null;
410
410
  chainId?: `0x${string}` | undefined;
411
411
  yParity?: `0x${string}` | undefined;
412
412
  } & {
413
413
  type: "0x0";
414
- r: `0x${string}`;
415
- s: `0x${string}`;
414
+ r: import("../../index.js").Hex;
415
+ s: import("../../index.js").Hex;
416
416
  v: `0x${string}`;
417
417
  yParity?: undefined;
418
418
  gasPrice: `0x${string}`;
419
419
  maxFeePerBlobGas?: undefined;
420
420
  maxFeePerGas?: undefined;
421
421
  maxPriorityFeePerGas?: undefined;
422
- to: `0x${string}` | null;
423
- from: `0x${string}`;
422
+ to: import("abitype").Address | null;
423
+ from: import("abitype").Address;
424
424
  gas: `0x${string}`;
425
425
  nonce: `0x${string}`;
426
426
  value: `0x${string}`;
@@ -428,25 +428,25 @@ export declare const celoAlfajores: {
428
428
  blobVersionedHashes?: undefined;
429
429
  blockHash: `0x${string}` | null;
430
430
  blockNumber: `0x${string}` | null;
431
- hash: `0x${string}`;
432
- input: `0x${string}`;
431
+ hash: import("../../index.js").Hash;
432
+ input: import("../../index.js").Hex;
433
433
  transactionIndex: `0x${string}` | null;
434
434
  chainId?: `0x${string}` | undefined;
435
435
  } & {
436
- feeCurrency: `0x${string}` | null;
437
- gatewayFee: `0x${string}` | null;
438
- gatewayFeeRecipient: `0x${string}` | null;
436
+ feeCurrency: import("abitype").Address | null;
437
+ gatewayFee: import("../../index.js").Hex | null;
438
+ gatewayFeeRecipient: import("abitype").Address | null;
439
439
  }) | ({
440
440
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
441
- r?: `0x${string}`;
442
- s?: `0x${string}`;
441
+ r?: import("../../index.js").Hex;
442
+ s?: import("../../index.js").Hex;
443
443
  v?: `0x${string}`;
444
444
  gasPrice?: `0x${string}` | undefined;
445
445
  maxFeePerBlobGas?: `0x${string}` | undefined;
446
446
  maxFeePerGas?: `0x${string}` | undefined;
447
447
  maxPriorityFeePerGas?: `0x${string}` | undefined;
448
- to?: `0x${string}` | null;
449
- from?: `0x${string}`;
448
+ to?: import("abitype").Address | null;
449
+ from?: import("abitype").Address;
450
450
  gas?: `0x${string}`;
451
451
  nonce?: `0x${string}`;
452
452
  value?: `0x${string}`;
@@ -454,22 +454,22 @@ export declare const celoAlfajores: {
454
454
  blobVersionedHashes?: undefined;
455
455
  blockHash?: `0x${string}` | null;
456
456
  blockNumber?: `0x${string}` | null;
457
- hash?: `0x${string}`;
458
- input?: `0x${string}`;
457
+ hash?: import("../../index.js").Hash;
458
+ input?: import("../../index.js").Hex;
459
459
  transactionIndex?: `0x${string}` | null;
460
460
  chainId?: `0x${string}` | undefined;
461
461
  yParity?: `0x${string}` | undefined;
462
462
  } & {
463
463
  type: "0x1";
464
- r: `0x${string}`;
465
- s: `0x${string}`;
464
+ r: import("../../index.js").Hex;
465
+ s: import("../../index.js").Hex;
466
466
  v: `0x${string}`;
467
467
  gasPrice: `0x${string}`;
468
468
  maxFeePerBlobGas?: undefined;
469
469
  maxFeePerGas?: undefined;
470
470
  maxPriorityFeePerGas?: undefined;
471
- to: `0x${string}` | null;
472
- from: `0x${string}`;
471
+ to: import("abitype").Address | null;
472
+ from: import("abitype").Address;
473
473
  gas: `0x${string}`;
474
474
  nonce: `0x${string}`;
475
475
  value: `0x${string}`;
@@ -477,26 +477,26 @@ export declare const celoAlfajores: {
477
477
  blobVersionedHashes?: undefined;
478
478
  blockHash: `0x${string}` | null;
479
479
  blockNumber: `0x${string}` | null;
480
- hash: `0x${string}`;
481
- input: `0x${string}`;
480
+ hash: import("../../index.js").Hash;
481
+ input: import("../../index.js").Hex;
482
482
  transactionIndex: `0x${string}` | null;
483
483
  chainId: `0x${string}`;
484
484
  yParity?: `0x${string}` | undefined;
485
485
  } & {
486
- feeCurrency: `0x${string}` | null;
487
- gatewayFee: `0x${string}` | null;
488
- gatewayFeeRecipient: `0x${string}` | null;
486
+ feeCurrency: import("abitype").Address | null;
487
+ gatewayFee: import("../../index.js").Hex | null;
488
+ gatewayFeeRecipient: import("abitype").Address | null;
489
489
  }) | ({
490
490
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
491
- r?: `0x${string}`;
492
- s?: `0x${string}`;
491
+ r?: import("../../index.js").Hex;
492
+ s?: import("../../index.js").Hex;
493
493
  v?: `0x${string}`;
494
494
  gasPrice?: `0x${string}` | undefined;
495
495
  maxFeePerBlobGas?: `0x${string}` | undefined;
496
496
  maxFeePerGas?: `0x${string}` | undefined;
497
497
  maxPriorityFeePerGas?: `0x${string}` | undefined;
498
- to?: `0x${string}` | null;
499
- from?: `0x${string}`;
498
+ to?: import("abitype").Address | null;
499
+ from?: import("abitype").Address;
500
500
  gas?: `0x${string}`;
501
501
  nonce?: `0x${string}`;
502
502
  value?: `0x${string}`;
@@ -504,22 +504,22 @@ export declare const celoAlfajores: {
504
504
  blobVersionedHashes?: undefined;
505
505
  blockHash?: `0x${string}` | null;
506
506
  blockNumber?: `0x${string}` | null;
507
- hash?: `0x${string}`;
508
- input?: `0x${string}`;
507
+ hash?: import("../../index.js").Hash;
508
+ input?: import("../../index.js").Hex;
509
509
  transactionIndex?: `0x${string}` | null;
510
510
  chainId?: `0x${string}` | undefined;
511
511
  yParity?: `0x${string}` | undefined;
512
512
  } & {
513
513
  type: "0x2";
514
- r: `0x${string}`;
515
- s: `0x${string}`;
514
+ r: import("../../index.js").Hex;
515
+ s: import("../../index.js").Hex;
516
516
  v: `0x${string}`;
517
517
  gasPrice?: undefined;
518
518
  maxFeePerBlobGas?: undefined;
519
519
  maxFeePerGas: `0x${string}`;
520
520
  maxPriorityFeePerGas: `0x${string}`;
521
- to: `0x${string}` | null;
522
- from: `0x${string}`;
521
+ to: import("abitype").Address | null;
522
+ from: import("abitype").Address;
523
523
  gas: `0x${string}`;
524
524
  nonce: `0x${string}`;
525
525
  value: `0x${string}`;
@@ -527,26 +527,26 @@ export declare const celoAlfajores: {
527
527
  blobVersionedHashes?: undefined;
528
528
  blockHash: `0x${string}` | null;
529
529
  blockNumber: `0x${string}` | null;
530
- hash: `0x${string}`;
531
- input: `0x${string}`;
530
+ hash: import("../../index.js").Hash;
531
+ input: import("../../index.js").Hex;
532
532
  transactionIndex: `0x${string}` | null;
533
533
  chainId: `0x${string}`;
534
534
  yParity?: `0x${string}` | undefined;
535
535
  } & {
536
- feeCurrency: `0x${string}` | null;
537
- gatewayFee: `0x${string}` | null;
538
- gatewayFeeRecipient: `0x${string}` | null;
536
+ feeCurrency: import("abitype").Address | null;
537
+ gatewayFee: import("../../index.js").Hex | null;
538
+ gatewayFeeRecipient: import("abitype").Address | null;
539
539
  }) | ({
540
540
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
541
- r?: `0x${string}`;
542
- s?: `0x${string}`;
541
+ r?: import("../../index.js").Hex;
542
+ s?: import("../../index.js").Hex;
543
543
  v?: `0x${string}`;
544
544
  gasPrice?: `0x${string}` | undefined;
545
545
  maxFeePerBlobGas?: `0x${string}` | undefined;
546
546
  maxFeePerGas?: `0x${string}` | undefined;
547
547
  maxPriorityFeePerGas?: `0x${string}` | undefined;
548
- to?: `0x${string}` | null;
549
- from?: `0x${string}`;
548
+ to?: import("abitype").Address | null;
549
+ from?: import("abitype").Address;
550
550
  gas?: `0x${string}`;
551
551
  nonce?: `0x${string}`;
552
552
  value?: `0x${string}`;
@@ -554,27 +554,27 @@ export declare const celoAlfajores: {
554
554
  blobVersionedHashes?: undefined;
555
555
  blockHash?: `0x${string}` | null;
556
556
  blockNumber?: `0x${string}` | null;
557
- hash?: `0x${string}`;
558
- input?: `0x${string}`;
557
+ hash?: import("../../index.js").Hash;
558
+ input?: import("../../index.js").Hex;
559
559
  transactionIndex?: `0x${string}` | null;
560
560
  chainId?: `0x${string}` | undefined;
561
561
  yParity?: `0x${string}` | undefined;
562
562
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
563
- feeCurrency: `0x${string}` | null;
564
- gatewayFee: `0x${string}` | null;
565
- gatewayFeeRecipient: `0x${string}` | null;
563
+ feeCurrency: import("abitype").Address | null;
564
+ gatewayFee: import("../../index.js").Hex | null;
565
+ gatewayFeeRecipient: import("abitype").Address | null;
566
566
  type: "0x7c";
567
567
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
568
568
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
569
- r?: `0x${string}`;
570
- s?: `0x${string}`;
569
+ r?: import("../../index.js").Hex;
570
+ s?: import("../../index.js").Hex;
571
571
  v?: `0x${string}`;
572
572
  gasPrice?: `0x${string}` | undefined;
573
573
  maxFeePerBlobGas?: `0x${string}` | undefined;
574
574
  maxFeePerGas?: `0x${string}` | undefined;
575
575
  maxPriorityFeePerGas?: `0x${string}` | undefined;
576
- to?: `0x${string}` | null;
577
- from?: `0x${string}`;
576
+ to?: import("abitype").Address | null;
577
+ from?: import("abitype").Address;
578
578
  gas?: `0x${string}`;
579
579
  nonce?: `0x${string}`;
580
580
  value?: `0x${string}`;
@@ -582,27 +582,27 @@ export declare const celoAlfajores: {
582
582
  blobVersionedHashes?: undefined;
583
583
  blockHash?: `0x${string}` | null;
584
584
  blockNumber?: `0x${string}` | null;
585
- hash?: `0x${string}`;
586
- input?: `0x${string}`;
585
+ hash?: import("../../index.js").Hash;
586
+ input?: import("../../index.js").Hex;
587
587
  transactionIndex?: `0x${string}` | null;
588
588
  chainId?: `0x${string}` | undefined;
589
589
  yParity?: `0x${string}` | undefined;
590
590
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
591
- feeCurrency: `0x${string}` | null;
591
+ feeCurrency: import("abitype").Address | null;
592
592
  gatewayFee?: undefined;
593
593
  gatewayFeeRecipient?: undefined;
594
594
  type: "0x7b";
595
595
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
596
596
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
597
- r?: `0x${string}`;
598
- s?: `0x${string}`;
597
+ r?: import("../../index.js").Hex;
598
+ s?: import("../../index.js").Hex;
599
599
  v?: `0x${string}`;
600
600
  gasPrice?: `0x${string}` | undefined;
601
601
  maxFeePerBlobGas?: `0x${string}` | undefined;
602
602
  maxFeePerGas?: `0x${string}` | undefined;
603
603
  maxPriorityFeePerGas?: `0x${string}` | undefined;
604
- to?: `0x${string}` | null;
605
- from?: `0x${string}`;
604
+ to?: import("abitype").Address | null;
605
+ from?: import("abitype").Address;
606
606
  gas?: `0x${string}`;
607
607
  nonce?: `0x${string}`;
608
608
  value?: `0x${string}`;
@@ -610,23 +610,23 @@ export declare const celoAlfajores: {
610
610
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
611
611
  blockHash?: `0x${string}` | null;
612
612
  blockNumber?: `0x${string}` | null;
613
- hash?: `0x${string}`;
614
- input?: `0x${string}`;
613
+ hash?: import("../../index.js").Hash;
614
+ input?: import("../../index.js").Hex;
615
615
  transactionIndex?: `0x${string}` | null;
616
616
  chainId?: `0x${string}` | undefined;
617
617
  yParity?: `0x${string}` | undefined;
618
618
  } & {
619
619
  type: "0x0";
620
- r: `0x${string}`;
621
- s: `0x${string}`;
620
+ r: import("../../index.js").Hex;
621
+ s: import("../../index.js").Hex;
622
622
  v: `0x${string}`;
623
623
  yParity?: undefined;
624
624
  gasPrice: `0x${string}`;
625
625
  maxFeePerBlobGas?: undefined;
626
626
  maxFeePerGas?: undefined;
627
627
  maxPriorityFeePerGas?: undefined;
628
- to: `0x${string}` | null;
629
- from: `0x${string}`;
628
+ to: import("abitype").Address | null;
629
+ from: import("abitype").Address;
630
630
  gas: `0x${string}`;
631
631
  nonce: `0x${string}`;
632
632
  value: `0x${string}`;
@@ -634,25 +634,25 @@ export declare const celoAlfajores: {
634
634
  blobVersionedHashes?: undefined;
635
635
  blockHash: `0x${string}` | null;
636
636
  blockNumber: `0x${string}` | null;
637
- hash: `0x${string}`;
638
- input: `0x${string}`;
637
+ hash: import("../../index.js").Hash;
638
+ input: import("../../index.js").Hex;
639
639
  transactionIndex: `0x${string}` | null;
640
640
  chainId?: `0x${string}` | undefined;
641
641
  } & {
642
- feeCurrency: `0x${string}` | null;
643
- gatewayFee: `0x${string}` | null;
644
- gatewayFeeRecipient: `0x${string}` | null;
642
+ feeCurrency: import("abitype").Address | null;
643
+ gatewayFee: import("../../index.js").Hex | null;
644
+ gatewayFeeRecipient: import("abitype").Address | null;
645
645
  }) | ({
646
646
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
647
- r?: `0x${string}`;
648
- s?: `0x${string}`;
647
+ r?: import("../../index.js").Hex;
648
+ s?: import("../../index.js").Hex;
649
649
  v?: `0x${string}`;
650
650
  gasPrice?: `0x${string}` | undefined;
651
651
  maxFeePerBlobGas?: `0x${string}` | undefined;
652
652
  maxFeePerGas?: `0x${string}` | undefined;
653
653
  maxPriorityFeePerGas?: `0x${string}` | undefined;
654
- to?: `0x${string}` | null;
655
- from?: `0x${string}`;
654
+ to?: import("abitype").Address | null;
655
+ from?: import("abitype").Address;
656
656
  gas?: `0x${string}`;
657
657
  nonce?: `0x${string}`;
658
658
  value?: `0x${string}`;
@@ -660,22 +660,22 @@ export declare const celoAlfajores: {
660
660
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
661
661
  blockHash?: `0x${string}` | null;
662
662
  blockNumber?: `0x${string}` | null;
663
- hash?: `0x${string}`;
664
- input?: `0x${string}`;
663
+ hash?: import("../../index.js").Hash;
664
+ input?: import("../../index.js").Hex;
665
665
  transactionIndex?: `0x${string}` | null;
666
666
  chainId?: `0x${string}` | undefined;
667
667
  yParity?: `0x${string}` | undefined;
668
668
  } & {
669
669
  type: "0x1";
670
- r: `0x${string}`;
671
- s: `0x${string}`;
670
+ r: import("../../index.js").Hex;
671
+ s: import("../../index.js").Hex;
672
672
  v: `0x${string}`;
673
673
  gasPrice: `0x${string}`;
674
674
  maxFeePerBlobGas?: undefined;
675
675
  maxFeePerGas?: undefined;
676
676
  maxPriorityFeePerGas?: undefined;
677
- to: `0x${string}` | null;
678
- from: `0x${string}`;
677
+ to: import("abitype").Address | null;
678
+ from: import("abitype").Address;
679
679
  gas: `0x${string}`;
680
680
  nonce: `0x${string}`;
681
681
  value: `0x${string}`;
@@ -683,26 +683,26 @@ export declare const celoAlfajores: {
683
683
  blobVersionedHashes?: undefined;
684
684
  blockHash: `0x${string}` | null;
685
685
  blockNumber: `0x${string}` | null;
686
- hash: `0x${string}`;
687
- input: `0x${string}`;
686
+ hash: import("../../index.js").Hash;
687
+ input: import("../../index.js").Hex;
688
688
  transactionIndex: `0x${string}` | null;
689
689
  chainId: `0x${string}`;
690
690
  yParity?: `0x${string}` | undefined;
691
691
  } & {
692
- feeCurrency: `0x${string}` | null;
693
- gatewayFee: `0x${string}` | null;
694
- gatewayFeeRecipient: `0x${string}` | null;
692
+ feeCurrency: import("abitype").Address | null;
693
+ gatewayFee: import("../../index.js").Hex | null;
694
+ gatewayFeeRecipient: import("abitype").Address | null;
695
695
  }) | ({
696
696
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
697
- r?: `0x${string}`;
698
- s?: `0x${string}`;
697
+ r?: import("../../index.js").Hex;
698
+ s?: import("../../index.js").Hex;
699
699
  v?: `0x${string}`;
700
700
  gasPrice?: `0x${string}` | undefined;
701
701
  maxFeePerBlobGas?: `0x${string}` | undefined;
702
702
  maxFeePerGas?: `0x${string}` | undefined;
703
703
  maxPriorityFeePerGas?: `0x${string}` | undefined;
704
- to?: `0x${string}` | null;
705
- from?: `0x${string}`;
704
+ to?: import("abitype").Address | null;
705
+ from?: import("abitype").Address;
706
706
  gas?: `0x${string}`;
707
707
  nonce?: `0x${string}`;
708
708
  value?: `0x${string}`;
@@ -710,22 +710,22 @@ export declare const celoAlfajores: {
710
710
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
711
711
  blockHash?: `0x${string}` | null;
712
712
  blockNumber?: `0x${string}` | null;
713
- hash?: `0x${string}`;
714
- input?: `0x${string}`;
713
+ hash?: import("../../index.js").Hash;
714
+ input?: import("../../index.js").Hex;
715
715
  transactionIndex?: `0x${string}` | null;
716
716
  chainId?: `0x${string}` | undefined;
717
717
  yParity?: `0x${string}` | undefined;
718
718
  } & {
719
719
  type: "0x2";
720
- r: `0x${string}`;
721
- s: `0x${string}`;
720
+ r: import("../../index.js").Hex;
721
+ s: import("../../index.js").Hex;
722
722
  v: `0x${string}`;
723
723
  gasPrice?: undefined;
724
724
  maxFeePerBlobGas?: undefined;
725
725
  maxFeePerGas: `0x${string}`;
726
726
  maxPriorityFeePerGas: `0x${string}`;
727
- to: `0x${string}` | null;
728
- from: `0x${string}`;
727
+ to: import("abitype").Address | null;
728
+ from: import("abitype").Address;
729
729
  gas: `0x${string}`;
730
730
  nonce: `0x${string}`;
731
731
  value: `0x${string}`;
@@ -733,26 +733,26 @@ export declare const celoAlfajores: {
733
733
  blobVersionedHashes?: undefined;
734
734
  blockHash: `0x${string}` | null;
735
735
  blockNumber: `0x${string}` | null;
736
- hash: `0x${string}`;
737
- input: `0x${string}`;
736
+ hash: import("../../index.js").Hash;
737
+ input: import("../../index.js").Hex;
738
738
  transactionIndex: `0x${string}` | null;
739
739
  chainId: `0x${string}`;
740
740
  yParity?: `0x${string}` | undefined;
741
741
  } & {
742
- feeCurrency: `0x${string}` | null;
743
- gatewayFee: `0x${string}` | null;
744
- gatewayFeeRecipient: `0x${string}` | null;
742
+ feeCurrency: import("abitype").Address | null;
743
+ gatewayFee: import("../../index.js").Hex | null;
744
+ gatewayFeeRecipient: import("abitype").Address | null;
745
745
  }) | ({
746
746
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
747
- r?: `0x${string}`;
748
- s?: `0x${string}`;
747
+ r?: import("../../index.js").Hex;
748
+ s?: import("../../index.js").Hex;
749
749
  v?: `0x${string}`;
750
750
  gasPrice?: `0x${string}` | undefined;
751
751
  maxFeePerBlobGas?: `0x${string}` | undefined;
752
752
  maxFeePerGas?: `0x${string}` | undefined;
753
753
  maxPriorityFeePerGas?: `0x${string}` | undefined;
754
- to?: `0x${string}` | null;
755
- from?: `0x${string}`;
754
+ to?: import("abitype").Address | null;
755
+ from?: import("abitype").Address;
756
756
  gas?: `0x${string}`;
757
757
  nonce?: `0x${string}`;
758
758
  value?: `0x${string}`;
@@ -760,49 +760,49 @@ export declare const celoAlfajores: {
760
760
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
761
761
  blockHash?: `0x${string}` | null;
762
762
  blockNumber?: `0x${string}` | null;
763
- hash?: `0x${string}`;
764
- input?: `0x${string}`;
763
+ hash?: import("../../index.js").Hash;
764
+ input?: import("../../index.js").Hex;
765
765
  transactionIndex?: `0x${string}` | null;
766
766
  chainId?: `0x${string}` | undefined;
767
767
  yParity?: `0x${string}` | undefined;
768
768
  } & {
769
769
  type: "0x3";
770
- r: `0x${string}`;
771
- s: `0x${string}`;
770
+ r: import("../../index.js").Hex;
771
+ s: import("../../index.js").Hex;
772
772
  v: `0x${string}`;
773
773
  gasPrice?: undefined;
774
774
  maxFeePerBlobGas: `0x${string}`;
775
775
  maxFeePerGas: `0x${string}`;
776
776
  maxPriorityFeePerGas: `0x${string}`;
777
- to: `0x${string}` | null;
778
- from: `0x${string}`;
777
+ to: import("abitype").Address | null;
778
+ from: import("abitype").Address;
779
779
  gas: `0x${string}`;
780
780
  nonce: `0x${string}`;
781
781
  value: `0x${string}`;
782
782
  accessList: import("../../index.js").AccessList;
783
- blobVersionedHashes: readonly `0x${string}`[];
783
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
784
784
  blockHash: `0x${string}` | null;
785
785
  blockNumber: `0x${string}` | null;
786
- hash: `0x${string}`;
787
- input: `0x${string}`;
786
+ hash: import("../../index.js").Hash;
787
+ input: import("../../index.js").Hex;
788
788
  transactionIndex: `0x${string}` | null;
789
789
  chainId: `0x${string}`;
790
790
  yParity?: `0x${string}` | undefined;
791
791
  } & {
792
- feeCurrency: `0x${string}` | null;
793
- gatewayFee: `0x${string}` | null;
794
- gatewayFeeRecipient: `0x${string}` | null;
792
+ feeCurrency: import("abitype").Address | null;
793
+ gatewayFee: import("../../index.js").Hex | null;
794
+ gatewayFeeRecipient: import("abitype").Address | null;
795
795
  }) | ({
796
796
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
797
- r?: `0x${string}`;
798
- s?: `0x${string}`;
797
+ r?: import("../../index.js").Hex;
798
+ s?: import("../../index.js").Hex;
799
799
  v?: `0x${string}`;
800
800
  gasPrice?: `0x${string}` | undefined;
801
801
  maxFeePerBlobGas?: `0x${string}` | undefined;
802
802
  maxFeePerGas?: `0x${string}` | undefined;
803
803
  maxPriorityFeePerGas?: `0x${string}` | undefined;
804
- to?: `0x${string}` | null;
805
- from?: `0x${string}`;
804
+ to?: import("abitype").Address | null;
805
+ from?: import("abitype").Address;
806
806
  gas?: `0x${string}`;
807
807
  nonce?: `0x${string}`;
808
808
  value?: `0x${string}`;
@@ -810,27 +810,27 @@ export declare const celoAlfajores: {
810
810
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
811
811
  blockHash?: `0x${string}` | null;
812
812
  blockNumber?: `0x${string}` | null;
813
- hash?: `0x${string}`;
814
- input?: `0x${string}`;
813
+ hash?: import("../../index.js").Hash;
814
+ input?: import("../../index.js").Hex;
815
815
  transactionIndex?: `0x${string}` | null;
816
816
  chainId?: `0x${string}` | undefined;
817
817
  yParity?: `0x${string}` | undefined;
818
818
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
819
- feeCurrency: `0x${string}` | null;
820
- gatewayFee: `0x${string}` | null;
821
- gatewayFeeRecipient: `0x${string}` | null;
819
+ feeCurrency: import("abitype").Address | null;
820
+ gatewayFee: import("../../index.js").Hex | null;
821
+ gatewayFeeRecipient: import("abitype").Address | null;
822
822
  type: "0x7c";
823
823
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
824
824
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
825
- r?: `0x${string}`;
826
- s?: `0x${string}`;
825
+ r?: import("../../index.js").Hex;
826
+ s?: import("../../index.js").Hex;
827
827
  v?: `0x${string}`;
828
828
  gasPrice?: `0x${string}` | undefined;
829
829
  maxFeePerBlobGas?: `0x${string}` | undefined;
830
830
  maxFeePerGas?: `0x${string}` | undefined;
831
831
  maxPriorityFeePerGas?: `0x${string}` | undefined;
832
- to?: `0x${string}` | null;
833
- from?: `0x${string}`;
832
+ to?: import("abitype").Address | null;
833
+ from?: import("abitype").Address;
834
834
  gas?: `0x${string}`;
835
835
  nonce?: `0x${string}`;
836
836
  value?: `0x${string}`;
@@ -838,31 +838,31 @@ export declare const celoAlfajores: {
838
838
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
839
839
  blockHash?: `0x${string}` | null;
840
840
  blockNumber?: `0x${string}` | null;
841
- hash?: `0x${string}`;
842
- input?: `0x${string}`;
841
+ hash?: import("../../index.js").Hash;
842
+ input?: import("../../index.js").Hex;
843
843
  transactionIndex?: `0x${string}` | null;
844
844
  chainId?: `0x${string}` | undefined;
845
845
  yParity?: `0x${string}` | undefined;
846
846
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
847
- feeCurrency: `0x${string}` | null;
847
+ feeCurrency: import("abitype").Address | null;
848
848
  gatewayFee?: undefined;
849
849
  gatewayFeeRecipient?: undefined;
850
850
  type: "0x7b";
851
851
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
852
- r: `0x${string}`;
853
- s: `0x${string}`;
852
+ r: import("../../index.js").Hex;
853
+ s: import("../../index.js").Hex;
854
854
  v: bigint;
855
- to: `0x${string}` | null;
856
- from: `0x${string}`;
855
+ to: import("abitype").Address | null;
856
+ from: import("abitype").Address;
857
857
  gas: bigint;
858
858
  nonce: number;
859
859
  value: bigint;
860
860
  blockHash: `0x${string}` | null;
861
861
  blockNumber: bigint | null;
862
- hash: `0x${string}`;
863
- input: `0x${string}`;
862
+ hash: import("../../index.js").Hash;
863
+ input: import("../../index.js").Hex;
864
864
  transactionIndex: number | null;
865
- typeHex: `0x${string}` | null;
865
+ typeHex: import("../../index.js").Hex | null;
866
866
  accessList?: undefined;
867
867
  blobVersionedHashes?: undefined;
868
868
  chainId?: number | undefined;
@@ -872,24 +872,24 @@ export declare const celoAlfajores: {
872
872
  maxFeePerBlobGas?: undefined;
873
873
  maxFeePerGas?: undefined;
874
874
  maxPriorityFeePerGas?: undefined;
875
- feeCurrency: `0x${string}` | null;
875
+ feeCurrency: import("abitype").Address | null;
876
876
  gatewayFee?: undefined;
877
877
  gatewayFeeRecipient?: undefined;
878
878
  } | {
879
- r: `0x${string}`;
880
- s: `0x${string}`;
879
+ r: import("../../index.js").Hex;
880
+ s: import("../../index.js").Hex;
881
881
  v: bigint;
882
- to: `0x${string}` | null;
883
- from: `0x${string}`;
882
+ to: import("abitype").Address | null;
883
+ from: import("abitype").Address;
884
884
  gas: bigint;
885
885
  nonce: number;
886
886
  value: bigint;
887
887
  blockHash: `0x${string}` | null;
888
888
  blockNumber: bigint | null;
889
- hash: `0x${string}`;
890
- input: `0x${string}`;
889
+ hash: import("../../index.js").Hash;
890
+ input: import("../../index.js").Hex;
891
891
  transactionIndex: number | null;
892
- typeHex: `0x${string}` | null;
892
+ typeHex: import("../../index.js").Hex | null;
893
893
  accessList?: undefined;
894
894
  blobVersionedHashes?: undefined;
895
895
  chainId?: number | undefined;
@@ -899,24 +899,24 @@ export declare const celoAlfajores: {
899
899
  maxFeePerBlobGas?: undefined;
900
900
  maxFeePerGas: bigint;
901
901
  maxPriorityFeePerGas: bigint;
902
- feeCurrency: `0x${string}` | null;
902
+ feeCurrency: import("abitype").Address | null;
903
903
  gatewayFee: bigint | null;
904
- gatewayFeeRecipient: `0x${string}` | null;
904
+ gatewayFeeRecipient: import("abitype").Address | null;
905
905
  } | {
906
- r: `0x${string}`;
907
- s: `0x${string}`;
906
+ r: import("../../index.js").Hex;
907
+ s: import("../../index.js").Hex;
908
908
  v: bigint;
909
- to: `0x${string}` | null;
910
- from: `0x${string}`;
909
+ to: import("abitype").Address | null;
910
+ from: import("abitype").Address;
911
911
  gas: bigint;
912
912
  nonce: number;
913
913
  value: bigint;
914
914
  blockHash: `0x${string}` | null;
915
915
  blockNumber: bigint | null;
916
- hash: `0x${string}`;
917
- input: `0x${string}`;
916
+ hash: import("../../index.js").Hash;
917
+ input: import("../../index.js").Hex;
918
918
  transactionIndex: number | null;
919
- typeHex: `0x${string}` | null;
919
+ typeHex: import("../../index.js").Hex | null;
920
920
  accessList?: undefined;
921
921
  blobVersionedHashes?: undefined;
922
922
  chainId?: number | undefined;
@@ -926,22 +926,22 @@ export declare const celoAlfajores: {
926
926
  maxFeePerBlobGas?: undefined;
927
927
  maxFeePerGas: bigint;
928
928
  maxPriorityFeePerGas: bigint;
929
- feeCurrency: `0x${string}` | null;
929
+ feeCurrency: import("abitype").Address | null;
930
930
  gatewayFee?: undefined;
931
931
  gatewayFeeRecipient?: undefined;
932
932
  } | {
933
933
  blockHash: `0x${string}` | null;
934
934
  blockNumber: bigint | null;
935
- from: `0x${string}`;
935
+ from: import("abitype").Address;
936
936
  gas: bigint;
937
- hash: `0x${string}`;
938
- input: `0x${string}`;
937
+ hash: import("../../index.js").Hash;
938
+ input: import("../../index.js").Hex;
939
939
  nonce: number;
940
- r: `0x${string}`;
941
- s: `0x${string}`;
942
- to: `0x${string}` | null;
940
+ r: import("../../index.js").Hex;
941
+ s: import("../../index.js").Hex;
942
+ to: import("abitype").Address | null;
943
943
  transactionIndex: number | null;
944
- typeHex: `0x${string}` | null;
944
+ typeHex: import("../../index.js").Hex | null;
945
945
  v: bigint;
946
946
  value: bigint;
947
947
  yParity: number;
@@ -953,22 +953,22 @@ export declare const celoAlfajores: {
953
953
  maxFeePerBlobGas?: undefined;
954
954
  maxFeePerGas?: undefined;
955
955
  maxPriorityFeePerGas?: undefined;
956
- feeCurrency: `0x${string}` | null;
956
+ feeCurrency: import("abitype").Address | null;
957
957
  gatewayFee?: undefined;
958
958
  gatewayFeeRecipient?: undefined;
959
959
  } | {
960
960
  blockHash: `0x${string}` | null;
961
961
  blockNumber: bigint | null;
962
- from: `0x${string}`;
962
+ from: import("abitype").Address;
963
963
  gas: bigint;
964
- hash: `0x${string}`;
965
- input: `0x${string}`;
964
+ hash: import("../../index.js").Hash;
965
+ input: import("../../index.js").Hex;
966
966
  nonce: number;
967
- r: `0x${string}`;
968
- s: `0x${string}`;
969
- to: `0x${string}` | null;
967
+ r: import("../../index.js").Hex;
968
+ s: import("../../index.js").Hex;
969
+ to: import("abitype").Address | null;
970
970
  transactionIndex: number | null;
971
- typeHex: `0x${string}` | null;
971
+ typeHex: import("../../index.js").Hex | null;
972
972
  v: bigint;
973
973
  value: bigint;
974
974
  yParity: number;
@@ -980,22 +980,22 @@ export declare const celoAlfajores: {
980
980
  maxFeePerBlobGas?: undefined;
981
981
  maxFeePerGas: bigint;
982
982
  maxPriorityFeePerGas: bigint;
983
- feeCurrency: `0x${string}` | null;
983
+ feeCurrency: import("abitype").Address | null;
984
984
  gatewayFee?: undefined;
985
985
  gatewayFeeRecipient?: undefined;
986
986
  } | {
987
987
  blockHash: `0x${string}` | null;
988
988
  blockNumber: bigint | null;
989
- from: `0x${string}`;
989
+ from: import("abitype").Address;
990
990
  gas: bigint;
991
- hash: `0x${string}`;
992
- input: `0x${string}`;
991
+ hash: import("../../index.js").Hash;
992
+ input: import("../../index.js").Hex;
993
993
  nonce: number;
994
- r: `0x${string}`;
995
- s: `0x${string}`;
996
- to: `0x${string}` | null;
994
+ r: import("../../index.js").Hex;
995
+ s: import("../../index.js").Hex;
996
+ to: import("abitype").Address | null;
997
997
  transactionIndex: number | null;
998
- typeHex: `0x${string}` | null;
998
+ typeHex: import("../../index.js").Hex | null;
999
999
  v: bigint;
1000
1000
  value: bigint;
1001
1001
  yParity: number;
@@ -1007,22 +1007,22 @@ export declare const celoAlfajores: {
1007
1007
  maxFeePerBlobGas?: undefined;
1008
1008
  maxFeePerGas: bigint;
1009
1009
  maxPriorityFeePerGas: bigint;
1010
- feeCurrency: `0x${string}` | null;
1010
+ feeCurrency: import("abitype").Address | null;
1011
1011
  gatewayFee: bigint | null;
1012
- gatewayFeeRecipient: `0x${string}` | null;
1012
+ gatewayFeeRecipient: import("abitype").Address | null;
1013
1013
  } | {
1014
1014
  blockHash: `0x${string}` | null;
1015
1015
  blockNumber: bigint | null;
1016
- from: `0x${string}`;
1016
+ from: import("abitype").Address;
1017
1017
  gas: bigint;
1018
- hash: `0x${string}`;
1019
- input: `0x${string}`;
1018
+ hash: import("../../index.js").Hash;
1019
+ input: import("../../index.js").Hex;
1020
1020
  nonce: number;
1021
- r: `0x${string}`;
1022
- s: `0x${string}`;
1023
- to: `0x${string}` | null;
1021
+ r: import("../../index.js").Hex;
1022
+ s: import("../../index.js").Hex;
1023
+ to: import("abitype").Address | null;
1024
1024
  transactionIndex: number | null;
1025
- typeHex: `0x${string}` | null;
1025
+ typeHex: import("../../index.js").Hex | null;
1026
1026
  v: bigint;
1027
1027
  value: bigint;
1028
1028
  yParity: number;
@@ -1034,22 +1034,22 @@ export declare const celoAlfajores: {
1034
1034
  maxFeePerBlobGas?: undefined;
1035
1035
  maxFeePerGas: bigint;
1036
1036
  maxPriorityFeePerGas: bigint;
1037
- feeCurrency: `0x${string}` | null;
1037
+ feeCurrency: import("abitype").Address | null;
1038
1038
  gatewayFee?: undefined;
1039
1039
  gatewayFeeRecipient?: undefined;
1040
1040
  } | {
1041
1041
  blockHash: `0x${string}` | null;
1042
1042
  blockNumber: bigint | null;
1043
- from: `0x${string}`;
1043
+ from: import("abitype").Address;
1044
1044
  gas: bigint;
1045
- hash: `0x${string}`;
1046
- input: `0x${string}`;
1045
+ hash: import("../../index.js").Hash;
1046
+ input: import("../../index.js").Hex;
1047
1047
  nonce: number;
1048
- r: `0x${string}`;
1049
- s: `0x${string}`;
1050
- to: `0x${string}` | null;
1048
+ r: import("../../index.js").Hex;
1049
+ s: import("../../index.js").Hex;
1050
+ to: import("abitype").Address | null;
1051
1051
  transactionIndex: number | null;
1052
- typeHex: `0x${string}` | null;
1052
+ typeHex: import("../../index.js").Hex | null;
1053
1053
  v: bigint;
1054
1054
  value: bigint;
1055
1055
  yParity: number;
@@ -1061,22 +1061,22 @@ export declare const celoAlfajores: {
1061
1061
  maxFeePerBlobGas?: undefined;
1062
1062
  maxFeePerGas: undefined;
1063
1063
  maxPriorityFeePerGas: undefined;
1064
- feeCurrency: `0x${string}` | null;
1064
+ feeCurrency: import("abitype").Address | null;
1065
1065
  gatewayFee?: undefined;
1066
1066
  gatewayFeeRecipient?: undefined;
1067
1067
  } | {
1068
1068
  blockHash: `0x${string}` | null;
1069
1069
  blockNumber: bigint | null;
1070
- from: `0x${string}`;
1070
+ from: import("abitype").Address;
1071
1071
  gas: bigint;
1072
- hash: `0x${string}`;
1073
- input: `0x${string}`;
1072
+ hash: import("../../index.js").Hash;
1073
+ input: import("../../index.js").Hex;
1074
1074
  nonce: number;
1075
- r: `0x${string}`;
1076
- s: `0x${string}`;
1077
- to: `0x${string}` | null;
1075
+ r: import("../../index.js").Hex;
1076
+ s: import("../../index.js").Hex;
1077
+ to: import("abitype").Address | null;
1078
1078
  transactionIndex: number | null;
1079
- typeHex: `0x${string}` | null;
1079
+ typeHex: import("../../index.js").Hex | null;
1080
1080
  v: bigint;
1081
1081
  value: bigint;
1082
1082
  yParity: number;
@@ -1088,22 +1088,22 @@ export declare const celoAlfajores: {
1088
1088
  maxFeePerBlobGas?: undefined;
1089
1089
  maxFeePerGas: bigint;
1090
1090
  maxPriorityFeePerGas: bigint;
1091
- feeCurrency: `0x${string}` | null;
1091
+ feeCurrency: import("abitype").Address | null;
1092
1092
  gatewayFee?: undefined;
1093
1093
  gatewayFeeRecipient?: undefined;
1094
1094
  } | {
1095
1095
  blockHash: `0x${string}` | null;
1096
1096
  blockNumber: bigint | null;
1097
- from: `0x${string}`;
1097
+ from: import("abitype").Address;
1098
1098
  gas: bigint;
1099
- hash: `0x${string}`;
1100
- input: `0x${string}`;
1099
+ hash: import("../../index.js").Hash;
1100
+ input: import("../../index.js").Hex;
1101
1101
  nonce: number;
1102
- r: `0x${string}`;
1103
- s: `0x${string}`;
1104
- to: `0x${string}` | null;
1102
+ r: import("../../index.js").Hex;
1103
+ s: import("../../index.js").Hex;
1104
+ to: import("abitype").Address | null;
1105
1105
  transactionIndex: number | null;
1106
- typeHex: `0x${string}` | null;
1106
+ typeHex: import("../../index.js").Hex | null;
1107
1107
  v: bigint;
1108
1108
  value: bigint;
1109
1109
  yParity: number;
@@ -1115,22 +1115,22 @@ export declare const celoAlfajores: {
1115
1115
  maxFeePerBlobGas?: undefined;
1116
1116
  maxFeePerGas: bigint;
1117
1117
  maxPriorityFeePerGas: bigint;
1118
- feeCurrency: `0x${string}` | null;
1118
+ feeCurrency: import("abitype").Address | null;
1119
1119
  gatewayFee: bigint | null;
1120
- gatewayFeeRecipient: `0x${string}` | null;
1120
+ gatewayFeeRecipient: import("abitype").Address | null;
1121
1121
  } | {
1122
1122
  blockHash: `0x${string}` | null;
1123
1123
  blockNumber: bigint | null;
1124
- from: `0x${string}`;
1124
+ from: import("abitype").Address;
1125
1125
  gas: bigint;
1126
- hash: `0x${string}`;
1127
- input: `0x${string}`;
1126
+ hash: import("../../index.js").Hash;
1127
+ input: import("../../index.js").Hex;
1128
1128
  nonce: number;
1129
- r: `0x${string}`;
1130
- s: `0x${string}`;
1131
- to: `0x${string}` | null;
1129
+ r: import("../../index.js").Hex;
1130
+ s: import("../../index.js").Hex;
1131
+ to: import("abitype").Address | null;
1132
1132
  transactionIndex: number | null;
1133
- typeHex: `0x${string}` | null;
1133
+ typeHex: import("../../index.js").Hex | null;
1134
1134
  v: bigint;
1135
1135
  value: bigint;
1136
1136
  yParity: number;
@@ -1142,88 +1142,88 @@ export declare const celoAlfajores: {
1142
1142
  maxFeePerBlobGas?: undefined;
1143
1143
  maxFeePerGas: bigint;
1144
1144
  maxPriorityFeePerGas: bigint;
1145
- feeCurrency: `0x${string}` | null;
1145
+ feeCurrency: import("abitype").Address | null;
1146
1146
  gatewayFee?: undefined;
1147
1147
  gatewayFeeRecipient?: undefined;
1148
1148
  } | {
1149
1149
  blockHash: `0x${string}` | null;
1150
1150
  blockNumber: bigint | null;
1151
- from: `0x${string}`;
1151
+ from: import("abitype").Address;
1152
1152
  gas: bigint;
1153
- hash: `0x${string}`;
1154
- input: `0x${string}`;
1153
+ hash: import("../../index.js").Hash;
1154
+ input: import("../../index.js").Hex;
1155
1155
  nonce: number;
1156
- r: `0x${string}`;
1157
- s: `0x${string}`;
1158
- to: `0x${string}` | null;
1156
+ r: import("../../index.js").Hex;
1157
+ s: import("../../index.js").Hex;
1158
+ to: import("abitype").Address | null;
1159
1159
  transactionIndex: number | null;
1160
- typeHex: `0x${string}` | null;
1160
+ typeHex: import("../../index.js").Hex | null;
1161
1161
  v: bigint;
1162
1162
  value: bigint;
1163
1163
  yParity: number;
1164
1164
  accessList: import("../../index.js").AccessList;
1165
- blobVersionedHashes: readonly `0x${string}`[];
1165
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1166
1166
  chainId: number;
1167
1167
  type: "eip4844";
1168
1168
  gasPrice?: undefined;
1169
1169
  maxFeePerBlobGas: bigint;
1170
1170
  maxFeePerGas: bigint;
1171
1171
  maxPriorityFeePerGas: bigint;
1172
- feeCurrency: `0x${string}` | null;
1172
+ feeCurrency: import("abitype").Address | null;
1173
1173
  gatewayFee?: undefined;
1174
1174
  gatewayFeeRecipient?: undefined;
1175
1175
  } | {
1176
1176
  blockHash: `0x${string}` | null;
1177
1177
  blockNumber: bigint | null;
1178
- from: `0x${string}`;
1178
+ from: import("abitype").Address;
1179
1179
  gas: bigint;
1180
- hash: `0x${string}`;
1181
- input: `0x${string}`;
1180
+ hash: import("../../index.js").Hash;
1181
+ input: import("../../index.js").Hex;
1182
1182
  nonce: number;
1183
- r: `0x${string}`;
1184
- s: `0x${string}`;
1185
- to: `0x${string}` | null;
1183
+ r: import("../../index.js").Hex;
1184
+ s: import("../../index.js").Hex;
1185
+ to: import("abitype").Address | null;
1186
1186
  transactionIndex: number | null;
1187
- typeHex: `0x${string}` | null;
1187
+ typeHex: import("../../index.js").Hex | null;
1188
1188
  v: bigint;
1189
1189
  value: bigint;
1190
1190
  yParity: number;
1191
1191
  accessList: import("../../index.js").AccessList;
1192
- blobVersionedHashes: readonly `0x${string}`[];
1192
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1193
1193
  chainId: number;
1194
1194
  type: "cip42";
1195
1195
  gasPrice?: undefined;
1196
1196
  maxFeePerBlobGas: undefined;
1197
1197
  maxFeePerGas: bigint;
1198
1198
  maxPriorityFeePerGas: bigint;
1199
- feeCurrency: `0x${string}` | null;
1199
+ feeCurrency: import("abitype").Address | null;
1200
1200
  gatewayFee: bigint | null;
1201
- gatewayFeeRecipient: `0x${string}` | null;
1201
+ gatewayFeeRecipient: import("abitype").Address | null;
1202
1202
  } | {
1203
1203
  blockHash: `0x${string}` | null;
1204
1204
  blockNumber: bigint | null;
1205
- from: `0x${string}`;
1205
+ from: import("abitype").Address;
1206
1206
  gas: bigint;
1207
- hash: `0x${string}`;
1208
- input: `0x${string}`;
1207
+ hash: import("../../index.js").Hash;
1208
+ input: import("../../index.js").Hex;
1209
1209
  nonce: number;
1210
- r: `0x${string}`;
1211
- s: `0x${string}`;
1212
- to: `0x${string}` | null;
1210
+ r: import("../../index.js").Hex;
1211
+ s: import("../../index.js").Hex;
1212
+ to: import("abitype").Address | null;
1213
1213
  transactionIndex: number | null;
1214
- typeHex: `0x${string}` | null;
1214
+ typeHex: import("../../index.js").Hex | null;
1215
1215
  v: bigint;
1216
1216
  value: bigint;
1217
1217
  yParity: number;
1218
1218
  accessList: import("../../index.js").AccessList;
1219
- blobVersionedHashes: readonly `0x${string}`[];
1219
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1220
1220
  chainId: number;
1221
1221
  type: "cip64";
1222
1222
  gasPrice?: undefined;
1223
1223
  maxFeePerBlobGas: undefined;
1224
1224
  maxFeePerGas: bigint;
1225
1225
  maxPriorityFeePerGas: bigint;
1226
- feeCurrency: `0x${string}` | null;
1226
+ feeCurrency: import("abitype").Address | null;
1227
1227
  gatewayFee?: undefined;
1228
1228
  gatewayFeeRecipient?: undefined;
1229
1229
  }) & {};
@@ -1232,11 +1232,11 @@ export declare const celoAlfajores: {
1232
1232
  readonly transactionRequest: {
1233
1233
  exclude: [] | undefined;
1234
1234
  format: (args: ({
1235
- data?: `0x${string}` | undefined;
1236
- from?: `0x${string}`;
1235
+ data?: import("../../index.js").Hex | undefined;
1236
+ from?: import("abitype").Address;
1237
1237
  gas?: bigint | undefined;
1238
1238
  nonce?: number | undefined;
1239
- to?: `0x${string}` | null | undefined;
1239
+ to?: import("abitype").Address | null | undefined;
1240
1240
  value?: bigint | undefined;
1241
1241
  accessList?: import("../../index.js").AccessList | undefined;
1242
1242
  blobs?: undefined;
@@ -1249,11 +1249,11 @@ export declare const celoAlfajores: {
1249
1249
  kzg?: undefined;
1250
1250
  sidecars?: undefined;
1251
1251
  } & {
1252
- data?: `0x${string}` | undefined;
1253
- from: `0x${string}`;
1252
+ data?: import("../../index.js").Hex | undefined;
1253
+ from: import("abitype").Address;
1254
1254
  gas?: bigint | undefined;
1255
1255
  nonce?: number | undefined;
1256
- to?: `0x${string}` | null | undefined;
1256
+ to?: import("abitype").Address | null | undefined;
1257
1257
  value?: bigint | undefined;
1258
1258
  accessList?: undefined;
1259
1259
  blobs?: undefined;
@@ -1266,13 +1266,13 @@ export declare const celoAlfajores: {
1266
1266
  kzg?: undefined;
1267
1267
  sidecars?: undefined;
1268
1268
  } & {
1269
- feeCurrency?: `0x${string}` | undefined;
1269
+ feeCurrency?: import("abitype").Address | undefined;
1270
1270
  }) | ({
1271
- data?: `0x${string}` | undefined;
1272
- from?: `0x${string}`;
1271
+ data?: import("../../index.js").Hex | undefined;
1272
+ from?: import("abitype").Address;
1273
1273
  gas?: bigint | undefined;
1274
1274
  nonce?: number | undefined;
1275
- to?: `0x${string}` | null | undefined;
1275
+ to?: import("abitype").Address | null | undefined;
1276
1276
  value?: bigint | undefined;
1277
1277
  accessList?: import("../../index.js").AccessList | undefined;
1278
1278
  blobs?: undefined;
@@ -1285,11 +1285,11 @@ export declare const celoAlfajores: {
1285
1285
  kzg?: undefined;
1286
1286
  sidecars?: undefined;
1287
1287
  } & {
1288
- data?: `0x${string}` | undefined;
1289
- from: `0x${string}`;
1288
+ data?: import("../../index.js").Hex | undefined;
1289
+ from: import("abitype").Address;
1290
1290
  gas?: bigint | undefined;
1291
1291
  nonce?: number | undefined;
1292
- to?: `0x${string}` | null | undefined;
1292
+ to?: import("abitype").Address | null | undefined;
1293
1293
  value?: bigint | undefined;
1294
1294
  accessList?: import("../../index.js").AccessList | undefined;
1295
1295
  blobs?: undefined;
@@ -1302,13 +1302,13 @@ export declare const celoAlfajores: {
1302
1302
  kzg?: undefined;
1303
1303
  sidecars?: undefined;
1304
1304
  } & {
1305
- feeCurrency?: `0x${string}` | undefined;
1305
+ feeCurrency?: import("abitype").Address | undefined;
1306
1306
  }) | ({
1307
- data?: `0x${string}` | undefined;
1308
- from?: `0x${string}`;
1307
+ data?: import("../../index.js").Hex | undefined;
1308
+ from?: import("abitype").Address;
1309
1309
  gas?: bigint | undefined;
1310
1310
  nonce?: number | undefined;
1311
- to?: `0x${string}` | null | undefined;
1311
+ to?: import("abitype").Address | null | undefined;
1312
1312
  value?: bigint | undefined;
1313
1313
  accessList?: import("../../index.js").AccessList | undefined;
1314
1314
  blobs?: undefined;
@@ -1321,11 +1321,11 @@ export declare const celoAlfajores: {
1321
1321
  kzg?: undefined;
1322
1322
  sidecars?: undefined;
1323
1323
  } & {
1324
- data?: `0x${string}` | undefined;
1325
- from: `0x${string}`;
1324
+ data?: import("../../index.js").Hex | undefined;
1325
+ from: import("abitype").Address;
1326
1326
  gas?: bigint | undefined;
1327
1327
  nonce?: number | undefined;
1328
- to?: `0x${string}` | null | undefined;
1328
+ to?: import("abitype").Address | null | undefined;
1329
1329
  value?: bigint | undefined;
1330
1330
  gasPrice?: undefined;
1331
1331
  maxFeePerBlobGas?: undefined;
@@ -1338,13 +1338,13 @@ export declare const celoAlfajores: {
1338
1338
  kzg?: undefined;
1339
1339
  sidecars?: undefined;
1340
1340
  } & {
1341
- feeCurrency?: `0x${string}` | undefined;
1341
+ feeCurrency?: import("abitype").Address | undefined;
1342
1342
  }) | ({
1343
- data?: `0x${string}` | undefined;
1344
- from?: `0x${string}`;
1343
+ data?: import("../../index.js").Hex | undefined;
1344
+ from?: import("abitype").Address;
1345
1345
  gas?: bigint | undefined;
1346
1346
  nonce?: number | undefined;
1347
- to?: `0x${string}` | null | undefined;
1347
+ to?: import("abitype").Address | null | undefined;
1348
1348
  value?: bigint | undefined;
1349
1349
  accessList?: import("../../index.js").AccessList | undefined;
1350
1350
  blobs?: undefined;
@@ -1358,14 +1358,14 @@ export declare const celoAlfajores: {
1358
1358
  sidecars?: undefined;
1359
1359
  } & import("../../index.js").TransactionRequestBase & {
1360
1360
  accessList?: import("../../index.js").AccessList | undefined;
1361
- feeCurrency?: `0x${string}` | undefined;
1361
+ feeCurrency?: import("abitype").Address | undefined;
1362
1362
  type?: "cip64" | undefined;
1363
1363
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
1364
- data?: `0x${string}` | undefined;
1365
- from?: `0x${string}`;
1364
+ data?: import("../../index.js").Hex | undefined;
1365
+ from?: import("abitype").Address;
1366
1366
  gas?: bigint | undefined;
1367
1367
  nonce?: number | undefined;
1368
- to?: `0x${string}` | null | undefined;
1368
+ to?: import("abitype").Address | null | undefined;
1369
1369
  value?: bigint | undefined;
1370
1370
  accessList?: import("../../index.js").AccessList | undefined;
1371
1371
  blobs?: undefined;
@@ -1378,11 +1378,11 @@ export declare const celoAlfajores: {
1378
1378
  kzg?: undefined;
1379
1379
  sidecars?: undefined;
1380
1380
  } & {
1381
- data?: `0x${string}` | undefined;
1382
- from: `0x${string}`;
1381
+ data?: import("../../index.js").Hex | undefined;
1382
+ from: import("abitype").Address;
1383
1383
  gas?: bigint | undefined;
1384
1384
  nonce?: number | undefined;
1385
- to?: `0x${string}` | null | undefined;
1385
+ to?: import("abitype").Address | null | undefined;
1386
1386
  value?: bigint | undefined;
1387
1387
  accessList?: undefined;
1388
1388
  blobs?: undefined;
@@ -1395,13 +1395,13 @@ export declare const celoAlfajores: {
1395
1395
  kzg?: undefined;
1396
1396
  sidecars?: undefined;
1397
1397
  } & {
1398
- feeCurrency?: `0x${string}` | undefined;
1398
+ feeCurrency?: import("abitype").Address | undefined;
1399
1399
  }) | ({
1400
- data?: `0x${string}` | undefined;
1401
- from?: `0x${string}`;
1400
+ data?: import("../../index.js").Hex | undefined;
1401
+ from?: import("abitype").Address;
1402
1402
  gas?: bigint | undefined;
1403
1403
  nonce?: number | undefined;
1404
- to?: `0x${string}` | null | undefined;
1404
+ to?: import("abitype").Address | null | undefined;
1405
1405
  value?: bigint | undefined;
1406
1406
  accessList?: import("../../index.js").AccessList | undefined;
1407
1407
  blobs?: undefined;
@@ -1414,11 +1414,11 @@ export declare const celoAlfajores: {
1414
1414
  kzg?: undefined;
1415
1415
  sidecars?: undefined;
1416
1416
  } & {
1417
- data?: `0x${string}` | undefined;
1418
- from: `0x${string}`;
1417
+ data?: import("../../index.js").Hex | undefined;
1418
+ from: import("abitype").Address;
1419
1419
  gas?: bigint | undefined;
1420
1420
  nonce?: number | undefined;
1421
- to?: `0x${string}` | null | undefined;
1421
+ to?: import("abitype").Address | null | undefined;
1422
1422
  value?: bigint | undefined;
1423
1423
  accessList?: import("../../index.js").AccessList | undefined;
1424
1424
  blobs?: undefined;
@@ -1431,13 +1431,13 @@ export declare const celoAlfajores: {
1431
1431
  kzg?: undefined;
1432
1432
  sidecars?: undefined;
1433
1433
  } & {
1434
- feeCurrency?: `0x${string}` | undefined;
1434
+ feeCurrency?: import("abitype").Address | undefined;
1435
1435
  }) | ({
1436
- data?: `0x${string}` | undefined;
1437
- from?: `0x${string}`;
1436
+ data?: import("../../index.js").Hex | undefined;
1437
+ from?: import("abitype").Address;
1438
1438
  gas?: bigint | undefined;
1439
1439
  nonce?: number | undefined;
1440
- to?: `0x${string}` | null | undefined;
1440
+ to?: import("abitype").Address | null | undefined;
1441
1441
  value?: bigint | undefined;
1442
1442
  accessList?: import("../../index.js").AccessList | undefined;
1443
1443
  blobs?: undefined;
@@ -1450,11 +1450,11 @@ export declare const celoAlfajores: {
1450
1450
  kzg?: undefined;
1451
1451
  sidecars?: undefined;
1452
1452
  } & {
1453
- data?: `0x${string}` | undefined;
1454
- from: `0x${string}`;
1453
+ data?: import("../../index.js").Hex | undefined;
1454
+ from: import("abitype").Address;
1455
1455
  gas?: bigint | undefined;
1456
1456
  nonce?: number | undefined;
1457
- to?: `0x${string}` | null | undefined;
1457
+ to?: import("abitype").Address | null | undefined;
1458
1458
  value?: bigint | undefined;
1459
1459
  gasPrice?: undefined;
1460
1460
  maxFeePerBlobGas?: undefined;
@@ -1467,13 +1467,13 @@ export declare const celoAlfajores: {
1467
1467
  kzg?: undefined;
1468
1468
  sidecars?: undefined;
1469
1469
  } & {
1470
- feeCurrency?: `0x${string}` | undefined;
1470
+ feeCurrency?: import("abitype").Address | undefined;
1471
1471
  }) | ({
1472
- data?: `0x${string}` | undefined;
1473
- from?: `0x${string}`;
1472
+ data?: import("../../index.js").Hex | undefined;
1473
+ from?: import("abitype").Address;
1474
1474
  gas?: bigint | undefined;
1475
1475
  nonce?: number | undefined;
1476
- to?: `0x${string}` | null | undefined;
1476
+ to?: import("abitype").Address | null | undefined;
1477
1477
  value?: bigint | undefined;
1478
1478
  accessList?: import("../../index.js").AccessList | undefined;
1479
1479
  blobs?: undefined;
@@ -1487,14 +1487,14 @@ export declare const celoAlfajores: {
1487
1487
  sidecars?: undefined;
1488
1488
  } & import("../../index.js").TransactionRequestBase & {
1489
1489
  accessList?: import("../../index.js").AccessList | undefined;
1490
- feeCurrency?: `0x${string}` | undefined;
1490
+ feeCurrency?: import("abitype").Address | undefined;
1491
1491
  type?: "cip64" | undefined;
1492
1492
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
1493
- data?: `0x${string}` | undefined;
1494
- from?: `0x${string}`;
1493
+ data?: import("../../index.js").Hex | undefined;
1494
+ from?: import("abitype").Address;
1495
1495
  gas?: bigint | undefined;
1496
1496
  nonce?: number | undefined;
1497
- to?: `0x${string}` | null | undefined;
1497
+ to?: import("abitype").Address | null | undefined;
1498
1498
  value?: bigint | undefined;
1499
1499
  gasPrice?: bigint | undefined;
1500
1500
  maxFeePerBlobGas?: bigint | undefined;
@@ -1507,11 +1507,11 @@ export declare const celoAlfajores: {
1507
1507
  kzg?: undefined;
1508
1508
  sidecars?: undefined;
1509
1509
  } & {
1510
- data?: `0x${string}` | undefined;
1511
- from: `0x${string}`;
1510
+ data?: import("../../index.js").Hex | undefined;
1511
+ from: import("abitype").Address;
1512
1512
  gas?: bigint | undefined;
1513
1513
  nonce?: number | undefined;
1514
- to?: `0x${string}` | null | undefined;
1514
+ to?: import("abitype").Address | null | undefined;
1515
1515
  value?: bigint | undefined;
1516
1516
  accessList?: undefined;
1517
1517
  blobs?: undefined;
@@ -1524,13 +1524,13 @@ export declare const celoAlfajores: {
1524
1524
  kzg?: undefined;
1525
1525
  sidecars?: undefined;
1526
1526
  } & {
1527
- feeCurrency?: `0x${string}` | undefined;
1527
+ feeCurrency?: import("abitype").Address | undefined;
1528
1528
  }) | ({
1529
- data?: `0x${string}` | undefined;
1530
- from?: `0x${string}`;
1529
+ data?: import("../../index.js").Hex | undefined;
1530
+ from?: import("abitype").Address;
1531
1531
  gas?: bigint | undefined;
1532
1532
  nonce?: number | undefined;
1533
- to?: `0x${string}` | null | undefined;
1533
+ to?: import("abitype").Address | null | undefined;
1534
1534
  value?: bigint | undefined;
1535
1535
  gasPrice?: bigint | undefined;
1536
1536
  maxFeePerBlobGas?: bigint | undefined;
@@ -1543,11 +1543,11 @@ export declare const celoAlfajores: {
1543
1543
  kzg?: undefined;
1544
1544
  sidecars?: undefined;
1545
1545
  } & {
1546
- data?: `0x${string}` | undefined;
1547
- from: `0x${string}`;
1546
+ data?: import("../../index.js").Hex | undefined;
1547
+ from: import("abitype").Address;
1548
1548
  gas?: bigint | undefined;
1549
1549
  nonce?: number | undefined;
1550
- to?: `0x${string}` | null | undefined;
1550
+ to?: import("abitype").Address | null | undefined;
1551
1551
  value?: bigint | undefined;
1552
1552
  accessList?: import("../../index.js").AccessList | undefined;
1553
1553
  blobs?: undefined;
@@ -1560,13 +1560,13 @@ export declare const celoAlfajores: {
1560
1560
  kzg?: undefined;
1561
1561
  sidecars?: undefined;
1562
1562
  } & {
1563
- feeCurrency?: `0x${string}` | undefined;
1563
+ feeCurrency?: import("abitype").Address | undefined;
1564
1564
  }) | ({
1565
- data?: `0x${string}` | undefined;
1566
- from?: `0x${string}`;
1565
+ data?: import("../../index.js").Hex | undefined;
1566
+ from?: import("abitype").Address;
1567
1567
  gas?: bigint | undefined;
1568
1568
  nonce?: number | undefined;
1569
- to?: `0x${string}` | null | undefined;
1569
+ to?: import("abitype").Address | null | undefined;
1570
1570
  value?: bigint | undefined;
1571
1571
  gasPrice?: bigint | undefined;
1572
1572
  maxFeePerBlobGas?: bigint | undefined;
@@ -1579,11 +1579,11 @@ export declare const celoAlfajores: {
1579
1579
  kzg?: undefined;
1580
1580
  sidecars?: undefined;
1581
1581
  } & {
1582
- data?: `0x${string}` | undefined;
1583
- from: `0x${string}`;
1582
+ data?: import("../../index.js").Hex | undefined;
1583
+ from: import("abitype").Address;
1584
1584
  gas?: bigint | undefined;
1585
1585
  nonce?: number | undefined;
1586
- to?: `0x${string}` | null | undefined;
1586
+ to?: import("abitype").Address | null | undefined;
1587
1587
  value?: bigint | undefined;
1588
1588
  gasPrice?: undefined;
1589
1589
  maxFeePerBlobGas?: undefined;
@@ -1596,13 +1596,13 @@ export declare const celoAlfajores: {
1596
1596
  kzg?: undefined;
1597
1597
  sidecars?: undefined;
1598
1598
  } & {
1599
- feeCurrency?: `0x${string}` | undefined;
1599
+ feeCurrency?: import("abitype").Address | undefined;
1600
1600
  }) | ({
1601
- data?: `0x${string}` | undefined;
1602
- from?: `0x${string}`;
1601
+ data?: import("../../index.js").Hex | undefined;
1602
+ from?: import("abitype").Address;
1603
1603
  gas?: bigint | undefined;
1604
1604
  nonce?: number | undefined;
1605
- to?: `0x${string}` | null | undefined;
1605
+ to?: import("abitype").Address | null | undefined;
1606
1606
  value?: bigint | undefined;
1607
1607
  gasPrice?: bigint | undefined;
1608
1608
  maxFeePerBlobGas?: bigint | undefined;
@@ -1616,31 +1616,31 @@ export declare const celoAlfajores: {
1616
1616
  sidecars?: undefined;
1617
1617
  } & import("../../index.js").TransactionRequestBase & {
1618
1618
  accessList?: import("../../index.js").AccessList | undefined;
1619
- feeCurrency?: `0x${string}` | undefined;
1619
+ feeCurrency?: import("abitype").Address | undefined;
1620
1620
  type?: "cip64" | undefined;
1621
1621
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
1622
- data?: `0x${string}` | undefined;
1623
- from?: `0x${string}`;
1622
+ data?: import("../../index.js").Hex | undefined;
1623
+ from?: import("abitype").Address;
1624
1624
  gas?: bigint | undefined;
1625
1625
  nonce?: number | undefined;
1626
1626
  value?: bigint | undefined;
1627
- to?: `0x${string}` | null | undefined;
1627
+ to?: import("abitype").Address | null | undefined;
1628
1628
  accessList?: import("../../index.js").AccessList | undefined;
1629
1629
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1630
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1630
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1631
1631
  kzg?: import("../../index.js").Kzg | undefined;
1632
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1632
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1633
1633
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1634
1634
  gasPrice?: bigint | undefined;
1635
1635
  maxFeePerGas?: bigint | undefined;
1636
1636
  maxPriorityFeePerGas?: bigint | undefined;
1637
1637
  maxFeePerBlobGas?: bigint | undefined;
1638
1638
  } & {
1639
- data?: `0x${string}` | undefined;
1640
- from: `0x${string}`;
1639
+ data?: import("../../index.js").Hex | undefined;
1640
+ from: import("abitype").Address;
1641
1641
  gas?: bigint | undefined;
1642
1642
  nonce?: number | undefined;
1643
- to?: `0x${string}` | null | undefined;
1643
+ to?: import("abitype").Address | null | undefined;
1644
1644
  value?: bigint | undefined;
1645
1645
  accessList?: undefined;
1646
1646
  blobs?: undefined;
@@ -1653,30 +1653,30 @@ export declare const celoAlfajores: {
1653
1653
  kzg?: undefined;
1654
1654
  sidecars?: undefined;
1655
1655
  } & {
1656
- feeCurrency?: `0x${string}` | undefined;
1656
+ feeCurrency?: import("abitype").Address | undefined;
1657
1657
  }) | ({
1658
- data?: `0x${string}` | undefined;
1659
- from?: `0x${string}`;
1658
+ data?: import("../../index.js").Hex | undefined;
1659
+ from?: import("abitype").Address;
1660
1660
  gas?: bigint | undefined;
1661
1661
  nonce?: number | undefined;
1662
1662
  value?: bigint | undefined;
1663
- to?: `0x${string}` | null | undefined;
1663
+ to?: import("abitype").Address | null | undefined;
1664
1664
  accessList?: import("../../index.js").AccessList | undefined;
1665
1665
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1666
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1666
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1667
1667
  kzg?: import("../../index.js").Kzg | undefined;
1668
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1668
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1669
1669
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1670
1670
  gasPrice?: bigint | undefined;
1671
1671
  maxFeePerGas?: bigint | undefined;
1672
1672
  maxPriorityFeePerGas?: bigint | undefined;
1673
1673
  maxFeePerBlobGas?: bigint | undefined;
1674
1674
  } & {
1675
- data?: `0x${string}` | undefined;
1676
- from: `0x${string}`;
1675
+ data?: import("../../index.js").Hex | undefined;
1676
+ from: import("abitype").Address;
1677
1677
  gas?: bigint | undefined;
1678
1678
  nonce?: number | undefined;
1679
- to?: `0x${string}` | null | undefined;
1679
+ to?: import("abitype").Address | null | undefined;
1680
1680
  value?: bigint | undefined;
1681
1681
  accessList?: import("../../index.js").AccessList | undefined;
1682
1682
  blobs?: undefined;
@@ -1689,30 +1689,30 @@ export declare const celoAlfajores: {
1689
1689
  kzg?: undefined;
1690
1690
  sidecars?: undefined;
1691
1691
  } & {
1692
- feeCurrency?: `0x${string}` | undefined;
1692
+ feeCurrency?: import("abitype").Address | undefined;
1693
1693
  }) | ({
1694
- data?: `0x${string}` | undefined;
1695
- from?: `0x${string}`;
1694
+ data?: import("../../index.js").Hex | undefined;
1695
+ from?: import("abitype").Address;
1696
1696
  gas?: bigint | undefined;
1697
1697
  nonce?: number | undefined;
1698
1698
  value?: bigint | undefined;
1699
- to?: `0x${string}` | null | undefined;
1699
+ to?: import("abitype").Address | null | undefined;
1700
1700
  accessList?: import("../../index.js").AccessList | undefined;
1701
1701
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1702
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1702
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1703
1703
  kzg?: import("../../index.js").Kzg | undefined;
1704
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1704
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1705
1705
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1706
1706
  gasPrice?: bigint | undefined;
1707
1707
  maxFeePerGas?: bigint | undefined;
1708
1708
  maxPriorityFeePerGas?: bigint | undefined;
1709
1709
  maxFeePerBlobGas?: bigint | undefined;
1710
1710
  } & {
1711
- data?: `0x${string}` | undefined;
1712
- from: `0x${string}`;
1711
+ data?: import("../../index.js").Hex | undefined;
1712
+ from: import("abitype").Address;
1713
1713
  gas?: bigint | undefined;
1714
1714
  nonce?: number | undefined;
1715
- to?: `0x${string}` | null | undefined;
1715
+ to?: import("abitype").Address | null | undefined;
1716
1716
  value?: bigint | undefined;
1717
1717
  gasPrice?: undefined;
1718
1718
  maxFeePerBlobGas?: undefined;
@@ -1725,55 +1725,55 @@ export declare const celoAlfajores: {
1725
1725
  kzg?: undefined;
1726
1726
  sidecars?: undefined;
1727
1727
  } & {
1728
- feeCurrency?: `0x${string}` | undefined;
1728
+ feeCurrency?: import("abitype").Address | undefined;
1729
1729
  }) | ({
1730
- data?: `0x${string}` | undefined;
1731
- from?: `0x${string}`;
1730
+ data?: import("../../index.js").Hex | undefined;
1731
+ from?: import("abitype").Address;
1732
1732
  gas?: bigint | undefined;
1733
1733
  nonce?: number | undefined;
1734
1734
  value?: bigint | undefined;
1735
- to?: `0x${string}` | null | undefined;
1735
+ to?: import("abitype").Address | null | undefined;
1736
1736
  accessList?: import("../../index.js").AccessList | undefined;
1737
1737
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1738
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1738
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1739
1739
  kzg?: import("../../index.js").Kzg | undefined;
1740
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1740
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1741
1741
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1742
1742
  gasPrice?: bigint | undefined;
1743
1743
  maxFeePerGas?: bigint | undefined;
1744
1744
  maxPriorityFeePerGas?: bigint | undefined;
1745
1745
  maxFeePerBlobGas?: bigint | undefined;
1746
1746
  } & {
1747
- data?: `0x${string}` | undefined;
1748
- from: `0x${string}`;
1747
+ data?: import("../../index.js").Hex | undefined;
1748
+ from: import("abitype").Address;
1749
1749
  gas?: bigint | undefined;
1750
1750
  nonce?: number | undefined;
1751
1751
  value?: bigint | undefined;
1752
1752
  to: `0x${string}` | null;
1753
1753
  accessList?: import("../../index.js").AccessList | undefined;
1754
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1755
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1754
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
1755
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1756
1756
  kzg?: import("../../index.js").Kzg | undefined;
1757
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1757
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1758
1758
  type?: "eip4844" | undefined;
1759
1759
  gasPrice?: undefined;
1760
1760
  maxFeePerGas?: bigint | undefined;
1761
1761
  maxPriorityFeePerGas?: bigint | undefined;
1762
1762
  maxFeePerBlobGas: bigint;
1763
1763
  } & {
1764
- feeCurrency?: `0x${string}` | undefined;
1764
+ feeCurrency?: import("abitype").Address | undefined;
1765
1765
  }) | ({
1766
- data?: `0x${string}` | undefined;
1767
- from?: `0x${string}`;
1766
+ data?: import("../../index.js").Hex | undefined;
1767
+ from?: import("abitype").Address;
1768
1768
  gas?: bigint | undefined;
1769
1769
  nonce?: number | undefined;
1770
1770
  value?: bigint | undefined;
1771
- to?: `0x${string}` | null | undefined;
1771
+ to?: import("abitype").Address | null | undefined;
1772
1772
  accessList?: import("../../index.js").AccessList | undefined;
1773
1773
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1774
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1774
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
1775
1775
  kzg?: import("../../index.js").Kzg | undefined;
1776
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1776
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
1777
1777
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1778
1778
  gasPrice?: bigint | undefined;
1779
1779
  maxFeePerGas?: bigint | undefined;
@@ -1781,14 +1781,14 @@ export declare const celoAlfajores: {
1781
1781
  maxFeePerBlobGas?: bigint | undefined;
1782
1782
  } & import("../../index.js").TransactionRequestBase & {
1783
1783
  accessList?: import("../../index.js").AccessList | undefined;
1784
- feeCurrency?: `0x${string}` | undefined;
1784
+ feeCurrency?: import("abitype").Address | undefined;
1785
1785
  type?: "cip64" | undefined;
1786
1786
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>)) => ({
1787
- data?: `0x${string}` | undefined;
1788
- from: `0x${string}`;
1787
+ data?: import("../../index.js").Hex | undefined;
1788
+ from: import("abitype").Address;
1789
1789
  gas?: `0x${string}` | undefined;
1790
1790
  nonce?: `0x${string}` | undefined;
1791
- to?: `0x${string}` | null | undefined;
1791
+ to?: import("abitype").Address | null | undefined;
1792
1792
  value?: `0x${string}` | undefined;
1793
1793
  accessList?: undefined;
1794
1794
  blobs?: undefined;
@@ -1800,13 +1800,13 @@ export declare const celoAlfajores: {
1800
1800
  blobVersionedHashes?: undefined;
1801
1801
  kzg?: undefined;
1802
1802
  sidecars?: undefined;
1803
- feeCurrency?: `0x${string}` | undefined;
1803
+ feeCurrency?: import("abitype").Address | undefined;
1804
1804
  } | {
1805
- data?: `0x${string}` | undefined;
1806
- from: `0x${string}`;
1805
+ data?: import("../../index.js").Hex | undefined;
1806
+ from: import("abitype").Address;
1807
1807
  gas?: `0x${string}` | undefined;
1808
1808
  nonce?: `0x${string}` | undefined;
1809
- to?: `0x${string}` | null | undefined;
1809
+ to?: import("abitype").Address | null | undefined;
1810
1810
  value?: `0x${string}` | undefined;
1811
1811
  accessList?: import("../../index.js").AccessList | undefined;
1812
1812
  blobs?: undefined;
@@ -1818,13 +1818,13 @@ export declare const celoAlfajores: {
1818
1818
  blobVersionedHashes?: undefined;
1819
1819
  kzg?: undefined;
1820
1820
  sidecars?: undefined;
1821
- feeCurrency?: `0x${string}` | undefined;
1821
+ feeCurrency?: import("abitype").Address | undefined;
1822
1822
  } | {
1823
- data?: `0x${string}` | undefined;
1824
- from: `0x${string}`;
1823
+ data?: import("../../index.js").Hex | undefined;
1824
+ from: import("abitype").Address;
1825
1825
  gas?: `0x${string}` | undefined;
1826
1826
  nonce?: `0x${string}` | undefined;
1827
- to?: `0x${string}` | null | undefined;
1827
+ to?: import("abitype").Address | null | undefined;
1828
1828
  value?: `0x${string}` | undefined;
1829
1829
  accessList?: import("../../index.js").AccessList | undefined;
1830
1830
  blobs?: undefined;
@@ -1836,13 +1836,13 @@ export declare const celoAlfajores: {
1836
1836
  blobVersionedHashes?: undefined;
1837
1837
  kzg?: undefined;
1838
1838
  sidecars?: undefined;
1839
- feeCurrency?: `0x${string}` | undefined;
1839
+ feeCurrency?: import("abitype").Address | undefined;
1840
1840
  } | {
1841
- data?: `0x${string}` | undefined;
1842
- from: `0x${string}`;
1841
+ data?: import("../../index.js").Hex | undefined;
1842
+ from: import("abitype").Address;
1843
1843
  gas?: `0x${string}` | undefined;
1844
1844
  nonce?: `0x${string}` | undefined;
1845
- to?: `0x${string}` | null | undefined;
1845
+ to?: import("abitype").Address | null | undefined;
1846
1846
  value?: `0x${string}` | undefined;
1847
1847
  accessList?: import("../../index.js").AccessList | undefined;
1848
1848
  blobs?: undefined;
@@ -1854,13 +1854,13 @@ export declare const celoAlfajores: {
1854
1854
  blobVersionedHashes?: undefined;
1855
1855
  kzg?: undefined;
1856
1856
  sidecars?: undefined;
1857
- feeCurrency?: `0x${string}` | undefined;
1857
+ feeCurrency?: import("abitype").Address | undefined;
1858
1858
  } | {
1859
- data?: `0x${string}` | undefined;
1860
- from: `0x${string}`;
1859
+ data?: import("../../index.js").Hex | undefined;
1860
+ from: import("abitype").Address;
1861
1861
  gas?: `0x${string}` | undefined;
1862
1862
  nonce?: `0x${string}` | undefined;
1863
- to?: `0x${string}` | null | undefined;
1863
+ to?: import("abitype").Address | null | undefined;
1864
1864
  value?: `0x${string}` | undefined;
1865
1865
  accessList?: undefined;
1866
1866
  blobs?: undefined;
@@ -1872,13 +1872,13 @@ export declare const celoAlfajores: {
1872
1872
  blobVersionedHashes?: undefined;
1873
1873
  kzg?: undefined;
1874
1874
  sidecars?: undefined;
1875
- feeCurrency?: `0x${string}` | undefined;
1875
+ feeCurrency?: import("abitype").Address | undefined;
1876
1876
  } | {
1877
- data?: `0x${string}` | undefined;
1878
- from: `0x${string}`;
1877
+ data?: import("../../index.js").Hex | undefined;
1878
+ from: import("abitype").Address;
1879
1879
  gas?: `0x${string}` | undefined;
1880
1880
  nonce?: `0x${string}` | undefined;
1881
- to?: `0x${string}` | null | undefined;
1881
+ to?: import("abitype").Address | null | undefined;
1882
1882
  value?: `0x${string}` | undefined;
1883
1883
  accessList?: import("../../index.js").AccessList | undefined;
1884
1884
  blobs?: undefined;
@@ -1890,13 +1890,13 @@ export declare const celoAlfajores: {
1890
1890
  blobVersionedHashes?: undefined;
1891
1891
  kzg?: undefined;
1892
1892
  sidecars?: undefined;
1893
- feeCurrency?: `0x${string}` | undefined;
1893
+ feeCurrency?: import("abitype").Address | undefined;
1894
1894
  } | {
1895
- data?: `0x${string}` | undefined;
1896
- from: `0x${string}`;
1895
+ data?: import("../../index.js").Hex | undefined;
1896
+ from: import("abitype").Address;
1897
1897
  gas?: `0x${string}` | undefined;
1898
1898
  nonce?: `0x${string}` | undefined;
1899
- to?: `0x${string}` | null | undefined;
1899
+ to?: import("abitype").Address | null | undefined;
1900
1900
  value?: `0x${string}` | undefined;
1901
1901
  accessList?: import("../../index.js").AccessList | undefined;
1902
1902
  blobs?: undefined;
@@ -1908,13 +1908,13 @@ export declare const celoAlfajores: {
1908
1908
  blobVersionedHashes?: undefined;
1909
1909
  kzg?: undefined;
1910
1910
  sidecars?: undefined;
1911
- feeCurrency?: `0x${string}` | undefined;
1911
+ feeCurrency?: import("abitype").Address | undefined;
1912
1912
  } | {
1913
- data?: `0x${string}` | undefined;
1914
- from: `0x${string}`;
1913
+ data?: import("../../index.js").Hex | undefined;
1914
+ from: import("abitype").Address;
1915
1915
  gas?: `0x${string}` | undefined;
1916
1916
  nonce?: `0x${string}` | undefined;
1917
- to?: `0x${string}` | null | undefined;
1917
+ to?: import("abitype").Address | null | undefined;
1918
1918
  value?: `0x${string}` | undefined;
1919
1919
  accessList?: import("../../index.js").AccessList | undefined;
1920
1920
  blobs?: undefined;
@@ -1926,13 +1926,13 @@ export declare const celoAlfajores: {
1926
1926
  blobVersionedHashes?: undefined;
1927
1927
  kzg?: undefined;
1928
1928
  sidecars?: undefined;
1929
- feeCurrency?: `0x${string}` | undefined;
1929
+ feeCurrency?: import("abitype").Address | undefined;
1930
1930
  } | {
1931
- data?: `0x${string}` | undefined;
1932
- from: `0x${string}`;
1931
+ data?: import("../../index.js").Hex | undefined;
1932
+ from: import("abitype").Address;
1933
1933
  gas?: `0x${string}` | undefined;
1934
1934
  nonce?: `0x${string}` | undefined;
1935
- to?: `0x${string}` | null | undefined;
1935
+ to?: import("abitype").Address | null | undefined;
1936
1936
  value?: `0x${string}` | undefined;
1937
1937
  gasPrice?: `0x${string}` | undefined;
1938
1938
  maxFeePerBlobGas?: undefined;
@@ -1944,13 +1944,13 @@ export declare const celoAlfajores: {
1944
1944
  blobVersionedHashes?: undefined;
1945
1945
  kzg?: undefined;
1946
1946
  sidecars?: undefined;
1947
- feeCurrency?: `0x${string}` | undefined;
1947
+ feeCurrency?: import("abitype").Address | undefined;
1948
1948
  } | {
1949
- data?: `0x${string}` | undefined;
1950
- from: `0x${string}`;
1949
+ data?: import("../../index.js").Hex | undefined;
1950
+ from: import("abitype").Address;
1951
1951
  gas?: `0x${string}` | undefined;
1952
1952
  nonce?: `0x${string}` | undefined;
1953
- to?: `0x${string}` | null | undefined;
1953
+ to?: import("abitype").Address | null | undefined;
1954
1954
  value?: `0x${string}` | undefined;
1955
1955
  gasPrice?: `0x${string}` | undefined;
1956
1956
  maxFeePerBlobGas?: undefined;
@@ -1962,13 +1962,13 @@ export declare const celoAlfajores: {
1962
1962
  blobVersionedHashes?: undefined;
1963
1963
  kzg?: undefined;
1964
1964
  sidecars?: undefined;
1965
- feeCurrency?: `0x${string}` | undefined;
1965
+ feeCurrency?: import("abitype").Address | undefined;
1966
1966
  } | {
1967
- data?: `0x${string}` | undefined;
1968
- from: `0x${string}`;
1967
+ data?: import("../../index.js").Hex | undefined;
1968
+ from: import("abitype").Address;
1969
1969
  gas?: `0x${string}` | undefined;
1970
1970
  nonce?: `0x${string}` | undefined;
1971
- to?: `0x${string}` | null | undefined;
1971
+ to?: import("abitype").Address | null | undefined;
1972
1972
  value?: `0x${string}` | undefined;
1973
1973
  gasPrice?: undefined;
1974
1974
  maxFeePerBlobGas?: undefined;
@@ -1980,13 +1980,13 @@ export declare const celoAlfajores: {
1980
1980
  blobVersionedHashes?: undefined;
1981
1981
  kzg?: undefined;
1982
1982
  sidecars?: undefined;
1983
- feeCurrency?: `0x${string}` | undefined;
1983
+ feeCurrency?: import("abitype").Address | undefined;
1984
1984
  } | {
1985
- data?: `0x${string}` | undefined;
1986
- from: `0x${string}`;
1985
+ data?: import("../../index.js").Hex | undefined;
1986
+ from: import("abitype").Address;
1987
1987
  gas?: `0x${string}` | undefined;
1988
1988
  nonce?: `0x${string}` | undefined;
1989
- to?: `0x${string}` | null | undefined;
1989
+ to?: import("abitype").Address | null | undefined;
1990
1990
  value?: `0x${string}` | undefined;
1991
1991
  gasPrice?: undefined;
1992
1992
  maxFeePerBlobGas?: undefined;
@@ -1998,43 +1998,43 @@ export declare const celoAlfajores: {
1998
1998
  blobVersionedHashes?: undefined;
1999
1999
  kzg?: undefined;
2000
2000
  sidecars?: undefined;
2001
- feeCurrency?: `0x${string}` | undefined;
2001
+ feeCurrency?: import("abitype").Address | undefined;
2002
2002
  } | {
2003
- data?: `0x${string}` | undefined;
2004
- from: `0x${string}`;
2003
+ data?: import("../../index.js").Hex | undefined;
2004
+ from: import("abitype").Address;
2005
2005
  gas?: `0x${string}` | undefined;
2006
2006
  nonce?: `0x${string}` | undefined;
2007
2007
  value?: `0x${string}` | undefined;
2008
2008
  to: `0x${string}` | null;
2009
2009
  accessList?: import("../../index.js").AccessList | undefined;
2010
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2011
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2010
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
2011
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
2012
2012
  kzg?: import("../../index.js").Kzg | undefined;
2013
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2013
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
2014
2014
  type?: "0x3" | undefined;
2015
2015
  gasPrice?: undefined;
2016
2016
  maxFeePerGas?: `0x${string}` | undefined;
2017
2017
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2018
2018
  maxFeePerBlobGas: `0x${string}`;
2019
- feeCurrency?: `0x${string}` | undefined;
2019
+ feeCurrency?: import("abitype").Address | undefined;
2020
2020
  } | {
2021
- data?: `0x${string}` | undefined;
2022
- from: `0x${string}`;
2021
+ data?: import("../../index.js").Hex | undefined;
2022
+ from: import("abitype").Address;
2023
2023
  gas?: `0x${string}` | undefined;
2024
2024
  nonce?: `0x${string}` | undefined;
2025
2025
  value?: `0x${string}` | undefined;
2026
- to: `0x${string}` | null | undefined;
2026
+ to: import("abitype").Address | null | undefined;
2027
2027
  accessList?: import("../../index.js").AccessList | undefined;
2028
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2029
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2028
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
2029
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
2030
2030
  kzg?: import("../../index.js").Kzg | undefined;
2031
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2031
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
2032
2032
  type?: "0x7b" | undefined;
2033
2033
  gasPrice?: undefined;
2034
2034
  maxFeePerGas?: `0x${string}` | undefined;
2035
2035
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2036
2036
  maxFeePerBlobGas: undefined;
2037
- feeCurrency?: `0x${string}` | undefined;
2037
+ feeCurrency?: import("abitype").Address | undefined;
2038
2038
  }) & {};
2039
2039
  type: "transactionRequest";
2040
2040
  };
@@ -2043,37 +2043,37 @@ export declare const celoAlfajores: {
2043
2043
  readonly block: {
2044
2044
  exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
2045
2045
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").CeloBlockOverrides & {
2046
- transactions: readonly `0x${string}`[] | readonly import("../index.js").CeloRpcTransaction[];
2046
+ transactions: readonly import("../../index.js").Hash[] | readonly import("../index.js").CeloRpcTransaction[];
2047
2047
  }>) => {
2048
2048
  baseFeePerGas: bigint | null;
2049
2049
  blobGasUsed: bigint;
2050
2050
  difficulty: bigint;
2051
2051
  excessBlobGas: bigint;
2052
- extraData: `0x${string}`;
2052
+ extraData: import("../../index.js").Hex;
2053
2053
  gasLimit: bigint;
2054
2054
  gasUsed: bigint;
2055
2055
  hash: `0x${string}` | null;
2056
2056
  logsBloom: `0x${string}` | null;
2057
- miner: `0x${string}`;
2058
- mixHash: `0x${string}`;
2057
+ miner: import("abitype").Address;
2058
+ mixHash: import("../../index.js").Hash;
2059
2059
  nonce: `0x${string}` | null;
2060
2060
  number: bigint | null;
2061
- parentHash: `0x${string}`;
2062
- receiptsRoot: `0x${string}`;
2063
- sealFields: `0x${string}`[];
2064
- sha3Uncles: `0x${string}`;
2061
+ parentHash: import("../../index.js").Hash;
2062
+ receiptsRoot: import("../../index.js").Hex;
2063
+ sealFields: import("../../index.js").Hex[];
2064
+ sha3Uncles: import("../../index.js").Hash;
2065
2065
  size: bigint;
2066
- stateRoot: `0x${string}`;
2066
+ stateRoot: import("../../index.js").Hash;
2067
2067
  timestamp: bigint;
2068
2068
  totalDifficulty: bigint | null;
2069
2069
  transactions: readonly `0x${string}`[] | readonly import("../index.js").CeloTransaction[];
2070
- transactionsRoot: `0x${string}`;
2071
- uncles: `0x${string}`[];
2070
+ transactionsRoot: import("../../index.js").Hash;
2071
+ uncles: import("../../index.js").Hash[];
2072
2072
  withdrawals?: import("../../index.js").Withdrawal[] | undefined;
2073
- withdrawalsRoot?: `0x${string}` | undefined;
2073
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
2074
2074
  randomness: {
2075
- committed: `0x${string}`;
2076
- revealed: `0x${string}`;
2075
+ committed: import("../../index.js").Hex;
2076
+ revealed: import("../../index.js").Hex;
2077
2077
  };
2078
2078
  } & {
2079
2079
  nonce: never;
@@ -2088,16 +2088,16 @@ export declare const celoAlfajores: {
2088
2088
  exclude: [] | undefined;
2089
2089
  format: (args: ({
2090
2090
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2091
- r?: `0x${string}`;
2092
- s?: `0x${string}`;
2091
+ r?: import("../../index.js").Hex;
2092
+ s?: import("../../index.js").Hex;
2093
2093
  v?: `0x${string}`;
2094
2094
  yParity?: `0x${string}` | undefined;
2095
2095
  gasPrice?: `0x${string}` | undefined;
2096
2096
  maxFeePerBlobGas?: `0x${string}` | undefined;
2097
2097
  maxFeePerGas?: `0x${string}` | undefined;
2098
2098
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2099
- to?: `0x${string}` | null;
2100
- from?: `0x${string}`;
2099
+ to?: import("abitype").Address | null;
2100
+ from?: import("abitype").Address;
2101
2101
  gas?: `0x${string}`;
2102
2102
  nonce?: `0x${string}`;
2103
2103
  value?: `0x${string}`;
@@ -2105,22 +2105,22 @@ export declare const celoAlfajores: {
2105
2105
  blobVersionedHashes?: undefined;
2106
2106
  blockHash?: `0x${string}` | null;
2107
2107
  blockNumber?: `0x${string}` | null;
2108
- hash?: `0x${string}`;
2109
- input?: `0x${string}`;
2108
+ hash?: import("../../index.js").Hash;
2109
+ input?: import("../../index.js").Hex;
2110
2110
  transactionIndex?: `0x${string}` | null;
2111
2111
  chainId?: `0x${string}` | undefined;
2112
2112
  } & {
2113
2113
  type: "0x0";
2114
- r: `0x${string}`;
2115
- s: `0x${string}`;
2114
+ r: import("../../index.js").Hex;
2115
+ s: import("../../index.js").Hex;
2116
2116
  v: `0x${string}`;
2117
2117
  yParity?: undefined;
2118
2118
  gasPrice: `0x${string}`;
2119
2119
  maxFeePerBlobGas?: undefined;
2120
2120
  maxFeePerGas?: undefined;
2121
2121
  maxPriorityFeePerGas?: undefined;
2122
- to: `0x${string}` | null;
2123
- from: `0x${string}`;
2122
+ to: import("abitype").Address | null;
2123
+ from: import("abitype").Address;
2124
2124
  gas: `0x${string}`;
2125
2125
  nonce: `0x${string}`;
2126
2126
  value: `0x${string}`;
@@ -2128,26 +2128,26 @@ export declare const celoAlfajores: {
2128
2128
  blobVersionedHashes?: undefined;
2129
2129
  blockHash: `0x${string}` | null;
2130
2130
  blockNumber: `0x${string}` | null;
2131
- hash: `0x${string}`;
2132
- input: `0x${string}`;
2131
+ hash: import("../../index.js").Hash;
2132
+ input: import("../../index.js").Hex;
2133
2133
  transactionIndex: `0x${string}` | null;
2134
2134
  chainId?: `0x${string}` | undefined;
2135
2135
  } & {
2136
- feeCurrency: `0x${string}` | null;
2137
- gatewayFee: `0x${string}` | null;
2138
- gatewayFeeRecipient: `0x${string}` | null;
2136
+ feeCurrency: import("abitype").Address | null;
2137
+ gatewayFee: import("../../index.js").Hex | null;
2138
+ gatewayFeeRecipient: import("abitype").Address | null;
2139
2139
  }) | ({
2140
2140
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2141
- r?: `0x${string}`;
2142
- s?: `0x${string}`;
2141
+ r?: import("../../index.js").Hex;
2142
+ s?: import("../../index.js").Hex;
2143
2143
  v?: `0x${string}`;
2144
2144
  yParity?: `0x${string}` | undefined;
2145
2145
  gasPrice?: `0x${string}` | undefined;
2146
2146
  maxFeePerBlobGas?: `0x${string}` | undefined;
2147
2147
  maxFeePerGas?: `0x${string}` | undefined;
2148
2148
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2149
- to?: `0x${string}` | null;
2150
- from?: `0x${string}`;
2149
+ to?: import("abitype").Address | null;
2150
+ from?: import("abitype").Address;
2151
2151
  gas?: `0x${string}`;
2152
2152
  nonce?: `0x${string}`;
2153
2153
  value?: `0x${string}`;
@@ -2155,27 +2155,27 @@ export declare const celoAlfajores: {
2155
2155
  blobVersionedHashes?: undefined;
2156
2156
  blockHash?: `0x${string}` | null;
2157
2157
  blockNumber?: `0x${string}` | null;
2158
- hash?: `0x${string}`;
2159
- input?: `0x${string}`;
2158
+ hash?: import("../../index.js").Hash;
2159
+ input?: import("../../index.js").Hex;
2160
2160
  transactionIndex?: `0x${string}` | null;
2161
2161
  chainId?: `0x${string}` | undefined;
2162
2162
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2163
- feeCurrency: `0x${string}` | null;
2164
- gatewayFee: `0x${string}` | null;
2165
- gatewayFeeRecipient: `0x${string}` | null;
2163
+ feeCurrency: import("abitype").Address | null;
2164
+ gatewayFee: import("../../index.js").Hex | null;
2165
+ gatewayFeeRecipient: import("abitype").Address | null;
2166
2166
  type: "0x7c";
2167
2167
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2168
2168
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2169
- r?: `0x${string}`;
2170
- s?: `0x${string}`;
2169
+ r?: import("../../index.js").Hex;
2170
+ s?: import("../../index.js").Hex;
2171
2171
  v?: `0x${string}`;
2172
2172
  yParity?: `0x${string}` | undefined;
2173
2173
  gasPrice?: `0x${string}` | undefined;
2174
2174
  maxFeePerBlobGas?: `0x${string}` | undefined;
2175
2175
  maxFeePerGas?: `0x${string}` | undefined;
2176
2176
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2177
- to?: `0x${string}` | null;
2178
- from?: `0x${string}`;
2177
+ to?: import("abitype").Address | null;
2178
+ from?: import("abitype").Address;
2179
2179
  gas?: `0x${string}`;
2180
2180
  nonce?: `0x${string}`;
2181
2181
  value?: `0x${string}`;
@@ -2183,26 +2183,26 @@ export declare const celoAlfajores: {
2183
2183
  blobVersionedHashes?: undefined;
2184
2184
  blockHash?: `0x${string}` | null;
2185
2185
  blockNumber?: `0x${string}` | null;
2186
- hash?: `0x${string}`;
2187
- input?: `0x${string}`;
2186
+ hash?: import("../../index.js").Hash;
2187
+ input?: import("../../index.js").Hex;
2188
2188
  transactionIndex?: `0x${string}` | null;
2189
2189
  chainId?: `0x${string}` | undefined;
2190
2190
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2191
- feeCurrency: `0x${string}` | null;
2191
+ feeCurrency: import("abitype").Address | null;
2192
2192
  gatewayFee?: undefined;
2193
2193
  gatewayFeeRecipient?: undefined;
2194
2194
  type: "0x7b";
2195
2195
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2196
2196
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2197
- r?: `0x${string}`;
2198
- s?: `0x${string}`;
2197
+ r?: import("../../index.js").Hex;
2198
+ s?: import("../../index.js").Hex;
2199
2199
  v?: `0x${string}`;
2200
2200
  gasPrice?: `0x${string}` | undefined;
2201
2201
  maxFeePerBlobGas?: `0x${string}` | undefined;
2202
2202
  maxFeePerGas?: `0x${string}` | undefined;
2203
2203
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2204
- to?: `0x${string}` | null;
2205
- from?: `0x${string}`;
2204
+ to?: import("abitype").Address | null;
2205
+ from?: import("abitype").Address;
2206
2206
  gas?: `0x${string}`;
2207
2207
  nonce?: `0x${string}`;
2208
2208
  value?: `0x${string}`;
@@ -2210,23 +2210,23 @@ export declare const celoAlfajores: {
2210
2210
  blobVersionedHashes?: undefined;
2211
2211
  blockHash?: `0x${string}` | null;
2212
2212
  blockNumber?: `0x${string}` | null;
2213
- hash?: `0x${string}`;
2214
- input?: `0x${string}`;
2213
+ hash?: import("../../index.js").Hash;
2214
+ input?: import("../../index.js").Hex;
2215
2215
  transactionIndex?: `0x${string}` | null;
2216
2216
  chainId?: `0x${string}` | undefined;
2217
2217
  yParity?: `0x${string}` | undefined;
2218
2218
  } & {
2219
2219
  type: "0x0";
2220
- r: `0x${string}`;
2221
- s: `0x${string}`;
2220
+ r: import("../../index.js").Hex;
2221
+ s: import("../../index.js").Hex;
2222
2222
  v: `0x${string}`;
2223
2223
  yParity?: undefined;
2224
2224
  gasPrice: `0x${string}`;
2225
2225
  maxFeePerBlobGas?: undefined;
2226
2226
  maxFeePerGas?: undefined;
2227
2227
  maxPriorityFeePerGas?: undefined;
2228
- to: `0x${string}` | null;
2229
- from: `0x${string}`;
2228
+ to: import("abitype").Address | null;
2229
+ from: import("abitype").Address;
2230
2230
  gas: `0x${string}`;
2231
2231
  nonce: `0x${string}`;
2232
2232
  value: `0x${string}`;
@@ -2234,25 +2234,25 @@ export declare const celoAlfajores: {
2234
2234
  blobVersionedHashes?: undefined;
2235
2235
  blockHash: `0x${string}` | null;
2236
2236
  blockNumber: `0x${string}` | null;
2237
- hash: `0x${string}`;
2238
- input: `0x${string}`;
2237
+ hash: import("../../index.js").Hash;
2238
+ input: import("../../index.js").Hex;
2239
2239
  transactionIndex: `0x${string}` | null;
2240
2240
  chainId?: `0x${string}` | undefined;
2241
2241
  } & {
2242
- feeCurrency: `0x${string}` | null;
2243
- gatewayFee: `0x${string}` | null;
2244
- gatewayFeeRecipient: `0x${string}` | null;
2242
+ feeCurrency: import("abitype").Address | null;
2243
+ gatewayFee: import("../../index.js").Hex | null;
2244
+ gatewayFeeRecipient: import("abitype").Address | null;
2245
2245
  }) | ({
2246
2246
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2247
- r?: `0x${string}`;
2248
- s?: `0x${string}`;
2247
+ r?: import("../../index.js").Hex;
2248
+ s?: import("../../index.js").Hex;
2249
2249
  v?: `0x${string}`;
2250
2250
  gasPrice?: `0x${string}` | undefined;
2251
2251
  maxFeePerBlobGas?: `0x${string}` | undefined;
2252
2252
  maxFeePerGas?: `0x${string}` | undefined;
2253
2253
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2254
- to?: `0x${string}` | null;
2255
- from?: `0x${string}`;
2254
+ to?: import("abitype").Address | null;
2255
+ from?: import("abitype").Address;
2256
2256
  gas?: `0x${string}`;
2257
2257
  nonce?: `0x${string}`;
2258
2258
  value?: `0x${string}`;
@@ -2260,22 +2260,22 @@ export declare const celoAlfajores: {
2260
2260
  blobVersionedHashes?: undefined;
2261
2261
  blockHash?: `0x${string}` | null;
2262
2262
  blockNumber?: `0x${string}` | null;
2263
- hash?: `0x${string}`;
2264
- input?: `0x${string}`;
2263
+ hash?: import("../../index.js").Hash;
2264
+ input?: import("../../index.js").Hex;
2265
2265
  transactionIndex?: `0x${string}` | null;
2266
2266
  chainId?: `0x${string}` | undefined;
2267
2267
  yParity?: `0x${string}` | undefined;
2268
2268
  } & {
2269
2269
  type: "0x1";
2270
- r: `0x${string}`;
2271
- s: `0x${string}`;
2270
+ r: import("../../index.js").Hex;
2271
+ s: import("../../index.js").Hex;
2272
2272
  v: `0x${string}`;
2273
2273
  gasPrice: `0x${string}`;
2274
2274
  maxFeePerBlobGas?: undefined;
2275
2275
  maxFeePerGas?: undefined;
2276
2276
  maxPriorityFeePerGas?: undefined;
2277
- to: `0x${string}` | null;
2278
- from: `0x${string}`;
2277
+ to: import("abitype").Address | null;
2278
+ from: import("abitype").Address;
2279
2279
  gas: `0x${string}`;
2280
2280
  nonce: `0x${string}`;
2281
2281
  value: `0x${string}`;
@@ -2283,26 +2283,26 @@ export declare const celoAlfajores: {
2283
2283
  blobVersionedHashes?: undefined;
2284
2284
  blockHash: `0x${string}` | null;
2285
2285
  blockNumber: `0x${string}` | null;
2286
- hash: `0x${string}`;
2287
- input: `0x${string}`;
2286
+ hash: import("../../index.js").Hash;
2287
+ input: import("../../index.js").Hex;
2288
2288
  transactionIndex: `0x${string}` | null;
2289
2289
  chainId: `0x${string}`;
2290
2290
  yParity?: `0x${string}` | undefined;
2291
2291
  } & {
2292
- feeCurrency: `0x${string}` | null;
2293
- gatewayFee: `0x${string}` | null;
2294
- gatewayFeeRecipient: `0x${string}` | null;
2292
+ feeCurrency: import("abitype").Address | null;
2293
+ gatewayFee: import("../../index.js").Hex | null;
2294
+ gatewayFeeRecipient: import("abitype").Address | null;
2295
2295
  }) | ({
2296
2296
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2297
- r?: `0x${string}`;
2298
- s?: `0x${string}`;
2297
+ r?: import("../../index.js").Hex;
2298
+ s?: import("../../index.js").Hex;
2299
2299
  v?: `0x${string}`;
2300
2300
  gasPrice?: `0x${string}` | undefined;
2301
2301
  maxFeePerBlobGas?: `0x${string}` | undefined;
2302
2302
  maxFeePerGas?: `0x${string}` | undefined;
2303
2303
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2304
- to?: `0x${string}` | null;
2305
- from?: `0x${string}`;
2304
+ to?: import("abitype").Address | null;
2305
+ from?: import("abitype").Address;
2306
2306
  gas?: `0x${string}`;
2307
2307
  nonce?: `0x${string}`;
2308
2308
  value?: `0x${string}`;
@@ -2310,22 +2310,22 @@ export declare const celoAlfajores: {
2310
2310
  blobVersionedHashes?: undefined;
2311
2311
  blockHash?: `0x${string}` | null;
2312
2312
  blockNumber?: `0x${string}` | null;
2313
- hash?: `0x${string}`;
2314
- input?: `0x${string}`;
2313
+ hash?: import("../../index.js").Hash;
2314
+ input?: import("../../index.js").Hex;
2315
2315
  transactionIndex?: `0x${string}` | null;
2316
2316
  chainId?: `0x${string}` | undefined;
2317
2317
  yParity?: `0x${string}` | undefined;
2318
2318
  } & {
2319
2319
  type: "0x2";
2320
- r: `0x${string}`;
2321
- s: `0x${string}`;
2320
+ r: import("../../index.js").Hex;
2321
+ s: import("../../index.js").Hex;
2322
2322
  v: `0x${string}`;
2323
2323
  gasPrice?: undefined;
2324
2324
  maxFeePerBlobGas?: undefined;
2325
2325
  maxFeePerGas: `0x${string}`;
2326
2326
  maxPriorityFeePerGas: `0x${string}`;
2327
- to: `0x${string}` | null;
2328
- from: `0x${string}`;
2327
+ to: import("abitype").Address | null;
2328
+ from: import("abitype").Address;
2329
2329
  gas: `0x${string}`;
2330
2330
  nonce: `0x${string}`;
2331
2331
  value: `0x${string}`;
@@ -2333,26 +2333,26 @@ export declare const celoAlfajores: {
2333
2333
  blobVersionedHashes?: undefined;
2334
2334
  blockHash: `0x${string}` | null;
2335
2335
  blockNumber: `0x${string}` | null;
2336
- hash: `0x${string}`;
2337
- input: `0x${string}`;
2336
+ hash: import("../../index.js").Hash;
2337
+ input: import("../../index.js").Hex;
2338
2338
  transactionIndex: `0x${string}` | null;
2339
2339
  chainId: `0x${string}`;
2340
2340
  yParity?: `0x${string}` | undefined;
2341
2341
  } & {
2342
- feeCurrency: `0x${string}` | null;
2343
- gatewayFee: `0x${string}` | null;
2344
- gatewayFeeRecipient: `0x${string}` | null;
2342
+ feeCurrency: import("abitype").Address | null;
2343
+ gatewayFee: import("../../index.js").Hex | null;
2344
+ gatewayFeeRecipient: import("abitype").Address | null;
2345
2345
  }) | ({
2346
2346
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2347
- r?: `0x${string}`;
2348
- s?: `0x${string}`;
2347
+ r?: import("../../index.js").Hex;
2348
+ s?: import("../../index.js").Hex;
2349
2349
  v?: `0x${string}`;
2350
2350
  gasPrice?: `0x${string}` | undefined;
2351
2351
  maxFeePerBlobGas?: `0x${string}` | undefined;
2352
2352
  maxFeePerGas?: `0x${string}` | undefined;
2353
2353
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2354
- to?: `0x${string}` | null;
2355
- from?: `0x${string}`;
2354
+ to?: import("abitype").Address | null;
2355
+ from?: import("abitype").Address;
2356
2356
  gas?: `0x${string}`;
2357
2357
  nonce?: `0x${string}`;
2358
2358
  value?: `0x${string}`;
@@ -2360,27 +2360,27 @@ export declare const celoAlfajores: {
2360
2360
  blobVersionedHashes?: undefined;
2361
2361
  blockHash?: `0x${string}` | null;
2362
2362
  blockNumber?: `0x${string}` | null;
2363
- hash?: `0x${string}`;
2364
- input?: `0x${string}`;
2363
+ hash?: import("../../index.js").Hash;
2364
+ input?: import("../../index.js").Hex;
2365
2365
  transactionIndex?: `0x${string}` | null;
2366
2366
  chainId?: `0x${string}` | undefined;
2367
2367
  yParity?: `0x${string}` | undefined;
2368
2368
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2369
- feeCurrency: `0x${string}` | null;
2370
- gatewayFee: `0x${string}` | null;
2371
- gatewayFeeRecipient: `0x${string}` | null;
2369
+ feeCurrency: import("abitype").Address | null;
2370
+ gatewayFee: import("../../index.js").Hex | null;
2371
+ gatewayFeeRecipient: import("abitype").Address | null;
2372
2372
  type: "0x7c";
2373
2373
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2374
2374
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2375
- r?: `0x${string}`;
2376
- s?: `0x${string}`;
2375
+ r?: import("../../index.js").Hex;
2376
+ s?: import("../../index.js").Hex;
2377
2377
  v?: `0x${string}`;
2378
2378
  gasPrice?: `0x${string}` | undefined;
2379
2379
  maxFeePerBlobGas?: `0x${string}` | undefined;
2380
2380
  maxFeePerGas?: `0x${string}` | undefined;
2381
2381
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2382
- to?: `0x${string}` | null;
2383
- from?: `0x${string}`;
2382
+ to?: import("abitype").Address | null;
2383
+ from?: import("abitype").Address;
2384
2384
  gas?: `0x${string}`;
2385
2385
  nonce?: `0x${string}`;
2386
2386
  value?: `0x${string}`;
@@ -2388,27 +2388,27 @@ export declare const celoAlfajores: {
2388
2388
  blobVersionedHashes?: undefined;
2389
2389
  blockHash?: `0x${string}` | null;
2390
2390
  blockNumber?: `0x${string}` | null;
2391
- hash?: `0x${string}`;
2392
- input?: `0x${string}`;
2391
+ hash?: import("../../index.js").Hash;
2392
+ input?: import("../../index.js").Hex;
2393
2393
  transactionIndex?: `0x${string}` | null;
2394
2394
  chainId?: `0x${string}` | undefined;
2395
2395
  yParity?: `0x${string}` | undefined;
2396
2396
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2397
- feeCurrency: `0x${string}` | null;
2397
+ feeCurrency: import("abitype").Address | null;
2398
2398
  gatewayFee?: undefined;
2399
2399
  gatewayFeeRecipient?: undefined;
2400
2400
  type: "0x7b";
2401
2401
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2402
2402
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2403
- r?: `0x${string}`;
2404
- s?: `0x${string}`;
2403
+ r?: import("../../index.js").Hex;
2404
+ s?: import("../../index.js").Hex;
2405
2405
  v?: `0x${string}`;
2406
2406
  gasPrice?: `0x${string}` | undefined;
2407
2407
  maxFeePerBlobGas?: `0x${string}` | undefined;
2408
2408
  maxFeePerGas?: `0x${string}` | undefined;
2409
2409
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2410
- to?: `0x${string}` | null;
2411
- from?: `0x${string}`;
2410
+ to?: import("abitype").Address | null;
2411
+ from?: import("abitype").Address;
2412
2412
  gas?: `0x${string}`;
2413
2413
  nonce?: `0x${string}`;
2414
2414
  value?: `0x${string}`;
@@ -2416,23 +2416,23 @@ export declare const celoAlfajores: {
2416
2416
  blobVersionedHashes?: undefined;
2417
2417
  blockHash?: `0x${string}` | null;
2418
2418
  blockNumber?: `0x${string}` | null;
2419
- hash?: `0x${string}`;
2420
- input?: `0x${string}`;
2419
+ hash?: import("../../index.js").Hash;
2420
+ input?: import("../../index.js").Hex;
2421
2421
  transactionIndex?: `0x${string}` | null;
2422
2422
  chainId?: `0x${string}` | undefined;
2423
2423
  yParity?: `0x${string}` | undefined;
2424
2424
  } & {
2425
2425
  type: "0x0";
2426
- r: `0x${string}`;
2427
- s: `0x${string}`;
2426
+ r: import("../../index.js").Hex;
2427
+ s: import("../../index.js").Hex;
2428
2428
  v: `0x${string}`;
2429
2429
  yParity?: undefined;
2430
2430
  gasPrice: `0x${string}`;
2431
2431
  maxFeePerBlobGas?: undefined;
2432
2432
  maxFeePerGas?: undefined;
2433
2433
  maxPriorityFeePerGas?: undefined;
2434
- to: `0x${string}` | null;
2435
- from: `0x${string}`;
2434
+ to: import("abitype").Address | null;
2435
+ from: import("abitype").Address;
2436
2436
  gas: `0x${string}`;
2437
2437
  nonce: `0x${string}`;
2438
2438
  value: `0x${string}`;
@@ -2440,25 +2440,25 @@ export declare const celoAlfajores: {
2440
2440
  blobVersionedHashes?: undefined;
2441
2441
  blockHash: `0x${string}` | null;
2442
2442
  blockNumber: `0x${string}` | null;
2443
- hash: `0x${string}`;
2444
- input: `0x${string}`;
2443
+ hash: import("../../index.js").Hash;
2444
+ input: import("../../index.js").Hex;
2445
2445
  transactionIndex: `0x${string}` | null;
2446
2446
  chainId?: `0x${string}` | undefined;
2447
2447
  } & {
2448
- feeCurrency: `0x${string}` | null;
2449
- gatewayFee: `0x${string}` | null;
2450
- gatewayFeeRecipient: `0x${string}` | null;
2448
+ feeCurrency: import("abitype").Address | null;
2449
+ gatewayFee: import("../../index.js").Hex | null;
2450
+ gatewayFeeRecipient: import("abitype").Address | null;
2451
2451
  }) | ({
2452
2452
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2453
- r?: `0x${string}`;
2454
- s?: `0x${string}`;
2453
+ r?: import("../../index.js").Hex;
2454
+ s?: import("../../index.js").Hex;
2455
2455
  v?: `0x${string}`;
2456
2456
  gasPrice?: `0x${string}` | undefined;
2457
2457
  maxFeePerBlobGas?: `0x${string}` | undefined;
2458
2458
  maxFeePerGas?: `0x${string}` | undefined;
2459
2459
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2460
- to?: `0x${string}` | null;
2461
- from?: `0x${string}`;
2460
+ to?: import("abitype").Address | null;
2461
+ from?: import("abitype").Address;
2462
2462
  gas?: `0x${string}`;
2463
2463
  nonce?: `0x${string}`;
2464
2464
  value?: `0x${string}`;
@@ -2466,22 +2466,22 @@ export declare const celoAlfajores: {
2466
2466
  blobVersionedHashes?: undefined;
2467
2467
  blockHash?: `0x${string}` | null;
2468
2468
  blockNumber?: `0x${string}` | null;
2469
- hash?: `0x${string}`;
2470
- input?: `0x${string}`;
2469
+ hash?: import("../../index.js").Hash;
2470
+ input?: import("../../index.js").Hex;
2471
2471
  transactionIndex?: `0x${string}` | null;
2472
2472
  chainId?: `0x${string}` | undefined;
2473
2473
  yParity?: `0x${string}` | undefined;
2474
2474
  } & {
2475
2475
  type: "0x1";
2476
- r: `0x${string}`;
2477
- s: `0x${string}`;
2476
+ r: import("../../index.js").Hex;
2477
+ s: import("../../index.js").Hex;
2478
2478
  v: `0x${string}`;
2479
2479
  gasPrice: `0x${string}`;
2480
2480
  maxFeePerBlobGas?: undefined;
2481
2481
  maxFeePerGas?: undefined;
2482
2482
  maxPriorityFeePerGas?: undefined;
2483
- to: `0x${string}` | null;
2484
- from: `0x${string}`;
2483
+ to: import("abitype").Address | null;
2484
+ from: import("abitype").Address;
2485
2485
  gas: `0x${string}`;
2486
2486
  nonce: `0x${string}`;
2487
2487
  value: `0x${string}`;
@@ -2489,26 +2489,26 @@ export declare const celoAlfajores: {
2489
2489
  blobVersionedHashes?: undefined;
2490
2490
  blockHash: `0x${string}` | null;
2491
2491
  blockNumber: `0x${string}` | null;
2492
- hash: `0x${string}`;
2493
- input: `0x${string}`;
2492
+ hash: import("../../index.js").Hash;
2493
+ input: import("../../index.js").Hex;
2494
2494
  transactionIndex: `0x${string}` | null;
2495
2495
  chainId: `0x${string}`;
2496
2496
  yParity?: `0x${string}` | undefined;
2497
2497
  } & {
2498
- feeCurrency: `0x${string}` | null;
2499
- gatewayFee: `0x${string}` | null;
2500
- gatewayFeeRecipient: `0x${string}` | null;
2498
+ feeCurrency: import("abitype").Address | null;
2499
+ gatewayFee: import("../../index.js").Hex | null;
2500
+ gatewayFeeRecipient: import("abitype").Address | null;
2501
2501
  }) | ({
2502
2502
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2503
- r?: `0x${string}`;
2504
- s?: `0x${string}`;
2503
+ r?: import("../../index.js").Hex;
2504
+ s?: import("../../index.js").Hex;
2505
2505
  v?: `0x${string}`;
2506
2506
  gasPrice?: `0x${string}` | undefined;
2507
2507
  maxFeePerBlobGas?: `0x${string}` | undefined;
2508
2508
  maxFeePerGas?: `0x${string}` | undefined;
2509
2509
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2510
- to?: `0x${string}` | null;
2511
- from?: `0x${string}`;
2510
+ to?: import("abitype").Address | null;
2511
+ from?: import("abitype").Address;
2512
2512
  gas?: `0x${string}`;
2513
2513
  nonce?: `0x${string}`;
2514
2514
  value?: `0x${string}`;
@@ -2516,22 +2516,22 @@ export declare const celoAlfajores: {
2516
2516
  blobVersionedHashes?: undefined;
2517
2517
  blockHash?: `0x${string}` | null;
2518
2518
  blockNumber?: `0x${string}` | null;
2519
- hash?: `0x${string}`;
2520
- input?: `0x${string}`;
2519
+ hash?: import("../../index.js").Hash;
2520
+ input?: import("../../index.js").Hex;
2521
2521
  transactionIndex?: `0x${string}` | null;
2522
2522
  chainId?: `0x${string}` | undefined;
2523
2523
  yParity?: `0x${string}` | undefined;
2524
2524
  } & {
2525
2525
  type: "0x2";
2526
- r: `0x${string}`;
2527
- s: `0x${string}`;
2526
+ r: import("../../index.js").Hex;
2527
+ s: import("../../index.js").Hex;
2528
2528
  v: `0x${string}`;
2529
2529
  gasPrice?: undefined;
2530
2530
  maxFeePerBlobGas?: undefined;
2531
2531
  maxFeePerGas: `0x${string}`;
2532
2532
  maxPriorityFeePerGas: `0x${string}`;
2533
- to: `0x${string}` | null;
2534
- from: `0x${string}`;
2533
+ to: import("abitype").Address | null;
2534
+ from: import("abitype").Address;
2535
2535
  gas: `0x${string}`;
2536
2536
  nonce: `0x${string}`;
2537
2537
  value: `0x${string}`;
@@ -2539,26 +2539,26 @@ export declare const celoAlfajores: {
2539
2539
  blobVersionedHashes?: undefined;
2540
2540
  blockHash: `0x${string}` | null;
2541
2541
  blockNumber: `0x${string}` | null;
2542
- hash: `0x${string}`;
2543
- input: `0x${string}`;
2542
+ hash: import("../../index.js").Hash;
2543
+ input: import("../../index.js").Hex;
2544
2544
  transactionIndex: `0x${string}` | null;
2545
2545
  chainId: `0x${string}`;
2546
2546
  yParity?: `0x${string}` | undefined;
2547
2547
  } & {
2548
- feeCurrency: `0x${string}` | null;
2549
- gatewayFee: `0x${string}` | null;
2550
- gatewayFeeRecipient: `0x${string}` | null;
2548
+ feeCurrency: import("abitype").Address | null;
2549
+ gatewayFee: import("../../index.js").Hex | null;
2550
+ gatewayFeeRecipient: import("abitype").Address | null;
2551
2551
  }) | ({
2552
2552
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2553
- r?: `0x${string}`;
2554
- s?: `0x${string}`;
2553
+ r?: import("../../index.js").Hex;
2554
+ s?: import("../../index.js").Hex;
2555
2555
  v?: `0x${string}`;
2556
2556
  gasPrice?: `0x${string}` | undefined;
2557
2557
  maxFeePerBlobGas?: `0x${string}` | undefined;
2558
2558
  maxFeePerGas?: `0x${string}` | undefined;
2559
2559
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2560
- to?: `0x${string}` | null;
2561
- from?: `0x${string}`;
2560
+ to?: import("abitype").Address | null;
2561
+ from?: import("abitype").Address;
2562
2562
  gas?: `0x${string}`;
2563
2563
  nonce?: `0x${string}`;
2564
2564
  value?: `0x${string}`;
@@ -2566,27 +2566,27 @@ export declare const celoAlfajores: {
2566
2566
  blobVersionedHashes?: undefined;
2567
2567
  blockHash?: `0x${string}` | null;
2568
2568
  blockNumber?: `0x${string}` | null;
2569
- hash?: `0x${string}`;
2570
- input?: `0x${string}`;
2569
+ hash?: import("../../index.js").Hash;
2570
+ input?: import("../../index.js").Hex;
2571
2571
  transactionIndex?: `0x${string}` | null;
2572
2572
  chainId?: `0x${string}` | undefined;
2573
2573
  yParity?: `0x${string}` | undefined;
2574
2574
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2575
- feeCurrency: `0x${string}` | null;
2576
- gatewayFee: `0x${string}` | null;
2577
- gatewayFeeRecipient: `0x${string}` | null;
2575
+ feeCurrency: import("abitype").Address | null;
2576
+ gatewayFee: import("../../index.js").Hex | null;
2577
+ gatewayFeeRecipient: import("abitype").Address | null;
2578
2578
  type: "0x7c";
2579
2579
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2580
2580
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2581
- r?: `0x${string}`;
2582
- s?: `0x${string}`;
2581
+ r?: import("../../index.js").Hex;
2582
+ s?: import("../../index.js").Hex;
2583
2583
  v?: `0x${string}`;
2584
2584
  gasPrice?: `0x${string}` | undefined;
2585
2585
  maxFeePerBlobGas?: `0x${string}` | undefined;
2586
2586
  maxFeePerGas?: `0x${string}` | undefined;
2587
2587
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2588
- to?: `0x${string}` | null;
2589
- from?: `0x${string}`;
2588
+ to?: import("abitype").Address | null;
2589
+ from?: import("abitype").Address;
2590
2590
  gas?: `0x${string}`;
2591
2591
  nonce?: `0x${string}`;
2592
2592
  value?: `0x${string}`;
@@ -2594,27 +2594,27 @@ export declare const celoAlfajores: {
2594
2594
  blobVersionedHashes?: undefined;
2595
2595
  blockHash?: `0x${string}` | null;
2596
2596
  blockNumber?: `0x${string}` | null;
2597
- hash?: `0x${string}`;
2598
- input?: `0x${string}`;
2597
+ hash?: import("../../index.js").Hash;
2598
+ input?: import("../../index.js").Hex;
2599
2599
  transactionIndex?: `0x${string}` | null;
2600
2600
  chainId?: `0x${string}` | undefined;
2601
2601
  yParity?: `0x${string}` | undefined;
2602
2602
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2603
- feeCurrency: `0x${string}` | null;
2603
+ feeCurrency: import("abitype").Address | null;
2604
2604
  gatewayFee?: undefined;
2605
2605
  gatewayFeeRecipient?: undefined;
2606
2606
  type: "0x7b";
2607
2607
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2608
2608
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2609
- r?: `0x${string}`;
2610
- s?: `0x${string}`;
2609
+ r?: import("../../index.js").Hex;
2610
+ s?: import("../../index.js").Hex;
2611
2611
  v?: `0x${string}`;
2612
2612
  gasPrice?: `0x${string}` | undefined;
2613
2613
  maxFeePerBlobGas?: `0x${string}` | undefined;
2614
2614
  maxFeePerGas?: `0x${string}` | undefined;
2615
2615
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2616
- to?: `0x${string}` | null;
2617
- from?: `0x${string}`;
2616
+ to?: import("abitype").Address | null;
2617
+ from?: import("abitype").Address;
2618
2618
  gas?: `0x${string}`;
2619
2619
  nonce?: `0x${string}`;
2620
2620
  value?: `0x${string}`;
@@ -2622,23 +2622,23 @@ export declare const celoAlfajores: {
2622
2622
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2623
2623
  blockHash?: `0x${string}` | null;
2624
2624
  blockNumber?: `0x${string}` | null;
2625
- hash?: `0x${string}`;
2626
- input?: `0x${string}`;
2625
+ hash?: import("../../index.js").Hash;
2626
+ input?: import("../../index.js").Hex;
2627
2627
  transactionIndex?: `0x${string}` | null;
2628
2628
  chainId?: `0x${string}` | undefined;
2629
2629
  yParity?: `0x${string}` | undefined;
2630
2630
  } & {
2631
2631
  type: "0x0";
2632
- r: `0x${string}`;
2633
- s: `0x${string}`;
2632
+ r: import("../../index.js").Hex;
2633
+ s: import("../../index.js").Hex;
2634
2634
  v: `0x${string}`;
2635
2635
  yParity?: undefined;
2636
2636
  gasPrice: `0x${string}`;
2637
2637
  maxFeePerBlobGas?: undefined;
2638
2638
  maxFeePerGas?: undefined;
2639
2639
  maxPriorityFeePerGas?: undefined;
2640
- to: `0x${string}` | null;
2641
- from: `0x${string}`;
2640
+ to: import("abitype").Address | null;
2641
+ from: import("abitype").Address;
2642
2642
  gas: `0x${string}`;
2643
2643
  nonce: `0x${string}`;
2644
2644
  value: `0x${string}`;
@@ -2646,25 +2646,25 @@ export declare const celoAlfajores: {
2646
2646
  blobVersionedHashes?: undefined;
2647
2647
  blockHash: `0x${string}` | null;
2648
2648
  blockNumber: `0x${string}` | null;
2649
- hash: `0x${string}`;
2650
- input: `0x${string}`;
2649
+ hash: import("../../index.js").Hash;
2650
+ input: import("../../index.js").Hex;
2651
2651
  transactionIndex: `0x${string}` | null;
2652
2652
  chainId?: `0x${string}` | undefined;
2653
2653
  } & {
2654
- feeCurrency: `0x${string}` | null;
2655
- gatewayFee: `0x${string}` | null;
2656
- gatewayFeeRecipient: `0x${string}` | null;
2654
+ feeCurrency: import("abitype").Address | null;
2655
+ gatewayFee: import("../../index.js").Hex | null;
2656
+ gatewayFeeRecipient: import("abitype").Address | null;
2657
2657
  }) | ({
2658
2658
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2659
- r?: `0x${string}`;
2660
- s?: `0x${string}`;
2659
+ r?: import("../../index.js").Hex;
2660
+ s?: import("../../index.js").Hex;
2661
2661
  v?: `0x${string}`;
2662
2662
  gasPrice?: `0x${string}` | undefined;
2663
2663
  maxFeePerBlobGas?: `0x${string}` | undefined;
2664
2664
  maxFeePerGas?: `0x${string}` | undefined;
2665
2665
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2666
- to?: `0x${string}` | null;
2667
- from?: `0x${string}`;
2666
+ to?: import("abitype").Address | null;
2667
+ from?: import("abitype").Address;
2668
2668
  gas?: `0x${string}`;
2669
2669
  nonce?: `0x${string}`;
2670
2670
  value?: `0x${string}`;
@@ -2672,22 +2672,22 @@ export declare const celoAlfajores: {
2672
2672
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2673
2673
  blockHash?: `0x${string}` | null;
2674
2674
  blockNumber?: `0x${string}` | null;
2675
- hash?: `0x${string}`;
2676
- input?: `0x${string}`;
2675
+ hash?: import("../../index.js").Hash;
2676
+ input?: import("../../index.js").Hex;
2677
2677
  transactionIndex?: `0x${string}` | null;
2678
2678
  chainId?: `0x${string}` | undefined;
2679
2679
  yParity?: `0x${string}` | undefined;
2680
2680
  } & {
2681
2681
  type: "0x1";
2682
- r: `0x${string}`;
2683
- s: `0x${string}`;
2682
+ r: import("../../index.js").Hex;
2683
+ s: import("../../index.js").Hex;
2684
2684
  v: `0x${string}`;
2685
2685
  gasPrice: `0x${string}`;
2686
2686
  maxFeePerBlobGas?: undefined;
2687
2687
  maxFeePerGas?: undefined;
2688
2688
  maxPriorityFeePerGas?: undefined;
2689
- to: `0x${string}` | null;
2690
- from: `0x${string}`;
2689
+ to: import("abitype").Address | null;
2690
+ from: import("abitype").Address;
2691
2691
  gas: `0x${string}`;
2692
2692
  nonce: `0x${string}`;
2693
2693
  value: `0x${string}`;
@@ -2695,26 +2695,26 @@ export declare const celoAlfajores: {
2695
2695
  blobVersionedHashes?: undefined;
2696
2696
  blockHash: `0x${string}` | null;
2697
2697
  blockNumber: `0x${string}` | null;
2698
- hash: `0x${string}`;
2699
- input: `0x${string}`;
2698
+ hash: import("../../index.js").Hash;
2699
+ input: import("../../index.js").Hex;
2700
2700
  transactionIndex: `0x${string}` | null;
2701
2701
  chainId: `0x${string}`;
2702
2702
  yParity?: `0x${string}` | undefined;
2703
2703
  } & {
2704
- feeCurrency: `0x${string}` | null;
2705
- gatewayFee: `0x${string}` | null;
2706
- gatewayFeeRecipient: `0x${string}` | null;
2704
+ feeCurrency: import("abitype").Address | null;
2705
+ gatewayFee: import("../../index.js").Hex | null;
2706
+ gatewayFeeRecipient: import("abitype").Address | null;
2707
2707
  }) | ({
2708
2708
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2709
- r?: `0x${string}`;
2710
- s?: `0x${string}`;
2709
+ r?: import("../../index.js").Hex;
2710
+ s?: import("../../index.js").Hex;
2711
2711
  v?: `0x${string}`;
2712
2712
  gasPrice?: `0x${string}` | undefined;
2713
2713
  maxFeePerBlobGas?: `0x${string}` | undefined;
2714
2714
  maxFeePerGas?: `0x${string}` | undefined;
2715
2715
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2716
- to?: `0x${string}` | null;
2717
- from?: `0x${string}`;
2716
+ to?: import("abitype").Address | null;
2717
+ from?: import("abitype").Address;
2718
2718
  gas?: `0x${string}`;
2719
2719
  nonce?: `0x${string}`;
2720
2720
  value?: `0x${string}`;
@@ -2722,22 +2722,22 @@ export declare const celoAlfajores: {
2722
2722
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2723
2723
  blockHash?: `0x${string}` | null;
2724
2724
  blockNumber?: `0x${string}` | null;
2725
- hash?: `0x${string}`;
2726
- input?: `0x${string}`;
2725
+ hash?: import("../../index.js").Hash;
2726
+ input?: import("../../index.js").Hex;
2727
2727
  transactionIndex?: `0x${string}` | null;
2728
2728
  chainId?: `0x${string}` | undefined;
2729
2729
  yParity?: `0x${string}` | undefined;
2730
2730
  } & {
2731
2731
  type: "0x2";
2732
- r: `0x${string}`;
2733
- s: `0x${string}`;
2732
+ r: import("../../index.js").Hex;
2733
+ s: import("../../index.js").Hex;
2734
2734
  v: `0x${string}`;
2735
2735
  gasPrice?: undefined;
2736
2736
  maxFeePerBlobGas?: undefined;
2737
2737
  maxFeePerGas: `0x${string}`;
2738
2738
  maxPriorityFeePerGas: `0x${string}`;
2739
- to: `0x${string}` | null;
2740
- from: `0x${string}`;
2739
+ to: import("abitype").Address | null;
2740
+ from: import("abitype").Address;
2741
2741
  gas: `0x${string}`;
2742
2742
  nonce: `0x${string}`;
2743
2743
  value: `0x${string}`;
@@ -2745,26 +2745,26 @@ export declare const celoAlfajores: {
2745
2745
  blobVersionedHashes?: undefined;
2746
2746
  blockHash: `0x${string}` | null;
2747
2747
  blockNumber: `0x${string}` | null;
2748
- hash: `0x${string}`;
2749
- input: `0x${string}`;
2748
+ hash: import("../../index.js").Hash;
2749
+ input: import("../../index.js").Hex;
2750
2750
  transactionIndex: `0x${string}` | null;
2751
2751
  chainId: `0x${string}`;
2752
2752
  yParity?: `0x${string}` | undefined;
2753
2753
  } & {
2754
- feeCurrency: `0x${string}` | null;
2755
- gatewayFee: `0x${string}` | null;
2756
- gatewayFeeRecipient: `0x${string}` | null;
2754
+ feeCurrency: import("abitype").Address | null;
2755
+ gatewayFee: import("../../index.js").Hex | null;
2756
+ gatewayFeeRecipient: import("abitype").Address | null;
2757
2757
  }) | ({
2758
2758
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2759
- r?: `0x${string}`;
2760
- s?: `0x${string}`;
2759
+ r?: import("../../index.js").Hex;
2760
+ s?: import("../../index.js").Hex;
2761
2761
  v?: `0x${string}`;
2762
2762
  gasPrice?: `0x${string}` | undefined;
2763
2763
  maxFeePerBlobGas?: `0x${string}` | undefined;
2764
2764
  maxFeePerGas?: `0x${string}` | undefined;
2765
2765
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2766
- to?: `0x${string}` | null;
2767
- from?: `0x${string}`;
2766
+ to?: import("abitype").Address | null;
2767
+ from?: import("abitype").Address;
2768
2768
  gas?: `0x${string}`;
2769
2769
  nonce?: `0x${string}`;
2770
2770
  value?: `0x${string}`;
@@ -2772,49 +2772,49 @@ export declare const celoAlfajores: {
2772
2772
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2773
2773
  blockHash?: `0x${string}` | null;
2774
2774
  blockNumber?: `0x${string}` | null;
2775
- hash?: `0x${string}`;
2776
- input?: `0x${string}`;
2775
+ hash?: import("../../index.js").Hash;
2776
+ input?: import("../../index.js").Hex;
2777
2777
  transactionIndex?: `0x${string}` | null;
2778
2778
  chainId?: `0x${string}` | undefined;
2779
2779
  yParity?: `0x${string}` | undefined;
2780
2780
  } & {
2781
2781
  type: "0x3";
2782
- r: `0x${string}`;
2783
- s: `0x${string}`;
2782
+ r: import("../../index.js").Hex;
2783
+ s: import("../../index.js").Hex;
2784
2784
  v: `0x${string}`;
2785
2785
  gasPrice?: undefined;
2786
2786
  maxFeePerBlobGas: `0x${string}`;
2787
2787
  maxFeePerGas: `0x${string}`;
2788
2788
  maxPriorityFeePerGas: `0x${string}`;
2789
- to: `0x${string}` | null;
2790
- from: `0x${string}`;
2789
+ to: import("abitype").Address | null;
2790
+ from: import("abitype").Address;
2791
2791
  gas: `0x${string}`;
2792
2792
  nonce: `0x${string}`;
2793
2793
  value: `0x${string}`;
2794
2794
  accessList: import("../../index.js").AccessList;
2795
- blobVersionedHashes: readonly `0x${string}`[];
2795
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
2796
2796
  blockHash: `0x${string}` | null;
2797
2797
  blockNumber: `0x${string}` | null;
2798
- hash: `0x${string}`;
2799
- input: `0x${string}`;
2798
+ hash: import("../../index.js").Hash;
2799
+ input: import("../../index.js").Hex;
2800
2800
  transactionIndex: `0x${string}` | null;
2801
2801
  chainId: `0x${string}`;
2802
2802
  yParity?: `0x${string}` | undefined;
2803
2803
  } & {
2804
- feeCurrency: `0x${string}` | null;
2805
- gatewayFee: `0x${string}` | null;
2806
- gatewayFeeRecipient: `0x${string}` | null;
2804
+ feeCurrency: import("abitype").Address | null;
2805
+ gatewayFee: import("../../index.js").Hex | null;
2806
+ gatewayFeeRecipient: import("abitype").Address | null;
2807
2807
  }) | ({
2808
2808
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2809
- r?: `0x${string}`;
2810
- s?: `0x${string}`;
2809
+ r?: import("../../index.js").Hex;
2810
+ s?: import("../../index.js").Hex;
2811
2811
  v?: `0x${string}`;
2812
2812
  gasPrice?: `0x${string}` | undefined;
2813
2813
  maxFeePerBlobGas?: `0x${string}` | undefined;
2814
2814
  maxFeePerGas?: `0x${string}` | undefined;
2815
2815
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2816
- to?: `0x${string}` | null;
2817
- from?: `0x${string}`;
2816
+ to?: import("abitype").Address | null;
2817
+ from?: import("abitype").Address;
2818
2818
  gas?: `0x${string}`;
2819
2819
  nonce?: `0x${string}`;
2820
2820
  value?: `0x${string}`;
@@ -2822,27 +2822,27 @@ export declare const celoAlfajores: {
2822
2822
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2823
2823
  blockHash?: `0x${string}` | null;
2824
2824
  blockNumber?: `0x${string}` | null;
2825
- hash?: `0x${string}`;
2826
- input?: `0x${string}`;
2825
+ hash?: import("../../index.js").Hash;
2826
+ input?: import("../../index.js").Hex;
2827
2827
  transactionIndex?: `0x${string}` | null;
2828
2828
  chainId?: `0x${string}` | undefined;
2829
2829
  yParity?: `0x${string}` | undefined;
2830
2830
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2831
- feeCurrency: `0x${string}` | null;
2832
- gatewayFee: `0x${string}` | null;
2833
- gatewayFeeRecipient: `0x${string}` | null;
2831
+ feeCurrency: import("abitype").Address | null;
2832
+ gatewayFee: import("../../index.js").Hex | null;
2833
+ gatewayFeeRecipient: import("abitype").Address | null;
2834
2834
  type: "0x7c";
2835
2835
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
2836
2836
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2837
- r?: `0x${string}`;
2838
- s?: `0x${string}`;
2837
+ r?: import("../../index.js").Hex;
2838
+ s?: import("../../index.js").Hex;
2839
2839
  v?: `0x${string}`;
2840
2840
  gasPrice?: `0x${string}` | undefined;
2841
2841
  maxFeePerBlobGas?: `0x${string}` | undefined;
2842
2842
  maxFeePerGas?: `0x${string}` | undefined;
2843
2843
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2844
- to?: `0x${string}` | null;
2845
- from?: `0x${string}`;
2844
+ to?: import("abitype").Address | null;
2845
+ from?: import("abitype").Address;
2846
2846
  gas?: `0x${string}`;
2847
2847
  nonce?: `0x${string}`;
2848
2848
  value?: `0x${string}`;
@@ -2850,31 +2850,31 @@ export declare const celoAlfajores: {
2850
2850
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2851
2851
  blockHash?: `0x${string}` | null;
2852
2852
  blockNumber?: `0x${string}` | null;
2853
- hash?: `0x${string}`;
2854
- input?: `0x${string}`;
2853
+ hash?: import("../../index.js").Hash;
2854
+ input?: import("../../index.js").Hex;
2855
2855
  transactionIndex?: `0x${string}` | null;
2856
2856
  chainId?: `0x${string}` | undefined;
2857
2857
  yParity?: `0x${string}` | undefined;
2858
2858
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
2859
- feeCurrency: `0x${string}` | null;
2859
+ feeCurrency: import("abitype").Address | null;
2860
2860
  gatewayFee?: undefined;
2861
2861
  gatewayFeeRecipient?: undefined;
2862
2862
  type: "0x7b";
2863
2863
  } & import("../../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
2864
- r: `0x${string}`;
2865
- s: `0x${string}`;
2864
+ r: import("../../index.js").Hex;
2865
+ s: import("../../index.js").Hex;
2866
2866
  v: bigint;
2867
- to: `0x${string}` | null;
2868
- from: `0x${string}`;
2867
+ to: import("abitype").Address | null;
2868
+ from: import("abitype").Address;
2869
2869
  gas: bigint;
2870
2870
  nonce: number;
2871
2871
  value: bigint;
2872
2872
  blockHash: `0x${string}` | null;
2873
2873
  blockNumber: bigint | null;
2874
- hash: `0x${string}`;
2875
- input: `0x${string}`;
2874
+ hash: import("../../index.js").Hash;
2875
+ input: import("../../index.js").Hex;
2876
2876
  transactionIndex: number | null;
2877
- typeHex: `0x${string}` | null;
2877
+ typeHex: import("../../index.js").Hex | null;
2878
2878
  accessList?: undefined;
2879
2879
  blobVersionedHashes?: undefined;
2880
2880
  chainId?: number | undefined;
@@ -2884,24 +2884,24 @@ export declare const celoAlfajores: {
2884
2884
  maxFeePerBlobGas?: undefined;
2885
2885
  maxFeePerGas?: undefined;
2886
2886
  maxPriorityFeePerGas?: undefined;
2887
- feeCurrency: `0x${string}` | null;
2887
+ feeCurrency: import("abitype").Address | null;
2888
2888
  gatewayFee?: undefined;
2889
2889
  gatewayFeeRecipient?: undefined;
2890
2890
  } | {
2891
- r: `0x${string}`;
2892
- s: `0x${string}`;
2891
+ r: import("../../index.js").Hex;
2892
+ s: import("../../index.js").Hex;
2893
2893
  v: bigint;
2894
- to: `0x${string}` | null;
2895
- from: `0x${string}`;
2894
+ to: import("abitype").Address | null;
2895
+ from: import("abitype").Address;
2896
2896
  gas: bigint;
2897
2897
  nonce: number;
2898
2898
  value: bigint;
2899
2899
  blockHash: `0x${string}` | null;
2900
2900
  blockNumber: bigint | null;
2901
- hash: `0x${string}`;
2902
- input: `0x${string}`;
2901
+ hash: import("../../index.js").Hash;
2902
+ input: import("../../index.js").Hex;
2903
2903
  transactionIndex: number | null;
2904
- typeHex: `0x${string}` | null;
2904
+ typeHex: import("../../index.js").Hex | null;
2905
2905
  accessList?: undefined;
2906
2906
  blobVersionedHashes?: undefined;
2907
2907
  chainId?: number | undefined;
@@ -2911,24 +2911,24 @@ export declare const celoAlfajores: {
2911
2911
  maxFeePerBlobGas?: undefined;
2912
2912
  maxFeePerGas: bigint;
2913
2913
  maxPriorityFeePerGas: bigint;
2914
- feeCurrency: `0x${string}` | null;
2914
+ feeCurrency: import("abitype").Address | null;
2915
2915
  gatewayFee: bigint | null;
2916
- gatewayFeeRecipient: `0x${string}` | null;
2916
+ gatewayFeeRecipient: import("abitype").Address | null;
2917
2917
  } | {
2918
- r: `0x${string}`;
2919
- s: `0x${string}`;
2918
+ r: import("../../index.js").Hex;
2919
+ s: import("../../index.js").Hex;
2920
2920
  v: bigint;
2921
- to: `0x${string}` | null;
2922
- from: `0x${string}`;
2921
+ to: import("abitype").Address | null;
2922
+ from: import("abitype").Address;
2923
2923
  gas: bigint;
2924
2924
  nonce: number;
2925
2925
  value: bigint;
2926
2926
  blockHash: `0x${string}` | null;
2927
2927
  blockNumber: bigint | null;
2928
- hash: `0x${string}`;
2929
- input: `0x${string}`;
2928
+ hash: import("../../index.js").Hash;
2929
+ input: import("../../index.js").Hex;
2930
2930
  transactionIndex: number | null;
2931
- typeHex: `0x${string}` | null;
2931
+ typeHex: import("../../index.js").Hex | null;
2932
2932
  accessList?: undefined;
2933
2933
  blobVersionedHashes?: undefined;
2934
2934
  chainId?: number | undefined;
@@ -2938,22 +2938,22 @@ export declare const celoAlfajores: {
2938
2938
  maxFeePerBlobGas?: undefined;
2939
2939
  maxFeePerGas: bigint;
2940
2940
  maxPriorityFeePerGas: bigint;
2941
- feeCurrency: `0x${string}` | null;
2941
+ feeCurrency: import("abitype").Address | null;
2942
2942
  gatewayFee?: undefined;
2943
2943
  gatewayFeeRecipient?: undefined;
2944
2944
  } | {
2945
2945
  blockHash: `0x${string}` | null;
2946
2946
  blockNumber: bigint | null;
2947
- from: `0x${string}`;
2947
+ from: import("abitype").Address;
2948
2948
  gas: bigint;
2949
- hash: `0x${string}`;
2950
- input: `0x${string}`;
2949
+ hash: import("../../index.js").Hash;
2950
+ input: import("../../index.js").Hex;
2951
2951
  nonce: number;
2952
- r: `0x${string}`;
2953
- s: `0x${string}`;
2954
- to: `0x${string}` | null;
2952
+ r: import("../../index.js").Hex;
2953
+ s: import("../../index.js").Hex;
2954
+ to: import("abitype").Address | null;
2955
2955
  transactionIndex: number | null;
2956
- typeHex: `0x${string}` | null;
2956
+ typeHex: import("../../index.js").Hex | null;
2957
2957
  v: bigint;
2958
2958
  value: bigint;
2959
2959
  yParity: number;
@@ -2965,22 +2965,22 @@ export declare const celoAlfajores: {
2965
2965
  maxFeePerBlobGas?: undefined;
2966
2966
  maxFeePerGas?: undefined;
2967
2967
  maxPriorityFeePerGas?: undefined;
2968
- feeCurrency: `0x${string}` | null;
2968
+ feeCurrency: import("abitype").Address | null;
2969
2969
  gatewayFee?: undefined;
2970
2970
  gatewayFeeRecipient?: undefined;
2971
2971
  } | {
2972
2972
  blockHash: `0x${string}` | null;
2973
2973
  blockNumber: bigint | null;
2974
- from: `0x${string}`;
2974
+ from: import("abitype").Address;
2975
2975
  gas: bigint;
2976
- hash: `0x${string}`;
2977
- input: `0x${string}`;
2976
+ hash: import("../../index.js").Hash;
2977
+ input: import("../../index.js").Hex;
2978
2978
  nonce: number;
2979
- r: `0x${string}`;
2980
- s: `0x${string}`;
2981
- to: `0x${string}` | null;
2979
+ r: import("../../index.js").Hex;
2980
+ s: import("../../index.js").Hex;
2981
+ to: import("abitype").Address | null;
2982
2982
  transactionIndex: number | null;
2983
- typeHex: `0x${string}` | null;
2983
+ typeHex: import("../../index.js").Hex | null;
2984
2984
  v: bigint;
2985
2985
  value: bigint;
2986
2986
  yParity: number;
@@ -2992,22 +2992,22 @@ export declare const celoAlfajores: {
2992
2992
  maxFeePerBlobGas?: undefined;
2993
2993
  maxFeePerGas: bigint;
2994
2994
  maxPriorityFeePerGas: bigint;
2995
- feeCurrency: `0x${string}` | null;
2995
+ feeCurrency: import("abitype").Address | null;
2996
2996
  gatewayFee?: undefined;
2997
2997
  gatewayFeeRecipient?: undefined;
2998
2998
  } | {
2999
2999
  blockHash: `0x${string}` | null;
3000
3000
  blockNumber: bigint | null;
3001
- from: `0x${string}`;
3001
+ from: import("abitype").Address;
3002
3002
  gas: bigint;
3003
- hash: `0x${string}`;
3004
- input: `0x${string}`;
3003
+ hash: import("../../index.js").Hash;
3004
+ input: import("../../index.js").Hex;
3005
3005
  nonce: number;
3006
- r: `0x${string}`;
3007
- s: `0x${string}`;
3008
- to: `0x${string}` | null;
3006
+ r: import("../../index.js").Hex;
3007
+ s: import("../../index.js").Hex;
3008
+ to: import("abitype").Address | null;
3009
3009
  transactionIndex: number | null;
3010
- typeHex: `0x${string}` | null;
3010
+ typeHex: import("../../index.js").Hex | null;
3011
3011
  v: bigint;
3012
3012
  value: bigint;
3013
3013
  yParity: number;
@@ -3019,22 +3019,22 @@ export declare const celoAlfajores: {
3019
3019
  maxFeePerBlobGas?: undefined;
3020
3020
  maxFeePerGas: bigint;
3021
3021
  maxPriorityFeePerGas: bigint;
3022
- feeCurrency: `0x${string}` | null;
3022
+ feeCurrency: import("abitype").Address | null;
3023
3023
  gatewayFee: bigint | null;
3024
- gatewayFeeRecipient: `0x${string}` | null;
3024
+ gatewayFeeRecipient: import("abitype").Address | null;
3025
3025
  } | {
3026
3026
  blockHash: `0x${string}` | null;
3027
3027
  blockNumber: bigint | null;
3028
- from: `0x${string}`;
3028
+ from: import("abitype").Address;
3029
3029
  gas: bigint;
3030
- hash: `0x${string}`;
3031
- input: `0x${string}`;
3030
+ hash: import("../../index.js").Hash;
3031
+ input: import("../../index.js").Hex;
3032
3032
  nonce: number;
3033
- r: `0x${string}`;
3034
- s: `0x${string}`;
3035
- to: `0x${string}` | null;
3033
+ r: import("../../index.js").Hex;
3034
+ s: import("../../index.js").Hex;
3035
+ to: import("abitype").Address | null;
3036
3036
  transactionIndex: number | null;
3037
- typeHex: `0x${string}` | null;
3037
+ typeHex: import("../../index.js").Hex | null;
3038
3038
  v: bigint;
3039
3039
  value: bigint;
3040
3040
  yParity: number;
@@ -3046,22 +3046,22 @@ export declare const celoAlfajores: {
3046
3046
  maxFeePerBlobGas?: undefined;
3047
3047
  maxFeePerGas: bigint;
3048
3048
  maxPriorityFeePerGas: bigint;
3049
- feeCurrency: `0x${string}` | null;
3049
+ feeCurrency: import("abitype").Address | null;
3050
3050
  gatewayFee?: undefined;
3051
3051
  gatewayFeeRecipient?: undefined;
3052
3052
  } | {
3053
3053
  blockHash: `0x${string}` | null;
3054
3054
  blockNumber: bigint | null;
3055
- from: `0x${string}`;
3055
+ from: import("abitype").Address;
3056
3056
  gas: bigint;
3057
- hash: `0x${string}`;
3058
- input: `0x${string}`;
3057
+ hash: import("../../index.js").Hash;
3058
+ input: import("../../index.js").Hex;
3059
3059
  nonce: number;
3060
- r: `0x${string}`;
3061
- s: `0x${string}`;
3062
- to: `0x${string}` | null;
3060
+ r: import("../../index.js").Hex;
3061
+ s: import("../../index.js").Hex;
3062
+ to: import("abitype").Address | null;
3063
3063
  transactionIndex: number | null;
3064
- typeHex: `0x${string}` | null;
3064
+ typeHex: import("../../index.js").Hex | null;
3065
3065
  v: bigint;
3066
3066
  value: bigint;
3067
3067
  yParity: number;
@@ -3073,22 +3073,22 @@ export declare const celoAlfajores: {
3073
3073
  maxFeePerBlobGas?: undefined;
3074
3074
  maxFeePerGas: undefined;
3075
3075
  maxPriorityFeePerGas: undefined;
3076
- feeCurrency: `0x${string}` | null;
3076
+ feeCurrency: import("abitype").Address | null;
3077
3077
  gatewayFee?: undefined;
3078
3078
  gatewayFeeRecipient?: undefined;
3079
3079
  } | {
3080
3080
  blockHash: `0x${string}` | null;
3081
3081
  blockNumber: bigint | null;
3082
- from: `0x${string}`;
3082
+ from: import("abitype").Address;
3083
3083
  gas: bigint;
3084
- hash: `0x${string}`;
3085
- input: `0x${string}`;
3084
+ hash: import("../../index.js").Hash;
3085
+ input: import("../../index.js").Hex;
3086
3086
  nonce: number;
3087
- r: `0x${string}`;
3088
- s: `0x${string}`;
3089
- to: `0x${string}` | null;
3087
+ r: import("../../index.js").Hex;
3088
+ s: import("../../index.js").Hex;
3089
+ to: import("abitype").Address | null;
3090
3090
  transactionIndex: number | null;
3091
- typeHex: `0x${string}` | null;
3091
+ typeHex: import("../../index.js").Hex | null;
3092
3092
  v: bigint;
3093
3093
  value: bigint;
3094
3094
  yParity: number;
@@ -3100,22 +3100,22 @@ export declare const celoAlfajores: {
3100
3100
  maxFeePerBlobGas?: undefined;
3101
3101
  maxFeePerGas: bigint;
3102
3102
  maxPriorityFeePerGas: bigint;
3103
- feeCurrency: `0x${string}` | null;
3103
+ feeCurrency: import("abitype").Address | null;
3104
3104
  gatewayFee?: undefined;
3105
3105
  gatewayFeeRecipient?: undefined;
3106
3106
  } | {
3107
3107
  blockHash: `0x${string}` | null;
3108
3108
  blockNumber: bigint | null;
3109
- from: `0x${string}`;
3109
+ from: import("abitype").Address;
3110
3110
  gas: bigint;
3111
- hash: `0x${string}`;
3112
- input: `0x${string}`;
3111
+ hash: import("../../index.js").Hash;
3112
+ input: import("../../index.js").Hex;
3113
3113
  nonce: number;
3114
- r: `0x${string}`;
3115
- s: `0x${string}`;
3116
- to: `0x${string}` | null;
3114
+ r: import("../../index.js").Hex;
3115
+ s: import("../../index.js").Hex;
3116
+ to: import("abitype").Address | null;
3117
3117
  transactionIndex: number | null;
3118
- typeHex: `0x${string}` | null;
3118
+ typeHex: import("../../index.js").Hex | null;
3119
3119
  v: bigint;
3120
3120
  value: bigint;
3121
3121
  yParity: number;
@@ -3127,22 +3127,22 @@ export declare const celoAlfajores: {
3127
3127
  maxFeePerBlobGas?: undefined;
3128
3128
  maxFeePerGas: bigint;
3129
3129
  maxPriorityFeePerGas: bigint;
3130
- feeCurrency: `0x${string}` | null;
3130
+ feeCurrency: import("abitype").Address | null;
3131
3131
  gatewayFee: bigint | null;
3132
- gatewayFeeRecipient: `0x${string}` | null;
3132
+ gatewayFeeRecipient: import("abitype").Address | null;
3133
3133
  } | {
3134
3134
  blockHash: `0x${string}` | null;
3135
3135
  blockNumber: bigint | null;
3136
- from: `0x${string}`;
3136
+ from: import("abitype").Address;
3137
3137
  gas: bigint;
3138
- hash: `0x${string}`;
3139
- input: `0x${string}`;
3138
+ hash: import("../../index.js").Hash;
3139
+ input: import("../../index.js").Hex;
3140
3140
  nonce: number;
3141
- r: `0x${string}`;
3142
- s: `0x${string}`;
3143
- to: `0x${string}` | null;
3141
+ r: import("../../index.js").Hex;
3142
+ s: import("../../index.js").Hex;
3143
+ to: import("abitype").Address | null;
3144
3144
  transactionIndex: number | null;
3145
- typeHex: `0x${string}` | null;
3145
+ typeHex: import("../../index.js").Hex | null;
3146
3146
  v: bigint;
3147
3147
  value: bigint;
3148
3148
  yParity: number;
@@ -3154,88 +3154,88 @@ export declare const celoAlfajores: {
3154
3154
  maxFeePerBlobGas?: undefined;
3155
3155
  maxFeePerGas: bigint;
3156
3156
  maxPriorityFeePerGas: bigint;
3157
- feeCurrency: `0x${string}` | null;
3157
+ feeCurrency: import("abitype").Address | null;
3158
3158
  gatewayFee?: undefined;
3159
3159
  gatewayFeeRecipient?: undefined;
3160
3160
  } | {
3161
3161
  blockHash: `0x${string}` | null;
3162
3162
  blockNumber: bigint | null;
3163
- from: `0x${string}`;
3163
+ from: import("abitype").Address;
3164
3164
  gas: bigint;
3165
- hash: `0x${string}`;
3166
- input: `0x${string}`;
3165
+ hash: import("../../index.js").Hash;
3166
+ input: import("../../index.js").Hex;
3167
3167
  nonce: number;
3168
- r: `0x${string}`;
3169
- s: `0x${string}`;
3170
- to: `0x${string}` | null;
3168
+ r: import("../../index.js").Hex;
3169
+ s: import("../../index.js").Hex;
3170
+ to: import("abitype").Address | null;
3171
3171
  transactionIndex: number | null;
3172
- typeHex: `0x${string}` | null;
3172
+ typeHex: import("../../index.js").Hex | null;
3173
3173
  v: bigint;
3174
3174
  value: bigint;
3175
3175
  yParity: number;
3176
3176
  accessList: import("../../index.js").AccessList;
3177
- blobVersionedHashes: readonly `0x${string}`[];
3177
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
3178
3178
  chainId: number;
3179
3179
  type: "eip4844";
3180
3180
  gasPrice?: undefined;
3181
3181
  maxFeePerBlobGas: bigint;
3182
3182
  maxFeePerGas: bigint;
3183
3183
  maxPriorityFeePerGas: bigint;
3184
- feeCurrency: `0x${string}` | null;
3184
+ feeCurrency: import("abitype").Address | null;
3185
3185
  gatewayFee?: undefined;
3186
3186
  gatewayFeeRecipient?: undefined;
3187
3187
  } | {
3188
3188
  blockHash: `0x${string}` | null;
3189
3189
  blockNumber: bigint | null;
3190
- from: `0x${string}`;
3190
+ from: import("abitype").Address;
3191
3191
  gas: bigint;
3192
- hash: `0x${string}`;
3193
- input: `0x${string}`;
3192
+ hash: import("../../index.js").Hash;
3193
+ input: import("../../index.js").Hex;
3194
3194
  nonce: number;
3195
- r: `0x${string}`;
3196
- s: `0x${string}`;
3197
- to: `0x${string}` | null;
3195
+ r: import("../../index.js").Hex;
3196
+ s: import("../../index.js").Hex;
3197
+ to: import("abitype").Address | null;
3198
3198
  transactionIndex: number | null;
3199
- typeHex: `0x${string}` | null;
3199
+ typeHex: import("../../index.js").Hex | null;
3200
3200
  v: bigint;
3201
3201
  value: bigint;
3202
3202
  yParity: number;
3203
3203
  accessList: import("../../index.js").AccessList;
3204
- blobVersionedHashes: readonly `0x${string}`[];
3204
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
3205
3205
  chainId: number;
3206
3206
  type: "cip42";
3207
3207
  gasPrice?: undefined;
3208
3208
  maxFeePerBlobGas: undefined;
3209
3209
  maxFeePerGas: bigint;
3210
3210
  maxPriorityFeePerGas: bigint;
3211
- feeCurrency: `0x${string}` | null;
3211
+ feeCurrency: import("abitype").Address | null;
3212
3212
  gatewayFee: bigint | null;
3213
- gatewayFeeRecipient: `0x${string}` | null;
3213
+ gatewayFeeRecipient: import("abitype").Address | null;
3214
3214
  } | {
3215
3215
  blockHash: `0x${string}` | null;
3216
3216
  blockNumber: bigint | null;
3217
- from: `0x${string}`;
3217
+ from: import("abitype").Address;
3218
3218
  gas: bigint;
3219
- hash: `0x${string}`;
3220
- input: `0x${string}`;
3219
+ hash: import("../../index.js").Hash;
3220
+ input: import("../../index.js").Hex;
3221
3221
  nonce: number;
3222
- r: `0x${string}`;
3223
- s: `0x${string}`;
3224
- to: `0x${string}` | null;
3222
+ r: import("../../index.js").Hex;
3223
+ s: import("../../index.js").Hex;
3224
+ to: import("abitype").Address | null;
3225
3225
  transactionIndex: number | null;
3226
- typeHex: `0x${string}` | null;
3226
+ typeHex: import("../../index.js").Hex | null;
3227
3227
  v: bigint;
3228
3228
  value: bigint;
3229
3229
  yParity: number;
3230
3230
  accessList: import("../../index.js").AccessList;
3231
- blobVersionedHashes: readonly `0x${string}`[];
3231
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
3232
3232
  chainId: number;
3233
3233
  type: "cip64";
3234
3234
  gasPrice?: undefined;
3235
3235
  maxFeePerBlobGas: undefined;
3236
3236
  maxFeePerGas: bigint;
3237
3237
  maxPriorityFeePerGas: bigint;
3238
- feeCurrency: `0x${string}` | null;
3238
+ feeCurrency: import("abitype").Address | null;
3239
3239
  gatewayFee?: undefined;
3240
3240
  gatewayFeeRecipient?: undefined;
3241
3241
  }) & {};
@@ -3244,11 +3244,11 @@ export declare const celoAlfajores: {
3244
3244
  readonly transactionRequest: {
3245
3245
  exclude: [] | undefined;
3246
3246
  format: (args: ({
3247
- data?: `0x${string}` | undefined;
3248
- from?: `0x${string}`;
3247
+ data?: import("../../index.js").Hex | undefined;
3248
+ from?: import("abitype").Address;
3249
3249
  gas?: bigint | undefined;
3250
3250
  nonce?: number | undefined;
3251
- to?: `0x${string}` | null | undefined;
3251
+ to?: import("abitype").Address | null | undefined;
3252
3252
  value?: bigint | undefined;
3253
3253
  accessList?: import("../../index.js").AccessList | undefined;
3254
3254
  blobs?: undefined;
@@ -3261,11 +3261,11 @@ export declare const celoAlfajores: {
3261
3261
  kzg?: undefined;
3262
3262
  sidecars?: undefined;
3263
3263
  } & {
3264
- data?: `0x${string}` | undefined;
3265
- from: `0x${string}`;
3264
+ data?: import("../../index.js").Hex | undefined;
3265
+ from: import("abitype").Address;
3266
3266
  gas?: bigint | undefined;
3267
3267
  nonce?: number | undefined;
3268
- to?: `0x${string}` | null | undefined;
3268
+ to?: import("abitype").Address | null | undefined;
3269
3269
  value?: bigint | undefined;
3270
3270
  accessList?: undefined;
3271
3271
  blobs?: undefined;
@@ -3278,13 +3278,13 @@ export declare const celoAlfajores: {
3278
3278
  kzg?: undefined;
3279
3279
  sidecars?: undefined;
3280
3280
  } & {
3281
- feeCurrency?: `0x${string}` | undefined;
3281
+ feeCurrency?: import("abitype").Address | undefined;
3282
3282
  }) | ({
3283
- data?: `0x${string}` | undefined;
3284
- from?: `0x${string}`;
3283
+ data?: import("../../index.js").Hex | undefined;
3284
+ from?: import("abitype").Address;
3285
3285
  gas?: bigint | undefined;
3286
3286
  nonce?: number | undefined;
3287
- to?: `0x${string}` | null | undefined;
3287
+ to?: import("abitype").Address | null | undefined;
3288
3288
  value?: bigint | undefined;
3289
3289
  accessList?: import("../../index.js").AccessList | undefined;
3290
3290
  blobs?: undefined;
@@ -3297,11 +3297,11 @@ export declare const celoAlfajores: {
3297
3297
  kzg?: undefined;
3298
3298
  sidecars?: undefined;
3299
3299
  } & {
3300
- data?: `0x${string}` | undefined;
3301
- from: `0x${string}`;
3300
+ data?: import("../../index.js").Hex | undefined;
3301
+ from: import("abitype").Address;
3302
3302
  gas?: bigint | undefined;
3303
3303
  nonce?: number | undefined;
3304
- to?: `0x${string}` | null | undefined;
3304
+ to?: import("abitype").Address | null | undefined;
3305
3305
  value?: bigint | undefined;
3306
3306
  accessList?: import("../../index.js").AccessList | undefined;
3307
3307
  blobs?: undefined;
@@ -3314,13 +3314,13 @@ export declare const celoAlfajores: {
3314
3314
  kzg?: undefined;
3315
3315
  sidecars?: undefined;
3316
3316
  } & {
3317
- feeCurrency?: `0x${string}` | undefined;
3317
+ feeCurrency?: import("abitype").Address | undefined;
3318
3318
  }) | ({
3319
- data?: `0x${string}` | undefined;
3320
- from?: `0x${string}`;
3319
+ data?: import("../../index.js").Hex | undefined;
3320
+ from?: import("abitype").Address;
3321
3321
  gas?: bigint | undefined;
3322
3322
  nonce?: number | undefined;
3323
- to?: `0x${string}` | null | undefined;
3323
+ to?: import("abitype").Address | null | undefined;
3324
3324
  value?: bigint | undefined;
3325
3325
  accessList?: import("../../index.js").AccessList | undefined;
3326
3326
  blobs?: undefined;
@@ -3333,11 +3333,11 @@ export declare const celoAlfajores: {
3333
3333
  kzg?: undefined;
3334
3334
  sidecars?: undefined;
3335
3335
  } & {
3336
- data?: `0x${string}` | undefined;
3337
- from: `0x${string}`;
3336
+ data?: import("../../index.js").Hex | undefined;
3337
+ from: import("abitype").Address;
3338
3338
  gas?: bigint | undefined;
3339
3339
  nonce?: number | undefined;
3340
- to?: `0x${string}` | null | undefined;
3340
+ to?: import("abitype").Address | null | undefined;
3341
3341
  value?: bigint | undefined;
3342
3342
  gasPrice?: undefined;
3343
3343
  maxFeePerBlobGas?: undefined;
@@ -3350,13 +3350,13 @@ export declare const celoAlfajores: {
3350
3350
  kzg?: undefined;
3351
3351
  sidecars?: undefined;
3352
3352
  } & {
3353
- feeCurrency?: `0x${string}` | undefined;
3353
+ feeCurrency?: import("abitype").Address | undefined;
3354
3354
  }) | ({
3355
- data?: `0x${string}` | undefined;
3356
- from?: `0x${string}`;
3355
+ data?: import("../../index.js").Hex | undefined;
3356
+ from?: import("abitype").Address;
3357
3357
  gas?: bigint | undefined;
3358
3358
  nonce?: number | undefined;
3359
- to?: `0x${string}` | null | undefined;
3359
+ to?: import("abitype").Address | null | undefined;
3360
3360
  value?: bigint | undefined;
3361
3361
  accessList?: import("../../index.js").AccessList | undefined;
3362
3362
  blobs?: undefined;
@@ -3370,14 +3370,14 @@ export declare const celoAlfajores: {
3370
3370
  sidecars?: undefined;
3371
3371
  } & import("../../index.js").TransactionRequestBase & {
3372
3372
  accessList?: import("../../index.js").AccessList | undefined;
3373
- feeCurrency?: `0x${string}` | undefined;
3373
+ feeCurrency?: import("abitype").Address | undefined;
3374
3374
  type?: "cip64" | undefined;
3375
3375
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
3376
- data?: `0x${string}` | undefined;
3377
- from?: `0x${string}`;
3376
+ data?: import("../../index.js").Hex | undefined;
3377
+ from?: import("abitype").Address;
3378
3378
  gas?: bigint | undefined;
3379
3379
  nonce?: number | undefined;
3380
- to?: `0x${string}` | null | undefined;
3380
+ to?: import("abitype").Address | null | undefined;
3381
3381
  value?: bigint | undefined;
3382
3382
  accessList?: import("../../index.js").AccessList | undefined;
3383
3383
  blobs?: undefined;
@@ -3390,11 +3390,11 @@ export declare const celoAlfajores: {
3390
3390
  kzg?: undefined;
3391
3391
  sidecars?: undefined;
3392
3392
  } & {
3393
- data?: `0x${string}` | undefined;
3394
- from: `0x${string}`;
3393
+ data?: import("../../index.js").Hex | undefined;
3394
+ from: import("abitype").Address;
3395
3395
  gas?: bigint | undefined;
3396
3396
  nonce?: number | undefined;
3397
- to?: `0x${string}` | null | undefined;
3397
+ to?: import("abitype").Address | null | undefined;
3398
3398
  value?: bigint | undefined;
3399
3399
  accessList?: undefined;
3400
3400
  blobs?: undefined;
@@ -3407,13 +3407,13 @@ export declare const celoAlfajores: {
3407
3407
  kzg?: undefined;
3408
3408
  sidecars?: undefined;
3409
3409
  } & {
3410
- feeCurrency?: `0x${string}` | undefined;
3410
+ feeCurrency?: import("abitype").Address | undefined;
3411
3411
  }) | ({
3412
- data?: `0x${string}` | undefined;
3413
- from?: `0x${string}`;
3412
+ data?: import("../../index.js").Hex | undefined;
3413
+ from?: import("abitype").Address;
3414
3414
  gas?: bigint | undefined;
3415
3415
  nonce?: number | undefined;
3416
- to?: `0x${string}` | null | undefined;
3416
+ to?: import("abitype").Address | null | undefined;
3417
3417
  value?: bigint | undefined;
3418
3418
  accessList?: import("../../index.js").AccessList | undefined;
3419
3419
  blobs?: undefined;
@@ -3426,11 +3426,11 @@ export declare const celoAlfajores: {
3426
3426
  kzg?: undefined;
3427
3427
  sidecars?: undefined;
3428
3428
  } & {
3429
- data?: `0x${string}` | undefined;
3430
- from: `0x${string}`;
3429
+ data?: import("../../index.js").Hex | undefined;
3430
+ from: import("abitype").Address;
3431
3431
  gas?: bigint | undefined;
3432
3432
  nonce?: number | undefined;
3433
- to?: `0x${string}` | null | undefined;
3433
+ to?: import("abitype").Address | null | undefined;
3434
3434
  value?: bigint | undefined;
3435
3435
  accessList?: import("../../index.js").AccessList | undefined;
3436
3436
  blobs?: undefined;
@@ -3443,13 +3443,13 @@ export declare const celoAlfajores: {
3443
3443
  kzg?: undefined;
3444
3444
  sidecars?: undefined;
3445
3445
  } & {
3446
- feeCurrency?: `0x${string}` | undefined;
3446
+ feeCurrency?: import("abitype").Address | undefined;
3447
3447
  }) | ({
3448
- data?: `0x${string}` | undefined;
3449
- from?: `0x${string}`;
3448
+ data?: import("../../index.js").Hex | undefined;
3449
+ from?: import("abitype").Address;
3450
3450
  gas?: bigint | undefined;
3451
3451
  nonce?: number | undefined;
3452
- to?: `0x${string}` | null | undefined;
3452
+ to?: import("abitype").Address | null | undefined;
3453
3453
  value?: bigint | undefined;
3454
3454
  accessList?: import("../../index.js").AccessList | undefined;
3455
3455
  blobs?: undefined;
@@ -3462,11 +3462,11 @@ export declare const celoAlfajores: {
3462
3462
  kzg?: undefined;
3463
3463
  sidecars?: undefined;
3464
3464
  } & {
3465
- data?: `0x${string}` | undefined;
3466
- from: `0x${string}`;
3465
+ data?: import("../../index.js").Hex | undefined;
3466
+ from: import("abitype").Address;
3467
3467
  gas?: bigint | undefined;
3468
3468
  nonce?: number | undefined;
3469
- to?: `0x${string}` | null | undefined;
3469
+ to?: import("abitype").Address | null | undefined;
3470
3470
  value?: bigint | undefined;
3471
3471
  gasPrice?: undefined;
3472
3472
  maxFeePerBlobGas?: undefined;
@@ -3479,13 +3479,13 @@ export declare const celoAlfajores: {
3479
3479
  kzg?: undefined;
3480
3480
  sidecars?: undefined;
3481
3481
  } & {
3482
- feeCurrency?: `0x${string}` | undefined;
3482
+ feeCurrency?: import("abitype").Address | undefined;
3483
3483
  }) | ({
3484
- data?: `0x${string}` | undefined;
3485
- from?: `0x${string}`;
3484
+ data?: import("../../index.js").Hex | undefined;
3485
+ from?: import("abitype").Address;
3486
3486
  gas?: bigint | undefined;
3487
3487
  nonce?: number | undefined;
3488
- to?: `0x${string}` | null | undefined;
3488
+ to?: import("abitype").Address | null | undefined;
3489
3489
  value?: bigint | undefined;
3490
3490
  accessList?: import("../../index.js").AccessList | undefined;
3491
3491
  blobs?: undefined;
@@ -3499,14 +3499,14 @@ export declare const celoAlfajores: {
3499
3499
  sidecars?: undefined;
3500
3500
  } & import("../../index.js").TransactionRequestBase & {
3501
3501
  accessList?: import("../../index.js").AccessList | undefined;
3502
- feeCurrency?: `0x${string}` | undefined;
3502
+ feeCurrency?: import("abitype").Address | undefined;
3503
3503
  type?: "cip64" | undefined;
3504
3504
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
3505
- data?: `0x${string}` | undefined;
3506
- from?: `0x${string}`;
3505
+ data?: import("../../index.js").Hex | undefined;
3506
+ from?: import("abitype").Address;
3507
3507
  gas?: bigint | undefined;
3508
3508
  nonce?: number | undefined;
3509
- to?: `0x${string}` | null | undefined;
3509
+ to?: import("abitype").Address | null | undefined;
3510
3510
  value?: bigint | undefined;
3511
3511
  gasPrice?: bigint | undefined;
3512
3512
  maxFeePerBlobGas?: bigint | undefined;
@@ -3519,11 +3519,11 @@ export declare const celoAlfajores: {
3519
3519
  kzg?: undefined;
3520
3520
  sidecars?: undefined;
3521
3521
  } & {
3522
- data?: `0x${string}` | undefined;
3523
- from: `0x${string}`;
3522
+ data?: import("../../index.js").Hex | undefined;
3523
+ from: import("abitype").Address;
3524
3524
  gas?: bigint | undefined;
3525
3525
  nonce?: number | undefined;
3526
- to?: `0x${string}` | null | undefined;
3526
+ to?: import("abitype").Address | null | undefined;
3527
3527
  value?: bigint | undefined;
3528
3528
  accessList?: undefined;
3529
3529
  blobs?: undefined;
@@ -3536,13 +3536,13 @@ export declare const celoAlfajores: {
3536
3536
  kzg?: undefined;
3537
3537
  sidecars?: undefined;
3538
3538
  } & {
3539
- feeCurrency?: `0x${string}` | undefined;
3539
+ feeCurrency?: import("abitype").Address | undefined;
3540
3540
  }) | ({
3541
- data?: `0x${string}` | undefined;
3542
- from?: `0x${string}`;
3541
+ data?: import("../../index.js").Hex | undefined;
3542
+ from?: import("abitype").Address;
3543
3543
  gas?: bigint | undefined;
3544
3544
  nonce?: number | undefined;
3545
- to?: `0x${string}` | null | undefined;
3545
+ to?: import("abitype").Address | null | undefined;
3546
3546
  value?: bigint | undefined;
3547
3547
  gasPrice?: bigint | undefined;
3548
3548
  maxFeePerBlobGas?: bigint | undefined;
@@ -3555,11 +3555,11 @@ export declare const celoAlfajores: {
3555
3555
  kzg?: undefined;
3556
3556
  sidecars?: undefined;
3557
3557
  } & {
3558
- data?: `0x${string}` | undefined;
3559
- from: `0x${string}`;
3558
+ data?: import("../../index.js").Hex | undefined;
3559
+ from: import("abitype").Address;
3560
3560
  gas?: bigint | undefined;
3561
3561
  nonce?: number | undefined;
3562
- to?: `0x${string}` | null | undefined;
3562
+ to?: import("abitype").Address | null | undefined;
3563
3563
  value?: bigint | undefined;
3564
3564
  accessList?: import("../../index.js").AccessList | undefined;
3565
3565
  blobs?: undefined;
@@ -3572,13 +3572,13 @@ export declare const celoAlfajores: {
3572
3572
  kzg?: undefined;
3573
3573
  sidecars?: undefined;
3574
3574
  } & {
3575
- feeCurrency?: `0x${string}` | undefined;
3575
+ feeCurrency?: import("abitype").Address | undefined;
3576
3576
  }) | ({
3577
- data?: `0x${string}` | undefined;
3578
- from?: `0x${string}`;
3577
+ data?: import("../../index.js").Hex | undefined;
3578
+ from?: import("abitype").Address;
3579
3579
  gas?: bigint | undefined;
3580
3580
  nonce?: number | undefined;
3581
- to?: `0x${string}` | null | undefined;
3581
+ to?: import("abitype").Address | null | undefined;
3582
3582
  value?: bigint | undefined;
3583
3583
  gasPrice?: bigint | undefined;
3584
3584
  maxFeePerBlobGas?: bigint | undefined;
@@ -3591,11 +3591,11 @@ export declare const celoAlfajores: {
3591
3591
  kzg?: undefined;
3592
3592
  sidecars?: undefined;
3593
3593
  } & {
3594
- data?: `0x${string}` | undefined;
3595
- from: `0x${string}`;
3594
+ data?: import("../../index.js").Hex | undefined;
3595
+ from: import("abitype").Address;
3596
3596
  gas?: bigint | undefined;
3597
3597
  nonce?: number | undefined;
3598
- to?: `0x${string}` | null | undefined;
3598
+ to?: import("abitype").Address | null | undefined;
3599
3599
  value?: bigint | undefined;
3600
3600
  gasPrice?: undefined;
3601
3601
  maxFeePerBlobGas?: undefined;
@@ -3608,13 +3608,13 @@ export declare const celoAlfajores: {
3608
3608
  kzg?: undefined;
3609
3609
  sidecars?: undefined;
3610
3610
  } & {
3611
- feeCurrency?: `0x${string}` | undefined;
3611
+ feeCurrency?: import("abitype").Address | undefined;
3612
3612
  }) | ({
3613
- data?: `0x${string}` | undefined;
3614
- from?: `0x${string}`;
3613
+ data?: import("../../index.js").Hex | undefined;
3614
+ from?: import("abitype").Address;
3615
3615
  gas?: bigint | undefined;
3616
3616
  nonce?: number | undefined;
3617
- to?: `0x${string}` | null | undefined;
3617
+ to?: import("abitype").Address | null | undefined;
3618
3618
  value?: bigint | undefined;
3619
3619
  gasPrice?: bigint | undefined;
3620
3620
  maxFeePerBlobGas?: bigint | undefined;
@@ -3628,31 +3628,31 @@ export declare const celoAlfajores: {
3628
3628
  sidecars?: undefined;
3629
3629
  } & import("../../index.js").TransactionRequestBase & {
3630
3630
  accessList?: import("../../index.js").AccessList | undefined;
3631
- feeCurrency?: `0x${string}` | undefined;
3631
+ feeCurrency?: import("abitype").Address | undefined;
3632
3632
  type?: "cip64" | undefined;
3633
3633
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>) | ({
3634
- data?: `0x${string}` | undefined;
3635
- from?: `0x${string}`;
3634
+ data?: import("../../index.js").Hex | undefined;
3635
+ from?: import("abitype").Address;
3636
3636
  gas?: bigint | undefined;
3637
3637
  nonce?: number | undefined;
3638
3638
  value?: bigint | undefined;
3639
- to?: `0x${string}` | null | undefined;
3639
+ to?: import("abitype").Address | null | undefined;
3640
3640
  accessList?: import("../../index.js").AccessList | undefined;
3641
3641
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3642
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3642
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
3643
3643
  kzg?: import("../../index.js").Kzg | undefined;
3644
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3644
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
3645
3645
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
3646
3646
  gasPrice?: bigint | undefined;
3647
3647
  maxFeePerGas?: bigint | undefined;
3648
3648
  maxPriorityFeePerGas?: bigint | undefined;
3649
3649
  maxFeePerBlobGas?: bigint | undefined;
3650
3650
  } & {
3651
- data?: `0x${string}` | undefined;
3652
- from: `0x${string}`;
3651
+ data?: import("../../index.js").Hex | undefined;
3652
+ from: import("abitype").Address;
3653
3653
  gas?: bigint | undefined;
3654
3654
  nonce?: number | undefined;
3655
- to?: `0x${string}` | null | undefined;
3655
+ to?: import("abitype").Address | null | undefined;
3656
3656
  value?: bigint | undefined;
3657
3657
  accessList?: undefined;
3658
3658
  blobs?: undefined;
@@ -3665,30 +3665,30 @@ export declare const celoAlfajores: {
3665
3665
  kzg?: undefined;
3666
3666
  sidecars?: undefined;
3667
3667
  } & {
3668
- feeCurrency?: `0x${string}` | undefined;
3668
+ feeCurrency?: import("abitype").Address | undefined;
3669
3669
  }) | ({
3670
- data?: `0x${string}` | undefined;
3671
- from?: `0x${string}`;
3670
+ data?: import("../../index.js").Hex | undefined;
3671
+ from?: import("abitype").Address;
3672
3672
  gas?: bigint | undefined;
3673
3673
  nonce?: number | undefined;
3674
3674
  value?: bigint | undefined;
3675
- to?: `0x${string}` | null | undefined;
3675
+ to?: import("abitype").Address | null | undefined;
3676
3676
  accessList?: import("../../index.js").AccessList | undefined;
3677
3677
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3678
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3678
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
3679
3679
  kzg?: import("../../index.js").Kzg | undefined;
3680
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3680
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
3681
3681
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
3682
3682
  gasPrice?: bigint | undefined;
3683
3683
  maxFeePerGas?: bigint | undefined;
3684
3684
  maxPriorityFeePerGas?: bigint | undefined;
3685
3685
  maxFeePerBlobGas?: bigint | undefined;
3686
3686
  } & {
3687
- data?: `0x${string}` | undefined;
3688
- from: `0x${string}`;
3687
+ data?: import("../../index.js").Hex | undefined;
3688
+ from: import("abitype").Address;
3689
3689
  gas?: bigint | undefined;
3690
3690
  nonce?: number | undefined;
3691
- to?: `0x${string}` | null | undefined;
3691
+ to?: import("abitype").Address | null | undefined;
3692
3692
  value?: bigint | undefined;
3693
3693
  accessList?: import("../../index.js").AccessList | undefined;
3694
3694
  blobs?: undefined;
@@ -3701,30 +3701,30 @@ export declare const celoAlfajores: {
3701
3701
  kzg?: undefined;
3702
3702
  sidecars?: undefined;
3703
3703
  } & {
3704
- feeCurrency?: `0x${string}` | undefined;
3704
+ feeCurrency?: import("abitype").Address | undefined;
3705
3705
  }) | ({
3706
- data?: `0x${string}` | undefined;
3707
- from?: `0x${string}`;
3706
+ data?: import("../../index.js").Hex | undefined;
3707
+ from?: import("abitype").Address;
3708
3708
  gas?: bigint | undefined;
3709
3709
  nonce?: number | undefined;
3710
3710
  value?: bigint | undefined;
3711
- to?: `0x${string}` | null | undefined;
3711
+ to?: import("abitype").Address | null | undefined;
3712
3712
  accessList?: import("../../index.js").AccessList | undefined;
3713
3713
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3714
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3714
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
3715
3715
  kzg?: import("../../index.js").Kzg | undefined;
3716
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3716
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
3717
3717
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
3718
3718
  gasPrice?: bigint | undefined;
3719
3719
  maxFeePerGas?: bigint | undefined;
3720
3720
  maxPriorityFeePerGas?: bigint | undefined;
3721
3721
  maxFeePerBlobGas?: bigint | undefined;
3722
3722
  } & {
3723
- data?: `0x${string}` | undefined;
3724
- from: `0x${string}`;
3723
+ data?: import("../../index.js").Hex | undefined;
3724
+ from: import("abitype").Address;
3725
3725
  gas?: bigint | undefined;
3726
3726
  nonce?: number | undefined;
3727
- to?: `0x${string}` | null | undefined;
3727
+ to?: import("abitype").Address | null | undefined;
3728
3728
  value?: bigint | undefined;
3729
3729
  gasPrice?: undefined;
3730
3730
  maxFeePerBlobGas?: undefined;
@@ -3737,55 +3737,55 @@ export declare const celoAlfajores: {
3737
3737
  kzg?: undefined;
3738
3738
  sidecars?: undefined;
3739
3739
  } & {
3740
- feeCurrency?: `0x${string}` | undefined;
3740
+ feeCurrency?: import("abitype").Address | undefined;
3741
3741
  }) | ({
3742
- data?: `0x${string}` | undefined;
3743
- from?: `0x${string}`;
3742
+ data?: import("../../index.js").Hex | undefined;
3743
+ from?: import("abitype").Address;
3744
3744
  gas?: bigint | undefined;
3745
3745
  nonce?: number | undefined;
3746
3746
  value?: bigint | undefined;
3747
- to?: `0x${string}` | null | undefined;
3747
+ to?: import("abitype").Address | null | undefined;
3748
3748
  accessList?: import("../../index.js").AccessList | undefined;
3749
3749
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3750
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3750
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
3751
3751
  kzg?: import("../../index.js").Kzg | undefined;
3752
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3752
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
3753
3753
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
3754
3754
  gasPrice?: bigint | undefined;
3755
3755
  maxFeePerGas?: bigint | undefined;
3756
3756
  maxPriorityFeePerGas?: bigint | undefined;
3757
3757
  maxFeePerBlobGas?: bigint | undefined;
3758
3758
  } & {
3759
- data?: `0x${string}` | undefined;
3760
- from: `0x${string}`;
3759
+ data?: import("../../index.js").Hex | undefined;
3760
+ from: import("abitype").Address;
3761
3761
  gas?: bigint | undefined;
3762
3762
  nonce?: number | undefined;
3763
3763
  value?: bigint | undefined;
3764
3764
  to: `0x${string}` | null;
3765
3765
  accessList?: import("../../index.js").AccessList | undefined;
3766
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
3767
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3766
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
3767
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
3768
3768
  kzg?: import("../../index.js").Kzg | undefined;
3769
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3769
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
3770
3770
  type?: "eip4844" | undefined;
3771
3771
  gasPrice?: undefined;
3772
3772
  maxFeePerGas?: bigint | undefined;
3773
3773
  maxPriorityFeePerGas?: bigint | undefined;
3774
3774
  maxFeePerBlobGas: bigint;
3775
3775
  } & {
3776
- feeCurrency?: `0x${string}` | undefined;
3776
+ feeCurrency?: import("abitype").Address | undefined;
3777
3777
  }) | ({
3778
- data?: `0x${string}` | undefined;
3779
- from?: `0x${string}`;
3778
+ data?: import("../../index.js").Hex | undefined;
3779
+ from?: import("abitype").Address;
3780
3780
  gas?: bigint | undefined;
3781
3781
  nonce?: number | undefined;
3782
3782
  value?: bigint | undefined;
3783
- to?: `0x${string}` | null | undefined;
3783
+ to?: import("abitype").Address | null | undefined;
3784
3784
  accessList?: import("../../index.js").AccessList | undefined;
3785
3785
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3786
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3786
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
3787
3787
  kzg?: import("../../index.js").Kzg | undefined;
3788
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3788
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
3789
3789
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
3790
3790
  gasPrice?: bigint | undefined;
3791
3791
  maxFeePerGas?: bigint | undefined;
@@ -3793,14 +3793,14 @@ export declare const celoAlfajores: {
3793
3793
  maxFeePerBlobGas?: bigint | undefined;
3794
3794
  } & import("../../index.js").TransactionRequestBase & {
3795
3795
  accessList?: import("../../index.js").AccessList | undefined;
3796
- feeCurrency?: `0x${string}` | undefined;
3796
+ feeCurrency?: import("abitype").Address | undefined;
3797
3797
  type?: "cip64" | undefined;
3798
3798
  } & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559>)) => ({
3799
- data?: `0x${string}` | undefined;
3800
- from: `0x${string}`;
3799
+ data?: import("../../index.js").Hex | undefined;
3800
+ from: import("abitype").Address;
3801
3801
  gas?: `0x${string}` | undefined;
3802
3802
  nonce?: `0x${string}` | undefined;
3803
- to?: `0x${string}` | null | undefined;
3803
+ to?: import("abitype").Address | null | undefined;
3804
3804
  value?: `0x${string}` | undefined;
3805
3805
  accessList?: undefined;
3806
3806
  blobs?: undefined;
@@ -3812,13 +3812,13 @@ export declare const celoAlfajores: {
3812
3812
  blobVersionedHashes?: undefined;
3813
3813
  kzg?: undefined;
3814
3814
  sidecars?: undefined;
3815
- feeCurrency?: `0x${string}` | undefined;
3815
+ feeCurrency?: import("abitype").Address | undefined;
3816
3816
  } | {
3817
- data?: `0x${string}` | undefined;
3818
- from: `0x${string}`;
3817
+ data?: import("../../index.js").Hex | undefined;
3818
+ from: import("abitype").Address;
3819
3819
  gas?: `0x${string}` | undefined;
3820
3820
  nonce?: `0x${string}` | undefined;
3821
- to?: `0x${string}` | null | undefined;
3821
+ to?: import("abitype").Address | null | undefined;
3822
3822
  value?: `0x${string}` | undefined;
3823
3823
  accessList?: import("../../index.js").AccessList | undefined;
3824
3824
  blobs?: undefined;
@@ -3830,13 +3830,13 @@ export declare const celoAlfajores: {
3830
3830
  blobVersionedHashes?: undefined;
3831
3831
  kzg?: undefined;
3832
3832
  sidecars?: undefined;
3833
- feeCurrency?: `0x${string}` | undefined;
3833
+ feeCurrency?: import("abitype").Address | undefined;
3834
3834
  } | {
3835
- data?: `0x${string}` | undefined;
3836
- from: `0x${string}`;
3835
+ data?: import("../../index.js").Hex | undefined;
3836
+ from: import("abitype").Address;
3837
3837
  gas?: `0x${string}` | undefined;
3838
3838
  nonce?: `0x${string}` | undefined;
3839
- to?: `0x${string}` | null | undefined;
3839
+ to?: import("abitype").Address | null | undefined;
3840
3840
  value?: `0x${string}` | undefined;
3841
3841
  accessList?: import("../../index.js").AccessList | undefined;
3842
3842
  blobs?: undefined;
@@ -3848,13 +3848,13 @@ export declare const celoAlfajores: {
3848
3848
  blobVersionedHashes?: undefined;
3849
3849
  kzg?: undefined;
3850
3850
  sidecars?: undefined;
3851
- feeCurrency?: `0x${string}` | undefined;
3851
+ feeCurrency?: import("abitype").Address | undefined;
3852
3852
  } | {
3853
- data?: `0x${string}` | undefined;
3854
- from: `0x${string}`;
3853
+ data?: import("../../index.js").Hex | undefined;
3854
+ from: import("abitype").Address;
3855
3855
  gas?: `0x${string}` | undefined;
3856
3856
  nonce?: `0x${string}` | undefined;
3857
- to?: `0x${string}` | null | undefined;
3857
+ to?: import("abitype").Address | null | undefined;
3858
3858
  value?: `0x${string}` | undefined;
3859
3859
  accessList?: import("../../index.js").AccessList | undefined;
3860
3860
  blobs?: undefined;
@@ -3866,13 +3866,13 @@ export declare const celoAlfajores: {
3866
3866
  blobVersionedHashes?: undefined;
3867
3867
  kzg?: undefined;
3868
3868
  sidecars?: undefined;
3869
- feeCurrency?: `0x${string}` | undefined;
3869
+ feeCurrency?: import("abitype").Address | undefined;
3870
3870
  } | {
3871
- data?: `0x${string}` | undefined;
3872
- from: `0x${string}`;
3871
+ data?: import("../../index.js").Hex | undefined;
3872
+ from: import("abitype").Address;
3873
3873
  gas?: `0x${string}` | undefined;
3874
3874
  nonce?: `0x${string}` | undefined;
3875
- to?: `0x${string}` | null | undefined;
3875
+ to?: import("abitype").Address | null | undefined;
3876
3876
  value?: `0x${string}` | undefined;
3877
3877
  accessList?: undefined;
3878
3878
  blobs?: undefined;
@@ -3884,13 +3884,13 @@ export declare const celoAlfajores: {
3884
3884
  blobVersionedHashes?: undefined;
3885
3885
  kzg?: undefined;
3886
3886
  sidecars?: undefined;
3887
- feeCurrency?: `0x${string}` | undefined;
3887
+ feeCurrency?: import("abitype").Address | undefined;
3888
3888
  } | {
3889
- data?: `0x${string}` | undefined;
3890
- from: `0x${string}`;
3889
+ data?: import("../../index.js").Hex | undefined;
3890
+ from: import("abitype").Address;
3891
3891
  gas?: `0x${string}` | undefined;
3892
3892
  nonce?: `0x${string}` | undefined;
3893
- to?: `0x${string}` | null | undefined;
3893
+ to?: import("abitype").Address | null | undefined;
3894
3894
  value?: `0x${string}` | undefined;
3895
3895
  accessList?: import("../../index.js").AccessList | undefined;
3896
3896
  blobs?: undefined;
@@ -3902,13 +3902,13 @@ export declare const celoAlfajores: {
3902
3902
  blobVersionedHashes?: undefined;
3903
3903
  kzg?: undefined;
3904
3904
  sidecars?: undefined;
3905
- feeCurrency?: `0x${string}` | undefined;
3905
+ feeCurrency?: import("abitype").Address | undefined;
3906
3906
  } | {
3907
- data?: `0x${string}` | undefined;
3908
- from: `0x${string}`;
3907
+ data?: import("../../index.js").Hex | undefined;
3908
+ from: import("abitype").Address;
3909
3909
  gas?: `0x${string}` | undefined;
3910
3910
  nonce?: `0x${string}` | undefined;
3911
- to?: `0x${string}` | null | undefined;
3911
+ to?: import("abitype").Address | null | undefined;
3912
3912
  value?: `0x${string}` | undefined;
3913
3913
  accessList?: import("../../index.js").AccessList | undefined;
3914
3914
  blobs?: undefined;
@@ -3920,13 +3920,13 @@ export declare const celoAlfajores: {
3920
3920
  blobVersionedHashes?: undefined;
3921
3921
  kzg?: undefined;
3922
3922
  sidecars?: undefined;
3923
- feeCurrency?: `0x${string}` | undefined;
3923
+ feeCurrency?: import("abitype").Address | undefined;
3924
3924
  } | {
3925
- data?: `0x${string}` | undefined;
3926
- from: `0x${string}`;
3925
+ data?: import("../../index.js").Hex | undefined;
3926
+ from: import("abitype").Address;
3927
3927
  gas?: `0x${string}` | undefined;
3928
3928
  nonce?: `0x${string}` | undefined;
3929
- to?: `0x${string}` | null | undefined;
3929
+ to?: import("abitype").Address | null | undefined;
3930
3930
  value?: `0x${string}` | undefined;
3931
3931
  accessList?: import("../../index.js").AccessList | undefined;
3932
3932
  blobs?: undefined;
@@ -3938,13 +3938,13 @@ export declare const celoAlfajores: {
3938
3938
  blobVersionedHashes?: undefined;
3939
3939
  kzg?: undefined;
3940
3940
  sidecars?: undefined;
3941
- feeCurrency?: `0x${string}` | undefined;
3941
+ feeCurrency?: import("abitype").Address | undefined;
3942
3942
  } | {
3943
- data?: `0x${string}` | undefined;
3944
- from: `0x${string}`;
3943
+ data?: import("../../index.js").Hex | undefined;
3944
+ from: import("abitype").Address;
3945
3945
  gas?: `0x${string}` | undefined;
3946
3946
  nonce?: `0x${string}` | undefined;
3947
- to?: `0x${string}` | null | undefined;
3947
+ to?: import("abitype").Address | null | undefined;
3948
3948
  value?: `0x${string}` | undefined;
3949
3949
  gasPrice?: `0x${string}` | undefined;
3950
3950
  maxFeePerBlobGas?: undefined;
@@ -3956,13 +3956,13 @@ export declare const celoAlfajores: {
3956
3956
  blobVersionedHashes?: undefined;
3957
3957
  kzg?: undefined;
3958
3958
  sidecars?: undefined;
3959
- feeCurrency?: `0x${string}` | undefined;
3959
+ feeCurrency?: import("abitype").Address | undefined;
3960
3960
  } | {
3961
- data?: `0x${string}` | undefined;
3962
- from: `0x${string}`;
3961
+ data?: import("../../index.js").Hex | undefined;
3962
+ from: import("abitype").Address;
3963
3963
  gas?: `0x${string}` | undefined;
3964
3964
  nonce?: `0x${string}` | undefined;
3965
- to?: `0x${string}` | null | undefined;
3965
+ to?: import("abitype").Address | null | undefined;
3966
3966
  value?: `0x${string}` | undefined;
3967
3967
  gasPrice?: `0x${string}` | undefined;
3968
3968
  maxFeePerBlobGas?: undefined;
@@ -3974,13 +3974,13 @@ export declare const celoAlfajores: {
3974
3974
  blobVersionedHashes?: undefined;
3975
3975
  kzg?: undefined;
3976
3976
  sidecars?: undefined;
3977
- feeCurrency?: `0x${string}` | undefined;
3977
+ feeCurrency?: import("abitype").Address | undefined;
3978
3978
  } | {
3979
- data?: `0x${string}` | undefined;
3980
- from: `0x${string}`;
3979
+ data?: import("../../index.js").Hex | undefined;
3980
+ from: import("abitype").Address;
3981
3981
  gas?: `0x${string}` | undefined;
3982
3982
  nonce?: `0x${string}` | undefined;
3983
- to?: `0x${string}` | null | undefined;
3983
+ to?: import("abitype").Address | null | undefined;
3984
3984
  value?: `0x${string}` | undefined;
3985
3985
  gasPrice?: undefined;
3986
3986
  maxFeePerBlobGas?: undefined;
@@ -3992,13 +3992,13 @@ export declare const celoAlfajores: {
3992
3992
  blobVersionedHashes?: undefined;
3993
3993
  kzg?: undefined;
3994
3994
  sidecars?: undefined;
3995
- feeCurrency?: `0x${string}` | undefined;
3995
+ feeCurrency?: import("abitype").Address | undefined;
3996
3996
  } | {
3997
- data?: `0x${string}` | undefined;
3998
- from: `0x${string}`;
3997
+ data?: import("../../index.js").Hex | undefined;
3998
+ from: import("abitype").Address;
3999
3999
  gas?: `0x${string}` | undefined;
4000
4000
  nonce?: `0x${string}` | undefined;
4001
- to?: `0x${string}` | null | undefined;
4001
+ to?: import("abitype").Address | null | undefined;
4002
4002
  value?: `0x${string}` | undefined;
4003
4003
  gasPrice?: undefined;
4004
4004
  maxFeePerBlobGas?: undefined;
@@ -4010,43 +4010,43 @@ export declare const celoAlfajores: {
4010
4010
  blobVersionedHashes?: undefined;
4011
4011
  kzg?: undefined;
4012
4012
  sidecars?: undefined;
4013
- feeCurrency?: `0x${string}` | undefined;
4013
+ feeCurrency?: import("abitype").Address | undefined;
4014
4014
  } | {
4015
- data?: `0x${string}` | undefined;
4016
- from: `0x${string}`;
4015
+ data?: import("../../index.js").Hex | undefined;
4016
+ from: import("abitype").Address;
4017
4017
  gas?: `0x${string}` | undefined;
4018
4018
  nonce?: `0x${string}` | undefined;
4019
4019
  value?: `0x${string}` | undefined;
4020
4020
  to: `0x${string}` | null;
4021
4021
  accessList?: import("../../index.js").AccessList | undefined;
4022
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4023
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4022
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
4023
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
4024
4024
  kzg?: import("../../index.js").Kzg | undefined;
4025
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4025
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
4026
4026
  type?: "0x3" | undefined;
4027
4027
  gasPrice?: undefined;
4028
4028
  maxFeePerGas?: `0x${string}` | undefined;
4029
4029
  maxPriorityFeePerGas?: `0x${string}` | undefined;
4030
4030
  maxFeePerBlobGas: `0x${string}`;
4031
- feeCurrency?: `0x${string}` | undefined;
4031
+ feeCurrency?: import("abitype").Address | undefined;
4032
4032
  } | {
4033
- data?: `0x${string}` | undefined;
4034
- from: `0x${string}`;
4033
+ data?: import("../../index.js").Hex | undefined;
4034
+ from: import("abitype").Address;
4035
4035
  gas?: `0x${string}` | undefined;
4036
4036
  nonce?: `0x${string}` | undefined;
4037
4037
  value?: `0x${string}` | undefined;
4038
- to: `0x${string}` | null | undefined;
4038
+ to: import("abitype").Address | null | undefined;
4039
4039
  accessList?: import("../../index.js").AccessList | undefined;
4040
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4041
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4040
+ blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
4041
+ blobVersionedHashes?: readonly import("../../index.js").Hex[] | undefined;
4042
4042
  kzg?: import("../../index.js").Kzg | undefined;
4043
- sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4043
+ sidecars?: readonly import("../../index.js").BlobSidecar<import("../../index.js").Hex>[] | undefined;
4044
4044
  type?: "0x7b" | undefined;
4045
4045
  gasPrice?: undefined;
4046
4046
  maxFeePerGas?: `0x${string}` | undefined;
4047
4047
  maxPriorityFeePerGas?: `0x${string}` | undefined;
4048
4048
  maxFeePerBlobGas: undefined;
4049
- feeCurrency?: `0x${string}` | undefined;
4049
+ feeCurrency?: import("abitype").Address | undefined;
4050
4050
  }) & {};
4051
4051
  type: "transactionRequest";
4052
4052
  };