viem 2.35.0 → 2.36.0-jxom-erc8010-20250826223301

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 (975) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/_cjs/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  3. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js +1 -1
  4. package/_cjs/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  5. package/_cjs/account-abstraction/clients/createBundlerClient.js.map +1 -1
  6. package/_cjs/account-abstraction/index.js +9 -9
  7. package/_cjs/account-abstraction/index.js.map +1 -1
  8. package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
  9. package/_cjs/accounts/index.js +24 -24
  10. package/_cjs/accounts/index.js.map +1 -1
  11. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  12. package/_cjs/accounts/toAccount.js.map +1 -1
  13. package/_cjs/accounts/utils/signTypedData.js.map +1 -1
  14. package/_cjs/actions/getContract.js.map +1 -1
  15. package/_cjs/actions/index.js +76 -76
  16. package/_cjs/actions/index.js.map +1 -1
  17. package/_cjs/actions/public/call.js +24 -14
  18. package/_cjs/actions/public/call.js.map +1 -1
  19. package/_cjs/actions/public/createAccessList.js.map +1 -1
  20. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  21. package/_cjs/actions/public/multicall.js +21 -16
  22. package/_cjs/actions/public/multicall.js.map +1 -1
  23. package/_cjs/actions/public/readContract.js.map +1 -1
  24. package/_cjs/actions/public/simulateBlocks.js +1 -1
  25. package/_cjs/actions/public/simulateBlocks.js.map +1 -1
  26. package/_cjs/actions/public/simulateContract.js.map +1 -1
  27. package/_cjs/actions/public/verifyHash.js +141 -37
  28. package/_cjs/actions/public/verifyHash.js.map +1 -1
  29. package/_cjs/actions/public/verifyMessage.js.map +1 -1
  30. package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
  31. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  32. package/_cjs/actions/public/watchEvent.js +4 -4
  33. package/_cjs/actions/public/watchEvent.js.map +1 -1
  34. package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
  35. package/_cjs/actions/wallet/deployContract.js.map +1 -1
  36. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  37. package/_cjs/actions/wallet/signTransaction.js.map +1 -1
  38. package/_cjs/actions/wallet/waitForCallsStatus.js +1 -1
  39. package/_cjs/actions/wallet/waitForCallsStatus.js.map +1 -1
  40. package/_cjs/celo/parsers.js +1 -1
  41. package/_cjs/celo/parsers.js.map +1 -1
  42. package/_cjs/chains/definitions/abstract.js +1 -1
  43. package/_cjs/chains/definitions/abstract.js.map +1 -1
  44. package/_cjs/chains/definitions/abstractTestnet.js +1 -1
  45. package/_cjs/chains/definitions/abstractTestnet.js.map +1 -1
  46. package/_cjs/chains/definitions/zksync.js +1 -1
  47. package/_cjs/chains/definitions/zksync.js.map +1 -1
  48. package/_cjs/chains/definitions/zksyncSepoliaTestnet.js +1 -1
  49. package/_cjs/chains/definitions/zksyncSepoliaTestnet.js.map +1 -1
  50. package/_cjs/chains/index.js +45 -45
  51. package/_cjs/chains/index.js.map +1 -1
  52. package/_cjs/clients/createClient.js.map +1 -1
  53. package/_cjs/clients/decorators/test.js.map +1 -1
  54. package/_cjs/constants/abis.js +3 -3
  55. package/_cjs/constants/abis.js.map +1 -1
  56. package/_cjs/constants/contracts.js +3 -2
  57. package/_cjs/constants/contracts.js.map +1 -1
  58. package/_cjs/ens/index.js +7 -7
  59. package/_cjs/ens/index.js.map +1 -1
  60. package/_cjs/errors/contract.js +1 -1
  61. package/_cjs/errors/contract.js.map +1 -1
  62. package/_cjs/errors/version.js +1 -1
  63. package/_cjs/errors/version.js.map +1 -1
  64. package/_cjs/experimental/erc7739/actions/signMessage.js +1 -1
  65. package/_cjs/experimental/erc7739/actions/signMessage.js.map +1 -1
  66. package/_cjs/experimental/erc7739/utils/hashMessage.js +1 -1
  67. package/_cjs/experimental/erc7739/utils/hashMessage.js.map +1 -1
  68. package/_cjs/experimental/erc7821/index.js +3 -3
  69. package/_cjs/experimental/erc7821/index.js.map +1 -1
  70. package/_cjs/experimental/index.js +13 -13
  71. package/_cjs/experimental/index.js.map +1 -1
  72. package/_cjs/index.js +271 -263
  73. package/_cjs/index.js.map +1 -1
  74. package/_cjs/linea/index.js.map +1 -1
  75. package/_cjs/node/index.js +3 -3
  76. package/_cjs/node/index.js.map +1 -1
  77. package/_cjs/nonce/index.js.map +1 -1
  78. package/_cjs/op-stack/index.js +14 -14
  79. package/_cjs/op-stack/index.js.map +1 -1
  80. package/_cjs/siwe/index.js +3 -3
  81. package/_cjs/siwe/index.js.map +1 -1
  82. package/_cjs/utils/abi/decodeAbiParameters.js +2 -2
  83. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  84. package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
  85. package/_cjs/utils/abi/decodeEventLog.js +1 -1
  86. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  87. package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
  88. package/_cjs/utils/abi/encodeAbiParameters.js +2 -2
  89. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  90. package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
  91. package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
  92. package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
  93. package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
  94. package/_cjs/utils/abi/encodePacked.js +3 -3
  95. package/_cjs/utils/abi/encodePacked.js.map +1 -1
  96. package/_cjs/utils/abi/getAbiItem.js +1 -1
  97. package/_cjs/utils/abi/getAbiItem.js.map +1 -1
  98. package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
  99. package/_cjs/utils/address/getContractAddress.js.map +1 -1
  100. package/_cjs/utils/buildRequest.js +1 -1
  101. package/_cjs/utils/buildRequest.js.map +1 -1
  102. package/_cjs/utils/ccip.js.map +1 -1
  103. package/_cjs/utils/ens/avatar/utils.js +3 -3
  104. package/_cjs/utils/ens/avatar/utils.js.map +1 -1
  105. package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
  106. package/_cjs/utils/hash/hashSignature.js.map +1 -1
  107. package/_cjs/utils/index.js +140 -134
  108. package/_cjs/utils/index.js.map +1 -1
  109. package/_cjs/utils/poll.js +1 -1
  110. package/_cjs/utils/poll.js.map +1 -1
  111. package/_cjs/utils/promise/withCache.js +1 -1
  112. package/_cjs/utils/promise/withCache.js.map +1 -1
  113. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  114. package/_cjs/utils/rpc/socket.js.map +1 -1
  115. package/_cjs/utils/signature/isErc8010Signature.js +8 -0
  116. package/_cjs/utils/signature/isErc8010Signature.js.map +1 -0
  117. package/_cjs/utils/signature/parseErc8010Signature.js +24 -0
  118. package/_cjs/utils/signature/parseErc8010Signature.js.map +1 -0
  119. package/_cjs/utils/signature/recoverAddress.js.map +1 -1
  120. package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
  121. package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
  122. package/_cjs/utils/signature/serializeErc8010Signature.js +23 -0
  123. package/_cjs/utils/signature/serializeErc8010Signature.js.map +1 -0
  124. package/_cjs/utils/signature/verifyHash.js.map +1 -1
  125. package/_cjs/utils/signature/verifyMessage.js.map +1 -1
  126. package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
  127. package/_cjs/utils/siwe/createSiweMessage.js +1 -1
  128. package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
  129. package/_cjs/utils/siwe/utils.js +3 -3
  130. package/_cjs/utils/siwe/utils.js.map +1 -1
  131. package/_cjs/utils/typedData.js +3 -3
  132. package/_cjs/utils/typedData.js.map +1 -1
  133. package/_cjs/zksync/actions/claimFailedDeposit.js.map +1 -1
  134. package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
  135. package/_cjs/zksync/actions/signTransaction.js.map +1 -1
  136. package/_cjs/zksync/decorators/publicL2.js.map +1 -1
  137. package/_cjs/zksync/index.js +28 -28
  138. package/_cjs/zksync/index.js.map +1 -1
  139. package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
  140. package/_esm/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  141. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js +1 -1
  142. package/_esm/account-abstraction/actions/bundler/prepareUserOperation.js.map +1 -1
  143. package/_esm/account-abstraction/clients/createBundlerClient.js.map +1 -1
  144. package/_esm/account-abstraction/index.js +4 -4
  145. package/_esm/account-abstraction/index.js.map +1 -1
  146. package/_esm/accounts/hdKeyToAccount.js.map +1 -1
  147. package/_esm/accounts/index.js +8 -8
  148. package/_esm/accounts/index.js.map +1 -1
  149. package/_esm/accounts/privateKeyToAccount.js.map +1 -1
  150. package/_esm/accounts/toAccount.js.map +1 -1
  151. package/_esm/accounts/utils/signTypedData.js.map +1 -1
  152. package/_esm/accounts/wordlists.js +1 -1
  153. package/_esm/accounts/wordlists.js.map +1 -1
  154. package/_esm/actions/getContract.js.map +1 -1
  155. package/_esm/actions/index.js +36 -36
  156. package/_esm/actions/index.js.map +1 -1
  157. package/_esm/actions/public/call.js +25 -15
  158. package/_esm/actions/public/call.js.map +1 -1
  159. package/_esm/actions/public/createAccessList.js.map +1 -1
  160. package/_esm/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  161. package/_esm/actions/public/multicall.js +21 -16
  162. package/_esm/actions/public/multicall.js.map +1 -1
  163. package/_esm/actions/public/readContract.js.map +1 -1
  164. package/_esm/actions/public/simulateBlocks.js +1 -1
  165. package/_esm/actions/public/simulateBlocks.js.map +1 -1
  166. package/_esm/actions/public/simulateContract.js.map +1 -1
  167. package/_esm/actions/public/verifyHash.js +156 -47
  168. package/_esm/actions/public/verifyHash.js.map +1 -1
  169. package/_esm/actions/public/verifyMessage.js.map +1 -1
  170. package/_esm/actions/public/waitForTransactionReceipt.js +0 -1
  171. package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
  172. package/_esm/actions/public/watchContractEvent.js.map +1 -1
  173. package/_esm/actions/public/watchEvent.js +4 -4
  174. package/_esm/actions/public/watchEvent.js.map +1 -1
  175. package/_esm/actions/siwe/verifySiweMessage.js.map +1 -1
  176. package/_esm/actions/wallet/deployContract.js.map +1 -1
  177. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  178. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  179. package/_esm/actions/wallet/signMessage.js.map +1 -1
  180. package/_esm/actions/wallet/signTransaction.js.map +1 -1
  181. package/_esm/actions/wallet/signTypedData.js.map +1 -1
  182. package/_esm/actions/wallet/waitForCallsStatus.js +1 -1
  183. package/_esm/actions/wallet/waitForCallsStatus.js.map +1 -1
  184. package/_esm/celo/parsers.js +1 -1
  185. package/_esm/celo/parsers.js.map +1 -1
  186. package/_esm/chains/definitions/abstract.js +1 -1
  187. package/_esm/chains/definitions/abstract.js.map +1 -1
  188. package/_esm/chains/definitions/abstractTestnet.js +1 -1
  189. package/_esm/chains/definitions/abstractTestnet.js.map +1 -1
  190. package/_esm/chains/definitions/zksync.js +1 -1
  191. package/_esm/chains/definitions/zksync.js.map +1 -1
  192. package/_esm/chains/definitions/zksyncSepoliaTestnet.js +1 -1
  193. package/_esm/chains/definitions/zksyncSepoliaTestnet.js.map +1 -1
  194. package/_esm/chains/index.js +17 -17
  195. package/_esm/chains/index.js.map +1 -1
  196. package/_esm/clients/createClient.js.map +1 -1
  197. package/_esm/clients/decorators/test.js.map +1 -1
  198. package/_esm/clients/transports/custom.js.map +1 -1
  199. package/_esm/clients/transports/fallback.js.map +1 -1
  200. package/_esm/clients/transports/http.js.map +1 -1
  201. package/_esm/clients/transports/ipc.js.map +1 -1
  202. package/_esm/clients/transports/webSocket.js.map +1 -1
  203. package/_esm/constants/abis.js +2 -2
  204. package/_esm/constants/abis.js.map +1 -1
  205. package/_esm/constants/contracts.js +2 -1
  206. package/_esm/constants/contracts.js.map +1 -1
  207. package/_esm/ens/index.js +3 -3
  208. package/_esm/ens/index.js.map +1 -1
  209. package/_esm/errors/contract.js +1 -1
  210. package/_esm/errors/contract.js.map +1 -1
  211. package/_esm/errors/version.js +1 -1
  212. package/_esm/errors/version.js.map +1 -1
  213. package/_esm/experimental/erc7739/actions/signMessage.js +1 -1
  214. package/_esm/experimental/erc7739/actions/signMessage.js.map +1 -1
  215. package/_esm/experimental/erc7739/utils/hashMessage.js +1 -1
  216. package/_esm/experimental/erc7739/utils/hashMessage.js.map +1 -1
  217. package/_esm/experimental/erc7821/index.js +1 -1
  218. package/_esm/experimental/erc7821/index.js.map +1 -1
  219. package/_esm/experimental/index.js +16 -16
  220. package/_esm/experimental/index.js.map +1 -1
  221. package/_esm/index.js +108 -101
  222. package/_esm/index.js.map +1 -1
  223. package/_esm/linea/index.js.map +1 -1
  224. package/_esm/node/index.js +1 -1
  225. package/_esm/node/index.js.map +1 -1
  226. package/_esm/node/trustedSetups.js +1 -0
  227. package/_esm/node/trustedSetups.js.map +1 -1
  228. package/_esm/nonce/index.js.map +1 -1
  229. package/_esm/op-stack/actions/estimateDepositTransactionGas.js +1 -1
  230. package/_esm/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
  231. package/_esm/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -1
  232. package/_esm/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
  233. package/_esm/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -1
  234. package/_esm/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
  235. package/_esm/op-stack/actions/estimateProveWithdrawalGas.js +1 -1
  236. package/_esm/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
  237. package/_esm/op-stack/index.js +7 -7
  238. package/_esm/op-stack/index.js.map +1 -1
  239. package/_esm/siwe/index.js +1 -1
  240. package/_esm/siwe/index.js.map +1 -1
  241. package/_esm/utils/abi/decodeAbiParameters.js +2 -2
  242. package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
  243. package/_esm/utils/abi/decodeDeployData.js.map +1 -1
  244. package/_esm/utils/abi/decodeEventLog.js +1 -1
  245. package/_esm/utils/abi/decodeEventLog.js.map +1 -1
  246. package/_esm/utils/abi/decodeFunctionResult.js.map +1 -1
  247. package/_esm/utils/abi/encodeAbiParameters.js +2 -2
  248. package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
  249. package/_esm/utils/abi/encodeErrorResult.js.map +1 -1
  250. package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
  251. package/_esm/utils/abi/encodeFunctionData.js.map +1 -1
  252. package/_esm/utils/abi/encodeFunctionResult.js.map +1 -1
  253. package/_esm/utils/abi/encodePacked.js +3 -3
  254. package/_esm/utils/abi/encodePacked.js.map +1 -1
  255. package/_esm/utils/abi/getAbiItem.js +1 -1
  256. package/_esm/utils/abi/getAbiItem.js.map +1 -1
  257. package/_esm/utils/abi/prepareEncodeFunctionData.js.map +1 -1
  258. package/_esm/utils/address/getContractAddress.js.map +1 -1
  259. package/_esm/utils/buildRequest.js +2 -2
  260. package/_esm/utils/buildRequest.js.map +1 -1
  261. package/_esm/utils/ccip.js.map +1 -1
  262. package/_esm/utils/encoding/fromBytes.js.map +1 -1
  263. package/_esm/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
  264. package/_esm/utils/ens/avatar/utils.js +3 -4
  265. package/_esm/utils/ens/avatar/utils.js.map +1 -1
  266. package/_esm/utils/ens/namehash.js.map +1 -1
  267. package/_esm/utils/filters/createFilterRequestScope.js.map +1 -1
  268. package/_esm/utils/hash/hashSignature.js.map +1 -1
  269. package/_esm/utils/index.js +58 -55
  270. package/_esm/utils/index.js.map +1 -1
  271. package/_esm/utils/poll.js +1 -1
  272. package/_esm/utils/poll.js.map +1 -1
  273. package/_esm/utils/promise/withCache.js +1 -1
  274. package/_esm/utils/promise/withCache.js.map +1 -1
  275. package/_esm/utils/promise/withTimeout.js.map +1 -1
  276. package/_esm/utils/rpc/compat.js.map +1 -1
  277. package/_esm/utils/rpc/ipc.js.map +1 -1
  278. package/_esm/utils/rpc/socket.js +1 -0
  279. package/_esm/utils/rpc/socket.js.map +1 -1
  280. package/_esm/utils/rpc/webSocket.js.map +1 -1
  281. package/_esm/utils/signature/hashTypedData.js.map +1 -1
  282. package/_esm/utils/signature/isErc8010Signature.js +6 -0
  283. package/_esm/utils/signature/isErc8010Signature.js.map +1 -0
  284. package/_esm/utils/signature/parseErc8010Signature.js +28 -0
  285. package/_esm/utils/signature/parseErc8010Signature.js.map +1 -0
  286. package/_esm/utils/signature/recoverAddress.js.map +1 -1
  287. package/_esm/utils/signature/recoverMessageAddress.js.map +1 -1
  288. package/_esm/utils/signature/recoverTypedDataAddress.js.map +1 -1
  289. package/_esm/utils/signature/serializeErc8010Signature.js +26 -0
  290. package/_esm/utils/signature/serializeErc8010Signature.js.map +1 -0
  291. package/_esm/utils/signature/toPrefixedMessage.js.map +1 -1
  292. package/_esm/utils/signature/verifyHash.js.map +1 -1
  293. package/_esm/utils/signature/verifyMessage.js.map +1 -1
  294. package/_esm/utils/signature/verifyTypedData.js.map +1 -1
  295. package/_esm/utils/siwe/createSiweMessage.js +1 -1
  296. package/_esm/utils/siwe/createSiweMessage.js.map +1 -1
  297. package/_esm/utils/siwe/utils.js +3 -3
  298. package/_esm/utils/siwe/utils.js.map +1 -1
  299. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  300. package/_esm/utils/typedData.js +3 -3
  301. package/_esm/utils/typedData.js.map +1 -1
  302. package/_esm/zksync/actions/claimFailedDeposit.js.map +1 -1
  303. package/_esm/zksync/actions/deposit.js.map +1 -1
  304. package/_esm/zksync/actions/requestExecute.js.map +1 -1
  305. package/_esm/zksync/actions/sendTransaction.js.map +1 -1
  306. package/_esm/zksync/actions/signTransaction.js.map +1 -1
  307. package/_esm/zksync/decorators/publicL2.js.map +1 -1
  308. package/_esm/zksync/index.js +13 -13
  309. package/_esm/zksync/index.js.map +1 -1
  310. package/_esm/zksync/utils/abi/encodeDeployData.js.map +1 -1
  311. package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts.map +1 -1
  312. package/_types/account-abstraction/accounts/types.d.ts.map +1 -1
  313. package/_types/account-abstraction/clients/createBundlerClient.d.ts +1 -2
  314. package/_types/account-abstraction/clients/createBundlerClient.d.ts.map +1 -1
  315. package/_types/account-abstraction/index.d.ts +11 -11
  316. package/_types/account-abstraction/index.d.ts.map +1 -1
  317. package/_types/accounts/hdKeyToAccount.d.ts +1 -1
  318. package/_types/accounts/hdKeyToAccount.d.ts.map +1 -1
  319. package/_types/accounts/index.d.ts +15 -15
  320. package/_types/accounts/index.d.ts.map +1 -1
  321. package/_types/accounts/privateKeyToAccount.d.ts +1 -1
  322. package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
  323. package/_types/accounts/toAccount.d.ts +1 -1
  324. package/_types/accounts/toAccount.d.ts.map +1 -1
  325. package/_types/accounts/utils/signTypedData.d.ts +1 -1
  326. package/_types/accounts/utils/signTypedData.d.ts.map +1 -1
  327. package/_types/actions/getContract.d.ts +1 -1
  328. package/_types/actions/getContract.d.ts.map +1 -1
  329. package/_types/actions/index.d.ts +44 -44
  330. package/_types/actions/index.d.ts.map +1 -1
  331. package/_types/actions/public/call.d.ts.map +1 -1
  332. package/_types/actions/public/createAccessList.d.ts.map +1 -1
  333. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts +1 -2
  334. package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts.map +1 -1
  335. package/_types/actions/public/multicall.d.ts +13 -3
  336. package/_types/actions/public/multicall.d.ts.map +1 -1
  337. package/_types/actions/public/readContract.d.ts +1 -1
  338. package/_types/actions/public/readContract.d.ts.map +1 -1
  339. package/_types/actions/public/simulateContract.d.ts +1 -1
  340. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  341. package/_types/actions/public/verifyHash.d.ts +42 -0
  342. package/_types/actions/public/verifyHash.d.ts.map +1 -1
  343. package/_types/actions/public/verifyMessage.d.ts.map +1 -1
  344. package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
  345. package/_types/actions/public/watchContractEvent.d.ts +2 -2
  346. package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
  347. package/_types/actions/public/watchEvent.d.ts +2 -2
  348. package/_types/actions/public/watchEvent.d.ts.map +1 -1
  349. package/_types/actions/siwe/verifySiweMessage.d.ts.map +1 -1
  350. package/_types/actions/wallet/deployContract.d.ts +2 -3
  351. package/_types/actions/wallet/deployContract.d.ts.map +1 -1
  352. package/_types/actions/wallet/prepareTransactionRequest.d.ts +1 -2
  353. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  354. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  355. package/_types/actions/wallet/signMessage.d.ts.map +1 -1
  356. package/_types/actions/wallet/signTransaction.d.ts.map +1 -1
  357. package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
  358. package/_types/celo/chainConfig.d.ts +20 -20
  359. package/_types/celo/formatters.d.ts +10 -10
  360. package/_types/celo/parsers.d.ts.map +1 -1
  361. package/_types/celo/types.d.ts +3 -3
  362. package/_types/celo/types.d.ts.map +1 -1
  363. package/_types/chains/definitions/0g.d.ts +1 -1
  364. package/_types/chains/definitions/5ireChain.d.ts +1 -1
  365. package/_types/chains/definitions/abey.d.ts +1 -1
  366. package/_types/chains/definitions/abstract.d.ts +14 -14
  367. package/_types/chains/definitions/abstractTestnet.d.ts +14 -14
  368. package/_types/chains/definitions/acala.d.ts +1 -1
  369. package/_types/chains/definitions/acria.d.ts +1 -1
  370. package/_types/chains/definitions/adf.d.ts +1 -1
  371. package/_types/chains/definitions/agungTestnet.d.ts +1 -1
  372. package/_types/chains/definitions/aioz.d.ts +1 -1
  373. package/_types/chains/definitions/alienX.d.ts +1 -1
  374. package/_types/chains/definitions/alienXHalTestnet.d.ts +1 -1
  375. package/_types/chains/definitions/ancient8.d.ts +3 -3
  376. package/_types/chains/definitions/ancient8Sepolia.d.ts +3 -3
  377. package/_types/chains/definitions/anvil.d.ts +1 -1
  378. package/_types/chains/definitions/arenaz.d.ts +1 -1
  379. package/_types/chains/definitions/areonNetworkTestnet.d.ts +1 -1
  380. package/_types/chains/definitions/auroraTestnet.d.ts +1 -1
  381. package/_types/chains/definitions/auroria.d.ts +1 -1
  382. package/_types/chains/definitions/autheoTestnet.d.ts +1 -1
  383. package/_types/chains/definitions/bahamut.d.ts +1 -1
  384. package/_types/chains/definitions/base.d.ts +6 -6
  385. package/_types/chains/definitions/baseGoerli.d.ts +3 -3
  386. package/_types/chains/definitions/baseSepolia.d.ts +6 -6
  387. package/_types/chains/definitions/basecampTestnet.d.ts +1 -1
  388. package/_types/chains/definitions/bearNetworkChainMainnet.d.ts +1 -1
  389. package/_types/chains/definitions/bearNetworkChainTestnet.d.ts +1 -1
  390. package/_types/chains/definitions/bevmMainnet.d.ts +1 -1
  391. package/_types/chains/definitions/bifrost.d.ts +1 -1
  392. package/_types/chains/definitions/birdlayer.d.ts +1 -1
  393. package/_types/chains/definitions/bitTorrentTestnet.d.ts +1 -1
  394. package/_types/chains/definitions/bitkub.d.ts +1 -1
  395. package/_types/chains/definitions/bitkubTestnet.d.ts +1 -1
  396. package/_types/chains/definitions/bitrock.d.ts +1 -1
  397. package/_types/chains/definitions/blast.d.ts +3 -3
  398. package/_types/chains/definitions/bob.d.ts +3 -3
  399. package/_types/chains/definitions/bobSepolia.d.ts +3 -3
  400. package/_types/chains/definitions/bobaSepolia.d.ts +1 -1
  401. package/_types/chains/definitions/boolBetaMainnet.d.ts +1 -1
  402. package/_types/chains/definitions/botanixTestnet.d.ts +1 -1
  403. package/_types/chains/definitions/bounceBit.d.ts +1 -1
  404. package/_types/chains/definitions/bounceBitTestnet.d.ts +1 -1
  405. package/_types/chains/definitions/bronos.d.ts +1 -1
  406. package/_types/chains/definitions/bronosTestnet.d.ts +1 -1
  407. package/_types/chains/definitions/bscGreenfield.d.ts +1 -1
  408. package/_types/chains/definitions/bsquared.d.ts +1 -1
  409. package/_types/chains/definitions/bsquaredTestnet.d.ts +1 -1
  410. package/_types/chains/definitions/btr.d.ts +1 -1
  411. package/_types/chains/definitions/btrTestnet.d.ts +1 -1
  412. package/_types/chains/definitions/bxn.d.ts +1 -1
  413. package/_types/chains/definitions/bxnTestnet.d.ts +1 -1
  414. package/_types/chains/definitions/cannon.d.ts +1 -1
  415. package/_types/chains/definitions/celo.d.ts +20 -20
  416. package/_types/chains/definitions/celoAlfajores.d.ts +20 -20
  417. package/_types/chains/definitions/celoSepolia.d.ts +20 -20
  418. package/_types/chains/definitions/chang.d.ts +1 -1
  419. package/_types/chains/definitions/chips.d.ts +1 -1
  420. package/_types/chains/definitions/citreaTestnet.d.ts +1 -1
  421. package/_types/chains/definitions/classic.d.ts +1 -1
  422. package/_types/chains/definitions/coinbit.d.ts +1 -1
  423. package/_types/chains/definitions/coinex.d.ts +1 -1
  424. package/_types/chains/definitions/creditCoin3Mainnet.d.ts +1 -1
  425. package/_types/chains/definitions/creditCoin3Testnet.d.ts +1 -1
  426. package/_types/chains/definitions/cronoszkEVMTestnet.d.ts +1 -1
  427. package/_types/chains/definitions/curtis.d.ts +1 -1
  428. package/_types/chains/definitions/dailyNetwork.d.ts +1 -1
  429. package/_types/chains/definitions/dailyNetworkTestnet.d.ts +1 -1
  430. package/_types/chains/definitions/dbkchain.d.ts +1 -1
  431. package/_types/chains/definitions/dchain.d.ts +3 -3
  432. package/_types/chains/definitions/dchainTestnet.d.ts +3 -3
  433. package/_types/chains/definitions/degen.d.ts +1 -1
  434. package/_types/chains/definitions/diode.d.ts +1 -1
  435. package/_types/chains/definitions/disChain.d.ts +1 -1
  436. package/_types/chains/definitions/dodochainTestnet.d.ts +1 -1
  437. package/_types/chains/definitions/dreyerxMainnet.d.ts +1 -1
  438. package/_types/chains/definitions/dreyerxTestnet.d.ts +1 -1
  439. package/_types/chains/definitions/dymension.d.ts +1 -1
  440. package/_types/chains/definitions/edexa.d.ts +1 -1
  441. package/_types/chains/definitions/edexaTestnet.d.ts +1 -1
  442. package/_types/chains/definitions/edgeless.d.ts +1 -1
  443. package/_types/chains/definitions/edgelessTestnet.d.ts +1 -1
  444. package/_types/chains/definitions/edgewareTestnet.d.ts +1 -1
  445. package/_types/chains/definitions/eduChain.d.ts +1 -1
  446. package/_types/chains/definitions/ekta.d.ts +1 -1
  447. package/_types/chains/definitions/ektaTestnet.d.ts +1 -1
  448. package/_types/chains/definitions/elastos.d.ts +1 -1
  449. package/_types/chains/definitions/elastosTestnet.d.ts +1 -1
  450. package/_types/chains/definitions/electroneum.d.ts +1 -1
  451. package/_types/chains/definitions/electroneumTestnet.d.ts +1 -1
  452. package/_types/chains/definitions/elysiumTestnet.d.ts +3 -3
  453. package/_types/chains/definitions/energy.d.ts +1 -1
  454. package/_types/chains/definitions/enuls.d.ts +1 -1
  455. package/_types/chains/definitions/etherlinkTestnet.d.ts +1 -1
  456. package/_types/chains/definitions/etp.d.ts +1 -1
  457. package/_types/chains/definitions/evmos.d.ts +1 -1
  458. package/_types/chains/definitions/evmosTestnet.d.ts +1 -1
  459. package/_types/chains/definitions/exSat.d.ts +1 -1
  460. package/_types/chains/definitions/exSatTestnet.d.ts +1 -1
  461. package/_types/chains/definitions/excelonMainnet.d.ts +1 -1
  462. package/_types/chains/definitions/expanse.d.ts +1 -1
  463. package/_types/chains/definitions/fantomSonicTestnet.d.ts +1 -1
  464. package/_types/chains/definitions/fibo.d.ts +1 -1
  465. package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
  466. package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
  467. package/_types/chains/definitions/flareTestnet.d.ts +1 -1
  468. package/_types/chains/definitions/fluentTestnet.d.ts +1 -1
  469. package/_types/chains/definitions/forta.d.ts +1 -1
  470. package/_types/chains/definitions/foundry.d.ts +1 -1
  471. package/_types/chains/definitions/fraxtal.d.ts +3 -3
  472. package/_types/chains/definitions/fraxtalTestnet.d.ts +3 -3
  473. package/_types/chains/definitions/funkiMainnet.d.ts +3 -3
  474. package/_types/chains/definitions/funkiSepolia.d.ts +3 -3
  475. package/_types/chains/definitions/fuseSparknet.d.ts +1 -1
  476. package/_types/chains/definitions/garnet.d.ts +3 -3
  477. package/_types/chains/definitions/genesys.d.ts +1 -1
  478. package/_types/chains/definitions/glideL1Protocol.d.ts +1 -1
  479. package/_types/chains/definitions/glideL2Protocol.d.ts +1 -1
  480. package/_types/chains/definitions/goChain.d.ts +1 -1
  481. package/_types/chains/definitions/graphite.d.ts +1 -1
  482. package/_types/chains/definitions/graphiteTestnet.d.ts +1 -1
  483. package/_types/chains/definitions/guruTestnet.d.ts +1 -1
  484. package/_types/chains/definitions/ham.d.ts +1 -1
  485. package/_types/chains/definitions/haqqMainnet.d.ts +1 -1
  486. package/_types/chains/definitions/haqqTestedge2.d.ts +1 -1
  487. package/_types/chains/definitions/hardhat.d.ts +1 -1
  488. package/_types/chains/definitions/hashkeyChainTestnet.d.ts +1 -1
  489. package/_types/chains/definitions/haustTestnet.d.ts +1 -1
  490. package/_types/chains/definitions/hedera.d.ts +1 -1
  491. package/_types/chains/definitions/hederaPreviewnet.d.ts +1 -1
  492. package/_types/chains/definitions/hederaTestnet.d.ts +1 -1
  493. package/_types/chains/definitions/hela.d.ts +1 -1
  494. package/_types/chains/definitions/hemi.d.ts +1 -1
  495. package/_types/chains/definitions/hemiSepolia.d.ts +1 -1
  496. package/_types/chains/definitions/hpb.d.ts +1 -1
  497. package/_types/chains/definitions/huddle01Mainnet.d.ts +1 -1
  498. package/_types/chains/definitions/huddle01Testnet.d.ts +1 -1
  499. package/_types/chains/definitions/humanity.d.ts +1 -1
  500. package/_types/chains/definitions/humanityTestnet.d.ts +1 -1
  501. package/_types/chains/definitions/hychain.d.ts +1 -1
  502. package/_types/chains/definitions/hychainTestnet.d.ts +1 -1
  503. package/_types/chains/definitions/hyperliquidEvmTestnet.d.ts +1 -1
  504. package/_types/chains/definitions/iSunCoin.d.ts +1 -1
  505. package/_types/chains/definitions/idchain.d.ts +1 -1
  506. package/_types/chains/definitions/ink.d.ts +3 -3
  507. package/_types/chains/definitions/inkSepolia.d.ts +3 -3
  508. package/_types/chains/definitions/iotaTestnet.d.ts +1 -1
  509. package/_types/chains/definitions/jocMainnet.d.ts +1 -1
  510. package/_types/chains/definitions/jocTestnet.d.ts +1 -1
  511. package/_types/chains/definitions/juneo.d.ts +1 -1
  512. package/_types/chains/definitions/juneoBCH1Chain.d.ts +1 -1
  513. package/_types/chains/definitions/juneoDAI1Chain.d.ts +1 -1
  514. package/_types/chains/definitions/juneoDOGE1Chain.d.ts +1 -1
  515. package/_types/chains/definitions/juneoEUR1Chain.d.ts +1 -1
  516. package/_types/chains/definitions/juneoGLD1Chain.d.ts +1 -1
  517. package/_types/chains/definitions/juneoLINK1Chain.d.ts +1 -1
  518. package/_types/chains/definitions/juneoLTC1Chain.d.ts +1 -1
  519. package/_types/chains/definitions/juneoSGD1Chain.d.ts +1 -1
  520. package/_types/chains/definitions/juneoSocotraTestnet.d.ts +1 -1
  521. package/_types/chains/definitions/juneoUSD1Chain.d.ts +1 -1
  522. package/_types/chains/definitions/juneoUSDT1Chain.d.ts +1 -1
  523. package/_types/chains/definitions/juneomBTC1Chain.d.ts +1 -1
  524. package/_types/chains/definitions/kakarotSepolia.d.ts +1 -1
  525. package/_types/chains/definitions/kakarotStarknetSepolia.d.ts +1 -1
  526. package/_types/chains/definitions/kardiaChain.d.ts +1 -1
  527. package/_types/chains/definitions/karura.d.ts +1 -1
  528. package/_types/chains/definitions/katana.d.ts +1 -1
  529. package/_types/chains/definitions/kinto.d.ts +1 -1
  530. package/_types/chains/definitions/l3x.d.ts +1 -1
  531. package/_types/chains/definitions/l3xTestnet.d.ts +1 -1
  532. package/_types/chains/definitions/lavita.d.ts +1 -1
  533. package/_types/chains/definitions/lens.d.ts +1 -1
  534. package/_types/chains/definitions/lensTestnet.d.ts +1 -1
  535. package/_types/chains/definitions/lestnet.d.ts +1 -1
  536. package/_types/chains/definitions/lisk.d.ts +3 -3
  537. package/_types/chains/definitions/liskSepolia.d.ts +3 -3
  538. package/_types/chains/definitions/localhost.d.ts +1 -1
  539. package/_types/chains/definitions/loop.d.ts +1 -1
  540. package/_types/chains/definitions/lumoz.d.ts +1 -1
  541. package/_types/chains/definitions/lumozTestnet.d.ts +1 -1
  542. package/_types/chains/definitions/lycan.d.ts +1 -1
  543. package/_types/chains/definitions/mandala.d.ts +1 -1
  544. package/_types/chains/definitions/mantraDuKongEVMTestnet.d.ts +1 -1
  545. package/_types/chains/definitions/mapProtocol.d.ts +1 -1
  546. package/_types/chains/definitions/matchain.d.ts +1 -1
  547. package/_types/chains/definitions/matchainTestnet.d.ts +1 -1
  548. package/_types/chains/definitions/mchVerse.d.ts +1 -1
  549. package/_types/chains/definitions/mekong.d.ts +1 -1
  550. package/_types/chains/definitions/memecore.d.ts +1 -1
  551. package/_types/chains/definitions/memecoreFormicariumTestnet.d.ts +1 -1
  552. package/_types/chains/definitions/merlin.d.ts +1 -1
  553. package/_types/chains/definitions/merlinErigonTestnet.d.ts +1 -1
  554. package/_types/chains/definitions/metadium.d.ts +1 -1
  555. package/_types/chains/definitions/metalL2.d.ts +3 -3
  556. package/_types/chains/definitions/meter.d.ts +1 -1
  557. package/_types/chains/definitions/meterTestnet.d.ts +1 -1
  558. package/_types/chains/definitions/mint.d.ts +1 -1
  559. package/_types/chains/definitions/mintSepoliaTestnet.d.ts +1 -1
  560. package/_types/chains/definitions/mitosisTestnet.d.ts +1 -1
  561. package/_types/chains/definitions/mode.d.ts +3 -3
  562. package/_types/chains/definitions/modeTestnet.d.ts +3 -3
  563. package/_types/chains/definitions/moonbeamDev.d.ts +1 -1
  564. package/_types/chains/definitions/morphHolesky.d.ts +1 -1
  565. package/_types/chains/definitions/morphSepolia.d.ts +1 -1
  566. package/_types/chains/definitions/nahmii.d.ts +1 -1
  567. package/_types/chains/definitions/nautilus.d.ts +1 -1
  568. package/_types/chains/definitions/near.d.ts +1 -1
  569. package/_types/chains/definitions/nearTestnet.d.ts +1 -1
  570. package/_types/chains/definitions/neoxMainnet.d.ts +1 -1
  571. package/_types/chains/definitions/neoxT4.d.ts +1 -1
  572. package/_types/chains/definitions/newton.d.ts +1 -1
  573. package/_types/chains/definitions/oasisTestnet.d.ts +1 -1
  574. package/_types/chains/definitions/oasys.d.ts +1 -1
  575. package/_types/chains/definitions/odysseyTestnet.d.ts +1 -1
  576. package/_types/chains/definitions/omax.d.ts +1 -1
  577. package/_types/chains/definitions/omni.d.ts +1 -1
  578. package/_types/chains/definitions/omniOmega.d.ts +1 -1
  579. package/_types/chains/definitions/oneWorld.d.ts +1 -1
  580. package/_types/chains/definitions/oortmainnetDev.d.ts +1 -1
  581. package/_types/chains/definitions/optimism.d.ts +3 -3
  582. package/_types/chains/definitions/optimismGoerli.d.ts +3 -3
  583. package/_types/chains/definitions/optimismSepolia.d.ts +3 -3
  584. package/_types/chains/definitions/optopia.d.ts +1 -1
  585. package/_types/chains/definitions/optopiaTestnet.d.ts +1 -1
  586. package/_types/chains/definitions/orderly.d.ts +1 -1
  587. package/_types/chains/definitions/orderlySepolia.d.ts +1 -1
  588. package/_types/chains/definitions/pgn.d.ts +3 -3
  589. package/_types/chains/definitions/pgnTestnet.d.ts +3 -3
  590. package/_types/chains/definitions/plasmaTestnet.d.ts +1 -1
  591. package/_types/chains/definitions/playfiAlbireo.d.ts +13 -13
  592. package/_types/chains/definitions/premiumBlock.d.ts +1 -1
  593. package/_types/chains/definitions/pumpfiTestnet.d.ts +1 -1
  594. package/_types/chains/definitions/pyrope.d.ts +3 -3
  595. package/_types/chains/definitions/qMainnet.d.ts +1 -1
  596. package/_types/chains/definitions/qTestnet.d.ts +1 -1
  597. package/_types/chains/definitions/redbellyMainnet.d.ts +1 -1
  598. package/_types/chains/definitions/redbellyTestnet.d.ts +1 -1
  599. package/_types/chains/definitions/reddioSepolia.d.ts +1 -1
  600. package/_types/chains/definitions/redstone.d.ts +3 -3
  601. package/_types/chains/definitions/rei.d.ts +1 -1
  602. package/_types/chains/definitions/reyaNetwork.d.ts +1 -1
  603. package/_types/chains/definitions/rivalz.d.ts +1 -1
  604. package/_types/chains/definitions/rss3.d.ts +3 -3
  605. package/_types/chains/definitions/rss3Sepolia.d.ts +3 -3
  606. package/_types/chains/definitions/saakuru.d.ts +1 -1
  607. package/_types/chains/definitions/sapphireTestnet.d.ts +1 -1
  608. package/_types/chains/definitions/satoshivm.d.ts +1 -1
  609. package/_types/chains/definitions/satoshivmTestnet.d.ts +1 -1
  610. package/_types/chains/definitions/seiDevnet.d.ts +1 -1
  611. package/_types/chains/definitions/seismicDevnet.d.ts +1 -1
  612. package/_types/chains/definitions/shape.d.ts +3 -3
  613. package/_types/chains/definitions/shapeSepolia.d.ts +3 -3
  614. package/_types/chains/definitions/shardeum.d.ts +1 -1
  615. package/_types/chains/definitions/shardeumSphinx.d.ts +1 -1
  616. package/_types/chains/definitions/shiden.d.ts +1 -1
  617. package/_types/chains/definitions/shimmer.d.ts +1 -1
  618. package/_types/chains/definitions/shimmerTestnet.d.ts +1 -1
  619. package/_types/chains/definitions/sidra.d.ts +1 -1
  620. package/_types/chains/definitions/silicon.d.ts +1 -1
  621. package/_types/chains/definitions/siliconSepolia.d.ts +1 -1
  622. package/_types/chains/definitions/sixProtocol.d.ts +1 -1
  623. package/_types/chains/definitions/sketchpad.d.ts +1 -1
  624. package/_types/chains/definitions/snax.d.ts +3 -3
  625. package/_types/chains/definitions/snaxTestnet.d.ts +3 -3
  626. package/_types/chains/definitions/soneium.d.ts +3 -3
  627. package/_types/chains/definitions/soneiumMinato.d.ts +3 -3
  628. package/_types/chains/definitions/songbirdTestnet.d.ts +1 -1
  629. package/_types/chains/definitions/sonicTestnet.d.ts +1 -1
  630. package/_types/chains/definitions/sophon.d.ts +13 -13
  631. package/_types/chains/definitions/sophonTestnet.d.ts +13 -13
  632. package/_types/chains/definitions/sovaSepolia.d.ts +1 -1
  633. package/_types/chains/definitions/spicy.d.ts +1 -1
  634. package/_types/chains/definitions/step.d.ts +1 -1
  635. package/_types/chains/definitions/storyOdyssey.d.ts +1 -1
  636. package/_types/chains/definitions/storyTestnet.d.ts +1 -1
  637. package/_types/chains/definitions/stratis.d.ts +1 -1
  638. package/_types/chains/definitions/superlumio.d.ts +1 -1
  639. package/_types/chains/definitions/superseed.d.ts +3 -3
  640. package/_types/chains/definitions/superseedSepolia.d.ts +3 -3
  641. package/_types/chains/definitions/swan.d.ts +1 -1
  642. package/_types/chains/definitions/swanProximaTestnet.d.ts +1 -1
  643. package/_types/chains/definitions/swanSaturnTestnet.d.ts +1 -1
  644. package/_types/chains/definitions/swellchain.d.ts +3 -3
  645. package/_types/chains/definitions/swellchainTestnet.d.ts +3 -3
  646. package/_types/chains/definitions/swissdlt.d.ts +1 -1
  647. package/_types/chains/definitions/taikoKatla.d.ts +1 -1
  648. package/_types/chains/definitions/taikoTestnetSepolia.d.ts +1 -1
  649. package/_types/chains/definitions/taraxa.d.ts +1 -1
  650. package/_types/chains/definitions/taraxaTestnet.d.ts +1 -1
  651. package/_types/chains/definitions/telcoinTestnet.d.ts +1 -1
  652. package/_types/chains/definitions/telosTestnet.d.ts +1 -1
  653. package/_types/chains/definitions/tenet.d.ts +1 -1
  654. package/_types/chains/definitions/ternoa.d.ts +1 -1
  655. package/_types/chains/definitions/that.d.ts +1 -1
  656. package/_types/chains/definitions/theta.d.ts +1 -1
  657. package/_types/chains/definitions/thetaTestnet.d.ts +1 -1
  658. package/_types/chains/definitions/thunderTestnet.d.ts +1 -1
  659. package/_types/chains/definitions/tiktrixTestnet.d.ts +1 -1
  660. package/_types/chains/definitions/tomb.d.ts +1 -1
  661. package/_types/chains/definitions/treasure.d.ts +13 -13
  662. package/_types/chains/definitions/treasureTopaz.d.ts +13 -13
  663. package/_types/chains/definitions/tron.d.ts +1 -1
  664. package/_types/chains/definitions/tronShasta.d.ts +1 -1
  665. package/_types/chains/definitions/ubiq.d.ts +1 -1
  666. package/_types/chains/definitions/ultra.d.ts +1 -1
  667. package/_types/chains/definitions/ultraTestnet.d.ts +1 -1
  668. package/_types/chains/definitions/ultron.d.ts +1 -1
  669. package/_types/chains/definitions/ultronTestnet.d.ts +1 -1
  670. package/_types/chains/definitions/unichain.d.ts +3 -3
  671. package/_types/chains/definitions/unichainSepolia.d.ts +3 -3
  672. package/_types/chains/definitions/unique.d.ts +1 -1
  673. package/_types/chains/definitions/uniqueOpal.d.ts +1 -1
  674. package/_types/chains/definitions/uniqueQuartz.d.ts +1 -1
  675. package/_types/chains/definitions/vanar.d.ts +1 -1
  676. package/_types/chains/definitions/vechain.d.ts +1 -1
  677. package/_types/chains/definitions/viction.d.ts +1 -1
  678. package/_types/chains/definitions/vision.d.ts +1 -1
  679. package/_types/chains/definitions/visionTestnet.d.ts +1 -1
  680. package/_types/chains/definitions/weavevmAlphanet.d.ts +1 -1
  681. package/_types/chains/definitions/wemix.d.ts +1 -1
  682. package/_types/chains/definitions/wemixTestnet.d.ts +1 -1
  683. package/_types/chains/definitions/westendAssetHub.d.ts +1 -1
  684. package/_types/chains/definitions/whitechainTestnet.d.ts +1 -1
  685. package/_types/chains/definitions/wmcTestnet.d.ts +1 -1
  686. package/_types/chains/definitions/worldLand.d.ts +1 -1
  687. package/_types/chains/definitions/worldchain.d.ts +3 -3
  688. package/_types/chains/definitions/worldchainSepolia.d.ts +3 -3
  689. package/_types/chains/definitions/xaiTestnet.d.ts +1 -1
  690. package/_types/chains/definitions/xphereMainnet.d.ts +1 -1
  691. package/_types/chains/definitions/xphereTestnet.d.ts +1 -1
  692. package/_types/chains/definitions/xrOne.d.ts +1 -1
  693. package/_types/chains/definitions/xrSepolia.d.ts +1 -1
  694. package/_types/chains/definitions/yooldoVerse.d.ts +1 -1
  695. package/_types/chains/definitions/yooldoVerseTestnet.d.ts +1 -1
  696. package/_types/chains/definitions/zeniq.d.ts +1 -1
  697. package/_types/chains/definitions/zeroNetwork.d.ts +1 -1
  698. package/_types/chains/definitions/zhejiang.d.ts +1 -1
  699. package/_types/chains/definitions/zilliqa.d.ts +1 -1
  700. package/_types/chains/definitions/zilliqaTestnet.d.ts +1 -1
  701. package/_types/chains/definitions/zircuit.d.ts +3 -3
  702. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +3 -3
  703. package/_types/chains/definitions/zircuitTestnet.d.ts +3 -3
  704. package/_types/chains/definitions/zkFairTestnet.d.ts +1 -1
  705. package/_types/chains/definitions/zkLinkNova.d.ts +1 -1
  706. package/_types/chains/definitions/zkLinkNovaSepoliaTestnet.d.ts +1 -1
  707. package/_types/chains/definitions/zksync.d.ts +14 -14
  708. package/_types/chains/definitions/zksyncInMemoryNode.d.ts +14 -14
  709. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +14 -14
  710. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +14 -14
  711. package/_types/chains/definitions/zksyncLocalHyperchainL1.d.ts +1 -1
  712. package/_types/chains/definitions/zksyncLocalNode.d.ts +14 -14
  713. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +14 -14
  714. package/_types/chains/definitions/zora.d.ts +3 -3
  715. package/_types/chains/definitions/zoraSepolia.d.ts +3 -3
  716. package/_types/chains/definitions/zoraTestnet.d.ts +3 -3
  717. package/_types/chains/index.d.ts +49 -49
  718. package/_types/chains/index.d.ts.map +1 -1
  719. package/_types/clients/createClient.d.ts +2 -0
  720. package/_types/clients/createClient.d.ts.map +1 -1
  721. package/_types/clients/decorators/test.d.ts.map +1 -1
  722. package/_types/clients/transports/custom.d.ts.map +1 -1
  723. package/_types/clients/transports/fallback.d.ts.map +1 -1
  724. package/_types/clients/transports/http.d.ts.map +1 -1
  725. package/_types/clients/transports/ipc.d.ts.map +1 -1
  726. package/_types/clients/transports/webSocket.d.ts.map +1 -1
  727. package/_types/constants/abis.d.ts +2 -2
  728. package/_types/constants/abis.d.ts.map +1 -1
  729. package/_types/constants/contracts.d.ts +2 -1
  730. package/_types/constants/contracts.d.ts.map +1 -1
  731. package/_types/ens/index.d.ts +4 -4
  732. package/_types/ens/index.d.ts.map +1 -1
  733. package/_types/errors/version.d.ts +1 -1
  734. package/_types/errors/version.d.ts.map +1 -1
  735. package/_types/experimental/erc7821/index.d.ts +1 -1
  736. package/_types/experimental/erc7821/index.d.ts.map +1 -1
  737. package/_types/experimental/index.d.ts +62 -62
  738. package/_types/experimental/index.d.ts.map +1 -1
  739. package/_types/index.d.ts +204 -197
  740. package/_types/index.d.ts.map +1 -1
  741. package/_types/linea/index.d.ts +1 -1
  742. package/_types/linea/index.d.ts.map +1 -1
  743. package/_types/node/index.d.ts +1 -1
  744. package/_types/node/index.d.ts.map +1 -1
  745. package/_types/node/trustedSetups.d.ts.map +1 -1
  746. package/_types/nonce/index.d.ts +1 -1
  747. package/_types/nonce/index.d.ts.map +1 -1
  748. package/_types/op-stack/chainConfig.d.ts +3 -3
  749. package/_types/op-stack/formatters.d.ts +3 -3
  750. package/_types/op-stack/index.d.ts +43 -43
  751. package/_types/op-stack/index.d.ts.map +1 -1
  752. package/_types/op-stack/types/transaction.d.ts +2 -2
  753. package/_types/op-stack/types/transaction.d.ts.map +1 -1
  754. package/_types/siwe/index.d.ts +4 -4
  755. package/_types/siwe/index.d.ts.map +1 -1
  756. package/_types/types/account.d.ts +1 -1
  757. package/_types/types/account.d.ts.map +1 -1
  758. package/_types/types/chain.d.ts +1 -1
  759. package/_types/types/chain.d.ts.map +1 -1
  760. package/_types/types/contract.d.ts +1 -1
  761. package/_types/types/contract.d.ts.map +1 -1
  762. package/_types/types/eip1193.d.ts +1 -2
  763. package/_types/types/eip1193.d.ts.map +1 -1
  764. package/_types/utils/abi/decodeAbiParameters.d.ts +1 -1
  765. package/_types/utils/abi/decodeAbiParameters.d.ts.map +1 -1
  766. package/_types/utils/abi/decodeDeployData.d.ts +1 -1
  767. package/_types/utils/abi/decodeDeployData.d.ts.map +1 -1
  768. package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
  769. package/_types/utils/abi/decodeFunctionResult.d.ts +1 -1
  770. package/_types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
  771. package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
  772. package/_types/utils/abi/encodeErrorResult.d.ts +2 -2
  773. package/_types/utils/abi/encodeErrorResult.d.ts.map +1 -1
  774. package/_types/utils/abi/encodeFunctionData.d.ts +3 -3
  775. package/_types/utils/abi/encodeFunctionData.d.ts.map +1 -1
  776. package/_types/utils/abi/encodeFunctionResult.d.ts +1 -1
  777. package/_types/utils/abi/encodeFunctionResult.d.ts.map +1 -1
  778. package/_types/utils/abi/encodePacked.d.ts.map +1 -1
  779. package/_types/utils/abi/prepareEncodeFunctionData.d.ts +3 -3
  780. package/_types/utils/abi/prepareEncodeFunctionData.d.ts.map +1 -1
  781. package/_types/utils/address/getContractAddress.d.ts +1 -1
  782. package/_types/utils/address/getContractAddress.d.ts.map +1 -1
  783. package/_types/utils/buildRequest.d.ts +1 -1
  784. package/_types/utils/buildRequest.d.ts.map +1 -1
  785. package/_types/utils/ccip.d.ts +2 -2
  786. package/_types/utils/ccip.d.ts.map +1 -1
  787. package/_types/utils/encoding/fromBytes.d.ts.map +1 -1
  788. package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
  789. package/_types/utils/ens/avatar/utils.d.ts.map +1 -1
  790. package/_types/utils/ens/namehash.d.ts.map +1 -1
  791. package/_types/utils/filters/createFilterRequestScope.d.ts +1 -2
  792. package/_types/utils/filters/createFilterRequestScope.d.ts.map +1 -1
  793. package/_types/utils/formatters/block.d.ts +1 -2
  794. package/_types/utils/formatters/block.d.ts.map +1 -1
  795. package/_types/utils/formatters/transaction.d.ts +2 -3
  796. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  797. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  798. package/_types/utils/hash/hashSignature.d.ts +1 -1
  799. package/_types/utils/hash/hashSignature.d.ts.map +1 -1
  800. package/_types/utils/index.d.ts +67 -64
  801. package/_types/utils/index.d.ts.map +1 -1
  802. package/_types/utils/promise/withTimeout.d.ts.map +1 -1
  803. package/_types/utils/rpc/compat.d.ts.map +1 -1
  804. package/_types/utils/rpc/ipc.d.ts.map +1 -1
  805. package/_types/utils/rpc/socket.d.ts.map +1 -1
  806. package/_types/utils/rpc/webSocket.d.ts.map +1 -1
  807. package/_types/utils/signature/hashTypedData.d.ts.map +1 -1
  808. package/_types/utils/signature/isErc8010Signature.d.ts +8 -0
  809. package/_types/utils/signature/isErc8010Signature.d.ts.map +1 -0
  810. package/_types/utils/signature/parseErc8010Signature.d.ts +27 -0
  811. package/_types/utils/signature/parseErc8010Signature.d.ts.map +1 -0
  812. package/_types/utils/signature/recoverAddress.d.ts +1 -1
  813. package/_types/utils/signature/recoverAddress.d.ts.map +1 -1
  814. package/_types/utils/signature/recoverMessageAddress.d.ts +1 -1
  815. package/_types/utils/signature/recoverMessageAddress.d.ts.map +1 -1
  816. package/_types/utils/signature/recoverTypedDataAddress.d.ts +1 -1
  817. package/_types/utils/signature/recoverTypedDataAddress.d.ts.map +1 -1
  818. package/_types/utils/signature/serializeErc8010Signature.d.ts +24 -0
  819. package/_types/utils/signature/serializeErc8010Signature.d.ts.map +1 -0
  820. package/_types/utils/signature/toPrefixedMessage.d.ts.map +1 -1
  821. package/_types/utils/signature/verifyHash.d.ts +1 -1
  822. package/_types/utils/signature/verifyHash.d.ts.map +1 -1
  823. package/_types/utils/signature/verifyMessage.d.ts +1 -1
  824. package/_types/utils/signature/verifyMessage.d.ts.map +1 -1
  825. package/_types/utils/signature/verifyTypedData.d.ts +1 -1
  826. package/_types/utils/signature/verifyTypedData.d.ts.map +1 -1
  827. package/_types/utils/siwe/utils.d.ts.map +1 -1
  828. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  829. package/_types/utils/typedData.d.ts.map +1 -1
  830. package/_types/zksync/actions/claimFailedDeposit.d.ts.map +1 -1
  831. package/_types/zksync/actions/deposit.d.ts.map +1 -1
  832. package/_types/zksync/actions/requestExecute.d.ts.map +1 -1
  833. package/_types/zksync/actions/sendTransaction.d.ts +1 -1
  834. package/_types/zksync/actions/sendTransaction.d.ts.map +1 -1
  835. package/_types/zksync/actions/signTransaction.d.ts.map +1 -1
  836. package/_types/zksync/chainConfig.d.ts +13 -13
  837. package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
  838. package/_types/zksync/formatters.d.ts +13 -13
  839. package/_types/zksync/index.d.ts +36 -36
  840. package/_types/zksync/index.d.ts.map +1 -1
  841. package/_types/zksync/types/chain.d.ts +1 -2
  842. package/_types/zksync/types/chain.d.ts.map +1 -1
  843. package/_types/zksync/types/transaction.d.ts +1 -1
  844. package/_types/zksync/types/transaction.d.ts.map +1 -1
  845. package/_types/zksync/utils/abi/encodeDeployData.d.ts.map +1 -1
  846. package/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.ts +9 -2
  847. package/account-abstraction/accounts/types.ts +3 -1
  848. package/account-abstraction/actions/bundler/prepareUserOperation.ts +1 -1
  849. package/account-abstraction/clients/createBundlerClient.ts +1 -2
  850. package/account-abstraction/index.ts +28 -29
  851. package/accounts/hdKeyToAccount.ts +1 -2
  852. package/accounts/index.ts +42 -46
  853. package/accounts/privateKeyToAccount.ts +1 -3
  854. package/accounts/toAccount.ts +1 -2
  855. package/accounts/utils/signTypedData.ts +1 -3
  856. package/accounts/wordlists.ts +1 -1
  857. package/actions/getContract.ts +1 -2
  858. package/actions/index.ts +212 -212
  859. package/actions/public/call.ts +28 -20
  860. package/actions/public/createAccessList.ts +1 -1
  861. package/actions/public/estimateMaxPriorityFeePerGas.ts +5 -2
  862. package/actions/public/multicall.ts +44 -26
  863. package/actions/public/readContract.ts +1 -0
  864. package/actions/public/simulateBlocks.ts +1 -1
  865. package/actions/public/simulateContract.ts +2 -3
  866. package/actions/public/verifyHash.ts +253 -54
  867. package/actions/public/verifyMessage.ts +1 -1
  868. package/actions/public/waitForTransactionReceipt.ts +0 -1
  869. package/actions/public/watchContractEvent.ts +3 -4
  870. package/actions/public/watchEvent.ts +10 -11
  871. package/actions/siwe/verifySiweMessage.ts +1 -1
  872. package/actions/wallet/deployContract.ts +2 -4
  873. package/actions/wallet/prepareTransactionRequest.ts +5 -2
  874. package/actions/wallet/sendTransaction.ts +1 -1
  875. package/actions/wallet/signMessage.ts +1 -1
  876. package/actions/wallet/signTransaction.ts +1 -1
  877. package/actions/wallet/signTypedData.ts +2 -2
  878. package/actions/wallet/waitForCallsStatus.ts +1 -1
  879. package/celo/parsers.ts +1 -2
  880. package/celo/types.ts +10 -12
  881. package/chains/definitions/abstract.ts +1 -1
  882. package/chains/definitions/abstractTestnet.ts +1 -1
  883. package/chains/definitions/zksync.ts +1 -1
  884. package/chains/definitions/zksyncSepoliaTestnet.ts +1 -1
  885. package/chains/index.ts +48 -49
  886. package/clients/createClient.ts +2 -0
  887. package/clients/decorators/test.ts +3 -1
  888. package/clients/transports/custom.ts +1 -1
  889. package/clients/transports/fallback.ts +4 -4
  890. package/clients/transports/http.ts +2 -2
  891. package/clients/transports/ipc.ts +2 -2
  892. package/clients/transports/webSocket.ts +1 -1
  893. package/constants/abis.ts +2 -2
  894. package/constants/contracts.ts +4 -1
  895. package/ens/index.ts +9 -9
  896. package/errors/contract.ts +1 -1
  897. package/errors/version.ts +1 -1
  898. package/experimental/erc7739/actions/signMessage.ts +1 -1
  899. package/experimental/erc7739/utils/hashMessage.ts +1 -1
  900. package/experimental/erc7821/index.ts +1 -3
  901. package/experimental/index.ts +68 -71
  902. package/index.ts +1015 -994
  903. package/linea/index.ts +1 -1
  904. package/node/index.ts +2 -4
  905. package/node/trustedSetups.ts +1 -0
  906. package/nonce/index.ts +2 -2
  907. package/op-stack/actions/estimateDepositTransactionGas.ts +1 -1
  908. package/op-stack/actions/estimateFinalizeWithdrawalGas.ts +1 -1
  909. package/op-stack/actions/estimateInitiateWithdrawalGas.ts +1 -1
  910. package/op-stack/actions/estimateProveWithdrawalGas.ts +1 -1
  911. package/op-stack/index.ts +73 -81
  912. package/op-stack/types/transaction.ts +2 -2
  913. package/package.json +2 -2
  914. package/siwe/index.ts +10 -14
  915. package/types/account.ts +1 -1
  916. package/types/chain.ts +1 -1
  917. package/types/contract.ts +1 -1
  918. package/types/eip1193.ts +1 -1
  919. package/types/register.ts +1 -1
  920. package/utils/abi/decodeAbiParameters.ts +3 -5
  921. package/utils/abi/decodeDeployData.ts +1 -2
  922. package/utils/abi/decodeEventLog.ts +1 -2
  923. package/utils/abi/decodeFunctionResult.ts +1 -2
  924. package/utils/abi/encodeAbiParameters.ts +5 -5
  925. package/utils/abi/encodeErrorResult.ts +2 -3
  926. package/utils/abi/encodeEventTopics.ts +4 -1
  927. package/utils/abi/encodeFunctionData.ts +3 -4
  928. package/utils/abi/encodeFunctionResult.ts +1 -2
  929. package/utils/abi/encodePacked.ts +5 -5
  930. package/utils/abi/getAbiItem.ts +1 -1
  931. package/utils/abi/prepareEncodeFunctionData.ts +3 -4
  932. package/utils/address/getContractAddress.ts +1 -3
  933. package/utils/buildRequest.ts +3 -3
  934. package/utils/ccip.ts +2 -3
  935. package/utils/encoding/fromBytes.ts +1 -1
  936. package/utils/ens/avatar/parseAvatarRecord.ts +3 -3
  937. package/utils/ens/avatar/utils.ts +3 -4
  938. package/utils/ens/namehash.ts +1 -1
  939. package/utils/filters/createFilterRequestScope.ts +1 -2
  940. package/utils/formatters/block.ts +1 -1
  941. package/utils/formatters/transaction.ts +1 -1
  942. package/utils/hash/hashSignature.ts +1 -2
  943. package/utils/index.ts +276 -262
  944. package/utils/poll.ts +1 -1
  945. package/utils/promise/withCache.ts +1 -1
  946. package/utils/promise/withTimeout.ts +3 -1
  947. package/utils/rpc/compat.ts +1 -1
  948. package/utils/rpc/ipc.ts +2 -2
  949. package/utils/rpc/socket.ts +1 -0
  950. package/utils/rpc/webSocket.ts +1 -1
  951. package/utils/signature/hashTypedData.ts +1 -1
  952. package/utils/signature/isErc8010Signature.ts +14 -0
  953. package/utils/signature/parseErc8010Signature.ts +64 -0
  954. package/utils/signature/recoverAddress.ts +1 -2
  955. package/utils/signature/recoverMessageAddress.ts +1 -3
  956. package/utils/signature/recoverTypedDataAddress.ts +1 -3
  957. package/utils/signature/serializeErc8010Signature.ts +48 -0
  958. package/utils/signature/toPrefixedMessage.ts +1 -1
  959. package/utils/signature/verifyHash.ts +1 -3
  960. package/utils/signature/verifyMessage.ts +1 -3
  961. package/utils/signature/verifyTypedData.ts +1 -3
  962. package/utils/siwe/createSiweMessage.ts +1 -1
  963. package/utils/siwe/utils.ts +3 -4
  964. package/utils/transaction/serializeTransaction.ts +1 -1
  965. package/utils/typedData.ts +6 -4
  966. package/zksync/actions/claimFailedDeposit.ts +2 -3
  967. package/zksync/actions/deposit.ts +1 -1
  968. package/zksync/actions/requestExecute.ts +1 -1
  969. package/zksync/actions/sendTransaction.ts +2 -2
  970. package/zksync/actions/signTransaction.ts +1 -1
  971. package/zksync/decorators/publicL2.ts +1 -1
  972. package/zksync/index.ts +72 -84
  973. package/zksync/types/chain.ts +5 -2
  974. package/zksync/types/transaction.ts +2 -2
  975. package/zksync/utils/abi/encodeDeployData.ts +1 -2
package/_types/index.d.ts CHANGED
@@ -1,89 +1,77 @@
1
- export { type Abi, type AbiFunction, type AbiParameter, type AbiEvent, type AbiStateMutability, type AbiParameterKind, type AbiParameterToPrimitiveType, type Address, type Narrow, type ParseAbi, type ParseAbiItem, type ParseAbiParameter, type ParseAbiParameters, type TypedData, type TypedDataDomain, type TypedDataParameter, CircularReferenceError, InvalidAbiParameterError, InvalidAbiParametersError, InvalidAbiItemError, InvalidAbiTypeParameterError, InvalidFunctionModifierError, InvalidModifierError, InvalidParameterError, InvalidParenthesisError, InvalidSignatureError, InvalidStructSignatureError, SolidityProtectedKeywordError, UnknownTypeError, UnknownSignatureError, parseAbi, parseAbiItem, parseAbiParameter, parseAbiParameters, } from 'abitype';
1
+ export { type Abi, type AbiEvent, type AbiFunction, type AbiParameter, type AbiParameterKind, type AbiParameterToPrimitiveType, type AbiStateMutability, type Address, CircularReferenceError, InvalidAbiItemError, InvalidAbiParameterError, InvalidAbiParametersError, InvalidAbiTypeParameterError, InvalidFunctionModifierError, InvalidModifierError, InvalidParameterError, InvalidParenthesisError, InvalidSignatureError, InvalidStructSignatureError, type Narrow, type ParseAbi, type ParseAbiItem, type ParseAbiParameter, type ParseAbiParameters, parseAbi, parseAbiItem, parseAbiParameter, parseAbiParameters, SolidityProtectedKeywordError, type TypedData, type TypedDataDomain, type TypedDataParameter, UnknownSignatureError, UnknownTypeError, } from 'abitype';
2
2
  export type { BlockOverrides, Rpc as RpcBlockOverrides, } from 'ox/BlockOverrides';
3
- export { getContract, type GetContractErrorType, type GetContractParameters, type GetContractReturnType, } from './actions/getContract.js';
4
- export type { GetContractEventsErrorType, GetContractEventsParameters, GetContractEventsReturnType, } from './actions/public/getContractEvents.js';
5
- export type { GetEip712DomainErrorType, GetEip712DomainParameters, GetEip712DomainReturnType, } from './actions/public/getEip712Domain.js';
6
- export type { AddChainErrorType, AddChainParameters, } from './actions/wallet/addChain.js';
3
+ export type { RpcEstimateUserOperationGasReturnType, RpcGetUserOperationByHashReturnType, RpcUserOperation, RpcUserOperationReceipt, RpcUserOperationRequest, } from './account-abstraction/types/rpc.js';
4
+ export type { Account, AccountSource, CustomSource, HDAccount, HDOptions, JsonRpcAccount, LocalAccount, PrivateKeyAccount, } from './accounts/types.js';
5
+ export type { GetEnsAddressErrorType, GetEnsAddressParameters, GetEnsAddressReturnType, } from './actions/ens/getEnsAddress.js';
6
+ export type { GetEnsAvatarErrorType, GetEnsAvatarParameters, GetEnsAvatarReturnType, } from './actions/ens/getEnsAvatar.js';
7
+ export type { GetEnsNameErrorType, GetEnsNameParameters, GetEnsNameReturnType, } from './actions/ens/getEnsName.js';
8
+ export type { GetEnsResolverErrorType, GetEnsResolverParameters, GetEnsResolverReturnType, } from './actions/ens/getEnsResolver.js';
9
+ export type { GetEnsTextErrorType, GetEnsTextParameters, GetEnsTextReturnType, } from './actions/ens/getEnsText.js';
10
+ export { type GetContractErrorType, type GetContractParameters, type GetContractReturnType, getContract, } from './actions/getContract.js';
7
11
  export type { CallErrorType, CallParameters, CallReturnType, } from './actions/public/call.js';
8
- export type { CreateAccessListParameters, CreateAccessListReturnType, CreateAccessListErrorType, } from './actions/public/createAccessList.js';
12
+ export type { CreateAccessListErrorType, CreateAccessListParameters, CreateAccessListReturnType, } from './actions/public/createAccessList.js';
9
13
  export type { CreateBlockFilterErrorType, CreateBlockFilterReturnType, } from './actions/public/createBlockFilter.js';
10
14
  export type { CreateContractEventFilterErrorType, CreateContractEventFilterParameters, CreateContractEventFilterReturnType, } from './actions/public/createContractEventFilter.js';
11
15
  export type { CreateEventFilterErrorType, CreateEventFilterParameters, CreateEventFilterReturnType, } from './actions/public/createEventFilter.js';
12
16
  export type { CreatePendingTransactionFilterErrorType, CreatePendingTransactionFilterReturnType, } from './actions/public/createPendingTransactionFilter.js';
13
- export type { DeployContractErrorType, DeployContractParameters, DeployContractReturnType, } from './actions/wallet/deployContract.js';
14
- export type { DropTransactionErrorType, DropTransactionParameters, } from './actions/test/dropTransaction.js';
15
- export type { DumpStateErrorType, DumpStateReturnType, } from './actions/test/dumpState.js';
16
- export type { GetAutomineErrorType, GetAutomineReturnType, } from './actions/test/getAutomine.js';
17
17
  export type { EstimateContractGasErrorType, EstimateContractGasParameters, EstimateContractGasReturnType, } from './actions/public/estimateContractGas.js';
18
- export type { EstimateGasErrorType, EstimateGasParameters, EstimateGasReturnType, } from './actions/public/estimateGas.js';
19
18
  export type { EstimateFeesPerGasErrorType, EstimateFeesPerGasParameters, EstimateFeesPerGasReturnType, } from './actions/public/estimateFeesPerGas.js';
19
+ export type { EstimateGasErrorType, EstimateGasParameters, EstimateGasReturnType, } from './actions/public/estimateGas.js';
20
20
  export type { EstimateMaxPriorityFeePerGasErrorType, EstimateMaxPriorityFeePerGasParameters, EstimateMaxPriorityFeePerGasReturnType, } from './actions/public/estimateMaxPriorityFeePerGas.js';
21
- export type { GetAddressesErrorType, GetAddressesReturnType, } from './actions/wallet/getAddresses.js';
22
21
  export type { GetBalanceErrorType, GetBalanceParameters, GetBalanceReturnType, } from './actions/public/getBalance.js';
23
22
  export type { GetBlobBaseFeeErrorType, GetBlobBaseFeeReturnType, } from './actions/public/getBlobBaseFee.js';
24
- export type { GetBlockNumberErrorType, GetBlockNumberParameters, GetBlockNumberReturnType, } from './actions/public/getBlockNumber.js';
25
23
  export type { GetBlockErrorType, GetBlockParameters, GetBlockReturnType, } from './actions/public/getBlock.js';
24
+ export type { GetBlockNumberErrorType, GetBlockNumberParameters, GetBlockNumberReturnType, } from './actions/public/getBlockNumber.js';
26
25
  export type { GetBlockTransactionCountErrorType, GetBlockTransactionCountParameters, GetBlockTransactionCountReturnType, } from './actions/public/getBlockTransactionCount.js';
26
+ export type { GetChainIdErrorType, GetChainIdReturnType, } from './actions/public/getChainId.js';
27
27
  export type {
28
28
  /** @deprecated Use `GetCodeErrorType` instead */
29
- GetCodeErrorType as GetBytecodeErrorType,
29
+ GetCodeErrorType as GetBytecodeErrorType, GetCodeErrorType,
30
30
  /** @deprecated Use `GetCodeParameters` instead */
31
- GetCodeParameters as GetBytecodeParameters,
31
+ GetCodeParameters as GetBytecodeParameters, GetCodeParameters,
32
32
  /** @deprecated Use `GetCodeReturnType` instead */
33
- GetCodeReturnType as GetBytecodeReturnType, GetCodeErrorType, GetCodeParameters, GetCodeReturnType, } from './actions/public/getCode.js';
34
- export type { GetChainIdErrorType, GetChainIdReturnType, } from './actions/public/getChainId.js';
35
- export type { GetEnsAddressErrorType, GetEnsAddressParameters, GetEnsAddressReturnType, } from './actions/ens/getEnsAddress.js';
36
- export type { GetEnsAvatarErrorType, GetEnsAvatarParameters, GetEnsAvatarReturnType, } from './actions/ens/getEnsAvatar.js';
37
- export type { GetEnsNameErrorType, GetEnsNameParameters, GetEnsNameReturnType, } from './actions/ens/getEnsName.js';
38
- export type { GetEnsResolverErrorType, GetEnsResolverParameters, GetEnsResolverReturnType, } from './actions/ens/getEnsResolver.js';
39
- export type { GetEnsTextErrorType, GetEnsTextParameters, GetEnsTextReturnType, } from './actions/ens/getEnsText.js';
33
+ GetCodeReturnType as GetBytecodeReturnType, GetCodeReturnType, } from './actions/public/getCode.js';
34
+ export type { GetContractEventsErrorType, GetContractEventsParameters, GetContractEventsReturnType, } from './actions/public/getContractEvents.js';
35
+ export type { GetEip712DomainErrorType, GetEip712DomainParameters, GetEip712DomainReturnType, } from './actions/public/getEip712Domain.js';
40
36
  export type { GetFeeHistoryErrorType, GetFeeHistoryParameters, GetFeeHistoryReturnType, } from './actions/public/getFeeHistory.js';
41
37
  export type { GetFilterChangesErrorType, GetFilterChangesParameters, GetFilterChangesReturnType, } from './actions/public/getFilterChanges.js';
42
38
  export type { GetFilterLogsErrorType, GetFilterLogsParameters, GetFilterLogsReturnType, } from './actions/public/getFilterLogs.js';
43
39
  export type { GetGasPriceErrorType, GetGasPriceReturnType, } from './actions/public/getGasPrice.js';
44
40
  export type { GetLogsErrorType, GetLogsParameters, GetLogsReturnType, } from './actions/public/getLogs.js';
45
- export type { GetPermissionsErrorType, GetPermissionsReturnType, } from './actions/wallet/getPermissions.js';
46
41
  export type { GetProofErrorType, GetProofParameters, GetProofReturnType, } from './actions/public/getProof.js';
47
42
  export type { GetStorageAtErrorType, GetStorageAtParameters, GetStorageAtReturnType, } from './actions/public/getStorageAt.js';
43
+ export type { GetTransactionErrorType, GetTransactionParameters, GetTransactionReturnType, } from './actions/public/getTransaction.js';
48
44
  export type { GetTransactionConfirmationsErrorType, GetTransactionConfirmationsParameters, GetTransactionConfirmationsReturnType, } from './actions/public/getTransactionConfirmations.js';
49
45
  export type { GetTransactionCountErrorType, GetTransactionCountParameters, GetTransactionCountReturnType, } from './actions/public/getTransactionCount.js';
50
- export type { GetTransactionErrorType, GetTransactionParameters, GetTransactionReturnType, } from './actions/public/getTransaction.js';
51
46
  export type { GetTransactionReceiptErrorType, GetTransactionReceiptParameters, GetTransactionReceiptReturnType, } from './actions/public/getTransactionReceipt.js';
52
- export type { ImpersonateAccountErrorType, ImpersonateAccountParameters, } from './actions/test/impersonateAccount.js';
53
- export type { IncreaseTimeErrorType, IncreaseTimeParameters, } from './actions/test/increaseTime.js';
54
- export type { LoadStateErrorType, LoadStateParameters, LoadStateReturnType, } from './actions/test/loadState.js';
55
- export type { MineErrorType, MineParameters } from './actions/test/mine.js';
56
47
  export type { MulticallErrorType, MulticallParameters, MulticallReturnType, } from './actions/public/multicall.js';
57
- export type { SnapshotErrorType } from './actions/test/snapshot.js';
58
- export type { SimulateBlocksParameters, SimulateBlocksReturnType, SimulateBlocksErrorType, } from './actions/public/simulateBlocks.js';
59
- export type { SimulateCallsParameters, SimulateCallsReturnType, SimulateCallsErrorType, } from './actions/public/simulateCalls.js';
60
- export type { GetMutabilityAwareValue, SimulateContractParameters, SimulateContractReturnType, SimulateContractErrorType, } from './actions/public/simulateContract.js';
61
- export type { OnBlock, OnBlockParameter, WatchBlocksErrorType, WatchBlocksParameters, WatchBlocksReturnType, } from './actions/public/watchBlocks.js';
62
- export type { OnBlockNumberFn, OnBlockNumberParameter, WatchBlockNumberErrorType, WatchBlockNumberParameters, WatchBlockNumberReturnType, } from './actions/public/watchBlockNumber.js';
63
- export type { WatchEventOnLogsFn, WatchEventOnLogsParameter, WatchEventErrorType, WatchEventParameters, WatchEventReturnType, } from './actions/public/watchEvent.js';
64
- export type { OnTransactionsFn, OnTransactionsParameter, WatchPendingTransactionsErrorType, WatchPendingTransactionsParameters, WatchPendingTransactionsReturnType, } from './actions/public/watchPendingTransactions.js';
65
48
  export type { ReadContractErrorType, ReadContractParameters, ReadContractReturnType, } from './actions/public/readContract.js';
49
+ export type { SimulateBlocksErrorType, SimulateBlocksParameters, SimulateBlocksReturnType, } from './actions/public/simulateBlocks.js';
50
+ export type { SimulateCallsErrorType, SimulateCallsParameters, SimulateCallsReturnType, } from './actions/public/simulateCalls.js';
51
+ export type { GetMutabilityAwareValue, SimulateContractErrorType, SimulateContractParameters, SimulateContractReturnType, } from './actions/public/simulateContract.js';
52
+ export type { UninstallFilterErrorType, UninstallFilterParameters, UninstallFilterReturnType, } from './actions/public/uninstallFilter.js';
53
+ export type { VerifyHashErrorType as VerifyHashActionErrorType, VerifyHashParameters as VerifyHashActionParameters, VerifyHashReturnType as VerifyHashActionReturnType, } from './actions/public/verifyHash.js';
54
+ export type { VerifyMessageErrorType as VerifyMessageActionErrorType, VerifyMessageParameters as VerifyMessageActionParameters, VerifyMessageReturnType as VerifyMessageActionReturnType, } from './actions/public/verifyMessage.js';
55
+ export type { VerifyTypedDataErrorType as VerifyTypedDataActionErrorType, VerifyTypedDataParameters as VerifyTypedDataActionParameters, VerifyTypedDataReturnType as VerifyTypedDataActionReturnType, } from './actions/public/verifyTypedData.js';
66
56
  export type { ReplacementReason, ReplacementReturnType, WaitForTransactionReceiptErrorType, WaitForTransactionReceiptParameters, WaitForTransactionReceiptReturnType, } from './actions/public/waitForTransactionReceipt.js';
67
- export type { RequestAddressesErrorType, RequestAddressesReturnType, } from './actions/wallet/requestAddresses.js';
68
- export type { RequestPermissionsErrorType, RequestPermissionsReturnType, RequestPermissionsParameters, } from './actions/wallet/requestPermissions.js';
57
+ export type { OnBlockNumberFn, OnBlockNumberParameter, WatchBlockNumberErrorType, WatchBlockNumberParameters, WatchBlockNumberReturnType, } from './actions/public/watchBlockNumber.js';
58
+ export type { OnBlock, OnBlockParameter, WatchBlocksErrorType, WatchBlocksParameters, WatchBlocksReturnType, } from './actions/public/watchBlocks.js';
59
+ export type { WatchContractEventErrorType, WatchContractEventOnLogsFn, WatchContractEventOnLogsParameter, WatchContractEventParameters, WatchContractEventReturnType, } from './actions/public/watchContractEvent.js';
60
+ export type { WatchEventErrorType, WatchEventOnLogsFn, WatchEventOnLogsParameter, WatchEventParameters, WatchEventReturnType, } from './actions/public/watchEvent.js';
61
+ export type { OnTransactionsFn, OnTransactionsParameter, WatchPendingTransactionsErrorType, WatchPendingTransactionsParameters, WatchPendingTransactionsReturnType, } from './actions/public/watchPendingTransactions.js';
62
+ export type { DropTransactionErrorType, DropTransactionParameters, } from './actions/test/dropTransaction.js';
63
+ export type { DumpStateErrorType, DumpStateReturnType, } from './actions/test/dumpState.js';
64
+ export type { GetAutomineErrorType, GetAutomineReturnType, } from './actions/test/getAutomine.js';
69
65
  export type { GetTxpoolContentErrorType, GetTxpoolContentReturnType, } from './actions/test/getTxpoolContent.js';
70
66
  export type { GetTxpoolStatusErrorType, GetTxpoolStatusReturnType, } from './actions/test/getTxpoolStatus.js';
67
+ export type { ImpersonateAccountErrorType, ImpersonateAccountParameters, } from './actions/test/impersonateAccount.js';
68
+ export type { IncreaseTimeErrorType, IncreaseTimeParameters, } from './actions/test/increaseTime.js';
71
69
  export type { InspectTxpoolErrorType, InspectTxpoolReturnType, } from './actions/test/inspectTxpool.js';
70
+ export type { LoadStateErrorType, LoadStateParameters, LoadStateReturnType, } from './actions/test/loadState.js';
71
+ export type { MineErrorType, MineParameters } from './actions/test/mine.js';
72
72
  export type { RemoveBlockTimestampIntervalErrorType } from './actions/test/removeBlockTimestampInterval.js';
73
73
  export type { ResetErrorType, ResetParameters } from './actions/test/reset.js';
74
74
  export type { RevertErrorType, RevertParameters, } from './actions/test/revert.js';
75
- export type { SendRawTransactionErrorType, SendRawTransactionParameters, SendRawTransactionReturnType, } from './actions/wallet/sendRawTransaction.js';
76
- export type { SendTransactionErrorType, SendTransactionParameters, SendTransactionRequest, SendTransactionReturnType, } from './actions/wallet/sendTransaction.js';
77
- export type { SignTransactionErrorType, SignTransactionParameters, SignTransactionReturnType, } from './actions/wallet/signTransaction.js';
78
- export type { PrepareAuthorizationErrorType, PrepareAuthorizationParameters, PrepareAuthorizationReturnType, } from './actions/wallet/prepareAuthorization.js';
79
- export type { PrepareTransactionRequestErrorType, PrepareTransactionRequestParameters, PrepareTransactionRequestParameterType, PrepareTransactionRequestRequest, PrepareTransactionRequestReturnType, } from './actions/wallet/prepareTransactionRequest.js';
80
- export type { GetCapabilitiesParameters, GetCapabilitiesErrorType, GetCapabilitiesReturnType, } from './actions/wallet/getCapabilities.js';
81
- export type { SignAuthorizationErrorType, SignAuthorizationParameters, SignAuthorizationReturnType, } from './actions/wallet/signAuthorization.js';
82
- export type { SendCallsErrorType, SendCallsParameters, SendCallsReturnType, } from './actions/wallet/sendCalls.js';
83
- export type { GetCallsStatusErrorType, GetCallsStatusParameters, GetCallsStatusReturnType, } from './actions/wallet/getCallsStatus.js';
84
- export type { ShowCallsStatusErrorType, ShowCallsStatusParameters, ShowCallsStatusReturnType, } from './actions/wallet/showCallsStatus.js';
85
- export { WaitForCallsStatusTimeoutError } from './actions/wallet/waitForCallsStatus.js';
86
- export type { WaitForCallsStatusErrorType, WaitForCallsStatusParameters, WaitForCallsStatusReturnType, WaitForCallsStatusTimeoutErrorType, } from './actions/wallet/waitForCallsStatus.js';
87
75
  export type { SendUnsignedTransactionErrorType, SendUnsignedTransactionParameters, SendUnsignedTransactionReturnType, } from './actions/test/sendUnsignedTransaction.js';
88
76
  export type { SetAutomineErrorType } from './actions/test/setAutomine.js';
89
77
  export type { SetBalanceErrorType, SetBalanceParameters, } from './actions/test/setBalance.js';
@@ -99,92 +87,104 @@ export type { SetNextBlockTimestampErrorType, SetNextBlockTimestampParameters, }
99
87
  export type { SetNonceErrorType, SetNonceParameters, } from './actions/test/setNonce.js';
100
88
  export type { SetRpcUrlErrorType } from './actions/test/setRpcUrl.js';
101
89
  export type { SetStorageAtErrorType, SetStorageAtParameters, } from './actions/test/setStorageAt.js';
90
+ export type { SnapshotErrorType } from './actions/test/snapshot.js';
91
+ export type { StopImpersonatingAccountErrorType, StopImpersonatingAccountParameters, } from './actions/test/stopImpersonatingAccount.js';
92
+ export type { AddChainErrorType, AddChainParameters, } from './actions/wallet/addChain.js';
93
+ export type { DeployContractErrorType, DeployContractParameters, DeployContractReturnType, } from './actions/wallet/deployContract.js';
94
+ export type { GetAddressesErrorType, GetAddressesReturnType, } from './actions/wallet/getAddresses.js';
95
+ export type { GetCallsStatusErrorType, GetCallsStatusParameters, GetCallsStatusReturnType, } from './actions/wallet/getCallsStatus.js';
96
+ export type { GetCapabilitiesErrorType, GetCapabilitiesParameters, GetCapabilitiesReturnType, } from './actions/wallet/getCapabilities.js';
97
+ export type { GetPermissionsErrorType, GetPermissionsReturnType, } from './actions/wallet/getPermissions.js';
98
+ export type { PrepareAuthorizationErrorType, PrepareAuthorizationParameters, PrepareAuthorizationReturnType, } from './actions/wallet/prepareAuthorization.js';
99
+ export type { PrepareTransactionRequestErrorType, PrepareTransactionRequestParameters, PrepareTransactionRequestParameterType, PrepareTransactionRequestRequest, PrepareTransactionRequestReturnType, } from './actions/wallet/prepareTransactionRequest.js';
100
+ export type { RequestAddressesErrorType, RequestAddressesReturnType, } from './actions/wallet/requestAddresses.js';
101
+ export type { RequestPermissionsErrorType, RequestPermissionsParameters, RequestPermissionsReturnType, } from './actions/wallet/requestPermissions.js';
102
+ export type { SendCallsErrorType, SendCallsParameters, SendCallsReturnType, } from './actions/wallet/sendCalls.js';
103
+ export type { SendRawTransactionErrorType, SendRawTransactionParameters, SendRawTransactionReturnType, } from './actions/wallet/sendRawTransaction.js';
104
+ export type { SendTransactionErrorType, SendTransactionParameters, SendTransactionRequest, SendTransactionReturnType, } from './actions/wallet/sendTransaction.js';
105
+ export type { ShowCallsStatusErrorType, ShowCallsStatusParameters, ShowCallsStatusReturnType, } from './actions/wallet/showCallsStatus.js';
106
+ export type { SignAuthorizationErrorType, SignAuthorizationParameters, SignAuthorizationReturnType, } from './actions/wallet/signAuthorization.js';
102
107
  export type { SignMessageErrorType, SignMessageParameters, SignMessageReturnType, } from './actions/wallet/signMessage.js';
108
+ export type { SignTransactionErrorType, SignTransactionParameters, SignTransactionReturnType, } from './actions/wallet/signTransaction.js';
103
109
  export type { SignTypedDataErrorType, SignTypedDataParameters, SignTypedDataReturnType, } from './actions/wallet/signTypedData.js';
104
- export type { StopImpersonatingAccountErrorType, StopImpersonatingAccountParameters, } from './actions/test/stopImpersonatingAccount.js';
105
110
  export type { SwitchChainErrorType, SwitchChainParameters, } from './actions/wallet/switchChain.js';
106
- export type { UninstallFilterErrorType, UninstallFilterParameters, UninstallFilterReturnType, } from './actions/public/uninstallFilter.js';
111
+ export type { WaitForCallsStatusErrorType, WaitForCallsStatusParameters, WaitForCallsStatusReturnType, WaitForCallsStatusTimeoutErrorType, } from './actions/wallet/waitForCallsStatus.js';
112
+ export { WaitForCallsStatusTimeoutError } from './actions/wallet/waitForCallsStatus.js';
107
113
  export type { WatchAssetErrorType, WatchAssetParameters, WatchAssetReturnType, } from './actions/wallet/watchAsset.js';
108
- export type { VerifyHashErrorType as VerifyHashActionErrorType, VerifyHashParameters as VerifyHashActionParameters, VerifyHashReturnType as VerifyHashActionReturnType, } from './actions/public/verifyHash.js';
109
- export type { VerifyTypedDataErrorType as VerifyTypedDataActionErrorType, VerifyTypedDataParameters as VerifyTypedDataActionParameters, VerifyTypedDataReturnType as VerifyTypedDataActionReturnType, } from './actions/public/verifyTypedData.js';
110
- export type { VerifyMessageErrorType as VerifyMessageActionErrorType, VerifyMessageParameters as VerifyMessageActionParameters, VerifyMessageReturnType as VerifyMessageActionReturnType, } from './actions/public/verifyMessage.js';
111
- export type { WatchContractEventOnLogsFn, WatchContractEventOnLogsParameter, WatchContractEventErrorType, WatchContractEventParameters, WatchContractEventReturnType, } from './actions/public/watchContractEvent.js';
112
114
  export type { WriteContractErrorType, WriteContractParameters, WriteContractReturnType, } from './actions/wallet/writeContract.js';
113
- export type { Call, Calls } from './types/calls.js';
114
- export type { Chain, ChainConfig, ChainContract, ChainEstimateFeesPerGasFn, ChainFees, ChainFeesFnParameters, ChainFormatter, ChainEstimateFeesPerGasFnParameters, ChainMaxPriorityFeePerGasFn, DeriveChain, GetChainParameter, ChainFormatters, ChainSerializers, ExtractChainFormatterExclude, ExtractChainFormatterParameters, ExtractChainFormatterReturnType, } from './types/chain.js';
115
- export type { GetTransactionRequestKzgParameter, Kzg } from './types/kzg.js';
116
- export { type Client, type ClientConfig, type CreateClientErrorType, type MulticallBatchOptions, createClient, rpcSchema, } from './clients/createClient.js';
117
- export { type CustomTransport, type CustomTransportConfig, type CustomTransportErrorType, custom, } from './clients/transports/custom.js';
118
- export { type FallbackTransport, type FallbackTransportConfig, type FallbackTransportErrorType, fallback, shouldThrow, } from './clients/transports/fallback.js';
119
- export { type HttpTransport, type HttpTransportConfig, type HttpTransportErrorType, http, } from './clients/transports/http.js';
120
- export { type PublicClient, type PublicClientConfig, type CreatePublicClientErrorType, createPublicClient, } from './clients/createPublicClient.js';
121
- export { type TestClient, type TestClientConfig, type CreateTestClientErrorType, createTestClient, } from './clients/createTestClient.js';
115
+ export { type Client, type ClientConfig, type CreateClientErrorType, createClient, type MulticallBatchOptions, rpcSchema, } from './clients/createClient.js';
116
+ export { type CreatePublicClientErrorType, createPublicClient, type PublicClient, type PublicClientConfig, } from './clients/createPublicClient.js';
117
+ export { type CreateTestClientErrorType, createTestClient, type TestClient, type TestClientConfig, } from './clients/createTestClient.js';
118
+ export { type CreateWalletClientErrorType, createWalletClient, type WalletClient, type WalletClientConfig, } from './clients/createWalletClient.js';
122
119
  export { type PublicActions, publicActions, } from './clients/decorators/public.js';
123
120
  export { type TestActions, testActions, } from './clients/decorators/test.js';
124
121
  export { type WalletActions, walletActions, } from './clients/decorators/wallet.js';
125
- export { type Transport, type TransportConfig, type CreateTransportErrorType, createTransport, } from './clients/transports/createTransport.js';
126
- export { type WalletClient, type WalletClientConfig, type CreateWalletClientErrorType, createWalletClient, } from './clients/createWalletClient.js';
122
+ export { type CreateTransportErrorType, createTransport, type Transport, type TransportConfig, } from './clients/transports/createTransport.js';
123
+ export { type CustomTransport, type CustomTransportConfig, type CustomTransportErrorType, custom, } from './clients/transports/custom.js';
124
+ export { type FallbackTransport, type FallbackTransportConfig, type FallbackTransportErrorType, fallback, shouldThrow, } from './clients/transports/fallback.js';
125
+ export { type HttpTransport, type HttpTransportConfig, type HttpTransportErrorType, http, } from './clients/transports/http.js';
127
126
  export { type WebSocketTransport, type WebSocketTransportConfig, type WebSocketTransportErrorType, webSocket, } from './clients/transports/webSocket.js';
128
- export { multicall3Abi, erc20Abi, erc20Abi_bytes32, erc721Abi, erc1155Abi, erc4626Abi, universalSignatureValidatorAbi, } from './constants/abis.js';
127
+ export { erc20Abi, erc20Abi_bytes32, erc721Abi, erc1155Abi, erc4626Abi, erc6492SignatureValidatorAbi,
128
+ /** @deprecated use `erc6492SignatureValidatorAbi` instead. */
129
+ erc6492SignatureValidatorAbi as universalSignatureValidatorAbi, multicall3Abi, } from './constants/abis.js';
129
130
  export { ethAddress, zeroAddress } from './constants/address.js';
130
- export { deploylessCallViaBytecodeBytecode, deploylessCallViaFactoryBytecode, universalSignatureValidatorByteCode, } from './constants/contracts.js';
131
- export { etherUnits, gweiUnits, weiUnits } from './constants/unit.js';
132
- export { maxInt8, maxInt16, maxInt24, maxInt32, maxInt40, maxInt48, maxInt56, maxInt64, maxInt72, maxInt80, maxInt88, maxInt96, maxInt104, maxInt112, maxInt120, maxInt128, maxInt136, maxInt144, maxInt152, maxInt160, maxInt168, maxInt176, maxInt184, maxInt192, maxInt200, maxInt208, maxInt216, maxInt224, maxInt232, maxInt240, maxInt248, maxInt256, maxUint8, maxUint16, maxUint24, maxUint32, maxUint40, maxUint48, maxUint56, maxUint64, maxUint72, maxUint80, maxUint88, maxUint96, maxUint104, maxUint112, maxUint120, maxUint128, maxUint136, maxUint144, maxUint152, maxUint160, maxUint168, maxUint176, maxUint184, maxUint192, maxUint200, maxUint208, maxUint216, maxUint224, maxUint232, maxUint240, maxUint248, maxUint256, minInt8, minInt16, minInt24, minInt32, minInt40, minInt48, minInt56, minInt64, minInt72, minInt80, minInt88, minInt96, minInt104, minInt112, minInt120, minInt128, minInt136, minInt144, minInt152, minInt160, minInt168, minInt176, minInt184, minInt192, minInt200, minInt208, minInt216, minInt224, minInt232, minInt240, minInt248, minInt256, } from './constants/number.js';
133
131
  export { zeroHash } from './constants/bytes.js';
132
+ export { deploylessCallViaBytecodeBytecode, deploylessCallViaFactoryBytecode, erc6492SignatureValidatorByteCode,
133
+ /** @deprecated use `erc6492SignatureValidatorByteCode` instead. */
134
+ erc6492SignatureValidatorByteCode as universalSignatureValidatorByteCode, } from './constants/contracts.js';
135
+ export { maxInt8, maxInt16, maxInt24, maxInt32, maxInt40, maxInt48, maxInt56, maxInt64, maxInt72, maxInt80, maxInt88, maxInt96, maxInt104, maxInt112, maxInt120, maxInt128, maxInt136, maxInt144, maxInt152, maxInt160, maxInt168, maxInt176, maxInt184, maxInt192, maxInt200, maxInt208, maxInt216, maxInt224, maxInt232, maxInt240, maxInt248, maxInt256, maxUint8, maxUint16, maxUint24, maxUint32, maxUint40, maxUint48, maxUint56, maxUint64, maxUint72, maxUint80, maxUint88, maxUint96, maxUint104, maxUint112, maxUint120, maxUint128, maxUint136, maxUint144, maxUint152, maxUint160, maxUint168, maxUint176, maxUint184, maxUint192, maxUint200, maxUint208, maxUint216, maxUint224, maxUint232, maxUint240, maxUint248, maxUint256, minInt8, minInt16, minInt24, minInt32, minInt40, minInt48, minInt56, minInt64, minInt72, minInt80, minInt88, minInt96, minInt104, minInt112, minInt120, minInt128, minInt136, minInt144, minInt152, minInt160, minInt168, minInt176, minInt184, minInt192, minInt200, minInt208, minInt216, minInt224, minInt232, minInt240, minInt248, minInt256, } from './constants/number.js';
134
136
  export { presignMessagePrefix } from './constants/strings.js';
135
- export { AbiConstructorNotFoundError, type AbiConstructorNotFoundErrorType, AbiConstructorParamsNotFoundError, type AbiConstructorParamsNotFoundErrorType, AbiDecodingDataSizeInvalidError, type AbiDecodingDataSizeInvalidErrorType, AbiDecodingDataSizeTooSmallError, type AbiDecodingDataSizeTooSmallErrorType, AbiDecodingZeroDataError, type AbiDecodingZeroDataErrorType, AbiEncodingArrayLengthMismatchError, type AbiEncodingArrayLengthMismatchErrorType, AbiEncodingLengthMismatchError, type AbiEncodingLengthMismatchErrorType, AbiEncodingBytesSizeMismatchError, type AbiEncodingBytesSizeMismatchErrorType, AbiErrorInputsNotFoundError, type AbiErrorInputsNotFoundErrorType, AbiErrorNotFoundError, type AbiErrorNotFoundErrorType, AbiErrorSignatureNotFoundError, type AbiErrorSignatureNotFoundErrorType, AbiEventNotFoundError, type AbiEventNotFoundErrorType, AbiEventSignatureEmptyTopicsError, type AbiEventSignatureEmptyTopicsErrorType, AbiEventSignatureNotFoundError, type AbiEventSignatureNotFoundErrorType, AbiFunctionNotFoundError, type AbiFunctionNotFoundErrorType, AbiFunctionOutputsNotFoundError, type AbiFunctionOutputsNotFoundErrorType, AbiFunctionSignatureNotFoundError, type AbiFunctionSignatureNotFoundErrorType, BytesSizeMismatchError, type BytesSizeMismatchErrorType, DecodeLogDataMismatch, type DecodeLogDataMismatchErrorType, DecodeLogTopicsMismatch, type DecodeLogTopicsMismatchErrorType, InvalidAbiDecodingTypeError, type InvalidAbiDecodingTypeErrorType, InvalidAbiEncodingTypeError, type InvalidAbiEncodingTypeErrorType, InvalidArrayError, type InvalidArrayErrorType, InvalidDefinitionTypeError, type InvalidDefinitionTypeErrorType, UnsupportedPackedAbiType, type UnsupportedPackedAbiTypeErrorType, } from './errors/abi.js';
137
+ export { etherUnits, gweiUnits, weiUnits } from './constants/unit.js';
138
+ export { AbiConstructorNotFoundError, type AbiConstructorNotFoundErrorType, AbiConstructorParamsNotFoundError, type AbiConstructorParamsNotFoundErrorType, AbiDecodingDataSizeInvalidError, type AbiDecodingDataSizeInvalidErrorType, AbiDecodingDataSizeTooSmallError, type AbiDecodingDataSizeTooSmallErrorType, AbiDecodingZeroDataError, type AbiDecodingZeroDataErrorType, AbiEncodingArrayLengthMismatchError, type AbiEncodingArrayLengthMismatchErrorType, AbiEncodingBytesSizeMismatchError, type AbiEncodingBytesSizeMismatchErrorType, AbiEncodingLengthMismatchError, type AbiEncodingLengthMismatchErrorType, AbiErrorInputsNotFoundError, type AbiErrorInputsNotFoundErrorType, AbiErrorNotFoundError, type AbiErrorNotFoundErrorType, AbiErrorSignatureNotFoundError, type AbiErrorSignatureNotFoundErrorType, AbiEventNotFoundError, type AbiEventNotFoundErrorType, AbiEventSignatureEmptyTopicsError, type AbiEventSignatureEmptyTopicsErrorType, AbiEventSignatureNotFoundError, type AbiEventSignatureNotFoundErrorType, AbiFunctionNotFoundError, type AbiFunctionNotFoundErrorType, AbiFunctionOutputsNotFoundError, type AbiFunctionOutputsNotFoundErrorType, AbiFunctionSignatureNotFoundError, type AbiFunctionSignatureNotFoundErrorType, BytesSizeMismatchError, type BytesSizeMismatchErrorType, DecodeLogDataMismatch, type DecodeLogDataMismatchErrorType, DecodeLogTopicsMismatch, type DecodeLogTopicsMismatchErrorType, InvalidAbiDecodingTypeError, type InvalidAbiDecodingTypeErrorType, InvalidAbiEncodingTypeError, type InvalidAbiEncodingTypeErrorType, InvalidArrayError, type InvalidArrayErrorType, InvalidDefinitionTypeError, type InvalidDefinitionTypeErrorType, UnsupportedPackedAbiType, type UnsupportedPackedAbiTypeErrorType, } from './errors/abi.js';
139
+ export { InvalidAddressError, type InvalidAddressErrorType, } from './errors/address.js';
136
140
  export { BaseError, type BaseErrorType, setErrorConfig } from './errors/base.js';
137
- export { BundleFailedError, type BundleFailedErrorType, } from './errors/calls.js';
138
141
  export { BlockNotFoundError, type BlockNotFoundErrorType, } from './errors/block.js';
139
- export { CallExecutionError, type CallExecutionErrorType, ContractFunctionExecutionError, type ContractFunctionExecutionErrorType, ContractFunctionRevertedError, type ContractFunctionRevertedErrorType, ContractFunctionZeroDataError, type ContractFunctionZeroDataErrorType, RawContractError, type RawContractErrorType, CounterfactualDeploymentFailedError, type CounterfactualDeploymentFailedErrorType, } from './errors/contract.js';
140
- export { BaseFeeScalarError, type BaseFeeScalarErrorType, Eip1559FeesNotSupportedError, type Eip1559FeesNotSupportedErrorType, MaxFeePerGasTooLowError, type MaxFeePerGasTooLowErrorType, } from './errors/fee.js';
141
- export { AtomicReadyWalletRejectedUpgradeError, type AtomicReadyWalletRejectedUpgradeErrorType, AtomicityNotSupportedError, type AtomicityNotSupportedErrorType, BundleTooLargeError, type BundleTooLargeErrorType, ChainDisconnectedError, type ChainDisconnectedErrorType, DuplicateIdError, type DuplicateIdErrorType, InternalRpcError, type InternalRpcErrorType, InvalidInputRpcError, type InvalidInputRpcErrorType, InvalidParamsRpcError, type InvalidParamsRpcErrorType, InvalidRequestRpcError, type InvalidRequestRpcErrorType, JsonRpcVersionUnsupportedError, type JsonRpcVersionUnsupportedErrorType, LimitExceededRpcError, type LimitExceededRpcErrorType, MethodNotFoundRpcError, type MethodNotFoundRpcErrorType, MethodNotSupportedRpcError, type MethodNotSupportedRpcErrorType, ParseRpcError, type ParseRpcErrorType, ProviderDisconnectedError, type ProviderDisconnectedErrorType, ProviderRpcError, type ProviderRpcErrorCode, type ProviderRpcErrorType, ResourceNotFoundRpcError, type ResourceNotFoundRpcErrorType, ResourceUnavailableRpcError, type ResourceUnavailableRpcErrorType, RpcError, type RpcErrorType, type RpcErrorCode, SwitchChainError, TransactionRejectedRpcError, type TransactionRejectedRpcErrorType, UnauthorizedProviderError, type UnauthorizedProviderErrorType, UnknownBundleIdError, type UnknownBundleIdErrorType, UnknownRpcError, type UnknownRpcErrorType, UnsupportedChainIdError, type UnsupportedChainIdErrorType, UnsupportedNonOptionalCapabilityError, type UnsupportedNonOptionalCapabilityErrorType, UnsupportedProviderMethodError, type UnsupportedProviderMethodErrorType, UserRejectedRequestError, type UserRejectedRequestErrorType, } from './errors/rpc.js';
142
+ export { BundleFailedError, type BundleFailedErrorType, } from './errors/calls.js';
142
143
  export { ChainDoesNotSupportContract, type ChainDoesNotSupportContractErrorType, ChainMismatchError, type ChainMismatchErrorType, ChainNotFoundError, type ChainNotFoundErrorType, ClientChainNotConfiguredError, type ClientChainNotConfiguredErrorType, InvalidChainIdError, type InvalidChainIdErrorType, } from './errors/chain.js';
143
- export { InvalidBytesBooleanError, type InvalidBytesBooleanErrorType, IntegerOutOfRangeError, type IntegerOutOfRangeErrorType, InvalidHexBooleanError, type InvalidHexBooleanErrorType, InvalidHexValueError, type InvalidHexValueErrorType, SizeOverflowError, type SizeOverflowErrorType, } from './errors/encoding.js';
144
- export { type EnsAvatarInvalidMetadataError, EnsAvatarUriResolutionError, type EnsAvatarInvalidMetadataErrorType, EnsAvatarInvalidNftUriError, type EnsAvatarInvalidNftUriErrorType, EnsAvatarUnsupportedNamespaceError, type EnsAvatarUnsupportedNamespaceErrorType, type EnsAvatarUriResolutionErrorType, EnsInvalidChainIdError, type EnsInvalidChainIdErrorType, } from './errors/ens.js';
145
- export { type InvalidDecimalNumberErrorType, InvalidDecimalNumberError, } from './errors/unit.js';
144
+ export { CallExecutionError, type CallExecutionErrorType, ContractFunctionExecutionError, type ContractFunctionExecutionErrorType, ContractFunctionRevertedError, type ContractFunctionRevertedErrorType, ContractFunctionZeroDataError, type ContractFunctionZeroDataErrorType, CounterfactualDeploymentFailedError, type CounterfactualDeploymentFailedErrorType, RawContractError, type RawContractErrorType, } from './errors/contract.js';
145
+ export { SizeExceedsPaddingSizeError, type SizeExceedsPaddingSizeErrorType, SliceOffsetOutOfBoundsError, type SliceOffsetOutOfBoundsErrorType, } from './errors/data.js';
146
+ export { IntegerOutOfRangeError, type IntegerOutOfRangeErrorType, InvalidBytesBooleanError, type InvalidBytesBooleanErrorType, InvalidHexBooleanError, type InvalidHexBooleanErrorType, InvalidHexValueError, type InvalidHexValueErrorType, SizeOverflowError, type SizeOverflowErrorType, } from './errors/encoding.js';
147
+ export { type EnsAvatarInvalidMetadataError, type EnsAvatarInvalidMetadataErrorType, EnsAvatarInvalidNftUriError, type EnsAvatarInvalidNftUriErrorType, EnsAvatarUnsupportedNamespaceError, type EnsAvatarUnsupportedNamespaceErrorType, EnsAvatarUriResolutionError, type EnsAvatarUriResolutionErrorType, EnsInvalidChainIdError, type EnsInvalidChainIdErrorType, } from './errors/ens.js';
146
148
  export { EstimateGasExecutionError, type EstimateGasExecutionErrorType, } from './errors/estimateGas.js';
147
- export { ExecutionRevertedError, type ExecutionRevertedErrorType, FeeCapTooHighError, type FeeCapTooHighErrorType, FeeCapTooLowError, type FeeCapTooLowErrorType, InsufficientFundsError, type InsufficientFundsErrorType, IntrinsicGasTooHighError, type IntrinsicGasTooHighErrorType, IntrinsicGasTooLowError, type IntrinsicGasTooLowErrorType, NonceMaxValueError, type NonceMaxValueErrorType, NonceTooHighError, type NonceTooHighErrorType, NonceTooLowError, type NonceTooLowErrorType, TipAboveFeeCapError, type TipAboveFeeCapErrorType, TransactionTypeNotSupportedError, type TransactionTypeNotSupportedErrorType, UnknownNodeError, type UnknownNodeErrorType, } from './errors/node.js';
149
+ export { BaseFeeScalarError, type BaseFeeScalarErrorType, Eip1559FeesNotSupportedError, type Eip1559FeesNotSupportedErrorType, MaxFeePerGasTooLowError, type MaxFeePerGasTooLowErrorType, } from './errors/fee.js';
148
150
  export { FilterTypeNotSupportedError, type FilterTypeNotSupportedErrorType, } from './errors/log.js';
149
- export { HttpRequestError, type HttpRequestErrorType, RpcRequestError, type RpcRequestErrorType, TimeoutError, type TimeoutErrorType, SocketClosedError, type SocketClosedErrorType, WebSocketRequestError, type WebSocketRequestErrorType, } from './errors/request.js';
150
- export { InvalidAddressError, type InvalidAddressErrorType, } from './errors/address.js';
151
+ export { ExecutionRevertedError, type ExecutionRevertedErrorType, FeeCapTooHighError, type FeeCapTooHighErrorType, FeeCapTooLowError, type FeeCapTooLowErrorType, InsufficientFundsError, type InsufficientFundsErrorType, IntrinsicGasTooHighError, type IntrinsicGasTooHighErrorType, IntrinsicGasTooLowError, type IntrinsicGasTooLowErrorType, NonceMaxValueError, type NonceMaxValueErrorType, NonceTooHighError, type NonceTooHighErrorType, NonceTooLowError, type NonceTooLowErrorType, TipAboveFeeCapError, type TipAboveFeeCapErrorType, TransactionTypeNotSupportedError, type TransactionTypeNotSupportedErrorType, UnknownNodeError, type UnknownNodeErrorType, } from './errors/node.js';
152
+ export { HttpRequestError, type HttpRequestErrorType, RpcRequestError, type RpcRequestErrorType, SocketClosedError, type SocketClosedErrorType, TimeoutError, type TimeoutErrorType, WebSocketRequestError, type WebSocketRequestErrorType, } from './errors/request.js';
153
+ export { AtomicityNotSupportedError, type AtomicityNotSupportedErrorType, AtomicReadyWalletRejectedUpgradeError, type AtomicReadyWalletRejectedUpgradeErrorType, BundleTooLargeError, type BundleTooLargeErrorType, ChainDisconnectedError, type ChainDisconnectedErrorType, DuplicateIdError, type DuplicateIdErrorType, InternalRpcError, type InternalRpcErrorType, InvalidInputRpcError, type InvalidInputRpcErrorType, InvalidParamsRpcError, type InvalidParamsRpcErrorType, InvalidRequestRpcError, type InvalidRequestRpcErrorType, JsonRpcVersionUnsupportedError, type JsonRpcVersionUnsupportedErrorType, LimitExceededRpcError, type LimitExceededRpcErrorType, MethodNotFoundRpcError, type MethodNotFoundRpcErrorType, MethodNotSupportedRpcError, type MethodNotSupportedRpcErrorType, ParseRpcError, type ParseRpcErrorType, ProviderDisconnectedError, type ProviderDisconnectedErrorType, ProviderRpcError, type ProviderRpcErrorCode, type ProviderRpcErrorType, ResourceNotFoundRpcError, type ResourceNotFoundRpcErrorType, ResourceUnavailableRpcError, type ResourceUnavailableRpcErrorType, RpcError, type RpcErrorCode, type RpcErrorType, SwitchChainError, TransactionRejectedRpcError, type TransactionRejectedRpcErrorType, UnauthorizedProviderError, type UnauthorizedProviderErrorType, UnknownBundleIdError, type UnknownBundleIdErrorType, UnknownRpcError, type UnknownRpcErrorType, UnsupportedChainIdError, type UnsupportedChainIdErrorType, UnsupportedNonOptionalCapabilityError, type UnsupportedNonOptionalCapabilityErrorType, UnsupportedProviderMethodError, type UnsupportedProviderMethodErrorType, UserRejectedRequestError, type UserRejectedRequestErrorType, } from './errors/rpc.js';
154
+ export { AccountStateConflictError, type AccountStateConflictErrorType, StateAssignmentConflictError, type StateAssignmentConflictErrorType, } from './errors/stateOverride.js';
151
155
  export { FeeConflictError, type FeeConflictErrorType, InvalidLegacyVError, type InvalidLegacyVErrorType, InvalidSerializableTransactionError, type InvalidSerializableTransactionErrorType, InvalidSerializedTransactionError, type InvalidSerializedTransactionErrorType, InvalidSerializedTransactionTypeError, type InvalidSerializedTransactionTypeErrorType, InvalidStorageKeySizeError, type InvalidStorageKeySizeErrorType, TransactionExecutionError, type TransactionExecutionErrorType, TransactionNotFoundError, type TransactionNotFoundErrorType, TransactionReceiptNotFoundError, type TransactionReceiptNotFoundErrorType, WaitForTransactionReceiptTimeoutError, type WaitForTransactionReceiptTimeoutErrorType, } from './errors/transaction.js';
152
- export { SizeExceedsPaddingSizeError, type SizeExceedsPaddingSizeErrorType, SliceOffsetOutOfBoundsError, type SliceOffsetOutOfBoundsErrorType, } from './errors/data.js';
153
156
  export { UrlRequiredError, type UrlRequiredErrorType, } from './errors/transport.js';
154
- export { AccountStateConflictError, type AccountStateConflictErrorType, StateAssignmentConflictError, type StateAssignmentConflictErrorType, } from './errors/stateOverride.js';
155
157
  export { InvalidDomainError, type InvalidDomainErrorType, InvalidPrimaryTypeError, type InvalidPrimaryTypeErrorType, InvalidStructTypeError, type InvalidStructTypeErrorType, } from './errors/typedData.js';
156
- export type { AbiEventParameterToPrimitiveType, AbiEventParametersToPrimitiveTypes, AbiEventTopicToPrimitiveType, AbiItem, AbiItemArgs, AbiItemName, ContractConstructorArgs, ContractEventArgsFromTopics, EventDefinition, ExtractAbiFunctionForArgs, ExtractAbiItem, ExtractAbiItemForArgs, ExtractAbiItemNames, ContractErrorArgs, ContractErrorName, ContractEventArgs, ContractEventName, ContractFunctionParameters, ContractFunctionReturnType, ContractFunctionArgs, ContractFunctionName, GetEventArgs, GetValue, LogTopicType, MaybeAbiEventName, MaybeExtractEventArgsFromAbi, UnionWiden, Widen, } from './types/contract.js';
157
- export type { AccessList, Transaction, TransactionBase, TransactionEIP1559, TransactionEIP2930, TransactionEIP4844, TransactionEIP7702, TransactionLegacy, TransactionReceipt, TransactionRequest, TransactionRequestBase, TransactionRequestEIP1559, TransactionRequestEIP2930, TransactionRequestEIP4844, TransactionRequestEIP7702, TransactionRequestGeneric, TransactionRequestLegacy, TransactionSerializable, TransactionSerializableBase, TransactionSerializableEIP1559, TransactionSerializableEIP2930, TransactionSerializableEIP4844, TransactionSerializableEIP7702, TransactionSerializableGeneric, TransactionSerializableLegacy, TransactionSerialized, TransactionSerializedEIP1559, TransactionSerializedEIP2930, TransactionSerializedEIP4844, TransactionSerializedEIP7702, TransactionSerializedGeneric, TransactionSerializedLegacy, TransactionType, } from './types/transaction.js';
158
- export type { Assign, Branded, Evaluate, IsNarrowable, IsUndefined, IsUnion, LooseOmit, MaybePartial, MaybePromise, MaybeRequired, Mutable, NoInfer, NoUndefined, Omit, Or, PartialBy, RequiredBy, Some, UnionEvaluate, UnionLooseOmit, ValueOf, Prettify, ExactPartial, ExactRequired, IsNever, OneOf, UnionOmit, UnionPartialBy, UnionPick, UnionRequiredBy, UnionToTuple, } from './types/utils.js';
159
- export type { Account, AccountSource, CustomSource, HDAccount, HDOptions, JsonRpcAccount, LocalAccount, PrivateKeyAccount, } from './accounts/types.js';
160
- export type { AssetGateway, AssetGatewayUrls } from './types/ens.js';
158
+ export { InvalidDecimalNumberError, type InvalidDecimalNumberErrorType, } from './errors/unit.js';
159
+ export type { DeriveAccount, HDKey, ParseAccount, } from './types/account.js';
160
+ export type { Authorization, AuthorizationList, AuthorizationRequest, SerializedAuthorization, SerializedAuthorizationList, SignedAuthorization, SignedAuthorizationList, } from './types/authorization.js';
161
161
  export type { Block, BlockIdentifier, BlockNumber, BlockTag, Uncle, } from './types/block.js';
162
+ export type { Call, Calls } from './types/calls.js';
162
163
  export type { Capabilities,
163
164
  /** @deprecated Use `Capabilities` instead. */
164
165
  Capabilities as WalletCapabilities, CapabilitiesSchema,
165
166
  /** @deprecated Use `ChainIdToCapabilities` instead. */
166
167
  ChainIdToCapabilities as WalletCapabilitiesRecord, ChainIdToCapabilities, ExtractCapabilities, } from './types/capabilities.js';
167
- export type { ByteArray, Hash, Hex, LogTopic, Signature, CompactSignature, SignableMessage, } from './types/misc.js';
168
- export type { AddEthereumChainParameter, BundlerRpcSchema, DebugBundlerRpcSchema, EIP1193EventMap, EIP1193Events, EIP1193Parameters, EIP1193Provider, EIP1193RequestFn, EIP1474Methods, ProviderRpcErrorType as EIP1193ProviderRpcErrorType, ProviderConnectInfo, ProviderMessage, PublicRpcSchema, PaymasterRpcSchema, NetworkSync, RpcSchema, RpcSchemaOverride, TestRpcSchema, WalletGetAssetsParameters, WalletGetAssetsReturnType, WalletCallReceipt, WalletGetCallsStatusReturnType, WalletGrantPermissionsParameters, WalletGrantPermissionsReturnType, WalletSendCallsParameters, WalletSendCallsReturnType, WalletPermissionCaveat, WalletPermission, WalletRpcSchema, WatchAssetParams, } from './types/eip1193.js';
168
+ export type { Chain, ChainConfig, ChainContract, ChainEstimateFeesPerGasFn, ChainEstimateFeesPerGasFnParameters, ChainFees, ChainFeesFnParameters, ChainFormatter, ChainFormatters, ChainMaxPriorityFeePerGasFn, ChainSerializers, DeriveChain, ExtractChainFormatterExclude, ExtractChainFormatterParameters, ExtractChainFormatterReturnType, GetChainParameter, } from './types/chain.js';
169
+ export type { AbiEventParametersToPrimitiveTypes, AbiEventParameterToPrimitiveType, AbiEventTopicToPrimitiveType, AbiItem, AbiItemArgs, AbiItemName, ContractConstructorArgs, ContractErrorArgs, ContractErrorName, ContractEventArgs, ContractEventArgsFromTopics, ContractEventName, ContractFunctionArgs, ContractFunctionName, ContractFunctionParameters, ContractFunctionReturnType, EventDefinition, ExtractAbiFunctionForArgs, ExtractAbiItem, ExtractAbiItemForArgs, ExtractAbiItemNames, GetEventArgs, GetValue, LogTopicType, MaybeAbiEventName, MaybeExtractEventArgsFromAbi, UnionWiden, Widen, } from './types/contract.js';
170
+ export type { AddEthereumChainParameter, BundlerRpcSchema, DebugBundlerRpcSchema, EIP1193EventMap, EIP1193Events, EIP1193Parameters, EIP1193Provider, EIP1193RequestFn, EIP1474Methods, NetworkSync, PaymasterRpcSchema, ProviderConnectInfo, ProviderMessage, ProviderRpcErrorType as EIP1193ProviderRpcErrorType, PublicRpcSchema, RpcSchema, RpcSchemaOverride, TestRpcSchema, WalletCallReceipt, WalletGetAssetsParameters, WalletGetAssetsReturnType, WalletGetCallsStatusReturnType, WalletGrantPermissionsParameters, WalletGrantPermissionsReturnType, WalletPermission, WalletPermissionCaveat, WalletRpcSchema, WalletSendCallsParameters, WalletSendCallsReturnType, WatchAssetParams, } from './types/eip1193.js';
169
171
  export { ProviderRpcError as EIP1193ProviderRpcError } from './types/eip1193.js';
170
172
  export type { BlobSidecar, BlobSidecars } from './types/eip4844.js';
173
+ export type { AssetGateway, AssetGatewayUrls } from './types/ens.js';
171
174
  export type { FeeHistory, FeeValues, FeeValuesEIP1559, FeeValuesEIP4844, FeeValuesLegacy, FeeValuesType, } from './types/fee.js';
172
175
  export type { Filter, FilterType } from './types/filter.js';
173
- export type { TypedDataDefinition } from './types/typedData.js';
174
- export type { GetTransportConfig, GetPollOptions } from './types/transport.js';
176
+ export type { GetTransactionRequestKzgParameter, Kzg } from './types/kzg.js';
175
177
  export type { Log } from './types/log.js';
178
+ export type { ByteArray, CompactSignature, Hash, Hex, LogTopic, SignableMessage, Signature, } from './types/misc.js';
176
179
  export type { MulticallContracts, MulticallResponse, MulticallResults, } from './types/multicall.js';
177
- export type { ParseAccount, DeriveAccount, HDKey, } from './types/account.js';
178
- export type { Authorization, AuthorizationList, AuthorizationRequest, SerializedAuthorization, SerializedAuthorizationList, SignedAuthorization, SignedAuthorizationList, } from './types/authorization.js';
179
180
  export type { Register, ResolvedRegister } from './types/register.js';
180
- export type { Index, Quantity, RpcAuthorization, RpcAuthorizationList, RpcBlock, RpcBlockIdentifier, RpcBlockNumber, RpcFeeHistory, RpcFeeValues, RpcLog, RpcTransaction, RpcTransactionReceipt, RpcTransactionRequest, RpcUncle, Status, RpcProof, RpcAccountStateOverride, RpcStateOverride, RpcStateMapping, } from './types/rpc.js';
181
- export type { Withdrawal } from './types/withdrawal.js';
181
+ export type { Index, Quantity, RpcAccountStateOverride, RpcAuthorization, RpcAuthorizationList, RpcBlock, RpcBlockIdentifier, RpcBlockNumber, RpcFeeHistory, RpcFeeValues, RpcLog, RpcProof, RpcStateMapping, RpcStateOverride, RpcTransaction, RpcTransactionReceipt, RpcTransactionRequest, RpcUncle, Status, } from './types/rpc.js';
182
182
  export type { StateMapping, StateOverride, } from './types/stateOverride.js';
183
- export { toCoinType, type ToCoinTypeError, } from './utils/ens/toCoinType.js';
184
- export { labelhash, type LabelhashErrorType } from './utils/ens/labelhash.js';
185
- export { namehash, type NamehashErrorType } from './utils/ens/namehash.js';
186
- export { type FormattedBlock, defineBlock, type DefineBlockErrorType, formatBlock, type FormatBlockErrorType, } from './utils/formatters/block.js';
187
- export { formatLog, type FormatLogErrorType } from './utils/formatters/log.js';
183
+ export type { AccessList, Transaction, TransactionBase, TransactionEIP1559, TransactionEIP2930, TransactionEIP4844, TransactionEIP7702, TransactionLegacy, TransactionReceipt, TransactionRequest, TransactionRequestBase, TransactionRequestEIP1559, TransactionRequestEIP2930, TransactionRequestEIP4844, TransactionRequestEIP7702, TransactionRequestGeneric, TransactionRequestLegacy, TransactionSerializable, TransactionSerializableBase, TransactionSerializableEIP1559, TransactionSerializableEIP2930, TransactionSerializableEIP4844, TransactionSerializableEIP7702, TransactionSerializableGeneric, TransactionSerializableLegacy, TransactionSerialized, TransactionSerializedEIP1559, TransactionSerializedEIP2930, TransactionSerializedEIP4844, TransactionSerializedEIP7702, TransactionSerializedGeneric, TransactionSerializedLegacy, TransactionType, } from './types/transaction.js';
184
+ export type { GetPollOptions, GetTransportConfig } from './types/transport.js';
185
+ export type { TypedDataDefinition } from './types/typedData.js';
186
+ export type { Assign, Branded, Evaluate, ExactPartial, ExactRequired, IsNarrowable, IsNever, IsUndefined, IsUnion, LooseOmit, MaybePartial, MaybePromise, MaybeRequired, Mutable, NoInfer, NoUndefined, Omit, OneOf, Or, PartialBy, Prettify, RequiredBy, Some, UnionEvaluate, UnionLooseOmit, UnionOmit, UnionPartialBy, UnionPick, UnionRequiredBy, UnionToTuple, ValueOf, } from './types/utils.js';
187
+ export type { Withdrawal } from './types/withdrawal.js';
188
188
  export { type DecodeAbiParametersErrorType, type DecodeAbiParametersReturnType, decodeAbiParameters, } from './utils/abi/decodeAbiParameters.js';
189
189
  export { type DecodeDeployDataErrorType, type DecodeDeployDataParameters, type DecodeDeployDataReturnType, decodeDeployData, } from './utils/abi/decodeDeployData.js';
190
190
  export { type DecodeErrorResultErrorType, type DecodeErrorResultParameters, type DecodeErrorResultReturnType, decodeErrorResult, } from './utils/abi/decodeErrorResult.js';
@@ -196,129 +196,136 @@ export { type EncodeDeployDataErrorType, type EncodeDeployDataParameters, type E
196
196
  export { type EncodeErrorResultErrorType, type EncodeErrorResultParameters, type EncodeErrorResultReturnType, encodeErrorResult, } from './utils/abi/encodeErrorResult.js';
197
197
  export { type EncodeEventTopicsErrorType, type EncodeEventTopicsParameters, type EncodeEventTopicsReturnType, encodeEventTopics, } from './utils/abi/encodeEventTopics.js';
198
198
  export { type EncodeFunctionDataErrorType, type EncodeFunctionDataParameters, type EncodeFunctionDataReturnType, encodeFunctionData, } from './utils/abi/encodeFunctionData.js';
199
- export { type PrepareEncodeFunctionDataErrorType, type PrepareEncodeFunctionDataParameters, type PrepareEncodeFunctionDataReturnType, prepareEncodeFunctionData, } from './utils/abi/prepareEncodeFunctionData.js';
200
199
  export { type EncodeFunctionResultErrorType, type EncodeFunctionResultParameters, type EncodeFunctionResultReturnType, encodeFunctionResult, } from './utils/abi/encodeFunctionResult.js';
201
- export { type ParseEventLogsErrorType, type ParseEventLogsParameters, type ParseEventLogsReturnType, parseEventLogs, } from './utils/abi/parseEventLogs.js';
202
- export { type FormattedTransaction, defineTransaction, type DefineTransactionErrorType, formatTransaction, type FormatTransactionErrorType, transactionType, } from './utils/formatters/transaction.js';
203
- export { type FormattedTransactionReceipt, defineTransactionReceipt, type DefineTransactionReceiptErrorType, formatTransactionReceipt, type FormatTransactionReceiptErrorType, } from './utils/formatters/transactionReceipt.js';
204
- export { type FormattedTransactionRequest, defineTransactionRequest, type DefineTransactionRequestErrorType, formatTransactionRequest, type FormatTransactionRequestErrorType, rpcTransactionType, } from './utils/formatters/transactionRequest.js';
200
+ export { type EncodePackedErrorType, encodePacked, } from './utils/abi/encodePacked.js';
205
201
  export { type GetAbiItemErrorType, type GetAbiItemParameters, type GetAbiItemReturnType, getAbiItem, } from './utils/abi/getAbiItem.js';
206
- export { type GetContractAddressOptions, type GetCreate2AddressOptions, type GetCreate2AddressErrorType, type GetCreateAddressOptions, type GetCreateAddressErrorType, getContractAddress, getCreate2Address, getCreateAddress, } from './utils/address/getContractAddress.js';
207
- export { type GetSerializedTransactionType, type GetSerializedTransactionTypeErrorType, getSerializedTransactionType, } from './utils/transaction/getSerializedTransactionType.js';
208
- export { type GetTransactionType, type GetTransactionTypeErrorType, getTransactionType, } from './utils/transaction/getTransactionType.js';
209
- export { type HashDomainErrorType, type HashStructErrorType, type HashTypedDataErrorType, type HashTypedDataParameters, type HashTypedDataReturnType, hashDomain, hashStruct, hashTypedData, } from './utils/signature/hashTypedData.js';
202
+ export { type ParseEventLogsErrorType, type ParseEventLogsParameters, type ParseEventLogsReturnType, parseEventLogs, } from './utils/abi/parseEventLogs.js';
203
+ export { type PrepareEncodeFunctionDataErrorType, type PrepareEncodeFunctionDataParameters, type PrepareEncodeFunctionDataReturnType, prepareEncodeFunctionData, } from './utils/abi/prepareEncodeFunctionData.js';
204
+ export { type ChecksumAddressErrorType, checksumAddress, type GetAddressErrorType, getAddress, } from './utils/address/getAddress.js';
205
+ export { type GetContractAddressOptions, type GetCreate2AddressErrorType, type GetCreate2AddressOptions, type GetCreateAddressErrorType, type GetCreateAddressOptions, getContractAddress, getCreate2Address, getCreateAddress, } from './utils/address/getContractAddress.js';
206
+ export { type IsAddressErrorType, type IsAddressOptions, isAddress, } from './utils/address/isAddress.js';
207
+ export { type IsAddressEqualErrorType, type IsAddressEqualReturnType, isAddressEqual, } from './utils/address/isAddressEqual.js';
208
+ export { type BlobsToCommitmentsErrorType, type BlobsToCommitmentsParameters, type BlobsToCommitmentsReturnType, blobsToCommitments, } from './utils/blob/blobsToCommitments.js';
209
+ export { blobsToProofs, type blobsToProofsErrorType, type blobsToProofsParameters, type blobsToProofsReturnType, } from './utils/blob/blobsToProofs.js';
210
+ export { type CommitmentsToVersionedHashesErrorType, type CommitmentsToVersionedHashesParameters, type CommitmentsToVersionedHashesReturnType, commitmentsToVersionedHashes, } from './utils/blob/commitmentsToVersionedHashes.js';
211
+ export { type CommitmentToVersionedHashErrorType, type CommitmentToVersionedHashParameters, type CommitmentToVersionedHashReturnType, commitmentToVersionedHash, } from './utils/blob/commitmentToVersionedHash.js';
212
+ export { type FromBlobsErrorType, type FromBlobsParameters, type FromBlobsReturnType, fromBlobs, } from './utils/blob/fromBlobs.js';
213
+ export { type SidecarsToVersionedHashesErrorType, type SidecarsToVersionedHashesParameters, type SidecarsToVersionedHashesReturnType, sidecarsToVersionedHashes, } from './utils/blob/sidecarsToVersionedHashes.js';
214
+ export { type ToBlobSidecarsErrorType, type ToBlobSidecarsParameters, type ToBlobSidecarsReturnType, toBlobSidecars, } from './utils/blob/toBlobSidecars.js';
215
+ export { type ToBlobsErrorType, type ToBlobsParameters, type ToBlobsReturnType, toBlobs, } from './utils/blob/toBlobs.js';
216
+ export { type CcipRequestErrorType, type CcipRequestParameters, ccipRequest,
217
+ /** @deprecated Use `ccipRequest`. */
218
+ ccipRequest as ccipFetch, type OffchainLookupErrorType, offchainLookup, offchainLookupAbiItem, offchainLookupSignature, } from './utils/ccip.js';
219
+ export { type AssertCurrentChainErrorType, type AssertCurrentChainParameters, assertCurrentChain, } from './utils/chain/assertCurrentChain.js';
220
+ export { defineChain } from './utils/chain/defineChain.js';
221
+ export { type ExtractChainErrorType, type ExtractChainParameters, type ExtractChainReturnType, extractChain, } from './utils/chain/extractChain.js';
222
+ export { type GetChainContractAddressErrorType, getChainContractAddress, } from './utils/chain/getChainContractAddress.js';
223
+ export { type ConcatBytesErrorType, type ConcatErrorType, type ConcatHexErrorType, type ConcatReturnType, concat, concatBytes, concatHex, } from './utils/data/concat.js';
224
+ export { type IsBytesErrorType, isBytes } from './utils/data/isBytes.js';
225
+ export { type IsHexErrorType, isHex } from './utils/data/isHex.js';
226
+ export { type PadBytesErrorType, type PadErrorType, type PadHexErrorType, type PadReturnType, pad, padBytes, padHex, } from './utils/data/pad.js';
227
+ export { type SizeErrorType, size } from './utils/data/size.js';
228
+ export { type SliceBytesErrorType, type SliceErrorType, type SliceHexErrorType, slice, sliceBytes, sliceHex, } from './utils/data/slice.js';
229
+ export { type TrimErrorType, type TrimReturnType, trim, } from './utils/data/trim.js';
230
+ export { type BytesToBigIntErrorType, type BytesToBigIntOpts, type BytesToBoolErrorType, type BytesToBoolOpts, type BytesToNumberErrorType, type BytesToNumberOpts, type BytesToStringErrorType, type BytesToStringOpts, bytesToBigInt, bytesToBool, bytesToNumber, bytesToString, type FromBytesErrorType, type FromBytesParameters, fromBytes, } from './utils/encoding/fromBytes.js';
231
+ export { type FromHexErrorType, fromHex, type HexToBigIntErrorType, type HexToBoolErrorType, type HexToNumberErrorType, type HexToStringErrorType, hexToBigInt, hexToBool, hexToNumber, hexToString, } from './utils/encoding/fromHex.js';
232
+ export { type FromRlpErrorType, type FromRlpReturnType, fromRlp, } from './utils/encoding/fromRlp.js';
233
+ export { type BoolToBytesErrorType, type BoolToBytesOpts, boolToBytes, type HexToBytesErrorType, type HexToBytesOpts, hexToBytes, type NumberToBytesErrorType, numberToBytes, type StringToBytesErrorType, type StringToBytesOpts, stringToBytes, type ToBytesErrorType, type ToBytesParameters, toBytes, } from './utils/encoding/toBytes.js';
234
+ export { type BoolToHexErrorType, type BoolToHexOpts, type BytesToHexErrorType, type BytesToHexOpts, boolToHex, bytesToHex, type NumberToHexErrorType, type NumberToHexOpts, numberToHex, type StringToHexErrorType, type StringToHexOpts, stringToHex, type ToHexErrorType, type ToHexParameters, toHex, } from './utils/encoding/toHex.js';
235
+ export { type BytesToRlpErrorType, bytesToRlp, type HexToRlpErrorType, hexToRlp, type ToRlpErrorType, type ToRlpReturnType, toRlp, } from './utils/encoding/toRlp.js';
236
+ export { type LabelhashErrorType, labelhash } from './utils/ens/labelhash.js';
237
+ export { type NamehashErrorType, namehash } from './utils/ens/namehash.js';
238
+ export { type ToCoinTypeError, toCoinType, } from './utils/ens/toCoinType.js';
239
+ export { type GetContractErrorReturnType, getContractError, } from './utils/errors/getContractError.js';
240
+ export { type DefineBlockErrorType, defineBlock, type FormatBlockErrorType, type FormattedBlock, formatBlock, } from './utils/formatters/block.js';
241
+ export { type FormatLogErrorType, formatLog } from './utils/formatters/log.js';
242
+ export { type DefineTransactionErrorType, defineTransaction, type FormatTransactionErrorType, type FormattedTransaction, formatTransaction, transactionType, } from './utils/formatters/transaction.js';
243
+ export { type DefineTransactionReceiptErrorType, defineTransactionReceipt, type FormatTransactionReceiptErrorType, type FormattedTransactionReceipt, formatTransactionReceipt, } from './utils/formatters/transactionReceipt.js';
244
+ export { type DefineTransactionRequestErrorType, defineTransactionRequest, type FormatTransactionRequestErrorType, type FormattedTransactionRequest, formatTransactionRequest, rpcTransactionType, } from './utils/formatters/transactionRequest.js';
245
+ export { type IsHashErrorType, isHash } from './utils/hash/isHash.js';
246
+ export { type Keccak256ErrorType, type Keccak256Hash, keccak256, } from './utils/hash/keccak256.js';
247
+ export { type Ripemd160ErrorType, type Ripemd160Hash, ripemd160, } from './utils/hash/ripemd160.js';
248
+ export { type Sha256ErrorType, type Sha256Hash, sha256, } from './utils/hash/sha256.js';
249
+ export { type ToEventHashErrorType, toEventHash, } from './utils/hash/toEventHash.js';
250
+ export { type ToEventSelectorErrorType,
251
+ /** @deprecated use `ToEventSelectorErrorType`. */
252
+ type ToEventSelectorErrorType as GetEventSelectorErrorType, toEventSelector,
253
+ /** @deprecated use `toEventSelector`. */
254
+ toEventSelector as getEventSelector, } from './utils/hash/toEventSelector.js';
255
+ export { type ToEventSignatureErrorType,
256
+ /** @deprecated use `ToEventSignatureErrorType`. */
257
+ type ToEventSignatureErrorType as GetEventSignatureErrorType, toEventSignature,
258
+ /** @deprecated use `toEventSignature`. */
259
+ toEventSignature as getEventSignature, } from './utils/hash/toEventSignature.js';
260
+ export { type ToFunctionHashErrorType, toFunctionHash, } from './utils/hash/toFunctionHash.js';
261
+ export { type ToFunctionSelectorErrorType,
262
+ /** @deprecated use `ToFunctionSelectorErrorType`. */
263
+ type ToFunctionSelectorErrorType as GetFunctionSelectorErrorType, toFunctionSelector,
264
+ /** @deprecated use `toFunctionSelector`. */
265
+ toFunctionSelector as getFunctionSelector, } from './utils/hash/toFunctionSelector.js';
266
+ export { type ToFunctionSignatureErrorType,
267
+ /** @deprecated use `ToFunctionSignatureErrorType`. */
268
+ type ToFunctionSignatureErrorType as GetFunctionSignatureErrorType, toFunctionSignature,
269
+ /** @deprecated use `toFunctionSignature`. */
270
+ toFunctionSignature as getFunctionSignature, } from './utils/hash/toFunctionSignature.js';
271
+ export { type DefineKzgErrorType, type DefineKzgParameters, type DefineKzgReturnType, defineKzg, } from './utils/kzg/defineKzg.js';
272
+ export { type SetupKzgErrorType, type SetupKzgParameters, type SetupKzgReturnType, setupKzg, } from './utils/kzg/setupKzg.js';
273
+ export { type CreateNonceManagerParameters, createNonceManager, type NonceManager, type NonceManagerSource, nonceManager, } from './utils/nonceManager.js';
274
+ export { withCache } from './utils/promise/withCache.js';
275
+ export { type WithRetryErrorType, withRetry, } from './utils/promise/withRetry.js';
276
+ export { type WithTimeoutErrorType, withTimeout, } from './utils/promise/withTimeout.js';
210
277
  export { type CompactSignatureToSignatureErrorType, compactSignatureToSignature, } from './utils/signature/compactSignatureToSignature.js';
278
+ export { type HashMessageErrorType, hashMessage, } from './utils/signature/hashMessage.js';
279
+ export { type HashDomainErrorType, type HashStructErrorType, type HashTypedDataErrorType, type HashTypedDataParameters, type HashTypedDataReturnType, hashDomain, hashStruct, hashTypedData, } from './utils/signature/hashTypedData.js';
280
+ export { type IsErc6492SignatureErrorType, type IsErc6492SignatureParameters, type IsErc6492SignatureReturnType, isErc6492Signature, } from './utils/signature/isErc6492Signature.js';
281
+ export { type IsErc8010SignatureErrorType, type IsErc8010SignatureParameters, type IsErc8010SignatureReturnType, isErc8010Signature, } from './utils/signature/isErc8010Signature.js';
211
282
  export {
212
283
  /** @deprecated Use `ParseCompactSignatureErrorType`. */
213
- type ParseCompactSignatureErrorType as HexToCompactSignatureErrorType,
284
+ type ParseCompactSignatureErrorType as HexToCompactSignatureErrorType, type ParseCompactSignatureErrorType,
214
285
  /** @deprecated Use `parseCompactSignature`. */
215
- parseCompactSignature as hexToCompactSignature, type ParseCompactSignatureErrorType, parseCompactSignature, } from './utils/signature/parseCompactSignature.js';
286
+ parseCompactSignature as hexToCompactSignature, parseCompactSignature, } from './utils/signature/parseCompactSignature.js';
287
+ export { type ParseErc6492SignatureErrorType, type ParseErc6492SignatureParameters, type ParseErc6492SignatureReturnType, parseErc6492Signature, } from './utils/signature/parseErc6492Signature.js';
288
+ export { type ParseErc8010SignatureErrorType, type ParseErc8010SignatureParameters, type ParseErc8010SignatureReturnType, parseErc8010Signature, } from './utils/signature/parseErc8010Signature.js';
216
289
  export {
217
290
  /** @deprecated Use `ParseSignatureErrorType`. */
218
- type ParseSignatureErrorType as HexToSignatureErrorType,
291
+ type ParseSignatureErrorType as HexToSignatureErrorType, type ParseSignatureErrorType,
219
292
  /** @deprecated Use `parseSignature`. */
220
- parseSignature as hexToSignature, type ParseSignatureErrorType, parseSignature, } from './utils/signature/parseSignature.js';
293
+ parseSignature as hexToSignature, parseSignature, } from './utils/signature/parseSignature.js';
221
294
  export { type RecoverAddressErrorType, type RecoverAddressParameters, type RecoverAddressReturnType, recoverAddress, } from './utils/signature/recoverAddress.js';
222
295
  export { type RecoverMessageAddressErrorType, type RecoverMessageAddressParameters, type RecoverMessageAddressReturnType, recoverMessageAddress, } from './utils/signature/recoverMessageAddress.js';
223
296
  export { type RecoverPublicKeyErrorType, type RecoverPublicKeyParameters, type RecoverPublicKeyReturnType, recoverPublicKey, } from './utils/signature/recoverPublicKey.js';
224
297
  export { type RecoverTransactionAddressErrorType, type RecoverTransactionAddressParameters, type RecoverTransactionAddressReturnType, recoverTransactionAddress, } from './utils/signature/recoverTransactionAddress.js';
225
298
  export { type RecoverTypedDataAddressErrorType, type RecoverTypedDataAddressParameters, type RecoverTypedDataAddressReturnType, recoverTypedDataAddress, } from './utils/signature/recoverTypedDataAddress.js';
226
- export { type SignatureToCompactSignatureErrorType, signatureToCompactSignature, } from './utils/signature/signatureToCompactSignature.js';
227
299
  export {
228
300
  /** @deprecated Use `SignatureToHexErrorType` instead. */
229
- type SerializeCompactSignatureErrorType as CompactSignatureToHexErrorType,
301
+ type SerializeCompactSignatureErrorType as CompactSignatureToHexErrorType, type SerializeCompactSignatureErrorType,
230
302
  /** @deprecated Use `serializeCompactSignature` instead. */
231
- serializeCompactSignature as compactSignatureToHex, type SerializeCompactSignatureErrorType, serializeCompactSignature, } from './utils/signature/serializeCompactSignature.js';
303
+ serializeCompactSignature as compactSignatureToHex, serializeCompactSignature, } from './utils/signature/serializeCompactSignature.js';
304
+ export { type SerializeErc6492SignatureErrorType, type SerializeErc6492SignatureParameters, type SerializeErc6492SignatureReturnType, serializeErc6492Signature, } from './utils/signature/serializeErc6492Signature.js';
305
+ export { type SerializeErc8010SignatureErrorType, type SerializeErc8010SignatureParameters, type SerializeErc8010SignatureReturnType, serializeErc8010Signature, } from './utils/signature/serializeErc8010Signature.js';
232
306
  export {
233
307
  /** @deprecated Use `SignatureToHexErrorType` instead. */
234
- type SerializeSignatureErrorType as SignatureToHexErrorType,
308
+ type SerializeSignatureErrorType as SignatureToHexErrorType, type SerializeSignatureErrorType, type SerializeSignatureParameters, type SerializeSignatureReturnType,
235
309
  /** @deprecated Use `serializeSignature` instead. */
236
- serializeSignature as signatureToHex, type SerializeSignatureParameters, type SerializeSignatureReturnType, type SerializeSignatureErrorType, serializeSignature, } from './utils/signature/serializeSignature.js';
237
- export { bytesToRlp, type BytesToRlpErrorType, hexToRlp, type HexToRlpErrorType, toRlp, type ToRlpErrorType, type ToRlpReturnType, } from './utils/encoding/toRlp.js';
310
+ serializeSignature as signatureToHex, serializeSignature, } from './utils/signature/serializeSignature.js';
311
+ export { type SignatureToCompactSignatureErrorType, signatureToCompactSignature, } from './utils/signature/signatureToCompactSignature.js';
312
+ export { type ToPrefixedMessageErrorType, toPrefixedMessage, } from './utils/signature/toPrefixedMessage.js';
238
313
  export { type VerifyHashErrorType, type VerifyHashParameters, type VerifyHashReturnType, verifyHash, } from './utils/signature/verifyHash.js';
239
314
  export { type VerifyMessageErrorType, type VerifyMessageParameters, type VerifyMessageReturnType, verifyMessage, } from './utils/signature/verifyMessage.js';
240
315
  export { type VerifyTypedDataErrorType, type VerifyTypedDataParameters, type VerifyTypedDataReturnType, verifyTypedData, } from './utils/signature/verifyTypedData.js';
241
- export { type ParseErc6492SignatureErrorType, type ParseErc6492SignatureParameters, type ParseErc6492SignatureReturnType, parseErc6492Signature, } from './utils/signature/parseErc6492Signature.js';
242
- export { type IsErc6492SignatureErrorType, type IsErc6492SignatureParameters, type IsErc6492SignatureReturnType, isErc6492Signature, } from './utils/signature/isErc6492Signature.js';
243
- export { type SerializeErc6492SignatureErrorType, type SerializeErc6492SignatureParameters, type SerializeErc6492SignatureReturnType, serializeErc6492Signature, } from './utils/signature/serializeErc6492Signature.js';
316
+ export { type StringifyErrorType, stringify } from './utils/stringify.js';
244
317
  export { type AssertRequestErrorType, assertRequest, } from './utils/transaction/assertRequest.js';
245
- export { type AssertTransactionEIP1559ErrorType, assertTransactionEIP1559, type AssertTransactionEIP2930ErrorType, assertTransactionEIP2930, type AssertTransactionLegacyErrorType, assertTransactionLegacy, } from './utils/transaction/assertTransaction.js';
246
- export { type BoolToBytesErrorType, type BoolToBytesOpts, boolToBytes, type HexToBytesErrorType, type HexToBytesOpts, hexToBytes, type NumberToBytesErrorType, numberToBytes, type StringToBytesErrorType, type StringToBytesOpts, stringToBytes, type ToBytesErrorType, type ToBytesParameters, toBytes, } from './utils/encoding/toBytes.js';
247
- export { type BoolToHexErrorType, type BoolToHexOpts, boolToHex, type BytesToHexErrorType, type BytesToHexOpts, bytesToHex, type NumberToHexErrorType, type NumberToHexOpts, numberToHex, type StringToHexErrorType, type StringToHexOpts, stringToHex, type ToHexErrorType, type ToHexParameters, toHex, } from './utils/encoding/toHex.js';
248
- export { type BytesToBigIntErrorType, type BytesToBigIntOpts, bytesToBigInt, type BytesToBoolErrorType, type BytesToBoolOpts, bytesToBool, type BytesToNumberErrorType, type BytesToNumberOpts, bytesToNumber, type BytesToStringErrorType, type BytesToStringOpts, bytesToString, type FromBytesErrorType, type FromBytesParameters, fromBytes, } from './utils/encoding/fromBytes.js';
249
- export { type CcipRequestParameters, type CcipRequestErrorType, ccipRequest,
250
- /** @deprecated Use `ccipRequest`. */
251
- ccipRequest as ccipFetch, type OffchainLookupErrorType, offchainLookup, offchainLookupAbiItem, offchainLookupSignature, } from './utils/ccip.js';
252
- export { type BlobsToCommitmentsErrorType, type BlobsToCommitmentsParameters, type BlobsToCommitmentsReturnType, blobsToCommitments, } from './utils/blob/blobsToCommitments.js';
253
- export { type CommitmentToVersionedHashErrorType, type CommitmentToVersionedHashParameters, type CommitmentToVersionedHashReturnType, commitmentToVersionedHash, } from './utils/blob/commitmentToVersionedHash.js';
254
- export { type CommitmentsToVersionedHashesErrorType, type CommitmentsToVersionedHashesParameters, type CommitmentsToVersionedHashesReturnType, commitmentsToVersionedHashes, } from './utils/blob/commitmentsToVersionedHashes.js';
255
- export { type SidecarsToVersionedHashesErrorType, type SidecarsToVersionedHashesParameters, type SidecarsToVersionedHashesReturnType, sidecarsToVersionedHashes, } from './utils/blob/sidecarsToVersionedHashes.js';
256
- export { type blobsToProofsErrorType, type blobsToProofsParameters, type blobsToProofsReturnType, blobsToProofs, } from './utils/blob/blobsToProofs.js';
257
- export { type FromBlobsErrorType, type FromBlobsParameters, type FromBlobsReturnType, fromBlobs, } from './utils/blob/fromBlobs.js';
258
- export { type ToBlobSidecarsErrorType, type ToBlobSidecarsParameters, type ToBlobSidecarsReturnType, toBlobSidecars, } from './utils/blob/toBlobSidecars.js';
259
- export { type ToBlobsErrorType, type ToBlobsParameters, type ToBlobsReturnType, toBlobs, } from './utils/blob/toBlobs.js';
260
- export { type DefineKzgErrorType, type DefineKzgParameters, type DefineKzgReturnType, defineKzg, } from './utils/kzg/defineKzg.js';
261
- export { type SetupKzgErrorType, type SetupKzgParameters, type SetupKzgReturnType, setupKzg, } from './utils/kzg/setupKzg.js';
262
- export { type ConcatBytesErrorType, type ConcatErrorType, type ConcatHexErrorType, type ConcatReturnType, concat, concatBytes, concatHex, } from './utils/data/concat.js';
263
- export { type AssertCurrentChainErrorType, type AssertCurrentChainParameters, assertCurrentChain, } from './utils/chain/assertCurrentChain.js';
264
- export { defineChain } from './utils/chain/defineChain.js';
265
- export { type ExtractChainErrorType, type ExtractChainParameters, type ExtractChainReturnType, extractChain, } from './utils/chain/extractChain.js';
266
- export { type GetChainContractAddressErrorType, getChainContractAddress, } from './utils/chain/getChainContractAddress.js';
267
- export { type EncodePackedErrorType, encodePacked, } from './utils/abi/encodePacked.js';
268
- export { withCache } from './utils/promise/withCache.js';
269
- export { type WithRetryErrorType, withRetry, } from './utils/promise/withRetry.js';
270
- export { type WithTimeoutErrorType, withTimeout, } from './utils/promise/withTimeout.js';
318
+ export { type AssertTransactionEIP1559ErrorType, type AssertTransactionEIP2930ErrorType, type AssertTransactionLegacyErrorType, assertTransactionEIP1559, assertTransactionEIP2930, assertTransactionLegacy, } from './utils/transaction/assertTransaction.js';
319
+ export { type GetSerializedTransactionType, type GetSerializedTransactionTypeErrorType, getSerializedTransactionType, } from './utils/transaction/getSerializedTransactionType.js';
320
+ export { type GetTransactionType, type GetTransactionTypeErrorType, getTransactionType, } from './utils/transaction/getTransactionType.js';
321
+ export { type ParseTransactionErrorType, type ParseTransactionReturnType, parseTransaction, } from './utils/transaction/parseTransaction.js';
322
+ export { type SerializeAccessListErrorType, serializeAccessList, } from './utils/transaction/serializeAccessList.js';
323
+ export { type SerializedTransactionReturnType, type SerializeTransactionErrorType, type SerializeTransactionFn, serializeTransaction, } from './utils/transaction/serializeTransaction.js';
324
+ export { type DomainSeparatorErrorType, domainSeparator, type GetTypesForEIP712DomainErrorType, getTypesForEIP712Domain, type SerializeTypedDataErrorType, serializeTypedData, type ValidateTypedDataErrorType, validateTypedData, } from './utils/typedData.js';
271
325
  export { type FormatEtherErrorType, formatEther, } from './utils/unit/formatEther.js';
272
326
  export { type FormatGweiErrorType, formatGwei, } from './utils/unit/formatGwei.js';
273
327
  export { type FormatUnitsErrorType, formatUnits, } from './utils/unit/formatUnits.js';
274
- export { type FromHexErrorType, fromHex, type HexToBigIntErrorType, hexToBigInt, type HexToBoolErrorType, hexToBool, type HexToNumberErrorType, hexToNumber, type HexToStringErrorType, hexToString, } from './utils/encoding/fromHex.js';
275
- export { type FromRlpErrorType, type FromRlpReturnType, fromRlp, } from './utils/encoding/fromRlp.js';
276
- export { type ChecksumAddressErrorType, type GetAddressErrorType, checksumAddress, getAddress, } from './utils/address/getAddress.js';
277
- export { type GetContractErrorReturnType, getContractError, } from './utils/errors/getContractError.js';
278
- export { type ToEventSelectorErrorType, toEventSelector,
279
- /** @deprecated use `ToEventSelectorErrorType`. */
280
- type ToEventSelectorErrorType as GetEventSelectorErrorType,
281
- /** @deprecated use `toEventSelector`. */
282
- toEventSelector as getEventSelector, } from './utils/hash/toEventSelector.js';
283
- export { type ToFunctionSelectorErrorType, toFunctionSelector,
284
- /** @deprecated use `ToFunctionSelectorErrorType`. */
285
- type ToFunctionSelectorErrorType as GetFunctionSelectorErrorType,
286
- /** @deprecated use `toFunctionSelector`. */
287
- toFunctionSelector as getFunctionSelector, } from './utils/hash/toFunctionSelector.js';
288
- export { type ToEventSignatureErrorType, toEventSignature,
289
- /** @deprecated use `ToEventSignatureErrorType`. */
290
- type ToEventSignatureErrorType as GetEventSignatureErrorType,
291
- /** @deprecated use `toEventSignature`. */
292
- toEventSignature as getEventSignature, } from './utils/hash/toEventSignature.js';
293
- export { type ToFunctionSignatureErrorType, toFunctionSignature,
294
- /** @deprecated use `ToFunctionSignatureErrorType`. */
295
- type ToFunctionSignatureErrorType as GetFunctionSignatureErrorType,
296
- /** @deprecated use `toFunctionSignature`. */
297
- toFunctionSignature as getFunctionSignature, } from './utils/hash/toFunctionSignature.js';
298
- export { type ToEventHashErrorType, toEventHash, } from './utils/hash/toEventHash.js';
299
- export { type ToFunctionHashErrorType, toFunctionHash, } from './utils/hash/toFunctionHash.js';
300
- export { type HashMessageErrorType, hashMessage, } from './utils/signature/hashMessage.js';
301
- export { type ToPrefixedMessageErrorType, toPrefixedMessage, } from './utils/signature/toPrefixedMessage.js';
302
- export { type IsAddressOptions, type IsAddressErrorType, isAddress, } from './utils/address/isAddress.js';
303
- export { type IsAddressEqualReturnType, type IsAddressEqualErrorType, isAddressEqual, } from './utils/address/isAddressEqual.js';
304
- export { type IsBytesErrorType, isBytes } from './utils/data/isBytes.js';
305
- export { type IsHashErrorType, isHash } from './utils/hash/isHash.js';
306
- export { type IsHexErrorType, isHex } from './utils/data/isHex.js';
307
- export { type Keccak256Hash, type Keccak256ErrorType, keccak256, } from './utils/hash/keccak256.js';
308
- export { type Sha256Hash, type Sha256ErrorType, sha256, } from './utils/hash/sha256.js';
309
- export { type Ripemd160Hash, type Ripemd160ErrorType, ripemd160, } from './utils/hash/ripemd160.js';
310
- export { type PadBytesErrorType, type PadErrorType, type PadHexErrorType, type PadReturnType, pad, padBytes, padHex, } from './utils/data/pad.js';
311
328
  export { type ParseEtherErrorType, parseEther, } from './utils/unit/parseEther.js';
312
329
  export { type ParseGweiErrorType, parseGwei } from './utils/unit/parseGwei.js';
313
- export { type ParseTransactionErrorType, type ParseTransactionReturnType, parseTransaction, } from './utils/transaction/parseTransaction.js';
314
330
  export { type ParseUnitsErrorType, parseUnits, } from './utils/unit/parseUnits.js';
315
- export { type SerializeAccessListErrorType, serializeAccessList, } from './utils/transaction/serializeAccessList.js';
316
- export { serializeTransaction, type SerializeTransactionErrorType, type SerializedTransactionReturnType, type SerializeTransactionFn, } from './utils/transaction/serializeTransaction.js';
317
- export { type SizeErrorType, size } from './utils/data/size.js';
318
- export { type SliceBytesErrorType, type SliceErrorType, type SliceHexErrorType, slice, sliceBytes, sliceHex, } from './utils/data/slice.js';
319
- export { type StringifyErrorType, stringify } from './utils/stringify.js';
320
- export { type TrimErrorType, type TrimReturnType, trim, } from './utils/data/trim.js';
321
- export { type DomainSeparatorErrorType, type GetTypesForEIP712DomainErrorType, type SerializeTypedDataErrorType, type ValidateTypedDataErrorType, serializeTypedData, validateTypedData, domainSeparator, getTypesForEIP712Domain, } from './utils/typedData.js';
322
- export { type CreateNonceManagerParameters, type NonceManager, type NonceManagerSource, createNonceManager, nonceManager, } from './utils/nonceManager.js';
323
- export type { RpcEstimateUserOperationGasReturnType, RpcGetUserOperationByHashReturnType, RpcUserOperation, RpcUserOperationReceipt, RpcUserOperationRequest, } from './account-abstraction/types/rpc.js';
324
331
  //# sourceMappingURL=index.d.ts.map