viem 2.16.0 → 2.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (859) hide show
  1. package/CHANGELOG.md +14 -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/index.js +2 -2
  223. package/_cjs/clients/createClient.js +2 -3
  224. package/_cjs/clients/createClient.js.map +1 -1
  225. package/_cjs/clients/createPublicClient.js +1 -2
  226. package/_cjs/clients/createPublicClient.js.map +1 -1
  227. package/_cjs/clients/createTestClient.js +1 -2
  228. package/_cjs/clients/createTestClient.js.map +1 -1
  229. package/_cjs/clients/createWalletClient.js +1 -2
  230. package/_cjs/clients/createWalletClient.js.map +1 -1
  231. package/_cjs/clients/decorators/public.js +1 -2
  232. package/_cjs/clients/decorators/public.js.map +1 -1
  233. package/_cjs/clients/decorators/test.js +1 -2
  234. package/_cjs/clients/decorators/test.js.map +1 -1
  235. package/_cjs/clients/decorators/wallet.js +1 -2
  236. package/_cjs/clients/decorators/wallet.js.map +1 -1
  237. package/_cjs/clients/transports/createTransport.js +1 -2
  238. package/_cjs/clients/transports/createTransport.js.map +1 -1
  239. package/_cjs/clients/transports/custom.js +1 -2
  240. package/_cjs/clients/transports/custom.js.map +1 -1
  241. package/_cjs/clients/transports/fallback.js +2 -3
  242. package/_cjs/clients/transports/fallback.js.map +1 -1
  243. package/_cjs/clients/transports/http.js +1 -2
  244. package/_cjs/clients/transports/http.js.map +1 -1
  245. package/_cjs/clients/transports/ipc.js +1 -2
  246. package/_cjs/clients/transports/ipc.js.map +1 -1
  247. package/_cjs/clients/transports/webSocket.js +1 -2
  248. package/_cjs/clients/transports/webSocket.js.map +1 -1
  249. package/_cjs/errors/stateOverride.js +3 -3
  250. package/_cjs/errors/stateOverride.js.map +1 -1
  251. package/_cjs/errors/transaction.js +2 -2
  252. package/_cjs/errors/transaction.js.map +1 -1
  253. package/_cjs/errors/version.js +1 -1
  254. package/_cjs/experimental/eip5792/actions/getCallsStatus.js +1 -2
  255. package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -1
  256. package/_cjs/experimental/eip5792/actions/getCapabilities.js +1 -2
  257. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -1
  258. package/_cjs/experimental/eip5792/actions/sendCalls.js +1 -2
  259. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -1
  260. package/_cjs/experimental/eip5792/actions/showCallsStatus.js +1 -2
  261. package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -1
  262. package/_cjs/experimental/eip5792/actions/writeContracts.js +1 -2
  263. package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -1
  264. package/_cjs/experimental/eip5792/decorators/eip5792.js +1 -2
  265. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -1
  266. package/_cjs/experimental/erc7715/actions/issuePermissions.js +1 -2
  267. package/_cjs/experimental/erc7715/actions/issuePermissions.js.map +1 -1
  268. package/_cjs/experimental/erc7715/decorators/erc7715.js +1 -2
  269. package/_cjs/experimental/erc7715/decorators/erc7715.js.map +1 -1
  270. package/_cjs/experimental/index.js +1 -5
  271. package/_cjs/experimental/index.js.map +1 -1
  272. package/_cjs/experimental/solady/actions/signMessage.js +1 -2
  273. package/_cjs/experimental/solady/actions/signMessage.js.map +1 -1
  274. package/_cjs/experimental/solady/actions/signTypedData.js +7 -28
  275. package/_cjs/experimental/solady/actions/signTypedData.js.map +1 -1
  276. package/_cjs/experimental/solady/decorators/solady.js +1 -2
  277. package/_cjs/experimental/solady/decorators/solady.js.map +1 -1
  278. package/_cjs/experimental/solady/index.js +16 -0
  279. package/_cjs/experimental/solady/index.js.map +1 -0
  280. package/_cjs/experimental/solady/utils/hashMessage.js +19 -0
  281. package/_cjs/experimental/solady/utils/hashMessage.js.map +1 -0
  282. package/_cjs/experimental/solady/utils/hashTypedData.js +31 -0
  283. package/_cjs/experimental/solady/utils/hashTypedData.js.map +1 -0
  284. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js +44 -0
  285. package/_cjs/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  286. package/_cjs/index.js.map +1 -1
  287. package/_cjs/op-stack/actions/buildDepositTransaction.js +1 -2
  288. package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -1
  289. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +1 -2
  290. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -1
  291. package/_cjs/op-stack/actions/buildProveWithdrawal.js +2 -3
  292. package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -1
  293. package/_cjs/op-stack/actions/depositTransaction.js +1 -2
  294. package/_cjs/op-stack/actions/depositTransaction.js.map +1 -1
  295. package/_cjs/op-stack/actions/estimateContractL1Fee.js +1 -2
  296. package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -1
  297. package/_cjs/op-stack/actions/estimateContractL1Gas.js +1 -2
  298. package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -1
  299. package/_cjs/op-stack/actions/estimateContractTotalFee.js +1 -2
  300. package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -1
  301. package/_cjs/op-stack/actions/estimateContractTotalGas.js +1 -2
  302. package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -1
  303. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +1 -2
  304. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -1
  305. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +1 -2
  306. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -1
  307. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +1 -2
  308. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -1
  309. package/_cjs/op-stack/actions/estimateL1Fee.js +1 -2
  310. package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -1
  311. package/_cjs/op-stack/actions/estimateL1Gas.js +1 -2
  312. package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -1
  313. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +1 -2
  314. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -1
  315. package/_cjs/op-stack/actions/estimateTotalFee.js +1 -2
  316. package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -1
  317. package/_cjs/op-stack/actions/estimateTotalGas.js +1 -2
  318. package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -1
  319. package/_cjs/op-stack/actions/finalizeWithdrawal.js +1 -2
  320. package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -1
  321. package/_cjs/op-stack/actions/getGame.js +1 -2
  322. package/_cjs/op-stack/actions/getGame.js.map +1 -1
  323. package/_cjs/op-stack/actions/getGames.js +1 -2
  324. package/_cjs/op-stack/actions/getGames.js.map +1 -1
  325. package/_cjs/op-stack/actions/getL1BaseFee.js +1 -2
  326. package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -1
  327. package/_cjs/op-stack/actions/getL2Output.js +1 -2
  328. package/_cjs/op-stack/actions/getL2Output.js.map +1 -1
  329. package/_cjs/op-stack/actions/getPortalVersion.js +1 -2
  330. package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -1
  331. package/_cjs/op-stack/actions/getTimeToFinalize.js +1 -2
  332. package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
  333. package/_cjs/op-stack/actions/getTimeToNextGame.js +1 -2
  334. package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -1
  335. package/_cjs/op-stack/actions/getTimeToNextL2Output.js +1 -2
  336. package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -1
  337. package/_cjs/op-stack/actions/getTimeToProve.js +1 -2
  338. package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -1
  339. package/_cjs/op-stack/actions/getWithdrawalStatus.js +1 -2
  340. package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
  341. package/_cjs/op-stack/actions/initiateWithdrawal.js +1 -2
  342. package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -1
  343. package/_cjs/op-stack/actions/proveWithdrawal.js +1 -2
  344. package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -1
  345. package/_cjs/op-stack/actions/waitForNextGame.js +1 -2
  346. package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -1
  347. package/_cjs/op-stack/actions/waitForNextL2Output.js +1 -2
  348. package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -1
  349. package/_cjs/op-stack/actions/waitToFinalize.js +1 -2
  350. package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -1
  351. package/_cjs/op-stack/actions/waitToProve.js +1 -2
  352. package/_cjs/op-stack/actions/waitToProve.js.map +1 -1
  353. package/_cjs/op-stack/decorators/publicL1.js +1 -2
  354. package/_cjs/op-stack/decorators/publicL1.js.map +1 -1
  355. package/_cjs/op-stack/decorators/publicL2.js +1 -2
  356. package/_cjs/op-stack/decorators/publicL2.js.map +1 -1
  357. package/_cjs/op-stack/decorators/walletL1.js +1 -2
  358. package/_cjs/op-stack/decorators/walletL1.js.map +1 -1
  359. package/_cjs/op-stack/decorators/walletL2.js +1 -2
  360. package/_cjs/op-stack/decorators/walletL2.js.map +1 -1
  361. package/_cjs/op-stack/parsers.js +1 -2
  362. package/_cjs/op-stack/parsers.js.map +1 -1
  363. package/_cjs/op-stack/serializers.js +3 -3
  364. package/_cjs/op-stack/serializers.js.map +1 -1
  365. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +1 -2
  366. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -1
  367. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +1 -2
  368. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -1
  369. package/_cjs/op-stack/utils/getL2TransactionHash.js +1 -2
  370. package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -1
  371. package/_cjs/op-stack/utils/getL2TransactionHashes.js +1 -2
  372. package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -1
  373. package/_cjs/op-stack/utils/getSourceHash.js +1 -2
  374. package/_cjs/op-stack/utils/getSourceHash.js.map +1 -1
  375. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +1 -2
  376. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -1
  377. package/_cjs/op-stack/utils/getWithdrawals.js +1 -2
  378. package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -1
  379. package/_cjs/op-stack/utils/opaqueDataToDepositData.js +1 -2
  380. package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -1
  381. package/_cjs/utils/abi/decodeAbiParameters.js +1 -2
  382. package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
  383. package/_cjs/utils/abi/decodeDeployData.js +1 -2
  384. package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
  385. package/_cjs/utils/abi/decodeErrorResult.js +1 -2
  386. package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
  387. package/_cjs/utils/abi/decodeEventLog.js +1 -2
  388. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  389. package/_cjs/utils/abi/decodeFunctionData.js +1 -2
  390. package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
  391. package/_cjs/utils/abi/decodeFunctionResult.js +1 -2
  392. package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
  393. package/_cjs/utils/abi/encodeAbiParameters.js +2 -3
  394. package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
  395. package/_cjs/utils/abi/encodeDeployData.js +1 -2
  396. package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
  397. package/_cjs/utils/abi/encodeErrorResult.js +1 -2
  398. package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
  399. package/_cjs/utils/abi/encodeEventTopics.js +6 -7
  400. package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
  401. package/_cjs/utils/abi/encodeFunctionData.js +1 -2
  402. package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
  403. package/_cjs/utils/abi/encodeFunctionResult.js +1 -2
  404. package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
  405. package/_cjs/utils/abi/encodePacked.js +1 -2
  406. package/_cjs/utils/abi/encodePacked.js.map +1 -1
  407. package/_cjs/utils/abi/formatAbiItem.js +2 -3
  408. package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
  409. package/_cjs/utils/abi/formatAbiItemWithArgs.js +1 -2
  410. package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
  411. package/_cjs/utils/abi/getAbiItem.js +3 -4
  412. package/_cjs/utils/abi/getAbiItem.js.map +1 -1
  413. package/_cjs/utils/abi/parseEventLogs.js +1 -2
  414. package/_cjs/utils/abi/parseEventLogs.js.map +1 -1
  415. package/_cjs/utils/abi/prepareEncodeFunctionData.js +1 -2
  416. package/_cjs/utils/abi/prepareEncodeFunctionData.js.map +1 -1
  417. package/_cjs/utils/address/getAddress.js +2 -3
  418. package/_cjs/utils/address/getAddress.js.map +1 -1
  419. package/_cjs/utils/address/getContractAddress.js +3 -4
  420. package/_cjs/utils/address/getContractAddress.js.map +1 -1
  421. package/_cjs/utils/address/isAddress.js +2 -2
  422. package/_cjs/utils/address/isAddress.js.map +1 -1
  423. package/_cjs/utils/address/isAddressEqual.js +1 -2
  424. package/_cjs/utils/address/isAddressEqual.js.map +1 -1
  425. package/_cjs/utils/blob/blobsToCommitments.js +1 -2
  426. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  427. package/_cjs/utils/blob/blobsToProofs.js +1 -2
  428. package/_cjs/utils/blob/blobsToProofs.js.map +1 -1
  429. package/_cjs/utils/blob/commitmentToVersionedHash.js +1 -2
  430. package/_cjs/utils/blob/commitmentToVersionedHash.js.map +1 -1
  431. package/_cjs/utils/blob/commitmentsToVersionedHashes.js +1 -2
  432. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  433. package/_cjs/utils/blob/fromBlobs.js +1 -2
  434. package/_cjs/utils/blob/fromBlobs.js.map +1 -1
  435. package/_cjs/utils/blob/sidecarsToVersionedHashes.js +1 -2
  436. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  437. package/_cjs/utils/blob/toBlobSidecars.js +1 -2
  438. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  439. package/_cjs/utils/blob/toBlobs.js +1 -2
  440. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  441. package/_cjs/utils/buildRequest.js +2 -3
  442. package/_cjs/utils/buildRequest.js.map +1 -1
  443. package/_cjs/utils/ccip.js +3 -3
  444. package/_cjs/utils/ccip.js.map +1 -1
  445. package/_cjs/utils/chain/assertCurrentChain.js +1 -2
  446. package/_cjs/utils/chain/assertCurrentChain.js.map +1 -1
  447. package/_cjs/utils/chain/defineChain.js +1 -2
  448. package/_cjs/utils/chain/defineChain.js.map +1 -1
  449. package/_cjs/utils/chain/extractChain.js +1 -2
  450. package/_cjs/utils/chain/extractChain.js.map +1 -1
  451. package/_cjs/utils/chain/getChainContractAddress.js +1 -2
  452. package/_cjs/utils/chain/getChainContractAddress.js.map +1 -1
  453. package/_cjs/utils/cursor.js +1 -2
  454. package/_cjs/utils/cursor.js.map +1 -1
  455. package/_cjs/utils/data/concat.js +3 -4
  456. package/_cjs/utils/data/concat.js.map +1 -1
  457. package/_cjs/utils/data/isBytes.js +1 -2
  458. package/_cjs/utils/data/isBytes.js.map +1 -1
  459. package/_cjs/utils/data/isBytesEqual.js +1 -2
  460. package/_cjs/utils/data/isBytesEqual.js.map +1 -1
  461. package/_cjs/utils/data/isHex.js +1 -2
  462. package/_cjs/utils/data/isHex.js.map +1 -1
  463. package/_cjs/utils/data/pad.js +3 -4
  464. package/_cjs/utils/data/pad.js.map +1 -1
  465. package/_cjs/utils/data/size.js +1 -2
  466. package/_cjs/utils/data/size.js.map +1 -1
  467. package/_cjs/utils/data/slice.js +3 -4
  468. package/_cjs/utils/data/slice.js.map +1 -1
  469. package/_cjs/utils/data/trim.js +1 -2
  470. package/_cjs/utils/data/trim.js.map +1 -1
  471. package/_cjs/utils/encoding/fromBytes.js +5 -6
  472. package/_cjs/utils/encoding/fromBytes.js.map +1 -1
  473. package/_cjs/utils/encoding/fromHex.js +6 -7
  474. package/_cjs/utils/encoding/fromHex.js.map +1 -1
  475. package/_cjs/utils/encoding/fromRlp.js +1 -2
  476. package/_cjs/utils/encoding/fromRlp.js.map +1 -1
  477. package/_cjs/utils/encoding/toBytes.js +5 -6
  478. package/_cjs/utils/encoding/toBytes.js.map +1 -1
  479. package/_cjs/utils/encoding/toHex.js +5 -6
  480. package/_cjs/utils/encoding/toHex.js.map +1 -1
  481. package/_cjs/utils/encoding/toRlp.js +3 -4
  482. package/_cjs/utils/encoding/toRlp.js.map +1 -1
  483. package/_cjs/utils/ens/avatar/parseAvatarRecord.js +1 -2
  484. package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
  485. package/_cjs/utils/ens/avatar/utils.js +8 -9
  486. package/_cjs/utils/ens/avatar/utils.js.map +1 -1
  487. package/_cjs/utils/ens/encodeLabelhash.js +1 -2
  488. package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
  489. package/_cjs/utils/ens/encodedLabelToLabelhash.js +1 -2
  490. package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
  491. package/_cjs/utils/ens/errors.js +1 -2
  492. package/_cjs/utils/ens/errors.js.map +1 -1
  493. package/_cjs/utils/ens/labelhash.js +1 -2
  494. package/_cjs/utils/ens/labelhash.js.map +1 -1
  495. package/_cjs/utils/ens/namehash.js +1 -2
  496. package/_cjs/utils/ens/namehash.js.map +1 -1
  497. package/_cjs/utils/ens/normalize.js +1 -2
  498. package/_cjs/utils/ens/normalize.js.map +1 -1
  499. package/_cjs/utils/ens/packetToBytes.js +1 -2
  500. package/_cjs/utils/ens/packetToBytes.js.map +1 -1
  501. package/_cjs/utils/errors/getCallError.js +1 -2
  502. package/_cjs/utils/errors/getCallError.js.map +1 -1
  503. package/_cjs/utils/errors/getContractError.js +1 -2
  504. package/_cjs/utils/errors/getContractError.js.map +1 -1
  505. package/_cjs/utils/errors/getEstimateGasError.js +1 -2
  506. package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
  507. package/_cjs/utils/errors/getNodeError.js +2 -3
  508. package/_cjs/utils/errors/getNodeError.js.map +1 -1
  509. package/_cjs/utils/errors/getTransactionError.js +1 -2
  510. package/_cjs/utils/errors/getTransactionError.js.map +1 -1
  511. package/_cjs/utils/filters/createFilterRequestScope.js +1 -2
  512. package/_cjs/utils/filters/createFilterRequestScope.js.map +1 -1
  513. package/_cjs/utils/formatters/block.js +2 -2
  514. package/_cjs/utils/formatters/block.js.map +1 -1
  515. package/_cjs/utils/formatters/extract.js +1 -2
  516. package/_cjs/utils/formatters/extract.js.map +1 -1
  517. package/_cjs/utils/formatters/feeHistory.js +1 -2
  518. package/_cjs/utils/formatters/feeHistory.js.map +1 -1
  519. package/_cjs/utils/formatters/formatter.js +1 -2
  520. package/_cjs/utils/formatters/formatter.js.map +1 -1
  521. package/_cjs/utils/formatters/log.js +1 -2
  522. package/_cjs/utils/formatters/log.js.map +1 -1
  523. package/_cjs/utils/formatters/proof.js +1 -2
  524. package/_cjs/utils/formatters/proof.js.map +1 -1
  525. package/_cjs/utils/formatters/transaction.js +2 -2
  526. package/_cjs/utils/formatters/transaction.js.map +1 -1
  527. package/_cjs/utils/formatters/transactionReceipt.js +2 -2
  528. package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
  529. package/_cjs/utils/formatters/transactionRequest.js +2 -2
  530. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  531. package/_cjs/utils/getAction.js +9 -6
  532. package/_cjs/utils/getAction.js.map +1 -1
  533. package/_cjs/utils/hash/hashSignature.js +1 -2
  534. package/_cjs/utils/hash/hashSignature.js.map +1 -1
  535. package/_cjs/utils/hash/isHash.js +1 -2
  536. package/_cjs/utils/hash/isHash.js.map +1 -1
  537. package/_cjs/utils/hash/keccak256.js +1 -2
  538. package/_cjs/utils/hash/keccak256.js.map +1 -1
  539. package/_cjs/utils/hash/normalizeSignature.js +1 -2
  540. package/_cjs/utils/hash/normalizeSignature.js.map +1 -1
  541. package/_cjs/utils/hash/ripemd160.js +1 -2
  542. package/_cjs/utils/hash/ripemd160.js.map +1 -1
  543. package/_cjs/utils/hash/sha256.js +1 -2
  544. package/_cjs/utils/hash/sha256.js.map +1 -1
  545. package/_cjs/utils/hash/toSignatureHash.js +1 -2
  546. package/_cjs/utils/hash/toSignatureHash.js.map +1 -1
  547. package/_cjs/utils/index.js.map +1 -1
  548. package/_cjs/utils/kzg/defineKzg.js +1 -2
  549. package/_cjs/utils/kzg/defineKzg.js.map +1 -1
  550. package/_cjs/utils/kzg/setupKzg.js +1 -2
  551. package/_cjs/utils/kzg/setupKzg.js.map +1 -1
  552. package/_cjs/utils/nonceManager.js +3 -3
  553. package/_cjs/utils/nonceManager.js.map +1 -1
  554. package/_cjs/utils/observe.js +2 -2
  555. package/_cjs/utils/observe.js.map +1 -1
  556. package/_cjs/utils/poll.js +1 -2
  557. package/_cjs/utils/poll.js.map +1 -1
  558. package/_cjs/utils/promise/createBatchScheduler.js +1 -2
  559. package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
  560. package/_cjs/utils/promise/withCache.js +3 -3
  561. package/_cjs/utils/promise/withCache.js.map +1 -1
  562. package/_cjs/utils/promise/withDedupe.js +2 -2
  563. package/_cjs/utils/promise/withDedupe.js.map +1 -1
  564. package/_cjs/utils/promise/withRetry.js +1 -2
  565. package/_cjs/utils/promise/withRetry.js.map +1 -1
  566. package/_cjs/utils/promise/withTimeout.js +1 -2
  567. package/_cjs/utils/promise/withTimeout.js.map +1 -1
  568. package/_cjs/utils/rpc/compat.js +2 -2
  569. package/_cjs/utils/rpc/compat.js.map +1 -1
  570. package/_cjs/utils/rpc/http.js +1 -2
  571. package/_cjs/utils/rpc/http.js.map +1 -1
  572. package/_cjs/utils/rpc/ipc.js +2 -3
  573. package/_cjs/utils/rpc/ipc.js.map +1 -1
  574. package/_cjs/utils/rpc/socket.js +2 -2
  575. package/_cjs/utils/rpc/socket.js.map +1 -1
  576. package/_cjs/utils/rpc/webSocket.js +1 -2
  577. package/_cjs/utils/rpc/webSocket.js.map +1 -1
  578. package/_cjs/utils/signature/compactSignatureToSignature.js +1 -2
  579. package/_cjs/utils/signature/compactSignatureToSignature.js.map +1 -1
  580. package/_cjs/utils/signature/hashMessage.js +1 -2
  581. package/_cjs/utils/signature/hashMessage.js.map +1 -1
  582. package/_cjs/utils/signature/hashTypedData.js +4 -5
  583. package/_cjs/utils/signature/hashTypedData.js.map +1 -1
  584. package/_cjs/utils/signature/isErc6492Signature.js +1 -2
  585. package/_cjs/utils/signature/isErc6492Signature.js.map +1 -1
  586. package/_cjs/utils/signature/parseCompactSignature.js +1 -2
  587. package/_cjs/utils/signature/parseCompactSignature.js.map +1 -1
  588. package/_cjs/utils/signature/parseErc6492Signature.js +1 -2
  589. package/_cjs/utils/signature/parseErc6492Signature.js.map +1 -1
  590. package/_cjs/utils/signature/parseSignature.js +1 -2
  591. package/_cjs/utils/signature/parseSignature.js.map +1 -1
  592. package/_cjs/utils/signature/recoverAddress.js +1 -2
  593. package/_cjs/utils/signature/recoverAddress.js.map +1 -1
  594. package/_cjs/utils/signature/recoverMessageAddress.js +1 -2
  595. package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
  596. package/_cjs/utils/signature/recoverPublicKey.js +1 -2
  597. package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
  598. package/_cjs/utils/signature/recoverTransactionAddress.js +1 -2
  599. package/_cjs/utils/signature/recoverTransactionAddress.js.map +1 -1
  600. package/_cjs/utils/signature/recoverTypedDataAddress.js +1 -2
  601. package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
  602. package/_cjs/utils/signature/serializeCompactSignature.js +1 -2
  603. package/_cjs/utils/signature/serializeCompactSignature.js.map +1 -1
  604. package/_cjs/utils/signature/serializeErc6492Signature.js +1 -2
  605. package/_cjs/utils/signature/serializeErc6492Signature.js.map +1 -1
  606. package/_cjs/utils/signature/serializeSignature.js +1 -2
  607. package/_cjs/utils/signature/serializeSignature.js.map +1 -1
  608. package/_cjs/utils/signature/signatureToCompactSignature.js +1 -2
  609. package/_cjs/utils/signature/signatureToCompactSignature.js.map +1 -1
  610. package/_cjs/utils/signature/toPrefixedMessage.js +1 -2
  611. package/_cjs/utils/signature/toPrefixedMessage.js.map +1 -1
  612. package/_cjs/utils/signature/verifyMessage.js +1 -2
  613. package/_cjs/utils/signature/verifyMessage.js.map +1 -1
  614. package/_cjs/utils/signature/verifyTypedData.js +1 -2
  615. package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
  616. package/_cjs/utils/siwe/createSiweMessage.js +1 -2
  617. package/_cjs/utils/siwe/createSiweMessage.js.map +1 -1
  618. package/_cjs/utils/siwe/generateSiweNonce.js +1 -2
  619. package/_cjs/utils/siwe/generateSiweNonce.js.map +1 -1
  620. package/_cjs/utils/siwe/parseSiweMessage.js +1 -2
  621. package/_cjs/utils/siwe/parseSiweMessage.js.map +1 -1
  622. package/_cjs/utils/siwe/utils.js +1 -2
  623. package/_cjs/utils/siwe/utils.js.map +1 -1
  624. package/_cjs/utils/siwe/validateSiweMessage.js +1 -2
  625. package/_cjs/utils/siwe/validateSiweMessage.js.map +1 -1
  626. package/_cjs/utils/stateOverride.js +3 -4
  627. package/_cjs/utils/stateOverride.js.map +1 -1
  628. package/_cjs/utils/transaction/assertRequest.js +1 -2
  629. package/_cjs/utils/transaction/assertRequest.js.map +1 -1
  630. package/_cjs/utils/transaction/assertTransaction.js +4 -5
  631. package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
  632. package/_cjs/utils/transaction/getSerializedTransactionType.js +1 -2
  633. package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
  634. package/_cjs/utils/transaction/getTransactionType.js +1 -2
  635. package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
  636. package/_cjs/utils/transaction/parseTransaction.js +3 -4
  637. package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
  638. package/_cjs/utils/transaction/serializeAccessList.js +1 -2
  639. package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
  640. package/_cjs/utils/transaction/serializeTransaction.js +2 -3
  641. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  642. package/_cjs/utils/typedData.js +4 -5
  643. package/_cjs/utils/typedData.js.map +1 -1
  644. package/_cjs/utils/uid.js +1 -2
  645. package/_cjs/utils/uid.js.map +1 -1
  646. package/_cjs/utils/unit/formatEther.js +1 -2
  647. package/_cjs/utils/unit/formatEther.js.map +1 -1
  648. package/_cjs/utils/unit/formatGwei.js +1 -2
  649. package/_cjs/utils/unit/formatGwei.js.map +1 -1
  650. package/_cjs/utils/unit/formatUnits.js +1 -2
  651. package/_cjs/utils/unit/formatUnits.js.map +1 -1
  652. package/_cjs/utils/unit/parseEther.js +1 -2
  653. package/_cjs/utils/unit/parseEther.js.map +1 -1
  654. package/_cjs/utils/unit/parseGwei.js +1 -2
  655. package/_cjs/utils/unit/parseGwei.js.map +1 -1
  656. package/_cjs/utils/unit/parseUnits.js +1 -2
  657. package/_cjs/utils/unit/parseUnits.js.map +1 -1
  658. package/_cjs/utils/wait.js +1 -2
  659. package/_cjs/utils/wait.js.map +1 -1
  660. package/_cjs/zksync/actions/deployContract.js +1 -2
  661. package/_cjs/zksync/actions/deployContract.js.map +1 -1
  662. package/_cjs/zksync/actions/estimateFee.js +1 -2
  663. package/_cjs/zksync/actions/estimateFee.js.map +1 -1
  664. package/_cjs/zksync/actions/estimateGasL1ToL2.js +1 -2
  665. package/_cjs/zksync/actions/estimateGasL1ToL2.js.map +1 -1
  666. package/_cjs/zksync/actions/getAllBalances.js +1 -2
  667. package/_cjs/zksync/actions/getAllBalances.js.map +1 -1
  668. package/_cjs/zksync/actions/getBaseTokenL1Address.js +1 -2
  669. package/_cjs/zksync/actions/getBaseTokenL1Address.js.map +1 -1
  670. package/_cjs/zksync/actions/getBlockDetails.js +1 -2
  671. package/_cjs/zksync/actions/getBlockDetails.js.map +1 -1
  672. package/_cjs/zksync/actions/getBridgehubContractAddress.js +1 -2
  673. package/_cjs/zksync/actions/getBridgehubContractAddress.js.map +1 -1
  674. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js +1 -2
  675. package/_cjs/zksync/actions/getDefaultBridgeAddresses.js.map +1 -1
  676. package/_cjs/zksync/actions/getL1Allowance.js +1 -2
  677. package/_cjs/zksync/actions/getL1Allowance.js.map +1 -1
  678. package/_cjs/zksync/actions/getL1Balance.js +1 -2
  679. package/_cjs/zksync/actions/getL1Balance.js.map +1 -1
  680. package/_cjs/zksync/actions/getL1BatchBlockRange.js +1 -2
  681. package/_cjs/zksync/actions/getL1BatchBlockRange.js.map +1 -1
  682. package/_cjs/zksync/actions/getL1BatchDetails.js +1 -2
  683. package/_cjs/zksync/actions/getL1BatchDetails.js.map +1 -1
  684. package/_cjs/zksync/actions/getL1BatchNumber.js +1 -2
  685. package/_cjs/zksync/actions/getL1BatchNumber.js.map +1 -1
  686. package/_cjs/zksync/actions/getL1ChainId.js +1 -2
  687. package/_cjs/zksync/actions/getL1ChainId.js.map +1 -1
  688. package/_cjs/zksync/actions/getL1TokenBalance.js +1 -2
  689. package/_cjs/zksync/actions/getL1TokenBalance.js.map +1 -1
  690. package/_cjs/zksync/actions/getLogProof.js +1 -2
  691. package/_cjs/zksync/actions/getLogProof.js.map +1 -1
  692. package/_cjs/zksync/actions/getMainContractAddress.js +1 -2
  693. package/_cjs/zksync/actions/getMainContractAddress.js.map +1 -1
  694. package/_cjs/zksync/actions/getRawBlockTransactions.js +1 -2
  695. package/_cjs/zksync/actions/getRawBlockTransactions.js.map +1 -1
  696. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js +1 -2
  697. package/_cjs/zksync/actions/getTestnetPaymasterAddress.js.map +1 -1
  698. package/_cjs/zksync/actions/getTransactionDetails.js +1 -2
  699. package/_cjs/zksync/actions/getTransactionDetails.js.map +1 -1
  700. package/_cjs/zksync/actions/sendEip712Transaction.js +1 -2
  701. package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -1
  702. package/_cjs/zksync/actions/sendTransaction.js +1 -2
  703. package/_cjs/zksync/actions/sendTransaction.js.map +1 -1
  704. package/_cjs/zksync/actions/signEip712Transaction.js +1 -2
  705. package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -1
  706. package/_cjs/zksync/actions/signTransaction.js +1 -2
  707. package/_cjs/zksync/actions/signTransaction.js.map +1 -1
  708. package/_cjs/zksync/decorators/eip712.js +1 -2
  709. package/_cjs/zksync/decorators/eip712.js.map +1 -1
  710. package/_cjs/zksync/decorators/publicL1.js +1 -2
  711. package/_cjs/zksync/decorators/publicL1.js.map +1 -1
  712. package/_cjs/zksync/decorators/publicL2.js +1 -2
  713. package/_cjs/zksync/decorators/publicL2.js.map +1 -1
  714. package/_cjs/zksync/serializers.js +2 -2
  715. package/_cjs/zksync/serializers.js.map +1 -1
  716. package/_cjs/zksync/utils/abi/encodeDeployData.js +1 -2
  717. package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -1
  718. package/_cjs/zksync/utils/assertEip712Request.js +1 -2
  719. package/_cjs/zksync/utils/assertEip712Request.js.map +1 -1
  720. package/_cjs/zksync/utils/assertEip712Transaction.js +1 -2
  721. package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -1
  722. package/_cjs/zksync/utils/camelCaseKeys.js +1 -2
  723. package/_cjs/zksync/utils/camelCaseKeys.js.map +1 -1
  724. package/_cjs/zksync/utils/hashBytecode.js +1 -2
  725. package/_cjs/zksync/utils/hashBytecode.js.map +1 -1
  726. package/_cjs/zksync/utils/isEip712Transaction.js +1 -2
  727. package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -1
  728. package/_cjs/zksync/utils/isEth.js +1 -2
  729. package/_cjs/zksync/utils/isEth.js.map +1 -1
  730. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js +1 -2
  731. package/_cjs/zksync/utils/paymaster/getApprovalBasedPaymasterInput.js.map +1 -1
  732. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js +1 -2
  733. package/_cjs/zksync/utils/paymaster/getGeneralPaymasterInput.js.map +1 -1
  734. package/_esm/actions/public/createEventFilter.js +7 -7
  735. package/_esm/actions/public/createEventFilter.js.map +1 -1
  736. package/_esm/actions/public/getLogs.js +7 -7
  737. package/_esm/actions/public/getLogs.js.map +1 -1
  738. package/_esm/actions/public/watchEvent.js +7 -7
  739. package/_esm/actions/public/watchEvent.js.map +1 -1
  740. package/_esm/actions/wallet/sendTransaction.js +1 -0
  741. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  742. package/_esm/errors/version.js +1 -1
  743. package/_esm/experimental/index.js +0 -2
  744. package/_esm/experimental/index.js.map +1 -1
  745. package/_esm/experimental/solady/actions/signTypedData.js +6 -28
  746. package/_esm/experimental/solady/actions/signTypedData.js.map +1 -1
  747. package/_esm/experimental/solady/index.js +8 -0
  748. package/_esm/experimental/solady/index.js.map +1 -0
  749. package/_esm/experimental/solady/utils/hashMessage.js +32 -0
  750. package/_esm/experimental/solady/utils/hashMessage.js.map +1 -0
  751. package/_esm/experimental/solady/utils/hashTypedData.js +72 -0
  752. package/_esm/experimental/solady/utils/hashTypedData.js.map +1 -0
  753. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js +82 -0
  754. package/_esm/experimental/solady/utils/wrapTypedDataSignature.js.map +1 -0
  755. package/_esm/index.js.map +1 -1
  756. package/_esm/utils/abi/encodeEventTopics.js +5 -5
  757. package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
  758. package/_esm/utils/getAction.js +11 -7
  759. package/_esm/utils/getAction.js.map +1 -1
  760. package/_esm/utils/index.js.map +1 -1
  761. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  762. package/_types/celo/chainConfig.d.ts +1086 -1086
  763. package/_types/celo/formatters.d.ts +543 -543
  764. package/_types/celo/formatters.d.ts.map +1 -1
  765. package/_types/chains/definitions/ancient8.d.ts +260 -260
  766. package/_types/chains/definitions/ancient8Sepolia.d.ts +260 -260
  767. package/_types/chains/definitions/base.d.ts +260 -260
  768. package/_types/chains/definitions/baseGoerli.d.ts +260 -260
  769. package/_types/chains/definitions/baseSepolia.d.ts +260 -260
  770. package/_types/chains/definitions/celo.d.ts +1086 -1086
  771. package/_types/chains/definitions/celoAlfajores.d.ts +1086 -1086
  772. package/_types/chains/definitions/fraxtal.d.ts +260 -260
  773. package/_types/chains/definitions/fraxtalTestnet.d.ts +260 -260
  774. package/_types/chains/definitions/funkiSepolia.d.ts +260 -260
  775. package/_types/chains/definitions/lisk.d.ts +315 -315
  776. package/_types/chains/definitions/liskSepolia.d.ts +260 -260
  777. package/_types/chains/definitions/metalL2.d.ts +260 -260
  778. package/_types/chains/definitions/optimism.d.ts +260 -260
  779. package/_types/chains/definitions/optimismGoerli.d.ts +260 -260
  780. package/_types/chains/definitions/optimismSepolia.d.ts +260 -260
  781. package/_types/chains/definitions/pgn.d.ts +260 -260
  782. package/_types/chains/definitions/pgnTestnet.d.ts +260 -260
  783. package/_types/chains/definitions/playfiAlbireo.d.ts +315 -315
  784. package/_types/chains/definitions/rss3.d.ts +260 -260
  785. package/_types/chains/definitions/rss3Sepolia.d.ts +260 -260
  786. package/_types/chains/definitions/zkSync.d.ts +315 -315
  787. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +315 -315
  788. package/_types/chains/definitions/zkSyncLocalNode.d.ts +315 -315
  789. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +315 -315
  790. package/_types/chains/definitions/zkSyncTestnet.d.ts +315 -315
  791. package/_types/chains/definitions/zora.d.ts +260 -260
  792. package/_types/chains/definitions/zoraSepolia.d.ts +260 -260
  793. package/_types/chains/definitions/zoraTestnet.d.ts +260 -260
  794. package/_types/errors/version.d.ts +1 -1
  795. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -1
  796. package/_types/experimental/erc7715/decorators/erc7715.d.ts.map +1 -1
  797. package/_types/experimental/index.d.ts +0 -2
  798. package/_types/experimental/index.d.ts.map +1 -1
  799. package/_types/experimental/solady/actions/signTypedData.d.ts.map +1 -1
  800. package/_types/experimental/solady/decorators/solady.d.ts.map +1 -1
  801. package/_types/experimental/solady/index.d.ts +7 -0
  802. package/_types/experimental/solady/index.d.ts.map +1 -0
  803. package/_types/experimental/solady/utils/hashMessage.d.ts +30 -0
  804. package/_types/experimental/solady/utils/hashMessage.d.ts.map +1 -0
  805. package/_types/experimental/solady/utils/hashTypedData.d.ts +59 -0
  806. package/_types/experimental/solady/utils/hashTypedData.d.ts.map +1 -0
  807. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts +50 -0
  808. package/_types/experimental/solady/utils/wrapTypedDataSignature.d.ts.map +1 -0
  809. package/_types/index.d.ts +1 -1
  810. package/_types/index.d.ts.map +1 -1
  811. package/_types/op-stack/chainConfig.d.ts +260 -260
  812. package/_types/op-stack/decorators/publicL1.d.ts.map +1 -1
  813. package/_types/op-stack/decorators/publicL2.d.ts.map +1 -1
  814. package/_types/op-stack/decorators/walletL1.d.ts.map +1 -1
  815. package/_types/op-stack/decorators/walletL2.d.ts.map +1 -1
  816. package/_types/op-stack/formatters.d.ts +260 -260
  817. package/_types/op-stack/formatters.d.ts.map +1 -1
  818. package/_types/utils/abi/decodeFunctionData.d.ts +1 -1
  819. package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
  820. package/_types/utils/abi/encodeEventTopics.d.ts +3 -1
  821. package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
  822. package/_types/utils/formatters/block.d.ts.map +1 -1
  823. package/_types/utils/formatters/formatter.d.ts +2 -2
  824. package/_types/utils/formatters/formatter.d.ts.map +1 -1
  825. package/_types/utils/formatters/log.d.ts.map +1 -1
  826. package/_types/utils/formatters/proof.d.ts.map +1 -1
  827. package/_types/utils/formatters/transaction.d.ts +127 -126
  828. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  829. package/_types/utils/formatters/transactionRequest.d.ts +67 -66
  830. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  831. package/_types/utils/getAction.d.ts +9 -1
  832. package/_types/utils/getAction.d.ts.map +1 -1
  833. package/_types/utils/index.d.ts +1 -1
  834. package/_types/utils/index.d.ts.map +1 -1
  835. package/_types/utils/rpc/compat.d.ts.map +1 -1
  836. package/_types/utils/rpc/ipc.d.ts +0 -2
  837. package/_types/utils/rpc/ipc.d.ts.map +1 -1
  838. package/_types/zksync/chainConfig.d.ts +315 -315
  839. package/_types/zksync/decorators/eip712.d.ts.map +1 -1
  840. package/_types/zksync/decorators/publicL1.d.ts.map +1 -1
  841. package/_types/zksync/decorators/publicL2.d.ts.map +1 -1
  842. package/_types/zksync/formatters.d.ts +315 -315
  843. package/_types/zksync/formatters.d.ts.map +1 -1
  844. package/actions/public/createEventFilter.ts +9 -9
  845. package/actions/public/getLogs.ts +9 -9
  846. package/actions/public/watchEvent.ts +9 -9
  847. package/actions/wallet/sendTransaction.ts +1 -0
  848. package/errors/version.ts +1 -1
  849. package/experimental/index.ts +0 -12
  850. package/experimental/solady/actions/signTypedData.ts +6 -35
  851. package/experimental/solady/index.ts +36 -0
  852. package/experimental/solady/utils/hashMessage.ts +60 -0
  853. package/experimental/solady/utils/hashTypedData.ts +112 -0
  854. package/experimental/solady/utils/wrapTypedDataSignature.ts +108 -0
  855. package/index.ts +1 -0
  856. package/package.json +9 -1
  857. package/utils/abi/encodeEventTopics.ts +13 -11
  858. package/utils/getAction.ts +31 -15
  859. package/utils/index.ts +1 -0
@@ -52,34 +52,34 @@ export declare const pgn: {
52
52
  readonly block: {
53
53
  exclude: [] | undefined;
54
54
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
55
- transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
55
+ transactions: import("../../index.js").Hash[] | import("../index.js").OpStackRpcTransaction[];
56
56
  }>) => {
57
57
  baseFeePerGas: bigint | null;
58
58
  blobGasUsed: bigint;
59
59
  difficulty: bigint;
60
60
  excessBlobGas: bigint;
61
- extraData: `0x${string}`;
61
+ extraData: import("../../index.js").Hex;
62
62
  gasLimit: bigint;
63
63
  gasUsed: bigint;
64
64
  hash: `0x${string}` | null;
65
65
  logsBloom: `0x${string}` | null;
66
- miner: `0x${string}`;
67
- mixHash: `0x${string}`;
66
+ miner: import("abitype").Address;
67
+ mixHash: import("../../index.js").Hash;
68
68
  nonce: `0x${string}` | null;
69
69
  number: bigint | null;
70
- parentHash: `0x${string}`;
71
- receiptsRoot: `0x${string}`;
72
- sealFields: `0x${string}`[];
73
- sha3Uncles: `0x${string}`;
70
+ parentHash: import("../../index.js").Hash;
71
+ receiptsRoot: import("../../index.js").Hex;
72
+ sealFields: import("../../index.js").Hex[];
73
+ sha3Uncles: import("../../index.js").Hash;
74
74
  size: bigint;
75
- stateRoot: `0x${string}`;
75
+ stateRoot: import("../../index.js").Hash;
76
76
  timestamp: bigint;
77
77
  totalDifficulty: bigint | null;
78
78
  transactions: `0x${string}`[] | import("../index.js").OpStackTransaction[];
79
- transactionsRoot: `0x${string}`;
80
- uncles: `0x${string}`[];
79
+ transactionsRoot: import("../../index.js").Hash;
80
+ uncles: import("../../index.js").Hash[];
81
81
  withdrawals?: import("../../index.js").Withdrawal[] | undefined;
82
- withdrawalsRoot?: `0x${string}` | undefined;
82
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
83
83
  } & {};
84
84
  type: "block";
85
85
  };
@@ -87,16 +87,16 @@ export declare const pgn: {
87
87
  exclude: [] | undefined;
88
88
  format: (args: ({
89
89
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
90
- r?: `0x${string}`;
91
- s?: `0x${string}`;
90
+ r?: import("../../index.js").Hex;
91
+ s?: import("../../index.js").Hex;
92
92
  v?: `0x${string}`;
93
93
  yParity?: `0x${string}` | undefined;
94
94
  gasPrice?: `0x${string}` | undefined;
95
95
  maxFeePerBlobGas?: `0x${string}` | undefined;
96
96
  maxFeePerGas?: `0x${string}` | undefined;
97
97
  maxPriorityFeePerGas?: `0x${string}` | undefined;
98
- to?: `0x${string}` | null;
99
- from?: `0x${string}`;
98
+ to?: import("abitype").Address | null;
99
+ from?: import("abitype").Address;
100
100
  gas?: `0x${string}`;
101
101
  nonce?: `0x${string}`;
102
102
  value?: `0x${string}`;
@@ -104,22 +104,22 @@ export declare const pgn: {
104
104
  blobVersionedHashes?: undefined;
105
105
  blockHash?: `0x${string}` | null;
106
106
  blockNumber?: `0x${string}` | null;
107
- hash?: `0x${string}`;
108
- input?: `0x${string}`;
107
+ hash?: import("../../index.js").Hash;
108
+ input?: import("../../index.js").Hex;
109
109
  transactionIndex?: `0x${string}` | null;
110
110
  chainId?: `0x${string}` | undefined;
111
111
  } & {
112
112
  type: "0x0";
113
- r: `0x${string}`;
114
- s: `0x${string}`;
113
+ r: import("../../index.js").Hex;
114
+ s: import("../../index.js").Hex;
115
115
  v: `0x${string}`;
116
116
  yParity?: undefined;
117
117
  gasPrice: `0x${string}`;
118
118
  maxFeePerBlobGas?: undefined;
119
119
  maxFeePerGas?: undefined;
120
120
  maxPriorityFeePerGas?: undefined;
121
- to: `0x${string}` | null;
122
- from: `0x${string}`;
121
+ to: import("abitype").Address | null;
122
+ from: import("abitype").Address;
123
123
  gas: `0x${string}`;
124
124
  nonce: `0x${string}`;
125
125
  value: `0x${string}`;
@@ -127,8 +127,8 @@ export declare const pgn: {
127
127
  blobVersionedHashes?: undefined;
128
128
  blockHash: `0x${string}` | null;
129
129
  blockNumber: `0x${string}` | null;
130
- hash: `0x${string}`;
131
- input: `0x${string}`;
130
+ hash: import("../../index.js").Hash;
131
+ input: import("../../index.js").Hex;
132
132
  transactionIndex: `0x${string}` | null;
133
133
  chainId?: `0x${string}` | undefined;
134
134
  } & {
@@ -137,16 +137,16 @@ export declare const pgn: {
137
137
  sourceHash?: undefined;
138
138
  }) | ({
139
139
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
140
- r?: `0x${string}`;
141
- s?: `0x${string}`;
140
+ r?: import("../../index.js").Hex;
141
+ s?: import("../../index.js").Hex;
142
142
  v?: `0x${string}`;
143
143
  yParity?: `0x${string}` | undefined;
144
144
  gasPrice?: `0x${string}` | undefined;
145
145
  maxFeePerBlobGas?: `0x${string}` | undefined;
146
146
  maxFeePerGas?: `0x${string}` | undefined;
147
147
  maxPriorityFeePerGas?: `0x${string}` | undefined;
148
- to?: `0x${string}` | null;
149
- from?: `0x${string}`;
148
+ to?: import("abitype").Address | null;
149
+ from?: import("abitype").Address;
150
150
  gas?: `0x${string}`;
151
151
  nonce?: `0x${string}`;
152
152
  value?: `0x${string}`;
@@ -154,26 +154,26 @@ export declare const pgn: {
154
154
  blobVersionedHashes?: undefined;
155
155
  blockHash?: `0x${string}` | null;
156
156
  blockNumber?: `0x${string}` | null;
157
- hash?: `0x${string}`;
158
- input?: `0x${string}`;
157
+ hash?: import("../../index.js").Hash;
158
+ input?: import("../../index.js").Hex;
159
159
  transactionIndex?: `0x${string}` | null;
160
160
  chainId?: `0x${string}` | undefined;
161
161
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
162
162
  isSystemTx?: boolean | undefined;
163
- mint?: `0x${string}` | undefined;
164
- sourceHash: `0x${string}`;
163
+ mint?: import("../../index.js").Hex | undefined;
164
+ sourceHash: import("../../index.js").Hex;
165
165
  type: "0x7e";
166
166
  }) | ({
167
167
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
168
- r?: `0x${string}`;
169
- s?: `0x${string}`;
168
+ r?: import("../../index.js").Hex;
169
+ s?: import("../../index.js").Hex;
170
170
  v?: `0x${string}`;
171
171
  gasPrice?: `0x${string}` | undefined;
172
172
  maxFeePerBlobGas?: `0x${string}` | undefined;
173
173
  maxFeePerGas?: `0x${string}` | undefined;
174
174
  maxPriorityFeePerGas?: `0x${string}` | undefined;
175
- to?: `0x${string}` | null;
176
- from?: `0x${string}`;
175
+ to?: import("abitype").Address | null;
176
+ from?: import("abitype").Address;
177
177
  gas?: `0x${string}`;
178
178
  nonce?: `0x${string}`;
179
179
  value?: `0x${string}`;
@@ -181,23 +181,23 @@ export declare const pgn: {
181
181
  blobVersionedHashes?: undefined;
182
182
  blockHash?: `0x${string}` | null;
183
183
  blockNumber?: `0x${string}` | null;
184
- hash?: `0x${string}`;
185
- input?: `0x${string}`;
184
+ hash?: import("../../index.js").Hash;
185
+ input?: import("../../index.js").Hex;
186
186
  transactionIndex?: `0x${string}` | null;
187
187
  chainId?: `0x${string}` | undefined;
188
188
  yParity?: `0x${string}` | undefined;
189
189
  } & {
190
190
  type: "0x0";
191
- r: `0x${string}`;
192
- s: `0x${string}`;
191
+ r: import("../../index.js").Hex;
192
+ s: import("../../index.js").Hex;
193
193
  v: `0x${string}`;
194
194
  yParity?: undefined;
195
195
  gasPrice: `0x${string}`;
196
196
  maxFeePerBlobGas?: undefined;
197
197
  maxFeePerGas?: undefined;
198
198
  maxPriorityFeePerGas?: undefined;
199
- to: `0x${string}` | null;
200
- from: `0x${string}`;
199
+ to: import("abitype").Address | null;
200
+ from: import("abitype").Address;
201
201
  gas: `0x${string}`;
202
202
  nonce: `0x${string}`;
203
203
  value: `0x${string}`;
@@ -205,8 +205,8 @@ export declare const pgn: {
205
205
  blobVersionedHashes?: undefined;
206
206
  blockHash: `0x${string}` | null;
207
207
  blockNumber: `0x${string}` | null;
208
- hash: `0x${string}`;
209
- input: `0x${string}`;
208
+ hash: import("../../index.js").Hash;
209
+ input: import("../../index.js").Hex;
210
210
  transactionIndex: `0x${string}` | null;
211
211
  chainId?: `0x${string}` | undefined;
212
212
  } & {
@@ -215,15 +215,15 @@ export declare const pgn: {
215
215
  sourceHash?: undefined;
216
216
  }) | ({
217
217
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
218
- r?: `0x${string}`;
219
- s?: `0x${string}`;
218
+ r?: import("../../index.js").Hex;
219
+ s?: import("../../index.js").Hex;
220
220
  v?: `0x${string}`;
221
221
  gasPrice?: `0x${string}` | undefined;
222
222
  maxFeePerBlobGas?: `0x${string}` | undefined;
223
223
  maxFeePerGas?: `0x${string}` | undefined;
224
224
  maxPriorityFeePerGas?: `0x${string}` | undefined;
225
- to?: `0x${string}` | null;
226
- from?: `0x${string}`;
225
+ to?: import("abitype").Address | null;
226
+ from?: import("abitype").Address;
227
227
  gas?: `0x${string}`;
228
228
  nonce?: `0x${string}`;
229
229
  value?: `0x${string}`;
@@ -231,22 +231,22 @@ export declare const pgn: {
231
231
  blobVersionedHashes?: undefined;
232
232
  blockHash?: `0x${string}` | null;
233
233
  blockNumber?: `0x${string}` | null;
234
- hash?: `0x${string}`;
235
- input?: `0x${string}`;
234
+ hash?: import("../../index.js").Hash;
235
+ input?: import("../../index.js").Hex;
236
236
  transactionIndex?: `0x${string}` | null;
237
237
  chainId?: `0x${string}` | undefined;
238
238
  yParity?: `0x${string}` | undefined;
239
239
  } & {
240
240
  type: "0x1";
241
- r: `0x${string}`;
242
- s: `0x${string}`;
241
+ r: import("../../index.js").Hex;
242
+ s: import("../../index.js").Hex;
243
243
  v: `0x${string}`;
244
244
  gasPrice: `0x${string}`;
245
245
  maxFeePerBlobGas?: undefined;
246
246
  maxFeePerGas?: undefined;
247
247
  maxPriorityFeePerGas?: undefined;
248
- to: `0x${string}` | null;
249
- from: `0x${string}`;
248
+ to: import("abitype").Address | null;
249
+ from: import("abitype").Address;
250
250
  gas: `0x${string}`;
251
251
  nonce: `0x${string}`;
252
252
  value: `0x${string}`;
@@ -254,8 +254,8 @@ export declare const pgn: {
254
254
  blobVersionedHashes?: undefined;
255
255
  blockHash: `0x${string}` | null;
256
256
  blockNumber: `0x${string}` | null;
257
- hash: `0x${string}`;
258
- input: `0x${string}`;
257
+ hash: import("../../index.js").Hash;
258
+ input: import("../../index.js").Hex;
259
259
  transactionIndex: `0x${string}` | null;
260
260
  chainId: `0x${string}`;
261
261
  yParity?: `0x${string}` | undefined;
@@ -265,15 +265,15 @@ export declare const pgn: {
265
265
  sourceHash?: undefined;
266
266
  }) | ({
267
267
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
268
- r?: `0x${string}`;
269
- s?: `0x${string}`;
268
+ r?: import("../../index.js").Hex;
269
+ s?: import("../../index.js").Hex;
270
270
  v?: `0x${string}`;
271
271
  gasPrice?: `0x${string}` | undefined;
272
272
  maxFeePerBlobGas?: `0x${string}` | undefined;
273
273
  maxFeePerGas?: `0x${string}` | undefined;
274
274
  maxPriorityFeePerGas?: `0x${string}` | undefined;
275
- to?: `0x${string}` | null;
276
- from?: `0x${string}`;
275
+ to?: import("abitype").Address | null;
276
+ from?: import("abitype").Address;
277
277
  gas?: `0x${string}`;
278
278
  nonce?: `0x${string}`;
279
279
  value?: `0x${string}`;
@@ -281,22 +281,22 @@ export declare const pgn: {
281
281
  blobVersionedHashes?: undefined;
282
282
  blockHash?: `0x${string}` | null;
283
283
  blockNumber?: `0x${string}` | null;
284
- hash?: `0x${string}`;
285
- input?: `0x${string}`;
284
+ hash?: import("../../index.js").Hash;
285
+ input?: import("../../index.js").Hex;
286
286
  transactionIndex?: `0x${string}` | null;
287
287
  chainId?: `0x${string}` | undefined;
288
288
  yParity?: `0x${string}` | undefined;
289
289
  } & {
290
290
  type: "0x2";
291
- r: `0x${string}`;
292
- s: `0x${string}`;
291
+ r: import("../../index.js").Hex;
292
+ s: import("../../index.js").Hex;
293
293
  v: `0x${string}`;
294
294
  gasPrice?: undefined;
295
295
  maxFeePerBlobGas?: undefined;
296
296
  maxFeePerGas: `0x${string}`;
297
297
  maxPriorityFeePerGas: `0x${string}`;
298
- to: `0x${string}` | null;
299
- from: `0x${string}`;
298
+ to: import("abitype").Address | null;
299
+ from: import("abitype").Address;
300
300
  gas: `0x${string}`;
301
301
  nonce: `0x${string}`;
302
302
  value: `0x${string}`;
@@ -304,8 +304,8 @@ export declare const pgn: {
304
304
  blobVersionedHashes?: undefined;
305
305
  blockHash: `0x${string}` | null;
306
306
  blockNumber: `0x${string}` | null;
307
- hash: `0x${string}`;
308
- input: `0x${string}`;
307
+ hash: import("../../index.js").Hash;
308
+ input: import("../../index.js").Hex;
309
309
  transactionIndex: `0x${string}` | null;
310
310
  chainId: `0x${string}`;
311
311
  yParity?: `0x${string}` | undefined;
@@ -315,15 +315,15 @@ export declare const pgn: {
315
315
  sourceHash?: undefined;
316
316
  }) | ({
317
317
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
318
- r?: `0x${string}`;
319
- s?: `0x${string}`;
318
+ r?: import("../../index.js").Hex;
319
+ s?: import("../../index.js").Hex;
320
320
  v?: `0x${string}`;
321
321
  gasPrice?: `0x${string}` | undefined;
322
322
  maxFeePerBlobGas?: `0x${string}` | undefined;
323
323
  maxFeePerGas?: `0x${string}` | undefined;
324
324
  maxPriorityFeePerGas?: `0x${string}` | undefined;
325
- to?: `0x${string}` | null;
326
- from?: `0x${string}`;
325
+ to?: import("abitype").Address | null;
326
+ from?: import("abitype").Address;
327
327
  gas?: `0x${string}`;
328
328
  nonce?: `0x${string}`;
329
329
  value?: `0x${string}`;
@@ -331,27 +331,27 @@ export declare const pgn: {
331
331
  blobVersionedHashes?: undefined;
332
332
  blockHash?: `0x${string}` | null;
333
333
  blockNumber?: `0x${string}` | null;
334
- hash?: `0x${string}`;
335
- input?: `0x${string}`;
334
+ hash?: import("../../index.js").Hash;
335
+ input?: import("../../index.js").Hex;
336
336
  transactionIndex?: `0x${string}` | null;
337
337
  chainId?: `0x${string}` | undefined;
338
338
  yParity?: `0x${string}` | undefined;
339
339
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
340
340
  isSystemTx?: boolean | undefined;
341
- mint?: `0x${string}` | undefined;
342
- sourceHash: `0x${string}`;
341
+ mint?: import("../../index.js").Hex | undefined;
342
+ sourceHash: import("../../index.js").Hex;
343
343
  type: "0x7e";
344
344
  }) | ({
345
345
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
346
- r?: `0x${string}`;
347
- s?: `0x${string}`;
346
+ r?: import("../../index.js").Hex;
347
+ s?: import("../../index.js").Hex;
348
348
  v?: `0x${string}`;
349
349
  gasPrice?: `0x${string}` | undefined;
350
350
  maxFeePerBlobGas?: `0x${string}` | undefined;
351
351
  maxFeePerGas?: `0x${string}` | undefined;
352
352
  maxPriorityFeePerGas?: `0x${string}` | undefined;
353
- to?: `0x${string}` | null;
354
- from?: `0x${string}`;
353
+ to?: import("abitype").Address | null;
354
+ from?: import("abitype").Address;
355
355
  gas?: `0x${string}`;
356
356
  nonce?: `0x${string}`;
357
357
  value?: `0x${string}`;
@@ -359,23 +359,23 @@ export declare const pgn: {
359
359
  blobVersionedHashes?: undefined;
360
360
  blockHash?: `0x${string}` | null;
361
361
  blockNumber?: `0x${string}` | null;
362
- hash?: `0x${string}`;
363
- input?: `0x${string}`;
362
+ hash?: import("../../index.js").Hash;
363
+ input?: import("../../index.js").Hex;
364
364
  transactionIndex?: `0x${string}` | null;
365
365
  chainId?: `0x${string}` | undefined;
366
366
  yParity?: `0x${string}` | undefined;
367
367
  } & {
368
368
  type: "0x0";
369
- r: `0x${string}`;
370
- s: `0x${string}`;
369
+ r: import("../../index.js").Hex;
370
+ s: import("../../index.js").Hex;
371
371
  v: `0x${string}`;
372
372
  yParity?: undefined;
373
373
  gasPrice: `0x${string}`;
374
374
  maxFeePerBlobGas?: undefined;
375
375
  maxFeePerGas?: undefined;
376
376
  maxPriorityFeePerGas?: undefined;
377
- to: `0x${string}` | null;
378
- from: `0x${string}`;
377
+ to: import("abitype").Address | null;
378
+ from: import("abitype").Address;
379
379
  gas: `0x${string}`;
380
380
  nonce: `0x${string}`;
381
381
  value: `0x${string}`;
@@ -383,8 +383,8 @@ export declare const pgn: {
383
383
  blobVersionedHashes?: undefined;
384
384
  blockHash: `0x${string}` | null;
385
385
  blockNumber: `0x${string}` | null;
386
- hash: `0x${string}`;
387
- input: `0x${string}`;
386
+ hash: import("../../index.js").Hash;
387
+ input: import("../../index.js").Hex;
388
388
  transactionIndex: `0x${string}` | null;
389
389
  chainId?: `0x${string}` | undefined;
390
390
  } & {
@@ -393,15 +393,15 @@ export declare const pgn: {
393
393
  sourceHash?: undefined;
394
394
  }) | ({
395
395
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
396
- r?: `0x${string}`;
397
- s?: `0x${string}`;
396
+ r?: import("../../index.js").Hex;
397
+ s?: import("../../index.js").Hex;
398
398
  v?: `0x${string}`;
399
399
  gasPrice?: `0x${string}` | undefined;
400
400
  maxFeePerBlobGas?: `0x${string}` | undefined;
401
401
  maxFeePerGas?: `0x${string}` | undefined;
402
402
  maxPriorityFeePerGas?: `0x${string}` | undefined;
403
- to?: `0x${string}` | null;
404
- from?: `0x${string}`;
403
+ to?: import("abitype").Address | null;
404
+ from?: import("abitype").Address;
405
405
  gas?: `0x${string}`;
406
406
  nonce?: `0x${string}`;
407
407
  value?: `0x${string}`;
@@ -409,22 +409,22 @@ export declare const pgn: {
409
409
  blobVersionedHashes?: undefined;
410
410
  blockHash?: `0x${string}` | null;
411
411
  blockNumber?: `0x${string}` | null;
412
- hash?: `0x${string}`;
413
- input?: `0x${string}`;
412
+ hash?: import("../../index.js").Hash;
413
+ input?: import("../../index.js").Hex;
414
414
  transactionIndex?: `0x${string}` | null;
415
415
  chainId?: `0x${string}` | undefined;
416
416
  yParity?: `0x${string}` | undefined;
417
417
  } & {
418
418
  type: "0x1";
419
- r: `0x${string}`;
420
- s: `0x${string}`;
419
+ r: import("../../index.js").Hex;
420
+ s: import("../../index.js").Hex;
421
421
  v: `0x${string}`;
422
422
  gasPrice: `0x${string}`;
423
423
  maxFeePerBlobGas?: undefined;
424
424
  maxFeePerGas?: undefined;
425
425
  maxPriorityFeePerGas?: undefined;
426
- to: `0x${string}` | null;
427
- from: `0x${string}`;
426
+ to: import("abitype").Address | null;
427
+ from: import("abitype").Address;
428
428
  gas: `0x${string}`;
429
429
  nonce: `0x${string}`;
430
430
  value: `0x${string}`;
@@ -432,8 +432,8 @@ export declare const pgn: {
432
432
  blobVersionedHashes?: undefined;
433
433
  blockHash: `0x${string}` | null;
434
434
  blockNumber: `0x${string}` | null;
435
- hash: `0x${string}`;
436
- input: `0x${string}`;
435
+ hash: import("../../index.js").Hash;
436
+ input: import("../../index.js").Hex;
437
437
  transactionIndex: `0x${string}` | null;
438
438
  chainId: `0x${string}`;
439
439
  yParity?: `0x${string}` | undefined;
@@ -443,15 +443,15 @@ export declare const pgn: {
443
443
  sourceHash?: undefined;
444
444
  }) | ({
445
445
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
446
- r?: `0x${string}`;
447
- s?: `0x${string}`;
446
+ r?: import("../../index.js").Hex;
447
+ s?: import("../../index.js").Hex;
448
448
  v?: `0x${string}`;
449
449
  gasPrice?: `0x${string}` | undefined;
450
450
  maxFeePerBlobGas?: `0x${string}` | undefined;
451
451
  maxFeePerGas?: `0x${string}` | undefined;
452
452
  maxPriorityFeePerGas?: `0x${string}` | undefined;
453
- to?: `0x${string}` | null;
454
- from?: `0x${string}`;
453
+ to?: import("abitype").Address | null;
454
+ from?: import("abitype").Address;
455
455
  gas?: `0x${string}`;
456
456
  nonce?: `0x${string}`;
457
457
  value?: `0x${string}`;
@@ -459,22 +459,22 @@ export declare const pgn: {
459
459
  blobVersionedHashes?: undefined;
460
460
  blockHash?: `0x${string}` | null;
461
461
  blockNumber?: `0x${string}` | null;
462
- hash?: `0x${string}`;
463
- input?: `0x${string}`;
462
+ hash?: import("../../index.js").Hash;
463
+ input?: import("../../index.js").Hex;
464
464
  transactionIndex?: `0x${string}` | null;
465
465
  chainId?: `0x${string}` | undefined;
466
466
  yParity?: `0x${string}` | undefined;
467
467
  } & {
468
468
  type: "0x2";
469
- r: `0x${string}`;
470
- s: `0x${string}`;
469
+ r: import("../../index.js").Hex;
470
+ s: import("../../index.js").Hex;
471
471
  v: `0x${string}`;
472
472
  gasPrice?: undefined;
473
473
  maxFeePerBlobGas?: undefined;
474
474
  maxFeePerGas: `0x${string}`;
475
475
  maxPriorityFeePerGas: `0x${string}`;
476
- to: `0x${string}` | null;
477
- from: `0x${string}`;
476
+ to: import("abitype").Address | null;
477
+ from: import("abitype").Address;
478
478
  gas: `0x${string}`;
479
479
  nonce: `0x${string}`;
480
480
  value: `0x${string}`;
@@ -482,8 +482,8 @@ export declare const pgn: {
482
482
  blobVersionedHashes?: undefined;
483
483
  blockHash: `0x${string}` | null;
484
484
  blockNumber: `0x${string}` | null;
485
- hash: `0x${string}`;
486
- input: `0x${string}`;
485
+ hash: import("../../index.js").Hash;
486
+ input: import("../../index.js").Hex;
487
487
  transactionIndex: `0x${string}` | null;
488
488
  chainId: `0x${string}`;
489
489
  yParity?: `0x${string}` | undefined;
@@ -493,15 +493,15 @@ export declare const pgn: {
493
493
  sourceHash?: undefined;
494
494
  }) | ({
495
495
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
496
- r?: `0x${string}`;
497
- s?: `0x${string}`;
496
+ r?: import("../../index.js").Hex;
497
+ s?: import("../../index.js").Hex;
498
498
  v?: `0x${string}`;
499
499
  gasPrice?: `0x${string}` | undefined;
500
500
  maxFeePerBlobGas?: `0x${string}` | undefined;
501
501
  maxFeePerGas?: `0x${string}` | undefined;
502
502
  maxPriorityFeePerGas?: `0x${string}` | undefined;
503
- to?: `0x${string}` | null;
504
- from?: `0x${string}`;
503
+ to?: import("abitype").Address | null;
504
+ from?: import("abitype").Address;
505
505
  gas?: `0x${string}`;
506
506
  nonce?: `0x${string}`;
507
507
  value?: `0x${string}`;
@@ -509,27 +509,27 @@ export declare const pgn: {
509
509
  blobVersionedHashes?: undefined;
510
510
  blockHash?: `0x${string}` | null;
511
511
  blockNumber?: `0x${string}` | null;
512
- hash?: `0x${string}`;
513
- input?: `0x${string}`;
512
+ hash?: import("../../index.js").Hash;
513
+ input?: import("../../index.js").Hex;
514
514
  transactionIndex?: `0x${string}` | null;
515
515
  chainId?: `0x${string}` | undefined;
516
516
  yParity?: `0x${string}` | undefined;
517
517
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
518
518
  isSystemTx?: boolean | undefined;
519
- mint?: `0x${string}` | undefined;
520
- sourceHash: `0x${string}`;
519
+ mint?: import("../../index.js").Hex | undefined;
520
+ sourceHash: import("../../index.js").Hex;
521
521
  type: "0x7e";
522
522
  }) | ({
523
523
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
524
- r?: `0x${string}`;
525
- s?: `0x${string}`;
524
+ r?: import("../../index.js").Hex;
525
+ s?: import("../../index.js").Hex;
526
526
  v?: `0x${string}`;
527
527
  gasPrice?: `0x${string}` | undefined;
528
528
  maxFeePerBlobGas?: `0x${string}` | undefined;
529
529
  maxFeePerGas?: `0x${string}` | undefined;
530
530
  maxPriorityFeePerGas?: `0x${string}` | undefined;
531
- to?: `0x${string}` | null;
532
- from?: `0x${string}`;
531
+ to?: import("abitype").Address | null;
532
+ from?: import("abitype").Address;
533
533
  gas?: `0x${string}`;
534
534
  nonce?: `0x${string}`;
535
535
  value?: `0x${string}`;
@@ -537,23 +537,23 @@ export declare const pgn: {
537
537
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
538
538
  blockHash?: `0x${string}` | null;
539
539
  blockNumber?: `0x${string}` | null;
540
- hash?: `0x${string}`;
541
- input?: `0x${string}`;
540
+ hash?: import("../../index.js").Hash;
541
+ input?: import("../../index.js").Hex;
542
542
  transactionIndex?: `0x${string}` | null;
543
543
  chainId?: `0x${string}` | undefined;
544
544
  yParity?: `0x${string}` | undefined;
545
545
  } & {
546
546
  type: "0x0";
547
- r: `0x${string}`;
548
- s: `0x${string}`;
547
+ r: import("../../index.js").Hex;
548
+ s: import("../../index.js").Hex;
549
549
  v: `0x${string}`;
550
550
  yParity?: undefined;
551
551
  gasPrice: `0x${string}`;
552
552
  maxFeePerBlobGas?: undefined;
553
553
  maxFeePerGas?: undefined;
554
554
  maxPriorityFeePerGas?: undefined;
555
- to: `0x${string}` | null;
556
- from: `0x${string}`;
555
+ to: import("abitype").Address | null;
556
+ from: import("abitype").Address;
557
557
  gas: `0x${string}`;
558
558
  nonce: `0x${string}`;
559
559
  value: `0x${string}`;
@@ -561,8 +561,8 @@ export declare const pgn: {
561
561
  blobVersionedHashes?: undefined;
562
562
  blockHash: `0x${string}` | null;
563
563
  blockNumber: `0x${string}` | null;
564
- hash: `0x${string}`;
565
- input: `0x${string}`;
564
+ hash: import("../../index.js").Hash;
565
+ input: import("../../index.js").Hex;
566
566
  transactionIndex: `0x${string}` | null;
567
567
  chainId?: `0x${string}` | undefined;
568
568
  } & {
@@ -571,15 +571,15 @@ export declare const pgn: {
571
571
  sourceHash?: undefined;
572
572
  }) | ({
573
573
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
574
- r?: `0x${string}`;
575
- s?: `0x${string}`;
574
+ r?: import("../../index.js").Hex;
575
+ s?: import("../../index.js").Hex;
576
576
  v?: `0x${string}`;
577
577
  gasPrice?: `0x${string}` | undefined;
578
578
  maxFeePerBlobGas?: `0x${string}` | undefined;
579
579
  maxFeePerGas?: `0x${string}` | undefined;
580
580
  maxPriorityFeePerGas?: `0x${string}` | undefined;
581
- to?: `0x${string}` | null;
582
- from?: `0x${string}`;
581
+ to?: import("abitype").Address | null;
582
+ from?: import("abitype").Address;
583
583
  gas?: `0x${string}`;
584
584
  nonce?: `0x${string}`;
585
585
  value?: `0x${string}`;
@@ -587,22 +587,22 @@ export declare const pgn: {
587
587
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
588
588
  blockHash?: `0x${string}` | null;
589
589
  blockNumber?: `0x${string}` | null;
590
- hash?: `0x${string}`;
591
- input?: `0x${string}`;
590
+ hash?: import("../../index.js").Hash;
591
+ input?: import("../../index.js").Hex;
592
592
  transactionIndex?: `0x${string}` | null;
593
593
  chainId?: `0x${string}` | undefined;
594
594
  yParity?: `0x${string}` | undefined;
595
595
  } & {
596
596
  type: "0x1";
597
- r: `0x${string}`;
598
- s: `0x${string}`;
597
+ r: import("../../index.js").Hex;
598
+ s: import("../../index.js").Hex;
599
599
  v: `0x${string}`;
600
600
  gasPrice: `0x${string}`;
601
601
  maxFeePerBlobGas?: undefined;
602
602
  maxFeePerGas?: undefined;
603
603
  maxPriorityFeePerGas?: undefined;
604
- to: `0x${string}` | null;
605
- from: `0x${string}`;
604
+ to: import("abitype").Address | null;
605
+ from: import("abitype").Address;
606
606
  gas: `0x${string}`;
607
607
  nonce: `0x${string}`;
608
608
  value: `0x${string}`;
@@ -610,8 +610,8 @@ export declare const pgn: {
610
610
  blobVersionedHashes?: undefined;
611
611
  blockHash: `0x${string}` | null;
612
612
  blockNumber: `0x${string}` | null;
613
- hash: `0x${string}`;
614
- input: `0x${string}`;
613
+ hash: import("../../index.js").Hash;
614
+ input: import("../../index.js").Hex;
615
615
  transactionIndex: `0x${string}` | null;
616
616
  chainId: `0x${string}`;
617
617
  yParity?: `0x${string}` | undefined;
@@ -621,15 +621,15 @@ export declare const pgn: {
621
621
  sourceHash?: undefined;
622
622
  }) | ({
623
623
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
624
- r?: `0x${string}`;
625
- s?: `0x${string}`;
624
+ r?: import("../../index.js").Hex;
625
+ s?: import("../../index.js").Hex;
626
626
  v?: `0x${string}`;
627
627
  gasPrice?: `0x${string}` | undefined;
628
628
  maxFeePerBlobGas?: `0x${string}` | undefined;
629
629
  maxFeePerGas?: `0x${string}` | undefined;
630
630
  maxPriorityFeePerGas?: `0x${string}` | undefined;
631
- to?: `0x${string}` | null;
632
- from?: `0x${string}`;
631
+ to?: import("abitype").Address | null;
632
+ from?: import("abitype").Address;
633
633
  gas?: `0x${string}`;
634
634
  nonce?: `0x${string}`;
635
635
  value?: `0x${string}`;
@@ -637,22 +637,22 @@ export declare const pgn: {
637
637
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
638
638
  blockHash?: `0x${string}` | null;
639
639
  blockNumber?: `0x${string}` | null;
640
- hash?: `0x${string}`;
641
- input?: `0x${string}`;
640
+ hash?: import("../../index.js").Hash;
641
+ input?: import("../../index.js").Hex;
642
642
  transactionIndex?: `0x${string}` | null;
643
643
  chainId?: `0x${string}` | undefined;
644
644
  yParity?: `0x${string}` | undefined;
645
645
  } & {
646
646
  type: "0x2";
647
- r: `0x${string}`;
648
- s: `0x${string}`;
647
+ r: import("../../index.js").Hex;
648
+ s: import("../../index.js").Hex;
649
649
  v: `0x${string}`;
650
650
  gasPrice?: undefined;
651
651
  maxFeePerBlobGas?: undefined;
652
652
  maxFeePerGas: `0x${string}`;
653
653
  maxPriorityFeePerGas: `0x${string}`;
654
- to: `0x${string}` | null;
655
- from: `0x${string}`;
654
+ to: import("abitype").Address | null;
655
+ from: import("abitype").Address;
656
656
  gas: `0x${string}`;
657
657
  nonce: `0x${string}`;
658
658
  value: `0x${string}`;
@@ -660,8 +660,8 @@ export declare const pgn: {
660
660
  blobVersionedHashes?: undefined;
661
661
  blockHash: `0x${string}` | null;
662
662
  blockNumber: `0x${string}` | null;
663
- hash: `0x${string}`;
664
- input: `0x${string}`;
663
+ hash: import("../../index.js").Hash;
664
+ input: import("../../index.js").Hex;
665
665
  transactionIndex: `0x${string}` | null;
666
666
  chainId: `0x${string}`;
667
667
  yParity?: `0x${string}` | undefined;
@@ -671,15 +671,15 @@ export declare const pgn: {
671
671
  sourceHash?: undefined;
672
672
  }) | ({
673
673
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
674
- r?: `0x${string}`;
675
- s?: `0x${string}`;
674
+ r?: import("../../index.js").Hex;
675
+ s?: import("../../index.js").Hex;
676
676
  v?: `0x${string}`;
677
677
  gasPrice?: `0x${string}` | undefined;
678
678
  maxFeePerBlobGas?: `0x${string}` | undefined;
679
679
  maxFeePerGas?: `0x${string}` | undefined;
680
680
  maxPriorityFeePerGas?: `0x${string}` | undefined;
681
- to?: `0x${string}` | null;
682
- from?: `0x${string}`;
681
+ to?: import("abitype").Address | null;
682
+ from?: import("abitype").Address;
683
683
  gas?: `0x${string}`;
684
684
  nonce?: `0x${string}`;
685
685
  value?: `0x${string}`;
@@ -687,31 +687,31 @@ export declare const pgn: {
687
687
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
688
688
  blockHash?: `0x${string}` | null;
689
689
  blockNumber?: `0x${string}` | null;
690
- hash?: `0x${string}`;
691
- input?: `0x${string}`;
690
+ hash?: import("../../index.js").Hash;
691
+ input?: import("../../index.js").Hex;
692
692
  transactionIndex?: `0x${string}` | null;
693
693
  chainId?: `0x${string}` | undefined;
694
694
  yParity?: `0x${string}` | undefined;
695
695
  } & {
696
696
  type: "0x3";
697
- r: `0x${string}`;
698
- s: `0x${string}`;
697
+ r: import("../../index.js").Hex;
698
+ s: import("../../index.js").Hex;
699
699
  v: `0x${string}`;
700
700
  gasPrice?: undefined;
701
701
  maxFeePerBlobGas: `0x${string}`;
702
702
  maxFeePerGas: `0x${string}`;
703
703
  maxPriorityFeePerGas: `0x${string}`;
704
- to: `0x${string}` | null;
705
- from: `0x${string}`;
704
+ to: import("abitype").Address | null;
705
+ from: import("abitype").Address;
706
706
  gas: `0x${string}`;
707
707
  nonce: `0x${string}`;
708
708
  value: `0x${string}`;
709
709
  accessList: import("../../index.js").AccessList;
710
- blobVersionedHashes: readonly `0x${string}`[];
710
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
711
711
  blockHash: `0x${string}` | null;
712
712
  blockNumber: `0x${string}` | null;
713
- hash: `0x${string}`;
714
- input: `0x${string}`;
713
+ hash: import("../../index.js").Hash;
714
+ input: import("../../index.js").Hex;
715
715
  transactionIndex: `0x${string}` | null;
716
716
  chainId: `0x${string}`;
717
717
  yParity?: `0x${string}` | undefined;
@@ -721,15 +721,15 @@ export declare const pgn: {
721
721
  sourceHash?: undefined;
722
722
  }) | ({
723
723
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
724
- r?: `0x${string}`;
725
- s?: `0x${string}`;
724
+ r?: import("../../index.js").Hex;
725
+ s?: import("../../index.js").Hex;
726
726
  v?: `0x${string}`;
727
727
  gasPrice?: `0x${string}` | undefined;
728
728
  maxFeePerBlobGas?: `0x${string}` | undefined;
729
729
  maxFeePerGas?: `0x${string}` | undefined;
730
730
  maxPriorityFeePerGas?: `0x${string}` | undefined;
731
- to?: `0x${string}` | null;
732
- from?: `0x${string}`;
731
+ to?: import("abitype").Address | null;
732
+ from?: import("abitype").Address;
733
733
  gas?: `0x${string}`;
734
734
  nonce?: `0x${string}`;
735
735
  value?: `0x${string}`;
@@ -737,31 +737,31 @@ export declare const pgn: {
737
737
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
738
738
  blockHash?: `0x${string}` | null;
739
739
  blockNumber?: `0x${string}` | null;
740
- hash?: `0x${string}`;
741
- input?: `0x${string}`;
740
+ hash?: import("../../index.js").Hash;
741
+ input?: import("../../index.js").Hex;
742
742
  transactionIndex?: `0x${string}` | null;
743
743
  chainId?: `0x${string}` | undefined;
744
744
  yParity?: `0x${string}` | undefined;
745
745
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
746
746
  isSystemTx?: boolean | undefined;
747
- mint?: `0x${string}` | undefined;
748
- sourceHash: `0x${string}`;
747
+ mint?: import("../../index.js").Hex | undefined;
748
+ sourceHash: import("../../index.js").Hex;
749
749
  type: "0x7e";
750
750
  })) => ({
751
- r: `0x${string}`;
752
- s: `0x${string}`;
751
+ r: import("../../index.js").Hex;
752
+ s: import("../../index.js").Hex;
753
753
  v: bigint;
754
- to: `0x${string}` | null;
755
- from: `0x${string}`;
754
+ to: import("abitype").Address | null;
755
+ from: import("abitype").Address;
756
756
  gas: bigint;
757
757
  nonce: number;
758
758
  value: bigint;
759
759
  blockHash: `0x${string}` | null;
760
760
  blockNumber: bigint | null;
761
- hash: `0x${string}`;
762
- input: `0x${string}`;
761
+ hash: import("../../index.js").Hash;
762
+ input: import("../../index.js").Hex;
763
763
  transactionIndex: number | null;
764
- typeHex: `0x${string}` | null;
764
+ typeHex: import("../../index.js").Hex | null;
765
765
  accessList?: undefined;
766
766
  blobVersionedHashes?: undefined;
767
767
  chainId?: number | undefined;
@@ -775,20 +775,20 @@ export declare const pgn: {
775
775
  mint?: undefined;
776
776
  sourceHash?: undefined;
777
777
  } | {
778
- r: `0x${string}`;
779
- s: `0x${string}`;
778
+ r: import("../../index.js").Hex;
779
+ s: import("../../index.js").Hex;
780
780
  v: bigint;
781
- to: `0x${string}` | null;
782
- from: `0x${string}`;
781
+ to: import("abitype").Address | null;
782
+ from: import("abitype").Address;
783
783
  gas: bigint;
784
784
  nonce: number;
785
785
  value: bigint;
786
786
  blockHash: `0x${string}` | null;
787
787
  blockNumber: bigint | null;
788
- hash: `0x${string}`;
789
- input: `0x${string}`;
788
+ hash: import("../../index.js").Hash;
789
+ input: import("../../index.js").Hex;
790
790
  transactionIndex: number | null;
791
- typeHex: `0x${string}` | null;
791
+ typeHex: import("../../index.js").Hex | null;
792
792
  accessList?: undefined;
793
793
  blobVersionedHashes?: undefined;
794
794
  chainId?: number | undefined;
@@ -800,20 +800,20 @@ export declare const pgn: {
800
800
  maxPriorityFeePerGas: bigint;
801
801
  isSystemTx?: boolean;
802
802
  mint?: bigint | undefined;
803
- sourceHash: `0x${string}`;
803
+ sourceHash: import("../../index.js").Hex;
804
804
  } | {
805
805
  blockHash: `0x${string}` | null;
806
806
  blockNumber: bigint | null;
807
- from: `0x${string}`;
807
+ from: import("abitype").Address;
808
808
  gas: bigint;
809
- hash: `0x${string}`;
810
- input: `0x${string}`;
809
+ hash: import("../../index.js").Hash;
810
+ input: import("../../index.js").Hex;
811
811
  nonce: number;
812
- r: `0x${string}`;
813
- s: `0x${string}`;
814
- to: `0x${string}` | null;
812
+ r: import("../../index.js").Hex;
813
+ s: import("../../index.js").Hex;
814
+ to: import("abitype").Address | null;
815
815
  transactionIndex: number | null;
816
- typeHex: `0x${string}` | null;
816
+ typeHex: import("../../index.js").Hex | null;
817
817
  v: bigint;
818
818
  value: bigint;
819
819
  yParity: number;
@@ -831,16 +831,16 @@ export declare const pgn: {
831
831
  } | {
832
832
  blockHash: `0x${string}` | null;
833
833
  blockNumber: bigint | null;
834
- from: `0x${string}`;
834
+ from: import("abitype").Address;
835
835
  gas: bigint;
836
- hash: `0x${string}`;
837
- input: `0x${string}`;
836
+ hash: import("../../index.js").Hash;
837
+ input: import("../../index.js").Hex;
838
838
  nonce: number;
839
- r: `0x${string}`;
840
- s: `0x${string}`;
841
- to: `0x${string}` | null;
839
+ r: import("../../index.js").Hex;
840
+ s: import("../../index.js").Hex;
841
+ to: import("abitype").Address | null;
842
842
  transactionIndex: number | null;
843
- typeHex: `0x${string}` | null;
843
+ typeHex: import("../../index.js").Hex | null;
844
844
  v: bigint;
845
845
  value: bigint;
846
846
  yParity: number;
@@ -858,16 +858,16 @@ export declare const pgn: {
858
858
  } | {
859
859
  blockHash: `0x${string}` | null;
860
860
  blockNumber: bigint | null;
861
- from: `0x${string}`;
861
+ from: import("abitype").Address;
862
862
  gas: bigint;
863
- hash: `0x${string}`;
864
- input: `0x${string}`;
863
+ hash: import("../../index.js").Hash;
864
+ input: import("../../index.js").Hex;
865
865
  nonce: number;
866
- r: `0x${string}`;
867
- s: `0x${string}`;
868
- to: `0x${string}` | null;
866
+ r: import("../../index.js").Hex;
867
+ s: import("../../index.js").Hex;
868
+ to: import("abitype").Address | null;
869
869
  transactionIndex: number | null;
870
- typeHex: `0x${string}` | null;
870
+ typeHex: import("../../index.js").Hex | null;
871
871
  v: bigint;
872
872
  value: bigint;
873
873
  yParity: number;
@@ -881,20 +881,20 @@ export declare const pgn: {
881
881
  maxPriorityFeePerGas: bigint;
882
882
  isSystemTx?: boolean;
883
883
  mint?: bigint | undefined;
884
- sourceHash: `0x${string}`;
884
+ sourceHash: import("../../index.js").Hex;
885
885
  } | {
886
886
  blockHash: `0x${string}` | null;
887
887
  blockNumber: bigint | null;
888
- from: `0x${string}`;
888
+ from: import("abitype").Address;
889
889
  gas: bigint;
890
- hash: `0x${string}`;
891
- input: `0x${string}`;
890
+ hash: import("../../index.js").Hash;
891
+ input: import("../../index.js").Hex;
892
892
  nonce: number;
893
- r: `0x${string}`;
894
- s: `0x${string}`;
895
- to: `0x${string}` | null;
893
+ r: import("../../index.js").Hex;
894
+ s: import("../../index.js").Hex;
895
+ to: import("abitype").Address | null;
896
896
  transactionIndex: number | null;
897
- typeHex: `0x${string}` | null;
897
+ typeHex: import("../../index.js").Hex | null;
898
898
  v: bigint;
899
899
  value: bigint;
900
900
  yParity: number;
@@ -912,16 +912,16 @@ export declare const pgn: {
912
912
  } | {
913
913
  blockHash: `0x${string}` | null;
914
914
  blockNumber: bigint | null;
915
- from: `0x${string}`;
915
+ from: import("abitype").Address;
916
916
  gas: bigint;
917
- hash: `0x${string}`;
918
- input: `0x${string}`;
917
+ hash: import("../../index.js").Hash;
918
+ input: import("../../index.js").Hex;
919
919
  nonce: number;
920
- r: `0x${string}`;
921
- s: `0x${string}`;
922
- to: `0x${string}` | null;
920
+ r: import("../../index.js").Hex;
921
+ s: import("../../index.js").Hex;
922
+ to: import("abitype").Address | null;
923
923
  transactionIndex: number | null;
924
- typeHex: `0x${string}` | null;
924
+ typeHex: import("../../index.js").Hex | null;
925
925
  v: bigint;
926
926
  value: bigint;
927
927
  yParity: number;
@@ -939,16 +939,16 @@ export declare const pgn: {
939
939
  } | {
940
940
  blockHash: `0x${string}` | null;
941
941
  blockNumber: bigint | null;
942
- from: `0x${string}`;
942
+ from: import("abitype").Address;
943
943
  gas: bigint;
944
- hash: `0x${string}`;
945
- input: `0x${string}`;
944
+ hash: import("../../index.js").Hash;
945
+ input: import("../../index.js").Hex;
946
946
  nonce: number;
947
- r: `0x${string}`;
948
- s: `0x${string}`;
949
- to: `0x${string}` | null;
947
+ r: import("../../index.js").Hex;
948
+ s: import("../../index.js").Hex;
949
+ to: import("abitype").Address | null;
950
950
  transactionIndex: number | null;
951
- typeHex: `0x${string}` | null;
951
+ typeHex: import("../../index.js").Hex | null;
952
952
  v: bigint;
953
953
  value: bigint;
954
954
  yParity: number;
@@ -962,25 +962,25 @@ export declare const pgn: {
962
962
  maxPriorityFeePerGas: bigint;
963
963
  isSystemTx?: boolean;
964
964
  mint?: bigint | undefined;
965
- sourceHash: `0x${string}`;
965
+ sourceHash: import("../../index.js").Hex;
966
966
  } | {
967
967
  blockHash: `0x${string}` | null;
968
968
  blockNumber: bigint | null;
969
- from: `0x${string}`;
969
+ from: import("abitype").Address;
970
970
  gas: bigint;
971
- hash: `0x${string}`;
972
- input: `0x${string}`;
971
+ hash: import("../../index.js").Hash;
972
+ input: import("../../index.js").Hex;
973
973
  nonce: number;
974
- r: `0x${string}`;
975
- s: `0x${string}`;
976
- to: `0x${string}` | null;
974
+ r: import("../../index.js").Hex;
975
+ s: import("../../index.js").Hex;
976
+ to: import("abitype").Address | null;
977
977
  transactionIndex: number | null;
978
- typeHex: `0x${string}` | null;
978
+ typeHex: import("../../index.js").Hex | null;
979
979
  v: bigint;
980
980
  value: bigint;
981
981
  yParity: number;
982
982
  accessList: import("../../index.js").AccessList;
983
- blobVersionedHashes: readonly `0x${string}`[];
983
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
984
984
  chainId: number;
985
985
  type: "eip4844";
986
986
  gasPrice?: undefined;
@@ -993,21 +993,21 @@ export declare const pgn: {
993
993
  } | {
994
994
  blockHash: `0x${string}` | null;
995
995
  blockNumber: bigint | null;
996
- from: `0x${string}`;
996
+ from: import("abitype").Address;
997
997
  gas: bigint;
998
- hash: `0x${string}`;
999
- input: `0x${string}`;
998
+ hash: import("../../index.js").Hash;
999
+ input: import("../../index.js").Hex;
1000
1000
  nonce: number;
1001
- r: `0x${string}`;
1002
- s: `0x${string}`;
1003
- to: `0x${string}` | null;
1001
+ r: import("../../index.js").Hex;
1002
+ s: import("../../index.js").Hex;
1003
+ to: import("abitype").Address | null;
1004
1004
  transactionIndex: number | null;
1005
- typeHex: `0x${string}` | null;
1005
+ typeHex: import("../../index.js").Hex | null;
1006
1006
  v: bigint;
1007
1007
  value: bigint;
1008
1008
  yParity: number;
1009
1009
  accessList: import("../../index.js").AccessList;
1010
- blobVersionedHashes: readonly `0x${string}`[];
1010
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
1011
1011
  chainId: number;
1012
1012
  type: "deposit";
1013
1013
  gasPrice?: undefined;
@@ -1016,7 +1016,7 @@ export declare const pgn: {
1016
1016
  maxPriorityFeePerGas: bigint;
1017
1017
  isSystemTx?: boolean;
1018
1018
  mint?: bigint | undefined;
1019
- sourceHash: `0x${string}`;
1019
+ sourceHash: import("../../index.js").Hex;
1020
1020
  }) & {};
1021
1021
  type: "transaction";
1022
1022
  };
@@ -1025,19 +1025,19 @@ export declare const pgn: {
1025
1025
  format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
1026
1026
  blobGasPrice?: bigint | undefined;
1027
1027
  blobGasUsed?: bigint | undefined;
1028
- blockHash: `0x${string}`;
1028
+ blockHash: import("../../index.js").Hash;
1029
1029
  blockNumber: bigint;
1030
- contractAddress: `0x${string}` | null | undefined;
1030
+ contractAddress: import("abitype").Address | null | undefined;
1031
1031
  cumulativeGasUsed: bigint;
1032
1032
  effectiveGasPrice: bigint;
1033
- from: `0x${string}`;
1033
+ from: import("abitype").Address;
1034
1034
  gasUsed: bigint;
1035
1035
  logs: import("../../index.js").Log<bigint, number, false>[];
1036
- logsBloom: `0x${string}`;
1037
- root?: `0x${string}` | undefined;
1036
+ logsBloom: import("../../index.js").Hex;
1037
+ root?: import("../../index.js").Hash | undefined;
1038
1038
  status: "success" | "reverted";
1039
- to: `0x${string}` | null;
1040
- transactionHash: `0x${string}`;
1039
+ to: import("abitype").Address | null;
1040
+ transactionHash: import("../../index.js").Hash;
1041
1041
  transactionIndex: number;
1042
1042
  type: import("../../index.js").TransactionType;
1043
1043
  l1GasPrice: bigint | null;