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
@@ -64,34 +64,34 @@ export declare const liskSepolia: {
64
64
  readonly block: {
65
65
  exclude: [] | undefined;
66
66
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
67
- transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
67
+ transactions: import("../../index.js").Hash[] | import("../index.js").OpStackRpcTransaction[];
68
68
  }>) => {
69
69
  baseFeePerGas: bigint | null;
70
70
  blobGasUsed: bigint;
71
71
  difficulty: bigint;
72
72
  excessBlobGas: bigint;
73
- extraData: `0x${string}`;
73
+ extraData: import("../../index.js").Hex;
74
74
  gasLimit: bigint;
75
75
  gasUsed: bigint;
76
76
  hash: `0x${string}` | null;
77
77
  logsBloom: `0x${string}` | null;
78
- miner: `0x${string}`;
79
- mixHash: `0x${string}`;
78
+ miner: import("abitype").Address;
79
+ mixHash: import("../../index.js").Hash;
80
80
  nonce: `0x${string}` | null;
81
81
  number: bigint | null;
82
- parentHash: `0x${string}`;
83
- receiptsRoot: `0x${string}`;
84
- sealFields: `0x${string}`[];
85
- sha3Uncles: `0x${string}`;
82
+ parentHash: import("../../index.js").Hash;
83
+ receiptsRoot: import("../../index.js").Hex;
84
+ sealFields: import("../../index.js").Hex[];
85
+ sha3Uncles: import("../../index.js").Hash;
86
86
  size: bigint;
87
- stateRoot: `0x${string}`;
87
+ stateRoot: import("../../index.js").Hash;
88
88
  timestamp: bigint;
89
89
  totalDifficulty: bigint | null;
90
90
  transactions: `0x${string}`[] | import("../index.js").OpStackTransaction[];
91
- transactionsRoot: `0x${string}`;
92
- uncles: `0x${string}`[];
91
+ transactionsRoot: import("../../index.js").Hash;
92
+ uncles: import("../../index.js").Hash[];
93
93
  withdrawals?: import("../../index.js").Withdrawal[] | undefined;
94
- withdrawalsRoot?: `0x${string}` | undefined;
94
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
95
95
  } & {};
96
96
  type: "block";
97
97
  };
@@ -99,16 +99,16 @@ export declare const liskSepolia: {
99
99
  exclude: [] | undefined;
100
100
  format: (args: ({
101
101
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
102
- r?: `0x${string}`;
103
- s?: `0x${string}`;
102
+ r?: import("../../index.js").Hex;
103
+ s?: import("../../index.js").Hex;
104
104
  v?: `0x${string}`;
105
105
  yParity?: `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,22 +116,22 @@ export declare const liskSepolia: {
116
116
  blobVersionedHashes?: undefined;
117
117
  blockHash?: `0x${string}` | null;
118
118
  blockNumber?: `0x${string}` | null;
119
- hash?: `0x${string}`;
120
- input?: `0x${string}`;
119
+ hash?: import("../../index.js").Hash;
120
+ input?: import("../../index.js").Hex;
121
121
  transactionIndex?: `0x${string}` | null;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & {
124
124
  type: "0x0";
125
- r: `0x${string}`;
126
- s: `0x${string}`;
125
+ r: import("../../index.js").Hex;
126
+ s: import("../../index.js").Hex;
127
127
  v: `0x${string}`;
128
128
  yParity?: undefined;
129
129
  gasPrice: `0x${string}`;
130
130
  maxFeePerBlobGas?: undefined;
131
131
  maxFeePerGas?: undefined;
132
132
  maxPriorityFeePerGas?: undefined;
133
- to: `0x${string}` | null;
134
- from: `0x${string}`;
133
+ to: import("abitype").Address | null;
134
+ from: import("abitype").Address;
135
135
  gas: `0x${string}`;
136
136
  nonce: `0x${string}`;
137
137
  value: `0x${string}`;
@@ -139,8 +139,8 @@ export declare const liskSepolia: {
139
139
  blobVersionedHashes?: undefined;
140
140
  blockHash: `0x${string}` | null;
141
141
  blockNumber: `0x${string}` | null;
142
- hash: `0x${string}`;
143
- input: `0x${string}`;
142
+ hash: import("../../index.js").Hash;
143
+ input: import("../../index.js").Hex;
144
144
  transactionIndex: `0x${string}` | null;
145
145
  chainId?: `0x${string}` | undefined;
146
146
  } & {
@@ -149,16 +149,16 @@ export declare const liskSepolia: {
149
149
  sourceHash?: undefined;
150
150
  }) | ({
151
151
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
152
- r?: `0x${string}`;
153
- s?: `0x${string}`;
152
+ r?: import("../../index.js").Hex;
153
+ s?: import("../../index.js").Hex;
154
154
  v?: `0x${string}`;
155
155
  yParity?: `0x${string}` | undefined;
156
156
  gasPrice?: `0x${string}` | undefined;
157
157
  maxFeePerBlobGas?: `0x${string}` | undefined;
158
158
  maxFeePerGas?: `0x${string}` | undefined;
159
159
  maxPriorityFeePerGas?: `0x${string}` | undefined;
160
- to?: `0x${string}` | null;
161
- from?: `0x${string}`;
160
+ to?: import("abitype").Address | null;
161
+ from?: import("abitype").Address;
162
162
  gas?: `0x${string}`;
163
163
  nonce?: `0x${string}`;
164
164
  value?: `0x${string}`;
@@ -166,26 +166,26 @@ export declare const liskSepolia: {
166
166
  blobVersionedHashes?: undefined;
167
167
  blockHash?: `0x${string}` | null;
168
168
  blockNumber?: `0x${string}` | null;
169
- hash?: `0x${string}`;
170
- input?: `0x${string}`;
169
+ hash?: import("../../index.js").Hash;
170
+ input?: import("../../index.js").Hex;
171
171
  transactionIndex?: `0x${string}` | null;
172
172
  chainId?: `0x${string}` | undefined;
173
173
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
174
174
  isSystemTx?: boolean | undefined;
175
- mint?: `0x${string}` | undefined;
176
- sourceHash: `0x${string}`;
175
+ mint?: import("../../index.js").Hex | undefined;
176
+ sourceHash: import("../../index.js").Hex;
177
177
  type: "0x7e";
178
178
  }) | ({
179
179
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
180
- r?: `0x${string}`;
181
- s?: `0x${string}`;
180
+ r?: import("../../index.js").Hex;
181
+ s?: import("../../index.js").Hex;
182
182
  v?: `0x${string}`;
183
183
  gasPrice?: `0x${string}` | undefined;
184
184
  maxFeePerBlobGas?: `0x${string}` | undefined;
185
185
  maxFeePerGas?: `0x${string}` | undefined;
186
186
  maxPriorityFeePerGas?: `0x${string}` | undefined;
187
- to?: `0x${string}` | null;
188
- from?: `0x${string}`;
187
+ to?: import("abitype").Address | null;
188
+ from?: import("abitype").Address;
189
189
  gas?: `0x${string}`;
190
190
  nonce?: `0x${string}`;
191
191
  value?: `0x${string}`;
@@ -193,23 +193,23 @@ export declare const liskSepolia: {
193
193
  blobVersionedHashes?: undefined;
194
194
  blockHash?: `0x${string}` | null;
195
195
  blockNumber?: `0x${string}` | null;
196
- hash?: `0x${string}`;
197
- input?: `0x${string}`;
196
+ hash?: import("../../index.js").Hash;
197
+ input?: import("../../index.js").Hex;
198
198
  transactionIndex?: `0x${string}` | null;
199
199
  chainId?: `0x${string}` | undefined;
200
200
  yParity?: `0x${string}` | undefined;
201
201
  } & {
202
202
  type: "0x0";
203
- r: `0x${string}`;
204
- s: `0x${string}`;
203
+ r: import("../../index.js").Hex;
204
+ s: import("../../index.js").Hex;
205
205
  v: `0x${string}`;
206
206
  yParity?: undefined;
207
207
  gasPrice: `0x${string}`;
208
208
  maxFeePerBlobGas?: undefined;
209
209
  maxFeePerGas?: undefined;
210
210
  maxPriorityFeePerGas?: undefined;
211
- to: `0x${string}` | null;
212
- from: `0x${string}`;
211
+ to: import("abitype").Address | null;
212
+ from: import("abitype").Address;
213
213
  gas: `0x${string}`;
214
214
  nonce: `0x${string}`;
215
215
  value: `0x${string}`;
@@ -217,8 +217,8 @@ export declare const liskSepolia: {
217
217
  blobVersionedHashes?: undefined;
218
218
  blockHash: `0x${string}` | null;
219
219
  blockNumber: `0x${string}` | null;
220
- hash: `0x${string}`;
221
- input: `0x${string}`;
220
+ hash: import("../../index.js").Hash;
221
+ input: import("../../index.js").Hex;
222
222
  transactionIndex: `0x${string}` | null;
223
223
  chainId?: `0x${string}` | undefined;
224
224
  } & {
@@ -227,15 +227,15 @@ export declare const liskSepolia: {
227
227
  sourceHash?: undefined;
228
228
  }) | ({
229
229
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
230
- r?: `0x${string}`;
231
- s?: `0x${string}`;
230
+ r?: import("../../index.js").Hex;
231
+ s?: import("../../index.js").Hex;
232
232
  v?: `0x${string}`;
233
233
  gasPrice?: `0x${string}` | undefined;
234
234
  maxFeePerBlobGas?: `0x${string}` | undefined;
235
235
  maxFeePerGas?: `0x${string}` | undefined;
236
236
  maxPriorityFeePerGas?: `0x${string}` | undefined;
237
- to?: `0x${string}` | null;
238
- from?: `0x${string}`;
237
+ to?: import("abitype").Address | null;
238
+ from?: import("abitype").Address;
239
239
  gas?: `0x${string}`;
240
240
  nonce?: `0x${string}`;
241
241
  value?: `0x${string}`;
@@ -243,22 +243,22 @@ export declare const liskSepolia: {
243
243
  blobVersionedHashes?: undefined;
244
244
  blockHash?: `0x${string}` | null;
245
245
  blockNumber?: `0x${string}` | null;
246
- hash?: `0x${string}`;
247
- input?: `0x${string}`;
246
+ hash?: import("../../index.js").Hash;
247
+ input?: import("../../index.js").Hex;
248
248
  transactionIndex?: `0x${string}` | null;
249
249
  chainId?: `0x${string}` | undefined;
250
250
  yParity?: `0x${string}` | undefined;
251
251
  } & {
252
252
  type: "0x1";
253
- r: `0x${string}`;
254
- s: `0x${string}`;
253
+ r: import("../../index.js").Hex;
254
+ s: import("../../index.js").Hex;
255
255
  v: `0x${string}`;
256
256
  gasPrice: `0x${string}`;
257
257
  maxFeePerBlobGas?: undefined;
258
258
  maxFeePerGas?: undefined;
259
259
  maxPriorityFeePerGas?: undefined;
260
- to: `0x${string}` | null;
261
- from: `0x${string}`;
260
+ to: import("abitype").Address | null;
261
+ from: import("abitype").Address;
262
262
  gas: `0x${string}`;
263
263
  nonce: `0x${string}`;
264
264
  value: `0x${string}`;
@@ -266,8 +266,8 @@ export declare const liskSepolia: {
266
266
  blobVersionedHashes?: undefined;
267
267
  blockHash: `0x${string}` | null;
268
268
  blockNumber: `0x${string}` | null;
269
- hash: `0x${string}`;
270
- input: `0x${string}`;
269
+ hash: import("../../index.js").Hash;
270
+ input: import("../../index.js").Hex;
271
271
  transactionIndex: `0x${string}` | null;
272
272
  chainId: `0x${string}`;
273
273
  yParity?: `0x${string}` | undefined;
@@ -277,15 +277,15 @@ export declare const liskSepolia: {
277
277
  sourceHash?: undefined;
278
278
  }) | ({
279
279
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
280
- r?: `0x${string}`;
281
- s?: `0x${string}`;
280
+ r?: import("../../index.js").Hex;
281
+ s?: import("../../index.js").Hex;
282
282
  v?: `0x${string}`;
283
283
  gasPrice?: `0x${string}` | undefined;
284
284
  maxFeePerBlobGas?: `0x${string}` | undefined;
285
285
  maxFeePerGas?: `0x${string}` | undefined;
286
286
  maxPriorityFeePerGas?: `0x${string}` | undefined;
287
- to?: `0x${string}` | null;
288
- from?: `0x${string}`;
287
+ to?: import("abitype").Address | null;
288
+ from?: import("abitype").Address;
289
289
  gas?: `0x${string}`;
290
290
  nonce?: `0x${string}`;
291
291
  value?: `0x${string}`;
@@ -293,22 +293,22 @@ export declare const liskSepolia: {
293
293
  blobVersionedHashes?: undefined;
294
294
  blockHash?: `0x${string}` | null;
295
295
  blockNumber?: `0x${string}` | null;
296
- hash?: `0x${string}`;
297
- input?: `0x${string}`;
296
+ hash?: import("../../index.js").Hash;
297
+ input?: import("../../index.js").Hex;
298
298
  transactionIndex?: `0x${string}` | null;
299
299
  chainId?: `0x${string}` | undefined;
300
300
  yParity?: `0x${string}` | undefined;
301
301
  } & {
302
302
  type: "0x2";
303
- r: `0x${string}`;
304
- s: `0x${string}`;
303
+ r: import("../../index.js").Hex;
304
+ s: import("../../index.js").Hex;
305
305
  v: `0x${string}`;
306
306
  gasPrice?: undefined;
307
307
  maxFeePerBlobGas?: undefined;
308
308
  maxFeePerGas: `0x${string}`;
309
309
  maxPriorityFeePerGas: `0x${string}`;
310
- to: `0x${string}` | null;
311
- from: `0x${string}`;
310
+ to: import("abitype").Address | null;
311
+ from: import("abitype").Address;
312
312
  gas: `0x${string}`;
313
313
  nonce: `0x${string}`;
314
314
  value: `0x${string}`;
@@ -316,8 +316,8 @@ export declare const liskSepolia: {
316
316
  blobVersionedHashes?: undefined;
317
317
  blockHash: `0x${string}` | null;
318
318
  blockNumber: `0x${string}` | null;
319
- hash: `0x${string}`;
320
- input: `0x${string}`;
319
+ hash: import("../../index.js").Hash;
320
+ input: import("../../index.js").Hex;
321
321
  transactionIndex: `0x${string}` | null;
322
322
  chainId: `0x${string}`;
323
323
  yParity?: `0x${string}` | undefined;
@@ -327,15 +327,15 @@ export declare const liskSepolia: {
327
327
  sourceHash?: undefined;
328
328
  }) | ({
329
329
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
330
- r?: `0x${string}`;
331
- s?: `0x${string}`;
330
+ r?: import("../../index.js").Hex;
331
+ s?: import("../../index.js").Hex;
332
332
  v?: `0x${string}`;
333
333
  gasPrice?: `0x${string}` | undefined;
334
334
  maxFeePerBlobGas?: `0x${string}` | undefined;
335
335
  maxFeePerGas?: `0x${string}` | undefined;
336
336
  maxPriorityFeePerGas?: `0x${string}` | undefined;
337
- to?: `0x${string}` | null;
338
- from?: `0x${string}`;
337
+ to?: import("abitype").Address | null;
338
+ from?: import("abitype").Address;
339
339
  gas?: `0x${string}`;
340
340
  nonce?: `0x${string}`;
341
341
  value?: `0x${string}`;
@@ -343,27 +343,27 @@ export declare const liskSepolia: {
343
343
  blobVersionedHashes?: undefined;
344
344
  blockHash?: `0x${string}` | null;
345
345
  blockNumber?: `0x${string}` | null;
346
- hash?: `0x${string}`;
347
- input?: `0x${string}`;
346
+ hash?: import("../../index.js").Hash;
347
+ input?: import("../../index.js").Hex;
348
348
  transactionIndex?: `0x${string}` | null;
349
349
  chainId?: `0x${string}` | undefined;
350
350
  yParity?: `0x${string}` | undefined;
351
351
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
352
352
  isSystemTx?: boolean | undefined;
353
- mint?: `0x${string}` | undefined;
354
- sourceHash: `0x${string}`;
353
+ mint?: import("../../index.js").Hex | undefined;
354
+ sourceHash: import("../../index.js").Hex;
355
355
  type: "0x7e";
356
356
  }) | ({
357
357
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
358
- r?: `0x${string}`;
359
- s?: `0x${string}`;
358
+ r?: import("../../index.js").Hex;
359
+ s?: import("../../index.js").Hex;
360
360
  v?: `0x${string}`;
361
361
  gasPrice?: `0x${string}` | undefined;
362
362
  maxFeePerBlobGas?: `0x${string}` | undefined;
363
363
  maxFeePerGas?: `0x${string}` | undefined;
364
364
  maxPriorityFeePerGas?: `0x${string}` | undefined;
365
- to?: `0x${string}` | null;
366
- from?: `0x${string}`;
365
+ to?: import("abitype").Address | null;
366
+ from?: import("abitype").Address;
367
367
  gas?: `0x${string}`;
368
368
  nonce?: `0x${string}`;
369
369
  value?: `0x${string}`;
@@ -371,23 +371,23 @@ export declare const liskSepolia: {
371
371
  blobVersionedHashes?: undefined;
372
372
  blockHash?: `0x${string}` | null;
373
373
  blockNumber?: `0x${string}` | null;
374
- hash?: `0x${string}`;
375
- input?: `0x${string}`;
374
+ hash?: import("../../index.js").Hash;
375
+ input?: import("../../index.js").Hex;
376
376
  transactionIndex?: `0x${string}` | null;
377
377
  chainId?: `0x${string}` | undefined;
378
378
  yParity?: `0x${string}` | undefined;
379
379
  } & {
380
380
  type: "0x0";
381
- r: `0x${string}`;
382
- s: `0x${string}`;
381
+ r: import("../../index.js").Hex;
382
+ s: import("../../index.js").Hex;
383
383
  v: `0x${string}`;
384
384
  yParity?: undefined;
385
385
  gasPrice: `0x${string}`;
386
386
  maxFeePerBlobGas?: undefined;
387
387
  maxFeePerGas?: undefined;
388
388
  maxPriorityFeePerGas?: undefined;
389
- to: `0x${string}` | null;
390
- from: `0x${string}`;
389
+ to: import("abitype").Address | null;
390
+ from: import("abitype").Address;
391
391
  gas: `0x${string}`;
392
392
  nonce: `0x${string}`;
393
393
  value: `0x${string}`;
@@ -395,8 +395,8 @@ export declare const liskSepolia: {
395
395
  blobVersionedHashes?: undefined;
396
396
  blockHash: `0x${string}` | null;
397
397
  blockNumber: `0x${string}` | null;
398
- hash: `0x${string}`;
399
- input: `0x${string}`;
398
+ hash: import("../../index.js").Hash;
399
+ input: import("../../index.js").Hex;
400
400
  transactionIndex: `0x${string}` | null;
401
401
  chainId?: `0x${string}` | undefined;
402
402
  } & {
@@ -405,15 +405,15 @@ export declare const liskSepolia: {
405
405
  sourceHash?: undefined;
406
406
  }) | ({
407
407
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
408
- r?: `0x${string}`;
409
- s?: `0x${string}`;
408
+ r?: import("../../index.js").Hex;
409
+ s?: import("../../index.js").Hex;
410
410
  v?: `0x${string}`;
411
411
  gasPrice?: `0x${string}` | undefined;
412
412
  maxFeePerBlobGas?: `0x${string}` | undefined;
413
413
  maxFeePerGas?: `0x${string}` | undefined;
414
414
  maxPriorityFeePerGas?: `0x${string}` | undefined;
415
- to?: `0x${string}` | null;
416
- from?: `0x${string}`;
415
+ to?: import("abitype").Address | null;
416
+ from?: import("abitype").Address;
417
417
  gas?: `0x${string}`;
418
418
  nonce?: `0x${string}`;
419
419
  value?: `0x${string}`;
@@ -421,22 +421,22 @@ export declare const liskSepolia: {
421
421
  blobVersionedHashes?: undefined;
422
422
  blockHash?: `0x${string}` | null;
423
423
  blockNumber?: `0x${string}` | null;
424
- hash?: `0x${string}`;
425
- input?: `0x${string}`;
424
+ hash?: import("../../index.js").Hash;
425
+ input?: import("../../index.js").Hex;
426
426
  transactionIndex?: `0x${string}` | null;
427
427
  chainId?: `0x${string}` | undefined;
428
428
  yParity?: `0x${string}` | undefined;
429
429
  } & {
430
430
  type: "0x1";
431
- r: `0x${string}`;
432
- s: `0x${string}`;
431
+ r: import("../../index.js").Hex;
432
+ s: import("../../index.js").Hex;
433
433
  v: `0x${string}`;
434
434
  gasPrice: `0x${string}`;
435
435
  maxFeePerBlobGas?: undefined;
436
436
  maxFeePerGas?: undefined;
437
437
  maxPriorityFeePerGas?: undefined;
438
- to: `0x${string}` | null;
439
- from: `0x${string}`;
438
+ to: import("abitype").Address | null;
439
+ from: import("abitype").Address;
440
440
  gas: `0x${string}`;
441
441
  nonce: `0x${string}`;
442
442
  value: `0x${string}`;
@@ -444,8 +444,8 @@ export declare const liskSepolia: {
444
444
  blobVersionedHashes?: undefined;
445
445
  blockHash: `0x${string}` | null;
446
446
  blockNumber: `0x${string}` | null;
447
- hash: `0x${string}`;
448
- input: `0x${string}`;
447
+ hash: import("../../index.js").Hash;
448
+ input: import("../../index.js").Hex;
449
449
  transactionIndex: `0x${string}` | null;
450
450
  chainId: `0x${string}`;
451
451
  yParity?: `0x${string}` | undefined;
@@ -455,15 +455,15 @@ export declare const liskSepolia: {
455
455
  sourceHash?: undefined;
456
456
  }) | ({
457
457
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
458
- r?: `0x${string}`;
459
- s?: `0x${string}`;
458
+ r?: import("../../index.js").Hex;
459
+ s?: import("../../index.js").Hex;
460
460
  v?: `0x${string}`;
461
461
  gasPrice?: `0x${string}` | undefined;
462
462
  maxFeePerBlobGas?: `0x${string}` | undefined;
463
463
  maxFeePerGas?: `0x${string}` | undefined;
464
464
  maxPriorityFeePerGas?: `0x${string}` | undefined;
465
- to?: `0x${string}` | null;
466
- from?: `0x${string}`;
465
+ to?: import("abitype").Address | null;
466
+ from?: import("abitype").Address;
467
467
  gas?: `0x${string}`;
468
468
  nonce?: `0x${string}`;
469
469
  value?: `0x${string}`;
@@ -471,22 +471,22 @@ export declare const liskSepolia: {
471
471
  blobVersionedHashes?: undefined;
472
472
  blockHash?: `0x${string}` | null;
473
473
  blockNumber?: `0x${string}` | null;
474
- hash?: `0x${string}`;
475
- input?: `0x${string}`;
474
+ hash?: import("../../index.js").Hash;
475
+ input?: import("../../index.js").Hex;
476
476
  transactionIndex?: `0x${string}` | null;
477
477
  chainId?: `0x${string}` | undefined;
478
478
  yParity?: `0x${string}` | undefined;
479
479
  } & {
480
480
  type: "0x2";
481
- r: `0x${string}`;
482
- s: `0x${string}`;
481
+ r: import("../../index.js").Hex;
482
+ s: import("../../index.js").Hex;
483
483
  v: `0x${string}`;
484
484
  gasPrice?: undefined;
485
485
  maxFeePerBlobGas?: undefined;
486
486
  maxFeePerGas: `0x${string}`;
487
487
  maxPriorityFeePerGas: `0x${string}`;
488
- to: `0x${string}` | null;
489
- from: `0x${string}`;
488
+ to: import("abitype").Address | null;
489
+ from: import("abitype").Address;
490
490
  gas: `0x${string}`;
491
491
  nonce: `0x${string}`;
492
492
  value: `0x${string}`;
@@ -494,8 +494,8 @@ export declare const liskSepolia: {
494
494
  blobVersionedHashes?: undefined;
495
495
  blockHash: `0x${string}` | null;
496
496
  blockNumber: `0x${string}` | null;
497
- hash: `0x${string}`;
498
- input: `0x${string}`;
497
+ hash: import("../../index.js").Hash;
498
+ input: import("../../index.js").Hex;
499
499
  transactionIndex: `0x${string}` | null;
500
500
  chainId: `0x${string}`;
501
501
  yParity?: `0x${string}` | undefined;
@@ -505,15 +505,15 @@ export declare const liskSepolia: {
505
505
  sourceHash?: undefined;
506
506
  }) | ({
507
507
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
508
- r?: `0x${string}`;
509
- s?: `0x${string}`;
508
+ r?: import("../../index.js").Hex;
509
+ s?: import("../../index.js").Hex;
510
510
  v?: `0x${string}`;
511
511
  gasPrice?: `0x${string}` | undefined;
512
512
  maxFeePerBlobGas?: `0x${string}` | undefined;
513
513
  maxFeePerGas?: `0x${string}` | undefined;
514
514
  maxPriorityFeePerGas?: `0x${string}` | undefined;
515
- to?: `0x${string}` | null;
516
- from?: `0x${string}`;
515
+ to?: import("abitype").Address | null;
516
+ from?: import("abitype").Address;
517
517
  gas?: `0x${string}`;
518
518
  nonce?: `0x${string}`;
519
519
  value?: `0x${string}`;
@@ -521,27 +521,27 @@ export declare const liskSepolia: {
521
521
  blobVersionedHashes?: undefined;
522
522
  blockHash?: `0x${string}` | null;
523
523
  blockNumber?: `0x${string}` | null;
524
- hash?: `0x${string}`;
525
- input?: `0x${string}`;
524
+ hash?: import("../../index.js").Hash;
525
+ input?: import("../../index.js").Hex;
526
526
  transactionIndex?: `0x${string}` | null;
527
527
  chainId?: `0x${string}` | undefined;
528
528
  yParity?: `0x${string}` | undefined;
529
529
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
530
530
  isSystemTx?: boolean | undefined;
531
- mint?: `0x${string}` | undefined;
532
- sourceHash: `0x${string}`;
531
+ mint?: import("../../index.js").Hex | undefined;
532
+ sourceHash: import("../../index.js").Hex;
533
533
  type: "0x7e";
534
534
  }) | ({
535
535
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
536
- r?: `0x${string}`;
537
- s?: `0x${string}`;
536
+ r?: import("../../index.js").Hex;
537
+ s?: import("../../index.js").Hex;
538
538
  v?: `0x${string}`;
539
539
  gasPrice?: `0x${string}` | undefined;
540
540
  maxFeePerBlobGas?: `0x${string}` | undefined;
541
541
  maxFeePerGas?: `0x${string}` | undefined;
542
542
  maxPriorityFeePerGas?: `0x${string}` | undefined;
543
- to?: `0x${string}` | null;
544
- from?: `0x${string}`;
543
+ to?: import("abitype").Address | null;
544
+ from?: import("abitype").Address;
545
545
  gas?: `0x${string}`;
546
546
  nonce?: `0x${string}`;
547
547
  value?: `0x${string}`;
@@ -549,23 +549,23 @@ export declare const liskSepolia: {
549
549
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
550
550
  blockHash?: `0x${string}` | null;
551
551
  blockNumber?: `0x${string}` | null;
552
- hash?: `0x${string}`;
553
- input?: `0x${string}`;
552
+ hash?: import("../../index.js").Hash;
553
+ input?: import("../../index.js").Hex;
554
554
  transactionIndex?: `0x${string}` | null;
555
555
  chainId?: `0x${string}` | undefined;
556
556
  yParity?: `0x${string}` | undefined;
557
557
  } & {
558
558
  type: "0x0";
559
- r: `0x${string}`;
560
- s: `0x${string}`;
559
+ r: import("../../index.js").Hex;
560
+ s: import("../../index.js").Hex;
561
561
  v: `0x${string}`;
562
562
  yParity?: undefined;
563
563
  gasPrice: `0x${string}`;
564
564
  maxFeePerBlobGas?: undefined;
565
565
  maxFeePerGas?: undefined;
566
566
  maxPriorityFeePerGas?: undefined;
567
- to: `0x${string}` | null;
568
- from: `0x${string}`;
567
+ to: import("abitype").Address | null;
568
+ from: import("abitype").Address;
569
569
  gas: `0x${string}`;
570
570
  nonce: `0x${string}`;
571
571
  value: `0x${string}`;
@@ -573,8 +573,8 @@ export declare const liskSepolia: {
573
573
  blobVersionedHashes?: undefined;
574
574
  blockHash: `0x${string}` | null;
575
575
  blockNumber: `0x${string}` | null;
576
- hash: `0x${string}`;
577
- input: `0x${string}`;
576
+ hash: import("../../index.js").Hash;
577
+ input: import("../../index.js").Hex;
578
578
  transactionIndex: `0x${string}` | null;
579
579
  chainId?: `0x${string}` | undefined;
580
580
  } & {
@@ -583,15 +583,15 @@ export declare const liskSepolia: {
583
583
  sourceHash?: undefined;
584
584
  }) | ({
585
585
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
586
- r?: `0x${string}`;
587
- s?: `0x${string}`;
586
+ r?: import("../../index.js").Hex;
587
+ s?: import("../../index.js").Hex;
588
588
  v?: `0x${string}`;
589
589
  gasPrice?: `0x${string}` | undefined;
590
590
  maxFeePerBlobGas?: `0x${string}` | undefined;
591
591
  maxFeePerGas?: `0x${string}` | undefined;
592
592
  maxPriorityFeePerGas?: `0x${string}` | undefined;
593
- to?: `0x${string}` | null;
594
- from?: `0x${string}`;
593
+ to?: import("abitype").Address | null;
594
+ from?: import("abitype").Address;
595
595
  gas?: `0x${string}`;
596
596
  nonce?: `0x${string}`;
597
597
  value?: `0x${string}`;
@@ -599,22 +599,22 @@ export declare const liskSepolia: {
599
599
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
600
600
  blockHash?: `0x${string}` | null;
601
601
  blockNumber?: `0x${string}` | null;
602
- hash?: `0x${string}`;
603
- input?: `0x${string}`;
602
+ hash?: import("../../index.js").Hash;
603
+ input?: import("../../index.js").Hex;
604
604
  transactionIndex?: `0x${string}` | null;
605
605
  chainId?: `0x${string}` | undefined;
606
606
  yParity?: `0x${string}` | undefined;
607
607
  } & {
608
608
  type: "0x1";
609
- r: `0x${string}`;
610
- s: `0x${string}`;
609
+ r: import("../../index.js").Hex;
610
+ s: import("../../index.js").Hex;
611
611
  v: `0x${string}`;
612
612
  gasPrice: `0x${string}`;
613
613
  maxFeePerBlobGas?: undefined;
614
614
  maxFeePerGas?: undefined;
615
615
  maxPriorityFeePerGas?: undefined;
616
- to: `0x${string}` | null;
617
- from: `0x${string}`;
616
+ to: import("abitype").Address | null;
617
+ from: import("abitype").Address;
618
618
  gas: `0x${string}`;
619
619
  nonce: `0x${string}`;
620
620
  value: `0x${string}`;
@@ -622,8 +622,8 @@ export declare const liskSepolia: {
622
622
  blobVersionedHashes?: undefined;
623
623
  blockHash: `0x${string}` | null;
624
624
  blockNumber: `0x${string}` | null;
625
- hash: `0x${string}`;
626
- input: `0x${string}`;
625
+ hash: import("../../index.js").Hash;
626
+ input: import("../../index.js").Hex;
627
627
  transactionIndex: `0x${string}` | null;
628
628
  chainId: `0x${string}`;
629
629
  yParity?: `0x${string}` | undefined;
@@ -633,15 +633,15 @@ export declare const liskSepolia: {
633
633
  sourceHash?: undefined;
634
634
  }) | ({
635
635
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
636
- r?: `0x${string}`;
637
- s?: `0x${string}`;
636
+ r?: import("../../index.js").Hex;
637
+ s?: import("../../index.js").Hex;
638
638
  v?: `0x${string}`;
639
639
  gasPrice?: `0x${string}` | undefined;
640
640
  maxFeePerBlobGas?: `0x${string}` | undefined;
641
641
  maxFeePerGas?: `0x${string}` | undefined;
642
642
  maxPriorityFeePerGas?: `0x${string}` | undefined;
643
- to?: `0x${string}` | null;
644
- from?: `0x${string}`;
643
+ to?: import("abitype").Address | null;
644
+ from?: import("abitype").Address;
645
645
  gas?: `0x${string}`;
646
646
  nonce?: `0x${string}`;
647
647
  value?: `0x${string}`;
@@ -649,22 +649,22 @@ export declare const liskSepolia: {
649
649
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
650
650
  blockHash?: `0x${string}` | null;
651
651
  blockNumber?: `0x${string}` | null;
652
- hash?: `0x${string}`;
653
- input?: `0x${string}`;
652
+ hash?: import("../../index.js").Hash;
653
+ input?: import("../../index.js").Hex;
654
654
  transactionIndex?: `0x${string}` | null;
655
655
  chainId?: `0x${string}` | undefined;
656
656
  yParity?: `0x${string}` | undefined;
657
657
  } & {
658
658
  type: "0x2";
659
- r: `0x${string}`;
660
- s: `0x${string}`;
659
+ r: import("../../index.js").Hex;
660
+ s: import("../../index.js").Hex;
661
661
  v: `0x${string}`;
662
662
  gasPrice?: undefined;
663
663
  maxFeePerBlobGas?: undefined;
664
664
  maxFeePerGas: `0x${string}`;
665
665
  maxPriorityFeePerGas: `0x${string}`;
666
- to: `0x${string}` | null;
667
- from: `0x${string}`;
666
+ to: import("abitype").Address | null;
667
+ from: import("abitype").Address;
668
668
  gas: `0x${string}`;
669
669
  nonce: `0x${string}`;
670
670
  value: `0x${string}`;
@@ -672,8 +672,8 @@ export declare const liskSepolia: {
672
672
  blobVersionedHashes?: undefined;
673
673
  blockHash: `0x${string}` | null;
674
674
  blockNumber: `0x${string}` | null;
675
- hash: `0x${string}`;
676
- input: `0x${string}`;
675
+ hash: import("../../index.js").Hash;
676
+ input: import("../../index.js").Hex;
677
677
  transactionIndex: `0x${string}` | null;
678
678
  chainId: `0x${string}`;
679
679
  yParity?: `0x${string}` | undefined;
@@ -683,15 +683,15 @@ export declare const liskSepolia: {
683
683
  sourceHash?: undefined;
684
684
  }) | ({
685
685
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
686
- r?: `0x${string}`;
687
- s?: `0x${string}`;
686
+ r?: import("../../index.js").Hex;
687
+ s?: import("../../index.js").Hex;
688
688
  v?: `0x${string}`;
689
689
  gasPrice?: `0x${string}` | undefined;
690
690
  maxFeePerBlobGas?: `0x${string}` | undefined;
691
691
  maxFeePerGas?: `0x${string}` | undefined;
692
692
  maxPriorityFeePerGas?: `0x${string}` | undefined;
693
- to?: `0x${string}` | null;
694
- from?: `0x${string}`;
693
+ to?: import("abitype").Address | null;
694
+ from?: import("abitype").Address;
695
695
  gas?: `0x${string}`;
696
696
  nonce?: `0x${string}`;
697
697
  value?: `0x${string}`;
@@ -699,31 +699,31 @@ export declare const liskSepolia: {
699
699
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
700
700
  blockHash?: `0x${string}` | null;
701
701
  blockNumber?: `0x${string}` | null;
702
- hash?: `0x${string}`;
703
- input?: `0x${string}`;
702
+ hash?: import("../../index.js").Hash;
703
+ input?: import("../../index.js").Hex;
704
704
  transactionIndex?: `0x${string}` | null;
705
705
  chainId?: `0x${string}` | undefined;
706
706
  yParity?: `0x${string}` | undefined;
707
707
  } & {
708
708
  type: "0x3";
709
- r: `0x${string}`;
710
- s: `0x${string}`;
709
+ r: import("../../index.js").Hex;
710
+ s: import("../../index.js").Hex;
711
711
  v: `0x${string}`;
712
712
  gasPrice?: undefined;
713
713
  maxFeePerBlobGas: `0x${string}`;
714
714
  maxFeePerGas: `0x${string}`;
715
715
  maxPriorityFeePerGas: `0x${string}`;
716
- to: `0x${string}` | null;
717
- from: `0x${string}`;
716
+ to: import("abitype").Address | null;
717
+ from: import("abitype").Address;
718
718
  gas: `0x${string}`;
719
719
  nonce: `0x${string}`;
720
720
  value: `0x${string}`;
721
721
  accessList: import("../../index.js").AccessList;
722
- blobVersionedHashes: readonly `0x${string}`[];
722
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
723
723
  blockHash: `0x${string}` | null;
724
724
  blockNumber: `0x${string}` | null;
725
- hash: `0x${string}`;
726
- input: `0x${string}`;
725
+ hash: import("../../index.js").Hash;
726
+ input: import("../../index.js").Hex;
727
727
  transactionIndex: `0x${string}` | null;
728
728
  chainId: `0x${string}`;
729
729
  yParity?: `0x${string}` | undefined;
@@ -733,15 +733,15 @@ export declare const liskSepolia: {
733
733
  sourceHash?: undefined;
734
734
  }) | ({
735
735
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
736
- r?: `0x${string}`;
737
- s?: `0x${string}`;
736
+ r?: import("../../index.js").Hex;
737
+ s?: import("../../index.js").Hex;
738
738
  v?: `0x${string}`;
739
739
  gasPrice?: `0x${string}` | undefined;
740
740
  maxFeePerBlobGas?: `0x${string}` | undefined;
741
741
  maxFeePerGas?: `0x${string}` | undefined;
742
742
  maxPriorityFeePerGas?: `0x${string}` | undefined;
743
- to?: `0x${string}` | null;
744
- from?: `0x${string}`;
743
+ to?: import("abitype").Address | null;
744
+ from?: import("abitype").Address;
745
745
  gas?: `0x${string}`;
746
746
  nonce?: `0x${string}`;
747
747
  value?: `0x${string}`;
@@ -749,31 +749,31 @@ export declare const liskSepolia: {
749
749
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
750
750
  blockHash?: `0x${string}` | null;
751
751
  blockNumber?: `0x${string}` | null;
752
- hash?: `0x${string}`;
753
- input?: `0x${string}`;
752
+ hash?: import("../../index.js").Hash;
753
+ input?: import("../../index.js").Hex;
754
754
  transactionIndex?: `0x${string}` | null;
755
755
  chainId?: `0x${string}` | undefined;
756
756
  yParity?: `0x${string}` | undefined;
757
757
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
758
758
  isSystemTx?: boolean | undefined;
759
- mint?: `0x${string}` | undefined;
760
- sourceHash: `0x${string}`;
759
+ mint?: import("../../index.js").Hex | undefined;
760
+ sourceHash: import("../../index.js").Hex;
761
761
  type: "0x7e";
762
762
  })) => ({
763
- r: `0x${string}`;
764
- s: `0x${string}`;
763
+ r: import("../../index.js").Hex;
764
+ s: import("../../index.js").Hex;
765
765
  v: bigint;
766
- to: `0x${string}` | null;
767
- from: `0x${string}`;
766
+ to: import("abitype").Address | null;
767
+ from: import("abitype").Address;
768
768
  gas: bigint;
769
769
  nonce: number;
770
770
  value: bigint;
771
771
  blockHash: `0x${string}` | null;
772
772
  blockNumber: bigint | null;
773
- hash: `0x${string}`;
774
- input: `0x${string}`;
773
+ hash: import("../../index.js").Hash;
774
+ input: import("../../index.js").Hex;
775
775
  transactionIndex: number | null;
776
- typeHex: `0x${string}` | null;
776
+ typeHex: import("../../index.js").Hex | null;
777
777
  accessList?: undefined;
778
778
  blobVersionedHashes?: undefined;
779
779
  chainId?: number | undefined;
@@ -787,20 +787,20 @@ export declare const liskSepolia: {
787
787
  mint?: undefined;
788
788
  sourceHash?: undefined;
789
789
  } | {
790
- r: `0x${string}`;
791
- s: `0x${string}`;
790
+ r: import("../../index.js").Hex;
791
+ s: import("../../index.js").Hex;
792
792
  v: bigint;
793
- to: `0x${string}` | null;
794
- from: `0x${string}`;
793
+ to: import("abitype").Address | null;
794
+ from: import("abitype").Address;
795
795
  gas: bigint;
796
796
  nonce: number;
797
797
  value: bigint;
798
798
  blockHash: `0x${string}` | null;
799
799
  blockNumber: bigint | null;
800
- hash: `0x${string}`;
801
- input: `0x${string}`;
800
+ hash: import("../../index.js").Hash;
801
+ input: import("../../index.js").Hex;
802
802
  transactionIndex: number | null;
803
- typeHex: `0x${string}` | null;
803
+ typeHex: import("../../index.js").Hex | null;
804
804
  accessList?: undefined;
805
805
  blobVersionedHashes?: undefined;
806
806
  chainId?: number | undefined;
@@ -812,20 +812,20 @@ export declare const liskSepolia: {
812
812
  maxPriorityFeePerGas: bigint;
813
813
  isSystemTx?: boolean;
814
814
  mint?: bigint | undefined;
815
- sourceHash: `0x${string}`;
815
+ sourceHash: import("../../index.js").Hex;
816
816
  } | {
817
817
  blockHash: `0x${string}` | null;
818
818
  blockNumber: bigint | null;
819
- from: `0x${string}`;
819
+ from: import("abitype").Address;
820
820
  gas: bigint;
821
- hash: `0x${string}`;
822
- input: `0x${string}`;
821
+ hash: import("../../index.js").Hash;
822
+ input: import("../../index.js").Hex;
823
823
  nonce: number;
824
- r: `0x${string}`;
825
- s: `0x${string}`;
826
- to: `0x${string}` | null;
824
+ r: import("../../index.js").Hex;
825
+ s: import("../../index.js").Hex;
826
+ to: import("abitype").Address | null;
827
827
  transactionIndex: number | null;
828
- typeHex: `0x${string}` | null;
828
+ typeHex: import("../../index.js").Hex | null;
829
829
  v: bigint;
830
830
  value: bigint;
831
831
  yParity: number;
@@ -843,16 +843,16 @@ export declare const liskSepolia: {
843
843
  } | {
844
844
  blockHash: `0x${string}` | null;
845
845
  blockNumber: bigint | null;
846
- from: `0x${string}`;
846
+ from: import("abitype").Address;
847
847
  gas: bigint;
848
- hash: `0x${string}`;
849
- input: `0x${string}`;
848
+ hash: import("../../index.js").Hash;
849
+ input: import("../../index.js").Hex;
850
850
  nonce: number;
851
- r: `0x${string}`;
852
- s: `0x${string}`;
853
- to: `0x${string}` | null;
851
+ r: import("../../index.js").Hex;
852
+ s: import("../../index.js").Hex;
853
+ to: import("abitype").Address | null;
854
854
  transactionIndex: number | null;
855
- typeHex: `0x${string}` | null;
855
+ typeHex: import("../../index.js").Hex | null;
856
856
  v: bigint;
857
857
  value: bigint;
858
858
  yParity: number;
@@ -870,16 +870,16 @@ export declare const liskSepolia: {
870
870
  } | {
871
871
  blockHash: `0x${string}` | null;
872
872
  blockNumber: bigint | null;
873
- from: `0x${string}`;
873
+ from: import("abitype").Address;
874
874
  gas: bigint;
875
- hash: `0x${string}`;
876
- input: `0x${string}`;
875
+ hash: import("../../index.js").Hash;
876
+ input: import("../../index.js").Hex;
877
877
  nonce: number;
878
- r: `0x${string}`;
879
- s: `0x${string}`;
880
- to: `0x${string}` | null;
878
+ r: import("../../index.js").Hex;
879
+ s: import("../../index.js").Hex;
880
+ to: import("abitype").Address | null;
881
881
  transactionIndex: number | null;
882
- typeHex: `0x${string}` | null;
882
+ typeHex: import("../../index.js").Hex | null;
883
883
  v: bigint;
884
884
  value: bigint;
885
885
  yParity: number;
@@ -893,20 +893,20 @@ export declare const liskSepolia: {
893
893
  maxPriorityFeePerGas: bigint;
894
894
  isSystemTx?: boolean;
895
895
  mint?: bigint | undefined;
896
- sourceHash: `0x${string}`;
896
+ sourceHash: import("../../index.js").Hex;
897
897
  } | {
898
898
  blockHash: `0x${string}` | null;
899
899
  blockNumber: bigint | null;
900
- from: `0x${string}`;
900
+ from: import("abitype").Address;
901
901
  gas: bigint;
902
- hash: `0x${string}`;
903
- input: `0x${string}`;
902
+ hash: import("../../index.js").Hash;
903
+ input: import("../../index.js").Hex;
904
904
  nonce: number;
905
- r: `0x${string}`;
906
- s: `0x${string}`;
907
- to: `0x${string}` | null;
905
+ r: import("../../index.js").Hex;
906
+ s: import("../../index.js").Hex;
907
+ to: import("abitype").Address | null;
908
908
  transactionIndex: number | null;
909
- typeHex: `0x${string}` | null;
909
+ typeHex: import("../../index.js").Hex | null;
910
910
  v: bigint;
911
911
  value: bigint;
912
912
  yParity: number;
@@ -924,16 +924,16 @@ export declare const liskSepolia: {
924
924
  } | {
925
925
  blockHash: `0x${string}` | null;
926
926
  blockNumber: bigint | null;
927
- from: `0x${string}`;
927
+ from: import("abitype").Address;
928
928
  gas: bigint;
929
- hash: `0x${string}`;
930
- input: `0x${string}`;
929
+ hash: import("../../index.js").Hash;
930
+ input: import("../../index.js").Hex;
931
931
  nonce: number;
932
- r: `0x${string}`;
933
- s: `0x${string}`;
934
- to: `0x${string}` | null;
932
+ r: import("../../index.js").Hex;
933
+ s: import("../../index.js").Hex;
934
+ to: import("abitype").Address | null;
935
935
  transactionIndex: number | null;
936
- typeHex: `0x${string}` | null;
936
+ typeHex: import("../../index.js").Hex | null;
937
937
  v: bigint;
938
938
  value: bigint;
939
939
  yParity: number;
@@ -951,16 +951,16 @@ export declare const liskSepolia: {
951
951
  } | {
952
952
  blockHash: `0x${string}` | null;
953
953
  blockNumber: bigint | null;
954
- from: `0x${string}`;
954
+ from: import("abitype").Address;
955
955
  gas: bigint;
956
- hash: `0x${string}`;
957
- input: `0x${string}`;
956
+ hash: import("../../index.js").Hash;
957
+ input: import("../../index.js").Hex;
958
958
  nonce: number;
959
- r: `0x${string}`;
960
- s: `0x${string}`;
961
- to: `0x${string}` | null;
959
+ r: import("../../index.js").Hex;
960
+ s: import("../../index.js").Hex;
961
+ to: import("abitype").Address | null;
962
962
  transactionIndex: number | null;
963
- typeHex: `0x${string}` | null;
963
+ typeHex: import("../../index.js").Hex | null;
964
964
  v: bigint;
965
965
  value: bigint;
966
966
  yParity: number;
@@ -974,25 +974,25 @@ export declare const liskSepolia: {
974
974
  maxPriorityFeePerGas: bigint;
975
975
  isSystemTx?: boolean;
976
976
  mint?: bigint | undefined;
977
- sourceHash: `0x${string}`;
977
+ sourceHash: import("../../index.js").Hex;
978
978
  } | {
979
979
  blockHash: `0x${string}` | null;
980
980
  blockNumber: bigint | null;
981
- from: `0x${string}`;
981
+ from: import("abitype").Address;
982
982
  gas: bigint;
983
- hash: `0x${string}`;
984
- input: `0x${string}`;
983
+ hash: import("../../index.js").Hash;
984
+ input: import("../../index.js").Hex;
985
985
  nonce: number;
986
- r: `0x${string}`;
987
- s: `0x${string}`;
988
- to: `0x${string}` | null;
986
+ r: import("../../index.js").Hex;
987
+ s: import("../../index.js").Hex;
988
+ to: import("abitype").Address | null;
989
989
  transactionIndex: number | null;
990
- typeHex: `0x${string}` | null;
990
+ typeHex: import("../../index.js").Hex | null;
991
991
  v: bigint;
992
992
  value: bigint;
993
993
  yParity: number;
994
994
  accessList: import("../../index.js").AccessList;
995
- blobVersionedHashes: readonly `0x${string}`[];
995
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
996
996
  chainId: number;
997
997
  type: "eip4844";
998
998
  gasPrice?: undefined;
@@ -1005,21 +1005,21 @@ export declare const liskSepolia: {
1005
1005
  } | {
1006
1006
  blockHash: `0x${string}` | null;
1007
1007
  blockNumber: bigint | null;
1008
- from: `0x${string}`;
1008
+ from: import("abitype").Address;
1009
1009
  gas: bigint;
1010
- hash: `0x${string}`;
1011
- input: `0x${string}`;
1010
+ hash: import("../../index.js").Hash;
1011
+ input: import("../../index.js").Hex;
1012
1012
  nonce: number;
1013
- r: `0x${string}`;
1014
- s: `0x${string}`;
1015
- to: `0x${string}` | null;
1013
+ r: import("../../index.js").Hex;
1014
+ s: import("../../index.js").Hex;
1015
+ to: import("abitype").Address | null;
1016
1016
  transactionIndex: number | null;
1017
- typeHex: `0x${string}` | null;
1017
+ typeHex: import("../../index.js").Hex | null;
1018
1018
  v: bigint;
1019
1019
  value: bigint;
1020
1020
  yParity: number;
1021
1021
  accessList: import("../../index.js").AccessList;
1022
- blobVersionedHashes: readonly `0x${string}`[];
1022
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1023
1023
  chainId: number;
1024
1024
  type: "deposit";
1025
1025
  gasPrice?: undefined;
@@ -1028,7 +1028,7 @@ export declare const liskSepolia: {
1028
1028
  maxPriorityFeePerGas: bigint;
1029
1029
  isSystemTx?: boolean;
1030
1030
  mint?: bigint | undefined;
1031
- sourceHash: `0x${string}`;
1031
+ sourceHash: import("../../index.js").Hex;
1032
1032
  }) & {};
1033
1033
  type: "transaction";
1034
1034
  };
@@ -1037,19 +1037,19 @@ export declare const liskSepolia: {
1037
1037
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
1038
1038
  blobGasPrice?: bigint | undefined;
1039
1039
  blobGasUsed?: bigint | undefined;
1040
- blockHash: `0x${string}`;
1040
+ blockHash: import("../../index.js").Hash;
1041
1041
  blockNumber: bigint;
1042
- contractAddress: `0x${string}` | null | undefined;
1042
+ contractAddress: import("abitype").Address | null | undefined;
1043
1043
  cumulativeGasUsed: bigint;
1044
1044
  effectiveGasPrice: bigint;
1045
- from: `0x${string}`;
1045
+ from: import("abitype").Address;
1046
1046
  gasUsed: bigint;
1047
1047
  logs: import("../../index.js").Log<bigint, number, false>[];
1048
- logsBloom: `0x${string}`;
1049
- root?: `0x${string}` | undefined;
1048
+ logsBloom: import("../../index.js").Hex;
1049
+ root?: import("../../index.js").Hash | undefined;
1050
1050
  status: "success" | "reverted";
1051
- to: `0x${string}` | null;
1052
- transactionHash: `0x${string}`;
1051
+ to: import("abitype").Address | null;
1052
+ transactionHash: import("../../index.js").Hash;
1053
1053
  transactionIndex: number;
1054
1054
  type: import("../../index.js").TransactionType;
1055
1055
  l1GasPrice: bigint | null;