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/index.ts CHANGED
@@ -1,25 +1,17 @@
1
1
  // biome-ignore lint/performance/noBarrelFile: entrypoint module
2
2
  export {
3
3
  type Abi,
4
+ type AbiEvent,
4
5
  type AbiFunction,
5
6
  type AbiParameter,
6
- type AbiEvent,
7
- type AbiStateMutability,
8
7
  type AbiParameterKind,
9
8
  type AbiParameterToPrimitiveType,
9
+ type AbiStateMutability,
10
10
  type Address,
11
- type Narrow,
12
- type ParseAbi,
13
- type ParseAbiItem,
14
- type ParseAbiParameter,
15
- type ParseAbiParameters,
16
- type TypedData,
17
- type TypedDataDomain,
18
- type TypedDataParameter,
19
11
  CircularReferenceError,
12
+ InvalidAbiItemError,
20
13
  InvalidAbiParameterError,
21
14
  InvalidAbiParametersError,
22
- InvalidAbiItemError,
23
15
  InvalidAbiTypeParameterError,
24
16
  InvalidFunctionModifierError,
25
17
  InvalidModifierError,
@@ -27,48 +19,83 @@ export {
27
19
  InvalidParenthesisError,
28
20
  InvalidSignatureError,
29
21
  InvalidStructSignatureError,
30
- SolidityProtectedKeywordError,
31
- UnknownTypeError,
32
- UnknownSignatureError,
22
+ type Narrow,
23
+ type ParseAbi,
24
+ type ParseAbiItem,
25
+ type ParseAbiParameter,
26
+ type ParseAbiParameters,
33
27
  parseAbi,
34
28
  parseAbiItem,
35
29
  parseAbiParameter,
36
30
  parseAbiParameters,
31
+ SolidityProtectedKeywordError,
32
+ type TypedData,
33
+ type TypedDataDomain,
34
+ type TypedDataParameter,
35
+ UnknownSignatureError,
36
+ UnknownTypeError,
37
37
  } from 'abitype'
38
38
  export type {
39
39
  BlockOverrides,
40
40
  Rpc as RpcBlockOverrides,
41
41
  } from 'ox/BlockOverrides'
42
-
42
+ export type {
43
+ RpcEstimateUserOperationGasReturnType,
44
+ RpcGetUserOperationByHashReturnType,
45
+ RpcUserOperation,
46
+ RpcUserOperationReceipt,
47
+ RpcUserOperationRequest,
48
+ } from './account-abstraction/types/rpc.js'
49
+ export type {
50
+ Account,
51
+ AccountSource,
52
+ CustomSource,
53
+ HDAccount,
54
+ HDOptions,
55
+ JsonRpcAccount,
56
+ LocalAccount,
57
+ PrivateKeyAccount,
58
+ } from './accounts/types.js'
59
+ export type {
60
+ GetEnsAddressErrorType,
61
+ GetEnsAddressParameters,
62
+ GetEnsAddressReturnType,
63
+ } from './actions/ens/getEnsAddress.js'
64
+ export type {
65
+ GetEnsAvatarErrorType,
66
+ GetEnsAvatarParameters,
67
+ GetEnsAvatarReturnType,
68
+ } from './actions/ens/getEnsAvatar.js'
69
+ export type {
70
+ GetEnsNameErrorType,
71
+ GetEnsNameParameters,
72
+ GetEnsNameReturnType,
73
+ } from './actions/ens/getEnsName.js'
74
+ export type {
75
+ GetEnsResolverErrorType,
76
+ GetEnsResolverParameters,
77
+ GetEnsResolverReturnType,
78
+ } from './actions/ens/getEnsResolver.js'
79
+ export type {
80
+ GetEnsTextErrorType,
81
+ GetEnsTextParameters,
82
+ GetEnsTextReturnType,
83
+ } from './actions/ens/getEnsText.js'
43
84
  export {
44
- getContract,
45
85
  type GetContractErrorType,
46
86
  type GetContractParameters,
47
87
  type GetContractReturnType,
88
+ getContract,
48
89
  } from './actions/getContract.js'
49
- export type {
50
- GetContractEventsErrorType,
51
- GetContractEventsParameters,
52
- GetContractEventsReturnType,
53
- } from './actions/public/getContractEvents.js'
54
- export type {
55
- GetEip712DomainErrorType,
56
- GetEip712DomainParameters,
57
- GetEip712DomainReturnType,
58
- } from './actions/public/getEip712Domain.js'
59
- export type {
60
- AddChainErrorType,
61
- AddChainParameters,
62
- } from './actions/wallet/addChain.js'
63
90
  export type {
64
91
  CallErrorType,
65
92
  CallParameters,
66
93
  CallReturnType,
67
94
  } from './actions/public/call.js'
68
95
  export type {
96
+ CreateAccessListErrorType,
69
97
  CreateAccessListParameters,
70
98
  CreateAccessListReturnType,
71
- CreateAccessListErrorType,
72
99
  } from './actions/public/createAccessList.js'
73
100
  export type {
74
101
  CreateBlockFilterErrorType,
@@ -88,47 +115,26 @@ export type {
88
115
  CreatePendingTransactionFilterErrorType,
89
116
  CreatePendingTransactionFilterReturnType,
90
117
  } from './actions/public/createPendingTransactionFilter.js'
91
- export type {
92
- DeployContractErrorType,
93
- DeployContractParameters,
94
- DeployContractReturnType,
95
- } from './actions/wallet/deployContract.js'
96
- export type {
97
- DropTransactionErrorType,
98
- DropTransactionParameters,
99
- } from './actions/test/dropTransaction.js'
100
- export type {
101
- DumpStateErrorType,
102
- DumpStateReturnType,
103
- } from './actions/test/dumpState.js'
104
- export type {
105
- GetAutomineErrorType,
106
- GetAutomineReturnType,
107
- } from './actions/test/getAutomine.js'
108
118
  export type {
109
119
  EstimateContractGasErrorType,
110
120
  EstimateContractGasParameters,
111
121
  EstimateContractGasReturnType,
112
122
  } from './actions/public/estimateContractGas.js'
113
- export type {
114
- EstimateGasErrorType,
115
- EstimateGasParameters,
116
- EstimateGasReturnType,
117
- } from './actions/public/estimateGas.js'
118
123
  export type {
119
124
  EstimateFeesPerGasErrorType,
120
125
  EstimateFeesPerGasParameters,
121
126
  EstimateFeesPerGasReturnType,
122
127
  } from './actions/public/estimateFeesPerGas.js'
128
+ export type {
129
+ EstimateGasErrorType,
130
+ EstimateGasParameters,
131
+ EstimateGasReturnType,
132
+ } from './actions/public/estimateGas.js'
123
133
  export type {
124
134
  EstimateMaxPriorityFeePerGasErrorType,
125
135
  EstimateMaxPriorityFeePerGasParameters,
126
136
  EstimateMaxPriorityFeePerGasReturnType,
127
137
  } from './actions/public/estimateMaxPriorityFeePerGas.js'
128
- export type {
129
- GetAddressesErrorType,
130
- GetAddressesReturnType,
131
- } from './actions/wallet/getAddresses.js'
132
138
  export type {
133
139
  GetBalanceErrorType,
134
140
  GetBalanceParameters,
@@ -138,61 +144,46 @@ export type {
138
144
  GetBlobBaseFeeErrorType,
139
145
  GetBlobBaseFeeReturnType,
140
146
  } from './actions/public/getBlobBaseFee.js'
141
- export type {
142
- GetBlockNumberErrorType,
143
- GetBlockNumberParameters,
144
- GetBlockNumberReturnType,
145
- } from './actions/public/getBlockNumber.js'
146
147
  export type {
147
148
  GetBlockErrorType,
148
149
  GetBlockParameters,
149
150
  GetBlockReturnType,
150
151
  } from './actions/public/getBlock.js'
152
+ export type {
153
+ GetBlockNumberErrorType,
154
+ GetBlockNumberParameters,
155
+ GetBlockNumberReturnType,
156
+ } from './actions/public/getBlockNumber.js'
151
157
  export type {
152
158
  GetBlockTransactionCountErrorType,
153
159
  GetBlockTransactionCountParameters,
154
160
  GetBlockTransactionCountReturnType,
155
161
  } from './actions/public/getBlockTransactionCount.js'
162
+ export type {
163
+ GetChainIdErrorType,
164
+ GetChainIdReturnType,
165
+ } from './actions/public/getChainId.js'
156
166
  export type {
157
167
  /** @deprecated Use `GetCodeErrorType` instead */
158
168
  GetCodeErrorType as GetBytecodeErrorType,
169
+ GetCodeErrorType,
159
170
  /** @deprecated Use `GetCodeParameters` instead */
160
171
  GetCodeParameters as GetBytecodeParameters,
172
+ GetCodeParameters,
161
173
  /** @deprecated Use `GetCodeReturnType` instead */
162
174
  GetCodeReturnType as GetBytecodeReturnType,
163
- GetCodeErrorType,
164
- GetCodeParameters,
165
175
  GetCodeReturnType,
166
176
  } from './actions/public/getCode.js'
167
177
  export type {
168
- GetChainIdErrorType,
169
- GetChainIdReturnType,
170
- } from './actions/public/getChainId.js'
171
- export type {
172
- GetEnsAddressErrorType,
173
- GetEnsAddressParameters,
174
- GetEnsAddressReturnType,
175
- } from './actions/ens/getEnsAddress.js'
176
- export type {
177
- GetEnsAvatarErrorType,
178
- GetEnsAvatarParameters,
179
- GetEnsAvatarReturnType,
180
- } from './actions/ens/getEnsAvatar.js'
181
- export type {
182
- GetEnsNameErrorType,
183
- GetEnsNameParameters,
184
- GetEnsNameReturnType,
185
- } from './actions/ens/getEnsName.js'
186
- export type {
187
- GetEnsResolverErrorType,
188
- GetEnsResolverParameters,
189
- GetEnsResolverReturnType,
190
- } from './actions/ens/getEnsResolver.js'
178
+ GetContractEventsErrorType,
179
+ GetContractEventsParameters,
180
+ GetContractEventsReturnType,
181
+ } from './actions/public/getContractEvents.js'
191
182
  export type {
192
- GetEnsTextErrorType,
193
- GetEnsTextParameters,
194
- GetEnsTextReturnType,
195
- } from './actions/ens/getEnsText.js'
183
+ GetEip712DomainErrorType,
184
+ GetEip712DomainParameters,
185
+ GetEip712DomainReturnType,
186
+ } from './actions/public/getEip712Domain.js'
196
187
  export type {
197
188
  GetFeeHistoryErrorType,
198
189
  GetFeeHistoryParameters,
@@ -217,10 +208,6 @@ export type {
217
208
  GetLogsParameters,
218
209
  GetLogsReturnType,
219
210
  } from './actions/public/getLogs.js'
220
- export type {
221
- GetPermissionsErrorType,
222
- GetPermissionsReturnType,
223
- } from './actions/wallet/getPermissions.js'
224
211
  export type {
225
212
  GetProofErrorType,
226
213
  GetProofParameters,
@@ -231,6 +218,11 @@ export type {
231
218
  GetStorageAtParameters,
232
219
  GetStorageAtReturnType,
233
220
  } from './actions/public/getStorageAt.js'
221
+ export type {
222
+ GetTransactionErrorType,
223
+ GetTransactionParameters,
224
+ GetTransactionReturnType,
225
+ } from './actions/public/getTransaction.js'
234
226
  export type {
235
227
  GetTransactionConfirmationsErrorType,
236
228
  GetTransactionConfirmationsParameters,
@@ -241,59 +233,64 @@ export type {
241
233
  GetTransactionCountParameters,
242
234
  GetTransactionCountReturnType,
243
235
  } from './actions/public/getTransactionCount.js'
244
- export type {
245
- GetTransactionErrorType,
246
- GetTransactionParameters,
247
- GetTransactionReturnType,
248
- } from './actions/public/getTransaction.js'
249
236
  export type {
250
237
  GetTransactionReceiptErrorType,
251
238
  GetTransactionReceiptParameters,
252
239
  GetTransactionReceiptReturnType,
253
240
  } from './actions/public/getTransactionReceipt.js'
254
- export type {
255
- ImpersonateAccountErrorType,
256
- ImpersonateAccountParameters,
257
- } from './actions/test/impersonateAccount.js'
258
- export type {
259
- IncreaseTimeErrorType,
260
- IncreaseTimeParameters,
261
- } from './actions/test/increaseTime.js'
262
- export type {
263
- LoadStateErrorType,
264
- LoadStateParameters,
265
- LoadStateReturnType,
266
- } from './actions/test/loadState.js'
267
- export type { MineErrorType, MineParameters } from './actions/test/mine.js'
268
241
  export type {
269
242
  MulticallErrorType,
270
243
  MulticallParameters,
271
244
  MulticallReturnType,
272
245
  } from './actions/public/multicall.js'
273
- export type { SnapshotErrorType } from './actions/test/snapshot.js'
274
246
  export type {
247
+ ReadContractErrorType,
248
+ ReadContractParameters,
249
+ ReadContractReturnType,
250
+ } from './actions/public/readContract.js'
251
+ export type {
252
+ SimulateBlocksErrorType,
275
253
  SimulateBlocksParameters,
276
254
  SimulateBlocksReturnType,
277
- SimulateBlocksErrorType,
278
255
  } from './actions/public/simulateBlocks.js'
279
256
  export type {
257
+ SimulateCallsErrorType,
280
258
  SimulateCallsParameters,
281
259
  SimulateCallsReturnType,
282
- SimulateCallsErrorType,
283
260
  } from './actions/public/simulateCalls.js'
284
261
  export type {
285
262
  GetMutabilityAwareValue,
263
+ SimulateContractErrorType,
286
264
  SimulateContractParameters,
287
265
  SimulateContractReturnType,
288
- SimulateContractErrorType,
289
266
  } from './actions/public/simulateContract.js'
290
267
  export type {
291
- OnBlock,
292
- OnBlockParameter,
293
- WatchBlocksErrorType,
294
- WatchBlocksParameters,
295
- WatchBlocksReturnType,
296
- } from './actions/public/watchBlocks.js'
268
+ UninstallFilterErrorType,
269
+ UninstallFilterParameters,
270
+ UninstallFilterReturnType,
271
+ } from './actions/public/uninstallFilter.js'
272
+ export type {
273
+ VerifyHashErrorType as VerifyHashActionErrorType,
274
+ VerifyHashParameters as VerifyHashActionParameters,
275
+ VerifyHashReturnType as VerifyHashActionReturnType,
276
+ } from './actions/public/verifyHash.js'
277
+ export type {
278
+ VerifyMessageErrorType as VerifyMessageActionErrorType,
279
+ VerifyMessageParameters as VerifyMessageActionParameters,
280
+ VerifyMessageReturnType as VerifyMessageActionReturnType,
281
+ } from './actions/public/verifyMessage.js'
282
+ export type {
283
+ VerifyTypedDataErrorType as VerifyTypedDataActionErrorType,
284
+ VerifyTypedDataParameters as VerifyTypedDataActionParameters,
285
+ VerifyTypedDataReturnType as VerifyTypedDataActionReturnType,
286
+ } from './actions/public/verifyTypedData.js'
287
+ export type {
288
+ ReplacementReason,
289
+ ReplacementReturnType,
290
+ WaitForTransactionReceiptErrorType,
291
+ WaitForTransactionReceiptParameters,
292
+ WaitForTransactionReceiptReturnType,
293
+ } from './actions/public/waitForTransactionReceipt.js'
297
294
  export type {
298
295
  OnBlockNumberFn,
299
296
  OnBlockNumberParameter,
@@ -302,12 +299,26 @@ export type {
302
299
  WatchBlockNumberReturnType,
303
300
  } from './actions/public/watchBlockNumber.js'
304
301
  export type {
305
- WatchEventOnLogsFn,
306
- WatchEventOnLogsParameter,
307
- WatchEventErrorType,
308
- WatchEventParameters,
309
- WatchEventReturnType,
310
- } from './actions/public/watchEvent.js'
302
+ OnBlock,
303
+ OnBlockParameter,
304
+ WatchBlocksErrorType,
305
+ WatchBlocksParameters,
306
+ WatchBlocksReturnType,
307
+ } from './actions/public/watchBlocks.js'
308
+ export type {
309
+ WatchContractEventErrorType,
310
+ WatchContractEventOnLogsFn,
311
+ WatchContractEventOnLogsParameter,
312
+ WatchContractEventParameters,
313
+ WatchContractEventReturnType,
314
+ } from './actions/public/watchContractEvent.js'
315
+ export type {
316
+ WatchEventErrorType,
317
+ WatchEventOnLogsFn,
318
+ WatchEventOnLogsParameter,
319
+ WatchEventParameters,
320
+ WatchEventReturnType,
321
+ } from './actions/public/watchEvent.js'
311
322
  export type {
312
323
  OnTransactionsFn,
313
324
  OnTransactionsParameter,
@@ -316,26 +327,17 @@ export type {
316
327
  WatchPendingTransactionsReturnType,
317
328
  } from './actions/public/watchPendingTransactions.js'
318
329
  export type {
319
- ReadContractErrorType,
320
- ReadContractParameters,
321
- ReadContractReturnType,
322
- } from './actions/public/readContract.js'
323
- export type {
324
- ReplacementReason,
325
- ReplacementReturnType,
326
- WaitForTransactionReceiptErrorType,
327
- WaitForTransactionReceiptParameters,
328
- WaitForTransactionReceiptReturnType,
329
- } from './actions/public/waitForTransactionReceipt.js'
330
+ DropTransactionErrorType,
331
+ DropTransactionParameters,
332
+ } from './actions/test/dropTransaction.js'
330
333
  export type {
331
- RequestAddressesErrorType,
332
- RequestAddressesReturnType,
333
- } from './actions/wallet/requestAddresses.js'
334
+ DumpStateErrorType,
335
+ DumpStateReturnType,
336
+ } from './actions/test/dumpState.js'
334
337
  export type {
335
- RequestPermissionsErrorType,
336
- RequestPermissionsReturnType,
337
- RequestPermissionsParameters,
338
- } from './actions/wallet/requestPermissions.js'
338
+ GetAutomineErrorType,
339
+ GetAutomineReturnType,
340
+ } from './actions/test/getAutomine.js'
339
341
  export type {
340
342
  GetTxpoolContentErrorType,
341
343
  GetTxpoolContentReturnType,
@@ -344,76 +346,30 @@ export type {
344
346
  GetTxpoolStatusErrorType,
345
347
  GetTxpoolStatusReturnType,
346
348
  } from './actions/test/getTxpoolStatus.js'
349
+ export type {
350
+ ImpersonateAccountErrorType,
351
+ ImpersonateAccountParameters,
352
+ } from './actions/test/impersonateAccount.js'
353
+ export type {
354
+ IncreaseTimeErrorType,
355
+ IncreaseTimeParameters,
356
+ } from './actions/test/increaseTime.js'
347
357
  export type {
348
358
  InspectTxpoolErrorType,
349
359
  InspectTxpoolReturnType,
350
360
  } from './actions/test/inspectTxpool.js'
361
+ export type {
362
+ LoadStateErrorType,
363
+ LoadStateParameters,
364
+ LoadStateReturnType,
365
+ } from './actions/test/loadState.js'
366
+ export type { MineErrorType, MineParameters } from './actions/test/mine.js'
351
367
  export type { RemoveBlockTimestampIntervalErrorType } from './actions/test/removeBlockTimestampInterval.js'
352
368
  export type { ResetErrorType, ResetParameters } from './actions/test/reset.js'
353
369
  export type {
354
370
  RevertErrorType,
355
371
  RevertParameters,
356
372
  } from './actions/test/revert.js'
357
- export type {
358
- SendRawTransactionErrorType,
359
- SendRawTransactionParameters,
360
- SendRawTransactionReturnType,
361
- } from './actions/wallet/sendRawTransaction.js'
362
- export type {
363
- SendTransactionErrorType,
364
- SendTransactionParameters,
365
- SendTransactionRequest,
366
- SendTransactionReturnType,
367
- } from './actions/wallet/sendTransaction.js'
368
- export type {
369
- SignTransactionErrorType,
370
- SignTransactionParameters,
371
- SignTransactionReturnType,
372
- } from './actions/wallet/signTransaction.js'
373
- export type {
374
- PrepareAuthorizationErrorType,
375
- PrepareAuthorizationParameters,
376
- PrepareAuthorizationReturnType,
377
- } from './actions/wallet/prepareAuthorization.js'
378
- export type {
379
- PrepareTransactionRequestErrorType,
380
- PrepareTransactionRequestParameters,
381
- PrepareTransactionRequestParameterType,
382
- PrepareTransactionRequestRequest,
383
- PrepareTransactionRequestReturnType,
384
- } from './actions/wallet/prepareTransactionRequest.js'
385
- export type {
386
- GetCapabilitiesParameters,
387
- GetCapabilitiesErrorType,
388
- GetCapabilitiesReturnType,
389
- } from './actions/wallet/getCapabilities.js'
390
- export type {
391
- SignAuthorizationErrorType,
392
- SignAuthorizationParameters,
393
- SignAuthorizationReturnType,
394
- } from './actions/wallet/signAuthorization.js'
395
- export type {
396
- SendCallsErrorType,
397
- SendCallsParameters,
398
- SendCallsReturnType,
399
- } from './actions/wallet/sendCalls.js'
400
- export type {
401
- GetCallsStatusErrorType,
402
- GetCallsStatusParameters,
403
- GetCallsStatusReturnType,
404
- } from './actions/wallet/getCallsStatus.js'
405
- export type {
406
- ShowCallsStatusErrorType,
407
- ShowCallsStatusParameters,
408
- ShowCallsStatusReturnType,
409
- } from './actions/wallet/showCallsStatus.js'
410
- export { WaitForCallsStatusTimeoutError } from './actions/wallet/waitForCallsStatus.js'
411
- export type {
412
- WaitForCallsStatusErrorType,
413
- WaitForCallsStatusParameters,
414
- WaitForCallsStatusReturnType,
415
- WaitForCallsStatusTimeoutErrorType,
416
- } from './actions/wallet/waitForCallsStatus.js'
417
373
  export type {
418
374
  SendUnsignedTransactionErrorType,
419
375
  SendUnsignedTransactionParameters,
@@ -466,120 +422,147 @@ export type {
466
422
  SetStorageAtErrorType,
467
423
  SetStorageAtParameters,
468
424
  } from './actions/test/setStorageAt.js'
425
+ export type { SnapshotErrorType } from './actions/test/snapshot.js'
426
+ export type {
427
+ StopImpersonatingAccountErrorType,
428
+ StopImpersonatingAccountParameters,
429
+ } from './actions/test/stopImpersonatingAccount.js'
430
+ export type {
431
+ AddChainErrorType,
432
+ AddChainParameters,
433
+ } from './actions/wallet/addChain.js'
434
+ export type {
435
+ DeployContractErrorType,
436
+ DeployContractParameters,
437
+ DeployContractReturnType,
438
+ } from './actions/wallet/deployContract.js'
439
+ export type {
440
+ GetAddressesErrorType,
441
+ GetAddressesReturnType,
442
+ } from './actions/wallet/getAddresses.js'
443
+ export type {
444
+ GetCallsStatusErrorType,
445
+ GetCallsStatusParameters,
446
+ GetCallsStatusReturnType,
447
+ } from './actions/wallet/getCallsStatus.js'
448
+ export type {
449
+ GetCapabilitiesErrorType,
450
+ GetCapabilitiesParameters,
451
+ GetCapabilitiesReturnType,
452
+ } from './actions/wallet/getCapabilities.js'
453
+ export type {
454
+ GetPermissionsErrorType,
455
+ GetPermissionsReturnType,
456
+ } from './actions/wallet/getPermissions.js'
457
+ export type {
458
+ PrepareAuthorizationErrorType,
459
+ PrepareAuthorizationParameters,
460
+ PrepareAuthorizationReturnType,
461
+ } from './actions/wallet/prepareAuthorization.js'
462
+ export type {
463
+ PrepareTransactionRequestErrorType,
464
+ PrepareTransactionRequestParameters,
465
+ PrepareTransactionRequestParameterType,
466
+ PrepareTransactionRequestRequest,
467
+ PrepareTransactionRequestReturnType,
468
+ } from './actions/wallet/prepareTransactionRequest.js'
469
+ export type {
470
+ RequestAddressesErrorType,
471
+ RequestAddressesReturnType,
472
+ } from './actions/wallet/requestAddresses.js'
473
+ export type {
474
+ RequestPermissionsErrorType,
475
+ RequestPermissionsParameters,
476
+ RequestPermissionsReturnType,
477
+ } from './actions/wallet/requestPermissions.js'
478
+ export type {
479
+ SendCallsErrorType,
480
+ SendCallsParameters,
481
+ SendCallsReturnType,
482
+ } from './actions/wallet/sendCalls.js'
483
+ export type {
484
+ SendRawTransactionErrorType,
485
+ SendRawTransactionParameters,
486
+ SendRawTransactionReturnType,
487
+ } from './actions/wallet/sendRawTransaction.js'
488
+ export type {
489
+ SendTransactionErrorType,
490
+ SendTransactionParameters,
491
+ SendTransactionRequest,
492
+ SendTransactionReturnType,
493
+ } from './actions/wallet/sendTransaction.js'
494
+ export type {
495
+ ShowCallsStatusErrorType,
496
+ ShowCallsStatusParameters,
497
+ ShowCallsStatusReturnType,
498
+ } from './actions/wallet/showCallsStatus.js'
499
+ export type {
500
+ SignAuthorizationErrorType,
501
+ SignAuthorizationParameters,
502
+ SignAuthorizationReturnType,
503
+ } from './actions/wallet/signAuthorization.js'
469
504
  export type {
470
505
  SignMessageErrorType,
471
506
  SignMessageParameters,
472
507
  SignMessageReturnType,
473
508
  } from './actions/wallet/signMessage.js'
509
+ export type {
510
+ SignTransactionErrorType,
511
+ SignTransactionParameters,
512
+ SignTransactionReturnType,
513
+ } from './actions/wallet/signTransaction.js'
474
514
  export type {
475
515
  SignTypedDataErrorType,
476
516
  SignTypedDataParameters,
477
517
  SignTypedDataReturnType,
478
518
  } from './actions/wallet/signTypedData.js'
479
- export type {
480
- StopImpersonatingAccountErrorType,
481
- StopImpersonatingAccountParameters,
482
- } from './actions/test/stopImpersonatingAccount.js'
483
519
  export type {
484
520
  SwitchChainErrorType,
485
521
  SwitchChainParameters,
486
522
  } from './actions/wallet/switchChain.js'
487
523
  export type {
488
- UninstallFilterErrorType,
489
- UninstallFilterParameters,
490
- UninstallFilterReturnType,
491
- } from './actions/public/uninstallFilter.js'
524
+ WaitForCallsStatusErrorType,
525
+ WaitForCallsStatusParameters,
526
+ WaitForCallsStatusReturnType,
527
+ WaitForCallsStatusTimeoutErrorType,
528
+ } from './actions/wallet/waitForCallsStatus.js'
529
+ export { WaitForCallsStatusTimeoutError } from './actions/wallet/waitForCallsStatus.js'
492
530
  export type {
493
531
  WatchAssetErrorType,
494
532
  WatchAssetParameters,
495
533
  WatchAssetReturnType,
496
534
  } from './actions/wallet/watchAsset.js'
497
- export type {
498
- VerifyHashErrorType as VerifyHashActionErrorType,
499
- VerifyHashParameters as VerifyHashActionParameters,
500
- VerifyHashReturnType as VerifyHashActionReturnType,
501
- } from './actions/public/verifyHash.js'
502
- export type {
503
- VerifyTypedDataErrorType as VerifyTypedDataActionErrorType,
504
- VerifyTypedDataParameters as VerifyTypedDataActionParameters,
505
- VerifyTypedDataReturnType as VerifyTypedDataActionReturnType,
506
- } from './actions/public/verifyTypedData.js'
507
- export type {
508
- VerifyMessageErrorType as VerifyMessageActionErrorType,
509
- VerifyMessageParameters as VerifyMessageActionParameters,
510
- VerifyMessageReturnType as VerifyMessageActionReturnType,
511
- } from './actions/public/verifyMessage.js'
512
- export type {
513
- WatchContractEventOnLogsFn,
514
- WatchContractEventOnLogsParameter,
515
- WatchContractEventErrorType,
516
- WatchContractEventParameters,
517
- WatchContractEventReturnType,
518
- } from './actions/public/watchContractEvent.js'
519
535
  export type {
520
536
  WriteContractErrorType,
521
537
  WriteContractParameters,
522
538
  WriteContractReturnType,
523
539
  } from './actions/wallet/writeContract.js'
524
- export type { Call, Calls } from './types/calls.js'
525
- export type {
526
- Chain,
527
- ChainConfig,
528
- ChainContract,
529
- ChainEstimateFeesPerGasFn,
530
- ChainFees,
531
- ChainFeesFnParameters,
532
- ChainFormatter,
533
- ChainEstimateFeesPerGasFnParameters,
534
- ChainMaxPriorityFeePerGasFn,
535
- DeriveChain,
536
- GetChainParameter,
537
- ChainFormatters,
538
- ChainSerializers,
539
- ExtractChainFormatterExclude,
540
- ExtractChainFormatterParameters,
541
- ExtractChainFormatterReturnType,
542
- } from './types/chain.js'
543
- export type { GetTransactionRequestKzgParameter, Kzg } from './types/kzg.js'
544
540
  export {
545
541
  type Client,
546
542
  type ClientConfig,
547
543
  type CreateClientErrorType,
548
- type MulticallBatchOptions,
549
544
  createClient,
545
+ type MulticallBatchOptions,
550
546
  rpcSchema,
551
547
  } from './clients/createClient.js'
552
548
  export {
553
- type CustomTransport,
554
- type CustomTransportConfig,
555
- type CustomTransportErrorType,
556
- custom,
557
- } from './clients/transports/custom.js'
558
- export {
559
- type FallbackTransport,
560
- type FallbackTransportConfig,
561
- type FallbackTransportErrorType,
562
- fallback,
563
- shouldThrow,
564
- } from './clients/transports/fallback.js'
565
- export {
566
- type HttpTransport,
567
- type HttpTransportConfig,
568
- type HttpTransportErrorType,
569
- http,
570
- } from './clients/transports/http.js'
571
- export {
572
- type PublicClient,
573
- type PublicClientConfig,
574
549
  type CreatePublicClientErrorType,
575
550
  createPublicClient,
551
+ type PublicClient,
552
+ type PublicClientConfig,
576
553
  } from './clients/createPublicClient.js'
577
554
  export {
578
- type TestClient,
579
- type TestClientConfig,
580
555
  type CreateTestClientErrorType,
581
556
  createTestClient,
557
+ type TestClient,
558
+ type TestClientConfig,
582
559
  } from './clients/createTestClient.js'
560
+ export {
561
+ type CreateWalletClientErrorType,
562
+ createWalletClient,
563
+ type WalletClient,
564
+ type WalletClientConfig,
565
+ } from './clients/createWalletClient.js'
583
566
  export {
584
567
  type PublicActions,
585
568
  publicActions,
@@ -593,17 +576,30 @@ export {
593
576
  walletActions,
594
577
  } from './clients/decorators/wallet.js'
595
578
  export {
596
- type Transport,
597
- type TransportConfig,
598
579
  type CreateTransportErrorType,
599
580
  createTransport,
581
+ type Transport,
582
+ type TransportConfig,
600
583
  } from './clients/transports/createTransport.js'
601
584
  export {
602
- type WalletClient,
603
- type WalletClientConfig,
604
- type CreateWalletClientErrorType,
605
- createWalletClient,
606
- } from './clients/createWalletClient.js'
585
+ type CustomTransport,
586
+ type CustomTransportConfig,
587
+ type CustomTransportErrorType,
588
+ custom,
589
+ } from './clients/transports/custom.js'
590
+ export {
591
+ type FallbackTransport,
592
+ type FallbackTransportConfig,
593
+ type FallbackTransportErrorType,
594
+ fallback,
595
+ shouldThrow,
596
+ } from './clients/transports/fallback.js'
597
+ export {
598
+ type HttpTransport,
599
+ type HttpTransportConfig,
600
+ type HttpTransportErrorType,
601
+ http,
602
+ } from './clients/transports/http.js'
607
603
  export {
608
604
  type WebSocketTransport,
609
605
  type WebSocketTransportConfig,
@@ -611,21 +607,25 @@ export {
611
607
  webSocket,
612
608
  } from './clients/transports/webSocket.js'
613
609
  export {
614
- multicall3Abi,
615
610
  erc20Abi,
616
611
  erc20Abi_bytes32,
617
612
  erc721Abi,
618
613
  erc1155Abi,
619
614
  erc4626Abi,
620
- universalSignatureValidatorAbi,
615
+ erc6492SignatureValidatorAbi,
616
+ /** @deprecated use `erc6492SignatureValidatorAbi` instead. */
617
+ erc6492SignatureValidatorAbi as universalSignatureValidatorAbi,
618
+ multicall3Abi,
621
619
  } from './constants/abis.js'
622
620
  export { ethAddress, zeroAddress } from './constants/address.js'
621
+ export { zeroHash } from './constants/bytes.js'
623
622
  export {
624
623
  deploylessCallViaBytecodeBytecode,
625
624
  deploylessCallViaFactoryBytecode,
626
- universalSignatureValidatorByteCode,
625
+ erc6492SignatureValidatorByteCode,
626
+ /** @deprecated use `erc6492SignatureValidatorByteCode` instead. */
627
+ erc6492SignatureValidatorByteCode as universalSignatureValidatorByteCode,
627
628
  } from './constants/contracts.js'
628
- export { etherUnits, gweiUnits, weiUnits } from './constants/unit.js'
629
629
  export {
630
630
  maxInt8,
631
631
  maxInt16,
@@ -724,8 +724,8 @@ export {
724
724
  minInt248,
725
725
  minInt256,
726
726
  } from './constants/number.js'
727
- export { zeroHash } from './constants/bytes.js'
728
727
  export { presignMessagePrefix } from './constants/strings.js'
728
+ export { etherUnits, gweiUnits, weiUnits } from './constants/unit.js'
729
729
  export {
730
730
  AbiConstructorNotFoundError,
731
731
  type AbiConstructorNotFoundErrorType,
@@ -739,10 +739,10 @@ export {
739
739
  type AbiDecodingZeroDataErrorType,
740
740
  AbiEncodingArrayLengthMismatchError,
741
741
  type AbiEncodingArrayLengthMismatchErrorType,
742
- AbiEncodingLengthMismatchError,
743
- type AbiEncodingLengthMismatchErrorType,
744
742
  AbiEncodingBytesSizeMismatchError,
745
743
  type AbiEncodingBytesSizeMismatchErrorType,
744
+ AbiEncodingLengthMismatchError,
745
+ type AbiEncodingLengthMismatchErrorType,
746
746
  AbiErrorInputsNotFoundError,
747
747
  type AbiErrorInputsNotFoundErrorType,
748
748
  AbiErrorNotFoundError,
@@ -778,15 +778,31 @@ export {
778
778
  UnsupportedPackedAbiType,
779
779
  type UnsupportedPackedAbiTypeErrorType,
780
780
  } from './errors/abi.js'
781
+ export {
782
+ InvalidAddressError,
783
+ type InvalidAddressErrorType,
784
+ } from './errors/address.js'
781
785
  export { BaseError, type BaseErrorType, setErrorConfig } from './errors/base.js'
786
+ export {
787
+ BlockNotFoundError,
788
+ type BlockNotFoundErrorType,
789
+ } from './errors/block.js'
782
790
  export {
783
791
  BundleFailedError,
784
792
  type BundleFailedErrorType,
785
793
  } from './errors/calls.js'
786
794
  export {
787
- BlockNotFoundError,
788
- type BlockNotFoundErrorType,
789
- } from './errors/block.js'
795
+ ChainDoesNotSupportContract,
796
+ type ChainDoesNotSupportContractErrorType,
797
+ ChainMismatchError,
798
+ type ChainMismatchErrorType,
799
+ ChainNotFoundError,
800
+ type ChainNotFoundErrorType,
801
+ ClientChainNotConfiguredError,
802
+ type ClientChainNotConfiguredErrorType,
803
+ InvalidChainIdError,
804
+ type InvalidChainIdErrorType,
805
+ } from './errors/chain.js'
790
806
  export {
791
807
  CallExecutionError,
792
808
  type CallExecutionErrorType,
@@ -796,11 +812,45 @@ export {
796
812
  type ContractFunctionRevertedErrorType,
797
813
  ContractFunctionZeroDataError,
798
814
  type ContractFunctionZeroDataErrorType,
799
- RawContractError,
800
- type RawContractErrorType,
801
815
  CounterfactualDeploymentFailedError,
802
816
  type CounterfactualDeploymentFailedErrorType,
817
+ RawContractError,
818
+ type RawContractErrorType,
803
819
  } from './errors/contract.js'
820
+ export {
821
+ SizeExceedsPaddingSizeError,
822
+ type SizeExceedsPaddingSizeErrorType,
823
+ SliceOffsetOutOfBoundsError,
824
+ type SliceOffsetOutOfBoundsErrorType,
825
+ } from './errors/data.js'
826
+ export {
827
+ IntegerOutOfRangeError,
828
+ type IntegerOutOfRangeErrorType,
829
+ InvalidBytesBooleanError,
830
+ type InvalidBytesBooleanErrorType,
831
+ InvalidHexBooleanError,
832
+ type InvalidHexBooleanErrorType,
833
+ InvalidHexValueError,
834
+ type InvalidHexValueErrorType,
835
+ SizeOverflowError,
836
+ type SizeOverflowErrorType,
837
+ } from './errors/encoding.js'
838
+ export {
839
+ type EnsAvatarInvalidMetadataError,
840
+ type EnsAvatarInvalidMetadataErrorType,
841
+ EnsAvatarInvalidNftUriError,
842
+ type EnsAvatarInvalidNftUriErrorType,
843
+ EnsAvatarUnsupportedNamespaceError,
844
+ type EnsAvatarUnsupportedNamespaceErrorType,
845
+ EnsAvatarUriResolutionError,
846
+ type EnsAvatarUriResolutionErrorType,
847
+ EnsInvalidChainIdError,
848
+ type EnsInvalidChainIdErrorType,
849
+ } from './errors/ens.js'
850
+ export {
851
+ EstimateGasExecutionError,
852
+ type EstimateGasExecutionErrorType,
853
+ } from './errors/estimateGas.js'
804
854
  export {
805
855
  BaseFeeScalarError,
806
856
  type BaseFeeScalarErrorType,
@@ -810,10 +860,52 @@ export {
810
860
  type MaxFeePerGasTooLowErrorType,
811
861
  } from './errors/fee.js'
812
862
  export {
813
- AtomicReadyWalletRejectedUpgradeError,
814
- type AtomicReadyWalletRejectedUpgradeErrorType,
863
+ FilterTypeNotSupportedError,
864
+ type FilterTypeNotSupportedErrorType,
865
+ } from './errors/log.js'
866
+ export {
867
+ ExecutionRevertedError,
868
+ type ExecutionRevertedErrorType,
869
+ FeeCapTooHighError,
870
+ type FeeCapTooHighErrorType,
871
+ FeeCapTooLowError,
872
+ type FeeCapTooLowErrorType,
873
+ InsufficientFundsError,
874
+ type InsufficientFundsErrorType,
875
+ IntrinsicGasTooHighError,
876
+ type IntrinsicGasTooHighErrorType,
877
+ IntrinsicGasTooLowError,
878
+ type IntrinsicGasTooLowErrorType,
879
+ NonceMaxValueError,
880
+ type NonceMaxValueErrorType,
881
+ NonceTooHighError,
882
+ type NonceTooHighErrorType,
883
+ NonceTooLowError,
884
+ type NonceTooLowErrorType,
885
+ TipAboveFeeCapError,
886
+ type TipAboveFeeCapErrorType,
887
+ TransactionTypeNotSupportedError,
888
+ type TransactionTypeNotSupportedErrorType,
889
+ UnknownNodeError,
890
+ type UnknownNodeErrorType,
891
+ } from './errors/node.js'
892
+ export {
893
+ HttpRequestError,
894
+ type HttpRequestErrorType,
895
+ RpcRequestError,
896
+ type RpcRequestErrorType,
897
+ SocketClosedError,
898
+ type SocketClosedErrorType,
899
+ TimeoutError,
900
+ type TimeoutErrorType,
901
+ WebSocketRequestError,
902
+ type WebSocketRequestErrorType,
903
+ } from './errors/request.js'
904
+ export {
815
905
  AtomicityNotSupportedError,
816
906
  type AtomicityNotSupportedErrorType,
907
+ AtomicReadyWalletRejectedUpgradeError,
908
+ type AtomicReadyWalletRejectedUpgradeErrorType,
817
909
  BundleTooLargeError,
818
910
  type BundleTooLargeErrorType,
819
911
  ChainDisconnectedError,
@@ -848,8 +940,8 @@ export {
848
940
  ResourceUnavailableRpcError,
849
941
  type ResourceUnavailableRpcErrorType,
850
942
  RpcError,
851
- type RpcErrorType,
852
943
  type RpcErrorCode,
944
+ type RpcErrorType,
853
945
  SwitchChainError,
854
946
  TransactionRejectedRpcError,
855
947
  type TransactionRejectedRpcErrorType,
@@ -869,163 +961,121 @@ export {
869
961
  type UserRejectedRequestErrorType,
870
962
  } from './errors/rpc.js'
871
963
  export {
872
- ChainDoesNotSupportContract,
873
- type ChainDoesNotSupportContractErrorType,
874
- ChainMismatchError,
875
- type ChainMismatchErrorType,
876
- ChainNotFoundError,
877
- type ChainNotFoundErrorType,
878
- ClientChainNotConfiguredError,
879
- type ClientChainNotConfiguredErrorType,
880
- InvalidChainIdError,
881
- type InvalidChainIdErrorType,
882
- } from './errors/chain.js'
964
+ AccountStateConflictError,
965
+ type AccountStateConflictErrorType,
966
+ StateAssignmentConflictError,
967
+ type StateAssignmentConflictErrorType,
968
+ } from './errors/stateOverride.js'
883
969
  export {
884
- InvalidBytesBooleanError,
885
- type InvalidBytesBooleanErrorType,
886
- IntegerOutOfRangeError,
887
- type IntegerOutOfRangeErrorType,
888
- InvalidHexBooleanError,
889
- type InvalidHexBooleanErrorType,
890
- InvalidHexValueError,
891
- type InvalidHexValueErrorType,
892
- SizeOverflowError,
893
- type SizeOverflowErrorType,
894
- } from './errors/encoding.js'
970
+ FeeConflictError,
971
+ type FeeConflictErrorType,
972
+ InvalidLegacyVError,
973
+ type InvalidLegacyVErrorType,
974
+ InvalidSerializableTransactionError,
975
+ type InvalidSerializableTransactionErrorType,
976
+ InvalidSerializedTransactionError,
977
+ type InvalidSerializedTransactionErrorType,
978
+ InvalidSerializedTransactionTypeError,
979
+ type InvalidSerializedTransactionTypeErrorType,
980
+ InvalidStorageKeySizeError,
981
+ type InvalidStorageKeySizeErrorType,
982
+ TransactionExecutionError,
983
+ type TransactionExecutionErrorType,
984
+ TransactionNotFoundError,
985
+ type TransactionNotFoundErrorType,
986
+ TransactionReceiptNotFoundError,
987
+ type TransactionReceiptNotFoundErrorType,
988
+ WaitForTransactionReceiptTimeoutError,
989
+ type WaitForTransactionReceiptTimeoutErrorType,
990
+ } from './errors/transaction.js'
895
991
  export {
896
- type EnsAvatarInvalidMetadataError,
897
- EnsAvatarUriResolutionError,
898
- type EnsAvatarInvalidMetadataErrorType,
899
- EnsAvatarInvalidNftUriError,
900
- type EnsAvatarInvalidNftUriErrorType,
901
- EnsAvatarUnsupportedNamespaceError,
902
- type EnsAvatarUnsupportedNamespaceErrorType,
903
- type EnsAvatarUriResolutionErrorType,
904
- EnsInvalidChainIdError,
905
- type EnsInvalidChainIdErrorType,
906
- } from './errors/ens.js'
992
+ UrlRequiredError,
993
+ type UrlRequiredErrorType,
994
+ } from './errors/transport.js'
995
+ export {
996
+ InvalidDomainError,
997
+ type InvalidDomainErrorType,
998
+ InvalidPrimaryTypeError,
999
+ type InvalidPrimaryTypeErrorType,
1000
+ InvalidStructTypeError,
1001
+ type InvalidStructTypeErrorType,
1002
+ } from './errors/typedData.js'
907
1003
  export {
908
- type InvalidDecimalNumberErrorType,
909
1004
  InvalidDecimalNumberError,
1005
+ type InvalidDecimalNumberErrorType,
910
1006
  } from './errors/unit.js'
911
- export {
912
- EstimateGasExecutionError,
913
- type EstimateGasExecutionErrorType,
914
- } from './errors/estimateGas.js'
915
- export {
916
- ExecutionRevertedError,
917
- type ExecutionRevertedErrorType,
918
- FeeCapTooHighError,
919
- type FeeCapTooHighErrorType,
920
- FeeCapTooLowError,
921
- type FeeCapTooLowErrorType,
922
- InsufficientFundsError,
923
- type InsufficientFundsErrorType,
924
- IntrinsicGasTooHighError,
925
- type IntrinsicGasTooHighErrorType,
926
- IntrinsicGasTooLowError,
927
- type IntrinsicGasTooLowErrorType,
928
- NonceMaxValueError,
929
- type NonceMaxValueErrorType,
930
- NonceTooHighError,
931
- type NonceTooHighErrorType,
932
- NonceTooLowError,
933
- type NonceTooLowErrorType,
934
- TipAboveFeeCapError,
935
- type TipAboveFeeCapErrorType,
936
- TransactionTypeNotSupportedError,
937
- type TransactionTypeNotSupportedErrorType,
938
- UnknownNodeError,
939
- type UnknownNodeErrorType,
940
- } from './errors/node.js'
941
- export {
942
- FilterTypeNotSupportedError,
943
- type FilterTypeNotSupportedErrorType,
944
- } from './errors/log.js'
945
- export {
946
- HttpRequestError,
947
- type HttpRequestErrorType,
948
- RpcRequestError,
949
- type RpcRequestErrorType,
950
- TimeoutError,
951
- type TimeoutErrorType,
952
- SocketClosedError,
953
- type SocketClosedErrorType,
954
- WebSocketRequestError,
955
- type WebSocketRequestErrorType,
956
- } from './errors/request.js'
957
- export {
958
- InvalidAddressError,
959
- type InvalidAddressErrorType,
960
- } from './errors/address.js'
961
- export {
962
- FeeConflictError,
963
- type FeeConflictErrorType,
964
- InvalidLegacyVError,
965
- type InvalidLegacyVErrorType,
966
- InvalidSerializableTransactionError,
967
- type InvalidSerializableTransactionErrorType,
968
- InvalidSerializedTransactionError,
969
- type InvalidSerializedTransactionErrorType,
970
- InvalidSerializedTransactionTypeError,
971
- type InvalidSerializedTransactionTypeErrorType,
972
- InvalidStorageKeySizeError,
973
- type InvalidStorageKeySizeErrorType,
974
- TransactionExecutionError,
975
- type TransactionExecutionErrorType,
976
- TransactionNotFoundError,
977
- type TransactionNotFoundErrorType,
978
- TransactionReceiptNotFoundError,
979
- type TransactionReceiptNotFoundErrorType,
980
- WaitForTransactionReceiptTimeoutError,
981
- type WaitForTransactionReceiptTimeoutErrorType,
982
- } from './errors/transaction.js'
983
- export {
984
- SizeExceedsPaddingSizeError,
985
- type SizeExceedsPaddingSizeErrorType,
986
- SliceOffsetOutOfBoundsError,
987
- type SliceOffsetOutOfBoundsErrorType,
988
- } from './errors/data.js'
989
- export {
990
- UrlRequiredError,
991
- type UrlRequiredErrorType,
992
- } from './errors/transport.js'
993
- export {
994
- AccountStateConflictError,
995
- type AccountStateConflictErrorType,
996
- StateAssignmentConflictError,
997
- type StateAssignmentConflictErrorType,
998
- } from './errors/stateOverride.js'
999
- export {
1000
- InvalidDomainError,
1001
- type InvalidDomainErrorType,
1002
- InvalidPrimaryTypeError,
1003
- type InvalidPrimaryTypeErrorType,
1004
- InvalidStructTypeError,
1005
- type InvalidStructTypeErrorType,
1006
- } from './errors/typedData.js'
1007
1007
  export type {
1008
- AbiEventParameterToPrimitiveType,
1008
+ DeriveAccount,
1009
+ HDKey,
1010
+ ParseAccount,
1011
+ } from './types/account.js'
1012
+ export type {
1013
+ Authorization,
1014
+ AuthorizationList,
1015
+ AuthorizationRequest,
1016
+ SerializedAuthorization,
1017
+ SerializedAuthorizationList,
1018
+ SignedAuthorization,
1019
+ SignedAuthorizationList,
1020
+ } from './types/authorization.js'
1021
+ export type {
1022
+ Block,
1023
+ BlockIdentifier,
1024
+ BlockNumber,
1025
+ BlockTag,
1026
+ Uncle,
1027
+ } from './types/block.js'
1028
+ export type { Call, Calls } from './types/calls.js'
1029
+ export type {
1030
+ Capabilities,
1031
+ /** @deprecated Use `Capabilities` instead. */
1032
+ Capabilities as WalletCapabilities,
1033
+ CapabilitiesSchema,
1034
+ /** @deprecated Use `ChainIdToCapabilities` instead. */
1035
+ ChainIdToCapabilities as WalletCapabilitiesRecord,
1036
+ ChainIdToCapabilities,
1037
+ ExtractCapabilities,
1038
+ } from './types/capabilities.js'
1039
+ export type {
1040
+ Chain,
1041
+ ChainConfig,
1042
+ ChainContract,
1043
+ ChainEstimateFeesPerGasFn,
1044
+ ChainEstimateFeesPerGasFnParameters,
1045
+ ChainFees,
1046
+ ChainFeesFnParameters,
1047
+ ChainFormatter,
1048
+ ChainFormatters,
1049
+ ChainMaxPriorityFeePerGasFn,
1050
+ ChainSerializers,
1051
+ DeriveChain,
1052
+ ExtractChainFormatterExclude,
1053
+ ExtractChainFormatterParameters,
1054
+ ExtractChainFormatterReturnType,
1055
+ GetChainParameter,
1056
+ } from './types/chain.js'
1057
+ export type {
1009
1058
  AbiEventParametersToPrimitiveTypes,
1059
+ AbiEventParameterToPrimitiveType,
1010
1060
  AbiEventTopicToPrimitiveType,
1011
1061
  AbiItem,
1012
1062
  AbiItemArgs,
1013
1063
  AbiItemName,
1014
1064
  ContractConstructorArgs,
1015
- ContractEventArgsFromTopics,
1016
- EventDefinition,
1017
- ExtractAbiFunctionForArgs,
1018
- ExtractAbiItem,
1019
- ExtractAbiItemForArgs,
1020
- ExtractAbiItemNames,
1021
1065
  ContractErrorArgs,
1022
1066
  ContractErrorName,
1023
1067
  ContractEventArgs,
1068
+ ContractEventArgsFromTopics,
1024
1069
  ContractEventName,
1025
- ContractFunctionParameters,
1026
- ContractFunctionReturnType,
1027
1070
  ContractFunctionArgs,
1028
1071
  ContractFunctionName,
1072
+ ContractFunctionParameters,
1073
+ ContractFunctionReturnType,
1074
+ EventDefinition,
1075
+ ExtractAbiFunctionForArgs,
1076
+ ExtractAbiItem,
1077
+ ExtractAbiItemForArgs,
1078
+ ExtractAbiItemNames,
1029
1079
  GetEventArgs,
1030
1080
  GetValue,
1031
1081
  LogTopicType,
@@ -1034,6 +1084,92 @@ export type {
1034
1084
  UnionWiden,
1035
1085
  Widen,
1036
1086
  } from './types/contract.js'
1087
+ export type {
1088
+ AddEthereumChainParameter,
1089
+ BundlerRpcSchema,
1090
+ DebugBundlerRpcSchema,
1091
+ EIP1193EventMap,
1092
+ EIP1193Events,
1093
+ EIP1193Parameters,
1094
+ EIP1193Provider,
1095
+ EIP1193RequestFn,
1096
+ EIP1474Methods,
1097
+ NetworkSync,
1098
+ PaymasterRpcSchema,
1099
+ ProviderConnectInfo,
1100
+ ProviderMessage,
1101
+ ProviderRpcErrorType as EIP1193ProviderRpcErrorType,
1102
+ PublicRpcSchema,
1103
+ RpcSchema,
1104
+ RpcSchemaOverride,
1105
+ TestRpcSchema,
1106
+ WalletCallReceipt,
1107
+ WalletGetAssetsParameters,
1108
+ WalletGetAssetsReturnType,
1109
+ WalletGetCallsStatusReturnType,
1110
+ WalletGrantPermissionsParameters,
1111
+ WalletGrantPermissionsReturnType,
1112
+ WalletPermission,
1113
+ WalletPermissionCaveat,
1114
+ WalletRpcSchema,
1115
+ WalletSendCallsParameters,
1116
+ WalletSendCallsReturnType,
1117
+ WatchAssetParams,
1118
+ } from './types/eip1193.js'
1119
+ export { ProviderRpcError as EIP1193ProviderRpcError } from './types/eip1193.js'
1120
+ export type { BlobSidecar, BlobSidecars } from './types/eip4844.js'
1121
+ export type { AssetGateway, AssetGatewayUrls } from './types/ens.js'
1122
+ export type {
1123
+ FeeHistory,
1124
+ FeeValues,
1125
+ FeeValuesEIP1559,
1126
+ FeeValuesEIP4844,
1127
+ FeeValuesLegacy,
1128
+ FeeValuesType,
1129
+ } from './types/fee.js'
1130
+ export type { Filter, FilterType } from './types/filter.js'
1131
+ export type { GetTransactionRequestKzgParameter, Kzg } from './types/kzg.js'
1132
+ export type { Log } from './types/log.js'
1133
+ export type {
1134
+ ByteArray,
1135
+ CompactSignature,
1136
+ Hash,
1137
+ Hex,
1138
+ LogTopic,
1139
+ SignableMessage,
1140
+ Signature,
1141
+ } from './types/misc.js'
1142
+ export type {
1143
+ MulticallContracts,
1144
+ MulticallResponse,
1145
+ MulticallResults,
1146
+ } from './types/multicall.js'
1147
+ export type { Register, ResolvedRegister } from './types/register.js'
1148
+ export type {
1149
+ Index,
1150
+ Quantity,
1151
+ RpcAccountStateOverride,
1152
+ RpcAuthorization,
1153
+ RpcAuthorizationList,
1154
+ RpcBlock,
1155
+ RpcBlockIdentifier,
1156
+ RpcBlockNumber,
1157
+ RpcFeeHistory,
1158
+ RpcFeeValues,
1159
+ RpcLog,
1160
+ RpcProof,
1161
+ RpcStateMapping,
1162
+ RpcStateOverride,
1163
+ RpcTransaction,
1164
+ RpcTransactionReceipt,
1165
+ RpcTransactionRequest,
1166
+ RpcUncle,
1167
+ Status,
1168
+ } from './types/rpc.js'
1169
+ export type {
1170
+ StateMapping,
1171
+ StateOverride,
1172
+ } from './types/stateOverride.js'
1037
1173
  export type {
1038
1174
  AccessList,
1039
1175
  Transaction,
@@ -1069,11 +1205,16 @@ export type {
1069
1205
  TransactionSerializedLegacy,
1070
1206
  TransactionType,
1071
1207
  } from './types/transaction.js'
1208
+ export type { GetPollOptions, GetTransportConfig } from './types/transport.js'
1209
+ export type { TypedDataDefinition } from './types/typedData.js'
1072
1210
  export type {
1073
1211
  Assign,
1074
1212
  Branded,
1075
1213
  Evaluate,
1214
+ ExactPartial,
1215
+ ExactRequired,
1076
1216
  IsNarrowable,
1217
+ IsNever,
1077
1218
  IsUndefined,
1078
1219
  IsUnion,
1079
1220
  LooseOmit,
@@ -1084,167 +1225,22 @@ export type {
1084
1225
  NoInfer,
1085
1226
  NoUndefined,
1086
1227
  Omit,
1228
+ OneOf,
1087
1229
  Or,
1088
1230
  PartialBy,
1231
+ Prettify,
1089
1232
  RequiredBy,
1090
1233
  Some,
1091
1234
  UnionEvaluate,
1092
1235
  UnionLooseOmit,
1236
+ UnionOmit,
1237
+ UnionPartialBy,
1238
+ UnionPick,
1239
+ UnionRequiredBy,
1240
+ UnionToTuple,
1093
1241
  ValueOf,
1094
- Prettify,
1095
- ExactPartial,
1096
- ExactRequired,
1097
- IsNever,
1098
- OneOf,
1099
- UnionOmit,
1100
- UnionPartialBy,
1101
- UnionPick,
1102
- UnionRequiredBy,
1103
- UnionToTuple,
1104
1242
  } from './types/utils.js'
1105
- export type {
1106
- Account,
1107
- AccountSource,
1108
- CustomSource,
1109
- HDAccount,
1110
- HDOptions,
1111
- JsonRpcAccount,
1112
- LocalAccount,
1113
- PrivateKeyAccount,
1114
- } from './accounts/types.js'
1115
- export type { AssetGateway, AssetGatewayUrls } from './types/ens.js'
1116
- export type {
1117
- Block,
1118
- BlockIdentifier,
1119
- BlockNumber,
1120
- BlockTag,
1121
- Uncle,
1122
- } from './types/block.js'
1123
- export type {
1124
- Capabilities,
1125
- /** @deprecated Use `Capabilities` instead. */
1126
- Capabilities as WalletCapabilities,
1127
- CapabilitiesSchema,
1128
- /** @deprecated Use `ChainIdToCapabilities` instead. */
1129
- ChainIdToCapabilities as WalletCapabilitiesRecord,
1130
- ChainIdToCapabilities,
1131
- ExtractCapabilities,
1132
- } from './types/capabilities.js'
1133
- export type {
1134
- ByteArray,
1135
- Hash,
1136
- Hex,
1137
- LogTopic,
1138
- Signature,
1139
- CompactSignature,
1140
- SignableMessage,
1141
- } from './types/misc.js'
1142
- export type {
1143
- AddEthereumChainParameter,
1144
- BundlerRpcSchema,
1145
- DebugBundlerRpcSchema,
1146
- EIP1193EventMap,
1147
- EIP1193Events,
1148
- EIP1193Parameters,
1149
- EIP1193Provider,
1150
- EIP1193RequestFn,
1151
- EIP1474Methods,
1152
- ProviderRpcErrorType as EIP1193ProviderRpcErrorType,
1153
- ProviderConnectInfo,
1154
- ProviderMessage,
1155
- PublicRpcSchema,
1156
- PaymasterRpcSchema,
1157
- NetworkSync,
1158
- RpcSchema,
1159
- RpcSchemaOverride,
1160
- TestRpcSchema,
1161
- WalletGetAssetsParameters,
1162
- WalletGetAssetsReturnType,
1163
- WalletCallReceipt,
1164
- WalletGetCallsStatusReturnType,
1165
- WalletGrantPermissionsParameters,
1166
- WalletGrantPermissionsReturnType,
1167
- WalletSendCallsParameters,
1168
- WalletSendCallsReturnType,
1169
- WalletPermissionCaveat,
1170
- WalletPermission,
1171
- WalletRpcSchema,
1172
- WatchAssetParams,
1173
- } from './types/eip1193.js'
1174
- export { ProviderRpcError as EIP1193ProviderRpcError } from './types/eip1193.js'
1175
- export type { BlobSidecar, BlobSidecars } from './types/eip4844.js'
1176
- export type {
1177
- FeeHistory,
1178
- FeeValues,
1179
- FeeValuesEIP1559,
1180
- FeeValuesEIP4844,
1181
- FeeValuesLegacy,
1182
- FeeValuesType,
1183
- } from './types/fee.js'
1184
- export type { Filter, FilterType } from './types/filter.js'
1185
- export type { TypedDataDefinition } from './types/typedData.js'
1186
- export type { GetTransportConfig, GetPollOptions } from './types/transport.js'
1187
- export type { Log } from './types/log.js'
1188
- export type {
1189
- MulticallContracts,
1190
- MulticallResponse,
1191
- MulticallResults,
1192
- } from './types/multicall.js'
1193
- export type {
1194
- ParseAccount,
1195
- DeriveAccount,
1196
- HDKey,
1197
- } from './types/account.js'
1198
- export type {
1199
- Authorization,
1200
- AuthorizationList,
1201
- AuthorizationRequest,
1202
- SerializedAuthorization,
1203
- SerializedAuthorizationList,
1204
- SignedAuthorization,
1205
- SignedAuthorizationList,
1206
- } from './types/authorization.js'
1207
- export type { Register, ResolvedRegister } from './types/register.js'
1208
- export type {
1209
- Index,
1210
- Quantity,
1211
- RpcAuthorization,
1212
- RpcAuthorizationList,
1213
- RpcBlock,
1214
- RpcBlockIdentifier,
1215
- RpcBlockNumber,
1216
- RpcFeeHistory,
1217
- RpcFeeValues,
1218
- RpcLog,
1219
- RpcTransaction,
1220
- RpcTransactionReceipt,
1221
- RpcTransactionRequest,
1222
- RpcUncle,
1223
- Status,
1224
- RpcProof,
1225
- RpcAccountStateOverride,
1226
- RpcStateOverride,
1227
- RpcStateMapping,
1228
- } from './types/rpc.js'
1229
1243
  export type { Withdrawal } from './types/withdrawal.js'
1230
- export type {
1231
- StateMapping,
1232
- StateOverride,
1233
- } from './types/stateOverride.js'
1234
- export {
1235
- toCoinType,
1236
- type ToCoinTypeError,
1237
- } from './utils/ens/toCoinType.js'
1238
- export { labelhash, type LabelhashErrorType } from './utils/ens/labelhash.js'
1239
- export { namehash, type NamehashErrorType } from './utils/ens/namehash.js'
1240
- export {
1241
- type FormattedBlock,
1242
- defineBlock,
1243
- type DefineBlockErrorType,
1244
- formatBlock,
1245
- type FormatBlockErrorType,
1246
- } from './utils/formatters/block.js'
1247
- export { formatLog, type FormatLogErrorType } from './utils/formatters/log.js'
1248
1244
  export {
1249
1245
  type DecodeAbiParametersErrorType,
1250
1246
  type DecodeAbiParametersReturnType,
@@ -1309,18 +1305,22 @@ export {
1309
1305
  type EncodeFunctionDataReturnType,
1310
1306
  encodeFunctionData,
1311
1307
  } from './utils/abi/encodeFunctionData.js'
1312
- export {
1313
- type PrepareEncodeFunctionDataErrorType,
1314
- type PrepareEncodeFunctionDataParameters,
1315
- type PrepareEncodeFunctionDataReturnType,
1316
- prepareEncodeFunctionData,
1317
- } from './utils/abi/prepareEncodeFunctionData.js'
1318
1308
  export {
1319
1309
  type EncodeFunctionResultErrorType,
1320
1310
  type EncodeFunctionResultParameters,
1321
1311
  type EncodeFunctionResultReturnType,
1322
1312
  encodeFunctionResult,
1323
1313
  } from './utils/abi/encodeFunctionResult.js'
1314
+ export {
1315
+ type EncodePackedErrorType,
1316
+ encodePacked,
1317
+ } from './utils/abi/encodePacked.js'
1318
+ export {
1319
+ type GetAbiItemErrorType,
1320
+ type GetAbiItemParameters,
1321
+ type GetAbiItemReturnType,
1322
+ getAbiItem,
1323
+ } from './utils/abi/getAbiItem.js'
1324
1324
  export {
1325
1325
  type ParseEventLogsErrorType,
1326
1326
  type ParseEventLogsParameters,
@@ -1328,193 +1328,180 @@ export {
1328
1328
  parseEventLogs,
1329
1329
  } from './utils/abi/parseEventLogs.js'
1330
1330
  export {
1331
- type FormattedTransaction,
1332
- defineTransaction,
1333
- type DefineTransactionErrorType,
1334
- formatTransaction,
1335
- type FormatTransactionErrorType,
1336
- transactionType,
1337
- } from './utils/formatters/transaction.js'
1338
- export {
1339
- type FormattedTransactionReceipt,
1340
- defineTransactionReceipt,
1341
- type DefineTransactionReceiptErrorType,
1342
- formatTransactionReceipt,
1343
- type FormatTransactionReceiptErrorType,
1344
- } from './utils/formatters/transactionReceipt.js'
1345
- export {
1346
- type FormattedTransactionRequest,
1347
- defineTransactionRequest,
1348
- type DefineTransactionRequestErrorType,
1349
- formatTransactionRequest,
1350
- type FormatTransactionRequestErrorType,
1351
- rpcTransactionType,
1352
- } from './utils/formatters/transactionRequest.js'
1331
+ type PrepareEncodeFunctionDataErrorType,
1332
+ type PrepareEncodeFunctionDataParameters,
1333
+ type PrepareEncodeFunctionDataReturnType,
1334
+ prepareEncodeFunctionData,
1335
+ } from './utils/abi/prepareEncodeFunctionData.js'
1353
1336
  export {
1354
- type GetAbiItemErrorType,
1355
- type GetAbiItemParameters,
1356
- type GetAbiItemReturnType,
1357
- getAbiItem,
1358
- } from './utils/abi/getAbiItem.js'
1337
+ type ChecksumAddressErrorType,
1338
+ checksumAddress,
1339
+ type GetAddressErrorType,
1340
+ getAddress,
1341
+ } from './utils/address/getAddress.js'
1359
1342
  export {
1360
1343
  type GetContractAddressOptions,
1361
- type GetCreate2AddressOptions,
1362
1344
  type GetCreate2AddressErrorType,
1363
- type GetCreateAddressOptions,
1345
+ type GetCreate2AddressOptions,
1364
1346
  type GetCreateAddressErrorType,
1347
+ type GetCreateAddressOptions,
1365
1348
  getContractAddress,
1366
1349
  getCreate2Address,
1367
1350
  getCreateAddress,
1368
1351
  } from './utils/address/getContractAddress.js'
1369
1352
  export {
1370
- type GetSerializedTransactionType,
1371
- type GetSerializedTransactionTypeErrorType,
1372
- getSerializedTransactionType,
1373
- } from './utils/transaction/getSerializedTransactionType.js'
1353
+ type IsAddressErrorType,
1354
+ type IsAddressOptions,
1355
+ isAddress,
1356
+ } from './utils/address/isAddress.js'
1374
1357
  export {
1375
- type GetTransactionType,
1376
- type GetTransactionTypeErrorType,
1377
- getTransactionType,
1378
- } from './utils/transaction/getTransactionType.js'
1358
+ type IsAddressEqualErrorType,
1359
+ type IsAddressEqualReturnType,
1360
+ isAddressEqual,
1361
+ } from './utils/address/isAddressEqual.js'
1379
1362
  export {
1380
- type HashDomainErrorType,
1381
- type HashStructErrorType,
1382
- type HashTypedDataErrorType,
1383
- type HashTypedDataParameters,
1384
- type HashTypedDataReturnType,
1385
- hashDomain,
1386
- hashStruct,
1387
- hashTypedData,
1388
- } from './utils/signature/hashTypedData.js'
1363
+ type BlobsToCommitmentsErrorType,
1364
+ type BlobsToCommitmentsParameters,
1365
+ type BlobsToCommitmentsReturnType,
1366
+ blobsToCommitments,
1367
+ } from './utils/blob/blobsToCommitments.js'
1389
1368
  export {
1390
- type CompactSignatureToSignatureErrorType,
1391
- compactSignatureToSignature,
1392
- } from './utils/signature/compactSignatureToSignature.js'
1369
+ blobsToProofs,
1370
+ type blobsToProofsErrorType,
1371
+ type blobsToProofsParameters,
1372
+ type blobsToProofsReturnType,
1373
+ } from './utils/blob/blobsToProofs.js'
1393
1374
  export {
1394
- /** @deprecated Use `ParseCompactSignatureErrorType`. */
1395
- type ParseCompactSignatureErrorType as HexToCompactSignatureErrorType,
1396
- /** @deprecated Use `parseCompactSignature`. */
1397
- parseCompactSignature as hexToCompactSignature,
1398
- type ParseCompactSignatureErrorType,
1399
- parseCompactSignature,
1400
- } from './utils/signature/parseCompactSignature.js'
1375
+ type CommitmentsToVersionedHashesErrorType,
1376
+ type CommitmentsToVersionedHashesParameters,
1377
+ type CommitmentsToVersionedHashesReturnType,
1378
+ commitmentsToVersionedHashes,
1379
+ } from './utils/blob/commitmentsToVersionedHashes.js'
1401
1380
  export {
1402
- /** @deprecated Use `ParseSignatureErrorType`. */
1403
- type ParseSignatureErrorType as HexToSignatureErrorType,
1404
- /** @deprecated Use `parseSignature`. */
1405
- parseSignature as hexToSignature,
1406
- type ParseSignatureErrorType,
1407
- parseSignature,
1408
- } from './utils/signature/parseSignature.js'
1409
- export {
1410
- type RecoverAddressErrorType,
1411
- type RecoverAddressParameters,
1412
- type RecoverAddressReturnType,
1413
- recoverAddress,
1414
- } from './utils/signature/recoverAddress.js'
1415
- export {
1416
- type RecoverMessageAddressErrorType,
1417
- type RecoverMessageAddressParameters,
1418
- type RecoverMessageAddressReturnType,
1419
- recoverMessageAddress,
1420
- } from './utils/signature/recoverMessageAddress.js'
1381
+ type CommitmentToVersionedHashErrorType,
1382
+ type CommitmentToVersionedHashParameters,
1383
+ type CommitmentToVersionedHashReturnType,
1384
+ commitmentToVersionedHash,
1385
+ } from './utils/blob/commitmentToVersionedHash.js'
1421
1386
  export {
1422
- type RecoverPublicKeyErrorType,
1423
- type RecoverPublicKeyParameters,
1424
- type RecoverPublicKeyReturnType,
1425
- recoverPublicKey,
1426
- } from './utils/signature/recoverPublicKey.js'
1387
+ type FromBlobsErrorType,
1388
+ type FromBlobsParameters,
1389
+ type FromBlobsReturnType,
1390
+ fromBlobs,
1391
+ } from './utils/blob/fromBlobs.js'
1427
1392
  export {
1428
- type RecoverTransactionAddressErrorType,
1429
- type RecoverTransactionAddressParameters,
1430
- type RecoverTransactionAddressReturnType,
1431
- recoverTransactionAddress,
1432
- } from './utils/signature/recoverTransactionAddress.js'
1393
+ type SidecarsToVersionedHashesErrorType,
1394
+ type SidecarsToVersionedHashesParameters,
1395
+ type SidecarsToVersionedHashesReturnType,
1396
+ sidecarsToVersionedHashes,
1397
+ } from './utils/blob/sidecarsToVersionedHashes.js'
1433
1398
  export {
1434
- type RecoverTypedDataAddressErrorType,
1435
- type RecoverTypedDataAddressParameters,
1436
- type RecoverTypedDataAddressReturnType,
1437
- recoverTypedDataAddress,
1438
- } from './utils/signature/recoverTypedDataAddress.js'
1399
+ type ToBlobSidecarsErrorType,
1400
+ type ToBlobSidecarsParameters,
1401
+ type ToBlobSidecarsReturnType,
1402
+ toBlobSidecars,
1403
+ } from './utils/blob/toBlobSidecars.js'
1439
1404
  export {
1440
- type SignatureToCompactSignatureErrorType,
1441
- signatureToCompactSignature,
1442
- } from './utils/signature/signatureToCompactSignature.js'
1405
+ type ToBlobsErrorType,
1406
+ type ToBlobsParameters,
1407
+ type ToBlobsReturnType,
1408
+ toBlobs,
1409
+ } from './utils/blob/toBlobs.js'
1443
1410
  export {
1444
- /** @deprecated Use `SignatureToHexErrorType` instead. */
1445
- type SerializeCompactSignatureErrorType as CompactSignatureToHexErrorType,
1446
- /** @deprecated Use `serializeCompactSignature` instead. */
1447
- serializeCompactSignature as compactSignatureToHex,
1448
- type SerializeCompactSignatureErrorType,
1449
- serializeCompactSignature,
1450
- } from './utils/signature/serializeCompactSignature.js'
1411
+ type CcipRequestErrorType,
1412
+ type CcipRequestParameters,
1413
+ ccipRequest,
1414
+ /** @deprecated Use `ccipRequest`. */
1415
+ ccipRequest as ccipFetch,
1416
+ type OffchainLookupErrorType,
1417
+ offchainLookup,
1418
+ offchainLookupAbiItem,
1419
+ offchainLookupSignature,
1420
+ } from './utils/ccip.js'
1451
1421
  export {
1452
- /** @deprecated Use `SignatureToHexErrorType` instead. */
1453
- type SerializeSignatureErrorType as SignatureToHexErrorType,
1454
- /** @deprecated Use `serializeSignature` instead. */
1455
- serializeSignature as signatureToHex,
1456
- type SerializeSignatureParameters,
1457
- type SerializeSignatureReturnType,
1458
- type SerializeSignatureErrorType,
1459
- serializeSignature,
1460
- } from './utils/signature/serializeSignature.js'
1422
+ type AssertCurrentChainErrorType,
1423
+ type AssertCurrentChainParameters,
1424
+ assertCurrentChain,
1425
+ } from './utils/chain/assertCurrentChain.js'
1426
+ export { defineChain } from './utils/chain/defineChain.js'
1461
1427
  export {
1462
- bytesToRlp,
1463
- type BytesToRlpErrorType,
1464
- hexToRlp,
1465
- type HexToRlpErrorType,
1466
- toRlp,
1467
- type ToRlpErrorType,
1468
- type ToRlpReturnType,
1469
- } from './utils/encoding/toRlp.js'
1428
+ type ExtractChainErrorType,
1429
+ type ExtractChainParameters,
1430
+ type ExtractChainReturnType,
1431
+ extractChain,
1432
+ } from './utils/chain/extractChain.js'
1470
1433
  export {
1471
- type VerifyHashErrorType,
1472
- type VerifyHashParameters,
1473
- type VerifyHashReturnType,
1474
- verifyHash,
1475
- } from './utils/signature/verifyHash.js'
1434
+ type GetChainContractAddressErrorType,
1435
+ getChainContractAddress,
1436
+ } from './utils/chain/getChainContractAddress.js'
1476
1437
  export {
1477
- type VerifyMessageErrorType,
1478
- type VerifyMessageParameters,
1479
- type VerifyMessageReturnType,
1480
- verifyMessage,
1481
- } from './utils/signature/verifyMessage.js'
1438
+ type ConcatBytesErrorType,
1439
+ type ConcatErrorType,
1440
+ type ConcatHexErrorType,
1441
+ type ConcatReturnType,
1442
+ concat,
1443
+ concatBytes,
1444
+ concatHex,
1445
+ } from './utils/data/concat.js'
1446
+ export { type IsBytesErrorType, isBytes } from './utils/data/isBytes.js'
1447
+ export { type IsHexErrorType, isHex } from './utils/data/isHex.js'
1482
1448
  export {
1483
- type VerifyTypedDataErrorType,
1484
- type VerifyTypedDataParameters,
1485
- type VerifyTypedDataReturnType,
1486
- verifyTypedData,
1487
- } from './utils/signature/verifyTypedData.js'
1449
+ type PadBytesErrorType,
1450
+ type PadErrorType,
1451
+ type PadHexErrorType,
1452
+ type PadReturnType,
1453
+ pad,
1454
+ padBytes,
1455
+ padHex,
1456
+ } from './utils/data/pad.js'
1457
+ export { type SizeErrorType, size } from './utils/data/size.js'
1488
1458
  export {
1489
- type ParseErc6492SignatureErrorType,
1490
- type ParseErc6492SignatureParameters,
1491
- type ParseErc6492SignatureReturnType,
1492
- parseErc6492Signature,
1493
- } from './utils/signature/parseErc6492Signature.js'
1459
+ type SliceBytesErrorType,
1460
+ type SliceErrorType,
1461
+ type SliceHexErrorType,
1462
+ slice,
1463
+ sliceBytes,
1464
+ sliceHex,
1465
+ } from './utils/data/slice.js'
1494
1466
  export {
1495
- type IsErc6492SignatureErrorType,
1496
- type IsErc6492SignatureParameters,
1497
- type IsErc6492SignatureReturnType,
1498
- isErc6492Signature,
1499
- } from './utils/signature/isErc6492Signature.js'
1467
+ type TrimErrorType,
1468
+ type TrimReturnType,
1469
+ trim,
1470
+ } from './utils/data/trim.js'
1500
1471
  export {
1501
- type SerializeErc6492SignatureErrorType,
1502
- type SerializeErc6492SignatureParameters,
1503
- type SerializeErc6492SignatureReturnType,
1504
- serializeErc6492Signature,
1505
- } from './utils/signature/serializeErc6492Signature.js'
1472
+ type BytesToBigIntErrorType,
1473
+ type BytesToBigIntOpts,
1474
+ type BytesToBoolErrorType,
1475
+ type BytesToBoolOpts,
1476
+ type BytesToNumberErrorType,
1477
+ type BytesToNumberOpts,
1478
+ type BytesToStringErrorType,
1479
+ type BytesToStringOpts,
1480
+ bytesToBigInt,
1481
+ bytesToBool,
1482
+ bytesToNumber,
1483
+ bytesToString,
1484
+ type FromBytesErrorType,
1485
+ type FromBytesParameters,
1486
+ fromBytes,
1487
+ } from './utils/encoding/fromBytes.js'
1506
1488
  export {
1507
- type AssertRequestErrorType,
1508
- assertRequest,
1509
- } from './utils/transaction/assertRequest.js'
1489
+ type FromHexErrorType,
1490
+ fromHex,
1491
+ type HexToBigIntErrorType,
1492
+ type HexToBoolErrorType,
1493
+ type HexToNumberErrorType,
1494
+ type HexToStringErrorType,
1495
+ hexToBigInt,
1496
+ hexToBool,
1497
+ hexToNumber,
1498
+ hexToString,
1499
+ } from './utils/encoding/fromHex.js'
1510
1500
  export {
1511
- type AssertTransactionEIP1559ErrorType,
1512
- assertTransactionEIP1559,
1513
- type AssertTransactionEIP2930ErrorType,
1514
- assertTransactionEIP2930,
1515
- type AssertTransactionLegacyErrorType,
1516
- assertTransactionLegacy,
1517
- } from './utils/transaction/assertTransaction.js'
1501
+ type FromRlpErrorType,
1502
+ type FromRlpReturnType,
1503
+ fromRlp,
1504
+ } from './utils/encoding/fromRlp.js'
1518
1505
  export {
1519
1506
  type BoolToBytesErrorType,
1520
1507
  type BoolToBytesOpts,
@@ -1534,9 +1521,9 @@ export {
1534
1521
  export {
1535
1522
  type BoolToHexErrorType,
1536
1523
  type BoolToHexOpts,
1537
- boolToHex,
1538
1524
  type BytesToHexErrorType,
1539
1525
  type BytesToHexOpts,
1526
+ boolToHex,
1540
1527
  bytesToHex,
1541
1528
  type NumberToHexErrorType,
1542
1529
  type NumberToHexOpts,
@@ -1549,81 +1536,111 @@ export {
1549
1536
  toHex,
1550
1537
  } from './utils/encoding/toHex.js'
1551
1538
  export {
1552
- type BytesToBigIntErrorType,
1553
- type BytesToBigIntOpts,
1554
- bytesToBigInt,
1555
- type BytesToBoolErrorType,
1556
- type BytesToBoolOpts,
1557
- bytesToBool,
1558
- type BytesToNumberErrorType,
1559
- type BytesToNumberOpts,
1560
- bytesToNumber,
1561
- type BytesToStringErrorType,
1562
- type BytesToStringOpts,
1563
- bytesToString,
1564
- type FromBytesErrorType,
1565
- type FromBytesParameters,
1566
- fromBytes,
1567
- } from './utils/encoding/fromBytes.js'
1539
+ type BytesToRlpErrorType,
1540
+ bytesToRlp,
1541
+ type HexToRlpErrorType,
1542
+ hexToRlp,
1543
+ type ToRlpErrorType,
1544
+ type ToRlpReturnType,
1545
+ toRlp,
1546
+ } from './utils/encoding/toRlp.js'
1547
+ export { type LabelhashErrorType, labelhash } from './utils/ens/labelhash.js'
1548
+ export { type NamehashErrorType, namehash } from './utils/ens/namehash.js'
1568
1549
  export {
1569
- type CcipRequestParameters,
1570
- type CcipRequestErrorType,
1571
- ccipRequest,
1572
- /** @deprecated Use `ccipRequest`. */
1573
- ccipRequest as ccipFetch,
1574
- type OffchainLookupErrorType,
1575
- offchainLookup,
1576
- offchainLookupAbiItem,
1577
- offchainLookupSignature,
1578
- } from './utils/ccip.js'
1550
+ type ToCoinTypeError,
1551
+ toCoinType,
1552
+ } from './utils/ens/toCoinType.js'
1579
1553
  export {
1580
- type BlobsToCommitmentsErrorType,
1581
- type BlobsToCommitmentsParameters,
1582
- type BlobsToCommitmentsReturnType,
1583
- blobsToCommitments,
1584
- } from './utils/blob/blobsToCommitments.js'
1554
+ type GetContractErrorReturnType,
1555
+ getContractError,
1556
+ } from './utils/errors/getContractError.js'
1585
1557
  export {
1586
- type CommitmentToVersionedHashErrorType,
1587
- type CommitmentToVersionedHashParameters,
1588
- type CommitmentToVersionedHashReturnType,
1589
- commitmentToVersionedHash,
1590
- } from './utils/blob/commitmentToVersionedHash.js'
1558
+ type DefineBlockErrorType,
1559
+ defineBlock,
1560
+ type FormatBlockErrorType,
1561
+ type FormattedBlock,
1562
+ formatBlock,
1563
+ } from './utils/formatters/block.js'
1564
+ export { type FormatLogErrorType, formatLog } from './utils/formatters/log.js'
1591
1565
  export {
1592
- type CommitmentsToVersionedHashesErrorType,
1593
- type CommitmentsToVersionedHashesParameters,
1594
- type CommitmentsToVersionedHashesReturnType,
1595
- commitmentsToVersionedHashes,
1596
- } from './utils/blob/commitmentsToVersionedHashes.js'
1566
+ type DefineTransactionErrorType,
1567
+ defineTransaction,
1568
+ type FormatTransactionErrorType,
1569
+ type FormattedTransaction,
1570
+ formatTransaction,
1571
+ transactionType,
1572
+ } from './utils/formatters/transaction.js'
1597
1573
  export {
1598
- type SidecarsToVersionedHashesErrorType,
1599
- type SidecarsToVersionedHashesParameters,
1600
- type SidecarsToVersionedHashesReturnType,
1601
- sidecarsToVersionedHashes,
1602
- } from './utils/blob/sidecarsToVersionedHashes.js'
1574
+ type DefineTransactionReceiptErrorType,
1575
+ defineTransactionReceipt,
1576
+ type FormatTransactionReceiptErrorType,
1577
+ type FormattedTransactionReceipt,
1578
+ formatTransactionReceipt,
1579
+ } from './utils/formatters/transactionReceipt.js'
1603
1580
  export {
1604
- type blobsToProofsErrorType,
1605
- type blobsToProofsParameters,
1606
- type blobsToProofsReturnType,
1607
- blobsToProofs,
1608
- } from './utils/blob/blobsToProofs.js'
1581
+ type DefineTransactionRequestErrorType,
1582
+ defineTransactionRequest,
1583
+ type FormatTransactionRequestErrorType,
1584
+ type FormattedTransactionRequest,
1585
+ formatTransactionRequest,
1586
+ rpcTransactionType,
1587
+ } from './utils/formatters/transactionRequest.js'
1588
+ export { type IsHashErrorType, isHash } from './utils/hash/isHash.js'
1609
1589
  export {
1610
- type FromBlobsErrorType,
1611
- type FromBlobsParameters,
1612
- type FromBlobsReturnType,
1613
- fromBlobs,
1614
- } from './utils/blob/fromBlobs.js'
1590
+ type Keccak256ErrorType,
1591
+ type Keccak256Hash,
1592
+ keccak256,
1593
+ } from './utils/hash/keccak256.js'
1615
1594
  export {
1616
- type ToBlobSidecarsErrorType,
1617
- type ToBlobSidecarsParameters,
1618
- type ToBlobSidecarsReturnType,
1619
- toBlobSidecars,
1620
- } from './utils/blob/toBlobSidecars.js'
1595
+ type Ripemd160ErrorType,
1596
+ type Ripemd160Hash,
1597
+ ripemd160,
1598
+ } from './utils/hash/ripemd160.js'
1621
1599
  export {
1622
- type ToBlobsErrorType,
1623
- type ToBlobsParameters,
1624
- type ToBlobsReturnType,
1625
- toBlobs,
1626
- } from './utils/blob/toBlobs.js'
1600
+ type Sha256ErrorType,
1601
+ type Sha256Hash,
1602
+ sha256,
1603
+ } from './utils/hash/sha256.js'
1604
+ export {
1605
+ type ToEventHashErrorType,
1606
+ toEventHash,
1607
+ } from './utils/hash/toEventHash.js'
1608
+ export {
1609
+ type ToEventSelectorErrorType,
1610
+ /** @deprecated use `ToEventSelectorErrorType`. */
1611
+ type ToEventSelectorErrorType as GetEventSelectorErrorType,
1612
+ toEventSelector,
1613
+ /** @deprecated use `toEventSelector`. */
1614
+ toEventSelector as getEventSelector,
1615
+ } from './utils/hash/toEventSelector.js'
1616
+ export {
1617
+ type ToEventSignatureErrorType,
1618
+ /** @deprecated use `ToEventSignatureErrorType`. */
1619
+ type ToEventSignatureErrorType as GetEventSignatureErrorType,
1620
+ toEventSignature,
1621
+ /** @deprecated use `toEventSignature`. */
1622
+ toEventSignature as getEventSignature,
1623
+ } from './utils/hash/toEventSignature.js'
1624
+ export {
1625
+ type ToFunctionHashErrorType,
1626
+ toFunctionHash,
1627
+ } from './utils/hash/toFunctionHash.js'
1628
+ export {
1629
+ type ToFunctionSelectorErrorType,
1630
+ /** @deprecated use `ToFunctionSelectorErrorType`. */
1631
+ type ToFunctionSelectorErrorType as GetFunctionSelectorErrorType,
1632
+ toFunctionSelector,
1633
+ /** @deprecated use `toFunctionSelector`. */
1634
+ toFunctionSelector as getFunctionSelector,
1635
+ } from './utils/hash/toFunctionSelector.js'
1636
+ export {
1637
+ type ToFunctionSignatureErrorType,
1638
+ /** @deprecated use `ToFunctionSignatureErrorType`. */
1639
+ type ToFunctionSignatureErrorType as GetFunctionSignatureErrorType,
1640
+ toFunctionSignature,
1641
+ /** @deprecated use `toFunctionSignature`. */
1642
+ toFunctionSignature as getFunctionSignature,
1643
+ } from './utils/hash/toFunctionSignature.js'
1627
1644
  export {
1628
1645
  type DefineKzgErrorType,
1629
1646
  type DefineKzgParameters,
@@ -1637,34 +1654,12 @@ export {
1637
1654
  setupKzg,
1638
1655
  } from './utils/kzg/setupKzg.js'
1639
1656
  export {
1640
- type ConcatBytesErrorType,
1641
- type ConcatErrorType,
1642
- type ConcatHexErrorType,
1643
- type ConcatReturnType,
1644
- concat,
1645
- concatBytes,
1646
- concatHex,
1647
- } from './utils/data/concat.js'
1648
- export {
1649
- type AssertCurrentChainErrorType,
1650
- type AssertCurrentChainParameters,
1651
- assertCurrentChain,
1652
- } from './utils/chain/assertCurrentChain.js'
1653
- export { defineChain } from './utils/chain/defineChain.js'
1654
- export {
1655
- type ExtractChainErrorType,
1656
- type ExtractChainParameters,
1657
- type ExtractChainReturnType,
1658
- extractChain,
1659
- } from './utils/chain/extractChain.js'
1660
- export {
1661
- type GetChainContractAddressErrorType,
1662
- getChainContractAddress,
1663
- } from './utils/chain/getChainContractAddress.js'
1664
- export {
1665
- type EncodePackedErrorType,
1666
- encodePacked,
1667
- } from './utils/abi/encodePacked.js'
1657
+ type CreateNonceManagerParameters,
1658
+ createNonceManager,
1659
+ type NonceManager,
1660
+ type NonceManagerSource,
1661
+ nonceManager,
1662
+ } from './utils/nonceManager.js'
1668
1663
  export { withCache } from './utils/promise/withCache.js'
1669
1664
  export {
1670
1665
  type WithRetryErrorType,
@@ -1675,189 +1670,215 @@ export {
1675
1670
  withTimeout,
1676
1671
  } from './utils/promise/withTimeout.js'
1677
1672
  export {
1678
- type FormatEtherErrorType,
1679
- formatEther,
1680
- } from './utils/unit/formatEther.js'
1673
+ type CompactSignatureToSignatureErrorType,
1674
+ compactSignatureToSignature,
1675
+ } from './utils/signature/compactSignatureToSignature.js'
1681
1676
  export {
1682
- type FormatGweiErrorType,
1683
- formatGwei,
1684
- } from './utils/unit/formatGwei.js'
1677
+ type HashMessageErrorType,
1678
+ hashMessage,
1679
+ } from './utils/signature/hashMessage.js'
1685
1680
  export {
1686
- type FormatUnitsErrorType,
1687
- formatUnits,
1688
- } from './utils/unit/formatUnits.js'
1681
+ type HashDomainErrorType,
1682
+ type HashStructErrorType,
1683
+ type HashTypedDataErrorType,
1684
+ type HashTypedDataParameters,
1685
+ type HashTypedDataReturnType,
1686
+ hashDomain,
1687
+ hashStruct,
1688
+ hashTypedData,
1689
+ } from './utils/signature/hashTypedData.js'
1689
1690
  export {
1690
- type FromHexErrorType,
1691
- fromHex,
1692
- type HexToBigIntErrorType,
1693
- hexToBigInt,
1694
- type HexToBoolErrorType,
1695
- hexToBool,
1696
- type HexToNumberErrorType,
1697
- hexToNumber,
1698
- type HexToStringErrorType,
1699
- hexToString,
1700
- } from './utils/encoding/fromHex.js'
1691
+ type IsErc6492SignatureErrorType,
1692
+ type IsErc6492SignatureParameters,
1693
+ type IsErc6492SignatureReturnType,
1694
+ isErc6492Signature,
1695
+ } from './utils/signature/isErc6492Signature.js'
1701
1696
  export {
1702
- type FromRlpErrorType,
1703
- type FromRlpReturnType,
1704
- fromRlp,
1705
- } from './utils/encoding/fromRlp.js'
1697
+ type IsErc8010SignatureErrorType,
1698
+ type IsErc8010SignatureParameters,
1699
+ type IsErc8010SignatureReturnType,
1700
+ isErc8010Signature,
1701
+ } from './utils/signature/isErc8010Signature.js'
1706
1702
  export {
1707
- type ChecksumAddressErrorType,
1708
- type GetAddressErrorType,
1709
- checksumAddress,
1710
- getAddress,
1711
- } from './utils/address/getAddress.js'
1703
+ /** @deprecated Use `ParseCompactSignatureErrorType`. */
1704
+ type ParseCompactSignatureErrorType as HexToCompactSignatureErrorType,
1705
+ type ParseCompactSignatureErrorType,
1706
+ /** @deprecated Use `parseCompactSignature`. */
1707
+ parseCompactSignature as hexToCompactSignature,
1708
+ parseCompactSignature,
1709
+ } from './utils/signature/parseCompactSignature.js'
1712
1710
  export {
1713
- type GetContractErrorReturnType,
1714
- getContractError,
1715
- } from './utils/errors/getContractError.js'
1711
+ type ParseErc6492SignatureErrorType,
1712
+ type ParseErc6492SignatureParameters,
1713
+ type ParseErc6492SignatureReturnType,
1714
+ parseErc6492Signature,
1715
+ } from './utils/signature/parseErc6492Signature.js'
1716
1716
  export {
1717
- type ToEventSelectorErrorType,
1718
- toEventSelector,
1719
- /** @deprecated use `ToEventSelectorErrorType`. */
1720
- type ToEventSelectorErrorType as GetEventSelectorErrorType,
1721
- /** @deprecated use `toEventSelector`. */
1722
- toEventSelector as getEventSelector,
1723
- } from './utils/hash/toEventSelector.js'
1717
+ type ParseErc8010SignatureErrorType,
1718
+ type ParseErc8010SignatureParameters,
1719
+ type ParseErc8010SignatureReturnType,
1720
+ parseErc8010Signature,
1721
+ } from './utils/signature/parseErc8010Signature.js'
1724
1722
  export {
1725
- type ToFunctionSelectorErrorType,
1726
- toFunctionSelector,
1727
- /** @deprecated use `ToFunctionSelectorErrorType`. */
1728
- type ToFunctionSelectorErrorType as GetFunctionSelectorErrorType,
1729
- /** @deprecated use `toFunctionSelector`. */
1730
- toFunctionSelector as getFunctionSelector,
1731
- } from './utils/hash/toFunctionSelector.js'
1723
+ /** @deprecated Use `ParseSignatureErrorType`. */
1724
+ type ParseSignatureErrorType as HexToSignatureErrorType,
1725
+ type ParseSignatureErrorType,
1726
+ /** @deprecated Use `parseSignature`. */
1727
+ parseSignature as hexToSignature,
1728
+ parseSignature,
1729
+ } from './utils/signature/parseSignature.js'
1732
1730
  export {
1733
- type ToEventSignatureErrorType,
1734
- toEventSignature,
1735
- /** @deprecated use `ToEventSignatureErrorType`. */
1736
- type ToEventSignatureErrorType as GetEventSignatureErrorType,
1737
- /** @deprecated use `toEventSignature`. */
1738
- toEventSignature as getEventSignature,
1739
- } from './utils/hash/toEventSignature.js'
1731
+ type RecoverAddressErrorType,
1732
+ type RecoverAddressParameters,
1733
+ type RecoverAddressReturnType,
1734
+ recoverAddress,
1735
+ } from './utils/signature/recoverAddress.js'
1740
1736
  export {
1741
- type ToFunctionSignatureErrorType,
1742
- toFunctionSignature,
1743
- /** @deprecated use `ToFunctionSignatureErrorType`. */
1744
- type ToFunctionSignatureErrorType as GetFunctionSignatureErrorType,
1745
- /** @deprecated use `toFunctionSignature`. */
1746
- toFunctionSignature as getFunctionSignature,
1747
- } from './utils/hash/toFunctionSignature.js'
1737
+ type RecoverMessageAddressErrorType,
1738
+ type RecoverMessageAddressParameters,
1739
+ type RecoverMessageAddressReturnType,
1740
+ recoverMessageAddress,
1741
+ } from './utils/signature/recoverMessageAddress.js'
1748
1742
  export {
1749
- type ToEventHashErrorType,
1750
- toEventHash,
1751
- } from './utils/hash/toEventHash.js'
1743
+ type RecoverPublicKeyErrorType,
1744
+ type RecoverPublicKeyParameters,
1745
+ type RecoverPublicKeyReturnType,
1746
+ recoverPublicKey,
1747
+ } from './utils/signature/recoverPublicKey.js'
1752
1748
  export {
1753
- type ToFunctionHashErrorType,
1754
- toFunctionHash,
1755
- } from './utils/hash/toFunctionHash.js'
1749
+ type RecoverTransactionAddressErrorType,
1750
+ type RecoverTransactionAddressParameters,
1751
+ type RecoverTransactionAddressReturnType,
1752
+ recoverTransactionAddress,
1753
+ } from './utils/signature/recoverTransactionAddress.js'
1756
1754
  export {
1757
- type HashMessageErrorType,
1758
- hashMessage,
1759
- } from './utils/signature/hashMessage.js'
1755
+ type RecoverTypedDataAddressErrorType,
1756
+ type RecoverTypedDataAddressParameters,
1757
+ type RecoverTypedDataAddressReturnType,
1758
+ recoverTypedDataAddress,
1759
+ } from './utils/signature/recoverTypedDataAddress.js'
1760
+ export {
1761
+ /** @deprecated Use `SignatureToHexErrorType` instead. */
1762
+ type SerializeCompactSignatureErrorType as CompactSignatureToHexErrorType,
1763
+ type SerializeCompactSignatureErrorType,
1764
+ /** @deprecated Use `serializeCompactSignature` instead. */
1765
+ serializeCompactSignature as compactSignatureToHex,
1766
+ serializeCompactSignature,
1767
+ } from './utils/signature/serializeCompactSignature.js'
1768
+ export {
1769
+ type SerializeErc6492SignatureErrorType,
1770
+ type SerializeErc6492SignatureParameters,
1771
+ type SerializeErc6492SignatureReturnType,
1772
+ serializeErc6492Signature,
1773
+ } from './utils/signature/serializeErc6492Signature.js'
1774
+ export {
1775
+ type SerializeErc8010SignatureErrorType,
1776
+ type SerializeErc8010SignatureParameters,
1777
+ type SerializeErc8010SignatureReturnType,
1778
+ serializeErc8010Signature,
1779
+ } from './utils/signature/serializeErc8010Signature.js'
1780
+ export {
1781
+ /** @deprecated Use `SignatureToHexErrorType` instead. */
1782
+ type SerializeSignatureErrorType as SignatureToHexErrorType,
1783
+ type SerializeSignatureErrorType,
1784
+ type SerializeSignatureParameters,
1785
+ type SerializeSignatureReturnType,
1786
+ /** @deprecated Use `serializeSignature` instead. */
1787
+ serializeSignature as signatureToHex,
1788
+ serializeSignature,
1789
+ } from './utils/signature/serializeSignature.js'
1790
+ export {
1791
+ type SignatureToCompactSignatureErrorType,
1792
+ signatureToCompactSignature,
1793
+ } from './utils/signature/signatureToCompactSignature.js'
1760
1794
  export {
1761
1795
  type ToPrefixedMessageErrorType,
1762
1796
  toPrefixedMessage,
1763
1797
  } from './utils/signature/toPrefixedMessage.js'
1764
1798
  export {
1765
- type IsAddressOptions,
1766
- type IsAddressErrorType,
1767
- isAddress,
1768
- } from './utils/address/isAddress.js'
1799
+ type VerifyHashErrorType,
1800
+ type VerifyHashParameters,
1801
+ type VerifyHashReturnType,
1802
+ verifyHash,
1803
+ } from './utils/signature/verifyHash.js'
1769
1804
  export {
1770
- type IsAddressEqualReturnType,
1771
- type IsAddressEqualErrorType,
1772
- isAddressEqual,
1773
- } from './utils/address/isAddressEqual.js'
1774
- export { type IsBytesErrorType, isBytes } from './utils/data/isBytes.js'
1775
- export { type IsHashErrorType, isHash } from './utils/hash/isHash.js'
1776
- export { type IsHexErrorType, isHex } from './utils/data/isHex.js'
1805
+ type VerifyMessageErrorType,
1806
+ type VerifyMessageParameters,
1807
+ type VerifyMessageReturnType,
1808
+ verifyMessage,
1809
+ } from './utils/signature/verifyMessage.js'
1777
1810
  export {
1778
- type Keccak256Hash,
1779
- type Keccak256ErrorType,
1780
- keccak256,
1781
- } from './utils/hash/keccak256.js'
1811
+ type VerifyTypedDataErrorType,
1812
+ type VerifyTypedDataParameters,
1813
+ type VerifyTypedDataReturnType,
1814
+ verifyTypedData,
1815
+ } from './utils/signature/verifyTypedData.js'
1816
+ export { type StringifyErrorType, stringify } from './utils/stringify.js'
1782
1817
  export {
1783
- type Sha256Hash,
1784
- type Sha256ErrorType,
1785
- sha256,
1786
- } from './utils/hash/sha256.js'
1818
+ type AssertRequestErrorType,
1819
+ assertRequest,
1820
+ } from './utils/transaction/assertRequest.js'
1787
1821
  export {
1788
- type Ripemd160Hash,
1789
- type Ripemd160ErrorType,
1790
- ripemd160,
1791
- } from './utils/hash/ripemd160.js'
1822
+ type AssertTransactionEIP1559ErrorType,
1823
+ type AssertTransactionEIP2930ErrorType,
1824
+ type AssertTransactionLegacyErrorType,
1825
+ assertTransactionEIP1559,
1826
+ assertTransactionEIP2930,
1827
+ assertTransactionLegacy,
1828
+ } from './utils/transaction/assertTransaction.js'
1792
1829
  export {
1793
- type PadBytesErrorType,
1794
- type PadErrorType,
1795
- type PadHexErrorType,
1796
- type PadReturnType,
1797
- pad,
1798
- padBytes,
1799
- padHex,
1800
- } from './utils/data/pad.js'
1830
+ type GetSerializedTransactionType,
1831
+ type GetSerializedTransactionTypeErrorType,
1832
+ getSerializedTransactionType,
1833
+ } from './utils/transaction/getSerializedTransactionType.js'
1801
1834
  export {
1802
- type ParseEtherErrorType,
1803
- parseEther,
1804
- } from './utils/unit/parseEther.js'
1805
- export { type ParseGweiErrorType, parseGwei } from './utils/unit/parseGwei.js'
1835
+ type GetTransactionType,
1836
+ type GetTransactionTypeErrorType,
1837
+ getTransactionType,
1838
+ } from './utils/transaction/getTransactionType.js'
1806
1839
  export {
1807
1840
  type ParseTransactionErrorType,
1808
1841
  type ParseTransactionReturnType,
1809
1842
  parseTransaction,
1810
1843
  } from './utils/transaction/parseTransaction.js'
1811
- export {
1812
- type ParseUnitsErrorType,
1813
- parseUnits,
1814
- } from './utils/unit/parseUnits.js'
1815
1844
  export {
1816
1845
  type SerializeAccessListErrorType,
1817
1846
  serializeAccessList,
1818
1847
  } from './utils/transaction/serializeAccessList.js'
1819
1848
  export {
1820
- serializeTransaction,
1821
- type SerializeTransactionErrorType,
1822
1849
  type SerializedTransactionReturnType,
1850
+ type SerializeTransactionErrorType,
1823
1851
  type SerializeTransactionFn,
1852
+ serializeTransaction,
1824
1853
  } from './utils/transaction/serializeTransaction.js'
1825
- export { type SizeErrorType, size } from './utils/data/size.js'
1826
- export {
1827
- type SliceBytesErrorType,
1828
- type SliceErrorType,
1829
- type SliceHexErrorType,
1830
- slice,
1831
- sliceBytes,
1832
- sliceHex,
1833
- } from './utils/data/slice.js'
1834
- export { type StringifyErrorType, stringify } from './utils/stringify.js'
1835
- export {
1836
- type TrimErrorType,
1837
- type TrimReturnType,
1838
- trim,
1839
- } from './utils/data/trim.js'
1840
1854
  export {
1841
1855
  type DomainSeparatorErrorType,
1856
+ domainSeparator,
1842
1857
  type GetTypesForEIP712DomainErrorType,
1858
+ getTypesForEIP712Domain,
1843
1859
  type SerializeTypedDataErrorType,
1844
- type ValidateTypedDataErrorType,
1845
1860
  serializeTypedData,
1861
+ type ValidateTypedDataErrorType,
1846
1862
  validateTypedData,
1847
- domainSeparator,
1848
- getTypesForEIP712Domain,
1849
1863
  } from './utils/typedData.js'
1850
1864
  export {
1851
- type CreateNonceManagerParameters,
1852
- type NonceManager,
1853
- type NonceManagerSource,
1854
- createNonceManager,
1855
- nonceManager,
1856
- } from './utils/nonceManager.js'
1857
- export type {
1858
- RpcEstimateUserOperationGasReturnType,
1859
- RpcGetUserOperationByHashReturnType,
1860
- RpcUserOperation,
1861
- RpcUserOperationReceipt,
1862
- RpcUserOperationRequest,
1863
- } from './account-abstraction/types/rpc.js'
1865
+ type FormatEtherErrorType,
1866
+ formatEther,
1867
+ } from './utils/unit/formatEther.js'
1868
+ export {
1869
+ type FormatGweiErrorType,
1870
+ formatGwei,
1871
+ } from './utils/unit/formatGwei.js'
1872
+ export {
1873
+ type FormatUnitsErrorType,
1874
+ formatUnits,
1875
+ } from './utils/unit/formatUnits.js'
1876
+ export {
1877
+ type ParseEtherErrorType,
1878
+ parseEther,
1879
+ } from './utils/unit/parseEther.js'
1880
+ export { type ParseGweiErrorType, parseGwei } from './utils/unit/parseGwei.js'
1881
+ export {
1882
+ type ParseUnitsErrorType,
1883
+ parseUnits,
1884
+ } from './utils/unit/parseUnits.js'