viem 2.16.0 → 2.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (907) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/_cjs/accounts/generateMnemonic.js +1 -2
  3. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  4. package/_cjs/accounts/generatePrivateKey.js +1 -2
  5. package/_cjs/accounts/generatePrivateKey.js.map +1 -1
  6. package/_cjs/accounts/hdKeyToAccount.js +1 -2
  7. package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
  8. package/_cjs/accounts/mnemonicToAccount.js +1 -2
  9. package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
  10. package/_cjs/accounts/privateKeyToAccount.js +1 -2
  11. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  12. package/_cjs/accounts/toAccount.js +1 -2
  13. package/_cjs/accounts/toAccount.js.map +1 -1
  14. package/_cjs/accounts/utils/parseAccount.js +1 -2
  15. package/_cjs/accounts/utils/parseAccount.js.map +1 -1
  16. package/_cjs/accounts/utils/privateKeyToAddress.js +1 -2
  17. package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
  18. package/_cjs/accounts/utils/publicKeyToAddress.js +1 -2
  19. package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
  20. package/_cjs/accounts/utils/sign.js +1 -2
  21. package/_cjs/accounts/utils/sign.js.map +1 -1
  22. package/_cjs/accounts/utils/signMessage.js +1 -2
  23. package/_cjs/accounts/utils/signMessage.js.map +1 -1
  24. package/_cjs/accounts/utils/signTransaction.js +1 -2
  25. package/_cjs/accounts/utils/signTransaction.js.map +1 -1
  26. package/_cjs/accounts/utils/signTypedData.js +1 -2
  27. package/_cjs/accounts/utils/signTypedData.js.map +1 -1
  28. package/_cjs/actions/ens/getEnsAddress.js +1 -2
  29. package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
  30. package/_cjs/actions/ens/getEnsAvatar.js +1 -2
  31. package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
  32. package/_cjs/actions/ens/getEnsName.js +1 -2
  33. package/_cjs/actions/ens/getEnsName.js.map +1 -1
  34. package/_cjs/actions/ens/getEnsResolver.js +1 -2
  35. package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
  36. package/_cjs/actions/ens/getEnsText.js +1 -2
  37. package/_cjs/actions/ens/getEnsText.js.map +1 -1
  38. package/_cjs/actions/getContract.js +3 -4
  39. package/_cjs/actions/getContract.js.map +1 -1
  40. package/_cjs/actions/public/call.js +2 -3
  41. package/_cjs/actions/public/call.js.map +1 -1
  42. package/_cjs/actions/public/createBlockFilter.js +1 -2
  43. package/_cjs/actions/public/createBlockFilter.js.map +1 -1
  44. package/_cjs/actions/public/createContractEventFilter.js +1 -2
  45. package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
  46. package/_cjs/actions/public/createEventFilter.js +7 -9
  47. package/_cjs/actions/public/createEventFilter.js.map +1 -1
  48. package/_cjs/actions/public/createPendingTransactionFilter.js +1 -2
  49. package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
  50. package/_cjs/actions/public/estimateContractGas.js +1 -2
  51. package/_cjs/actions/public/estimateContractGas.js.map +1 -1
  52. package/_cjs/actions/public/estimateFeesPerGas.js +2 -3
  53. package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
  54. package/_cjs/actions/public/estimateGas.js +1 -2
  55. package/_cjs/actions/public/estimateGas.js.map +1 -1
  56. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js +2 -3
  57. package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
  58. package/_cjs/actions/public/getBalance.js +1 -2
  59. package/_cjs/actions/public/getBalance.js.map +1 -1
  60. package/_cjs/actions/public/getBlobBaseFee.js +1 -2
  61. package/_cjs/actions/public/getBlobBaseFee.js.map +1 -1
  62. package/_cjs/actions/public/getBlock.js +1 -2
  63. package/_cjs/actions/public/getBlock.js.map +1 -1
  64. package/_cjs/actions/public/getBlockNumber.js +2 -3
  65. package/_cjs/actions/public/getBlockNumber.js.map +1 -1
  66. package/_cjs/actions/public/getBlockTransactionCount.js +1 -2
  67. package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
  68. package/_cjs/actions/public/getChainId.js +1 -2
  69. package/_cjs/actions/public/getChainId.js.map +1 -1
  70. package/_cjs/actions/public/getCode.js +1 -2
  71. package/_cjs/actions/public/getCode.js.map +1 -1
  72. package/_cjs/actions/public/getContractEvents.js +1 -2
  73. package/_cjs/actions/public/getContractEvents.js.map +1 -1
  74. package/_cjs/actions/public/getEip712Domain.js +1 -2
  75. package/_cjs/actions/public/getEip712Domain.js.map +1 -1
  76. package/_cjs/actions/public/getFeeHistory.js +1 -2
  77. package/_cjs/actions/public/getFeeHistory.js.map +1 -1
  78. package/_cjs/actions/public/getFilterChanges.js +1 -2
  79. package/_cjs/actions/public/getFilterChanges.js.map +1 -1
  80. package/_cjs/actions/public/getFilterLogs.js +1 -2
  81. package/_cjs/actions/public/getFilterLogs.js.map +1 -1
  82. package/_cjs/actions/public/getGasPrice.js +1 -2
  83. package/_cjs/actions/public/getGasPrice.js.map +1 -1
  84. package/_cjs/actions/public/getLogs.js +7 -9
  85. package/_cjs/actions/public/getLogs.js.map +1 -1
  86. package/_cjs/actions/public/getProof.js +1 -2
  87. package/_cjs/actions/public/getProof.js.map +1 -1
  88. package/_cjs/actions/public/getStorageAt.js +1 -2
  89. package/_cjs/actions/public/getStorageAt.js.map +1 -1
  90. package/_cjs/actions/public/getTransaction.js +1 -2
  91. package/_cjs/actions/public/getTransaction.js.map +1 -1
  92. package/_cjs/actions/public/getTransactionConfirmations.js +1 -2
  93. package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
  94. package/_cjs/actions/public/getTransactionCount.js +1 -2
  95. package/_cjs/actions/public/getTransactionCount.js.map +1 -1
  96. package/_cjs/actions/public/getTransactionReceipt.js +1 -2
  97. package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
  98. package/_cjs/actions/public/multicall.js +1 -2
  99. package/_cjs/actions/public/multicall.js.map +1 -1
  100. package/_cjs/actions/public/readContract.js +1 -2
  101. package/_cjs/actions/public/readContract.js.map +1 -1
  102. package/_cjs/actions/public/simulateContract.js +1 -2
  103. package/_cjs/actions/public/simulateContract.js.map +1 -1
  104. package/_cjs/actions/public/uninstallFilter.js +1 -2
  105. package/_cjs/actions/public/uninstallFilter.js.map +1 -1
  106. package/_cjs/actions/public/verifyHash.js +1 -2
  107. package/_cjs/actions/public/verifyHash.js.map +1 -1
  108. package/_cjs/actions/public/verifyMessage.js +1 -2
  109. package/_cjs/actions/public/verifyMessage.js.map +1 -1
  110. package/_cjs/actions/public/verifyTypedData.js +1 -2
  111. package/_cjs/actions/public/verifyTypedData.js.map +1 -1
  112. package/_cjs/actions/public/waitForTransactionReceipt.js +1 -2
  113. package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
  114. package/_cjs/actions/public/watchBlockNumber.js +1 -2
  115. package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
  116. package/_cjs/actions/public/watchBlocks.js +1 -2
  117. package/_cjs/actions/public/watchBlocks.js.map +1 -1
  118. package/_cjs/actions/public/watchContractEvent.js +1 -2
  119. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  120. package/_cjs/actions/public/watchEvent.js +7 -9
  121. package/_cjs/actions/public/watchEvent.js.map +1 -1
  122. package/_cjs/actions/public/watchPendingTransactions.js +1 -2
  123. package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
  124. package/_cjs/actions/siwe/verifySiweMessage.js +1 -2
  125. package/_cjs/actions/siwe/verifySiweMessage.js.map +1 -1
  126. package/_cjs/actions/test/dropTransaction.js +1 -2
  127. package/_cjs/actions/test/dropTransaction.js.map +1 -1
  128. package/_cjs/actions/test/dumpState.js +1 -2
  129. package/_cjs/actions/test/dumpState.js.map +1 -1
  130. package/_cjs/actions/test/getAutomine.js +1 -2
  131. package/_cjs/actions/test/getAutomine.js.map +1 -1
  132. package/_cjs/actions/test/getTxpoolContent.js +1 -2
  133. package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
  134. package/_cjs/actions/test/getTxpoolStatus.js +1 -2
  135. package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
  136. package/_cjs/actions/test/impersonateAccount.js +1 -2
  137. package/_cjs/actions/test/impersonateAccount.js.map +1 -1
  138. package/_cjs/actions/test/increaseTime.js +1 -2
  139. package/_cjs/actions/test/increaseTime.js.map +1 -1
  140. package/_cjs/actions/test/inspectTxpool.js +1 -2
  141. package/_cjs/actions/test/inspectTxpool.js.map +1 -1
  142. package/_cjs/actions/test/loadState.js +1 -2
  143. package/_cjs/actions/test/loadState.js.map +1 -1
  144. package/_cjs/actions/test/mine.js +1 -2
  145. package/_cjs/actions/test/mine.js.map +1 -1
  146. package/_cjs/actions/test/removeBlockTimestampInterval.js +1 -2
  147. package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
  148. package/_cjs/actions/test/reset.js +1 -2
  149. package/_cjs/actions/test/reset.js.map +1 -1
  150. package/_cjs/actions/test/revert.js +1 -2
  151. package/_cjs/actions/test/revert.js.map +1 -1
  152. package/_cjs/actions/test/sendUnsignedTransaction.js +1 -2
  153. package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
  154. package/_cjs/actions/test/setAutomine.js +1 -2
  155. package/_cjs/actions/test/setAutomine.js.map +1 -1
  156. package/_cjs/actions/test/setBalance.js +1 -2
  157. package/_cjs/actions/test/setBalance.js.map +1 -1
  158. package/_cjs/actions/test/setBlockGasLimit.js +1 -2
  159. package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
  160. package/_cjs/actions/test/setBlockTimestampInterval.js +1 -2
  161. package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
  162. package/_cjs/actions/test/setCode.js +1 -2
  163. package/_cjs/actions/test/setCode.js.map +1 -1
  164. package/_cjs/actions/test/setCoinbase.js +1 -2
  165. package/_cjs/actions/test/setCoinbase.js.map +1 -1
  166. package/_cjs/actions/test/setIntervalMining.js +1 -2
  167. package/_cjs/actions/test/setIntervalMining.js.map +1 -1
  168. package/_cjs/actions/test/setLoggingEnabled.js +1 -2
  169. package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
  170. package/_cjs/actions/test/setMinGasPrice.js +1 -2
  171. package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
  172. package/_cjs/actions/test/setNextBlockBaseFeePerGas.js +1 -2
  173. package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
  174. package/_cjs/actions/test/setNextBlockTimestamp.js +1 -2
  175. package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
  176. package/_cjs/actions/test/setNonce.js +1 -2
  177. package/_cjs/actions/test/setNonce.js.map +1 -1
  178. package/_cjs/actions/test/setRpcUrl.js +1 -2
  179. package/_cjs/actions/test/setRpcUrl.js.map +1 -1
  180. package/_cjs/actions/test/setStorageAt.js +1 -2
  181. package/_cjs/actions/test/setStorageAt.js.map +1 -1
  182. package/_cjs/actions/test/snapshot.js +1 -2
  183. package/_cjs/actions/test/snapshot.js.map +1 -1
  184. package/_cjs/actions/test/stopImpersonatingAccount.js +1 -2
  185. package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
  186. package/_cjs/actions/wallet/addChain.js +1 -2
  187. package/_cjs/actions/wallet/addChain.js.map +1 -1
  188. package/_cjs/actions/wallet/deployContract.js +1 -2
  189. package/_cjs/actions/wallet/deployContract.js.map +1 -1
  190. package/_cjs/actions/wallet/getAddresses.js +1 -2
  191. package/_cjs/actions/wallet/getAddresses.js.map +1 -1
  192. package/_cjs/actions/wallet/getPermissions.js +1 -2
  193. package/_cjs/actions/wallet/getPermissions.js.map +1 -1
  194. package/_cjs/actions/wallet/prepareTransactionRequest.js +2 -2
  195. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  196. package/_cjs/actions/wallet/requestAddresses.js +1 -2
  197. package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
  198. package/_cjs/actions/wallet/requestPermissions.js +1 -2
  199. package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
  200. package/_cjs/actions/wallet/sendRawTransaction.js +1 -2
  201. package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
  202. package/_cjs/actions/wallet/sendTransaction.js +2 -2
  203. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  204. package/_cjs/actions/wallet/signMessage.js +1 -2
  205. package/_cjs/actions/wallet/signMessage.js.map +1 -1
  206. package/_cjs/actions/wallet/signTransaction.js +1 -2
  207. package/_cjs/actions/wallet/signTransaction.js.map +1 -1
  208. package/_cjs/actions/wallet/signTypedData.js +1 -2
  209. package/_cjs/actions/wallet/signTypedData.js.map +1 -1
  210. package/_cjs/actions/wallet/switchChain.js +1 -2
  211. package/_cjs/actions/wallet/switchChain.js.map +1 -1
  212. package/_cjs/actions/wallet/watchAsset.js +1 -2
  213. package/_cjs/actions/wallet/watchAsset.js.map +1 -1
  214. package/_cjs/actions/wallet/writeContract.js +1 -2
  215. package/_cjs/actions/wallet/writeContract.js.map +1 -1
  216. package/_cjs/celo/parsers.js +1 -2
  217. package/_cjs/celo/parsers.js.map +1 -1
  218. package/_cjs/celo/serializers.js +4 -4
  219. package/_cjs/celo/serializers.js.map +1 -1
  220. package/_cjs/celo/utils.js +4 -5
  221. package/_cjs/celo/utils.js.map +1 -1
  222. package/_cjs/chains/definitions/dchain.js +27 -0
  223. package/_cjs/chains/definitions/dchain.js.map +1 -0
  224. package/_cjs/chains/definitions/dchainTestnet.js +29 -0
  225. package/_cjs/chains/definitions/dchainTestnet.js.map +1 -0
  226. package/_cjs/chains/index.js +9 -5
  227. package/_cjs/chains/index.js.map +1 -1
  228. package/_cjs/clients/createClient.js +2 -3
  229. package/_cjs/clients/createClient.js.map +1 -1
  230. package/_cjs/clients/createPublicClient.js +1 -2
  231. package/_cjs/clients/createPublicClient.js.map +1 -1
  232. package/_cjs/clients/createTestClient.js +1 -2
  233. package/_cjs/clients/createTestClient.js.map +1 -1
  234. package/_cjs/clients/createWalletClient.js +1 -2
  235. package/_cjs/clients/createWalletClient.js.map +1 -1
  236. package/_cjs/clients/decorators/public.js +1 -2
  237. package/_cjs/clients/decorators/public.js.map +1 -1
  238. package/_cjs/clients/decorators/test.js +1 -2
  239. package/_cjs/clients/decorators/test.js.map +1 -1
  240. package/_cjs/clients/decorators/wallet.js +1 -2
  241. package/_cjs/clients/decorators/wallet.js.map +1 -1
  242. package/_cjs/clients/transports/createTransport.js +1 -2
  243. package/_cjs/clients/transports/createTransport.js.map +1 -1
  244. package/_cjs/clients/transports/custom.js +1 -2
  245. package/_cjs/clients/transports/custom.js.map +1 -1
  246. package/_cjs/clients/transports/fallback.js +2 -3
  247. package/_cjs/clients/transports/fallback.js.map +1 -1
  248. package/_cjs/clients/transports/http.js +1 -2
  249. package/_cjs/clients/transports/http.js.map +1 -1
  250. package/_cjs/clients/transports/ipc.js +1 -2
  251. package/_cjs/clients/transports/ipc.js.map +1 -1
  252. package/_cjs/clients/transports/webSocket.js +1 -2
  253. package/_cjs/clients/transports/webSocket.js.map +1 -1
  254. package/_cjs/errors/stateOverride.js +3 -3
  255. package/_cjs/errors/stateOverride.js.map +1 -1
  256. package/_cjs/errors/transaction.js +2 -2
  257. package/_cjs/errors/transaction.js.map +1 -1
  258. package/_cjs/errors/version.js +1 -1
  259. package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
  260. package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
  261. package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
  262. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
  263. package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
  264. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
  265. package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
  266. package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
  267. package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
  268. package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
  269. package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
  270. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
  271. package/_cjs/experimental/erc7715/actions/grantPermissions.js +94 -0
  272. package/_cjs/experimental/erc7715/actions/grantPermissions.js.map +1 -0
  273. package/_cjs/experimental/erc7715/decorators/erc7715.js +3 -4
  274. package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
  275. package/_cjs/experimental/erc7715/types/policy.js +3 -0
  276. package/_cjs/experimental/erc7715/types/policy.js.map +1 -0
  277. package/_cjs/experimental/index.js +3 -7
  278. package/_cjs/experimental/index.js.map +1 -1
  279. package/_cjs/experimental/solady/actions/signMessage.js +1 -2
  280. package/_cjs/experimental/solady/actions/signMessage.js.map +1 -1
  281. package/_cjs/experimental/solady/actions/signTypedData.js +7 -28
  282. package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -1
  283. package/_cjs/experimental/solady/decorators/solady.js +1 -2
  284. package/_cjs/experimental/solady/decorators/solady.js.map +1 -1
  285. package/_cjs/experimental/solady/index.js +16 -0
  286. package/_cjs/experimental/solady/index.js.map +1 -0
  287. package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
  288. package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
  289. package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
  290. package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
  291. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
  292. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  293. package/_cjs/index.js.map +1 -1
  294. package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
  295. package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
  296. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
  297. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
  298. package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
  299. package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
  300. package/_cjs/op-stack/actions/depositTransaction.js +1 -2
  301. package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
  302. package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
  303. package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
  304. package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
  305. package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
  306. package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
  307. package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
  308. package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
  309. package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
  310. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
  311. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
  312. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
  313. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
  314. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
  315. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
  316. package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
  317. package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
  318. package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
  319. package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
  320. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
  321. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
  322. package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
  323. package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
  324. package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
  325. package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
  326. package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
  327. package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
  328. package/_cjs/op-stack/actions/getGame.js +1 -2
  329. package/_cjs/op-stack/actions/getGame.js.map +1 -1
  330. package/_cjs/op-stack/actions/getGames.js +1 -2
  331. package/_cjs/op-stack/actions/getGames.js.map +1 -1
  332. package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
  333. package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
  334. package/_cjs/op-stack/actions/getL2Output.js +1 -2
  335. package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
  336. package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
  337. package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
  338. package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
  339. package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
  340. package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
  341. package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
  342. package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
  343. package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
  344. package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
  345. package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
  346. package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
  347. package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
  348. package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
  349. package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
  350. package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
  351. package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
  352. package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
  353. package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
  354. package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
  355. package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
  356. package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
  357. package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
  358. package/_cjs/op-stack/actions/waitToProve.js +1 -2
  359. package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
  360. package/_cjs/op-stack/decorators/publicL1.js +1 -2
  361. package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
  362. package/_cjs/op-stack/decorators/publicL2.js +1 -2
  363. package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
  364. package/_cjs/op-stack/decorators/walletL1.js +1 -2
  365. package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
  366. package/_cjs/op-stack/decorators/walletL2.js +1 -2
  367. package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
  368. package/_cjs/op-stack/parsers.js +1 -2
  369. package/_cjs/op-stack/parsers.js.map +1 -1
  370. package/_cjs/op-stack/serializers.js +3 -3
  371. package/_cjs/op-stack/serializers.js.map +1 -1
  372. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
  373. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
  374. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
  375. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
  376. package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
  377. package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
  378. package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
  379. package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
  380. package/_cjs/op-stack/utils/getSourceHash.js +1 -2
  381. package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
  382. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
  383. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
  384. package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
  385. package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
  386. package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
  387. package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
  388. package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
  389. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  390. package/_cjs/utils/abi/decodeDeployData.js +1 -2
  391. package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
  392. package/_cjs/utils/abi/decodeErrorResult.js +1 -2
  393. package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
  394. package/_cjs/utils/abi/decodeEventLog.js +1 -2
  395. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  396. package/_cjs/utils/abi/decodeFunctionData.js +1 -2
  397. package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
  398. package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
  399. package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
  400. package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
  401. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  402. package/_cjs/utils/abi/encodeDeployData.js +1 -2
  403. package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
  404. package/_cjs/utils/abi/encodeErrorResult.js +1 -2
  405. package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
  406. package/_cjs/utils/abi/encodeEventTopics.js +6 -7
  407. package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
  408. package/_cjs/utils/abi/encodeFunctionData.js +1 -2
  409. package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
  410. package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
  411. package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
  412. package/_cjs/utils/abi/encodePacked.js +1 -2
  413. package/_cjs/utils/abi/encodePacked.js.map +1 -1
  414. package/_cjs/utils/abi/formatAbiItem.js +2 -3
  415. package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
  416. package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
  417. package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
  418. package/_cjs/utils/abi/getAbiItem.js +3 -4
  419. package/_cjs/utils/abi/getAbiItem.js.map +1 -1
  420. package/_cjs/utils/abi/parseEventLogs.js +1 -2
  421. package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
  422. package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
  423. package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
  424. package/_cjs/utils/address/getAddress.js +2 -3
  425. package/_cjs/utils/address/getAddress.js.map +1 -1
  426. package/_cjs/utils/address/getContractAddress.js +3 -4
  427. package/_cjs/utils/address/getContractAddress.js.map +1 -1
  428. package/_cjs/utils/address/isAddress.js +2 -2
  429. package/_cjs/utils/address/isAddress.js.map +1 -1
  430. package/_cjs/utils/address/isAddressEqual.js +1 -2
  431. package/_cjs/utils/address/isAddressEqual.js.map +1 -1
  432. package/_cjs/utils/blob/blobsToCommitments.js +1 -2
  433. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  434. package/_cjs/utils/blob/blobsToProofs.js +1 -2
  435. package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
  436. package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
  437. package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
  438. package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
  439. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  440. package/_cjs/utils/blob/fromBlobs.js +1 -2
  441. package/_cjs/utils/blob/fromBlobs.js.map +1 -1
  442. package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
  443. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  444. package/_cjs/utils/blob/toBlobSidecars.js +1 -2
  445. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  446. package/_cjs/utils/blob/toBlobs.js +1 -2
  447. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  448. package/_cjs/utils/buildRequest.js +2 -3
  449. package/_cjs/utils/buildRequest.js.map +1 -1
  450. package/_cjs/utils/ccip.js +3 -3
  451. package/_cjs/utils/ccip.js.map +1 -1
  452. package/_cjs/utils/chain/assertCurrentChain.js +1 -2
  453. package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
  454. package/_cjs/utils/chain/defineChain.js +1 -2
  455. package/_cjs/utils/chain/defineChain.js.map +1 -1
  456. package/_cjs/utils/chain/extractChain.js +1 -2
  457. package/_cjs/utils/chain/extractChain.js.map +1 -1
  458. package/_cjs/utils/chain/getChainContractAddress.js +1 -2
  459. package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
  460. package/_cjs/utils/cursor.js +1 -2
  461. package/_cjs/utils/cursor.js.map +1 -1
  462. package/_cjs/utils/data/concat.js +3 -4
  463. package/_cjs/utils/data/concat.js.map +1 -1
  464. package/_cjs/utils/data/isBytes.js +1 -2
  465. package/_cjs/utils/data/isBytes.js.map +1 -1
  466. package/_cjs/utils/data/isBytesEqual.js +1 -2
  467. package/_cjs/utils/data/isBytesEqual.js.map +1 -1
  468. package/_cjs/utils/data/isHex.js +1 -2
  469. package/_cjs/utils/data/isHex.js.map +1 -1
  470. package/_cjs/utils/data/pad.js +3 -4
  471. package/_cjs/utils/data/pad.js.map +1 -1
  472. package/_cjs/utils/data/size.js +1 -2
  473. package/_cjs/utils/data/size.js.map +1 -1
  474. package/_cjs/utils/data/slice.js +3 -4
  475. package/_cjs/utils/data/slice.js.map +1 -1
  476. package/_cjs/utils/data/trim.js +1 -2
  477. package/_cjs/utils/data/trim.js.map +1 -1
  478. package/_cjs/utils/encoding/fromBytes.js +5 -6
  479. package/_cjs/utils/encoding/fromBytes.js.map +1 -1
  480. package/_cjs/utils/encoding/fromHex.js +6 -7
  481. package/_cjs/utils/encoding/fromHex.js.map +1 -1
  482. package/_cjs/utils/encoding/fromRlp.js +1 -2
  483. package/_cjs/utils/encoding/fromRlp.js.map +1 -1
  484. package/_cjs/utils/encoding/toBytes.js +5 -6
  485. package/_cjs/utils/encoding/toBytes.js.map +1 -1
  486. package/_cjs/utils/encoding/toHex.js +5 -6
  487. package/_cjs/utils/encoding/toHex.js.map +1 -1
  488. package/_cjs/utils/encoding/toRlp.js +3 -4
  489. package/_cjs/utils/encoding/toRlp.js.map +1 -1
  490. package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
  491. package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
  492. package/_cjs/utils/ens/avatar/utils.js +8 -9
  493. package/_cjs/utils/ens/avatar/utils.js.map +1 -1
  494. package/_cjs/utils/ens/encodeLabelhash.js +1 -2
  495. package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
  496. package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
  497. package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
  498. package/_cjs/utils/ens/errors.js +1 -2
  499. package/_cjs/utils/ens/errors.js.map +1 -1
  500. package/_cjs/utils/ens/labelhash.js +1 -2
  501. package/_cjs/utils/ens/labelhash.js.map +1 -1
  502. package/_cjs/utils/ens/namehash.js +1 -2
  503. package/_cjs/utils/ens/namehash.js.map +1 -1
  504. package/_cjs/utils/ens/normalize.js +1 -2
  505. package/_cjs/utils/ens/normalize.js.map +1 -1
  506. package/_cjs/utils/ens/packetToBytes.js +1 -2
  507. package/_cjs/utils/ens/packetToBytes.js.map +1 -1
  508. package/_cjs/utils/errors/getCallError.js +1 -2
  509. package/_cjs/utils/errors/getCallError.js.map +1 -1
  510. package/_cjs/utils/errors/getContractError.js +1 -2
  511. package/_cjs/utils/errors/getContractError.js.map +1 -1
  512. package/_cjs/utils/errors/getEstimateGasError.js +1 -2
  513. package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
  514. package/_cjs/utils/errors/getNodeError.js +2 -3
  515. package/_cjs/utils/errors/getNodeError.js.map +1 -1
  516. package/_cjs/utils/errors/getTransactionError.js +1 -2
  517. package/_cjs/utils/errors/getTransactionError.js.map +1 -1
  518. package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
  519. package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
  520. package/_cjs/utils/formatters/block.js +2 -2
  521. package/_cjs/utils/formatters/block.js.map +1 -1
  522. package/_cjs/utils/formatters/extract.js +1 -2
  523. package/_cjs/utils/formatters/extract.js.map +1 -1
  524. package/_cjs/utils/formatters/feeHistory.js +1 -2
  525. package/_cjs/utils/formatters/feeHistory.js.map +1 -1
  526. package/_cjs/utils/formatters/formatter.js +1 -2
  527. package/_cjs/utils/formatters/formatter.js.map +1 -1
  528. package/_cjs/utils/formatters/log.js +1 -2
  529. package/_cjs/utils/formatters/log.js.map +1 -1
  530. package/_cjs/utils/formatters/proof.js +1 -2
  531. package/_cjs/utils/formatters/proof.js.map +1 -1
  532. package/_cjs/utils/formatters/transaction.js +2 -2
  533. package/_cjs/utils/formatters/transaction.js.map +1 -1
  534. package/_cjs/utils/formatters/transactionReceipt.js +2 -2
  535. package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
  536. package/_cjs/utils/formatters/transactionRequest.js +2 -2
  537. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  538. package/_cjs/utils/getAction.js +9 -6
  539. package/_cjs/utils/getAction.js.map +1 -1
  540. package/_cjs/utils/hash/hashSignature.js +1 -2
  541. package/_cjs/utils/hash/hashSignature.js.map +1 -1
  542. package/_cjs/utils/hash/isHash.js +1 -2
  543. package/_cjs/utils/hash/isHash.js.map +1 -1
  544. package/_cjs/utils/hash/keccak256.js +1 -2
  545. package/_cjs/utils/hash/keccak256.js.map +1 -1
  546. package/_cjs/utils/hash/normalizeSignature.js +1 -2
  547. package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
  548. package/_cjs/utils/hash/ripemd160.js +1 -2
  549. package/_cjs/utils/hash/ripemd160.js.map +1 -1
  550. package/_cjs/utils/hash/sha256.js +1 -2
  551. package/_cjs/utils/hash/sha256.js.map +1 -1
  552. package/_cjs/utils/hash/toSignatureHash.js +1 -2
  553. package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
  554. package/_cjs/utils/index.js.map +1 -1
  555. package/_cjs/utils/kzg/defineKzg.js +1 -2
  556. package/_cjs/utils/kzg/defineKzg.js.map +1 -1
  557. package/_cjs/utils/kzg/setupKzg.js +1 -2
  558. package/_cjs/utils/kzg/setupKzg.js.map +1 -1
  559. package/_cjs/utils/nonceManager.js +3 -3
  560. package/_cjs/utils/nonceManager.js.map +1 -1
  561. package/_cjs/utils/observe.js +2 -2
  562. package/_cjs/utils/observe.js.map +1 -1
  563. package/_cjs/utils/poll.js +1 -2
  564. package/_cjs/utils/poll.js.map +1 -1
  565. package/_cjs/utils/promise/createBatchScheduler.js +1 -2
  566. package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
  567. package/_cjs/utils/promise/withCache.js +3 -3
  568. package/_cjs/utils/promise/withCache.js.map +1 -1
  569. package/_cjs/utils/promise/withDedupe.js +2 -2
  570. package/_cjs/utils/promise/withDedupe.js.map +1 -1
  571. package/_cjs/utils/promise/withRetry.js +1 -2
  572. package/_cjs/utils/promise/withRetry.js.map +1 -1
  573. package/_cjs/utils/promise/withTimeout.js +1 -2
  574. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  575. package/_cjs/utils/rpc/compat.js +2 -2
  576. package/_cjs/utils/rpc/compat.js.map +1 -1
  577. package/_cjs/utils/rpc/http.js +1 -2
  578. package/_cjs/utils/rpc/http.js.map +1 -1
  579. package/_cjs/utils/rpc/ipc.js +2 -3
  580. package/_cjs/utils/rpc/ipc.js.map +1 -1
  581. package/_cjs/utils/rpc/socket.js +2 -2
  582. package/_cjs/utils/rpc/socket.js.map +1 -1
  583. package/_cjs/utils/rpc/webSocket.js +1 -2
  584. package/_cjs/utils/rpc/webSocket.js.map +1 -1
  585. package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
  586. package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
  587. package/_cjs/utils/signature/hashMessage.js +1 -2
  588. package/_cjs/utils/signature/hashMessage.js.map +1 -1
  589. package/_cjs/utils/signature/hashTypedData.js +4 -5
  590. package/_cjs/utils/signature/hashTypedData.js.map +1 -1
  591. package/_cjs/utils/signature/isErc6492Signature.js +1 -2
  592. package/_cjs/utils/signature/isErc6492Signature.js.map +1 -1
  593. package/_cjs/utils/signature/parseCompactSignature.js +1 -2
  594. package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
  595. package/_cjs/utils/signature/parseErc6492Signature.js +1 -2
  596. package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -1
  597. package/_cjs/utils/signature/parseSignature.js +1 -2
  598. package/_cjs/utils/signature/parseSignature.js.map +1 -1
  599. package/_cjs/utils/signature/recoverAddress.js +1 -2
  600. package/_cjs/utils/signature/recoverAddress.js.map +1 -1
  601. package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
  602. package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
  603. package/_cjs/utils/signature/recoverPublicKey.js +1 -2
  604. package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
  605. package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
  606. package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
  607. package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
  608. package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
  609. package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
  610. package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
  611. package/_cjs/utils/signature/serializeErc6492Signature.js +1 -2
  612. package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -1
  613. package/_cjs/utils/signature/serializeSignature.js +1 -2
  614. package/_cjs/utils/signature/serializeSignature.js.map +1 -1
  615. package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
  616. package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
  617. package/_cjs/utils/signature/toPrefixedMessage.js +1 -2
  618. package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -1
  619. package/_cjs/utils/signature/verifyMessage.js +1 -2
  620. package/_cjs/utils/signature/verifyMessage.js.map +1 -1
  621. package/_cjs/utils/signature/verifyTypedData.js +1 -2
  622. package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
  623. package/_cjs/utils/siwe/createSiweMessage.js +1 -2
  624. package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
  625. package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
  626. package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
  627. package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
  628. package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
  629. package/_cjs/utils/siwe/utils.js +1 -2
  630. package/_cjs/utils/siwe/utils.js.map +1 -1
  631. package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
  632. package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
  633. package/_cjs/utils/stateOverride.js +3 -4
  634. package/_cjs/utils/stateOverride.js.map +1 -1
  635. package/_cjs/utils/transaction/assertRequest.js +1 -2
  636. package/_cjs/utils/transaction/assertRequest.js.map +1 -1
  637. package/_cjs/utils/transaction/assertTransaction.js +4 -5
  638. package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
  639. package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
  640. package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
  641. package/_cjs/utils/transaction/getTransactionType.js +1 -2
  642. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  643. package/_cjs/utils/transaction/parseTransaction.js +3 -4
  644. package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
  645. package/_cjs/utils/transaction/serializeAccessList.js +1 -2
  646. package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
  647. package/_cjs/utils/transaction/serializeTransaction.js +2 -3
  648. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  649. package/_cjs/utils/typedData.js +4 -5
  650. package/_cjs/utils/typedData.js.map +1 -1
  651. package/_cjs/utils/uid.js +1 -2
  652. package/_cjs/utils/uid.js.map +1 -1
  653. package/_cjs/utils/unit/formatEther.js +1 -2
  654. package/_cjs/utils/unit/formatEther.js.map +1 -1
  655. package/_cjs/utils/unit/formatGwei.js +1 -2
  656. package/_cjs/utils/unit/formatGwei.js.map +1 -1
  657. package/_cjs/utils/unit/formatUnits.js +1 -2
  658. package/_cjs/utils/unit/formatUnits.js.map +1 -1
  659. package/_cjs/utils/unit/parseEther.js +1 -2
  660. package/_cjs/utils/unit/parseEther.js.map +1 -1
  661. package/_cjs/utils/unit/parseGwei.js +1 -2
  662. package/_cjs/utils/unit/parseGwei.js.map +1 -1
  663. package/_cjs/utils/unit/parseUnits.js +1 -2
  664. package/_cjs/utils/unit/parseUnits.js.map +1 -1
  665. package/_cjs/utils/wait.js +1 -2
  666. package/_cjs/utils/wait.js.map +1 -1
  667. package/_cjs/zksync/actions/deployContract.js +1 -2
  668. package/_cjs/zksync/actions/deployContract.js.map +1 -1
  669. package/_cjs/zksync/actions/estimateFee.js +1 -2
  670. package/_cjs/zksync/actions/estimateFee.js.map +1 -1
  671. package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
  672. package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
  673. package/_cjs/zksync/actions/getAllBalances.js +1 -2
  674. package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
  675. package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
  676. package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
  677. package/_cjs/zksync/actions/getBlockDetails.js +1 -2
  678. package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
  679. package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
  680. package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
  681. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
  682. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
  683. package/_cjs/zksync/actions/getL1Allowance.js +1 -2
  684. package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
  685. package/_cjs/zksync/actions/getL1Balance.js +1 -2
  686. package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
  687. package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
  688. package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
  689. package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
  690. package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
  691. package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
  692. package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
  693. package/_cjs/zksync/actions/getL1ChainId.js +1 -2
  694. package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
  695. package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
  696. package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
  697. package/_cjs/zksync/actions/getLogProof.js +1 -2
  698. package/_cjs/zksync/actions/getLogProof.js.map +1 -1
  699. package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
  700. package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
  701. package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
  702. package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
  703. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
  704. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
  705. package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
  706. package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
  707. package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
  708. package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
  709. package/_cjs/zksync/actions/sendTransaction.js +1 -2
  710. package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
  711. package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
  712. package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
  713. package/_cjs/zksync/actions/signTransaction.js +1 -2
  714. package/_cjs/zksync/actions/signTransaction.js.map +1 -1
  715. package/_cjs/zksync/decorators/eip712.js +1 -2
  716. package/_cjs/zksync/decorators/eip712.js.map +1 -1
  717. package/_cjs/zksync/decorators/publicL1.js +1 -2
  718. package/_cjs/zksync/decorators/publicL1.js.map +1 -1
  719. package/_cjs/zksync/decorators/publicL2.js +1 -2
  720. package/_cjs/zksync/decorators/publicL2.js.map +1 -1
  721. package/_cjs/zksync/serializers.js +2 -2
  722. package/_cjs/zksync/serializers.js.map +1 -1
  723. package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
  724. package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
  725. package/_cjs/zksync/utils/assertEip712Request.js +1 -2
  726. package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
  727. package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
  728. package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
  729. package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
  730. package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
  731. package/_cjs/zksync/utils/hashBytecode.js +1 -2
  732. package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
  733. package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
  734. package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
  735. package/_cjs/zksync/utils/isEth.js +1 -2
  736. package/_cjs/zksync/utils/isEth.js.map +1 -1
  737. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
  738. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
  739. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
  740. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
  741. package/_esm/actions/public/createEventFilter.js +7 -7
  742. package/_esm/actions/public/createEventFilter.js.map +1 -1
  743. package/_esm/actions/public/getLogs.js +7 -7
  744. package/_esm/actions/public/getLogs.js.map +1 -1
  745. package/_esm/actions/public/watchEvent.js +7 -7
  746. package/_esm/actions/public/watchEvent.js.map +1 -1
  747. package/_esm/actions/wallet/sendTransaction.js +1 -0
  748. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  749. package/_esm/chains/definitions/dchain.js +24 -0
  750. package/_esm/chains/definitions/dchain.js.map +1 -0
  751. package/_esm/chains/definitions/dchainTestnet.js +26 -0
  752. package/_esm/chains/definitions/dchainTestnet.js.map +1 -0
  753. package/_esm/chains/index.js +2 -0
  754. package/_esm/chains/index.js.map +1 -1
  755. package/_esm/errors/version.js +1 -1
  756. package/_esm/experimental/erc7715/actions/grantPermissions.js +130 -0
  757. package/_esm/experimental/erc7715/actions/grantPermissions.js.map +1 -0
  758. package/_esm/experimental/erc7715/decorators/erc7715.js +3 -3
  759. package/_esm/experimental/erc7715/types/policy.js +2 -0
  760. package/_esm/experimental/erc7715/types/policy.js.map +1 -0
  761. package/_esm/experimental/index.js +1 -3
  762. package/_esm/experimental/index.js.map +1 -1
  763. package/_esm/experimental/solady/actions/signTypedData.js +6 -28
  764. package/_esm/experimental/solady/actions/signTypedData.js.map +1 -1
  765. package/_esm/experimental/solady/index.js +8 -0
  766. package/_esm/experimental/solady/index.js.map +1 -0
  767. package/_esm/experimental/solady/utils/hashMessage.js +32 -0
  768. package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
  769. package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
  770. package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
  771. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
  772. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  773. package/_esm/index.js.map +1 -1
  774. package/_esm/utils/abi/encodeEventTopics.js +5 -5
  775. package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
  776. package/_esm/utils/getAction.js +11 -7
  777. package/_esm/utils/getAction.js.map +1 -1
  778. package/_esm/utils/index.js.map +1 -1
  779. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  780. package/_types/celo/chainConfig.d.ts +1086 -1086
  781. package/_types/celo/formatters.d.ts +543 -543
  782. package/_types/celo/formatters.d.ts.map +1 -1
  783. package/_types/chains/definitions/ancient8.d.ts +260 -260
  784. package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
  785. package/_types/chains/definitions/base.d.ts +260 -260
  786. package/_types/chains/definitions/baseGoerli.d.ts +260 -260
  787. package/_types/chains/definitions/baseSepolia.d.ts +260 -260
  788. package/_types/chains/definitions/celo.d.ts +1086 -1086
  789. package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
  790. package/_types/chains/definitions/dchain.d.ts +1049 -0
  791. package/_types/chains/definitions/dchain.d.ts.map +1 -0
  792. package/_types/chains/definitions/dchainTestnet.d.ts +1049 -0
  793. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -0
  794. package/_types/chains/definitions/fraxtal.d.ts +260 -260
  795. package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
  796. package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
  797. package/_types/chains/definitions/lisk.d.ts +315 -315
  798. package/_types/chains/definitions/liskSepolia.d.ts +260 -260
  799. package/_types/chains/definitions/metalL2.d.ts +260 -260
  800. package/_types/chains/definitions/optimism.d.ts +260 -260
  801. package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
  802. package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
  803. package/_types/chains/definitions/pgn.d.ts +260 -260
  804. package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
  805. package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
  806. package/_types/chains/definitions/rss3.d.ts +260 -260
  807. package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
  808. package/_types/chains/definitions/zkSync.d.ts +315 -315
  809. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
  810. package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
  811. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
  812. package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
  813. package/_types/chains/definitions/zora.d.ts +260 -260
  814. package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
  815. package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
  816. package/_types/chains/index.d.ts +2 -0
  817. package/_types/chains/index.d.ts.map +1 -1
  818. package/_types/errors/version.d.ts +1 -1
  819. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
  820. package/_types/experimental/erc7715/actions/{issuePermissions.d.ts → grantPermissions.d.ts} +18 -16
  821. package/_types/experimental/erc7715/actions/{issuePermissions.d.ts.map → grantPermissions.d.ts.map} +1 -1
  822. package/_types/experimental/erc7715/decorators/erc7715.d.ts +5 -5
  823. package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
  824. package/_types/experimental/erc7715/types/permission.d.ts +24 -20
  825. package/_types/experimental/erc7715/types/permission.d.ts.map +1 -1
  826. package/_types/experimental/erc7715/types/policy.d.ts +36 -0
  827. package/_types/experimental/erc7715/types/policy.d.ts.map +1 -0
  828. package/_types/experimental/erc7715/types/signer.d.ts +5 -1
  829. package/_types/experimental/erc7715/types/signer.d.ts.map +1 -1
  830. package/_types/experimental/index.d.ts +1 -3
  831. package/_types/experimental/index.d.ts.map +1 -1
  832. package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -1
  833. package/_types/experimental/solady/decorators/solady.d.ts.map +1 -1
  834. package/_types/experimental/solady/index.d.ts +7 -0
  835. package/_types/experimental/solady/index.d.ts.map +1 -0
  836. package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
  837. package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
  838. package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
  839. package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
  840. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
  841. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
  842. package/_types/index.d.ts +2 -2
  843. package/_types/index.d.ts.map +1 -1
  844. package/_types/op-stack/chainConfig.d.ts +260 -260
  845. package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
  846. package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
  847. package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
  848. package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
  849. package/_types/op-stack/formatters.d.ts +260 -260
  850. package/_types/op-stack/formatters.d.ts.map +1 -1
  851. package/_types/types/eip1193.d.ts +19 -10
  852. package/_types/types/eip1193.d.ts.map +1 -1
  853. package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
  854. package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  855. package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
  856. package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
  857. package/_types/utils/formatters/block.d.ts.map +1 -1
  858. package/_types/utils/formatters/formatter.d.ts +2 -2
  859. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  860. package/_types/utils/formatters/log.d.ts.map +1 -1
  861. package/_types/utils/formatters/proof.d.ts.map +1 -1
  862. package/_types/utils/formatters/transaction.d.ts +127 -126
  863. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  864. package/_types/utils/formatters/transactionRequest.d.ts +67 -66
  865. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  866. package/_types/utils/getAction.d.ts +9 -1
  867. package/_types/utils/getAction.d.ts.map +1 -1
  868. package/_types/utils/index.d.ts +1 -1
  869. package/_types/utils/index.d.ts.map +1 -1
  870. package/_types/utils/rpc/compat.d.ts.map +1 -1
  871. package/_types/utils/rpc/ipc.d.ts +0 -2
  872. package/_types/utils/rpc/ipc.d.ts.map +1 -1
  873. package/_types/zksync/chainConfig.d.ts +315 -315
  874. package/_types/zksync/decorators/eip712.d.ts.map +1 -1
  875. package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
  876. package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
  877. package/_types/zksync/formatters.d.ts +315 -315
  878. package/_types/zksync/formatters.d.ts.map +1 -1
  879. package/actions/public/createEventFilter.ts +9 -9
  880. package/actions/public/getLogs.ts +9 -9
  881. package/actions/public/watchEvent.ts +9 -9
  882. package/actions/wallet/sendTransaction.ts +1 -0
  883. package/chains/definitions/dchain.ts +24 -0
  884. package/chains/definitions/dchainTestnet.ts +27 -0
  885. package/chains/index.ts +2 -0
  886. package/errors/version.ts +1 -1
  887. package/experimental/erc7715/actions/{issuePermissions.ts → grantPermissions.ts} +82 -54
  888. package/experimental/erc7715/decorators/erc7715.ts +11 -11
  889. package/experimental/erc7715/types/permission.ts +28 -26
  890. package/experimental/erc7715/types/policy.ts +43 -0
  891. package/experimental/erc7715/types/signer.ts +8 -1
  892. package/experimental/index.ts +4 -16
  893. package/experimental/solady/actions/signTypedData.ts +6 -35
  894. package/experimental/solady/index.ts +36 -0
  895. package/experimental/solady/utils/hashMessage.ts +60 -0
  896. package/experimental/solady/utils/hashTypedData.ts +112 -0
  897. package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
  898. package/index.ts +3 -2
  899. package/package.json +9 -1
  900. package/types/eip1193.ts +19 -10
  901. package/utils/abi/encodeEventTopics.ts +13 -11
  902. package/utils/getAction.ts +31 -15
  903. package/utils/index.ts +1 -0
  904. package/_cjs/experimental/erc7715/actions/issuePermissions.js +0 -74
  905. package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +0 -1
  906. package/_esm/experimental/erc7715/actions/issuePermissions.js +0 -107
  907. package/_esm/experimental/erc7715/actions/issuePermissions.js.map +0 -1
@@ -12,28 +12,28 @@ export declare const formatters: {
12
12
  blobGasUsed: bigint;
13
13
  difficulty: bigint;
14
14
  excessBlobGas: bigint;
15
- extraData: `0x${string}`;
15
+ extraData: import("../types/misc.js").Hex;
16
16
  gasLimit: bigint;
17
17
  gasUsed: bigint;
18
18
  hash: `0x${string}` | null;
19
19
  logsBloom: `0x${string}` | null;
20
- miner: `0x${string}`;
21
- mixHash: `0x${string}`;
20
+ miner: import("abitype").Address;
21
+ mixHash: Hash;
22
22
  nonce: `0x${string}` | null;
23
23
  number: bigint | null;
24
- parentHash: `0x${string}`;
25
- receiptsRoot: `0x${string}`;
26
- sealFields: `0x${string}`[];
27
- sha3Uncles: `0x${string}`;
24
+ parentHash: Hash;
25
+ receiptsRoot: import("../types/misc.js").Hex;
26
+ sealFields: import("../types/misc.js").Hex[];
27
+ sha3Uncles: Hash;
28
28
  size: bigint;
29
- stateRoot: `0x${string}`;
29
+ stateRoot: Hash;
30
30
  timestamp: bigint;
31
31
  totalDifficulty: bigint | null;
32
- transactions: Hash[] | ZkSyncTransaction[];
33
- transactionsRoot: `0x${string}`;
34
- uncles: `0x${string}`[];
32
+ transactions: `0x${string}`[] | ZkSyncTransaction[];
33
+ transactionsRoot: Hash;
34
+ uncles: Hash[];
35
35
  withdrawals?: import("../index.js").Withdrawal[] | undefined;
36
- withdrawalsRoot?: `0x${string}` | undefined;
36
+ withdrawalsRoot?: import("../types/misc.js").Hex | undefined;
37
37
  l1BatchNumber: bigint | null;
38
38
  l1BatchTimestamp: bigint | null;
39
39
  } & {};
@@ -42,20 +42,20 @@ export declare const formatters: {
42
42
  readonly transaction: {
43
43
  exclude: [] | undefined;
44
44
  format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../index.js").RpcTransaction>, ZkSyncRpcTransaction>) => ({
45
- r: `0x${string}`;
46
- s: `0x${string}`;
45
+ r: import("../types/misc.js").Hex;
46
+ s: import("../types/misc.js").Hex;
47
47
  v: bigint;
48
- to: `0x${string}` | null;
49
- from: `0x${string}`;
48
+ to: import("abitype").Address | null;
49
+ from: import("abitype").Address;
50
50
  gas: bigint;
51
51
  nonce: number;
52
52
  value: bigint;
53
53
  blockHash: `0x${string}` | null;
54
54
  blockNumber: bigint | null;
55
- hash: `0x${string}`;
56
- input: `0x${string}`;
55
+ hash: Hash;
56
+ input: import("../types/misc.js").Hex;
57
57
  transactionIndex: number | null;
58
- typeHex: `0x${string}` | null;
58
+ typeHex: import("../types/misc.js").Hex | null;
59
59
  accessList?: undefined;
60
60
  blobVersionedHashes?: undefined;
61
61
  chainId?: number | undefined;
@@ -68,20 +68,20 @@ export declare const formatters: {
68
68
  l1BatchNumber: bigint | null;
69
69
  l1BatchTxIndex: bigint | null;
70
70
  } | {
71
- r: `0x${string}`;
72
- s: `0x${string}`;
71
+ r: import("../types/misc.js").Hex;
72
+ s: import("../types/misc.js").Hex;
73
73
  v: bigint;
74
- to: `0x${string}` | null;
75
- from: `0x${string}`;
74
+ to: import("abitype").Address | null;
75
+ from: import("abitype").Address;
76
76
  gas: bigint;
77
77
  nonce: number;
78
78
  value: bigint;
79
79
  blockHash: `0x${string}` | null;
80
80
  blockNumber: bigint | null;
81
- hash: `0x${string}`;
82
- input: `0x${string}`;
81
+ hash: Hash;
82
+ input: import("../types/misc.js").Hex;
83
83
  transactionIndex: number | null;
84
- typeHex: `0x${string}` | null;
84
+ typeHex: import("../types/misc.js").Hex | null;
85
85
  accessList?: undefined;
86
86
  blobVersionedHashes?: undefined;
87
87
  chainId?: number | undefined;
@@ -94,20 +94,20 @@ export declare const formatters: {
94
94
  l1BatchNumber: bigint | null;
95
95
  l1BatchTxIndex: bigint | null;
96
96
  } | {
97
- r: `0x${string}`;
98
- s: `0x${string}`;
97
+ r: import("../types/misc.js").Hex;
98
+ s: import("../types/misc.js").Hex;
99
99
  v: bigint;
100
- to: `0x${string}` | null;
101
- from: `0x${string}`;
100
+ to: import("abitype").Address | null;
101
+ from: import("abitype").Address;
102
102
  gas: bigint;
103
103
  nonce: number;
104
104
  value: bigint;
105
105
  blockHash: `0x${string}` | null;
106
106
  blockNumber: bigint | null;
107
- hash: `0x${string}`;
108
- input: `0x${string}`;
107
+ hash: Hash;
108
+ input: import("../types/misc.js").Hex;
109
109
  transactionIndex: number | null;
110
- typeHex: `0x${string}` | null;
110
+ typeHex: import("../types/misc.js").Hex | null;
111
111
  accessList?: undefined;
112
112
  blobVersionedHashes?: undefined;
113
113
  chainId?: number | undefined;
@@ -122,16 +122,16 @@ export declare const formatters: {
122
122
  } | {
123
123
  blockHash: `0x${string}` | null;
124
124
  blockNumber: bigint | null;
125
- from: `0x${string}`;
125
+ from: import("abitype").Address;
126
126
  gas: bigint;
127
- hash: `0x${string}`;
128
- input: `0x${string}`;
127
+ hash: Hash;
128
+ input: import("../types/misc.js").Hex;
129
129
  nonce: number;
130
- r: `0x${string}`;
131
- s: `0x${string}`;
132
- to: `0x${string}` | null;
130
+ r: import("../types/misc.js").Hex;
131
+ s: import("../types/misc.js").Hex;
132
+ to: import("abitype").Address | null;
133
133
  transactionIndex: number | null;
134
- typeHex: `0x${string}` | null;
134
+ typeHex: import("../types/misc.js").Hex | null;
135
135
  v: bigint;
136
136
  value: bigint;
137
137
  yParity: number;
@@ -148,16 +148,16 @@ export declare const formatters: {
148
148
  } | {
149
149
  blockHash: `0x${string}` | null;
150
150
  blockNumber: bigint | null;
151
- from: `0x${string}`;
151
+ from: import("abitype").Address;
152
152
  gas: bigint;
153
- hash: `0x${string}`;
154
- input: `0x${string}`;
153
+ hash: Hash;
154
+ input: import("../types/misc.js").Hex;
155
155
  nonce: number;
156
- r: `0x${string}`;
157
- s: `0x${string}`;
158
- to: `0x${string}` | null;
156
+ r: import("../types/misc.js").Hex;
157
+ s: import("../types/misc.js").Hex;
158
+ to: import("abitype").Address | null;
159
159
  transactionIndex: number | null;
160
- typeHex: `0x${string}` | null;
160
+ typeHex: import("../types/misc.js").Hex | null;
161
161
  v: bigint;
162
162
  value: bigint;
163
163
  yParity: number;
@@ -174,16 +174,16 @@ export declare const formatters: {
174
174
  } | {
175
175
  blockHash: `0x${string}` | null;
176
176
  blockNumber: bigint | null;
177
- from: `0x${string}`;
177
+ from: import("abitype").Address;
178
178
  gas: bigint;
179
- hash: `0x${string}`;
180
- input: `0x${string}`;
179
+ hash: Hash;
180
+ input: import("../types/misc.js").Hex;
181
181
  nonce: number;
182
- r: `0x${string}`;
183
- s: `0x${string}`;
184
- to: `0x${string}` | null;
182
+ r: import("../types/misc.js").Hex;
183
+ s: import("../types/misc.js").Hex;
184
+ to: import("abitype").Address | null;
185
185
  transactionIndex: number | null;
186
- typeHex: `0x${string}` | null;
186
+ typeHex: import("../types/misc.js").Hex | null;
187
187
  v: bigint;
188
188
  value: bigint;
189
189
  yParity: number;
@@ -200,16 +200,16 @@ export declare const formatters: {
200
200
  } | {
201
201
  blockHash: `0x${string}` | null;
202
202
  blockNumber: bigint | null;
203
- from: `0x${string}`;
203
+ from: import("abitype").Address;
204
204
  gas: bigint;
205
- hash: `0x${string}`;
206
- input: `0x${string}`;
205
+ hash: Hash;
206
+ input: import("../types/misc.js").Hex;
207
207
  nonce: number;
208
- r: `0x${string}`;
209
- s: `0x${string}`;
210
- to: `0x${string}` | null;
208
+ r: import("../types/misc.js").Hex;
209
+ s: import("../types/misc.js").Hex;
210
+ to: import("abitype").Address | null;
211
211
  transactionIndex: number | null;
212
- typeHex: `0x${string}` | null;
212
+ typeHex: import("../types/misc.js").Hex | null;
213
213
  v: bigint;
214
214
  value: bigint;
215
215
  yParity: number;
@@ -226,16 +226,16 @@ export declare const formatters: {
226
226
  } | {
227
227
  blockHash: `0x${string}` | null;
228
228
  blockNumber: bigint | null;
229
- from: `0x${string}`;
229
+ from: import("abitype").Address;
230
230
  gas: bigint;
231
- hash: `0x${string}`;
232
- input: `0x${string}`;
231
+ hash: Hash;
232
+ input: import("../types/misc.js").Hex;
233
233
  nonce: number;
234
- r: `0x${string}`;
235
- s: `0x${string}`;
236
- to: `0x${string}` | null;
234
+ r: import("../types/misc.js").Hex;
235
+ s: import("../types/misc.js").Hex;
236
+ to: import("abitype").Address | null;
237
237
  transactionIndex: number | null;
238
- typeHex: `0x${string}` | null;
238
+ typeHex: import("../types/misc.js").Hex | null;
239
239
  v: bigint;
240
240
  value: bigint;
241
241
  yParity: number;
@@ -252,16 +252,16 @@ export declare const formatters: {
252
252
  } | {
253
253
  blockHash: `0x${string}` | null;
254
254
  blockNumber: bigint | null;
255
- from: `0x${string}`;
255
+ from: import("abitype").Address;
256
256
  gas: bigint;
257
- hash: `0x${string}`;
258
- input: `0x${string}`;
257
+ hash: Hash;
258
+ input: import("../types/misc.js").Hex;
259
259
  nonce: number;
260
- r: `0x${string}`;
261
- s: `0x${string}`;
262
- to: `0x${string}` | null;
260
+ r: import("../types/misc.js").Hex;
261
+ s: import("../types/misc.js").Hex;
262
+ to: import("abitype").Address | null;
263
263
  transactionIndex: number | null;
264
- typeHex: `0x${string}` | null;
264
+ typeHex: import("../types/misc.js").Hex | null;
265
265
  v: bigint;
266
266
  value: bigint;
267
267
  yParity: number;
@@ -278,16 +278,16 @@ export declare const formatters: {
278
278
  } | {
279
279
  blockHash: `0x${string}` | null;
280
280
  blockNumber: bigint | null;
281
- from: `0x${string}`;
281
+ from: import("abitype").Address;
282
282
  gas: bigint;
283
- hash: `0x${string}`;
284
- input: `0x${string}`;
283
+ hash: Hash;
284
+ input: import("../types/misc.js").Hex;
285
285
  nonce: number;
286
- r: `0x${string}`;
287
- s: `0x${string}`;
288
- to: `0x${string}` | null;
286
+ r: import("../types/misc.js").Hex;
287
+ s: import("../types/misc.js").Hex;
288
+ to: import("abitype").Address | null;
289
289
  transactionIndex: number | null;
290
- typeHex: `0x${string}` | null;
290
+ typeHex: import("../types/misc.js").Hex | null;
291
291
  v: bigint;
292
292
  value: bigint;
293
293
  yParity: number;
@@ -304,16 +304,16 @@ export declare const formatters: {
304
304
  } | {
305
305
  blockHash: `0x${string}` | null;
306
306
  blockNumber: bigint | null;
307
- from: `0x${string}`;
307
+ from: import("abitype").Address;
308
308
  gas: bigint;
309
- hash: `0x${string}`;
310
- input: `0x${string}`;
309
+ hash: Hash;
310
+ input: import("../types/misc.js").Hex;
311
311
  nonce: number;
312
- r: `0x${string}`;
313
- s: `0x${string}`;
314
- to: `0x${string}` | null;
312
+ r: import("../types/misc.js").Hex;
313
+ s: import("../types/misc.js").Hex;
314
+ to: import("abitype").Address | null;
315
315
  transactionIndex: number | null;
316
- typeHex: `0x${string}` | null;
316
+ typeHex: import("../types/misc.js").Hex | null;
317
317
  v: bigint;
318
318
  value: bigint;
319
319
  yParity: number;
@@ -330,21 +330,21 @@ export declare const formatters: {
330
330
  } | {
331
331
  blockHash: `0x${string}` | null;
332
332
  blockNumber: bigint | null;
333
- from: `0x${string}`;
333
+ from: import("abitype").Address;
334
334
  gas: bigint;
335
- hash: `0x${string}`;
336
- input: `0x${string}`;
335
+ hash: Hash;
336
+ input: import("../types/misc.js").Hex;
337
337
  nonce: number;
338
- r: `0x${string}`;
339
- s: `0x${string}`;
340
- to: `0x${string}` | null;
338
+ r: import("../types/misc.js").Hex;
339
+ s: import("../types/misc.js").Hex;
340
+ to: import("abitype").Address | null;
341
341
  transactionIndex: number | null;
342
- typeHex: `0x${string}` | null;
342
+ typeHex: import("../types/misc.js").Hex | null;
343
343
  v: bigint;
344
344
  value: bigint;
345
345
  yParity: number;
346
346
  accessList: import("../index.js").AccessList;
347
- blobVersionedHashes: readonly `0x${string}`[];
347
+ blobVersionedHashes: readonly import("../types/misc.js").Hex[];
348
348
  chainId: number;
349
349
  type: "eip4844";
350
350
  gasPrice?: undefined;
@@ -356,21 +356,21 @@ export declare const formatters: {
356
356
  } | {
357
357
  blockHash: `0x${string}` | null;
358
358
  blockNumber: bigint | null;
359
- from: `0x${string}`;
359
+ from: import("abitype").Address;
360
360
  gas: bigint;
361
- hash: `0x${string}`;
362
- input: `0x${string}`;
361
+ hash: Hash;
362
+ input: import("../types/misc.js").Hex;
363
363
  nonce: number;
364
- r: `0x${string}`;
365
- s: `0x${string}`;
366
- to: `0x${string}` | null;
364
+ r: import("../types/misc.js").Hex;
365
+ s: import("../types/misc.js").Hex;
366
+ to: import("abitype").Address | null;
367
367
  transactionIndex: number | null;
368
- typeHex: `0x${string}` | null;
368
+ typeHex: import("../types/misc.js").Hex | null;
369
369
  v: bigint;
370
370
  value: bigint;
371
371
  yParity: number;
372
372
  accessList: import("../index.js").AccessList;
373
- blobVersionedHashes: readonly `0x${string}`[];
373
+ blobVersionedHashes: readonly import("../types/misc.js").Hex[];
374
374
  chainId: number;
375
375
  type: "priority";
376
376
  gasPrice?: undefined;
@@ -382,21 +382,21 @@ export declare const formatters: {
382
382
  } | {
383
383
  blockHash: `0x${string}` | null;
384
384
  blockNumber: bigint | null;
385
- from: `0x${string}`;
385
+ from: import("abitype").Address;
386
386
  gas: bigint;
387
- hash: `0x${string}`;
388
- input: `0x${string}`;
387
+ hash: Hash;
388
+ input: import("../types/misc.js").Hex;
389
389
  nonce: number;
390
- r: `0x${string}`;
391
- s: `0x${string}`;
392
- to: `0x${string}` | null;
390
+ r: import("../types/misc.js").Hex;
391
+ s: import("../types/misc.js").Hex;
392
+ to: import("abitype").Address | null;
393
393
  transactionIndex: number | null;
394
- typeHex: `0x${string}` | null;
394
+ typeHex: import("../types/misc.js").Hex | null;
395
395
  v: bigint;
396
396
  value: bigint;
397
397
  yParity: number;
398
398
  accessList: import("../index.js").AccessList;
399
- blobVersionedHashes: readonly `0x${string}`[];
399
+ blobVersionedHashes: readonly import("../types/misc.js").Hex[];
400
400
  chainId: number;
401
401
  type: "priority" | "eip712";
402
402
  gasPrice?: undefined;
@@ -413,19 +413,19 @@ export declare const formatters: {
413
413
  format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../index.js").RpcTransactionReceipt>, ZkSyncRpcTransactionReceiptOverrides>) => {
414
414
  blobGasPrice?: bigint | undefined;
415
415
  blobGasUsed?: bigint | undefined;
416
- blockHash: `0x${string}`;
416
+ blockHash: Hash;
417
417
  blockNumber: bigint;
418
- contractAddress: `0x${string}` | null | undefined;
418
+ contractAddress: import("abitype").Address | null | undefined;
419
419
  cumulativeGasUsed: bigint;
420
420
  effectiveGasPrice: bigint;
421
- from: `0x${string}`;
421
+ from: import("abitype").Address;
422
422
  gasUsed: bigint;
423
423
  logs: ZkSyncLog[];
424
- logsBloom: `0x${string}`;
425
- root?: `0x${string}` | undefined;
424
+ logsBloom: import("../types/misc.js").Hex;
425
+ root?: Hash | undefined;
426
426
  status: "success" | "reverted";
427
- to: `0x${string}` | null;
428
- transactionHash: `0x${string}`;
427
+ to: import("abitype").Address | null;
428
+ transactionHash: Hash;
429
429
  transactionIndex: number;
430
430
  type: import("./types/transaction.js").ZkSyncTransactionType;
431
431
  l1BatchNumber: bigint | null;
@@ -437,11 +437,11 @@ export declare const formatters: {
437
437
  readonly transactionRequest: {
438
438
  exclude: ("gasPerPubdata" | "paymaster" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
439
439
  format: (args: ({
440
- data?: `0x${string}` | undefined;
441
- from?: `0x${string}`;
440
+ data?: import("../types/misc.js").Hex | undefined;
441
+ from?: import("abitype").Address;
442
442
  gas?: bigint | undefined;
443
443
  nonce?: number | undefined;
444
- to?: `0x${string}` | null | undefined;
444
+ to?: import("abitype").Address | null | undefined;
445
445
  value?: bigint | undefined;
446
446
  accessList?: undefined;
447
447
  blobs?: undefined;
@@ -454,11 +454,11 @@ export declare const formatters: {
454
454
  kzg?: undefined;
455
455
  sidecars?: undefined;
456
456
  } & {
457
- data?: `0x${string}` | undefined;
458
- from: `0x${string}`;
457
+ data?: import("../types/misc.js").Hex | undefined;
458
+ from: import("abitype").Address;
459
459
  gas?: bigint | undefined;
460
460
  nonce?: number | undefined;
461
- to?: `0x${string}` | null | undefined;
461
+ to?: import("abitype").Address | null | undefined;
462
462
  value?: bigint | undefined;
463
463
  accessList?: undefined;
464
464
  blobs?: undefined;
@@ -477,11 +477,11 @@ export declare const formatters: {
477
477
  paymasterInput?: undefined;
478
478
  factoryDeps?: undefined;
479
479
  }) | ({
480
- data?: `0x${string}` | undefined;
481
- from?: `0x${string}`;
480
+ data?: import("../types/misc.js").Hex | undefined;
481
+ from?: import("abitype").Address;
482
482
  gas?: bigint | undefined;
483
483
  nonce?: number | undefined;
484
- to?: `0x${string}` | null | undefined;
484
+ to?: import("abitype").Address | null | undefined;
485
485
  value?: bigint | undefined;
486
486
  accessList?: undefined;
487
487
  blobs?: undefined;
@@ -494,11 +494,11 @@ export declare const formatters: {
494
494
  kzg?: undefined;
495
495
  sidecars?: undefined;
496
496
  } & {
497
- data?: `0x${string}` | undefined;
498
- from: `0x${string}`;
497
+ data?: import("../types/misc.js").Hex | undefined;
498
+ from: import("abitype").Address;
499
499
  gas?: bigint | undefined;
500
500
  nonce?: number | undefined;
501
- to?: `0x${string}` | null | undefined;
501
+ to?: import("abitype").Address | null | undefined;
502
502
  value?: bigint | undefined;
503
503
  accessList?: import("../index.js").AccessList | undefined;
504
504
  blobs?: undefined;
@@ -517,11 +517,11 @@ export declare const formatters: {
517
517
  paymasterInput?: undefined;
518
518
  factoryDeps?: undefined;
519
519
  }) | ({
520
- data?: `0x${string}` | undefined;
521
- from?: `0x${string}`;
520
+ data?: import("../types/misc.js").Hex | undefined;
521
+ from?: import("abitype").Address;
522
522
  gas?: bigint | undefined;
523
523
  nonce?: number | undefined;
524
- to?: `0x${string}` | null | undefined;
524
+ to?: import("abitype").Address | null | undefined;
525
525
  value?: bigint | undefined;
526
526
  accessList?: undefined;
527
527
  blobs?: undefined;
@@ -534,11 +534,11 @@ export declare const formatters: {
534
534
  kzg?: undefined;
535
535
  sidecars?: undefined;
536
536
  } & {
537
- data?: `0x${string}` | undefined;
538
- from: `0x${string}`;
537
+ data?: import("../types/misc.js").Hex | undefined;
538
+ from: import("abitype").Address;
539
539
  gas?: bigint | undefined;
540
540
  nonce?: number | undefined;
541
- to?: `0x${string}` | null | undefined;
541
+ to?: import("abitype").Address | null | undefined;
542
542
  value?: bigint | undefined;
543
543
  gasPrice?: undefined;
544
544
  maxFeePerBlobGas?: undefined;
@@ -557,11 +557,11 @@ export declare const formatters: {
557
557
  paymasterInput?: undefined;
558
558
  factoryDeps?: undefined;
559
559
  }) | ({
560
- data?: `0x${string}` | undefined;
561
- from?: `0x${string}`;
560
+ data?: import("../types/misc.js").Hex | undefined;
561
+ from?: import("abitype").Address;
562
562
  gas?: bigint | undefined;
563
563
  nonce?: number | undefined;
564
- to?: `0x${string}` | null | undefined;
564
+ to?: import("abitype").Address | null | undefined;
565
565
  value?: bigint | undefined;
566
566
  accessList?: undefined;
567
567
  blobs?: undefined;
@@ -575,18 +575,18 @@ export declare const formatters: {
575
575
  sidecars?: undefined;
576
576
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
577
577
  gasPerPubdata?: bigint | undefined;
578
- customSignature?: `0x${string}` | undefined;
579
- factoryDeps?: `0x${string}`[] | undefined;
580
- type?: "priority" | "eip712" | undefined;
578
+ customSignature?: import("../types/misc.js").Hex | undefined;
579
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
580
+ type?: "eip712" | "priority" | undefined;
581
581
  } & {
582
- paymaster: `0x${string}`;
583
- paymasterInput: `0x${string}`;
582
+ paymaster: import("abitype").Address;
583
+ paymasterInput: import("../types/misc.js").Hex;
584
584
  }) | ({
585
- data?: `0x${string}` | undefined;
586
- from?: `0x${string}`;
585
+ data?: import("../types/misc.js").Hex | undefined;
586
+ from?: import("abitype").Address;
587
587
  gas?: bigint | undefined;
588
588
  nonce?: number | undefined;
589
- to?: `0x${string}` | null | undefined;
589
+ to?: import("abitype").Address | null | undefined;
590
590
  value?: bigint | undefined;
591
591
  accessList?: undefined;
592
592
  blobs?: undefined;
@@ -600,18 +600,18 @@ export declare const formatters: {
600
600
  sidecars?: undefined;
601
601
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
602
602
  gasPerPubdata?: bigint | undefined;
603
- customSignature?: `0x${string}` | undefined;
604
- factoryDeps?: `0x${string}`[] | undefined;
605
- type?: "priority" | "eip712" | undefined;
603
+ customSignature?: import("../types/misc.js").Hex | undefined;
604
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
605
+ type?: "eip712" | "priority" | undefined;
606
606
  } & {
607
607
  paymaster?: undefined;
608
608
  paymasterInput?: undefined;
609
609
  }) | ({
610
- data?: `0x${string}` | undefined;
611
- from?: `0x${string}`;
610
+ data?: import("../types/misc.js").Hex | undefined;
611
+ from?: import("abitype").Address;
612
612
  gas?: bigint | undefined;
613
613
  nonce?: number | undefined;
614
- to?: `0x${string}` | null | undefined;
614
+ to?: import("abitype").Address | null | undefined;
615
615
  value?: bigint | undefined;
616
616
  accessList?: import("../index.js").AccessList | undefined;
617
617
  blobs?: undefined;
@@ -624,11 +624,11 @@ export declare const formatters: {
624
624
  kzg?: undefined;
625
625
  sidecars?: undefined;
626
626
  } & {
627
- data?: `0x${string}` | undefined;
628
- from: `0x${string}`;
627
+ data?: import("../types/misc.js").Hex | undefined;
628
+ from: import("abitype").Address;
629
629
  gas?: bigint | undefined;
630
630
  nonce?: number | undefined;
631
- to?: `0x${string}` | null | undefined;
631
+ to?: import("abitype").Address | null | undefined;
632
632
  value?: bigint | undefined;
633
633
  accessList?: undefined;
634
634
  blobs?: undefined;
@@ -647,11 +647,11 @@ export declare const formatters: {
647
647
  paymasterInput?: undefined;
648
648
  factoryDeps?: undefined;
649
649
  }) | ({
650
- data?: `0x${string}` | undefined;
651
- from?: `0x${string}`;
650
+ data?: import("../types/misc.js").Hex | undefined;
651
+ from?: import("abitype").Address;
652
652
  gas?: bigint | undefined;
653
653
  nonce?: number | undefined;
654
- to?: `0x${string}` | null | undefined;
654
+ to?: import("abitype").Address | null | undefined;
655
655
  value?: bigint | undefined;
656
656
  accessList?: import("../index.js").AccessList | undefined;
657
657
  blobs?: undefined;
@@ -664,11 +664,11 @@ export declare const formatters: {
664
664
  kzg?: undefined;
665
665
  sidecars?: undefined;
666
666
  } & {
667
- data?: `0x${string}` | undefined;
668
- from: `0x${string}`;
667
+ data?: import("../types/misc.js").Hex | undefined;
668
+ from: import("abitype").Address;
669
669
  gas?: bigint | undefined;
670
670
  nonce?: number | undefined;
671
- to?: `0x${string}` | null | undefined;
671
+ to?: import("abitype").Address | null | undefined;
672
672
  value?: bigint | undefined;
673
673
  accessList?: import("../index.js").AccessList | undefined;
674
674
  blobs?: undefined;
@@ -687,11 +687,11 @@ export declare const formatters: {
687
687
  paymasterInput?: undefined;
688
688
  factoryDeps?: undefined;
689
689
  }) | ({
690
- data?: `0x${string}` | undefined;
691
- from?: `0x${string}`;
690
+ data?: import("../types/misc.js").Hex | undefined;
691
+ from?: import("abitype").Address;
692
692
  gas?: bigint | undefined;
693
693
  nonce?: number | undefined;
694
- to?: `0x${string}` | null | undefined;
694
+ to?: import("abitype").Address | null | undefined;
695
695
  value?: bigint | undefined;
696
696
  accessList?: import("../index.js").AccessList | undefined;
697
697
  blobs?: undefined;
@@ -704,11 +704,11 @@ export declare const formatters: {
704
704
  kzg?: undefined;
705
705
  sidecars?: undefined;
706
706
  } & {
707
- data?: `0x${string}` | undefined;
708
- from: `0x${string}`;
707
+ data?: import("../types/misc.js").Hex | undefined;
708
+ from: import("abitype").Address;
709
709
  gas?: bigint | undefined;
710
710
  nonce?: number | undefined;
711
- to?: `0x${string}` | null | undefined;
711
+ to?: import("abitype").Address | null | undefined;
712
712
  value?: bigint | undefined;
713
713
  gasPrice?: undefined;
714
714
  maxFeePerBlobGas?: undefined;
@@ -727,11 +727,11 @@ export declare const formatters: {
727
727
  paymasterInput?: undefined;
728
728
  factoryDeps?: undefined;
729
729
  }) | ({
730
- data?: `0x${string}` | undefined;
731
- from?: `0x${string}`;
730
+ data?: import("../types/misc.js").Hex | undefined;
731
+ from?: import("abitype").Address;
732
732
  gas?: bigint | undefined;
733
733
  nonce?: number | undefined;
734
- to?: `0x${string}` | null | undefined;
734
+ to?: import("abitype").Address | null | undefined;
735
735
  value?: bigint | undefined;
736
736
  accessList?: import("../index.js").AccessList | undefined;
737
737
  blobs?: undefined;
@@ -745,18 +745,18 @@ export declare const formatters: {
745
745
  sidecars?: undefined;
746
746
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
747
747
  gasPerPubdata?: bigint | undefined;
748
- customSignature?: `0x${string}` | undefined;
749
- factoryDeps?: `0x${string}`[] | undefined;
750
- type?: "priority" | "eip712" | undefined;
748
+ customSignature?: import("../types/misc.js").Hex | undefined;
749
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
750
+ type?: "eip712" | "priority" | undefined;
751
751
  } & {
752
- paymaster: `0x${string}`;
753
- paymasterInput: `0x${string}`;
752
+ paymaster: import("abitype").Address;
753
+ paymasterInput: import("../types/misc.js").Hex;
754
754
  }) | ({
755
- data?: `0x${string}` | undefined;
756
- from?: `0x${string}`;
755
+ data?: import("../types/misc.js").Hex | undefined;
756
+ from?: import("abitype").Address;
757
757
  gas?: bigint | undefined;
758
758
  nonce?: number | undefined;
759
- to?: `0x${string}` | null | undefined;
759
+ to?: import("abitype").Address | null | undefined;
760
760
  value?: bigint | undefined;
761
761
  accessList?: import("../index.js").AccessList | undefined;
762
762
  blobs?: undefined;
@@ -770,18 +770,18 @@ export declare const formatters: {
770
770
  sidecars?: undefined;
771
771
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
772
772
  gasPerPubdata?: bigint | undefined;
773
- customSignature?: `0x${string}` | undefined;
774
- factoryDeps?: `0x${string}`[] | undefined;
775
- type?: "priority" | "eip712" | undefined;
773
+ customSignature?: import("../types/misc.js").Hex | undefined;
774
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
775
+ type?: "eip712" | "priority" | undefined;
776
776
  } & {
777
777
  paymaster?: undefined;
778
778
  paymasterInput?: undefined;
779
779
  }) | ({
780
- data?: `0x${string}` | undefined;
781
- from?: `0x${string}`;
780
+ data?: import("../types/misc.js").Hex | undefined;
781
+ from?: import("abitype").Address;
782
782
  gas?: bigint | undefined;
783
783
  nonce?: number | undefined;
784
- to?: `0x${string}` | null | undefined;
784
+ to?: import("abitype").Address | null | undefined;
785
785
  value?: bigint | undefined;
786
786
  gasPrice?: bigint | undefined;
787
787
  maxFeePerBlobGas?: bigint | undefined;
@@ -794,11 +794,11 @@ export declare const formatters: {
794
794
  kzg?: undefined;
795
795
  sidecars?: undefined;
796
796
  } & {
797
- data?: `0x${string}` | undefined;
798
- from: `0x${string}`;
797
+ data?: import("../types/misc.js").Hex | undefined;
798
+ from: import("abitype").Address;
799
799
  gas?: bigint | undefined;
800
800
  nonce?: number | undefined;
801
- to?: `0x${string}` | null | undefined;
801
+ to?: import("abitype").Address | null | undefined;
802
802
  value?: bigint | undefined;
803
803
  accessList?: undefined;
804
804
  blobs?: undefined;
@@ -817,11 +817,11 @@ export declare const formatters: {
817
817
  paymasterInput?: undefined;
818
818
  factoryDeps?: undefined;
819
819
  }) | ({
820
- data?: `0x${string}` | undefined;
821
- from?: `0x${string}`;
820
+ data?: import("../types/misc.js").Hex | undefined;
821
+ from?: import("abitype").Address;
822
822
  gas?: bigint | undefined;
823
823
  nonce?: number | undefined;
824
- to?: `0x${string}` | null | undefined;
824
+ to?: import("abitype").Address | null | undefined;
825
825
  value?: bigint | undefined;
826
826
  gasPrice?: bigint | undefined;
827
827
  maxFeePerBlobGas?: bigint | undefined;
@@ -834,11 +834,11 @@ export declare const formatters: {
834
834
  kzg?: undefined;
835
835
  sidecars?: undefined;
836
836
  } & {
837
- data?: `0x${string}` | undefined;
838
- from: `0x${string}`;
837
+ data?: import("../types/misc.js").Hex | undefined;
838
+ from: import("abitype").Address;
839
839
  gas?: bigint | undefined;
840
840
  nonce?: number | undefined;
841
- to?: `0x${string}` | null | undefined;
841
+ to?: import("abitype").Address | null | undefined;
842
842
  value?: bigint | undefined;
843
843
  accessList?: import("../index.js").AccessList | undefined;
844
844
  blobs?: undefined;
@@ -857,11 +857,11 @@ export declare const formatters: {
857
857
  paymasterInput?: undefined;
858
858
  factoryDeps?: undefined;
859
859
  }) | ({
860
- data?: `0x${string}` | undefined;
861
- from?: `0x${string}`;
860
+ data?: import("../types/misc.js").Hex | undefined;
861
+ from?: import("abitype").Address;
862
862
  gas?: bigint | undefined;
863
863
  nonce?: number | undefined;
864
- to?: `0x${string}` | null | undefined;
864
+ to?: import("abitype").Address | null | undefined;
865
865
  value?: bigint | undefined;
866
866
  gasPrice?: bigint | undefined;
867
867
  maxFeePerBlobGas?: bigint | undefined;
@@ -874,11 +874,11 @@ export declare const formatters: {
874
874
  kzg?: undefined;
875
875
  sidecars?: undefined;
876
876
  } & {
877
- data?: `0x${string}` | undefined;
878
- from: `0x${string}`;
877
+ data?: import("../types/misc.js").Hex | undefined;
878
+ from: import("abitype").Address;
879
879
  gas?: bigint | undefined;
880
880
  nonce?: number | undefined;
881
- to?: `0x${string}` | null | undefined;
881
+ to?: import("abitype").Address | null | undefined;
882
882
  value?: bigint | undefined;
883
883
  gasPrice?: undefined;
884
884
  maxFeePerBlobGas?: undefined;
@@ -897,11 +897,11 @@ export declare const formatters: {
897
897
  paymasterInput?: undefined;
898
898
  factoryDeps?: undefined;
899
899
  }) | ({
900
- data?: `0x${string}` | undefined;
901
- from?: `0x${string}`;
900
+ data?: import("../types/misc.js").Hex | undefined;
901
+ from?: import("abitype").Address;
902
902
  gas?: bigint | undefined;
903
903
  nonce?: number | undefined;
904
- to?: `0x${string}` | null | undefined;
904
+ to?: import("abitype").Address | null | undefined;
905
905
  value?: bigint | undefined;
906
906
  gasPrice?: bigint | undefined;
907
907
  maxFeePerBlobGas?: bigint | undefined;
@@ -915,18 +915,18 @@ export declare const formatters: {
915
915
  sidecars?: undefined;
916
916
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
917
917
  gasPerPubdata?: bigint | undefined;
918
- customSignature?: `0x${string}` | undefined;
919
- factoryDeps?: `0x${string}`[] | undefined;
920
- type?: "priority" | "eip712" | undefined;
918
+ customSignature?: import("../types/misc.js").Hex | undefined;
919
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
920
+ type?: "eip712" | "priority" | undefined;
921
921
  } & {
922
- paymaster: `0x${string}`;
923
- paymasterInput: `0x${string}`;
922
+ paymaster: import("abitype").Address;
923
+ paymasterInput: import("../types/misc.js").Hex;
924
924
  }) | ({
925
- data?: `0x${string}` | undefined;
926
- from?: `0x${string}`;
925
+ data?: import("../types/misc.js").Hex | undefined;
926
+ from?: import("abitype").Address;
927
927
  gas?: bigint | undefined;
928
928
  nonce?: number | undefined;
929
- to?: `0x${string}` | null | undefined;
929
+ to?: import("abitype").Address | null | undefined;
930
930
  value?: bigint | undefined;
931
931
  gasPrice?: bigint | undefined;
932
932
  maxFeePerBlobGas?: bigint | undefined;
@@ -940,35 +940,35 @@ export declare const formatters: {
940
940
  sidecars?: undefined;
941
941
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
942
942
  gasPerPubdata?: bigint | undefined;
943
- customSignature?: `0x${string}` | undefined;
944
- factoryDeps?: `0x${string}`[] | undefined;
945
- type?: "priority" | "eip712" | undefined;
943
+ customSignature?: import("../types/misc.js").Hex | undefined;
944
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
945
+ type?: "eip712" | "priority" | undefined;
946
946
  } & {
947
947
  paymaster?: undefined;
948
948
  paymasterInput?: undefined;
949
949
  }) | ({
950
- data?: `0x${string}` | undefined;
951
- from?: `0x${string}`;
950
+ data?: import("../types/misc.js").Hex | undefined;
951
+ from?: import("abitype").Address;
952
952
  gas?: bigint | undefined;
953
953
  nonce?: number | undefined;
954
954
  value?: bigint | undefined;
955
- to?: `0x${string}` | null | undefined;
955
+ to?: import("abitype").Address | null | undefined;
956
956
  accessList?: import("../index.js").AccessList | undefined;
957
957
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
958
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
958
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
959
959
  kzg?: import("../index.js").Kzg | undefined;
960
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
960
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
961
961
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
962
962
  gasPrice?: bigint | undefined;
963
963
  maxFeePerGas?: bigint | undefined;
964
964
  maxPriorityFeePerGas?: bigint | undefined;
965
965
  maxFeePerBlobGas?: bigint | undefined;
966
966
  } & {
967
- data?: `0x${string}` | undefined;
968
- from: `0x${string}`;
967
+ data?: import("../types/misc.js").Hex | undefined;
968
+ from: import("abitype").Address;
969
969
  gas?: bigint | undefined;
970
970
  nonce?: number | undefined;
971
- to?: `0x${string}` | null | undefined;
971
+ to?: import("abitype").Address | null | undefined;
972
972
  value?: bigint | undefined;
973
973
  accessList?: undefined;
974
974
  blobs?: undefined;
@@ -987,28 +987,28 @@ export declare const formatters: {
987
987
  paymasterInput?: undefined;
988
988
  factoryDeps?: undefined;
989
989
  }) | ({
990
- data?: `0x${string}` | undefined;
991
- from?: `0x${string}`;
990
+ data?: import("../types/misc.js").Hex | undefined;
991
+ from?: import("abitype").Address;
992
992
  gas?: bigint | undefined;
993
993
  nonce?: number | undefined;
994
994
  value?: bigint | undefined;
995
- to?: `0x${string}` | null | undefined;
995
+ to?: import("abitype").Address | null | undefined;
996
996
  accessList?: import("../index.js").AccessList | undefined;
997
997
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
998
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
998
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
999
999
  kzg?: import("../index.js").Kzg | undefined;
1000
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1000
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1001
1001
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1002
1002
  gasPrice?: bigint | undefined;
1003
1003
  maxFeePerGas?: bigint | undefined;
1004
1004
  maxPriorityFeePerGas?: bigint | undefined;
1005
1005
  maxFeePerBlobGas?: bigint | undefined;
1006
1006
  } & {
1007
- data?: `0x${string}` | undefined;
1008
- from: `0x${string}`;
1007
+ data?: import("../types/misc.js").Hex | undefined;
1008
+ from: import("abitype").Address;
1009
1009
  gas?: bigint | undefined;
1010
1010
  nonce?: number | undefined;
1011
- to?: `0x${string}` | null | undefined;
1011
+ to?: import("abitype").Address | null | undefined;
1012
1012
  value?: bigint | undefined;
1013
1013
  accessList?: import("../index.js").AccessList | undefined;
1014
1014
  blobs?: undefined;
@@ -1027,28 +1027,28 @@ export declare const formatters: {
1027
1027
  paymasterInput?: undefined;
1028
1028
  factoryDeps?: undefined;
1029
1029
  }) | ({
1030
- data?: `0x${string}` | undefined;
1031
- from?: `0x${string}`;
1030
+ data?: import("../types/misc.js").Hex | undefined;
1031
+ from?: import("abitype").Address;
1032
1032
  gas?: bigint | undefined;
1033
1033
  nonce?: number | undefined;
1034
1034
  value?: bigint | undefined;
1035
- to?: `0x${string}` | null | undefined;
1035
+ to?: import("abitype").Address | null | undefined;
1036
1036
  accessList?: import("../index.js").AccessList | undefined;
1037
1037
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1038
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1038
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1039
1039
  kzg?: import("../index.js").Kzg | undefined;
1040
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1040
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1041
1041
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1042
1042
  gasPrice?: bigint | undefined;
1043
1043
  maxFeePerGas?: bigint | undefined;
1044
1044
  maxPriorityFeePerGas?: bigint | undefined;
1045
1045
  maxFeePerBlobGas?: bigint | undefined;
1046
1046
  } & {
1047
- data?: `0x${string}` | undefined;
1048
- from: `0x${string}`;
1047
+ data?: import("../types/misc.js").Hex | undefined;
1048
+ from: import("abitype").Address;
1049
1049
  gas?: bigint | undefined;
1050
1050
  nonce?: number | undefined;
1051
- to?: `0x${string}` | null | undefined;
1051
+ to?: import("abitype").Address | null | undefined;
1052
1052
  value?: bigint | undefined;
1053
1053
  gasPrice?: undefined;
1054
1054
  maxFeePerBlobGas?: undefined;
@@ -1067,34 +1067,34 @@ export declare const formatters: {
1067
1067
  paymasterInput?: undefined;
1068
1068
  factoryDeps?: undefined;
1069
1069
  }) | ({
1070
- data?: `0x${string}` | undefined;
1071
- from?: `0x${string}`;
1070
+ data?: import("../types/misc.js").Hex | undefined;
1071
+ from?: import("abitype").Address;
1072
1072
  gas?: bigint | undefined;
1073
1073
  nonce?: number | undefined;
1074
1074
  value?: bigint | undefined;
1075
- to?: `0x${string}` | null | undefined;
1075
+ to?: import("abitype").Address | null | undefined;
1076
1076
  accessList?: import("../index.js").AccessList | undefined;
1077
1077
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1078
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1078
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1079
1079
  kzg?: import("../index.js").Kzg | undefined;
1080
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1080
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1081
1081
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1082
1082
  gasPrice?: bigint | undefined;
1083
1083
  maxFeePerGas?: bigint | undefined;
1084
1084
  maxPriorityFeePerGas?: bigint | undefined;
1085
1085
  maxFeePerBlobGas?: bigint | undefined;
1086
1086
  } & {
1087
- data?: `0x${string}` | undefined;
1088
- from: `0x${string}`;
1087
+ data?: import("../types/misc.js").Hex | undefined;
1088
+ from: import("abitype").Address;
1089
1089
  gas?: bigint | undefined;
1090
1090
  nonce?: number | undefined;
1091
1091
  value?: bigint | undefined;
1092
1092
  to: `0x${string}` | null;
1093
1093
  accessList?: import("../index.js").AccessList | undefined;
1094
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1095
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1094
+ blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
1095
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1096
1096
  kzg?: import("../index.js").Kzg | undefined;
1097
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1097
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1098
1098
  type?: "eip4844" | undefined;
1099
1099
  gasPrice?: undefined;
1100
1100
  maxFeePerGas?: bigint | undefined;
@@ -1107,17 +1107,17 @@ export declare const formatters: {
1107
1107
  paymasterInput?: undefined;
1108
1108
  factoryDeps?: undefined;
1109
1109
  }) | ({
1110
- data?: `0x${string}` | undefined;
1111
- from?: `0x${string}`;
1110
+ data?: import("../types/misc.js").Hex | undefined;
1111
+ from?: import("abitype").Address;
1112
1112
  gas?: bigint | undefined;
1113
1113
  nonce?: number | undefined;
1114
1114
  value?: bigint | undefined;
1115
- to?: `0x${string}` | null | undefined;
1115
+ to?: import("abitype").Address | null | undefined;
1116
1116
  accessList?: import("../index.js").AccessList | undefined;
1117
1117
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1118
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1118
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1119
1119
  kzg?: import("../index.js").Kzg | undefined;
1120
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1120
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1121
1121
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1122
1122
  gasPrice?: bigint | undefined;
1123
1123
  maxFeePerGas?: bigint | undefined;
@@ -1125,24 +1125,24 @@ export declare const formatters: {
1125
1125
  maxFeePerBlobGas?: bigint | undefined;
1126
1126
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1127
1127
  gasPerPubdata?: bigint | undefined;
1128
- customSignature?: `0x${string}` | undefined;
1129
- factoryDeps?: `0x${string}`[] | undefined;
1130
- type?: "priority" | "eip712" | undefined;
1128
+ customSignature?: import("../types/misc.js").Hex | undefined;
1129
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
1130
+ type?: "eip712" | "priority" | undefined;
1131
1131
  } & {
1132
- paymaster: `0x${string}`;
1133
- paymasterInput: `0x${string}`;
1132
+ paymaster: import("abitype").Address;
1133
+ paymasterInput: import("../types/misc.js").Hex;
1134
1134
  }) | ({
1135
- data?: `0x${string}` | undefined;
1136
- from?: `0x${string}`;
1135
+ data?: import("../types/misc.js").Hex | undefined;
1136
+ from?: import("abitype").Address;
1137
1137
  gas?: bigint | undefined;
1138
1138
  nonce?: number | undefined;
1139
1139
  value?: bigint | undefined;
1140
- to?: `0x${string}` | null | undefined;
1140
+ to?: import("abitype").Address | null | undefined;
1141
1141
  accessList?: import("../index.js").AccessList | undefined;
1142
1142
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1143
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1143
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1144
1144
  kzg?: import("../index.js").Kzg | undefined;
1145
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1145
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1146
1146
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1147
1147
  gasPrice?: bigint | undefined;
1148
1148
  maxFeePerGas?: bigint | undefined;
@@ -1150,18 +1150,18 @@ export declare const formatters: {
1150
1150
  maxFeePerBlobGas?: bigint | undefined;
1151
1151
  } & Omit<import("../index.js").TransactionRequestBase<bigint, number>, "type"> & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1152
1152
  gasPerPubdata?: bigint | undefined;
1153
- customSignature?: `0x${string}` | undefined;
1154
- factoryDeps?: `0x${string}`[] | undefined;
1155
- type?: "priority" | "eip712" | undefined;
1153
+ customSignature?: import("../types/misc.js").Hex | undefined;
1154
+ factoryDeps?: import("../types/misc.js").Hex[] | undefined;
1155
+ type?: "eip712" | "priority" | undefined;
1156
1156
  } & {
1157
1157
  paymaster?: undefined;
1158
1158
  paymasterInput?: undefined;
1159
1159
  })) => ({
1160
- data?: `0x${string}` | undefined;
1161
- from: `0x${string}`;
1160
+ data?: import("../types/misc.js").Hex | undefined;
1161
+ from: import("abitype").Address;
1162
1162
  gas?: `0x${string}` | undefined;
1163
1163
  nonce?: `0x${string}` | undefined;
1164
- to?: `0x${string}` | null | undefined;
1164
+ to?: import("abitype").Address | null | undefined;
1165
1165
  value?: `0x${string}` | undefined;
1166
1166
  accessList?: undefined;
1167
1167
  blobs?: undefined;
@@ -1175,11 +1175,11 @@ export declare const formatters: {
1175
1175
  sidecars?: undefined;
1176
1176
  eip712Meta?: undefined;
1177
1177
  } | {
1178
- data?: `0x${string}` | undefined;
1179
- from: `0x${string}`;
1178
+ data?: import("../types/misc.js").Hex | undefined;
1179
+ from: import("abitype").Address;
1180
1180
  gas?: `0x${string}` | undefined;
1181
1181
  nonce?: `0x${string}` | undefined;
1182
- to?: `0x${string}` | null | undefined;
1182
+ to?: import("abitype").Address | null | undefined;
1183
1183
  value?: `0x${string}` | undefined;
1184
1184
  accessList?: undefined;
1185
1185
  blobs?: undefined;
@@ -1193,11 +1193,11 @@ export declare const formatters: {
1193
1193
  sidecars?: undefined;
1194
1194
  eip712Meta?: undefined;
1195
1195
  } | {
1196
- data?: `0x${string}` | undefined;
1197
- from: `0x${string}`;
1196
+ data?: import("../types/misc.js").Hex | undefined;
1197
+ from: import("abitype").Address;
1198
1198
  gas?: `0x${string}` | undefined;
1199
1199
  nonce?: `0x${string}` | undefined;
1200
- to?: `0x${string}` | null | undefined;
1200
+ to?: import("abitype").Address | null | undefined;
1201
1201
  value?: `0x${string}` | undefined;
1202
1202
  accessList?: undefined;
1203
1203
  blobs?: undefined;
@@ -1211,11 +1211,11 @@ export declare const formatters: {
1211
1211
  sidecars?: undefined;
1212
1212
  eip712Meta?: undefined;
1213
1213
  } | {
1214
- data?: `0x${string}` | undefined;
1215
- from: `0x${string}`;
1214
+ data?: import("../types/misc.js").Hex | undefined;
1215
+ from: import("abitype").Address;
1216
1216
  gas?: `0x${string}` | undefined;
1217
1217
  nonce?: `0x${string}` | undefined;
1218
- to?: `0x${string}` | null | undefined;
1218
+ to?: import("abitype").Address | null | undefined;
1219
1219
  value?: `0x${string}` | undefined;
1220
1220
  accessList?: undefined;
1221
1221
  blobs?: undefined;
@@ -1229,11 +1229,11 @@ export declare const formatters: {
1229
1229
  sidecars?: undefined;
1230
1230
  eip712Meta: import("./index.js").ZkSyncEip712Meta;
1231
1231
  } | {
1232
- data?: `0x${string}` | undefined;
1233
- from: `0x${string}`;
1232
+ data?: import("../types/misc.js").Hex | undefined;
1233
+ from: import("abitype").Address;
1234
1234
  gas?: `0x${string}` | undefined;
1235
1235
  nonce?: `0x${string}` | undefined;
1236
- to?: `0x${string}` | null | undefined;
1236
+ to?: import("abitype").Address | null | undefined;
1237
1237
  value?: `0x${string}` | undefined;
1238
1238
  accessList?: undefined;
1239
1239
  blobs?: undefined;
@@ -1247,11 +1247,11 @@ export declare const formatters: {
1247
1247
  sidecars?: undefined;
1248
1248
  eip712Meta?: undefined;
1249
1249
  } | {
1250
- data?: `0x${string}` | undefined;
1251
- from: `0x${string}`;
1250
+ data?: import("../types/misc.js").Hex | undefined;
1251
+ from: import("abitype").Address;
1252
1252
  gas?: `0x${string}` | undefined;
1253
1253
  nonce?: `0x${string}` | undefined;
1254
- to?: `0x${string}` | null | undefined;
1254
+ to?: import("abitype").Address | null | undefined;
1255
1255
  value?: `0x${string}` | undefined;
1256
1256
  accessList?: import("../index.js").AccessList | undefined;
1257
1257
  blobs?: undefined;
@@ -1265,11 +1265,11 @@ export declare const formatters: {
1265
1265
  sidecars?: undefined;
1266
1266
  eip712Meta?: undefined;
1267
1267
  } | {
1268
- data?: `0x${string}` | undefined;
1269
- from: `0x${string}`;
1268
+ data?: import("../types/misc.js").Hex | undefined;
1269
+ from: import("abitype").Address;
1270
1270
  gas?: `0x${string}` | undefined;
1271
1271
  nonce?: `0x${string}` | undefined;
1272
- to?: `0x${string}` | null | undefined;
1272
+ to?: import("abitype").Address | null | undefined;
1273
1273
  value?: `0x${string}` | undefined;
1274
1274
  accessList?: import("../index.js").AccessList | undefined;
1275
1275
  blobs?: undefined;
@@ -1283,11 +1283,11 @@ export declare const formatters: {
1283
1283
  sidecars?: undefined;
1284
1284
  eip712Meta?: undefined;
1285
1285
  } | {
1286
- data?: `0x${string}` | undefined;
1287
- from: `0x${string}`;
1286
+ data?: import("../types/misc.js").Hex | undefined;
1287
+ from: import("abitype").Address;
1288
1288
  gas?: `0x${string}` | undefined;
1289
1289
  nonce?: `0x${string}` | undefined;
1290
- to?: `0x${string}` | null | undefined;
1290
+ to?: import("abitype").Address | null | undefined;
1291
1291
  value?: `0x${string}` | undefined;
1292
1292
  accessList?: import("../index.js").AccessList | undefined;
1293
1293
  blobs?: undefined;
@@ -1301,11 +1301,11 @@ export declare const formatters: {
1301
1301
  sidecars?: undefined;
1302
1302
  eip712Meta: import("./index.js").ZkSyncEip712Meta;
1303
1303
  } | {
1304
- data?: `0x${string}` | undefined;
1305
- from: `0x${string}`;
1304
+ data?: import("../types/misc.js").Hex | undefined;
1305
+ from: import("abitype").Address;
1306
1306
  gas?: `0x${string}` | undefined;
1307
1307
  nonce?: `0x${string}` | undefined;
1308
- to?: `0x${string}` | null | undefined;
1308
+ to?: import("abitype").Address | null | undefined;
1309
1309
  value?: `0x${string}` | undefined;
1310
1310
  gasPrice?: `0x${string}` | undefined;
1311
1311
  maxFeePerBlobGas?: undefined;
@@ -1319,11 +1319,11 @@ export declare const formatters: {
1319
1319
  sidecars?: undefined;
1320
1320
  eip712Meta?: undefined;
1321
1321
  } | {
1322
- data?: `0x${string}` | undefined;
1323
- from: `0x${string}`;
1322
+ data?: import("../types/misc.js").Hex | undefined;
1323
+ from: import("abitype").Address;
1324
1324
  gas?: `0x${string}` | undefined;
1325
1325
  nonce?: `0x${string}` | undefined;
1326
- to?: `0x${string}` | null | undefined;
1326
+ to?: import("abitype").Address | null | undefined;
1327
1327
  value?: `0x${string}` | undefined;
1328
1328
  gasPrice?: `0x${string}` | undefined;
1329
1329
  maxFeePerBlobGas?: undefined;
@@ -1337,11 +1337,11 @@ export declare const formatters: {
1337
1337
  sidecars?: undefined;
1338
1338
  eip712Meta?: undefined;
1339
1339
  } | {
1340
- data?: `0x${string}` | undefined;
1341
- from: `0x${string}`;
1340
+ data?: import("../types/misc.js").Hex | undefined;
1341
+ from: import("abitype").Address;
1342
1342
  gas?: `0x${string}` | undefined;
1343
1343
  nonce?: `0x${string}` | undefined;
1344
- to?: `0x${string}` | null | undefined;
1344
+ to?: import("abitype").Address | null | undefined;
1345
1345
  value?: `0x${string}` | undefined;
1346
1346
  gasPrice?: undefined;
1347
1347
  maxFeePerBlobGas?: undefined;
@@ -1355,11 +1355,11 @@ export declare const formatters: {
1355
1355
  sidecars?: undefined;
1356
1356
  eip712Meta?: undefined;
1357
1357
  } | {
1358
- data?: `0x${string}` | undefined;
1359
- from: `0x${string}`;
1358
+ data?: import("../types/misc.js").Hex | undefined;
1359
+ from: import("abitype").Address;
1360
1360
  gas?: `0x${string}` | undefined;
1361
1361
  nonce?: `0x${string}` | undefined;
1362
- to?: `0x${string}` | null | undefined;
1362
+ to?: import("abitype").Address | null | undefined;
1363
1363
  value?: `0x${string}` | undefined;
1364
1364
  gasPrice?: undefined;
1365
1365
  maxFeePerBlobGas?: undefined;
@@ -1373,17 +1373,17 @@ export declare const formatters: {
1373
1373
  sidecars?: undefined;
1374
1374
  eip712Meta: import("./index.js").ZkSyncEip712Meta;
1375
1375
  } | {
1376
- data?: `0x${string}` | undefined;
1377
- from: `0x${string}`;
1376
+ data?: import("../types/misc.js").Hex | undefined;
1377
+ from: import("abitype").Address;
1378
1378
  gas?: `0x${string}` | undefined;
1379
1379
  nonce?: `0x${string}` | undefined;
1380
1380
  value?: `0x${string}` | undefined;
1381
1381
  to: `0x${string}` | null;
1382
1382
  accessList?: import("../index.js").AccessList | undefined;
1383
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1384
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1383
+ blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
1384
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1385
1385
  kzg?: import("../index.js").Kzg | undefined;
1386
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1386
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1387
1387
  type?: "0x3" | undefined;
1388
1388
  gasPrice?: undefined;
1389
1389
  maxFeePerGas?: `0x${string}` | undefined;
@@ -1391,17 +1391,17 @@ export declare const formatters: {
1391
1391
  maxFeePerBlobGas: `0x${string}`;
1392
1392
  eip712Meta?: undefined;
1393
1393
  } | {
1394
- data?: `0x${string}` | undefined;
1395
- from: `0x${string}`;
1394
+ data?: import("../types/misc.js").Hex | undefined;
1395
+ from: import("abitype").Address;
1396
1396
  gas?: `0x${string}` | undefined;
1397
1397
  nonce?: `0x${string}` | undefined;
1398
1398
  value?: `0x${string}` | undefined;
1399
- to: `0x${string}` | null | undefined;
1399
+ to: import("abitype").Address | null | undefined;
1400
1400
  accessList?: import("../index.js").AccessList | undefined;
1401
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1402
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1401
+ blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
1402
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1403
1403
  kzg?: import("../index.js").Kzg | undefined;
1404
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1404
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1405
1405
  type: "0xff" | "0x71";
1406
1406
  gasPrice?: undefined;
1407
1407
  maxFeePerGas?: `0x${string}` | undefined;