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
@@ -10,31 +10,31 @@ export declare const formatters: {
10
10
  blobGasUsed: bigint;
11
11
  difficulty: bigint;
12
12
  excessBlobGas: bigint;
13
- extraData: `0x${string}`;
13
+ extraData: import("../types/misc.js").Hex;
14
14
  gasLimit: bigint;
15
15
  gasUsed: bigint;
16
16
  hash: `0x${string}` | null;
17
17
  logsBloom: `0x${string}` | null;
18
- miner: `0x${string}`;
19
- mixHash: `0x${string}`;
18
+ miner: import("abitype").Address;
19
+ mixHash: Hash;
20
20
  nonce: `0x${string}` | null;
21
21
  number: bigint | null;
22
- parentHash: `0x${string}`;
23
- receiptsRoot: `0x${string}`;
24
- sealFields: `0x${string}`[];
25
- sha3Uncles: `0x${string}`;
22
+ parentHash: Hash;
23
+ receiptsRoot: import("../types/misc.js").Hex;
24
+ sealFields: import("../types/misc.js").Hex[];
25
+ sha3Uncles: Hash;
26
26
  size: bigint;
27
- stateRoot: `0x${string}`;
27
+ stateRoot: Hash;
28
28
  timestamp: bigint;
29
29
  totalDifficulty: bigint | null;
30
- transactions: readonly Hash[] | readonly CeloTransaction[];
31
- transactionsRoot: `0x${string}`;
32
- uncles: `0x${string}`[];
30
+ transactions: readonly `0x${string}`[] | readonly CeloTransaction[];
31
+ transactionsRoot: Hash;
32
+ uncles: Hash[];
33
33
  withdrawals?: import("../index.js").Withdrawal[] | undefined;
34
- withdrawalsRoot?: `0x${string}` | undefined;
34
+ withdrawalsRoot?: import("../types/misc.js").Hex | undefined;
35
35
  randomness: {
36
- committed: `0x${string}`;
37
- revealed: `0x${string}`;
36
+ committed: import("../types/misc.js").Hex;
37
+ revealed: import("../types/misc.js").Hex;
38
38
  };
39
39
  } & {
40
40
  nonce: never;
@@ -49,16 +49,16 @@ export declare const formatters: {
49
49
  exclude: [] | undefined;
50
50
  format: (args: ({
51
51
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
52
- r?: `0x${string}`;
53
- s?: `0x${string}`;
52
+ r?: import("../types/misc.js").Hex;
53
+ s?: import("../types/misc.js").Hex;
54
54
  v?: `0x${string}`;
55
55
  yParity?: `0x${string}` | undefined;
56
56
  gasPrice?: `0x${string}` | undefined;
57
57
  maxFeePerBlobGas?: `0x${string}` | undefined;
58
58
  maxFeePerGas?: `0x${string}` | undefined;
59
59
  maxPriorityFeePerGas?: `0x${string}` | undefined;
60
- to?: `0x${string}` | null;
61
- from?: `0x${string}`;
60
+ to?: import("abitype").Address | null;
61
+ from?: import("abitype").Address;
62
62
  gas?: `0x${string}`;
63
63
  nonce?: `0x${string}`;
64
64
  value?: `0x${string}`;
@@ -66,22 +66,22 @@ export declare const formatters: {
66
66
  blobVersionedHashes?: undefined;
67
67
  blockHash?: `0x${string}` | null;
68
68
  blockNumber?: `0x${string}` | null;
69
- hash?: `0x${string}`;
70
- input?: `0x${string}`;
69
+ hash?: Hash;
70
+ input?: import("../types/misc.js").Hex;
71
71
  transactionIndex?: `0x${string}` | null;
72
72
  chainId?: `0x${string}` | undefined;
73
73
  } & {
74
74
  type: "0x0";
75
- r: `0x${string}`;
76
- s: `0x${string}`;
75
+ r: import("../types/misc.js").Hex;
76
+ s: import("../types/misc.js").Hex;
77
77
  v: `0x${string}`;
78
78
  yParity?: undefined;
79
79
  gasPrice: `0x${string}`;
80
80
  maxFeePerBlobGas?: undefined;
81
81
  maxFeePerGas?: undefined;
82
82
  maxPriorityFeePerGas?: undefined;
83
- to: `0x${string}` | null;
84
- from: `0x${string}`;
83
+ to: import("abitype").Address | null;
84
+ from: import("abitype").Address;
85
85
  gas: `0x${string}`;
86
86
  nonce: `0x${string}`;
87
87
  value: `0x${string}`;
@@ -89,26 +89,26 @@ export declare const formatters: {
89
89
  blobVersionedHashes?: undefined;
90
90
  blockHash: `0x${string}` | null;
91
91
  blockNumber: `0x${string}` | null;
92
- hash: `0x${string}`;
93
- input: `0x${string}`;
92
+ hash: Hash;
93
+ input: import("../types/misc.js").Hex;
94
94
  transactionIndex: `0x${string}` | null;
95
95
  chainId?: `0x${string}` | undefined;
96
96
  } & {
97
- feeCurrency: `0x${string}` | null;
98
- gatewayFee: `0x${string}` | null;
99
- gatewayFeeRecipient: `0x${string}` | null;
97
+ feeCurrency: import("abitype").Address | null;
98
+ gatewayFee: import("../types/misc.js").Hex | null;
99
+ gatewayFeeRecipient: import("abitype").Address | null;
100
100
  }) | ({
101
101
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
102
- r?: `0x${string}`;
103
- s?: `0x${string}`;
102
+ r?: import("../types/misc.js").Hex;
103
+ s?: import("../types/misc.js").Hex;
104
104
  v?: `0x${string}`;
105
105
  yParity?: `0x${string}` | undefined;
106
106
  gasPrice?: `0x${string}` | undefined;
107
107
  maxFeePerBlobGas?: `0x${string}` | undefined;
108
108
  maxFeePerGas?: `0x${string}` | undefined;
109
109
  maxPriorityFeePerGas?: `0x${string}` | undefined;
110
- to?: `0x${string}` | null;
111
- from?: `0x${string}`;
110
+ to?: import("abitype").Address | null;
111
+ from?: import("abitype").Address;
112
112
  gas?: `0x${string}`;
113
113
  nonce?: `0x${string}`;
114
114
  value?: `0x${string}`;
@@ -116,27 +116,27 @@ export declare const formatters: {
116
116
  blobVersionedHashes?: undefined;
117
117
  blockHash?: `0x${string}` | null;
118
118
  blockNumber?: `0x${string}` | null;
119
- hash?: `0x${string}`;
120
- input?: `0x${string}`;
119
+ hash?: Hash;
120
+ input?: import("../types/misc.js").Hex;
121
121
  transactionIndex?: `0x${string}` | null;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
124
- feeCurrency: `0x${string}` | null;
125
- gatewayFee: `0x${string}` | null;
126
- gatewayFeeRecipient: `0x${string}` | null;
124
+ feeCurrency: import("abitype").Address | null;
125
+ gatewayFee: import("../types/misc.js").Hex | null;
126
+ gatewayFeeRecipient: import("abitype").Address | null;
127
127
  type: "0x7c";
128
128
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
129
129
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
130
- r?: `0x${string}`;
131
- s?: `0x${string}`;
130
+ r?: import("../types/misc.js").Hex;
131
+ s?: import("../types/misc.js").Hex;
132
132
  v?: `0x${string}`;
133
133
  yParity?: `0x${string}` | undefined;
134
134
  gasPrice?: `0x${string}` | undefined;
135
135
  maxFeePerBlobGas?: `0x${string}` | undefined;
136
136
  maxFeePerGas?: `0x${string}` | undefined;
137
137
  maxPriorityFeePerGas?: `0x${string}` | undefined;
138
- to?: `0x${string}` | null;
139
- from?: `0x${string}`;
138
+ to?: import("abitype").Address | null;
139
+ from?: import("abitype").Address;
140
140
  gas?: `0x${string}`;
141
141
  nonce?: `0x${string}`;
142
142
  value?: `0x${string}`;
@@ -144,26 +144,26 @@ export declare const formatters: {
144
144
  blobVersionedHashes?: undefined;
145
145
  blockHash?: `0x${string}` | null;
146
146
  blockNumber?: `0x${string}` | null;
147
- hash?: `0x${string}`;
148
- input?: `0x${string}`;
147
+ hash?: Hash;
148
+ input?: import("../types/misc.js").Hex;
149
149
  transactionIndex?: `0x${string}` | null;
150
150
  chainId?: `0x${string}` | undefined;
151
151
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
152
- feeCurrency: `0x${string}` | null;
152
+ feeCurrency: import("abitype").Address | null;
153
153
  gatewayFee?: undefined;
154
154
  gatewayFeeRecipient?: undefined;
155
155
  type: "0x7b";
156
156
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
157
157
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
158
- r?: `0x${string}`;
159
- s?: `0x${string}`;
158
+ r?: import("../types/misc.js").Hex;
159
+ s?: import("../types/misc.js").Hex;
160
160
  v?: `0x${string}`;
161
161
  gasPrice?: `0x${string}` | undefined;
162
162
  maxFeePerBlobGas?: `0x${string}` | undefined;
163
163
  maxFeePerGas?: `0x${string}` | undefined;
164
164
  maxPriorityFeePerGas?: `0x${string}` | undefined;
165
- to?: `0x${string}` | null;
166
- from?: `0x${string}`;
165
+ to?: import("abitype").Address | null;
166
+ from?: import("abitype").Address;
167
167
  gas?: `0x${string}`;
168
168
  nonce?: `0x${string}`;
169
169
  value?: `0x${string}`;
@@ -171,23 +171,23 @@ export declare const formatters: {
171
171
  blobVersionedHashes?: undefined;
172
172
  blockHash?: `0x${string}` | null;
173
173
  blockNumber?: `0x${string}` | null;
174
- hash?: `0x${string}`;
175
- input?: `0x${string}`;
174
+ hash?: Hash;
175
+ input?: import("../types/misc.js").Hex;
176
176
  transactionIndex?: `0x${string}` | null;
177
177
  chainId?: `0x${string}` | undefined;
178
178
  yParity?: `0x${string}` | undefined;
179
179
  } & {
180
180
  type: "0x0";
181
- r: `0x${string}`;
182
- s: `0x${string}`;
181
+ r: import("../types/misc.js").Hex;
182
+ s: import("../types/misc.js").Hex;
183
183
  v: `0x${string}`;
184
184
  yParity?: undefined;
185
185
  gasPrice: `0x${string}`;
186
186
  maxFeePerBlobGas?: undefined;
187
187
  maxFeePerGas?: undefined;
188
188
  maxPriorityFeePerGas?: undefined;
189
- to: `0x${string}` | null;
190
- from: `0x${string}`;
189
+ to: import("abitype").Address | null;
190
+ from: import("abitype").Address;
191
191
  gas: `0x${string}`;
192
192
  nonce: `0x${string}`;
193
193
  value: `0x${string}`;
@@ -195,25 +195,25 @@ export declare const formatters: {
195
195
  blobVersionedHashes?: undefined;
196
196
  blockHash: `0x${string}` | null;
197
197
  blockNumber: `0x${string}` | null;
198
- hash: `0x${string}`;
199
- input: `0x${string}`;
198
+ hash: Hash;
199
+ input: import("../types/misc.js").Hex;
200
200
  transactionIndex: `0x${string}` | null;
201
201
  chainId?: `0x${string}` | undefined;
202
202
  } & {
203
- feeCurrency: `0x${string}` | null;
204
- gatewayFee: `0x${string}` | null;
205
- gatewayFeeRecipient: `0x${string}` | null;
203
+ feeCurrency: import("abitype").Address | null;
204
+ gatewayFee: import("../types/misc.js").Hex | null;
205
+ gatewayFeeRecipient: import("abitype").Address | null;
206
206
  }) | ({
207
207
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
208
- r?: `0x${string}`;
209
- s?: `0x${string}`;
208
+ r?: import("../types/misc.js").Hex;
209
+ s?: import("../types/misc.js").Hex;
210
210
  v?: `0x${string}`;
211
211
  gasPrice?: `0x${string}` | undefined;
212
212
  maxFeePerBlobGas?: `0x${string}` | undefined;
213
213
  maxFeePerGas?: `0x${string}` | undefined;
214
214
  maxPriorityFeePerGas?: `0x${string}` | undefined;
215
- to?: `0x${string}` | null;
216
- from?: `0x${string}`;
215
+ to?: import("abitype").Address | null;
216
+ from?: import("abitype").Address;
217
217
  gas?: `0x${string}`;
218
218
  nonce?: `0x${string}`;
219
219
  value?: `0x${string}`;
@@ -221,22 +221,22 @@ export declare const formatters: {
221
221
  blobVersionedHashes?: undefined;
222
222
  blockHash?: `0x${string}` | null;
223
223
  blockNumber?: `0x${string}` | null;
224
- hash?: `0x${string}`;
225
- input?: `0x${string}`;
224
+ hash?: Hash;
225
+ input?: import("../types/misc.js").Hex;
226
226
  transactionIndex?: `0x${string}` | null;
227
227
  chainId?: `0x${string}` | undefined;
228
228
  yParity?: `0x${string}` | undefined;
229
229
  } & {
230
230
  type: "0x1";
231
- r: `0x${string}`;
232
- s: `0x${string}`;
231
+ r: import("../types/misc.js").Hex;
232
+ s: import("../types/misc.js").Hex;
233
233
  v: `0x${string}`;
234
234
  gasPrice: `0x${string}`;
235
235
  maxFeePerBlobGas?: undefined;
236
236
  maxFeePerGas?: undefined;
237
237
  maxPriorityFeePerGas?: undefined;
238
- to: `0x${string}` | null;
239
- from: `0x${string}`;
238
+ to: import("abitype").Address | null;
239
+ from: import("abitype").Address;
240
240
  gas: `0x${string}`;
241
241
  nonce: `0x${string}`;
242
242
  value: `0x${string}`;
@@ -244,26 +244,26 @@ export declare const formatters: {
244
244
  blobVersionedHashes?: undefined;
245
245
  blockHash: `0x${string}` | null;
246
246
  blockNumber: `0x${string}` | null;
247
- hash: `0x${string}`;
248
- input: `0x${string}`;
247
+ hash: Hash;
248
+ input: import("../types/misc.js").Hex;
249
249
  transactionIndex: `0x${string}` | null;
250
250
  chainId: `0x${string}`;
251
251
  yParity?: `0x${string}` | undefined;
252
252
  } & {
253
- feeCurrency: `0x${string}` | null;
254
- gatewayFee: `0x${string}` | null;
255
- gatewayFeeRecipient: `0x${string}` | null;
253
+ feeCurrency: import("abitype").Address | null;
254
+ gatewayFee: import("../types/misc.js").Hex | null;
255
+ gatewayFeeRecipient: import("abitype").Address | null;
256
256
  }) | ({
257
257
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
258
- r?: `0x${string}`;
259
- s?: `0x${string}`;
258
+ r?: import("../types/misc.js").Hex;
259
+ s?: import("../types/misc.js").Hex;
260
260
  v?: `0x${string}`;
261
261
  gasPrice?: `0x${string}` | undefined;
262
262
  maxFeePerBlobGas?: `0x${string}` | undefined;
263
263
  maxFeePerGas?: `0x${string}` | undefined;
264
264
  maxPriorityFeePerGas?: `0x${string}` | undefined;
265
- to?: `0x${string}` | null;
266
- from?: `0x${string}`;
265
+ to?: import("abitype").Address | null;
266
+ from?: import("abitype").Address;
267
267
  gas?: `0x${string}`;
268
268
  nonce?: `0x${string}`;
269
269
  value?: `0x${string}`;
@@ -271,22 +271,22 @@ export declare const formatters: {
271
271
  blobVersionedHashes?: undefined;
272
272
  blockHash?: `0x${string}` | null;
273
273
  blockNumber?: `0x${string}` | null;
274
- hash?: `0x${string}`;
275
- input?: `0x${string}`;
274
+ hash?: Hash;
275
+ input?: import("../types/misc.js").Hex;
276
276
  transactionIndex?: `0x${string}` | null;
277
277
  chainId?: `0x${string}` | undefined;
278
278
  yParity?: `0x${string}` | undefined;
279
279
  } & {
280
280
  type: "0x2";
281
- r: `0x${string}`;
282
- s: `0x${string}`;
281
+ r: import("../types/misc.js").Hex;
282
+ s: import("../types/misc.js").Hex;
283
283
  v: `0x${string}`;
284
284
  gasPrice?: undefined;
285
285
  maxFeePerBlobGas?: undefined;
286
286
  maxFeePerGas: `0x${string}`;
287
287
  maxPriorityFeePerGas: `0x${string}`;
288
- to: `0x${string}` | null;
289
- from: `0x${string}`;
288
+ to: import("abitype").Address | null;
289
+ from: import("abitype").Address;
290
290
  gas: `0x${string}`;
291
291
  nonce: `0x${string}`;
292
292
  value: `0x${string}`;
@@ -294,26 +294,26 @@ export declare const formatters: {
294
294
  blobVersionedHashes?: undefined;
295
295
  blockHash: `0x${string}` | null;
296
296
  blockNumber: `0x${string}` | null;
297
- hash: `0x${string}`;
298
- input: `0x${string}`;
297
+ hash: Hash;
298
+ input: import("../types/misc.js").Hex;
299
299
  transactionIndex: `0x${string}` | null;
300
300
  chainId: `0x${string}`;
301
301
  yParity?: `0x${string}` | undefined;
302
302
  } & {
303
- feeCurrency: `0x${string}` | null;
304
- gatewayFee: `0x${string}` | null;
305
- gatewayFeeRecipient: `0x${string}` | null;
303
+ feeCurrency: import("abitype").Address | null;
304
+ gatewayFee: import("../types/misc.js").Hex | null;
305
+ gatewayFeeRecipient: import("abitype").Address | null;
306
306
  }) | ({
307
307
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
308
- r?: `0x${string}`;
309
- s?: `0x${string}`;
308
+ r?: import("../types/misc.js").Hex;
309
+ s?: import("../types/misc.js").Hex;
310
310
  v?: `0x${string}`;
311
311
  gasPrice?: `0x${string}` | undefined;
312
312
  maxFeePerBlobGas?: `0x${string}` | undefined;
313
313
  maxFeePerGas?: `0x${string}` | undefined;
314
314
  maxPriorityFeePerGas?: `0x${string}` | undefined;
315
- to?: `0x${string}` | null;
316
- from?: `0x${string}`;
315
+ to?: import("abitype").Address | null;
316
+ from?: import("abitype").Address;
317
317
  gas?: `0x${string}`;
318
318
  nonce?: `0x${string}`;
319
319
  value?: `0x${string}`;
@@ -321,27 +321,27 @@ export declare const formatters: {
321
321
  blobVersionedHashes?: undefined;
322
322
  blockHash?: `0x${string}` | null;
323
323
  blockNumber?: `0x${string}` | null;
324
- hash?: `0x${string}`;
325
- input?: `0x${string}`;
324
+ hash?: Hash;
325
+ input?: import("../types/misc.js").Hex;
326
326
  transactionIndex?: `0x${string}` | null;
327
327
  chainId?: `0x${string}` | undefined;
328
328
  yParity?: `0x${string}` | undefined;
329
329
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
330
- feeCurrency: `0x${string}` | null;
331
- gatewayFee: `0x${string}` | null;
332
- gatewayFeeRecipient: `0x${string}` | null;
330
+ feeCurrency: import("abitype").Address | null;
331
+ gatewayFee: import("../types/misc.js").Hex | null;
332
+ gatewayFeeRecipient: import("abitype").Address | null;
333
333
  type: "0x7c";
334
334
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
335
335
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
336
- r?: `0x${string}`;
337
- s?: `0x${string}`;
336
+ r?: import("../types/misc.js").Hex;
337
+ s?: import("../types/misc.js").Hex;
338
338
  v?: `0x${string}`;
339
339
  gasPrice?: `0x${string}` | undefined;
340
340
  maxFeePerBlobGas?: `0x${string}` | undefined;
341
341
  maxFeePerGas?: `0x${string}` | undefined;
342
342
  maxPriorityFeePerGas?: `0x${string}` | undefined;
343
- to?: `0x${string}` | null;
344
- from?: `0x${string}`;
343
+ to?: import("abitype").Address | null;
344
+ from?: import("abitype").Address;
345
345
  gas?: `0x${string}`;
346
346
  nonce?: `0x${string}`;
347
347
  value?: `0x${string}`;
@@ -349,27 +349,27 @@ export declare const formatters: {
349
349
  blobVersionedHashes?: undefined;
350
350
  blockHash?: `0x${string}` | null;
351
351
  blockNumber?: `0x${string}` | null;
352
- hash?: `0x${string}`;
353
- input?: `0x${string}`;
352
+ hash?: Hash;
353
+ input?: import("../types/misc.js").Hex;
354
354
  transactionIndex?: `0x${string}` | null;
355
355
  chainId?: `0x${string}` | undefined;
356
356
  yParity?: `0x${string}` | undefined;
357
357
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
358
- feeCurrency: `0x${string}` | null;
358
+ feeCurrency: import("abitype").Address | null;
359
359
  gatewayFee?: undefined;
360
360
  gatewayFeeRecipient?: undefined;
361
361
  type: "0x7b";
362
362
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
363
363
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
364
- r?: `0x${string}`;
365
- s?: `0x${string}`;
364
+ r?: import("../types/misc.js").Hex;
365
+ s?: import("../types/misc.js").Hex;
366
366
  v?: `0x${string}`;
367
367
  gasPrice?: `0x${string}` | undefined;
368
368
  maxFeePerBlobGas?: `0x${string}` | undefined;
369
369
  maxFeePerGas?: `0x${string}` | undefined;
370
370
  maxPriorityFeePerGas?: `0x${string}` | undefined;
371
- to?: `0x${string}` | null;
372
- from?: `0x${string}`;
371
+ to?: import("abitype").Address | null;
372
+ from?: import("abitype").Address;
373
373
  gas?: `0x${string}`;
374
374
  nonce?: `0x${string}`;
375
375
  value?: `0x${string}`;
@@ -377,23 +377,23 @@ export declare const formatters: {
377
377
  blobVersionedHashes?: undefined;
378
378
  blockHash?: `0x${string}` | null;
379
379
  blockNumber?: `0x${string}` | null;
380
- hash?: `0x${string}`;
381
- input?: `0x${string}`;
380
+ hash?: Hash;
381
+ input?: import("../types/misc.js").Hex;
382
382
  transactionIndex?: `0x${string}` | null;
383
383
  chainId?: `0x${string}` | undefined;
384
384
  yParity?: `0x${string}` | undefined;
385
385
  } & {
386
386
  type: "0x0";
387
- r: `0x${string}`;
388
- s: `0x${string}`;
387
+ r: import("../types/misc.js").Hex;
388
+ s: import("../types/misc.js").Hex;
389
389
  v: `0x${string}`;
390
390
  yParity?: undefined;
391
391
  gasPrice: `0x${string}`;
392
392
  maxFeePerBlobGas?: undefined;
393
393
  maxFeePerGas?: undefined;
394
394
  maxPriorityFeePerGas?: undefined;
395
- to: `0x${string}` | null;
396
- from: `0x${string}`;
395
+ to: import("abitype").Address | null;
396
+ from: import("abitype").Address;
397
397
  gas: `0x${string}`;
398
398
  nonce: `0x${string}`;
399
399
  value: `0x${string}`;
@@ -401,25 +401,25 @@ export declare const formatters: {
401
401
  blobVersionedHashes?: undefined;
402
402
  blockHash: `0x${string}` | null;
403
403
  blockNumber: `0x${string}` | null;
404
- hash: `0x${string}`;
405
- input: `0x${string}`;
404
+ hash: Hash;
405
+ input: import("../types/misc.js").Hex;
406
406
  transactionIndex: `0x${string}` | null;
407
407
  chainId?: `0x${string}` | undefined;
408
408
  } & {
409
- feeCurrency: `0x${string}` | null;
410
- gatewayFee: `0x${string}` | null;
411
- gatewayFeeRecipient: `0x${string}` | null;
409
+ feeCurrency: import("abitype").Address | null;
410
+ gatewayFee: import("../types/misc.js").Hex | null;
411
+ gatewayFeeRecipient: import("abitype").Address | null;
412
412
  }) | ({
413
413
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
414
- r?: `0x${string}`;
415
- s?: `0x${string}`;
414
+ r?: import("../types/misc.js").Hex;
415
+ s?: import("../types/misc.js").Hex;
416
416
  v?: `0x${string}`;
417
417
  gasPrice?: `0x${string}` | undefined;
418
418
  maxFeePerBlobGas?: `0x${string}` | undefined;
419
419
  maxFeePerGas?: `0x${string}` | undefined;
420
420
  maxPriorityFeePerGas?: `0x${string}` | undefined;
421
- to?: `0x${string}` | null;
422
- from?: `0x${string}`;
421
+ to?: import("abitype").Address | null;
422
+ from?: import("abitype").Address;
423
423
  gas?: `0x${string}`;
424
424
  nonce?: `0x${string}`;
425
425
  value?: `0x${string}`;
@@ -427,22 +427,22 @@ export declare const formatters: {
427
427
  blobVersionedHashes?: undefined;
428
428
  blockHash?: `0x${string}` | null;
429
429
  blockNumber?: `0x${string}` | null;
430
- hash?: `0x${string}`;
431
- input?: `0x${string}`;
430
+ hash?: Hash;
431
+ input?: import("../types/misc.js").Hex;
432
432
  transactionIndex?: `0x${string}` | null;
433
433
  chainId?: `0x${string}` | undefined;
434
434
  yParity?: `0x${string}` | undefined;
435
435
  } & {
436
436
  type: "0x1";
437
- r: `0x${string}`;
438
- s: `0x${string}`;
437
+ r: import("../types/misc.js").Hex;
438
+ s: import("../types/misc.js").Hex;
439
439
  v: `0x${string}`;
440
440
  gasPrice: `0x${string}`;
441
441
  maxFeePerBlobGas?: undefined;
442
442
  maxFeePerGas?: undefined;
443
443
  maxPriorityFeePerGas?: undefined;
444
- to: `0x${string}` | null;
445
- from: `0x${string}`;
444
+ to: import("abitype").Address | null;
445
+ from: import("abitype").Address;
446
446
  gas: `0x${string}`;
447
447
  nonce: `0x${string}`;
448
448
  value: `0x${string}`;
@@ -450,26 +450,26 @@ export declare const formatters: {
450
450
  blobVersionedHashes?: undefined;
451
451
  blockHash: `0x${string}` | null;
452
452
  blockNumber: `0x${string}` | null;
453
- hash: `0x${string}`;
454
- input: `0x${string}`;
453
+ hash: Hash;
454
+ input: import("../types/misc.js").Hex;
455
455
  transactionIndex: `0x${string}` | null;
456
456
  chainId: `0x${string}`;
457
457
  yParity?: `0x${string}` | undefined;
458
458
  } & {
459
- feeCurrency: `0x${string}` | null;
460
- gatewayFee: `0x${string}` | null;
461
- gatewayFeeRecipient: `0x${string}` | null;
459
+ feeCurrency: import("abitype").Address | null;
460
+ gatewayFee: import("../types/misc.js").Hex | null;
461
+ gatewayFeeRecipient: import("abitype").Address | null;
462
462
  }) | ({
463
463
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
464
- r?: `0x${string}`;
465
- s?: `0x${string}`;
464
+ r?: import("../types/misc.js").Hex;
465
+ s?: import("../types/misc.js").Hex;
466
466
  v?: `0x${string}`;
467
467
  gasPrice?: `0x${string}` | undefined;
468
468
  maxFeePerBlobGas?: `0x${string}` | undefined;
469
469
  maxFeePerGas?: `0x${string}` | undefined;
470
470
  maxPriorityFeePerGas?: `0x${string}` | undefined;
471
- to?: `0x${string}` | null;
472
- from?: `0x${string}`;
471
+ to?: import("abitype").Address | null;
472
+ from?: import("abitype").Address;
473
473
  gas?: `0x${string}`;
474
474
  nonce?: `0x${string}`;
475
475
  value?: `0x${string}`;
@@ -477,22 +477,22 @@ export declare const formatters: {
477
477
  blobVersionedHashes?: undefined;
478
478
  blockHash?: `0x${string}` | null;
479
479
  blockNumber?: `0x${string}` | null;
480
- hash?: `0x${string}`;
481
- input?: `0x${string}`;
480
+ hash?: Hash;
481
+ input?: import("../types/misc.js").Hex;
482
482
  transactionIndex?: `0x${string}` | null;
483
483
  chainId?: `0x${string}` | undefined;
484
484
  yParity?: `0x${string}` | undefined;
485
485
  } & {
486
486
  type: "0x2";
487
- r: `0x${string}`;
488
- s: `0x${string}`;
487
+ r: import("../types/misc.js").Hex;
488
+ s: import("../types/misc.js").Hex;
489
489
  v: `0x${string}`;
490
490
  gasPrice?: undefined;
491
491
  maxFeePerBlobGas?: undefined;
492
492
  maxFeePerGas: `0x${string}`;
493
493
  maxPriorityFeePerGas: `0x${string}`;
494
- to: `0x${string}` | null;
495
- from: `0x${string}`;
494
+ to: import("abitype").Address | null;
495
+ from: import("abitype").Address;
496
496
  gas: `0x${string}`;
497
497
  nonce: `0x${string}`;
498
498
  value: `0x${string}`;
@@ -500,26 +500,26 @@ export declare const formatters: {
500
500
  blobVersionedHashes?: undefined;
501
501
  blockHash: `0x${string}` | null;
502
502
  blockNumber: `0x${string}` | null;
503
- hash: `0x${string}`;
504
- input: `0x${string}`;
503
+ hash: Hash;
504
+ input: import("../types/misc.js").Hex;
505
505
  transactionIndex: `0x${string}` | null;
506
506
  chainId: `0x${string}`;
507
507
  yParity?: `0x${string}` | undefined;
508
508
  } & {
509
- feeCurrency: `0x${string}` | null;
510
- gatewayFee: `0x${string}` | null;
511
- gatewayFeeRecipient: `0x${string}` | null;
509
+ feeCurrency: import("abitype").Address | null;
510
+ gatewayFee: import("../types/misc.js").Hex | null;
511
+ gatewayFeeRecipient: import("abitype").Address | null;
512
512
  }) | ({
513
513
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
514
- r?: `0x${string}`;
515
- s?: `0x${string}`;
514
+ r?: import("../types/misc.js").Hex;
515
+ s?: import("../types/misc.js").Hex;
516
516
  v?: `0x${string}`;
517
517
  gasPrice?: `0x${string}` | undefined;
518
518
  maxFeePerBlobGas?: `0x${string}` | undefined;
519
519
  maxFeePerGas?: `0x${string}` | undefined;
520
520
  maxPriorityFeePerGas?: `0x${string}` | undefined;
521
- to?: `0x${string}` | null;
522
- from?: `0x${string}`;
521
+ to?: import("abitype").Address | null;
522
+ from?: import("abitype").Address;
523
523
  gas?: `0x${string}`;
524
524
  nonce?: `0x${string}`;
525
525
  value?: `0x${string}`;
@@ -527,27 +527,27 @@ export declare const formatters: {
527
527
  blobVersionedHashes?: undefined;
528
528
  blockHash?: `0x${string}` | null;
529
529
  blockNumber?: `0x${string}` | null;
530
- hash?: `0x${string}`;
531
- input?: `0x${string}`;
530
+ hash?: Hash;
531
+ input?: import("../types/misc.js").Hex;
532
532
  transactionIndex?: `0x${string}` | null;
533
533
  chainId?: `0x${string}` | undefined;
534
534
  yParity?: `0x${string}` | undefined;
535
535
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
536
- feeCurrency: `0x${string}` | null;
537
- gatewayFee: `0x${string}` | null;
538
- gatewayFeeRecipient: `0x${string}` | null;
536
+ feeCurrency: import("abitype").Address | null;
537
+ gatewayFee: import("../types/misc.js").Hex | null;
538
+ gatewayFeeRecipient: import("abitype").Address | null;
539
539
  type: "0x7c";
540
540
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
541
541
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
542
- r?: `0x${string}`;
543
- s?: `0x${string}`;
542
+ r?: import("../types/misc.js").Hex;
543
+ s?: import("../types/misc.js").Hex;
544
544
  v?: `0x${string}`;
545
545
  gasPrice?: `0x${string}` | undefined;
546
546
  maxFeePerBlobGas?: `0x${string}` | undefined;
547
547
  maxFeePerGas?: `0x${string}` | undefined;
548
548
  maxPriorityFeePerGas?: `0x${string}` | undefined;
549
- to?: `0x${string}` | null;
550
- from?: `0x${string}`;
549
+ to?: import("abitype").Address | null;
550
+ from?: import("abitype").Address;
551
551
  gas?: `0x${string}`;
552
552
  nonce?: `0x${string}`;
553
553
  value?: `0x${string}`;
@@ -555,27 +555,27 @@ export declare const formatters: {
555
555
  blobVersionedHashes?: undefined;
556
556
  blockHash?: `0x${string}` | null;
557
557
  blockNumber?: `0x${string}` | null;
558
- hash?: `0x${string}`;
559
- input?: `0x${string}`;
558
+ hash?: Hash;
559
+ input?: import("../types/misc.js").Hex;
560
560
  transactionIndex?: `0x${string}` | null;
561
561
  chainId?: `0x${string}` | undefined;
562
562
  yParity?: `0x${string}` | undefined;
563
563
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
564
- feeCurrency: `0x${string}` | null;
564
+ feeCurrency: import("abitype").Address | null;
565
565
  gatewayFee?: undefined;
566
566
  gatewayFeeRecipient?: undefined;
567
567
  type: "0x7b";
568
568
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
569
569
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
570
- r?: `0x${string}`;
571
- s?: `0x${string}`;
570
+ r?: import("../types/misc.js").Hex;
571
+ s?: import("../types/misc.js").Hex;
572
572
  v?: `0x${string}`;
573
573
  gasPrice?: `0x${string}` | undefined;
574
574
  maxFeePerBlobGas?: `0x${string}` | undefined;
575
575
  maxFeePerGas?: `0x${string}` | undefined;
576
576
  maxPriorityFeePerGas?: `0x${string}` | undefined;
577
- to?: `0x${string}` | null;
578
- from?: `0x${string}`;
577
+ to?: import("abitype").Address | null;
578
+ from?: import("abitype").Address;
579
579
  gas?: `0x${string}`;
580
580
  nonce?: `0x${string}`;
581
581
  value?: `0x${string}`;
@@ -583,23 +583,23 @@ export declare const formatters: {
583
583
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
584
584
  blockHash?: `0x${string}` | null;
585
585
  blockNumber?: `0x${string}` | null;
586
- hash?: `0x${string}`;
587
- input?: `0x${string}`;
586
+ hash?: Hash;
587
+ input?: import("../types/misc.js").Hex;
588
588
  transactionIndex?: `0x${string}` | null;
589
589
  chainId?: `0x${string}` | undefined;
590
590
  yParity?: `0x${string}` | undefined;
591
591
  } & {
592
592
  type: "0x0";
593
- r: `0x${string}`;
594
- s: `0x${string}`;
593
+ r: import("../types/misc.js").Hex;
594
+ s: import("../types/misc.js").Hex;
595
595
  v: `0x${string}`;
596
596
  yParity?: undefined;
597
597
  gasPrice: `0x${string}`;
598
598
  maxFeePerBlobGas?: undefined;
599
599
  maxFeePerGas?: undefined;
600
600
  maxPriorityFeePerGas?: undefined;
601
- to: `0x${string}` | null;
602
- from: `0x${string}`;
601
+ to: import("abitype").Address | null;
602
+ from: import("abitype").Address;
603
603
  gas: `0x${string}`;
604
604
  nonce: `0x${string}`;
605
605
  value: `0x${string}`;
@@ -607,25 +607,25 @@ export declare const formatters: {
607
607
  blobVersionedHashes?: undefined;
608
608
  blockHash: `0x${string}` | null;
609
609
  blockNumber: `0x${string}` | null;
610
- hash: `0x${string}`;
611
- input: `0x${string}`;
610
+ hash: Hash;
611
+ input: import("../types/misc.js").Hex;
612
612
  transactionIndex: `0x${string}` | null;
613
613
  chainId?: `0x${string}` | undefined;
614
614
  } & {
615
- feeCurrency: `0x${string}` | null;
616
- gatewayFee: `0x${string}` | null;
617
- gatewayFeeRecipient: `0x${string}` | null;
615
+ feeCurrency: import("abitype").Address | null;
616
+ gatewayFee: import("../types/misc.js").Hex | null;
617
+ gatewayFeeRecipient: import("abitype").Address | null;
618
618
  }) | ({
619
619
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
620
- r?: `0x${string}`;
621
- s?: `0x${string}`;
620
+ r?: import("../types/misc.js").Hex;
621
+ s?: import("../types/misc.js").Hex;
622
622
  v?: `0x${string}`;
623
623
  gasPrice?: `0x${string}` | undefined;
624
624
  maxFeePerBlobGas?: `0x${string}` | undefined;
625
625
  maxFeePerGas?: `0x${string}` | undefined;
626
626
  maxPriorityFeePerGas?: `0x${string}` | undefined;
627
- to?: `0x${string}` | null;
628
- from?: `0x${string}`;
627
+ to?: import("abitype").Address | null;
628
+ from?: import("abitype").Address;
629
629
  gas?: `0x${string}`;
630
630
  nonce?: `0x${string}`;
631
631
  value?: `0x${string}`;
@@ -633,22 +633,22 @@ export declare const formatters: {
633
633
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
634
634
  blockHash?: `0x${string}` | null;
635
635
  blockNumber?: `0x${string}` | null;
636
- hash?: `0x${string}`;
637
- input?: `0x${string}`;
636
+ hash?: Hash;
637
+ input?: import("../types/misc.js").Hex;
638
638
  transactionIndex?: `0x${string}` | null;
639
639
  chainId?: `0x${string}` | undefined;
640
640
  yParity?: `0x${string}` | undefined;
641
641
  } & {
642
642
  type: "0x1";
643
- r: `0x${string}`;
644
- s: `0x${string}`;
643
+ r: import("../types/misc.js").Hex;
644
+ s: import("../types/misc.js").Hex;
645
645
  v: `0x${string}`;
646
646
  gasPrice: `0x${string}`;
647
647
  maxFeePerBlobGas?: undefined;
648
648
  maxFeePerGas?: undefined;
649
649
  maxPriorityFeePerGas?: undefined;
650
- to: `0x${string}` | null;
651
- from: `0x${string}`;
650
+ to: import("abitype").Address | null;
651
+ from: import("abitype").Address;
652
652
  gas: `0x${string}`;
653
653
  nonce: `0x${string}`;
654
654
  value: `0x${string}`;
@@ -656,26 +656,26 @@ export declare const formatters: {
656
656
  blobVersionedHashes?: undefined;
657
657
  blockHash: `0x${string}` | null;
658
658
  blockNumber: `0x${string}` | null;
659
- hash: `0x${string}`;
660
- input: `0x${string}`;
659
+ hash: Hash;
660
+ input: import("../types/misc.js").Hex;
661
661
  transactionIndex: `0x${string}` | null;
662
662
  chainId: `0x${string}`;
663
663
  yParity?: `0x${string}` | undefined;
664
664
  } & {
665
- feeCurrency: `0x${string}` | null;
666
- gatewayFee: `0x${string}` | null;
667
- gatewayFeeRecipient: `0x${string}` | null;
665
+ feeCurrency: import("abitype").Address | null;
666
+ gatewayFee: import("../types/misc.js").Hex | null;
667
+ gatewayFeeRecipient: import("abitype").Address | null;
668
668
  }) | ({
669
669
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
670
- r?: `0x${string}`;
671
- s?: `0x${string}`;
670
+ r?: import("../types/misc.js").Hex;
671
+ s?: import("../types/misc.js").Hex;
672
672
  v?: `0x${string}`;
673
673
  gasPrice?: `0x${string}` | undefined;
674
674
  maxFeePerBlobGas?: `0x${string}` | undefined;
675
675
  maxFeePerGas?: `0x${string}` | undefined;
676
676
  maxPriorityFeePerGas?: `0x${string}` | undefined;
677
- to?: `0x${string}` | null;
678
- from?: `0x${string}`;
677
+ to?: import("abitype").Address | null;
678
+ from?: import("abitype").Address;
679
679
  gas?: `0x${string}`;
680
680
  nonce?: `0x${string}`;
681
681
  value?: `0x${string}`;
@@ -683,22 +683,22 @@ export declare const formatters: {
683
683
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
684
684
  blockHash?: `0x${string}` | null;
685
685
  blockNumber?: `0x${string}` | null;
686
- hash?: `0x${string}`;
687
- input?: `0x${string}`;
686
+ hash?: Hash;
687
+ input?: import("../types/misc.js").Hex;
688
688
  transactionIndex?: `0x${string}` | null;
689
689
  chainId?: `0x${string}` | undefined;
690
690
  yParity?: `0x${string}` | undefined;
691
691
  } & {
692
692
  type: "0x2";
693
- r: `0x${string}`;
694
- s: `0x${string}`;
693
+ r: import("../types/misc.js").Hex;
694
+ s: import("../types/misc.js").Hex;
695
695
  v: `0x${string}`;
696
696
  gasPrice?: undefined;
697
697
  maxFeePerBlobGas?: undefined;
698
698
  maxFeePerGas: `0x${string}`;
699
699
  maxPriorityFeePerGas: `0x${string}`;
700
- to: `0x${string}` | null;
701
- from: `0x${string}`;
700
+ to: import("abitype").Address | null;
701
+ from: import("abitype").Address;
702
702
  gas: `0x${string}`;
703
703
  nonce: `0x${string}`;
704
704
  value: `0x${string}`;
@@ -706,26 +706,26 @@ export declare const formatters: {
706
706
  blobVersionedHashes?: undefined;
707
707
  blockHash: `0x${string}` | null;
708
708
  blockNumber: `0x${string}` | null;
709
- hash: `0x${string}`;
710
- input: `0x${string}`;
709
+ hash: Hash;
710
+ input: import("../types/misc.js").Hex;
711
711
  transactionIndex: `0x${string}` | null;
712
712
  chainId: `0x${string}`;
713
713
  yParity?: `0x${string}` | undefined;
714
714
  } & {
715
- feeCurrency: `0x${string}` | null;
716
- gatewayFee: `0x${string}` | null;
717
- gatewayFeeRecipient: `0x${string}` | null;
715
+ feeCurrency: import("abitype").Address | null;
716
+ gatewayFee: import("../types/misc.js").Hex | null;
717
+ gatewayFeeRecipient: import("abitype").Address | null;
718
718
  }) | ({
719
719
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
720
- r?: `0x${string}`;
721
- s?: `0x${string}`;
720
+ r?: import("../types/misc.js").Hex;
721
+ s?: import("../types/misc.js").Hex;
722
722
  v?: `0x${string}`;
723
723
  gasPrice?: `0x${string}` | undefined;
724
724
  maxFeePerBlobGas?: `0x${string}` | undefined;
725
725
  maxFeePerGas?: `0x${string}` | undefined;
726
726
  maxPriorityFeePerGas?: `0x${string}` | undefined;
727
- to?: `0x${string}` | null;
728
- from?: `0x${string}`;
727
+ to?: import("abitype").Address | null;
728
+ from?: import("abitype").Address;
729
729
  gas?: `0x${string}`;
730
730
  nonce?: `0x${string}`;
731
731
  value?: `0x${string}`;
@@ -733,49 +733,49 @@ export declare const formatters: {
733
733
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
734
734
  blockHash?: `0x${string}` | null;
735
735
  blockNumber?: `0x${string}` | null;
736
- hash?: `0x${string}`;
737
- input?: `0x${string}`;
736
+ hash?: Hash;
737
+ input?: import("../types/misc.js").Hex;
738
738
  transactionIndex?: `0x${string}` | null;
739
739
  chainId?: `0x${string}` | undefined;
740
740
  yParity?: `0x${string}` | undefined;
741
741
  } & {
742
742
  type: "0x3";
743
- r: `0x${string}`;
744
- s: `0x${string}`;
743
+ r: import("../types/misc.js").Hex;
744
+ s: import("../types/misc.js").Hex;
745
745
  v: `0x${string}`;
746
746
  gasPrice?: undefined;
747
747
  maxFeePerBlobGas: `0x${string}`;
748
748
  maxFeePerGas: `0x${string}`;
749
749
  maxPriorityFeePerGas: `0x${string}`;
750
- to: `0x${string}` | null;
751
- from: `0x${string}`;
750
+ to: import("abitype").Address | null;
751
+ from: import("abitype").Address;
752
752
  gas: `0x${string}`;
753
753
  nonce: `0x${string}`;
754
754
  value: `0x${string}`;
755
755
  accessList: import("../index.js").AccessList;
756
- blobVersionedHashes: readonly `0x${string}`[];
756
+ blobVersionedHashes: readonly import("../types/misc.js").Hex[];
757
757
  blockHash: `0x${string}` | null;
758
758
  blockNumber: `0x${string}` | null;
759
- hash: `0x${string}`;
760
- input: `0x${string}`;
759
+ hash: Hash;
760
+ input: import("../types/misc.js").Hex;
761
761
  transactionIndex: `0x${string}` | null;
762
762
  chainId: `0x${string}`;
763
763
  yParity?: `0x${string}` | undefined;
764
764
  } & {
765
- feeCurrency: `0x${string}` | null;
766
- gatewayFee: `0x${string}` | null;
767
- gatewayFeeRecipient: `0x${string}` | null;
765
+ feeCurrency: import("abitype").Address | null;
766
+ gatewayFee: import("../types/misc.js").Hex | null;
767
+ gatewayFeeRecipient: import("abitype").Address | null;
768
768
  }) | ({
769
769
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
770
- r?: `0x${string}`;
771
- s?: `0x${string}`;
770
+ r?: import("../types/misc.js").Hex;
771
+ s?: import("../types/misc.js").Hex;
772
772
  v?: `0x${string}`;
773
773
  gasPrice?: `0x${string}` | undefined;
774
774
  maxFeePerBlobGas?: `0x${string}` | undefined;
775
775
  maxFeePerGas?: `0x${string}` | undefined;
776
776
  maxPriorityFeePerGas?: `0x${string}` | undefined;
777
- to?: `0x${string}` | null;
778
- from?: `0x${string}`;
777
+ to?: import("abitype").Address | null;
778
+ from?: import("abitype").Address;
779
779
  gas?: `0x${string}`;
780
780
  nonce?: `0x${string}`;
781
781
  value?: `0x${string}`;
@@ -783,27 +783,27 @@ export declare const formatters: {
783
783
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
784
784
  blockHash?: `0x${string}` | null;
785
785
  blockNumber?: `0x${string}` | null;
786
- hash?: `0x${string}`;
787
- input?: `0x${string}`;
786
+ hash?: Hash;
787
+ input?: import("../types/misc.js").Hex;
788
788
  transactionIndex?: `0x${string}` | null;
789
789
  chainId?: `0x${string}` | undefined;
790
790
  yParity?: `0x${string}` | undefined;
791
791
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
792
- feeCurrency: `0x${string}` | null;
793
- gatewayFee: `0x${string}` | null;
794
- gatewayFeeRecipient: `0x${string}` | null;
792
+ feeCurrency: import("abitype").Address | null;
793
+ gatewayFee: import("../types/misc.js").Hex | null;
794
+ gatewayFeeRecipient: import("abitype").Address | null;
795
795
  type: "0x7c";
796
796
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>) | ({
797
797
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
798
- r?: `0x${string}`;
799
- s?: `0x${string}`;
798
+ r?: import("../types/misc.js").Hex;
799
+ s?: import("../types/misc.js").Hex;
800
800
  v?: `0x${string}`;
801
801
  gasPrice?: `0x${string}` | undefined;
802
802
  maxFeePerBlobGas?: `0x${string}` | undefined;
803
803
  maxFeePerGas?: `0x${string}` | undefined;
804
804
  maxPriorityFeePerGas?: `0x${string}` | undefined;
805
- to?: `0x${string}` | null;
806
- from?: `0x${string}`;
805
+ to?: import("abitype").Address | null;
806
+ from?: import("abitype").Address;
807
807
  gas?: `0x${string}`;
808
808
  nonce?: `0x${string}`;
809
809
  value?: `0x${string}`;
@@ -811,31 +811,31 @@ export declare const formatters: {
811
811
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
812
812
  blockHash?: `0x${string}` | null;
813
813
  blockNumber?: `0x${string}` | null;
814
- hash?: `0x${string}`;
815
- input?: `0x${string}`;
814
+ hash?: Hash;
815
+ input?: import("../types/misc.js").Hex;
816
816
  transactionIndex?: `0x${string}` | null;
817
817
  chainId?: `0x${string}` | undefined;
818
818
  yParity?: `0x${string}` | undefined;
819
819
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & {
820
- feeCurrency: `0x${string}` | null;
820
+ feeCurrency: import("abitype").Address | null;
821
821
  gatewayFee?: undefined;
822
822
  gatewayFeeRecipient?: undefined;
823
823
  type: "0x7b";
824
824
  } & import("../index.js").FeeValuesEIP1559<`0x${string}`>)) => ({
825
- r: `0x${string}`;
826
- s: `0x${string}`;
825
+ r: import("../types/misc.js").Hex;
826
+ s: import("../types/misc.js").Hex;
827
827
  v: bigint;
828
- to: `0x${string}` | null;
829
- from: `0x${string}`;
828
+ to: import("abitype").Address | null;
829
+ from: import("abitype").Address;
830
830
  gas: bigint;
831
831
  nonce: number;
832
832
  value: bigint;
833
833
  blockHash: `0x${string}` | null;
834
834
  blockNumber: bigint | null;
835
- hash: `0x${string}`;
836
- input: `0x${string}`;
835
+ hash: Hash;
836
+ input: import("../types/misc.js").Hex;
837
837
  transactionIndex: number | null;
838
- typeHex: `0x${string}` | null;
838
+ typeHex: import("../types/misc.js").Hex | null;
839
839
  accessList?: undefined;
840
840
  blobVersionedHashes?: undefined;
841
841
  chainId?: number | undefined;
@@ -845,24 +845,24 @@ export declare const formatters: {
845
845
  maxFeePerBlobGas?: undefined;
846
846
  maxFeePerGas?: undefined;
847
847
  maxPriorityFeePerGas?: undefined;
848
- feeCurrency: `0x${string}` | null;
848
+ feeCurrency: import("abitype").Address | null;
849
849
  gatewayFee?: undefined;
850
850
  gatewayFeeRecipient?: undefined;
851
851
  } | {
852
- r: `0x${string}`;
853
- s: `0x${string}`;
852
+ r: import("../types/misc.js").Hex;
853
+ s: import("../types/misc.js").Hex;
854
854
  v: bigint;
855
- to: `0x${string}` | null;
856
- from: `0x${string}`;
855
+ to: import("abitype").Address | null;
856
+ from: import("abitype").Address;
857
857
  gas: bigint;
858
858
  nonce: number;
859
859
  value: bigint;
860
860
  blockHash: `0x${string}` | null;
861
861
  blockNumber: bigint | null;
862
- hash: `0x${string}`;
863
- input: `0x${string}`;
862
+ hash: Hash;
863
+ input: import("../types/misc.js").Hex;
864
864
  transactionIndex: number | null;
865
- typeHex: `0x${string}` | null;
865
+ typeHex: import("../types/misc.js").Hex | null;
866
866
  accessList?: undefined;
867
867
  blobVersionedHashes?: undefined;
868
868
  chainId?: number | undefined;
@@ -872,24 +872,24 @@ export declare const formatters: {
872
872
  maxFeePerBlobGas?: undefined;
873
873
  maxFeePerGas: bigint;
874
874
  maxPriorityFeePerGas: bigint;
875
- feeCurrency: `0x${string}` | null;
875
+ feeCurrency: import("abitype").Address | null;
876
876
  gatewayFee: bigint | null;
877
- gatewayFeeRecipient: `0x${string}` | null;
877
+ gatewayFeeRecipient: import("abitype").Address | null;
878
878
  } | {
879
- r: `0x${string}`;
880
- s: `0x${string}`;
879
+ r: import("../types/misc.js").Hex;
880
+ s: import("../types/misc.js").Hex;
881
881
  v: bigint;
882
- to: `0x${string}` | null;
883
- from: `0x${string}`;
882
+ to: import("abitype").Address | null;
883
+ from: import("abitype").Address;
884
884
  gas: bigint;
885
885
  nonce: number;
886
886
  value: bigint;
887
887
  blockHash: `0x${string}` | null;
888
888
  blockNumber: bigint | null;
889
- hash: `0x${string}`;
890
- input: `0x${string}`;
889
+ hash: Hash;
890
+ input: import("../types/misc.js").Hex;
891
891
  transactionIndex: number | null;
892
- typeHex: `0x${string}` | null;
892
+ typeHex: import("../types/misc.js").Hex | null;
893
893
  accessList?: undefined;
894
894
  blobVersionedHashes?: undefined;
895
895
  chainId?: number | undefined;
@@ -899,22 +899,22 @@ export declare const formatters: {
899
899
  maxFeePerBlobGas?: undefined;
900
900
  maxFeePerGas: bigint;
901
901
  maxPriorityFeePerGas: bigint;
902
- feeCurrency: `0x${string}` | null;
902
+ feeCurrency: import("abitype").Address | null;
903
903
  gatewayFee?: undefined;
904
904
  gatewayFeeRecipient?: undefined;
905
905
  } | {
906
906
  blockHash: `0x${string}` | null;
907
907
  blockNumber: bigint | null;
908
- from: `0x${string}`;
908
+ from: import("abitype").Address;
909
909
  gas: bigint;
910
- hash: `0x${string}`;
911
- input: `0x${string}`;
910
+ hash: Hash;
911
+ input: import("../types/misc.js").Hex;
912
912
  nonce: number;
913
- r: `0x${string}`;
914
- s: `0x${string}`;
915
- to: `0x${string}` | null;
913
+ r: import("../types/misc.js").Hex;
914
+ s: import("../types/misc.js").Hex;
915
+ to: import("abitype").Address | null;
916
916
  transactionIndex: number | null;
917
- typeHex: `0x${string}` | null;
917
+ typeHex: import("../types/misc.js").Hex | null;
918
918
  v: bigint;
919
919
  value: bigint;
920
920
  yParity: number;
@@ -926,22 +926,22 @@ export declare const formatters: {
926
926
  maxFeePerBlobGas?: undefined;
927
927
  maxFeePerGas?: undefined;
928
928
  maxPriorityFeePerGas?: undefined;
929
- feeCurrency: `0x${string}` | null;
929
+ feeCurrency: import("abitype").Address | null;
930
930
  gatewayFee?: undefined;
931
931
  gatewayFeeRecipient?: undefined;
932
932
  } | {
933
933
  blockHash: `0x${string}` | null;
934
934
  blockNumber: bigint | null;
935
- from: `0x${string}`;
935
+ from: import("abitype").Address;
936
936
  gas: bigint;
937
- hash: `0x${string}`;
938
- input: `0x${string}`;
937
+ hash: Hash;
938
+ input: import("../types/misc.js").Hex;
939
939
  nonce: number;
940
- r: `0x${string}`;
941
- s: `0x${string}`;
942
- to: `0x${string}` | null;
940
+ r: import("../types/misc.js").Hex;
941
+ s: import("../types/misc.js").Hex;
942
+ to: import("abitype").Address | null;
943
943
  transactionIndex: number | null;
944
- typeHex: `0x${string}` | null;
944
+ typeHex: import("../types/misc.js").Hex | null;
945
945
  v: bigint;
946
946
  value: bigint;
947
947
  yParity: number;
@@ -953,22 +953,22 @@ export declare const formatters: {
953
953
  maxFeePerBlobGas?: undefined;
954
954
  maxFeePerGas: bigint;
955
955
  maxPriorityFeePerGas: bigint;
956
- feeCurrency: `0x${string}` | null;
956
+ feeCurrency: import("abitype").Address | null;
957
957
  gatewayFee?: undefined;
958
958
  gatewayFeeRecipient?: undefined;
959
959
  } | {
960
960
  blockHash: `0x${string}` | null;
961
961
  blockNumber: bigint | null;
962
- from: `0x${string}`;
962
+ from: import("abitype").Address;
963
963
  gas: bigint;
964
- hash: `0x${string}`;
965
- input: `0x${string}`;
964
+ hash: Hash;
965
+ input: import("../types/misc.js").Hex;
966
966
  nonce: number;
967
- r: `0x${string}`;
968
- s: `0x${string}`;
969
- to: `0x${string}` | null;
967
+ r: import("../types/misc.js").Hex;
968
+ s: import("../types/misc.js").Hex;
969
+ to: import("abitype").Address | null;
970
970
  transactionIndex: number | null;
971
- typeHex: `0x${string}` | null;
971
+ typeHex: import("../types/misc.js").Hex | null;
972
972
  v: bigint;
973
973
  value: bigint;
974
974
  yParity: number;
@@ -980,22 +980,22 @@ export declare const formatters: {
980
980
  maxFeePerBlobGas?: undefined;
981
981
  maxFeePerGas: bigint;
982
982
  maxPriorityFeePerGas: bigint;
983
- feeCurrency: `0x${string}` | null;
983
+ feeCurrency: import("abitype").Address | null;
984
984
  gatewayFee: bigint | null;
985
- gatewayFeeRecipient: `0x${string}` | null;
985
+ gatewayFeeRecipient: import("abitype").Address | null;
986
986
  } | {
987
987
  blockHash: `0x${string}` | null;
988
988
  blockNumber: bigint | null;
989
- from: `0x${string}`;
989
+ from: import("abitype").Address;
990
990
  gas: bigint;
991
- hash: `0x${string}`;
992
- input: `0x${string}`;
991
+ hash: Hash;
992
+ input: import("../types/misc.js").Hex;
993
993
  nonce: number;
994
- r: `0x${string}`;
995
- s: `0x${string}`;
996
- to: `0x${string}` | null;
994
+ r: import("../types/misc.js").Hex;
995
+ s: import("../types/misc.js").Hex;
996
+ to: import("abitype").Address | null;
997
997
  transactionIndex: number | null;
998
- typeHex: `0x${string}` | null;
998
+ typeHex: import("../types/misc.js").Hex | null;
999
999
  v: bigint;
1000
1000
  value: bigint;
1001
1001
  yParity: number;
@@ -1007,22 +1007,22 @@ export declare const formatters: {
1007
1007
  maxFeePerBlobGas?: undefined;
1008
1008
  maxFeePerGas: bigint;
1009
1009
  maxPriorityFeePerGas: bigint;
1010
- feeCurrency: `0x${string}` | null;
1010
+ feeCurrency: import("abitype").Address | null;
1011
1011
  gatewayFee?: undefined;
1012
1012
  gatewayFeeRecipient?: undefined;
1013
1013
  } | {
1014
1014
  blockHash: `0x${string}` | null;
1015
1015
  blockNumber: bigint | null;
1016
- from: `0x${string}`;
1016
+ from: import("abitype").Address;
1017
1017
  gas: bigint;
1018
- hash: `0x${string}`;
1019
- input: `0x${string}`;
1018
+ hash: Hash;
1019
+ input: import("../types/misc.js").Hex;
1020
1020
  nonce: number;
1021
- r: `0x${string}`;
1022
- s: `0x${string}`;
1023
- to: `0x${string}` | null;
1021
+ r: import("../types/misc.js").Hex;
1022
+ s: import("../types/misc.js").Hex;
1023
+ to: import("abitype").Address | null;
1024
1024
  transactionIndex: number | null;
1025
- typeHex: `0x${string}` | null;
1025
+ typeHex: import("../types/misc.js").Hex | null;
1026
1026
  v: bigint;
1027
1027
  value: bigint;
1028
1028
  yParity: number;
@@ -1034,22 +1034,22 @@ export declare const formatters: {
1034
1034
  maxFeePerBlobGas?: undefined;
1035
1035
  maxFeePerGas: undefined;
1036
1036
  maxPriorityFeePerGas: undefined;
1037
- feeCurrency: `0x${string}` | null;
1037
+ feeCurrency: import("abitype").Address | null;
1038
1038
  gatewayFee?: undefined;
1039
1039
  gatewayFeeRecipient?: undefined;
1040
1040
  } | {
1041
1041
  blockHash: `0x${string}` | null;
1042
1042
  blockNumber: bigint | null;
1043
- from: `0x${string}`;
1043
+ from: import("abitype").Address;
1044
1044
  gas: bigint;
1045
- hash: `0x${string}`;
1046
- input: `0x${string}`;
1045
+ hash: Hash;
1046
+ input: import("../types/misc.js").Hex;
1047
1047
  nonce: number;
1048
- r: `0x${string}`;
1049
- s: `0x${string}`;
1050
- to: `0x${string}` | null;
1048
+ r: import("../types/misc.js").Hex;
1049
+ s: import("../types/misc.js").Hex;
1050
+ to: import("abitype").Address | null;
1051
1051
  transactionIndex: number | null;
1052
- typeHex: `0x${string}` | null;
1052
+ typeHex: import("../types/misc.js").Hex | null;
1053
1053
  v: bigint;
1054
1054
  value: bigint;
1055
1055
  yParity: number;
@@ -1061,22 +1061,22 @@ export declare const formatters: {
1061
1061
  maxFeePerBlobGas?: undefined;
1062
1062
  maxFeePerGas: bigint;
1063
1063
  maxPriorityFeePerGas: bigint;
1064
- feeCurrency: `0x${string}` | null;
1064
+ feeCurrency: import("abitype").Address | null;
1065
1065
  gatewayFee?: undefined;
1066
1066
  gatewayFeeRecipient?: undefined;
1067
1067
  } | {
1068
1068
  blockHash: `0x${string}` | null;
1069
1069
  blockNumber: bigint | null;
1070
- from: `0x${string}`;
1070
+ from: import("abitype").Address;
1071
1071
  gas: bigint;
1072
- hash: `0x${string}`;
1073
- input: `0x${string}`;
1072
+ hash: Hash;
1073
+ input: import("../types/misc.js").Hex;
1074
1074
  nonce: number;
1075
- r: `0x${string}`;
1076
- s: `0x${string}`;
1077
- to: `0x${string}` | null;
1075
+ r: import("../types/misc.js").Hex;
1076
+ s: import("../types/misc.js").Hex;
1077
+ to: import("abitype").Address | null;
1078
1078
  transactionIndex: number | null;
1079
- typeHex: `0x${string}` | null;
1079
+ typeHex: import("../types/misc.js").Hex | null;
1080
1080
  v: bigint;
1081
1081
  value: bigint;
1082
1082
  yParity: number;
@@ -1088,22 +1088,22 @@ export declare const formatters: {
1088
1088
  maxFeePerBlobGas?: undefined;
1089
1089
  maxFeePerGas: bigint;
1090
1090
  maxPriorityFeePerGas: bigint;
1091
- feeCurrency: `0x${string}` | null;
1091
+ feeCurrency: import("abitype").Address | null;
1092
1092
  gatewayFee: bigint | null;
1093
- gatewayFeeRecipient: `0x${string}` | null;
1093
+ gatewayFeeRecipient: import("abitype").Address | null;
1094
1094
  } | {
1095
1095
  blockHash: `0x${string}` | null;
1096
1096
  blockNumber: bigint | null;
1097
- from: `0x${string}`;
1097
+ from: import("abitype").Address;
1098
1098
  gas: bigint;
1099
- hash: `0x${string}`;
1100
- input: `0x${string}`;
1099
+ hash: Hash;
1100
+ input: import("../types/misc.js").Hex;
1101
1101
  nonce: number;
1102
- r: `0x${string}`;
1103
- s: `0x${string}`;
1104
- to: `0x${string}` | null;
1102
+ r: import("../types/misc.js").Hex;
1103
+ s: import("../types/misc.js").Hex;
1104
+ to: import("abitype").Address | null;
1105
1105
  transactionIndex: number | null;
1106
- typeHex: `0x${string}` | null;
1106
+ typeHex: import("../types/misc.js").Hex | null;
1107
1107
  v: bigint;
1108
1108
  value: bigint;
1109
1109
  yParity: number;
@@ -1115,88 +1115,88 @@ export declare const formatters: {
1115
1115
  maxFeePerBlobGas?: undefined;
1116
1116
  maxFeePerGas: bigint;
1117
1117
  maxPriorityFeePerGas: bigint;
1118
- feeCurrency: `0x${string}` | null;
1118
+ feeCurrency: import("abitype").Address | null;
1119
1119
  gatewayFee?: undefined;
1120
1120
  gatewayFeeRecipient?: undefined;
1121
1121
  } | {
1122
1122
  blockHash: `0x${string}` | null;
1123
1123
  blockNumber: bigint | null;
1124
- from: `0x${string}`;
1124
+ from: import("abitype").Address;
1125
1125
  gas: bigint;
1126
- hash: `0x${string}`;
1127
- input: `0x${string}`;
1126
+ hash: Hash;
1127
+ input: import("../types/misc.js").Hex;
1128
1128
  nonce: number;
1129
- r: `0x${string}`;
1130
- s: `0x${string}`;
1131
- to: `0x${string}` | null;
1129
+ r: import("../types/misc.js").Hex;
1130
+ s: import("../types/misc.js").Hex;
1131
+ to: import("abitype").Address | null;
1132
1132
  transactionIndex: number | null;
1133
- typeHex: `0x${string}` | null;
1133
+ typeHex: import("../types/misc.js").Hex | null;
1134
1134
  v: bigint;
1135
1135
  value: bigint;
1136
1136
  yParity: number;
1137
1137
  accessList: import("../index.js").AccessList;
1138
- blobVersionedHashes: readonly `0x${string}`[];
1138
+ blobVersionedHashes: readonly import("../types/misc.js").Hex[];
1139
1139
  chainId: number;
1140
1140
  type: "eip4844";
1141
1141
  gasPrice?: undefined;
1142
1142
  maxFeePerBlobGas: bigint;
1143
1143
  maxFeePerGas: bigint;
1144
1144
  maxPriorityFeePerGas: bigint;
1145
- feeCurrency: `0x${string}` | null;
1145
+ feeCurrency: import("abitype").Address | null;
1146
1146
  gatewayFee?: undefined;
1147
1147
  gatewayFeeRecipient?: undefined;
1148
1148
  } | {
1149
1149
  blockHash: `0x${string}` | null;
1150
1150
  blockNumber: bigint | null;
1151
- from: `0x${string}`;
1151
+ from: import("abitype").Address;
1152
1152
  gas: bigint;
1153
- hash: `0x${string}`;
1154
- input: `0x${string}`;
1153
+ hash: Hash;
1154
+ input: import("../types/misc.js").Hex;
1155
1155
  nonce: number;
1156
- r: `0x${string}`;
1157
- s: `0x${string}`;
1158
- to: `0x${string}` | null;
1156
+ r: import("../types/misc.js").Hex;
1157
+ s: import("../types/misc.js").Hex;
1158
+ to: import("abitype").Address | null;
1159
1159
  transactionIndex: number | null;
1160
- typeHex: `0x${string}` | null;
1160
+ typeHex: import("../types/misc.js").Hex | null;
1161
1161
  v: bigint;
1162
1162
  value: bigint;
1163
1163
  yParity: number;
1164
1164
  accessList: import("../index.js").AccessList;
1165
- blobVersionedHashes: readonly `0x${string}`[];
1165
+ blobVersionedHashes: readonly import("../types/misc.js").Hex[];
1166
1166
  chainId: number;
1167
1167
  type: "cip42";
1168
1168
  gasPrice?: undefined;
1169
1169
  maxFeePerBlobGas: undefined;
1170
1170
  maxFeePerGas: bigint;
1171
1171
  maxPriorityFeePerGas: bigint;
1172
- feeCurrency: `0x${string}` | null;
1172
+ feeCurrency: import("abitype").Address | null;
1173
1173
  gatewayFee: bigint | null;
1174
- gatewayFeeRecipient: `0x${string}` | null;
1174
+ gatewayFeeRecipient: import("abitype").Address | null;
1175
1175
  } | {
1176
1176
  blockHash: `0x${string}` | null;
1177
1177
  blockNumber: bigint | null;
1178
- from: `0x${string}`;
1178
+ from: import("abitype").Address;
1179
1179
  gas: bigint;
1180
- hash: `0x${string}`;
1181
- input: `0x${string}`;
1180
+ hash: Hash;
1181
+ input: import("../types/misc.js").Hex;
1182
1182
  nonce: number;
1183
- r: `0x${string}`;
1184
- s: `0x${string}`;
1185
- to: `0x${string}` | null;
1183
+ r: import("../types/misc.js").Hex;
1184
+ s: import("../types/misc.js").Hex;
1185
+ to: import("abitype").Address | null;
1186
1186
  transactionIndex: number | null;
1187
- typeHex: `0x${string}` | null;
1187
+ typeHex: import("../types/misc.js").Hex | null;
1188
1188
  v: bigint;
1189
1189
  value: bigint;
1190
1190
  yParity: number;
1191
1191
  accessList: import("../index.js").AccessList;
1192
- blobVersionedHashes: readonly `0x${string}`[];
1192
+ blobVersionedHashes: readonly import("../types/misc.js").Hex[];
1193
1193
  chainId: number;
1194
1194
  type: "cip64";
1195
1195
  gasPrice?: undefined;
1196
1196
  maxFeePerBlobGas: undefined;
1197
1197
  maxFeePerGas: bigint;
1198
1198
  maxPriorityFeePerGas: bigint;
1199
- feeCurrency: `0x${string}` | null;
1199
+ feeCurrency: import("abitype").Address | null;
1200
1200
  gatewayFee?: undefined;
1201
1201
  gatewayFeeRecipient?: undefined;
1202
1202
  }) & {};
@@ -1205,11 +1205,11 @@ export declare const formatters: {
1205
1205
  readonly transactionRequest: {
1206
1206
  exclude: [] | undefined;
1207
1207
  format: (args: ({
1208
- data?: `0x${string}` | undefined;
1209
- from?: `0x${string}`;
1208
+ data?: import("../types/misc.js").Hex | undefined;
1209
+ from?: import("abitype").Address;
1210
1210
  gas?: bigint | undefined;
1211
1211
  nonce?: number | undefined;
1212
- to?: `0x${string}` | null | undefined;
1212
+ to?: import("abitype").Address | null | undefined;
1213
1213
  value?: bigint | undefined;
1214
1214
  accessList?: import("../index.js").AccessList | undefined;
1215
1215
  blobs?: undefined;
@@ -1222,11 +1222,11 @@ export declare const formatters: {
1222
1222
  kzg?: undefined;
1223
1223
  sidecars?: undefined;
1224
1224
  } & {
1225
- data?: `0x${string}` | undefined;
1226
- from: `0x${string}`;
1225
+ data?: import("../types/misc.js").Hex | undefined;
1226
+ from: import("abitype").Address;
1227
1227
  gas?: bigint | undefined;
1228
1228
  nonce?: number | undefined;
1229
- to?: `0x${string}` | null | undefined;
1229
+ to?: import("abitype").Address | null | undefined;
1230
1230
  value?: bigint | undefined;
1231
1231
  accessList?: undefined;
1232
1232
  blobs?: undefined;
@@ -1239,13 +1239,13 @@ export declare const formatters: {
1239
1239
  kzg?: undefined;
1240
1240
  sidecars?: undefined;
1241
1241
  } & {
1242
- feeCurrency?: `0x${string}` | undefined;
1242
+ feeCurrency?: import("abitype").Address | undefined;
1243
1243
  }) | ({
1244
- data?: `0x${string}` | undefined;
1245
- from?: `0x${string}`;
1244
+ data?: import("../types/misc.js").Hex | undefined;
1245
+ from?: import("abitype").Address;
1246
1246
  gas?: bigint | undefined;
1247
1247
  nonce?: number | undefined;
1248
- to?: `0x${string}` | null | undefined;
1248
+ to?: import("abitype").Address | null | undefined;
1249
1249
  value?: bigint | undefined;
1250
1250
  accessList?: import("../index.js").AccessList | undefined;
1251
1251
  blobs?: undefined;
@@ -1258,11 +1258,11 @@ export declare const formatters: {
1258
1258
  kzg?: undefined;
1259
1259
  sidecars?: undefined;
1260
1260
  } & {
1261
- data?: `0x${string}` | undefined;
1262
- from: `0x${string}`;
1261
+ data?: import("../types/misc.js").Hex | undefined;
1262
+ from: import("abitype").Address;
1263
1263
  gas?: bigint | undefined;
1264
1264
  nonce?: number | undefined;
1265
- to?: `0x${string}` | null | undefined;
1265
+ to?: import("abitype").Address | null | undefined;
1266
1266
  value?: bigint | undefined;
1267
1267
  accessList?: import("../index.js").AccessList | undefined;
1268
1268
  blobs?: undefined;
@@ -1275,13 +1275,13 @@ export declare const formatters: {
1275
1275
  kzg?: undefined;
1276
1276
  sidecars?: undefined;
1277
1277
  } & {
1278
- feeCurrency?: `0x${string}` | undefined;
1278
+ feeCurrency?: import("abitype").Address | undefined;
1279
1279
  }) | ({
1280
- data?: `0x${string}` | undefined;
1281
- from?: `0x${string}`;
1280
+ data?: import("../types/misc.js").Hex | undefined;
1281
+ from?: import("abitype").Address;
1282
1282
  gas?: bigint | undefined;
1283
1283
  nonce?: number | undefined;
1284
- to?: `0x${string}` | null | undefined;
1284
+ to?: import("abitype").Address | null | undefined;
1285
1285
  value?: bigint | undefined;
1286
1286
  accessList?: import("../index.js").AccessList | undefined;
1287
1287
  blobs?: undefined;
@@ -1294,11 +1294,11 @@ export declare const formatters: {
1294
1294
  kzg?: undefined;
1295
1295
  sidecars?: undefined;
1296
1296
  } & {
1297
- data?: `0x${string}` | undefined;
1298
- from: `0x${string}`;
1297
+ data?: import("../types/misc.js").Hex | undefined;
1298
+ from: import("abitype").Address;
1299
1299
  gas?: bigint | undefined;
1300
1300
  nonce?: number | undefined;
1301
- to?: `0x${string}` | null | undefined;
1301
+ to?: import("abitype").Address | null | undefined;
1302
1302
  value?: bigint | undefined;
1303
1303
  gasPrice?: undefined;
1304
1304
  maxFeePerBlobGas?: undefined;
@@ -1311,13 +1311,13 @@ export declare const formatters: {
1311
1311
  kzg?: undefined;
1312
1312
  sidecars?: undefined;
1313
1313
  } & {
1314
- feeCurrency?: `0x${string}` | undefined;
1314
+ feeCurrency?: import("abitype").Address | undefined;
1315
1315
  }) | ({
1316
- data?: `0x${string}` | undefined;
1317
- from?: `0x${string}`;
1316
+ data?: import("../types/misc.js").Hex | undefined;
1317
+ from?: import("abitype").Address;
1318
1318
  gas?: bigint | undefined;
1319
1319
  nonce?: number | undefined;
1320
- to?: `0x${string}` | null | undefined;
1320
+ to?: import("abitype").Address | null | undefined;
1321
1321
  value?: bigint | undefined;
1322
1322
  accessList?: import("../index.js").AccessList | undefined;
1323
1323
  blobs?: undefined;
@@ -1331,14 +1331,14 @@ export declare const formatters: {
1331
1331
  sidecars?: undefined;
1332
1332
  } & import("../index.js").TransactionRequestBase & {
1333
1333
  accessList?: import("../index.js").AccessList | undefined;
1334
- feeCurrency?: `0x${string}` | undefined;
1334
+ feeCurrency?: import("abitype").Address | undefined;
1335
1335
  type?: "cip64" | undefined;
1336
1336
  } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
1337
- data?: `0x${string}` | undefined;
1338
- from?: `0x${string}`;
1337
+ data?: import("../types/misc.js").Hex | undefined;
1338
+ from?: import("abitype").Address;
1339
1339
  gas?: bigint | undefined;
1340
1340
  nonce?: number | undefined;
1341
- to?: `0x${string}` | null | undefined;
1341
+ to?: import("abitype").Address | null | undefined;
1342
1342
  value?: bigint | undefined;
1343
1343
  accessList?: import("../index.js").AccessList | undefined;
1344
1344
  blobs?: undefined;
@@ -1351,11 +1351,11 @@ export declare const formatters: {
1351
1351
  kzg?: undefined;
1352
1352
  sidecars?: undefined;
1353
1353
  } & {
1354
- data?: `0x${string}` | undefined;
1355
- from: `0x${string}`;
1354
+ data?: import("../types/misc.js").Hex | undefined;
1355
+ from: import("abitype").Address;
1356
1356
  gas?: bigint | undefined;
1357
1357
  nonce?: number | undefined;
1358
- to?: `0x${string}` | null | undefined;
1358
+ to?: import("abitype").Address | null | undefined;
1359
1359
  value?: bigint | undefined;
1360
1360
  accessList?: undefined;
1361
1361
  blobs?: undefined;
@@ -1368,13 +1368,13 @@ export declare const formatters: {
1368
1368
  kzg?: undefined;
1369
1369
  sidecars?: undefined;
1370
1370
  } & {
1371
- feeCurrency?: `0x${string}` | undefined;
1371
+ feeCurrency?: import("abitype").Address | undefined;
1372
1372
  }) | ({
1373
- data?: `0x${string}` | undefined;
1374
- from?: `0x${string}`;
1373
+ data?: import("../types/misc.js").Hex | undefined;
1374
+ from?: import("abitype").Address;
1375
1375
  gas?: bigint | undefined;
1376
1376
  nonce?: number | undefined;
1377
- to?: `0x${string}` | null | undefined;
1377
+ to?: import("abitype").Address | null | undefined;
1378
1378
  value?: bigint | undefined;
1379
1379
  accessList?: import("../index.js").AccessList | undefined;
1380
1380
  blobs?: undefined;
@@ -1387,11 +1387,11 @@ export declare const formatters: {
1387
1387
  kzg?: undefined;
1388
1388
  sidecars?: undefined;
1389
1389
  } & {
1390
- data?: `0x${string}` | undefined;
1391
- from: `0x${string}`;
1390
+ data?: import("../types/misc.js").Hex | undefined;
1391
+ from: import("abitype").Address;
1392
1392
  gas?: bigint | undefined;
1393
1393
  nonce?: number | undefined;
1394
- to?: `0x${string}` | null | undefined;
1394
+ to?: import("abitype").Address | null | undefined;
1395
1395
  value?: bigint | undefined;
1396
1396
  accessList?: import("../index.js").AccessList | undefined;
1397
1397
  blobs?: undefined;
@@ -1404,13 +1404,13 @@ export declare const formatters: {
1404
1404
  kzg?: undefined;
1405
1405
  sidecars?: undefined;
1406
1406
  } & {
1407
- feeCurrency?: `0x${string}` | undefined;
1407
+ feeCurrency?: import("abitype").Address | undefined;
1408
1408
  }) | ({
1409
- data?: `0x${string}` | undefined;
1410
- from?: `0x${string}`;
1409
+ data?: import("../types/misc.js").Hex | undefined;
1410
+ from?: import("abitype").Address;
1411
1411
  gas?: bigint | undefined;
1412
1412
  nonce?: number | undefined;
1413
- to?: `0x${string}` | null | undefined;
1413
+ to?: import("abitype").Address | null | undefined;
1414
1414
  value?: bigint | undefined;
1415
1415
  accessList?: import("../index.js").AccessList | undefined;
1416
1416
  blobs?: undefined;
@@ -1423,11 +1423,11 @@ export declare const formatters: {
1423
1423
  kzg?: undefined;
1424
1424
  sidecars?: undefined;
1425
1425
  } & {
1426
- data?: `0x${string}` | undefined;
1427
- from: `0x${string}`;
1426
+ data?: import("../types/misc.js").Hex | undefined;
1427
+ from: import("abitype").Address;
1428
1428
  gas?: bigint | undefined;
1429
1429
  nonce?: number | undefined;
1430
- to?: `0x${string}` | null | undefined;
1430
+ to?: import("abitype").Address | null | undefined;
1431
1431
  value?: bigint | undefined;
1432
1432
  gasPrice?: undefined;
1433
1433
  maxFeePerBlobGas?: undefined;
@@ -1440,13 +1440,13 @@ export declare const formatters: {
1440
1440
  kzg?: undefined;
1441
1441
  sidecars?: undefined;
1442
1442
  } & {
1443
- feeCurrency?: `0x${string}` | undefined;
1443
+ feeCurrency?: import("abitype").Address | undefined;
1444
1444
  }) | ({
1445
- data?: `0x${string}` | undefined;
1446
- from?: `0x${string}`;
1445
+ data?: import("../types/misc.js").Hex | undefined;
1446
+ from?: import("abitype").Address;
1447
1447
  gas?: bigint | undefined;
1448
1448
  nonce?: number | undefined;
1449
- to?: `0x${string}` | null | undefined;
1449
+ to?: import("abitype").Address | null | undefined;
1450
1450
  value?: bigint | undefined;
1451
1451
  accessList?: import("../index.js").AccessList | undefined;
1452
1452
  blobs?: undefined;
@@ -1460,14 +1460,14 @@ export declare const formatters: {
1460
1460
  sidecars?: undefined;
1461
1461
  } & import("../index.js").TransactionRequestBase & {
1462
1462
  accessList?: import("../index.js").AccessList | undefined;
1463
- feeCurrency?: `0x${string}` | undefined;
1463
+ feeCurrency?: import("abitype").Address | undefined;
1464
1464
  type?: "cip64" | undefined;
1465
1465
  } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
1466
- data?: `0x${string}` | undefined;
1467
- from?: `0x${string}`;
1466
+ data?: import("../types/misc.js").Hex | undefined;
1467
+ from?: import("abitype").Address;
1468
1468
  gas?: bigint | undefined;
1469
1469
  nonce?: number | undefined;
1470
- to?: `0x${string}` | null | undefined;
1470
+ to?: import("abitype").Address | null | undefined;
1471
1471
  value?: bigint | undefined;
1472
1472
  gasPrice?: bigint | undefined;
1473
1473
  maxFeePerBlobGas?: bigint | undefined;
@@ -1480,11 +1480,11 @@ export declare const formatters: {
1480
1480
  kzg?: undefined;
1481
1481
  sidecars?: undefined;
1482
1482
  } & {
1483
- data?: `0x${string}` | undefined;
1484
- from: `0x${string}`;
1483
+ data?: import("../types/misc.js").Hex | undefined;
1484
+ from: import("abitype").Address;
1485
1485
  gas?: bigint | undefined;
1486
1486
  nonce?: number | undefined;
1487
- to?: `0x${string}` | null | undefined;
1487
+ to?: import("abitype").Address | null | undefined;
1488
1488
  value?: bigint | undefined;
1489
1489
  accessList?: undefined;
1490
1490
  blobs?: undefined;
@@ -1497,13 +1497,13 @@ export declare const formatters: {
1497
1497
  kzg?: undefined;
1498
1498
  sidecars?: undefined;
1499
1499
  } & {
1500
- feeCurrency?: `0x${string}` | undefined;
1500
+ feeCurrency?: import("abitype").Address | undefined;
1501
1501
  }) | ({
1502
- data?: `0x${string}` | undefined;
1503
- from?: `0x${string}`;
1502
+ data?: import("../types/misc.js").Hex | undefined;
1503
+ from?: import("abitype").Address;
1504
1504
  gas?: bigint | undefined;
1505
1505
  nonce?: number | undefined;
1506
- to?: `0x${string}` | null | undefined;
1506
+ to?: import("abitype").Address | null | undefined;
1507
1507
  value?: bigint | undefined;
1508
1508
  gasPrice?: bigint | undefined;
1509
1509
  maxFeePerBlobGas?: bigint | undefined;
@@ -1516,11 +1516,11 @@ export declare const formatters: {
1516
1516
  kzg?: undefined;
1517
1517
  sidecars?: undefined;
1518
1518
  } & {
1519
- data?: `0x${string}` | undefined;
1520
- from: `0x${string}`;
1519
+ data?: import("../types/misc.js").Hex | undefined;
1520
+ from: import("abitype").Address;
1521
1521
  gas?: bigint | undefined;
1522
1522
  nonce?: number | undefined;
1523
- to?: `0x${string}` | null | undefined;
1523
+ to?: import("abitype").Address | null | undefined;
1524
1524
  value?: bigint | undefined;
1525
1525
  accessList?: import("../index.js").AccessList | undefined;
1526
1526
  blobs?: undefined;
@@ -1533,13 +1533,13 @@ export declare const formatters: {
1533
1533
  kzg?: undefined;
1534
1534
  sidecars?: undefined;
1535
1535
  } & {
1536
- feeCurrency?: `0x${string}` | undefined;
1536
+ feeCurrency?: import("abitype").Address | undefined;
1537
1537
  }) | ({
1538
- data?: `0x${string}` | undefined;
1539
- from?: `0x${string}`;
1538
+ data?: import("../types/misc.js").Hex | undefined;
1539
+ from?: import("abitype").Address;
1540
1540
  gas?: bigint | undefined;
1541
1541
  nonce?: number | undefined;
1542
- to?: `0x${string}` | null | undefined;
1542
+ to?: import("abitype").Address | null | undefined;
1543
1543
  value?: bigint | undefined;
1544
1544
  gasPrice?: bigint | undefined;
1545
1545
  maxFeePerBlobGas?: bigint | undefined;
@@ -1552,11 +1552,11 @@ export declare const formatters: {
1552
1552
  kzg?: undefined;
1553
1553
  sidecars?: undefined;
1554
1554
  } & {
1555
- data?: `0x${string}` | undefined;
1556
- from: `0x${string}`;
1555
+ data?: import("../types/misc.js").Hex | undefined;
1556
+ from: import("abitype").Address;
1557
1557
  gas?: bigint | undefined;
1558
1558
  nonce?: number | undefined;
1559
- to?: `0x${string}` | null | undefined;
1559
+ to?: import("abitype").Address | null | undefined;
1560
1560
  value?: bigint | undefined;
1561
1561
  gasPrice?: undefined;
1562
1562
  maxFeePerBlobGas?: undefined;
@@ -1569,13 +1569,13 @@ export declare const formatters: {
1569
1569
  kzg?: undefined;
1570
1570
  sidecars?: undefined;
1571
1571
  } & {
1572
- feeCurrency?: `0x${string}` | undefined;
1572
+ feeCurrency?: import("abitype").Address | undefined;
1573
1573
  }) | ({
1574
- data?: `0x${string}` | undefined;
1575
- from?: `0x${string}`;
1574
+ data?: import("../types/misc.js").Hex | undefined;
1575
+ from?: import("abitype").Address;
1576
1576
  gas?: bigint | undefined;
1577
1577
  nonce?: number | undefined;
1578
- to?: `0x${string}` | null | undefined;
1578
+ to?: import("abitype").Address | null | undefined;
1579
1579
  value?: bigint | undefined;
1580
1580
  gasPrice?: bigint | undefined;
1581
1581
  maxFeePerBlobGas?: bigint | undefined;
@@ -1589,31 +1589,31 @@ export declare const formatters: {
1589
1589
  sidecars?: undefined;
1590
1590
  } & import("../index.js").TransactionRequestBase & {
1591
1591
  accessList?: import("../index.js").AccessList | undefined;
1592
- feeCurrency?: `0x${string}` | undefined;
1592
+ feeCurrency?: import("abitype").Address | undefined;
1593
1593
  type?: "cip64" | undefined;
1594
1594
  } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>) | ({
1595
- data?: `0x${string}` | undefined;
1596
- from?: `0x${string}`;
1595
+ data?: import("../types/misc.js").Hex | undefined;
1596
+ from?: import("abitype").Address;
1597
1597
  gas?: bigint | undefined;
1598
1598
  nonce?: number | undefined;
1599
1599
  value?: bigint | undefined;
1600
- to?: `0x${string}` | null | undefined;
1600
+ to?: import("abitype").Address | null | undefined;
1601
1601
  accessList?: import("../index.js").AccessList | undefined;
1602
1602
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1603
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1603
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1604
1604
  kzg?: import("../index.js").Kzg | undefined;
1605
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1605
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1606
1606
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1607
1607
  gasPrice?: bigint | undefined;
1608
1608
  maxFeePerGas?: bigint | undefined;
1609
1609
  maxPriorityFeePerGas?: bigint | undefined;
1610
1610
  maxFeePerBlobGas?: bigint | undefined;
1611
1611
  } & {
1612
- data?: `0x${string}` | undefined;
1613
- from: `0x${string}`;
1612
+ data?: import("../types/misc.js").Hex | undefined;
1613
+ from: import("abitype").Address;
1614
1614
  gas?: bigint | undefined;
1615
1615
  nonce?: number | undefined;
1616
- to?: `0x${string}` | null | undefined;
1616
+ to?: import("abitype").Address | null | undefined;
1617
1617
  value?: bigint | undefined;
1618
1618
  accessList?: undefined;
1619
1619
  blobs?: undefined;
@@ -1626,30 +1626,30 @@ export declare const formatters: {
1626
1626
  kzg?: undefined;
1627
1627
  sidecars?: undefined;
1628
1628
  } & {
1629
- feeCurrency?: `0x${string}` | undefined;
1629
+ feeCurrency?: import("abitype").Address | undefined;
1630
1630
  }) | ({
1631
- data?: `0x${string}` | undefined;
1632
- from?: `0x${string}`;
1631
+ data?: import("../types/misc.js").Hex | undefined;
1632
+ from?: import("abitype").Address;
1633
1633
  gas?: bigint | undefined;
1634
1634
  nonce?: number | undefined;
1635
1635
  value?: bigint | undefined;
1636
- to?: `0x${string}` | null | undefined;
1636
+ to?: import("abitype").Address | null | undefined;
1637
1637
  accessList?: import("../index.js").AccessList | undefined;
1638
1638
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1639
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1639
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1640
1640
  kzg?: import("../index.js").Kzg | undefined;
1641
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1641
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1642
1642
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1643
1643
  gasPrice?: bigint | undefined;
1644
1644
  maxFeePerGas?: bigint | undefined;
1645
1645
  maxPriorityFeePerGas?: bigint | undefined;
1646
1646
  maxFeePerBlobGas?: bigint | undefined;
1647
1647
  } & {
1648
- data?: `0x${string}` | undefined;
1649
- from: `0x${string}`;
1648
+ data?: import("../types/misc.js").Hex | undefined;
1649
+ from: import("abitype").Address;
1650
1650
  gas?: bigint | undefined;
1651
1651
  nonce?: number | undefined;
1652
- to?: `0x${string}` | null | undefined;
1652
+ to?: import("abitype").Address | null | undefined;
1653
1653
  value?: bigint | undefined;
1654
1654
  accessList?: import("../index.js").AccessList | undefined;
1655
1655
  blobs?: undefined;
@@ -1662,30 +1662,30 @@ export declare const formatters: {
1662
1662
  kzg?: undefined;
1663
1663
  sidecars?: undefined;
1664
1664
  } & {
1665
- feeCurrency?: `0x${string}` | undefined;
1665
+ feeCurrency?: import("abitype").Address | undefined;
1666
1666
  }) | ({
1667
- data?: `0x${string}` | undefined;
1668
- from?: `0x${string}`;
1667
+ data?: import("../types/misc.js").Hex | undefined;
1668
+ from?: import("abitype").Address;
1669
1669
  gas?: bigint | undefined;
1670
1670
  nonce?: number | undefined;
1671
1671
  value?: bigint | undefined;
1672
- to?: `0x${string}` | null | undefined;
1672
+ to?: import("abitype").Address | null | undefined;
1673
1673
  accessList?: import("../index.js").AccessList | undefined;
1674
1674
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1675
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1675
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1676
1676
  kzg?: import("../index.js").Kzg | undefined;
1677
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1677
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1678
1678
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1679
1679
  gasPrice?: bigint | undefined;
1680
1680
  maxFeePerGas?: bigint | undefined;
1681
1681
  maxPriorityFeePerGas?: bigint | undefined;
1682
1682
  maxFeePerBlobGas?: bigint | undefined;
1683
1683
  } & {
1684
- data?: `0x${string}` | undefined;
1685
- from: `0x${string}`;
1684
+ data?: import("../types/misc.js").Hex | undefined;
1685
+ from: import("abitype").Address;
1686
1686
  gas?: bigint | undefined;
1687
1687
  nonce?: number | undefined;
1688
- to?: `0x${string}` | null | undefined;
1688
+ to?: import("abitype").Address | null | undefined;
1689
1689
  value?: bigint | undefined;
1690
1690
  gasPrice?: undefined;
1691
1691
  maxFeePerBlobGas?: undefined;
@@ -1698,55 +1698,55 @@ export declare const formatters: {
1698
1698
  kzg?: undefined;
1699
1699
  sidecars?: undefined;
1700
1700
  } & {
1701
- feeCurrency?: `0x${string}` | undefined;
1701
+ feeCurrency?: import("abitype").Address | undefined;
1702
1702
  }) | ({
1703
- data?: `0x${string}` | undefined;
1704
- from?: `0x${string}`;
1703
+ data?: import("../types/misc.js").Hex | undefined;
1704
+ from?: import("abitype").Address;
1705
1705
  gas?: bigint | undefined;
1706
1706
  nonce?: number | undefined;
1707
1707
  value?: bigint | undefined;
1708
- to?: `0x${string}` | null | undefined;
1708
+ to?: import("abitype").Address | null | undefined;
1709
1709
  accessList?: import("../index.js").AccessList | undefined;
1710
1710
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1711
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1711
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1712
1712
  kzg?: import("../index.js").Kzg | undefined;
1713
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1713
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1714
1714
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1715
1715
  gasPrice?: bigint | undefined;
1716
1716
  maxFeePerGas?: bigint | undefined;
1717
1717
  maxPriorityFeePerGas?: bigint | undefined;
1718
1718
  maxFeePerBlobGas?: bigint | undefined;
1719
1719
  } & {
1720
- data?: `0x${string}` | undefined;
1721
- from: `0x${string}`;
1720
+ data?: import("../types/misc.js").Hex | undefined;
1721
+ from: import("abitype").Address;
1722
1722
  gas?: bigint | undefined;
1723
1723
  nonce?: number | undefined;
1724
1724
  value?: bigint | undefined;
1725
1725
  to: `0x${string}` | null;
1726
1726
  accessList?: import("../index.js").AccessList | undefined;
1727
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1728
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1727
+ blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
1728
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1729
1729
  kzg?: import("../index.js").Kzg | undefined;
1730
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1730
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1731
1731
  type?: "eip4844" | undefined;
1732
1732
  gasPrice?: undefined;
1733
1733
  maxFeePerGas?: bigint | undefined;
1734
1734
  maxPriorityFeePerGas?: bigint | undefined;
1735
1735
  maxFeePerBlobGas: bigint;
1736
1736
  } & {
1737
- feeCurrency?: `0x${string}` | undefined;
1737
+ feeCurrency?: import("abitype").Address | undefined;
1738
1738
  }) | ({
1739
- data?: `0x${string}` | undefined;
1740
- from?: `0x${string}`;
1739
+ data?: import("../types/misc.js").Hex | undefined;
1740
+ from?: import("abitype").Address;
1741
1741
  gas?: bigint | undefined;
1742
1742
  nonce?: number | undefined;
1743
1743
  value?: bigint | undefined;
1744
- to?: `0x${string}` | null | undefined;
1744
+ to?: import("abitype").Address | null | undefined;
1745
1745
  accessList?: import("../index.js").AccessList | undefined;
1746
1746
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1747
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1747
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1748
1748
  kzg?: import("../index.js").Kzg | undefined;
1749
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1749
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1750
1750
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip64" | undefined;
1751
1751
  gasPrice?: bigint | undefined;
1752
1752
  maxFeePerGas?: bigint | undefined;
@@ -1754,14 +1754,14 @@ export declare const formatters: {
1754
1754
  maxFeePerBlobGas?: bigint | undefined;
1755
1755
  } & import("../index.js").TransactionRequestBase & {
1756
1756
  accessList?: import("../index.js").AccessList | undefined;
1757
- feeCurrency?: `0x${string}` | undefined;
1757
+ feeCurrency?: import("abitype").Address | undefined;
1758
1758
  type?: "cip64" | undefined;
1759
1759
  } & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559>)) => ({
1760
- data?: `0x${string}` | undefined;
1761
- from: `0x${string}`;
1760
+ data?: import("../types/misc.js").Hex | undefined;
1761
+ from: import("abitype").Address;
1762
1762
  gas?: `0x${string}` | undefined;
1763
1763
  nonce?: `0x${string}` | undefined;
1764
- to?: `0x${string}` | null | undefined;
1764
+ to?: import("abitype").Address | null | undefined;
1765
1765
  value?: `0x${string}` | undefined;
1766
1766
  accessList?: undefined;
1767
1767
  blobs?: undefined;
@@ -1773,13 +1773,13 @@ export declare const formatters: {
1773
1773
  blobVersionedHashes?: undefined;
1774
1774
  kzg?: undefined;
1775
1775
  sidecars?: undefined;
1776
- feeCurrency?: `0x${string}` | undefined;
1776
+ feeCurrency?: import("abitype").Address | undefined;
1777
1777
  } | {
1778
- data?: `0x${string}` | undefined;
1779
- from: `0x${string}`;
1778
+ data?: import("../types/misc.js").Hex | undefined;
1779
+ from: import("abitype").Address;
1780
1780
  gas?: `0x${string}` | undefined;
1781
1781
  nonce?: `0x${string}` | undefined;
1782
- to?: `0x${string}` | null | undefined;
1782
+ to?: import("abitype").Address | null | undefined;
1783
1783
  value?: `0x${string}` | undefined;
1784
1784
  accessList?: import("../index.js").AccessList | undefined;
1785
1785
  blobs?: undefined;
@@ -1791,13 +1791,13 @@ export declare const formatters: {
1791
1791
  blobVersionedHashes?: undefined;
1792
1792
  kzg?: undefined;
1793
1793
  sidecars?: undefined;
1794
- feeCurrency?: `0x${string}` | undefined;
1794
+ feeCurrency?: import("abitype").Address | undefined;
1795
1795
  } | {
1796
- data?: `0x${string}` | undefined;
1797
- from: `0x${string}`;
1796
+ data?: import("../types/misc.js").Hex | undefined;
1797
+ from: import("abitype").Address;
1798
1798
  gas?: `0x${string}` | undefined;
1799
1799
  nonce?: `0x${string}` | undefined;
1800
- to?: `0x${string}` | null | undefined;
1800
+ to?: import("abitype").Address | null | undefined;
1801
1801
  value?: `0x${string}` | undefined;
1802
1802
  accessList?: import("../index.js").AccessList | undefined;
1803
1803
  blobs?: undefined;
@@ -1809,13 +1809,13 @@ export declare const formatters: {
1809
1809
  blobVersionedHashes?: undefined;
1810
1810
  kzg?: undefined;
1811
1811
  sidecars?: undefined;
1812
- feeCurrency?: `0x${string}` | undefined;
1812
+ feeCurrency?: import("abitype").Address | undefined;
1813
1813
  } | {
1814
- data?: `0x${string}` | undefined;
1815
- from: `0x${string}`;
1814
+ data?: import("../types/misc.js").Hex | undefined;
1815
+ from: import("abitype").Address;
1816
1816
  gas?: `0x${string}` | undefined;
1817
1817
  nonce?: `0x${string}` | undefined;
1818
- to?: `0x${string}` | null | undefined;
1818
+ to?: import("abitype").Address | null | undefined;
1819
1819
  value?: `0x${string}` | undefined;
1820
1820
  accessList?: import("../index.js").AccessList | undefined;
1821
1821
  blobs?: undefined;
@@ -1827,13 +1827,13 @@ export declare const formatters: {
1827
1827
  blobVersionedHashes?: undefined;
1828
1828
  kzg?: undefined;
1829
1829
  sidecars?: undefined;
1830
- feeCurrency?: `0x${string}` | undefined;
1830
+ feeCurrency?: import("abitype").Address | undefined;
1831
1831
  } | {
1832
- data?: `0x${string}` | undefined;
1833
- from: `0x${string}`;
1832
+ data?: import("../types/misc.js").Hex | undefined;
1833
+ from: import("abitype").Address;
1834
1834
  gas?: `0x${string}` | undefined;
1835
1835
  nonce?: `0x${string}` | undefined;
1836
- to?: `0x${string}` | null | undefined;
1836
+ to?: import("abitype").Address | null | undefined;
1837
1837
  value?: `0x${string}` | undefined;
1838
1838
  accessList?: undefined;
1839
1839
  blobs?: undefined;
@@ -1845,13 +1845,13 @@ export declare const formatters: {
1845
1845
  blobVersionedHashes?: undefined;
1846
1846
  kzg?: undefined;
1847
1847
  sidecars?: undefined;
1848
- feeCurrency?: `0x${string}` | undefined;
1848
+ feeCurrency?: import("abitype").Address | undefined;
1849
1849
  } | {
1850
- data?: `0x${string}` | undefined;
1851
- from: `0x${string}`;
1850
+ data?: import("../types/misc.js").Hex | undefined;
1851
+ from: import("abitype").Address;
1852
1852
  gas?: `0x${string}` | undefined;
1853
1853
  nonce?: `0x${string}` | undefined;
1854
- to?: `0x${string}` | null | undefined;
1854
+ to?: import("abitype").Address | null | undefined;
1855
1855
  value?: `0x${string}` | undefined;
1856
1856
  accessList?: import("../index.js").AccessList | undefined;
1857
1857
  blobs?: undefined;
@@ -1863,13 +1863,13 @@ export declare const formatters: {
1863
1863
  blobVersionedHashes?: undefined;
1864
1864
  kzg?: undefined;
1865
1865
  sidecars?: undefined;
1866
- feeCurrency?: `0x${string}` | undefined;
1866
+ feeCurrency?: import("abitype").Address | undefined;
1867
1867
  } | {
1868
- data?: `0x${string}` | undefined;
1869
- from: `0x${string}`;
1868
+ data?: import("../types/misc.js").Hex | undefined;
1869
+ from: import("abitype").Address;
1870
1870
  gas?: `0x${string}` | undefined;
1871
1871
  nonce?: `0x${string}` | undefined;
1872
- to?: `0x${string}` | null | undefined;
1872
+ to?: import("abitype").Address | null | undefined;
1873
1873
  value?: `0x${string}` | undefined;
1874
1874
  accessList?: import("../index.js").AccessList | undefined;
1875
1875
  blobs?: undefined;
@@ -1881,13 +1881,13 @@ export declare const formatters: {
1881
1881
  blobVersionedHashes?: undefined;
1882
1882
  kzg?: undefined;
1883
1883
  sidecars?: undefined;
1884
- feeCurrency?: `0x${string}` | undefined;
1884
+ feeCurrency?: import("abitype").Address | undefined;
1885
1885
  } | {
1886
- data?: `0x${string}` | undefined;
1887
- from: `0x${string}`;
1886
+ data?: import("../types/misc.js").Hex | undefined;
1887
+ from: import("abitype").Address;
1888
1888
  gas?: `0x${string}` | undefined;
1889
1889
  nonce?: `0x${string}` | undefined;
1890
- to?: `0x${string}` | null | undefined;
1890
+ to?: import("abitype").Address | null | undefined;
1891
1891
  value?: `0x${string}` | undefined;
1892
1892
  accessList?: import("../index.js").AccessList | undefined;
1893
1893
  blobs?: undefined;
@@ -1899,13 +1899,13 @@ export declare const formatters: {
1899
1899
  blobVersionedHashes?: undefined;
1900
1900
  kzg?: undefined;
1901
1901
  sidecars?: undefined;
1902
- feeCurrency?: `0x${string}` | undefined;
1902
+ feeCurrency?: import("abitype").Address | undefined;
1903
1903
  } | {
1904
- data?: `0x${string}` | undefined;
1905
- from: `0x${string}`;
1904
+ data?: import("../types/misc.js").Hex | undefined;
1905
+ from: import("abitype").Address;
1906
1906
  gas?: `0x${string}` | undefined;
1907
1907
  nonce?: `0x${string}` | undefined;
1908
- to?: `0x${string}` | null | undefined;
1908
+ to?: import("abitype").Address | null | undefined;
1909
1909
  value?: `0x${string}` | undefined;
1910
1910
  gasPrice?: `0x${string}` | undefined;
1911
1911
  maxFeePerBlobGas?: undefined;
@@ -1917,13 +1917,13 @@ export declare const formatters: {
1917
1917
  blobVersionedHashes?: undefined;
1918
1918
  kzg?: undefined;
1919
1919
  sidecars?: undefined;
1920
- feeCurrency?: `0x${string}` | undefined;
1920
+ feeCurrency?: import("abitype").Address | undefined;
1921
1921
  } | {
1922
- data?: `0x${string}` | undefined;
1923
- from: `0x${string}`;
1922
+ data?: import("../types/misc.js").Hex | undefined;
1923
+ from: import("abitype").Address;
1924
1924
  gas?: `0x${string}` | undefined;
1925
1925
  nonce?: `0x${string}` | undefined;
1926
- to?: `0x${string}` | null | undefined;
1926
+ to?: import("abitype").Address | null | undefined;
1927
1927
  value?: `0x${string}` | undefined;
1928
1928
  gasPrice?: `0x${string}` | undefined;
1929
1929
  maxFeePerBlobGas?: undefined;
@@ -1935,13 +1935,13 @@ export declare const formatters: {
1935
1935
  blobVersionedHashes?: undefined;
1936
1936
  kzg?: undefined;
1937
1937
  sidecars?: undefined;
1938
- feeCurrency?: `0x${string}` | undefined;
1938
+ feeCurrency?: import("abitype").Address | undefined;
1939
1939
  } | {
1940
- data?: `0x${string}` | undefined;
1941
- from: `0x${string}`;
1940
+ data?: import("../types/misc.js").Hex | undefined;
1941
+ from: import("abitype").Address;
1942
1942
  gas?: `0x${string}` | undefined;
1943
1943
  nonce?: `0x${string}` | undefined;
1944
- to?: `0x${string}` | null | undefined;
1944
+ to?: import("abitype").Address | null | undefined;
1945
1945
  value?: `0x${string}` | undefined;
1946
1946
  gasPrice?: undefined;
1947
1947
  maxFeePerBlobGas?: undefined;
@@ -1953,13 +1953,13 @@ export declare const formatters: {
1953
1953
  blobVersionedHashes?: undefined;
1954
1954
  kzg?: undefined;
1955
1955
  sidecars?: undefined;
1956
- feeCurrency?: `0x${string}` | undefined;
1956
+ feeCurrency?: import("abitype").Address | undefined;
1957
1957
  } | {
1958
- data?: `0x${string}` | undefined;
1959
- from: `0x${string}`;
1958
+ data?: import("../types/misc.js").Hex | undefined;
1959
+ from: import("abitype").Address;
1960
1960
  gas?: `0x${string}` | undefined;
1961
1961
  nonce?: `0x${string}` | undefined;
1962
- to?: `0x${string}` | null | undefined;
1962
+ to?: import("abitype").Address | null | undefined;
1963
1963
  value?: `0x${string}` | undefined;
1964
1964
  gasPrice?: undefined;
1965
1965
  maxFeePerBlobGas?: undefined;
@@ -1971,43 +1971,43 @@ export declare const formatters: {
1971
1971
  blobVersionedHashes?: undefined;
1972
1972
  kzg?: undefined;
1973
1973
  sidecars?: undefined;
1974
- feeCurrency?: `0x${string}` | undefined;
1974
+ feeCurrency?: import("abitype").Address | undefined;
1975
1975
  } | {
1976
- data?: `0x${string}` | undefined;
1977
- from: `0x${string}`;
1976
+ data?: import("../types/misc.js").Hex | undefined;
1977
+ from: import("abitype").Address;
1978
1978
  gas?: `0x${string}` | undefined;
1979
1979
  nonce?: `0x${string}` | undefined;
1980
1980
  value?: `0x${string}` | undefined;
1981
1981
  to: `0x${string}` | null;
1982
1982
  accessList?: import("../index.js").AccessList | undefined;
1983
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1984
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1983
+ blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
1984
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
1985
1985
  kzg?: import("../index.js").Kzg | undefined;
1986
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1986
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
1987
1987
  type?: "0x3" | undefined;
1988
1988
  gasPrice?: undefined;
1989
1989
  maxFeePerGas?: `0x${string}` | undefined;
1990
1990
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1991
1991
  maxFeePerBlobGas: `0x${string}`;
1992
- feeCurrency?: `0x${string}` | undefined;
1992
+ feeCurrency?: import("abitype").Address | undefined;
1993
1993
  } | {
1994
- data?: `0x${string}` | undefined;
1995
- from: `0x${string}`;
1994
+ data?: import("../types/misc.js").Hex | undefined;
1995
+ from: import("abitype").Address;
1996
1996
  gas?: `0x${string}` | undefined;
1997
1997
  nonce?: `0x${string}` | undefined;
1998
1998
  value?: `0x${string}` | undefined;
1999
- to: `0x${string}` | null | undefined;
1999
+ to: import("abitype").Address | null | undefined;
2000
2000
  accessList?: import("../index.js").AccessList | undefined;
2001
- blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2002
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2001
+ blobs: readonly import("../types/misc.js").Hex[] | readonly import("../types/misc.js").ByteArray[];
2002
+ blobVersionedHashes?: readonly import("../types/misc.js").Hex[] | undefined;
2003
2003
  kzg?: import("../index.js").Kzg | undefined;
2004
- sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2004
+ sidecars?: readonly import("../index.js").BlobSidecar<import("../types/misc.js").Hex>[] | undefined;
2005
2005
  type?: "0x7b" | undefined;
2006
2006
  gasPrice?: undefined;
2007
2007
  maxFeePerGas?: `0x${string}` | undefined;
2008
2008
  maxPriorityFeePerGas?: `0x${string}` | undefined;
2009
2009
  maxFeePerBlobGas: undefined;
2010
- feeCurrency?: `0x${string}` | undefined;
2010
+ feeCurrency?: import("abitype").Address | undefined;
2011
2011
  }) & {};
2012
2012
  type: "transactionRequest";
2013
2013
  };