viem 2.9.2 → 2.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1442) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/_cjs/actions/public/watchBlocks.js +1 -0
  3. package/_cjs/actions/public/watchBlocks.js.map +1 -1
  4. package/_cjs/actions/wallet/prepareTransactionRequest.js +21 -14
  5. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  6. package/_cjs/celo/chainConfig.js.map +1 -0
  7. package/_cjs/celo/formatters.js +72 -0
  8. package/_cjs/celo/formatters.js.map +1 -0
  9. package/_cjs/celo/index.js.map +1 -0
  10. package/_cjs/celo/parsers.js +131 -0
  11. package/_cjs/celo/parsers.js.map +1 -0
  12. package/_cjs/celo/serializers.js +122 -0
  13. package/_cjs/celo/serializers.js.map +1 -0
  14. package/_cjs/celo/types.js.map +1 -0
  15. package/_cjs/celo/utils.js +46 -0
  16. package/_cjs/celo/utils.js.map +1 -0
  17. package/_cjs/chains/definitions/ancient8.js +1 -1
  18. package/_cjs/chains/definitions/ancient8.js.map +1 -1
  19. package/_cjs/chains/definitions/ancient8Sepolia.js +1 -1
  20. package/_cjs/chains/definitions/ancient8Sepolia.js.map +1 -1
  21. package/_cjs/chains/definitions/areonNetwork.js +23 -0
  22. package/_cjs/chains/definitions/areonNetwork.js.map +1 -0
  23. package/_cjs/chains/definitions/areonNetworkTestnet.js +23 -0
  24. package/_cjs/chains/definitions/areonNetworkTestnet.js.map +1 -0
  25. package/_cjs/chains/definitions/base.js +1 -1
  26. package/_cjs/chains/definitions/base.js.map +1 -1
  27. package/_cjs/chains/definitions/baseGoerli.js +1 -1
  28. package/_cjs/chains/definitions/baseGoerli.js.map +1 -1
  29. package/_cjs/chains/definitions/baseSepolia.js +1 -1
  30. package/_cjs/chains/definitions/baseSepolia.js.map +1 -1
  31. package/_cjs/chains/definitions/celo.js +1 -1
  32. package/_cjs/chains/definitions/celo.js.map +1 -1
  33. package/_cjs/chains/definitions/celoAlfajores.js +1 -1
  34. package/_cjs/chains/definitions/celoAlfajores.js.map +1 -1
  35. package/_cjs/chains/definitions/fraxtal.js +1 -1
  36. package/_cjs/chains/definitions/fraxtal.js.map +1 -1
  37. package/_cjs/chains/definitions/fraxtalTestnet.js +1 -1
  38. package/_cjs/chains/definitions/fraxtalTestnet.js.map +1 -1
  39. package/_cjs/chains/definitions/liskSepolia.js +1 -1
  40. package/_cjs/chains/definitions/liskSepolia.js.map +1 -1
  41. package/_cjs/chains/definitions/optimism.js +1 -1
  42. package/_cjs/chains/definitions/optimism.js.map +1 -1
  43. package/_cjs/chains/definitions/optimismGoerli.js +1 -1
  44. package/_cjs/chains/definitions/optimismGoerli.js.map +1 -1
  45. package/_cjs/chains/definitions/optimismSepolia.js +1 -1
  46. package/_cjs/chains/definitions/optimismSepolia.js.map +1 -1
  47. package/_cjs/chains/definitions/pgn.js +1 -1
  48. package/_cjs/chains/definitions/pgn.js.map +1 -1
  49. package/_cjs/chains/definitions/pgnTestnet.js +1 -1
  50. package/_cjs/chains/definitions/pgnTestnet.js.map +1 -1
  51. package/_cjs/chains/definitions/plumeTestnet.js +4 -4
  52. package/_cjs/chains/definitions/plumeTestnet.js.map +1 -1
  53. package/_cjs/chains/definitions/polygonMumbai.js +1 -1
  54. package/_cjs/chains/definitions/polygonMumbai.js.map +1 -1
  55. package/_cjs/chains/definitions/rss3.js +1 -1
  56. package/_cjs/chains/definitions/rss3.js.map +1 -1
  57. package/_cjs/chains/definitions/rss3Sepolia.js +1 -1
  58. package/_cjs/chains/definitions/rss3Sepolia.js.map +1 -1
  59. package/_cjs/chains/definitions/zetachainAthensTestnet.js +1 -1
  60. package/_cjs/chains/definitions/zetachainAthensTestnet.js.map +1 -1
  61. package/_cjs/chains/definitions/zkSync.js +1 -1
  62. package/_cjs/chains/definitions/zkSync.js.map +1 -1
  63. package/_cjs/chains/definitions/zkSyncSepoliaTestnet.js +1 -1
  64. package/_cjs/chains/definitions/zkSyncSepoliaTestnet.js.map +1 -1
  65. package/_cjs/chains/definitions/zkSyncTestnet.js +1 -1
  66. package/_cjs/chains/definitions/zkSyncTestnet.js.map +1 -1
  67. package/_cjs/chains/definitions/zora.js +1 -1
  68. package/_cjs/chains/definitions/zora.js.map +1 -1
  69. package/_cjs/chains/definitions/zoraSepolia.js +1 -1
  70. package/_cjs/chains/definitions/zoraSepolia.js.map +1 -1
  71. package/_cjs/chains/definitions/zoraTestnet.js +1 -1
  72. package/_cjs/chains/definitions/zoraTestnet.js.map +1 -1
  73. package/_cjs/chains/index.js +9 -5
  74. package/_cjs/chains/index.js.map +1 -1
  75. package/_cjs/errors/version.js +1 -1
  76. package/_cjs/op-stack/abis.js.map +1 -0
  77. package/_cjs/op-stack/actions/buildDepositTransaction.js +32 -0
  78. package/_cjs/op-stack/actions/buildDepositTransaction.js.map +1 -0
  79. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js +29 -0
  80. package/_cjs/op-stack/actions/buildInitiateWithdrawal.js.map +1 -0
  81. package/_cjs/op-stack/actions/buildProveWithdrawal.js +59 -0
  82. package/_cjs/op-stack/actions/buildProveWithdrawal.js.map +1 -0
  83. package/_cjs/op-stack/actions/depositTransaction.js +41 -0
  84. package/_cjs/op-stack/actions/depositTransaction.js.map +1 -0
  85. package/_cjs/op-stack/actions/estimateContractL1Fee.js +36 -0
  86. package/_cjs/op-stack/actions/estimateContractL1Fee.js.map +1 -0
  87. package/_cjs/op-stack/actions/estimateContractL1Gas.js +36 -0
  88. package/_cjs/op-stack/actions/estimateContractL1Gas.js.map +1 -0
  89. package/_cjs/op-stack/actions/estimateContractTotalFee.js +36 -0
  90. package/_cjs/op-stack/actions/estimateContractTotalFee.js.map +1 -0
  91. package/_cjs/op-stack/actions/estimateContractTotalGas.js +36 -0
  92. package/_cjs/op-stack/actions/estimateContractTotalGas.js.map +1 -0
  93. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js +37 -0
  94. package/_cjs/op-stack/actions/estimateDepositTransactionGas.js.map +1 -0
  95. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js +29 -0
  96. package/_cjs/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -0
  97. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js +24 -0
  98. package/_cjs/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -0
  99. package/_cjs/op-stack/actions/estimateL1Fee.js +37 -0
  100. package/_cjs/op-stack/actions/estimateL1Fee.js.map +1 -0
  101. package/_cjs/op-stack/actions/estimateL1Gas.js +37 -0
  102. package/_cjs/op-stack/actions/estimateL1Gas.js.map +1 -0
  103. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js +29 -0
  104. package/_cjs/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -0
  105. package/_cjs/op-stack/actions/estimateTotalFee.js +18 -0
  106. package/_cjs/op-stack/actions/estimateTotalFee.js.map +1 -0
  107. package/_cjs/op-stack/actions/estimateTotalGas.js +16 -0
  108. package/_cjs/op-stack/actions/estimateTotalGas.js.map +1 -0
  109. package/_cjs/op-stack/actions/finalizeWithdrawal.js +33 -0
  110. package/_cjs/op-stack/actions/finalizeWithdrawal.js.map +1 -0
  111. package/_cjs/op-stack/actions/getGame.js.map +1 -0
  112. package/_cjs/op-stack/actions/getGames.js +56 -0
  113. package/_cjs/op-stack/actions/getGames.js.map +1 -0
  114. package/_cjs/op-stack/actions/getL1BaseFee.js +27 -0
  115. package/_cjs/op-stack/actions/getL1BaseFee.js.map +1 -0
  116. package/_cjs/op-stack/actions/getL2Output.js +42 -0
  117. package/_cjs/op-stack/actions/getL2Output.js.map +1 -0
  118. package/_cjs/op-stack/actions/getPortalVersion.js +25 -0
  119. package/_cjs/op-stack/actions/getPortalVersion.js.map +1 -0
  120. package/_cjs/op-stack/actions/getTimeToFinalize.js +72 -0
  121. package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -0
  122. package/_cjs/op-stack/actions/getTimeToNextGame.js.map +1 -0
  123. package/_cjs/op-stack/actions/getTimeToNextL2Output.js +63 -0
  124. package/_cjs/op-stack/actions/getTimeToNextL2Output.js.map +1 -0
  125. package/_cjs/op-stack/actions/getTimeToProve.js.map +1 -0
  126. package/_cjs/op-stack/actions/getWithdrawalStatus.js +122 -0
  127. package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -0
  128. package/_cjs/op-stack/actions/initiateWithdrawal.js +28 -0
  129. package/_cjs/op-stack/actions/initiateWithdrawal.js.map +1 -0
  130. package/_cjs/op-stack/actions/proveWithdrawal.js +33 -0
  131. package/_cjs/op-stack/actions/proveWithdrawal.js.map +1 -0
  132. package/_cjs/op-stack/actions/waitForNextGame.js +35 -0
  133. package/_cjs/op-stack/actions/waitForNextGame.js.map +1 -0
  134. package/_cjs/op-stack/actions/waitForNextL2Output.js +32 -0
  135. package/_cjs/op-stack/actions/waitForNextL2Output.js.map +1 -0
  136. package/_cjs/op-stack/actions/waitToFinalize.js +11 -0
  137. package/_cjs/op-stack/actions/waitToFinalize.js.map +1 -0
  138. package/_cjs/op-stack/actions/waitToProve.js.map +1 -0
  139. package/_cjs/op-stack/chainConfig.js.map +1 -0
  140. package/_cjs/op-stack/chains.js +34 -0
  141. package/_cjs/op-stack/chains.js.map +1 -0
  142. package/_cjs/op-stack/contracts.js.map +1 -0
  143. package/_cjs/op-stack/decorators/publicL1.js.map +1 -0
  144. package/_cjs/op-stack/decorators/publicL2.js.map +1 -0
  145. package/_cjs/op-stack/decorators/walletL1.js.map +1 -0
  146. package/_cjs/op-stack/decorators/walletL2.js.map +1 -0
  147. package/_cjs/op-stack/errors/withdrawal.js +29 -0
  148. package/_cjs/op-stack/errors/withdrawal.js.map +1 -0
  149. package/_cjs/op-stack/formatters.js +54 -0
  150. package/_cjs/op-stack/formatters.js.map +1 -0
  151. package/_cjs/op-stack/index.js.map +1 -0
  152. package/_cjs/op-stack/parsers.js +55 -0
  153. package/_cjs/op-stack/parsers.js.map +1 -0
  154. package/_cjs/op-stack/serializers.js +52 -0
  155. package/_cjs/op-stack/serializers.js.map +1 -0
  156. package/_cjs/op-stack/types/block.js.map +1 -0
  157. package/_cjs/op-stack/types/chain.js.map +1 -0
  158. package/_cjs/op-stack/types/contract.js.map +1 -0
  159. package/_cjs/op-stack/types/deposit.js.map +1 -0
  160. package/_cjs/op-stack/types/transaction.js.map +1 -0
  161. package/_cjs/op-stack/types/withdrawal.js.map +1 -0
  162. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js +14 -0
  163. package/_cjs/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -0
  164. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js +14 -0
  165. package/_cjs/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -0
  166. package/_cjs/op-stack/utils/getL2TransactionHash.js +28 -0
  167. package/_cjs/op-stack/utils/getL2TransactionHash.js.map +1 -0
  168. package/_cjs/op-stack/utils/getL2TransactionHashes.js.map +1 -0
  169. package/_cjs/op-stack/utils/getSourceHash.js +21 -0
  170. package/_cjs/op-stack/utils/getSourceHash.js.map +1 -0
  171. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js +11 -0
  172. package/_cjs/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -0
  173. package/_cjs/op-stack/utils/getWithdrawals.js.map +1 -0
  174. package/_cjs/op-stack/utils/opaqueDataToDepositData.js +29 -0
  175. package/_cjs/op-stack/utils/opaqueDataToDepositData.js.map +1 -0
  176. package/_cjs/zksync/actions/deployContract.js.map +1 -0
  177. package/_cjs/zksync/actions/sendEip712Transaction.js +52 -0
  178. package/_cjs/zksync/actions/sendEip712Transaction.js.map +1 -0
  179. package/_cjs/zksync/actions/sendTransaction.js +13 -0
  180. package/_cjs/zksync/actions/sendTransaction.js.map +1 -0
  181. package/_cjs/zksync/actions/signEip712Transaction.js +52 -0
  182. package/_cjs/zksync/actions/signEip712Transaction.js.map +1 -0
  183. package/_cjs/zksync/actions/signTransaction.js +13 -0
  184. package/_cjs/zksync/actions/signTransaction.js.map +1 -0
  185. package/_cjs/zksync/chainConfig.js.map +1 -0
  186. package/_cjs/zksync/chains.js +10 -0
  187. package/_cjs/zksync/chains.js.map +1 -0
  188. package/_cjs/zksync/constants/abis.js.map +1 -0
  189. package/_cjs/zksync/constants/address.js.map +1 -0
  190. package/_cjs/zksync/constants/contract.js.map +1 -0
  191. package/_cjs/zksync/constants/number.js +6 -0
  192. package/_cjs/zksync/constants/number.js.map +1 -0
  193. package/_cjs/zksync/decorators/eip712.js +19 -0
  194. package/_cjs/zksync/decorators/eip712.js.map +1 -0
  195. package/_cjs/zksync/errors/bytecode.js +41 -0
  196. package/_cjs/zksync/errors/bytecode.js.map +1 -0
  197. package/_cjs/zksync/errors/transaction.js +23 -0
  198. package/_cjs/zksync/errors/transaction.js.map +1 -0
  199. package/_cjs/zksync/formatters.js +134 -0
  200. package/_cjs/zksync/formatters.js.map +1 -0
  201. package/_cjs/zksync/index.js.map +1 -0
  202. package/_cjs/zksync/serializers.js +45 -0
  203. package/_cjs/zksync/serializers.js.map +1 -0
  204. package/_cjs/zksync/types/block.js.map +1 -0
  205. package/_cjs/zksync/types/chain.js.map +1 -0
  206. package/_cjs/zksync/types/contract.js.map +1 -0
  207. package/_cjs/zksync/types/eip712.js.map +1 -0
  208. package/_cjs/zksync/types/fee.js.map +1 -0
  209. package/_cjs/zksync/types/log.js.map +1 -0
  210. package/_cjs/zksync/types/transaction.js.map +1 -0
  211. package/_cjs/zksync/utils/abi/encodeDeployData.js +68 -0
  212. package/_cjs/zksync/utils/abi/encodeDeployData.js.map +1 -0
  213. package/_cjs/zksync/utils/assertEip712Request.js +13 -0
  214. package/_cjs/zksync/utils/assertEip712Request.js.map +1 -0
  215. package/_cjs/zksync/utils/assertEip712Transaction.js +30 -0
  216. package/_cjs/zksync/utils/assertEip712Transaction.js.map +1 -0
  217. package/_cjs/zksync/utils/getEip712Domain.js +56 -0
  218. package/_cjs/zksync/utils/getEip712Domain.js.map +1 -0
  219. package/_cjs/zksync/utils/hashBytecode.js +36 -0
  220. package/_cjs/zksync/utils/hashBytecode.js.map +1 -0
  221. package/_cjs/zksync/utils/isEip712Transaction.js.map +1 -0
  222. package/_esm/actions/public/watchBlocks.js +1 -0
  223. package/_esm/actions/public/watchBlocks.js.map +1 -1
  224. package/_esm/actions/wallet/prepareTransactionRequest.js +21 -14
  225. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  226. package/_esm/celo/chainConfig.js.map +1 -0
  227. package/_esm/celo/formatters.js +70 -0
  228. package/_esm/celo/formatters.js.map +1 -0
  229. package/_esm/celo/index.js.map +1 -0
  230. package/_esm/celo/parsers.js +127 -0
  231. package/_esm/celo/parsers.js.map +1 -0
  232. package/_esm/celo/serializers.js +120 -0
  233. package/_esm/celo/serializers.js.map +1 -0
  234. package/_esm/celo/types.js.map +1 -0
  235. package/_esm/celo/utils.js +50 -0
  236. package/_esm/celo/utils.js.map +1 -0
  237. package/_esm/chains/definitions/ancient8.js +1 -1
  238. package/_esm/chains/definitions/ancient8.js.map +1 -1
  239. package/_esm/chains/definitions/ancient8Sepolia.js +1 -1
  240. package/_esm/chains/definitions/ancient8Sepolia.js.map +1 -1
  241. package/_esm/chains/definitions/areonNetwork.js +20 -0
  242. package/_esm/chains/definitions/areonNetwork.js.map +1 -0
  243. package/_esm/chains/definitions/areonNetworkTestnet.js +20 -0
  244. package/_esm/chains/definitions/areonNetworkTestnet.js.map +1 -0
  245. package/_esm/chains/definitions/base.js +1 -1
  246. package/_esm/chains/definitions/base.js.map +1 -1
  247. package/_esm/chains/definitions/baseGoerli.js +1 -1
  248. package/_esm/chains/definitions/baseGoerli.js.map +1 -1
  249. package/_esm/chains/definitions/baseSepolia.js +1 -1
  250. package/_esm/chains/definitions/baseSepolia.js.map +1 -1
  251. package/_esm/chains/definitions/celo.js +1 -1
  252. package/_esm/chains/definitions/celo.js.map +1 -1
  253. package/_esm/chains/definitions/celoAlfajores.js +1 -1
  254. package/_esm/chains/definitions/celoAlfajores.js.map +1 -1
  255. package/_esm/chains/definitions/fraxtal.js +1 -1
  256. package/_esm/chains/definitions/fraxtal.js.map +1 -1
  257. package/_esm/chains/definitions/fraxtalTestnet.js +1 -1
  258. package/_esm/chains/definitions/fraxtalTestnet.js.map +1 -1
  259. package/_esm/chains/definitions/liskSepolia.js +1 -1
  260. package/_esm/chains/definitions/liskSepolia.js.map +1 -1
  261. package/_esm/chains/definitions/optimism.js +1 -1
  262. package/_esm/chains/definitions/optimism.js.map +1 -1
  263. package/_esm/chains/definitions/optimismGoerli.js +1 -1
  264. package/_esm/chains/definitions/optimismGoerli.js.map +1 -1
  265. package/_esm/chains/definitions/optimismSepolia.js +1 -1
  266. package/_esm/chains/definitions/optimismSepolia.js.map +1 -1
  267. package/_esm/chains/definitions/pgn.js +1 -1
  268. package/_esm/chains/definitions/pgn.js.map +1 -1
  269. package/_esm/chains/definitions/pgnTestnet.js +1 -1
  270. package/_esm/chains/definitions/pgnTestnet.js.map +1 -1
  271. package/_esm/chains/definitions/plumeTestnet.js +4 -4
  272. package/_esm/chains/definitions/plumeTestnet.js.map +1 -1
  273. package/_esm/chains/definitions/polygonMumbai.js +1 -1
  274. package/_esm/chains/definitions/polygonMumbai.js.map +1 -1
  275. package/_esm/chains/definitions/rss3.js +1 -1
  276. package/_esm/chains/definitions/rss3.js.map +1 -1
  277. package/_esm/chains/definitions/rss3Sepolia.js +1 -1
  278. package/_esm/chains/definitions/rss3Sepolia.js.map +1 -1
  279. package/_esm/chains/definitions/zetachainAthensTestnet.js +1 -1
  280. package/_esm/chains/definitions/zetachainAthensTestnet.js.map +1 -1
  281. package/_esm/chains/definitions/zkSync.js +1 -1
  282. package/_esm/chains/definitions/zkSync.js.map +1 -1
  283. package/_esm/chains/definitions/zkSyncSepoliaTestnet.js +1 -1
  284. package/_esm/chains/definitions/zkSyncSepoliaTestnet.js.map +1 -1
  285. package/_esm/chains/definitions/zkSyncTestnet.js +1 -1
  286. package/_esm/chains/definitions/zkSyncTestnet.js.map +1 -1
  287. package/_esm/chains/definitions/zora.js +1 -1
  288. package/_esm/chains/definitions/zora.js.map +1 -1
  289. package/_esm/chains/definitions/zoraSepolia.js +1 -1
  290. package/_esm/chains/definitions/zoraSepolia.js.map +1 -1
  291. package/_esm/chains/definitions/zoraTestnet.js +1 -1
  292. package/_esm/chains/definitions/zoraTestnet.js.map +1 -1
  293. package/_esm/chains/index.js +2 -0
  294. package/_esm/chains/index.js.map +1 -1
  295. package/_esm/errors/version.js +1 -1
  296. package/_esm/op-stack/abis.js.map +1 -0
  297. package/_esm/op-stack/actions/buildDepositTransaction.js +54 -0
  298. package/_esm/op-stack/actions/buildDepositTransaction.js.map +1 -0
  299. package/_esm/op-stack/actions/buildInitiateWithdrawal.js +50 -0
  300. package/_esm/op-stack/actions/buildInitiateWithdrawal.js.map +1 -0
  301. package/_esm/op-stack/actions/buildProveWithdrawal.js +88 -0
  302. package/_esm/op-stack/actions/buildProveWithdrawal.js.map +1 -0
  303. package/_esm/op-stack/actions/depositTransaction.js +91 -0
  304. package/_esm/op-stack/actions/depositTransaction.js.map +1 -0
  305. package/_esm/op-stack/actions/estimateContractL1Fee.js +55 -0
  306. package/_esm/op-stack/actions/estimateContractL1Fee.js.map +1 -0
  307. package/_esm/op-stack/actions/estimateContractL1Gas.js +55 -0
  308. package/_esm/op-stack/actions/estimateContractL1Gas.js.map +1 -0
  309. package/_esm/op-stack/actions/estimateContractTotalFee.js +55 -0
  310. package/_esm/op-stack/actions/estimateContractTotalFee.js.map +1 -0
  311. package/_esm/op-stack/actions/estimateContractTotalGas.js +55 -0
  312. package/_esm/op-stack/actions/estimateContractTotalGas.js.map +1 -0
  313. package/_esm/op-stack/actions/estimateDepositTransactionGas.js +62 -0
  314. package/_esm/op-stack/actions/estimateDepositTransactionGas.js.map +1 -0
  315. package/_esm/op-stack/actions/estimateFinalizeWithdrawalGas.js +50 -0
  316. package/_esm/op-stack/actions/estimateFinalizeWithdrawalGas.js.map +1 -0
  317. package/_esm/op-stack/actions/estimateInitiateWithdrawalGas.js +48 -0
  318. package/_esm/op-stack/actions/estimateInitiateWithdrawalGas.js.map +1 -0
  319. package/_esm/op-stack/actions/estimateL1Fee.js +58 -0
  320. package/_esm/op-stack/actions/estimateL1Fee.js.map +1 -0
  321. package/_esm/op-stack/actions/estimateL1Gas.js +58 -0
  322. package/_esm/op-stack/actions/estimateL1Gas.js.map +1 -0
  323. package/_esm/op-stack/actions/estimateProveWithdrawalGas.js +53 -0
  324. package/_esm/op-stack/actions/estimateProveWithdrawalGas.js.map +1 -0
  325. package/_esm/op-stack/actions/estimateTotalFee.js +38 -0
  326. package/_esm/op-stack/actions/estimateTotalFee.js.map +1 -0
  327. package/_esm/op-stack/actions/estimateTotalGas.js +36 -0
  328. package/_esm/op-stack/actions/estimateTotalGas.js.map +1 -0
  329. package/_esm/op-stack/actions/finalizeWithdrawal.js +53 -0
  330. package/_esm/op-stack/actions/finalizeWithdrawal.js.map +1 -0
  331. package/_esm/op-stack/actions/getGame.js.map +1 -0
  332. package/_esm/op-stack/actions/getGames.js +75 -0
  333. package/_esm/op-stack/actions/getGames.js.map +1 -0
  334. package/_esm/op-stack/actions/getL1BaseFee.js +44 -0
  335. package/_esm/op-stack/actions/getL1BaseFee.js.map +1 -0
  336. package/_esm/op-stack/actions/getL2Output.js +62 -0
  337. package/_esm/op-stack/actions/getL2Output.js.map +1 -0
  338. package/_esm/op-stack/actions/getPortalVersion.js +48 -0
  339. package/_esm/op-stack/actions/getPortalVersion.js.map +1 -0
  340. package/_esm/op-stack/actions/getTimeToFinalize.js +104 -0
  341. package/_esm/op-stack/actions/getTimeToFinalize.js.map +1 -0
  342. package/_esm/op-stack/actions/getTimeToNextGame.js.map +1 -0
  343. package/_esm/op-stack/actions/getTimeToNextL2Output.js +91 -0
  344. package/_esm/op-stack/actions/getTimeToNextL2Output.js.map +1 -0
  345. package/_esm/op-stack/actions/getTimeToProve.js.map +1 -0
  346. package/_esm/op-stack/actions/getWithdrawalStatus.js +151 -0
  347. package/_esm/op-stack/actions/getWithdrawalStatus.js.map +1 -0
  348. package/_esm/op-stack/actions/initiateWithdrawal.js +76 -0
  349. package/_esm/op-stack/actions/initiateWithdrawal.js.map +1 -0
  350. package/_esm/op-stack/actions/proveWithdrawal.js +57 -0
  351. package/_esm/op-stack/actions/proveWithdrawal.js.map +1 -0
  352. package/_esm/op-stack/actions/waitForNextGame.js +61 -0
  353. package/_esm/op-stack/actions/waitForNextGame.js.map +1 -0
  354. package/_esm/op-stack/actions/waitForNextL2Output.js +58 -0
  355. package/_esm/op-stack/actions/waitForNextL2Output.js.map +1 -0
  356. package/_esm/op-stack/actions/waitToFinalize.js +41 -0
  357. package/_esm/op-stack/actions/waitToFinalize.js.map +1 -0
  358. package/_esm/op-stack/actions/waitToProve.js.map +1 -0
  359. package/_esm/op-stack/chainConfig.js.map +1 -0
  360. package/_esm/op-stack/chains.js +16 -0
  361. package/_esm/op-stack/chains.js.map +1 -0
  362. package/_esm/op-stack/contracts.js.map +1 -0
  363. package/_esm/op-stack/decorators/publicL1.js.map +1 -0
  364. package/_esm/op-stack/decorators/publicL2.js.map +1 -0
  365. package/_esm/op-stack/decorators/walletL1.js.map +1 -0
  366. package/_esm/op-stack/decorators/walletL2.js.map +1 -0
  367. package/_esm/op-stack/errors/withdrawal.js +24 -0
  368. package/_esm/op-stack/errors/withdrawal.js.map +1 -0
  369. package/_esm/op-stack/formatters.js +53 -0
  370. package/_esm/op-stack/formatters.js.map +1 -0
  371. package/_esm/op-stack/index.js +46 -0
  372. package/_esm/op-stack/index.js.map +1 -0
  373. package/_esm/op-stack/parsers.js +51 -0
  374. package/_esm/op-stack/parsers.js.map +1 -0
  375. package/_esm/op-stack/serializers.js +47 -0
  376. package/_esm/op-stack/serializers.js.map +1 -0
  377. package/_esm/op-stack/types/block.js.map +1 -0
  378. package/_esm/op-stack/types/chain.js.map +1 -0
  379. package/_esm/op-stack/types/contract.js.map +1 -0
  380. package/_esm/op-stack/types/deposit.js.map +1 -0
  381. package/_esm/op-stack/types/transaction.js.map +1 -0
  382. package/_esm/op-stack/types/withdrawal.js.map +1 -0
  383. package/_esm/op-stack/utils/extractTransactionDepositedLogs.js +10 -0
  384. package/_esm/op-stack/utils/extractTransactionDepositedLogs.js.map +1 -0
  385. package/_esm/op-stack/utils/extractWithdrawalMessageLogs.js +10 -0
  386. package/_esm/op-stack/utils/extractWithdrawalMessageLogs.js.map +1 -0
  387. package/_esm/op-stack/utils/getL2TransactionHash.js +25 -0
  388. package/_esm/op-stack/utils/getL2TransactionHash.js.map +1 -0
  389. package/_esm/op-stack/utils/getL2TransactionHashes.js.map +1 -0
  390. package/_esm/op-stack/utils/getSourceHash.js +18 -0
  391. package/_esm/op-stack/utils/getSourceHash.js.map +1 -0
  392. package/_esm/op-stack/utils/getWithdrawalHashStorageSlot.js +7 -0
  393. package/_esm/op-stack/utils/getWithdrawalHashStorageSlot.js.map +1 -0
  394. package/_esm/op-stack/utils/getWithdrawals.js.map +1 -0
  395. package/_esm/op-stack/utils/opaqueDataToDepositData.js +25 -0
  396. package/_esm/op-stack/utils/opaqueDataToDepositData.js.map +1 -0
  397. package/_esm/zksync/actions/deployContract.js.map +1 -0
  398. package/_esm/zksync/actions/sendEip712Transaction.js +91 -0
  399. package/_esm/zksync/actions/sendEip712Transaction.js.map +1 -0
  400. package/_esm/zksync/actions/sendTransaction.js +54 -0
  401. package/_esm/zksync/actions/sendTransaction.js.map +1 -0
  402. package/_esm/zksync/actions/signEip712Transaction.js +86 -0
  403. package/_esm/zksync/actions/signEip712Transaction.js.map +1 -0
  404. package/_esm/zksync/actions/signTransaction.js +49 -0
  405. package/_esm/zksync/actions/signTransaction.js.map +1 -0
  406. package/_esm/zksync/chainConfig.js.map +1 -0
  407. package/_esm/zksync/chains.js +4 -0
  408. package/_esm/zksync/chains.js.map +1 -0
  409. package/_esm/zksync/constants/abis.js.map +1 -0
  410. package/_esm/zksync/constants/address.js.map +1 -0
  411. package/_esm/zksync/constants/contract.js.map +1 -0
  412. package/_esm/zksync/constants/number.js +3 -0
  413. package/_esm/zksync/constants/number.js.map +1 -0
  414. package/_esm/zksync/decorators/eip712.js +15 -0
  415. package/_esm/zksync/decorators/eip712.js.map +1 -0
  416. package/_esm/zksync/errors/bytecode.js +35 -0
  417. package/_esm/zksync/errors/bytecode.js.map +1 -0
  418. package/_esm/zksync/errors/transaction.js +19 -0
  419. package/_esm/zksync/errors/transaction.js.map +1 -0
  420. package/_esm/zksync/formatters.js +132 -0
  421. package/_esm/zksync/formatters.js.map +1 -0
  422. package/_esm/zksync/index.js.map +1 -0
  423. package/_esm/zksync/serializers.js +41 -0
  424. package/_esm/zksync/serializers.js.map +1 -0
  425. package/_esm/zksync/types/block.js.map +1 -0
  426. package/_esm/zksync/types/chain.js.map +1 -0
  427. package/_esm/zksync/types/contract.js.map +1 -0
  428. package/_esm/zksync/types/eip712.js.map +1 -0
  429. package/_esm/zksync/types/fee.js.map +1 -0
  430. package/_esm/zksync/types/log.js.map +1 -0
  431. package/_esm/zksync/types/transaction.js.map +1 -0
  432. package/_esm/zksync/utils/abi/encodeDeployData.js +65 -0
  433. package/_esm/zksync/utils/abi/encodeDeployData.js.map +1 -0
  434. package/_esm/zksync/utils/assertEip712Request.js +9 -0
  435. package/_esm/zksync/utils/assertEip712Request.js.map +1 -0
  436. package/_esm/zksync/utils/assertEip712Transaction.js +26 -0
  437. package/_esm/zksync/utils/assertEip712Transaction.js.map +1 -0
  438. package/_esm/zksync/utils/getEip712Domain.js +54 -0
  439. package/_esm/zksync/utils/getEip712Domain.js.map +1 -0
  440. package/_esm/zksync/utils/hashBytecode.js +36 -0
  441. package/_esm/zksync/utils/hashBytecode.js.map +1 -0
  442. package/_esm/zksync/utils/isEip712Transaction.js.map +1 -0
  443. package/_types/actions/public/watchBlocks.d.ts.map +1 -1
  444. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  445. package/_types/celo/chainConfig.d.ts +2107 -0
  446. package/_types/celo/chainConfig.d.ts.map +1 -0
  447. package/_types/celo/formatters.d.ts +2104 -0
  448. package/_types/celo/formatters.d.ts.map +1 -0
  449. package/_types/celo/index.d.ts.map +1 -0
  450. package/_types/celo/parsers.d.ts +6 -0
  451. package/_types/celo/parsers.d.ts.map +1 -0
  452. package/_types/celo/serializers.d.ts +11 -0
  453. package/_types/celo/serializers.d.ts.map +1 -0
  454. package/_types/celo/types.d.ts +121 -0
  455. package/_types/celo/types.d.ts.map +1 -0
  456. package/_types/celo/utils.d.ts.map +1 -0
  457. package/_types/chains/definitions/areonNetwork.d.ts +36 -0
  458. package/_types/chains/definitions/areonNetwork.d.ts.map +1 -0
  459. package/_types/chains/definitions/areonNetworkTestnet.d.ts +36 -0
  460. package/_types/chains/definitions/areonNetworkTestnet.d.ts.map +1 -0
  461. package/_types/chains/definitions/celo.d.ts +1 -1
  462. package/_types/chains/definitions/celoAlfajores.d.ts +1 -1
  463. package/_types/chains/definitions/plumeTestnet.d.ts +4 -4
  464. package/_types/chains/definitions/polygonMumbai.d.ts +1 -1
  465. package/_types/chains/definitions/zetachainAthensTestnet.d.ts +1 -1
  466. package/_types/chains/definitions/zkSync.d.ts +2 -2
  467. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +2 -2
  468. package/_types/chains/definitions/zkSyncTestnet.d.ts +2 -2
  469. package/_types/chains/index.d.ts +12 -10
  470. package/_types/chains/index.d.ts.map +1 -1
  471. package/_types/errors/version.d.ts +1 -1
  472. package/_types/op-stack/abis.d.ts.map +1 -0
  473. package/_types/op-stack/actions/buildDepositTransaction.d.ts +65 -0
  474. package/_types/op-stack/actions/buildDepositTransaction.d.ts.map +1 -0
  475. package/_types/op-stack/actions/buildInitiateWithdrawal.d.ts +50 -0
  476. package/_types/op-stack/actions/buildInitiateWithdrawal.d.ts.map +1 -0
  477. package/_types/op-stack/actions/buildProveWithdrawal.d.ts +54 -0
  478. package/_types/op-stack/actions/buildProveWithdrawal.d.ts.map +1 -0
  479. package/_types/op-stack/actions/depositTransaction.d.ts +80 -0
  480. package/_types/op-stack/actions/depositTransaction.d.ts.map +1 -0
  481. package/_types/op-stack/actions/estimateContractL1Fee.d.ts +39 -0
  482. package/_types/op-stack/actions/estimateContractL1Fee.d.ts.map +1 -0
  483. package/_types/op-stack/actions/estimateContractL1Gas.d.ts +39 -0
  484. package/_types/op-stack/actions/estimateContractL1Gas.d.ts.map +1 -0
  485. package/_types/op-stack/actions/estimateContractTotalFee.d.ts +39 -0
  486. package/_types/op-stack/actions/estimateContractTotalFee.d.ts.map +1 -0
  487. package/_types/op-stack/actions/estimateContractTotalGas.d.ts +39 -0
  488. package/_types/op-stack/actions/estimateContractTotalGas.d.ts.map +1 -0
  489. package/_types/op-stack/actions/estimateDepositTransactionGas.d.ts +50 -0
  490. package/_types/op-stack/actions/estimateDepositTransactionGas.d.ts.map +1 -0
  491. package/_types/op-stack/actions/estimateFinalizeWithdrawalGas.d.ts +45 -0
  492. package/_types/op-stack/actions/estimateFinalizeWithdrawalGas.d.ts.map +1 -0
  493. package/_types/op-stack/actions/estimateInitiateWithdrawalGas.d.ts +51 -0
  494. package/_types/op-stack/actions/estimateInitiateWithdrawalGas.d.ts.map +1 -0
  495. package/_types/op-stack/actions/estimateL1Fee.d.ts +43 -0
  496. package/_types/op-stack/actions/estimateL1Fee.d.ts.map +1 -0
  497. package/_types/op-stack/actions/estimateL1Gas.d.ts +43 -0
  498. package/_types/op-stack/actions/estimateL1Gas.d.ts.map +1 -0
  499. package/_types/op-stack/actions/estimateProveWithdrawalGas.d.ts +63 -0
  500. package/_types/op-stack/actions/estimateProveWithdrawalGas.d.ts.map +1 -0
  501. package/_types/op-stack/actions/estimateTotalFee.d.ts +37 -0
  502. package/_types/op-stack/actions/estimateTotalFee.d.ts.map +1 -0
  503. package/_types/op-stack/actions/estimateTotalGas.d.ts +36 -0
  504. package/_types/op-stack/actions/estimateTotalGas.d.ts.map +1 -0
  505. package/_types/op-stack/actions/finalizeWithdrawal.d.ts +49 -0
  506. package/_types/op-stack/actions/finalizeWithdrawal.d.ts.map +1 -0
  507. package/_types/op-stack/actions/getGame.d.ts +57 -0
  508. package/_types/op-stack/actions/getGame.d.ts.map +1 -0
  509. package/_types/op-stack/actions/getGames.d.ts +48 -0
  510. package/_types/op-stack/actions/getGames.d.ts.map +1 -0
  511. package/_types/op-stack/actions/getL1BaseFee.d.ts +35 -0
  512. package/_types/op-stack/actions/getL1BaseFee.d.ts.map +1 -0
  513. package/_types/op-stack/actions/getL2Output.d.ts +51 -0
  514. package/_types/op-stack/actions/getL2Output.d.ts.map +1 -0
  515. package/_types/op-stack/actions/getPortalVersion.d.ts +46 -0
  516. package/_types/op-stack/actions/getPortalVersion.d.ts.map +1 -0
  517. package/_types/op-stack/actions/getTimeToFinalize.d.ts +57 -0
  518. package/_types/op-stack/actions/getTimeToFinalize.d.ts.map +1 -0
  519. package/_types/op-stack/actions/getTimeToNextGame.d.ts +61 -0
  520. package/_types/op-stack/actions/getTimeToNextGame.d.ts.map +1 -0
  521. package/_types/op-stack/actions/getTimeToNextL2Output.d.ts +61 -0
  522. package/_types/op-stack/actions/getTimeToNextL2Output.d.ts.map +1 -0
  523. package/_types/op-stack/actions/getTimeToProve.d.ts +53 -0
  524. package/_types/op-stack/actions/getTimeToProve.d.ts.map +1 -0
  525. package/_types/op-stack/actions/getWithdrawalStatus.d.ts +54 -0
  526. package/_types/op-stack/actions/getWithdrawalStatus.d.ts.map +1 -0
  527. package/_types/op-stack/actions/initiateWithdrawal.d.ts +77 -0
  528. package/_types/op-stack/actions/initiateWithdrawal.d.ts.map +1 -0
  529. package/_types/op-stack/actions/proveWithdrawal.d.ts +67 -0
  530. package/_types/op-stack/actions/proveWithdrawal.d.ts.map +1 -0
  531. package/_types/op-stack/actions/waitForNextGame.d.ts +60 -0
  532. package/_types/op-stack/actions/waitForNextGame.d.ts.map +1 -0
  533. package/_types/op-stack/actions/waitForNextL2Output.d.ts +55 -0
  534. package/_types/op-stack/actions/waitForNextL2Output.d.ts.map +1 -0
  535. package/_types/op-stack/actions/waitToFinalize.d.ts +45 -0
  536. package/_types/op-stack/actions/waitToFinalize.d.ts.map +1 -0
  537. package/_types/op-stack/actions/waitToProve.d.ts +63 -0
  538. package/_types/op-stack/actions/waitToProve.d.ts.map +1 -0
  539. package/_types/op-stack/chainConfig.d.ts +1037 -0
  540. package/_types/op-stack/chainConfig.d.ts.map +1 -0
  541. package/_types/op-stack/chains.d.ts +16 -0
  542. package/_types/op-stack/chains.d.ts.map +1 -0
  543. package/_types/op-stack/contracts.d.ts.map +1 -0
  544. package/_types/op-stack/decorators/publicL1.d.ts +530 -0
  545. package/_types/op-stack/decorators/publicL1.d.ts.map +1 -0
  546. package/_types/op-stack/decorators/publicL2.d.ts +333 -0
  547. package/_types/op-stack/decorators/publicL2.d.ts.map +1 -0
  548. package/_types/op-stack/decorators/walletL1.d.ts +136 -0
  549. package/_types/op-stack/decorators/walletL1.d.ts.map +1 -0
  550. package/_types/op-stack/decorators/walletL2.d.ts +79 -0
  551. package/_types/op-stack/decorators/walletL2.d.ts.map +1 -0
  552. package/_types/op-stack/errors/withdrawal.d.ts +19 -0
  553. package/_types/op-stack/errors/withdrawal.d.ts.map +1 -0
  554. package/_types/op-stack/formatters.d.ts +1015 -0
  555. package/_types/op-stack/formatters.d.ts.map +1 -0
  556. package/_types/op-stack/index.d.ts +48 -0
  557. package/_types/op-stack/index.d.ts.map +1 -0
  558. package/_types/op-stack/parsers.d.ts +8 -0
  559. package/_types/op-stack/parsers.d.ts.map +1 -0
  560. package/_types/op-stack/serializers.d.ts +13 -0
  561. package/_types/op-stack/serializers.d.ts.map +1 -0
  562. package/_types/op-stack/types/block.d.ts +13 -0
  563. package/_types/op-stack/types/block.d.ts.map +1 -0
  564. package/_types/op-stack/types/chain.d.ts +9 -0
  565. package/_types/op-stack/types/chain.d.ts.map +1 -0
  566. package/_types/op-stack/types/contract.d.ts +14 -0
  567. package/_types/op-stack/types/contract.d.ts.map +1 -0
  568. package/_types/op-stack/types/deposit.d.ts +25 -0
  569. package/_types/op-stack/types/deposit.d.ts.map +1 -0
  570. package/_types/op-stack/types/transaction.d.ts +56 -0
  571. package/_types/op-stack/types/transaction.d.ts.map +1 -0
  572. package/_types/op-stack/types/withdrawal.d.ts +29 -0
  573. package/_types/op-stack/types/withdrawal.d.ts.map +1 -0
  574. package/_types/op-stack/utils/extractTransactionDepositedLogs.d.ts +446 -0
  575. package/_types/op-stack/utils/extractTransactionDepositedLogs.d.ts.map +1 -0
  576. package/_types/op-stack/utils/extractWithdrawalMessageLogs.d.ts +137 -0
  577. package/_types/op-stack/utils/extractWithdrawalMessageLogs.d.ts.map +1 -0
  578. package/_types/op-stack/utils/getL2TransactionHash.d.ts +12 -0
  579. package/_types/op-stack/utils/getL2TransactionHash.d.ts.map +1 -0
  580. package/_types/op-stack/utils/getL2TransactionHashes.d.ts +11 -0
  581. package/_types/op-stack/utils/getL2TransactionHashes.d.ts.map +1 -0
  582. package/_types/op-stack/utils/getSourceHash.d.ts +28 -0
  583. package/_types/op-stack/utils/getSourceHash.d.ts.map +1 -0
  584. package/_types/op-stack/utils/getWithdrawalHashStorageSlot.d.ts +11 -0
  585. package/_types/op-stack/utils/getWithdrawalHashStorageSlot.d.ts.map +1 -0
  586. package/_types/op-stack/utils/getWithdrawals.d.ts +12 -0
  587. package/_types/op-stack/utils/getWithdrawals.d.ts.map +1 -0
  588. package/_types/op-stack/utils/opaqueDataToDepositData.d.ts +15 -0
  589. package/_types/op-stack/utils/opaqueDataToDepositData.d.ts.map +1 -0
  590. package/_types/zksync/actions/deployContract.d.ts +49 -0
  591. package/_types/zksync/actions/deployContract.d.ts.map +1 -0
  592. package/_types/zksync/actions/sendEip712Transaction.d.ts +50 -0
  593. package/_types/zksync/actions/sendEip712Transaction.d.ts.map +1 -0
  594. package/_types/zksync/actions/sendTransaction.d.ts +54 -0
  595. package/_types/zksync/actions/sendTransaction.d.ts.map +1 -0
  596. package/_types/zksync/actions/signEip712Transaction.d.ts +54 -0
  597. package/_types/zksync/actions/signEip712Transaction.d.ts.map +1 -0
  598. package/_types/zksync/actions/signTransaction.d.ts +56 -0
  599. package/_types/zksync/actions/signTransaction.d.ts.map +1 -0
  600. package/_types/zksync/chainConfig.d.ts +1281 -0
  601. package/_types/zksync/chainConfig.d.ts.map +1 -0
  602. package/_types/zksync/chains.d.ts +4 -0
  603. package/_types/zksync/chains.d.ts.map +1 -0
  604. package/_types/zksync/constants/abis.d.ts.map +1 -0
  605. package/_types/zksync/constants/address.d.ts.map +1 -0
  606. package/_types/zksync/constants/contract.d.ts.map +1 -0
  607. package/_types/zksync/constants/number.d.ts.map +1 -0
  608. package/_types/zksync/decorators/eip712.d.ts +183 -0
  609. package/_types/zksync/decorators/eip712.d.ts.map +1 -0
  610. package/_types/zksync/errors/bytecode.d.ts +30 -0
  611. package/_types/zksync/errors/bytecode.d.ts.map +1 -0
  612. package/_types/zksync/errors/transaction.d.ts +9 -0
  613. package/_types/zksync/errors/transaction.d.ts.map +1 -0
  614. package/_types/zksync/formatters.d.ts +1277 -0
  615. package/_types/zksync/formatters.d.ts.map +1 -0
  616. package/_types/zksync/index.d.ts.map +1 -0
  617. package/_types/zksync/serializers.d.ts +8 -0
  618. package/_types/zksync/serializers.d.ts.map +1 -0
  619. package/_types/zksync/types/block.d.ts +15 -0
  620. package/_types/zksync/types/block.d.ts.map +1 -0
  621. package/_types/zksync/types/chain.d.ts +9 -0
  622. package/_types/zksync/types/chain.d.ts.map +1 -0
  623. package/_types/zksync/types/contract.d.ts.map +1 -0
  624. package/_types/zksync/types/eip712.d.ts +27 -0
  625. package/_types/zksync/types/eip712.d.ts.map +1 -0
  626. package/_types/zksync/types/fee.d.ts.map +1 -0
  627. package/_types/zksync/types/log.d.ts +41 -0
  628. package/_types/zksync/types/log.d.ts.map +1 -0
  629. package/_types/zksync/types/transaction.d.ts +122 -0
  630. package/_types/zksync/types/transaction.d.ts.map +1 -0
  631. package/_types/zksync/utils/abi/encodeDeployData.d.ts +13 -0
  632. package/_types/zksync/utils/abi/encodeDeployData.d.ts.map +1 -0
  633. package/_types/zksync/utils/assertEip712Request.d.ts +9 -0
  634. package/_types/zksync/utils/assertEip712Request.d.ts.map +1 -0
  635. package/_types/zksync/utils/assertEip712Transaction.d.ts +4 -0
  636. package/_types/zksync/utils/assertEip712Transaction.d.ts.map +1 -0
  637. package/_types/zksync/utils/getEip712Domain.d.ts.map +1 -0
  638. package/_types/zksync/utils/hashBytecode.d.ts +3 -0
  639. package/_types/zksync/utils/hashBytecode.d.ts.map +1 -0
  640. package/_types/zksync/utils/isEip712Transaction.d.ts +4 -0
  641. package/_types/zksync/utils/isEip712Transaction.d.ts.map +1 -0
  642. package/actions/public/watchBlocks.ts +1 -0
  643. package/actions/wallet/prepareTransactionRequest.ts +27 -23
  644. package/celo/formatters.ts +90 -0
  645. package/celo/package.json +3 -3
  646. package/celo/parsers.ts +203 -0
  647. package/celo/serializers.ts +228 -0
  648. package/celo/types.ts +245 -0
  649. package/celo/utils.ts +81 -0
  650. package/chains/definitions/ancient8.ts +1 -1
  651. package/chains/definitions/ancient8Sepolia.ts +1 -1
  652. package/chains/definitions/areonNetwork.ts +20 -0
  653. package/chains/definitions/areonNetworkTestnet.ts +20 -0
  654. package/chains/definitions/base.ts +1 -1
  655. package/chains/definitions/baseGoerli.ts +1 -1
  656. package/chains/definitions/baseSepolia.ts +1 -1
  657. package/chains/definitions/celo.ts +1 -1
  658. package/chains/definitions/celoAlfajores.ts +1 -1
  659. package/chains/definitions/fraxtal.ts +1 -1
  660. package/chains/definitions/fraxtalTestnet.ts +1 -1
  661. package/chains/definitions/liskSepolia.ts +1 -1
  662. package/chains/definitions/optimism.ts +1 -1
  663. package/chains/definitions/optimismGoerli.ts +1 -1
  664. package/chains/definitions/optimismSepolia.ts +1 -1
  665. package/chains/definitions/pgn.ts +1 -1
  666. package/chains/definitions/pgnTestnet.ts +1 -1
  667. package/chains/definitions/plumeTestnet.ts +4 -4
  668. package/chains/definitions/polygonMumbai.ts +1 -1
  669. package/chains/definitions/rss3.ts +1 -1
  670. package/chains/definitions/rss3Sepolia.ts +1 -1
  671. package/chains/definitions/zetachainAthensTestnet.ts +1 -1
  672. package/chains/definitions/zkSync.ts +1 -1
  673. package/chains/definitions/zkSyncSepoliaTestnet.ts +1 -1
  674. package/chains/definitions/zkSyncTestnet.ts +1 -1
  675. package/chains/definitions/zora.ts +1 -1
  676. package/chains/definitions/zoraSepolia.ts +1 -1
  677. package/chains/definitions/zoraTestnet.ts +1 -1
  678. package/chains/index.ts +12 -10
  679. package/errors/version.ts +1 -1
  680. package/op-stack/actions/buildDepositTransaction.ts +156 -0
  681. package/op-stack/actions/buildInitiateWithdrawal.ts +118 -0
  682. package/op-stack/actions/buildProveWithdrawal.ts +180 -0
  683. package/op-stack/actions/depositTransaction.ts +177 -0
  684. package/op-stack/actions/estimateContractL1Fee.ts +142 -0
  685. package/op-stack/actions/estimateContractL1Gas.ts +142 -0
  686. package/op-stack/actions/estimateContractTotalFee.ts +144 -0
  687. package/op-stack/actions/estimateContractTotalGas.ts +144 -0
  688. package/op-stack/actions/estimateDepositTransactionGas.ts +138 -0
  689. package/op-stack/actions/estimateFinalizeWithdrawalGas.ts +118 -0
  690. package/op-stack/actions/estimateInitiateWithdrawalGas.ts +118 -0
  691. package/op-stack/actions/estimateL1Fee.ts +122 -0
  692. package/op-stack/actions/estimateL1Gas.ts +122 -0
  693. package/op-stack/actions/estimateProveWithdrawalGas.ts +139 -0
  694. package/op-stack/actions/estimateTotalFee.ts +86 -0
  695. package/op-stack/actions/estimateTotalGas.ts +80 -0
  696. package/op-stack/actions/finalizeWithdrawal.ts +131 -0
  697. package/op-stack/actions/getGame.ts +99 -0
  698. package/op-stack/actions/getGames.ts +133 -0
  699. package/op-stack/actions/getL1BaseFee.ts +81 -0
  700. package/op-stack/actions/getL2Output.ts +130 -0
  701. package/op-stack/actions/getPortalVersion.ts +87 -0
  702. package/op-stack/actions/getTimeToFinalize.ts +159 -0
  703. package/op-stack/actions/getTimeToNextGame.ts +143 -0
  704. package/op-stack/actions/getTimeToNextL2Output.ts +162 -0
  705. package/op-stack/actions/getTimeToProve.ts +119 -0
  706. package/op-stack/actions/getWithdrawalStatus.ts +244 -0
  707. package/op-stack/actions/initiateWithdrawal.ts +153 -0
  708. package/op-stack/actions/proveWithdrawal.ts +154 -0
  709. package/op-stack/actions/waitForNextGame.ts +122 -0
  710. package/op-stack/actions/waitForNextL2Output.ts +117 -0
  711. package/op-stack/actions/waitToFinalize.ts +64 -0
  712. package/op-stack/actions/waitToProve.ts +157 -0
  713. package/op-stack/chains.ts +15 -0
  714. package/op-stack/contracts.ts +18 -0
  715. package/op-stack/decorators/publicL1.ts +693 -0
  716. package/op-stack/decorators/publicL2.ts +516 -0
  717. package/op-stack/decorators/walletL1.ts +172 -0
  718. package/op-stack/decorators/walletL2.ts +101 -0
  719. package/op-stack/errors/withdrawal.ts +25 -0
  720. package/op-stack/formatters.ts +76 -0
  721. package/op-stack/index.ts +281 -0
  722. package/op-stack/package.json +3 -3
  723. package/op-stack/parsers.ts +88 -0
  724. package/op-stack/serializers.ts +88 -0
  725. package/op-stack/types/block.ts +34 -0
  726. package/op-stack/types/chain.ts +10 -0
  727. package/op-stack/types/contract.ts +26 -0
  728. package/op-stack/types/deposit.ts +28 -0
  729. package/op-stack/types/transaction.ts +106 -0
  730. package/op-stack/types/withdrawal.ts +31 -0
  731. package/op-stack/utils/extractTransactionDepositedLogs.ts +36 -0
  732. package/op-stack/utils/extractWithdrawalMessageLogs.ts +36 -0
  733. package/op-stack/utils/getL2TransactionHash.ts +52 -0
  734. package/op-stack/utils/getL2TransactionHashes.ts +21 -0
  735. package/op-stack/utils/getSourceHash.ts +61 -0
  736. package/op-stack/utils/getWithdrawalHashStorageSlot.ts +29 -0
  737. package/op-stack/utils/getWithdrawals.ts +25 -0
  738. package/op-stack/utils/opaqueDataToDepositData.ts +45 -0
  739. package/package.json +13 -13
  740. package/zksync/actions/deployContract.ts +100 -0
  741. package/zksync/actions/sendEip712Transaction.ts +129 -0
  742. package/zksync/actions/sendTransaction.ts +79 -0
  743. package/zksync/actions/signEip712Transaction.ts +150 -0
  744. package/zksync/actions/signTransaction.ts +95 -0
  745. package/zksync/chains.ts +3 -0
  746. package/zksync/constants/number.ts +3 -0
  747. package/zksync/decorators/eip712.ts +233 -0
  748. package/zksync/errors/bytecode.ts +46 -0
  749. package/zksync/errors/transaction.ts +21 -0
  750. package/zksync/formatters.ts +155 -0
  751. package/zksync/package.json +3 -3
  752. package/zksync/serializers.ts +82 -0
  753. package/zksync/types/block.ts +34 -0
  754. package/zksync/types/chain.ts +25 -0
  755. package/zksync/types/eip712.ts +31 -0
  756. package/zksync/types/log.ts +57 -0
  757. package/zksync/types/transaction.ts +245 -0
  758. package/zksync/utils/abi/encodeDeployData.ts +120 -0
  759. package/zksync/utils/assertEip712Request.ts +19 -0
  760. package/zksync/utils/assertEip712Transaction.ts +36 -0
  761. package/zksync/utils/getEip712Domain.ts +85 -0
  762. package/zksync/utils/hashBytecode.ts +48 -0
  763. package/zksync/utils/isEip712Transaction.ts +18 -0
  764. package/_cjs/chains/celo/chainConfig.js.map +0 -1
  765. package/_cjs/chains/celo/formatters.js +0 -72
  766. package/_cjs/chains/celo/formatters.js.map +0 -1
  767. package/_cjs/chains/celo/index.js.map +0 -1
  768. package/_cjs/chains/celo/parsers.js +0 -131
  769. package/_cjs/chains/celo/parsers.js.map +0 -1
  770. package/_cjs/chains/celo/serializers.js +0 -122
  771. package/_cjs/chains/celo/serializers.js.map +0 -1
  772. package/_cjs/chains/celo/types.js.map +0 -1
  773. package/_cjs/chains/celo/utils.js +0 -46
  774. package/_cjs/chains/celo/utils.js.map +0 -1
  775. package/_cjs/chains/opStack/abis.js.map +0 -1
  776. package/_cjs/chains/opStack/actions/buildDepositTransaction.js +0 -32
  777. package/_cjs/chains/opStack/actions/buildDepositTransaction.js.map +0 -1
  778. package/_cjs/chains/opStack/actions/buildInitiateWithdrawal.js +0 -29
  779. package/_cjs/chains/opStack/actions/buildInitiateWithdrawal.js.map +0 -1
  780. package/_cjs/chains/opStack/actions/buildProveWithdrawal.js +0 -59
  781. package/_cjs/chains/opStack/actions/buildProveWithdrawal.js.map +0 -1
  782. package/_cjs/chains/opStack/actions/depositTransaction.js +0 -41
  783. package/_cjs/chains/opStack/actions/depositTransaction.js.map +0 -1
  784. package/_cjs/chains/opStack/actions/estimateContractL1Fee.js +0 -36
  785. package/_cjs/chains/opStack/actions/estimateContractL1Fee.js.map +0 -1
  786. package/_cjs/chains/opStack/actions/estimateContractL1Gas.js +0 -36
  787. package/_cjs/chains/opStack/actions/estimateContractL1Gas.js.map +0 -1
  788. package/_cjs/chains/opStack/actions/estimateContractTotalFee.js +0 -36
  789. package/_cjs/chains/opStack/actions/estimateContractTotalFee.js.map +0 -1
  790. package/_cjs/chains/opStack/actions/estimateContractTotalGas.js +0 -36
  791. package/_cjs/chains/opStack/actions/estimateContractTotalGas.js.map +0 -1
  792. package/_cjs/chains/opStack/actions/estimateDepositTransactionGas.js +0 -37
  793. package/_cjs/chains/opStack/actions/estimateDepositTransactionGas.js.map +0 -1
  794. package/_cjs/chains/opStack/actions/estimateFinalizeWithdrawalGas.js +0 -29
  795. package/_cjs/chains/opStack/actions/estimateFinalizeWithdrawalGas.js.map +0 -1
  796. package/_cjs/chains/opStack/actions/estimateInitiateWithdrawalGas.js +0 -24
  797. package/_cjs/chains/opStack/actions/estimateInitiateWithdrawalGas.js.map +0 -1
  798. package/_cjs/chains/opStack/actions/estimateL1Fee.js +0 -37
  799. package/_cjs/chains/opStack/actions/estimateL1Fee.js.map +0 -1
  800. package/_cjs/chains/opStack/actions/estimateL1Gas.js +0 -37
  801. package/_cjs/chains/opStack/actions/estimateL1Gas.js.map +0 -1
  802. package/_cjs/chains/opStack/actions/estimateProveWithdrawalGas.js +0 -29
  803. package/_cjs/chains/opStack/actions/estimateProveWithdrawalGas.js.map +0 -1
  804. package/_cjs/chains/opStack/actions/estimateTotalFee.js +0 -18
  805. package/_cjs/chains/opStack/actions/estimateTotalFee.js.map +0 -1
  806. package/_cjs/chains/opStack/actions/estimateTotalGas.js +0 -16
  807. package/_cjs/chains/opStack/actions/estimateTotalGas.js.map +0 -1
  808. package/_cjs/chains/opStack/actions/finalizeWithdrawal.js +0 -33
  809. package/_cjs/chains/opStack/actions/finalizeWithdrawal.js.map +0 -1
  810. package/_cjs/chains/opStack/actions/getGame.js.map +0 -1
  811. package/_cjs/chains/opStack/actions/getGames.js +0 -56
  812. package/_cjs/chains/opStack/actions/getGames.js.map +0 -1
  813. package/_cjs/chains/opStack/actions/getL1BaseFee.js +0 -27
  814. package/_cjs/chains/opStack/actions/getL1BaseFee.js.map +0 -1
  815. package/_cjs/chains/opStack/actions/getL2Output.js +0 -42
  816. package/_cjs/chains/opStack/actions/getL2Output.js.map +0 -1
  817. package/_cjs/chains/opStack/actions/getPortalVersion.js +0 -25
  818. package/_cjs/chains/opStack/actions/getPortalVersion.js.map +0 -1
  819. package/_cjs/chains/opStack/actions/getTimeToFinalize.js +0 -72
  820. package/_cjs/chains/opStack/actions/getTimeToFinalize.js.map +0 -1
  821. package/_cjs/chains/opStack/actions/getTimeToNextGame.js.map +0 -1
  822. package/_cjs/chains/opStack/actions/getTimeToNextL2Output.js +0 -63
  823. package/_cjs/chains/opStack/actions/getTimeToNextL2Output.js.map +0 -1
  824. package/_cjs/chains/opStack/actions/getTimeToProve.js.map +0 -1
  825. package/_cjs/chains/opStack/actions/getWithdrawalStatus.js +0 -122
  826. package/_cjs/chains/opStack/actions/getWithdrawalStatus.js.map +0 -1
  827. package/_cjs/chains/opStack/actions/initiateWithdrawal.js +0 -28
  828. package/_cjs/chains/opStack/actions/initiateWithdrawal.js.map +0 -1
  829. package/_cjs/chains/opStack/actions/proveWithdrawal.js +0 -33
  830. package/_cjs/chains/opStack/actions/proveWithdrawal.js.map +0 -1
  831. package/_cjs/chains/opStack/actions/waitForNextGame.js +0 -35
  832. package/_cjs/chains/opStack/actions/waitForNextGame.js.map +0 -1
  833. package/_cjs/chains/opStack/actions/waitForNextL2Output.js +0 -32
  834. package/_cjs/chains/opStack/actions/waitForNextL2Output.js.map +0 -1
  835. package/_cjs/chains/opStack/actions/waitToFinalize.js +0 -11
  836. package/_cjs/chains/opStack/actions/waitToFinalize.js.map +0 -1
  837. package/_cjs/chains/opStack/actions/waitToProve.js.map +0 -1
  838. package/_cjs/chains/opStack/chainConfig.js.map +0 -1
  839. package/_cjs/chains/opStack/chains.js +0 -34
  840. package/_cjs/chains/opStack/chains.js.map +0 -1
  841. package/_cjs/chains/opStack/contracts.js.map +0 -1
  842. package/_cjs/chains/opStack/decorators/publicL1.js.map +0 -1
  843. package/_cjs/chains/opStack/decorators/publicL2.js.map +0 -1
  844. package/_cjs/chains/opStack/decorators/walletL1.js.map +0 -1
  845. package/_cjs/chains/opStack/decorators/walletL2.js.map +0 -1
  846. package/_cjs/chains/opStack/errors/withdrawal.js +0 -29
  847. package/_cjs/chains/opStack/errors/withdrawal.js.map +0 -1
  848. package/_cjs/chains/opStack/formatters.js +0 -54
  849. package/_cjs/chains/opStack/formatters.js.map +0 -1
  850. package/_cjs/chains/opStack/index.js.map +0 -1
  851. package/_cjs/chains/opStack/parsers.js +0 -55
  852. package/_cjs/chains/opStack/parsers.js.map +0 -1
  853. package/_cjs/chains/opStack/serializers.js +0 -52
  854. package/_cjs/chains/opStack/serializers.js.map +0 -1
  855. package/_cjs/chains/opStack/types/block.js.map +0 -1
  856. package/_cjs/chains/opStack/types/chain.js.map +0 -1
  857. package/_cjs/chains/opStack/types/contract.js.map +0 -1
  858. package/_cjs/chains/opStack/types/deposit.js.map +0 -1
  859. package/_cjs/chains/opStack/types/transaction.js.map +0 -1
  860. package/_cjs/chains/opStack/types/withdrawal.js.map +0 -1
  861. package/_cjs/chains/opStack/utils/extractTransactionDepositedLogs.js +0 -14
  862. package/_cjs/chains/opStack/utils/extractTransactionDepositedLogs.js.map +0 -1
  863. package/_cjs/chains/opStack/utils/extractWithdrawalMessageLogs.js +0 -14
  864. package/_cjs/chains/opStack/utils/extractWithdrawalMessageLogs.js.map +0 -1
  865. package/_cjs/chains/opStack/utils/getL2TransactionHash.js +0 -28
  866. package/_cjs/chains/opStack/utils/getL2TransactionHash.js.map +0 -1
  867. package/_cjs/chains/opStack/utils/getL2TransactionHashes.js.map +0 -1
  868. package/_cjs/chains/opStack/utils/getSourceHash.js +0 -21
  869. package/_cjs/chains/opStack/utils/getSourceHash.js.map +0 -1
  870. package/_cjs/chains/opStack/utils/getWithdrawalHashStorageSlot.js +0 -11
  871. package/_cjs/chains/opStack/utils/getWithdrawalHashStorageSlot.js.map +0 -1
  872. package/_cjs/chains/opStack/utils/getWithdrawals.js.map +0 -1
  873. package/_cjs/chains/opStack/utils/opaqueDataToDepositData.js +0 -29
  874. package/_cjs/chains/opStack/utils/opaqueDataToDepositData.js.map +0 -1
  875. package/_cjs/chains/zksync/actions/deployContract.js.map +0 -1
  876. package/_cjs/chains/zksync/actions/sendEip712Transaction.js +0 -52
  877. package/_cjs/chains/zksync/actions/sendEip712Transaction.js.map +0 -1
  878. package/_cjs/chains/zksync/actions/sendTransaction.js +0 -13
  879. package/_cjs/chains/zksync/actions/sendTransaction.js.map +0 -1
  880. package/_cjs/chains/zksync/actions/signEip712Transaction.js +0 -52
  881. package/_cjs/chains/zksync/actions/signEip712Transaction.js.map +0 -1
  882. package/_cjs/chains/zksync/actions/signTransaction.js +0 -13
  883. package/_cjs/chains/zksync/actions/signTransaction.js.map +0 -1
  884. package/_cjs/chains/zksync/chainConfig.js.map +0 -1
  885. package/_cjs/chains/zksync/chains.js +0 -10
  886. package/_cjs/chains/zksync/chains.js.map +0 -1
  887. package/_cjs/chains/zksync/constants/abis.js.map +0 -1
  888. package/_cjs/chains/zksync/constants/address.js.map +0 -1
  889. package/_cjs/chains/zksync/constants/contract.js.map +0 -1
  890. package/_cjs/chains/zksync/constants/number.js +0 -6
  891. package/_cjs/chains/zksync/constants/number.js.map +0 -1
  892. package/_cjs/chains/zksync/decorators/eip712.js +0 -19
  893. package/_cjs/chains/zksync/decorators/eip712.js.map +0 -1
  894. package/_cjs/chains/zksync/errors/bytecode.js +0 -41
  895. package/_cjs/chains/zksync/errors/bytecode.js.map +0 -1
  896. package/_cjs/chains/zksync/errors/transaction.js +0 -23
  897. package/_cjs/chains/zksync/errors/transaction.js.map +0 -1
  898. package/_cjs/chains/zksync/formatters.js +0 -134
  899. package/_cjs/chains/zksync/formatters.js.map +0 -1
  900. package/_cjs/chains/zksync/index.js.map +0 -1
  901. package/_cjs/chains/zksync/serializers.js +0 -45
  902. package/_cjs/chains/zksync/serializers.js.map +0 -1
  903. package/_cjs/chains/zksync/types/block.js.map +0 -1
  904. package/_cjs/chains/zksync/types/chain.js.map +0 -1
  905. package/_cjs/chains/zksync/types/contract.js.map +0 -1
  906. package/_cjs/chains/zksync/types/eip712.js.map +0 -1
  907. package/_cjs/chains/zksync/types/fee.js.map +0 -1
  908. package/_cjs/chains/zksync/types/log.js.map +0 -1
  909. package/_cjs/chains/zksync/types/transaction.js.map +0 -1
  910. package/_cjs/chains/zksync/utils/abi/encodeDeployData.js +0 -68
  911. package/_cjs/chains/zksync/utils/abi/encodeDeployData.js.map +0 -1
  912. package/_cjs/chains/zksync/utils/assertEip712Request.js +0 -13
  913. package/_cjs/chains/zksync/utils/assertEip712Request.js.map +0 -1
  914. package/_cjs/chains/zksync/utils/assertEip712Transaction.js +0 -30
  915. package/_cjs/chains/zksync/utils/assertEip712Transaction.js.map +0 -1
  916. package/_cjs/chains/zksync/utils/getEip712Domain.js +0 -56
  917. package/_cjs/chains/zksync/utils/getEip712Domain.js.map +0 -1
  918. package/_cjs/chains/zksync/utils/hashBytecode.js +0 -36
  919. package/_cjs/chains/zksync/utils/hashBytecode.js.map +0 -1
  920. package/_cjs/chains/zksync/utils/isEip712Transaction.js.map +0 -1
  921. package/_esm/chains/celo/chainConfig.js.map +0 -1
  922. package/_esm/chains/celo/formatters.js +0 -70
  923. package/_esm/chains/celo/formatters.js.map +0 -1
  924. package/_esm/chains/celo/index.js.map +0 -1
  925. package/_esm/chains/celo/parsers.js +0 -127
  926. package/_esm/chains/celo/parsers.js.map +0 -1
  927. package/_esm/chains/celo/serializers.js +0 -120
  928. package/_esm/chains/celo/serializers.js.map +0 -1
  929. package/_esm/chains/celo/types.js.map +0 -1
  930. package/_esm/chains/celo/utils.js +0 -50
  931. package/_esm/chains/celo/utils.js.map +0 -1
  932. package/_esm/chains/opStack/abis.js.map +0 -1
  933. package/_esm/chains/opStack/actions/buildDepositTransaction.js +0 -54
  934. package/_esm/chains/opStack/actions/buildDepositTransaction.js.map +0 -1
  935. package/_esm/chains/opStack/actions/buildInitiateWithdrawal.js +0 -50
  936. package/_esm/chains/opStack/actions/buildInitiateWithdrawal.js.map +0 -1
  937. package/_esm/chains/opStack/actions/buildProveWithdrawal.js +0 -88
  938. package/_esm/chains/opStack/actions/buildProveWithdrawal.js.map +0 -1
  939. package/_esm/chains/opStack/actions/depositTransaction.js +0 -91
  940. package/_esm/chains/opStack/actions/depositTransaction.js.map +0 -1
  941. package/_esm/chains/opStack/actions/estimateContractL1Fee.js +0 -55
  942. package/_esm/chains/opStack/actions/estimateContractL1Fee.js.map +0 -1
  943. package/_esm/chains/opStack/actions/estimateContractL1Gas.js +0 -55
  944. package/_esm/chains/opStack/actions/estimateContractL1Gas.js.map +0 -1
  945. package/_esm/chains/opStack/actions/estimateContractTotalFee.js +0 -55
  946. package/_esm/chains/opStack/actions/estimateContractTotalFee.js.map +0 -1
  947. package/_esm/chains/opStack/actions/estimateContractTotalGas.js +0 -55
  948. package/_esm/chains/opStack/actions/estimateContractTotalGas.js.map +0 -1
  949. package/_esm/chains/opStack/actions/estimateDepositTransactionGas.js +0 -62
  950. package/_esm/chains/opStack/actions/estimateDepositTransactionGas.js.map +0 -1
  951. package/_esm/chains/opStack/actions/estimateFinalizeWithdrawalGas.js +0 -50
  952. package/_esm/chains/opStack/actions/estimateFinalizeWithdrawalGas.js.map +0 -1
  953. package/_esm/chains/opStack/actions/estimateInitiateWithdrawalGas.js +0 -48
  954. package/_esm/chains/opStack/actions/estimateInitiateWithdrawalGas.js.map +0 -1
  955. package/_esm/chains/opStack/actions/estimateL1Fee.js +0 -58
  956. package/_esm/chains/opStack/actions/estimateL1Fee.js.map +0 -1
  957. package/_esm/chains/opStack/actions/estimateL1Gas.js +0 -58
  958. package/_esm/chains/opStack/actions/estimateL1Gas.js.map +0 -1
  959. package/_esm/chains/opStack/actions/estimateProveWithdrawalGas.js +0 -53
  960. package/_esm/chains/opStack/actions/estimateProveWithdrawalGas.js.map +0 -1
  961. package/_esm/chains/opStack/actions/estimateTotalFee.js +0 -38
  962. package/_esm/chains/opStack/actions/estimateTotalFee.js.map +0 -1
  963. package/_esm/chains/opStack/actions/estimateTotalGas.js +0 -36
  964. package/_esm/chains/opStack/actions/estimateTotalGas.js.map +0 -1
  965. package/_esm/chains/opStack/actions/finalizeWithdrawal.js +0 -53
  966. package/_esm/chains/opStack/actions/finalizeWithdrawal.js.map +0 -1
  967. package/_esm/chains/opStack/actions/getGame.js.map +0 -1
  968. package/_esm/chains/opStack/actions/getGames.js +0 -75
  969. package/_esm/chains/opStack/actions/getGames.js.map +0 -1
  970. package/_esm/chains/opStack/actions/getL1BaseFee.js +0 -44
  971. package/_esm/chains/opStack/actions/getL1BaseFee.js.map +0 -1
  972. package/_esm/chains/opStack/actions/getL2Output.js +0 -62
  973. package/_esm/chains/opStack/actions/getL2Output.js.map +0 -1
  974. package/_esm/chains/opStack/actions/getPortalVersion.js +0 -48
  975. package/_esm/chains/opStack/actions/getPortalVersion.js.map +0 -1
  976. package/_esm/chains/opStack/actions/getTimeToFinalize.js +0 -104
  977. package/_esm/chains/opStack/actions/getTimeToFinalize.js.map +0 -1
  978. package/_esm/chains/opStack/actions/getTimeToNextGame.js.map +0 -1
  979. package/_esm/chains/opStack/actions/getTimeToNextL2Output.js +0 -91
  980. package/_esm/chains/opStack/actions/getTimeToNextL2Output.js.map +0 -1
  981. package/_esm/chains/opStack/actions/getTimeToProve.js.map +0 -1
  982. package/_esm/chains/opStack/actions/getWithdrawalStatus.js +0 -151
  983. package/_esm/chains/opStack/actions/getWithdrawalStatus.js.map +0 -1
  984. package/_esm/chains/opStack/actions/initiateWithdrawal.js +0 -76
  985. package/_esm/chains/opStack/actions/initiateWithdrawal.js.map +0 -1
  986. package/_esm/chains/opStack/actions/proveWithdrawal.js +0 -57
  987. package/_esm/chains/opStack/actions/proveWithdrawal.js.map +0 -1
  988. package/_esm/chains/opStack/actions/waitForNextGame.js +0 -61
  989. package/_esm/chains/opStack/actions/waitForNextGame.js.map +0 -1
  990. package/_esm/chains/opStack/actions/waitForNextL2Output.js +0 -58
  991. package/_esm/chains/opStack/actions/waitForNextL2Output.js.map +0 -1
  992. package/_esm/chains/opStack/actions/waitToFinalize.js +0 -41
  993. package/_esm/chains/opStack/actions/waitToFinalize.js.map +0 -1
  994. package/_esm/chains/opStack/actions/waitToProve.js.map +0 -1
  995. package/_esm/chains/opStack/chainConfig.js.map +0 -1
  996. package/_esm/chains/opStack/chains.js +0 -16
  997. package/_esm/chains/opStack/chains.js.map +0 -1
  998. package/_esm/chains/opStack/contracts.js.map +0 -1
  999. package/_esm/chains/opStack/decorators/publicL1.js.map +0 -1
  1000. package/_esm/chains/opStack/decorators/publicL2.js.map +0 -1
  1001. package/_esm/chains/opStack/decorators/walletL1.js.map +0 -1
  1002. package/_esm/chains/opStack/decorators/walletL2.js.map +0 -1
  1003. package/_esm/chains/opStack/errors/withdrawal.js +0 -24
  1004. package/_esm/chains/opStack/errors/withdrawal.js.map +0 -1
  1005. package/_esm/chains/opStack/formatters.js +0 -53
  1006. package/_esm/chains/opStack/formatters.js.map +0 -1
  1007. package/_esm/chains/opStack/index.js +0 -46
  1008. package/_esm/chains/opStack/index.js.map +0 -1
  1009. package/_esm/chains/opStack/parsers.js +0 -51
  1010. package/_esm/chains/opStack/parsers.js.map +0 -1
  1011. package/_esm/chains/opStack/serializers.js +0 -47
  1012. package/_esm/chains/opStack/serializers.js.map +0 -1
  1013. package/_esm/chains/opStack/types/block.js.map +0 -1
  1014. package/_esm/chains/opStack/types/chain.js.map +0 -1
  1015. package/_esm/chains/opStack/types/contract.js.map +0 -1
  1016. package/_esm/chains/opStack/types/deposit.js.map +0 -1
  1017. package/_esm/chains/opStack/types/transaction.js.map +0 -1
  1018. package/_esm/chains/opStack/types/withdrawal.js.map +0 -1
  1019. package/_esm/chains/opStack/utils/extractTransactionDepositedLogs.js +0 -10
  1020. package/_esm/chains/opStack/utils/extractTransactionDepositedLogs.js.map +0 -1
  1021. package/_esm/chains/opStack/utils/extractWithdrawalMessageLogs.js +0 -10
  1022. package/_esm/chains/opStack/utils/extractWithdrawalMessageLogs.js.map +0 -1
  1023. package/_esm/chains/opStack/utils/getL2TransactionHash.js +0 -25
  1024. package/_esm/chains/opStack/utils/getL2TransactionHash.js.map +0 -1
  1025. package/_esm/chains/opStack/utils/getL2TransactionHashes.js.map +0 -1
  1026. package/_esm/chains/opStack/utils/getSourceHash.js +0 -18
  1027. package/_esm/chains/opStack/utils/getSourceHash.js.map +0 -1
  1028. package/_esm/chains/opStack/utils/getWithdrawalHashStorageSlot.js +0 -7
  1029. package/_esm/chains/opStack/utils/getWithdrawalHashStorageSlot.js.map +0 -1
  1030. package/_esm/chains/opStack/utils/getWithdrawals.js.map +0 -1
  1031. package/_esm/chains/opStack/utils/opaqueDataToDepositData.js +0 -25
  1032. package/_esm/chains/opStack/utils/opaqueDataToDepositData.js.map +0 -1
  1033. package/_esm/chains/zksync/actions/deployContract.js.map +0 -1
  1034. package/_esm/chains/zksync/actions/sendEip712Transaction.js +0 -91
  1035. package/_esm/chains/zksync/actions/sendEip712Transaction.js.map +0 -1
  1036. package/_esm/chains/zksync/actions/sendTransaction.js +0 -54
  1037. package/_esm/chains/zksync/actions/sendTransaction.js.map +0 -1
  1038. package/_esm/chains/zksync/actions/signEip712Transaction.js +0 -86
  1039. package/_esm/chains/zksync/actions/signEip712Transaction.js.map +0 -1
  1040. package/_esm/chains/zksync/actions/signTransaction.js +0 -49
  1041. package/_esm/chains/zksync/actions/signTransaction.js.map +0 -1
  1042. package/_esm/chains/zksync/chainConfig.js.map +0 -1
  1043. package/_esm/chains/zksync/chains.js +0 -4
  1044. package/_esm/chains/zksync/chains.js.map +0 -1
  1045. package/_esm/chains/zksync/constants/abis.js.map +0 -1
  1046. package/_esm/chains/zksync/constants/address.js.map +0 -1
  1047. package/_esm/chains/zksync/constants/contract.js.map +0 -1
  1048. package/_esm/chains/zksync/constants/number.js +0 -3
  1049. package/_esm/chains/zksync/constants/number.js.map +0 -1
  1050. package/_esm/chains/zksync/decorators/eip712.js +0 -15
  1051. package/_esm/chains/zksync/decorators/eip712.js.map +0 -1
  1052. package/_esm/chains/zksync/errors/bytecode.js +0 -35
  1053. package/_esm/chains/zksync/errors/bytecode.js.map +0 -1
  1054. package/_esm/chains/zksync/errors/transaction.js +0 -19
  1055. package/_esm/chains/zksync/errors/transaction.js.map +0 -1
  1056. package/_esm/chains/zksync/formatters.js +0 -132
  1057. package/_esm/chains/zksync/formatters.js.map +0 -1
  1058. package/_esm/chains/zksync/index.js.map +0 -1
  1059. package/_esm/chains/zksync/serializers.js +0 -41
  1060. package/_esm/chains/zksync/serializers.js.map +0 -1
  1061. package/_esm/chains/zksync/types/block.js.map +0 -1
  1062. package/_esm/chains/zksync/types/chain.js.map +0 -1
  1063. package/_esm/chains/zksync/types/contract.js.map +0 -1
  1064. package/_esm/chains/zksync/types/eip712.js.map +0 -1
  1065. package/_esm/chains/zksync/types/fee.js.map +0 -1
  1066. package/_esm/chains/zksync/types/log.js.map +0 -1
  1067. package/_esm/chains/zksync/types/transaction.js.map +0 -1
  1068. package/_esm/chains/zksync/utils/abi/encodeDeployData.js +0 -65
  1069. package/_esm/chains/zksync/utils/abi/encodeDeployData.js.map +0 -1
  1070. package/_esm/chains/zksync/utils/assertEip712Request.js +0 -9
  1071. package/_esm/chains/zksync/utils/assertEip712Request.js.map +0 -1
  1072. package/_esm/chains/zksync/utils/assertEip712Transaction.js +0 -26
  1073. package/_esm/chains/zksync/utils/assertEip712Transaction.js.map +0 -1
  1074. package/_esm/chains/zksync/utils/getEip712Domain.js +0 -54
  1075. package/_esm/chains/zksync/utils/getEip712Domain.js.map +0 -1
  1076. package/_esm/chains/zksync/utils/hashBytecode.js +0 -36
  1077. package/_esm/chains/zksync/utils/hashBytecode.js.map +0 -1
  1078. package/_esm/chains/zksync/utils/isEip712Transaction.js.map +0 -1
  1079. package/_types/chains/celo/chainConfig.d.ts +0 -2107
  1080. package/_types/chains/celo/chainConfig.d.ts.map +0 -1
  1081. package/_types/chains/celo/formatters.d.ts +0 -2104
  1082. package/_types/chains/celo/formatters.d.ts.map +0 -1
  1083. package/_types/chains/celo/index.d.ts.map +0 -1
  1084. package/_types/chains/celo/parsers.d.ts +0 -6
  1085. package/_types/chains/celo/parsers.d.ts.map +0 -1
  1086. package/_types/chains/celo/serializers.d.ts +0 -11
  1087. package/_types/chains/celo/serializers.d.ts.map +0 -1
  1088. package/_types/chains/celo/types.d.ts +0 -121
  1089. package/_types/chains/celo/types.d.ts.map +0 -1
  1090. package/_types/chains/celo/utils.d.ts.map +0 -1
  1091. package/_types/chains/opStack/abis.d.ts.map +0 -1
  1092. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts +0 -65
  1093. package/_types/chains/opStack/actions/buildDepositTransaction.d.ts.map +0 -1
  1094. package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts +0 -50
  1095. package/_types/chains/opStack/actions/buildInitiateWithdrawal.d.ts.map +0 -1
  1096. package/_types/chains/opStack/actions/buildProveWithdrawal.d.ts +0 -54
  1097. package/_types/chains/opStack/actions/buildProveWithdrawal.d.ts.map +0 -1
  1098. package/_types/chains/opStack/actions/depositTransaction.d.ts +0 -80
  1099. package/_types/chains/opStack/actions/depositTransaction.d.ts.map +0 -1
  1100. package/_types/chains/opStack/actions/estimateContractL1Fee.d.ts +0 -39
  1101. package/_types/chains/opStack/actions/estimateContractL1Fee.d.ts.map +0 -1
  1102. package/_types/chains/opStack/actions/estimateContractL1Gas.d.ts +0 -39
  1103. package/_types/chains/opStack/actions/estimateContractL1Gas.d.ts.map +0 -1
  1104. package/_types/chains/opStack/actions/estimateContractTotalFee.d.ts +0 -39
  1105. package/_types/chains/opStack/actions/estimateContractTotalFee.d.ts.map +0 -1
  1106. package/_types/chains/opStack/actions/estimateContractTotalGas.d.ts +0 -39
  1107. package/_types/chains/opStack/actions/estimateContractTotalGas.d.ts.map +0 -1
  1108. package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts +0 -50
  1109. package/_types/chains/opStack/actions/estimateDepositTransactionGas.d.ts.map +0 -1
  1110. package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts +0 -45
  1111. package/_types/chains/opStack/actions/estimateFinalizeWithdrawalGas.d.ts.map +0 -1
  1112. package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts +0 -51
  1113. package/_types/chains/opStack/actions/estimateInitiateWithdrawalGas.d.ts.map +0 -1
  1114. package/_types/chains/opStack/actions/estimateL1Fee.d.ts +0 -43
  1115. package/_types/chains/opStack/actions/estimateL1Fee.d.ts.map +0 -1
  1116. package/_types/chains/opStack/actions/estimateL1Gas.d.ts +0 -43
  1117. package/_types/chains/opStack/actions/estimateL1Gas.d.ts.map +0 -1
  1118. package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts +0 -63
  1119. package/_types/chains/opStack/actions/estimateProveWithdrawalGas.d.ts.map +0 -1
  1120. package/_types/chains/opStack/actions/estimateTotalFee.d.ts +0 -37
  1121. package/_types/chains/opStack/actions/estimateTotalFee.d.ts.map +0 -1
  1122. package/_types/chains/opStack/actions/estimateTotalGas.d.ts +0 -36
  1123. package/_types/chains/opStack/actions/estimateTotalGas.d.ts.map +0 -1
  1124. package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts +0 -49
  1125. package/_types/chains/opStack/actions/finalizeWithdrawal.d.ts.map +0 -1
  1126. package/_types/chains/opStack/actions/getGame.d.ts +0 -57
  1127. package/_types/chains/opStack/actions/getGame.d.ts.map +0 -1
  1128. package/_types/chains/opStack/actions/getGames.d.ts +0 -48
  1129. package/_types/chains/opStack/actions/getGames.d.ts.map +0 -1
  1130. package/_types/chains/opStack/actions/getL1BaseFee.d.ts +0 -35
  1131. package/_types/chains/opStack/actions/getL1BaseFee.d.ts.map +0 -1
  1132. package/_types/chains/opStack/actions/getL2Output.d.ts +0 -51
  1133. package/_types/chains/opStack/actions/getL2Output.d.ts.map +0 -1
  1134. package/_types/chains/opStack/actions/getPortalVersion.d.ts +0 -46
  1135. package/_types/chains/opStack/actions/getPortalVersion.d.ts.map +0 -1
  1136. package/_types/chains/opStack/actions/getTimeToFinalize.d.ts +0 -57
  1137. package/_types/chains/opStack/actions/getTimeToFinalize.d.ts.map +0 -1
  1138. package/_types/chains/opStack/actions/getTimeToNextGame.d.ts +0 -61
  1139. package/_types/chains/opStack/actions/getTimeToNextGame.d.ts.map +0 -1
  1140. package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts +0 -61
  1141. package/_types/chains/opStack/actions/getTimeToNextL2Output.d.ts.map +0 -1
  1142. package/_types/chains/opStack/actions/getTimeToProve.d.ts +0 -53
  1143. package/_types/chains/opStack/actions/getTimeToProve.d.ts.map +0 -1
  1144. package/_types/chains/opStack/actions/getWithdrawalStatus.d.ts +0 -54
  1145. package/_types/chains/opStack/actions/getWithdrawalStatus.d.ts.map +0 -1
  1146. package/_types/chains/opStack/actions/initiateWithdrawal.d.ts +0 -77
  1147. package/_types/chains/opStack/actions/initiateWithdrawal.d.ts.map +0 -1
  1148. package/_types/chains/opStack/actions/proveWithdrawal.d.ts +0 -67
  1149. package/_types/chains/opStack/actions/proveWithdrawal.d.ts.map +0 -1
  1150. package/_types/chains/opStack/actions/waitForNextGame.d.ts +0 -60
  1151. package/_types/chains/opStack/actions/waitForNextGame.d.ts.map +0 -1
  1152. package/_types/chains/opStack/actions/waitForNextL2Output.d.ts +0 -55
  1153. package/_types/chains/opStack/actions/waitForNextL2Output.d.ts.map +0 -1
  1154. package/_types/chains/opStack/actions/waitToFinalize.d.ts +0 -45
  1155. package/_types/chains/opStack/actions/waitToFinalize.d.ts.map +0 -1
  1156. package/_types/chains/opStack/actions/waitToProve.d.ts +0 -63
  1157. package/_types/chains/opStack/actions/waitToProve.d.ts.map +0 -1
  1158. package/_types/chains/opStack/chainConfig.d.ts +0 -1037
  1159. package/_types/chains/opStack/chainConfig.d.ts.map +0 -1
  1160. package/_types/chains/opStack/chains.d.ts +0 -16
  1161. package/_types/chains/opStack/chains.d.ts.map +0 -1
  1162. package/_types/chains/opStack/contracts.d.ts.map +0 -1
  1163. package/_types/chains/opStack/decorators/publicL1.d.ts +0 -530
  1164. package/_types/chains/opStack/decorators/publicL1.d.ts.map +0 -1
  1165. package/_types/chains/opStack/decorators/publicL2.d.ts +0 -333
  1166. package/_types/chains/opStack/decorators/publicL2.d.ts.map +0 -1
  1167. package/_types/chains/opStack/decorators/walletL1.d.ts +0 -136
  1168. package/_types/chains/opStack/decorators/walletL1.d.ts.map +0 -1
  1169. package/_types/chains/opStack/decorators/walletL2.d.ts +0 -79
  1170. package/_types/chains/opStack/decorators/walletL2.d.ts.map +0 -1
  1171. package/_types/chains/opStack/errors/withdrawal.d.ts +0 -19
  1172. package/_types/chains/opStack/errors/withdrawal.d.ts.map +0 -1
  1173. package/_types/chains/opStack/formatters.d.ts +0 -1015
  1174. package/_types/chains/opStack/formatters.d.ts.map +0 -1
  1175. package/_types/chains/opStack/index.d.ts +0 -48
  1176. package/_types/chains/opStack/index.d.ts.map +0 -1
  1177. package/_types/chains/opStack/parsers.d.ts +0 -8
  1178. package/_types/chains/opStack/parsers.d.ts.map +0 -1
  1179. package/_types/chains/opStack/serializers.d.ts +0 -13
  1180. package/_types/chains/opStack/serializers.d.ts.map +0 -1
  1181. package/_types/chains/opStack/types/block.d.ts +0 -13
  1182. package/_types/chains/opStack/types/block.d.ts.map +0 -1
  1183. package/_types/chains/opStack/types/chain.d.ts +0 -9
  1184. package/_types/chains/opStack/types/chain.d.ts.map +0 -1
  1185. package/_types/chains/opStack/types/contract.d.ts +0 -14
  1186. package/_types/chains/opStack/types/contract.d.ts.map +0 -1
  1187. package/_types/chains/opStack/types/deposit.d.ts +0 -25
  1188. package/_types/chains/opStack/types/deposit.d.ts.map +0 -1
  1189. package/_types/chains/opStack/types/transaction.d.ts +0 -56
  1190. package/_types/chains/opStack/types/transaction.d.ts.map +0 -1
  1191. package/_types/chains/opStack/types/withdrawal.d.ts +0 -29
  1192. package/_types/chains/opStack/types/withdrawal.d.ts.map +0 -1
  1193. package/_types/chains/opStack/utils/extractTransactionDepositedLogs.d.ts +0 -446
  1194. package/_types/chains/opStack/utils/extractTransactionDepositedLogs.d.ts.map +0 -1
  1195. package/_types/chains/opStack/utils/extractWithdrawalMessageLogs.d.ts +0 -137
  1196. package/_types/chains/opStack/utils/extractWithdrawalMessageLogs.d.ts.map +0 -1
  1197. package/_types/chains/opStack/utils/getL2TransactionHash.d.ts +0 -12
  1198. package/_types/chains/opStack/utils/getL2TransactionHash.d.ts.map +0 -1
  1199. package/_types/chains/opStack/utils/getL2TransactionHashes.d.ts +0 -11
  1200. package/_types/chains/opStack/utils/getL2TransactionHashes.d.ts.map +0 -1
  1201. package/_types/chains/opStack/utils/getSourceHash.d.ts +0 -28
  1202. package/_types/chains/opStack/utils/getSourceHash.d.ts.map +0 -1
  1203. package/_types/chains/opStack/utils/getWithdrawalHashStorageSlot.d.ts +0 -11
  1204. package/_types/chains/opStack/utils/getWithdrawalHashStorageSlot.d.ts.map +0 -1
  1205. package/_types/chains/opStack/utils/getWithdrawals.d.ts +0 -12
  1206. package/_types/chains/opStack/utils/getWithdrawals.d.ts.map +0 -1
  1207. package/_types/chains/opStack/utils/opaqueDataToDepositData.d.ts +0 -15
  1208. package/_types/chains/opStack/utils/opaqueDataToDepositData.d.ts.map +0 -1
  1209. package/_types/chains/zksync/actions/deployContract.d.ts +0 -49
  1210. package/_types/chains/zksync/actions/deployContract.d.ts.map +0 -1
  1211. package/_types/chains/zksync/actions/sendEip712Transaction.d.ts +0 -50
  1212. package/_types/chains/zksync/actions/sendEip712Transaction.d.ts.map +0 -1
  1213. package/_types/chains/zksync/actions/sendTransaction.d.ts +0 -54
  1214. package/_types/chains/zksync/actions/sendTransaction.d.ts.map +0 -1
  1215. package/_types/chains/zksync/actions/signEip712Transaction.d.ts +0 -54
  1216. package/_types/chains/zksync/actions/signEip712Transaction.d.ts.map +0 -1
  1217. package/_types/chains/zksync/actions/signTransaction.d.ts +0 -56
  1218. package/_types/chains/zksync/actions/signTransaction.d.ts.map +0 -1
  1219. package/_types/chains/zksync/chainConfig.d.ts +0 -1281
  1220. package/_types/chains/zksync/chainConfig.d.ts.map +0 -1
  1221. package/_types/chains/zksync/chains.d.ts +0 -4
  1222. package/_types/chains/zksync/chains.d.ts.map +0 -1
  1223. package/_types/chains/zksync/constants/abis.d.ts.map +0 -1
  1224. package/_types/chains/zksync/constants/address.d.ts.map +0 -1
  1225. package/_types/chains/zksync/constants/contract.d.ts.map +0 -1
  1226. package/_types/chains/zksync/constants/number.d.ts.map +0 -1
  1227. package/_types/chains/zksync/decorators/eip712.d.ts +0 -183
  1228. package/_types/chains/zksync/decorators/eip712.d.ts.map +0 -1
  1229. package/_types/chains/zksync/errors/bytecode.d.ts +0 -30
  1230. package/_types/chains/zksync/errors/bytecode.d.ts.map +0 -1
  1231. package/_types/chains/zksync/errors/transaction.d.ts +0 -9
  1232. package/_types/chains/zksync/errors/transaction.d.ts.map +0 -1
  1233. package/_types/chains/zksync/formatters.d.ts +0 -1277
  1234. package/_types/chains/zksync/formatters.d.ts.map +0 -1
  1235. package/_types/chains/zksync/index.d.ts.map +0 -1
  1236. package/_types/chains/zksync/serializers.d.ts +0 -8
  1237. package/_types/chains/zksync/serializers.d.ts.map +0 -1
  1238. package/_types/chains/zksync/types/block.d.ts +0 -15
  1239. package/_types/chains/zksync/types/block.d.ts.map +0 -1
  1240. package/_types/chains/zksync/types/chain.d.ts +0 -9
  1241. package/_types/chains/zksync/types/chain.d.ts.map +0 -1
  1242. package/_types/chains/zksync/types/contract.d.ts.map +0 -1
  1243. package/_types/chains/zksync/types/eip712.d.ts +0 -27
  1244. package/_types/chains/zksync/types/eip712.d.ts.map +0 -1
  1245. package/_types/chains/zksync/types/fee.d.ts.map +0 -1
  1246. package/_types/chains/zksync/types/log.d.ts +0 -41
  1247. package/_types/chains/zksync/types/log.d.ts.map +0 -1
  1248. package/_types/chains/zksync/types/transaction.d.ts +0 -122
  1249. package/_types/chains/zksync/types/transaction.d.ts.map +0 -1
  1250. package/_types/chains/zksync/utils/abi/encodeDeployData.d.ts +0 -13
  1251. package/_types/chains/zksync/utils/abi/encodeDeployData.d.ts.map +0 -1
  1252. package/_types/chains/zksync/utils/assertEip712Request.d.ts +0 -9
  1253. package/_types/chains/zksync/utils/assertEip712Request.d.ts.map +0 -1
  1254. package/_types/chains/zksync/utils/assertEip712Transaction.d.ts +0 -4
  1255. package/_types/chains/zksync/utils/assertEip712Transaction.d.ts.map +0 -1
  1256. package/_types/chains/zksync/utils/getEip712Domain.d.ts.map +0 -1
  1257. package/_types/chains/zksync/utils/hashBytecode.d.ts +0 -3
  1258. package/_types/chains/zksync/utils/hashBytecode.d.ts.map +0 -1
  1259. package/_types/chains/zksync/utils/isEip712Transaction.d.ts +0 -4
  1260. package/_types/chains/zksync/utils/isEip712Transaction.d.ts.map +0 -1
  1261. package/chains/celo/formatters.ts +0 -90
  1262. package/chains/celo/parsers.ts +0 -203
  1263. package/chains/celo/serializers.ts +0 -228
  1264. package/chains/celo/types.ts +0 -245
  1265. package/chains/celo/utils.ts +0 -81
  1266. package/chains/opStack/actions/buildDepositTransaction.ts +0 -156
  1267. package/chains/opStack/actions/buildInitiateWithdrawal.ts +0 -118
  1268. package/chains/opStack/actions/buildProveWithdrawal.ts +0 -180
  1269. package/chains/opStack/actions/depositTransaction.ts +0 -177
  1270. package/chains/opStack/actions/estimateContractL1Fee.ts +0 -142
  1271. package/chains/opStack/actions/estimateContractL1Gas.ts +0 -142
  1272. package/chains/opStack/actions/estimateContractTotalFee.ts +0 -144
  1273. package/chains/opStack/actions/estimateContractTotalGas.ts +0 -144
  1274. package/chains/opStack/actions/estimateDepositTransactionGas.ts +0 -138
  1275. package/chains/opStack/actions/estimateFinalizeWithdrawalGas.ts +0 -118
  1276. package/chains/opStack/actions/estimateInitiateWithdrawalGas.ts +0 -118
  1277. package/chains/opStack/actions/estimateL1Fee.ts +0 -122
  1278. package/chains/opStack/actions/estimateL1Gas.ts +0 -122
  1279. package/chains/opStack/actions/estimateProveWithdrawalGas.ts +0 -139
  1280. package/chains/opStack/actions/estimateTotalFee.ts +0 -86
  1281. package/chains/opStack/actions/estimateTotalGas.ts +0 -80
  1282. package/chains/opStack/actions/finalizeWithdrawal.ts +0 -131
  1283. package/chains/opStack/actions/getGame.ts +0 -99
  1284. package/chains/opStack/actions/getGames.ts +0 -133
  1285. package/chains/opStack/actions/getL1BaseFee.ts +0 -81
  1286. package/chains/opStack/actions/getL2Output.ts +0 -130
  1287. package/chains/opStack/actions/getPortalVersion.ts +0 -87
  1288. package/chains/opStack/actions/getTimeToFinalize.ts +0 -159
  1289. package/chains/opStack/actions/getTimeToNextGame.ts +0 -143
  1290. package/chains/opStack/actions/getTimeToNextL2Output.ts +0 -162
  1291. package/chains/opStack/actions/getTimeToProve.ts +0 -119
  1292. package/chains/opStack/actions/getWithdrawalStatus.ts +0 -244
  1293. package/chains/opStack/actions/initiateWithdrawal.ts +0 -153
  1294. package/chains/opStack/actions/proveWithdrawal.ts +0 -154
  1295. package/chains/opStack/actions/waitForNextGame.ts +0 -122
  1296. package/chains/opStack/actions/waitForNextL2Output.ts +0 -117
  1297. package/chains/opStack/actions/waitToFinalize.ts +0 -64
  1298. package/chains/opStack/actions/waitToProve.ts +0 -157
  1299. package/chains/opStack/chains.ts +0 -15
  1300. package/chains/opStack/contracts.ts +0 -18
  1301. package/chains/opStack/decorators/publicL1.ts +0 -693
  1302. package/chains/opStack/decorators/publicL2.ts +0 -516
  1303. package/chains/opStack/decorators/walletL1.ts +0 -172
  1304. package/chains/opStack/decorators/walletL2.ts +0 -101
  1305. package/chains/opStack/errors/withdrawal.ts +0 -25
  1306. package/chains/opStack/formatters.ts +0 -76
  1307. package/chains/opStack/index.ts +0 -269
  1308. package/chains/opStack/parsers.ts +0 -88
  1309. package/chains/opStack/serializers.ts +0 -88
  1310. package/chains/opStack/types/block.ts +0 -34
  1311. package/chains/opStack/types/chain.ts +0 -10
  1312. package/chains/opStack/types/contract.ts +0 -26
  1313. package/chains/opStack/types/deposit.ts +0 -28
  1314. package/chains/opStack/types/transaction.ts +0 -106
  1315. package/chains/opStack/types/withdrawal.ts +0 -31
  1316. package/chains/opStack/utils/extractTransactionDepositedLogs.ts +0 -36
  1317. package/chains/opStack/utils/extractWithdrawalMessageLogs.ts +0 -36
  1318. package/chains/opStack/utils/getL2TransactionHash.ts +0 -52
  1319. package/chains/opStack/utils/getL2TransactionHashes.ts +0 -21
  1320. package/chains/opStack/utils/getSourceHash.ts +0 -61
  1321. package/chains/opStack/utils/getWithdrawalHashStorageSlot.ts +0 -29
  1322. package/chains/opStack/utils/getWithdrawals.ts +0 -25
  1323. package/chains/opStack/utils/opaqueDataToDepositData.ts +0 -45
  1324. package/chains/zksync/actions/deployContract.ts +0 -100
  1325. package/chains/zksync/actions/sendEip712Transaction.ts +0 -129
  1326. package/chains/zksync/actions/sendTransaction.ts +0 -79
  1327. package/chains/zksync/actions/signEip712Transaction.ts +0 -150
  1328. package/chains/zksync/actions/signTransaction.ts +0 -95
  1329. package/chains/zksync/chains.ts +0 -3
  1330. package/chains/zksync/constants/number.ts +0 -3
  1331. package/chains/zksync/decorators/eip712.ts +0 -233
  1332. package/chains/zksync/errors/bytecode.ts +0 -46
  1333. package/chains/zksync/errors/transaction.ts +0 -21
  1334. package/chains/zksync/formatters.ts +0 -155
  1335. package/chains/zksync/serializers.ts +0 -82
  1336. package/chains/zksync/types/block.ts +0 -34
  1337. package/chains/zksync/types/chain.ts +0 -25
  1338. package/chains/zksync/types/eip712.ts +0 -31
  1339. package/chains/zksync/types/log.ts +0 -57
  1340. package/chains/zksync/types/transaction.ts +0 -245
  1341. package/chains/zksync/utils/abi/encodeDeployData.ts +0 -120
  1342. package/chains/zksync/utils/assertEip712Request.ts +0 -19
  1343. package/chains/zksync/utils/assertEip712Transaction.ts +0 -36
  1344. package/chains/zksync/utils/getEip712Domain.ts +0 -85
  1345. package/chains/zksync/utils/hashBytecode.ts +0 -48
  1346. package/chains/zksync/utils/isEip712Transaction.ts +0 -18
  1347. /package/_cjs/{chains/celo → celo}/chainConfig.js +0 -0
  1348. /package/_cjs/{chains/celo → celo}/index.js +0 -0
  1349. /package/_cjs/{chains/celo → celo}/types.js +0 -0
  1350. /package/_cjs/{chains/opStack → op-stack}/abis.js +0 -0
  1351. /package/_cjs/{chains/opStack → op-stack}/actions/getGame.js +0 -0
  1352. /package/_cjs/{chains/opStack → op-stack}/actions/getTimeToNextGame.js +0 -0
  1353. /package/_cjs/{chains/opStack → op-stack}/actions/getTimeToProve.js +0 -0
  1354. /package/_cjs/{chains/opStack → op-stack}/actions/waitToProve.js +0 -0
  1355. /package/_cjs/{chains/opStack → op-stack}/chainConfig.js +0 -0
  1356. /package/_cjs/{chains/opStack → op-stack}/contracts.js +0 -0
  1357. /package/_cjs/{chains/opStack → op-stack}/decorators/publicL1.js +0 -0
  1358. /package/_cjs/{chains/opStack → op-stack}/decorators/publicL2.js +0 -0
  1359. /package/_cjs/{chains/opStack → op-stack}/decorators/walletL1.js +0 -0
  1360. /package/_cjs/{chains/opStack → op-stack}/decorators/walletL2.js +0 -0
  1361. /package/_cjs/{chains/opStack → op-stack}/index.js +0 -0
  1362. /package/_cjs/{chains/opStack → op-stack}/types/block.js +0 -0
  1363. /package/_cjs/{chains/opStack → op-stack}/types/chain.js +0 -0
  1364. /package/_cjs/{chains/opStack → op-stack}/types/contract.js +0 -0
  1365. /package/_cjs/{chains/opStack → op-stack}/types/deposit.js +0 -0
  1366. /package/_cjs/{chains/opStack → op-stack}/types/transaction.js +0 -0
  1367. /package/_cjs/{chains/opStack → op-stack}/types/withdrawal.js +0 -0
  1368. /package/_cjs/{chains/opStack → op-stack}/utils/getL2TransactionHashes.js +0 -0
  1369. /package/_cjs/{chains/opStack → op-stack}/utils/getWithdrawals.js +0 -0
  1370. /package/_cjs/{chains/zksync → zksync}/actions/deployContract.js +0 -0
  1371. /package/_cjs/{chains/zksync → zksync}/chainConfig.js +0 -0
  1372. /package/_cjs/{chains/zksync → zksync}/constants/abis.js +0 -0
  1373. /package/_cjs/{chains/zksync → zksync}/constants/address.js +0 -0
  1374. /package/_cjs/{chains/zksync → zksync}/constants/contract.js +0 -0
  1375. /package/_cjs/{chains/zksync → zksync}/index.js +0 -0
  1376. /package/_cjs/{chains/zksync → zksync}/types/block.js +0 -0
  1377. /package/_cjs/{chains/zksync → zksync}/types/chain.js +0 -0
  1378. /package/_cjs/{chains/zksync → zksync}/types/contract.js +0 -0
  1379. /package/_cjs/{chains/zksync → zksync}/types/eip712.js +0 -0
  1380. /package/_cjs/{chains/zksync → zksync}/types/fee.js +0 -0
  1381. /package/_cjs/{chains/zksync → zksync}/types/log.js +0 -0
  1382. /package/_cjs/{chains/zksync → zksync}/types/transaction.js +0 -0
  1383. /package/_cjs/{chains/zksync → zksync}/utils/isEip712Transaction.js +0 -0
  1384. /package/_esm/{chains/celo → celo}/chainConfig.js +0 -0
  1385. /package/_esm/{chains/celo → celo}/index.js +0 -0
  1386. /package/_esm/{chains/celo → celo}/types.js +0 -0
  1387. /package/_esm/{chains/opStack → op-stack}/abis.js +0 -0
  1388. /package/_esm/{chains/opStack → op-stack}/actions/getGame.js +0 -0
  1389. /package/_esm/{chains/opStack → op-stack}/actions/getTimeToNextGame.js +0 -0
  1390. /package/_esm/{chains/opStack → op-stack}/actions/getTimeToProve.js +0 -0
  1391. /package/_esm/{chains/opStack → op-stack}/actions/waitToProve.js +0 -0
  1392. /package/_esm/{chains/opStack → op-stack}/chainConfig.js +0 -0
  1393. /package/_esm/{chains/opStack → op-stack}/contracts.js +0 -0
  1394. /package/_esm/{chains/opStack → op-stack}/decorators/publicL1.js +0 -0
  1395. /package/_esm/{chains/opStack → op-stack}/decorators/publicL2.js +0 -0
  1396. /package/_esm/{chains/opStack → op-stack}/decorators/walletL1.js +0 -0
  1397. /package/_esm/{chains/opStack → op-stack}/decorators/walletL2.js +0 -0
  1398. /package/_esm/{chains/opStack → op-stack}/types/block.js +0 -0
  1399. /package/_esm/{chains/opStack → op-stack}/types/chain.js +0 -0
  1400. /package/_esm/{chains/opStack → op-stack}/types/contract.js +0 -0
  1401. /package/_esm/{chains/opStack → op-stack}/types/deposit.js +0 -0
  1402. /package/_esm/{chains/opStack → op-stack}/types/transaction.js +0 -0
  1403. /package/_esm/{chains/opStack → op-stack}/types/withdrawal.js +0 -0
  1404. /package/_esm/{chains/opStack → op-stack}/utils/getL2TransactionHashes.js +0 -0
  1405. /package/_esm/{chains/opStack → op-stack}/utils/getWithdrawals.js +0 -0
  1406. /package/_esm/{chains/zksync → zksync}/actions/deployContract.js +0 -0
  1407. /package/_esm/{chains/zksync → zksync}/chainConfig.js +0 -0
  1408. /package/_esm/{chains/zksync → zksync}/constants/abis.js +0 -0
  1409. /package/_esm/{chains/zksync → zksync}/constants/address.js +0 -0
  1410. /package/_esm/{chains/zksync → zksync}/constants/contract.js +0 -0
  1411. /package/_esm/{chains/zksync → zksync}/index.js +0 -0
  1412. /package/_esm/{chains/zksync → zksync}/types/block.js +0 -0
  1413. /package/_esm/{chains/zksync → zksync}/types/chain.js +0 -0
  1414. /package/_esm/{chains/zksync → zksync}/types/contract.js +0 -0
  1415. /package/_esm/{chains/zksync → zksync}/types/eip712.js +0 -0
  1416. /package/_esm/{chains/zksync → zksync}/types/fee.js +0 -0
  1417. /package/_esm/{chains/zksync → zksync}/types/log.js +0 -0
  1418. /package/_esm/{chains/zksync → zksync}/types/transaction.js +0 -0
  1419. /package/_esm/{chains/zksync → zksync}/utils/isEip712Transaction.js +0 -0
  1420. /package/_types/{chains/celo → celo}/index.d.ts +0 -0
  1421. /package/_types/{chains/celo → celo}/utils.d.ts +0 -0
  1422. /package/_types/{chains/opStack → op-stack}/abis.d.ts +0 -0
  1423. /package/_types/{chains/opStack → op-stack}/contracts.d.ts +0 -0
  1424. /package/_types/{chains/zksync → zksync}/constants/abis.d.ts +0 -0
  1425. /package/_types/{chains/zksync → zksync}/constants/address.d.ts +0 -0
  1426. /package/_types/{chains/zksync → zksync}/constants/contract.d.ts +0 -0
  1427. /package/_types/{chains/zksync → zksync}/constants/number.d.ts +0 -0
  1428. /package/_types/{chains/zksync → zksync}/index.d.ts +0 -0
  1429. /package/_types/{chains/zksync → zksync}/types/contract.d.ts +0 -0
  1430. /package/_types/{chains/zksync → zksync}/types/fee.d.ts +0 -0
  1431. /package/_types/{chains/zksync → zksync}/utils/getEip712Domain.d.ts +0 -0
  1432. /package/{chains/celo → celo}/chainConfig.ts +0 -0
  1433. /package/{chains/celo → celo}/index.ts +0 -0
  1434. /package/{chains/opStack → op-stack}/abis.ts +0 -0
  1435. /package/{chains/opStack → op-stack}/chainConfig.ts +0 -0
  1436. /package/{chains/zksync → zksync}/chainConfig.ts +0 -0
  1437. /package/{chains/zksync → zksync}/constants/abis.ts +0 -0
  1438. /package/{chains/zksync → zksync}/constants/address.ts +0 -0
  1439. /package/{chains/zksync → zksync}/constants/contract.ts +0 -0
  1440. /package/{chains/zksync → zksync}/index.ts +0 -0
  1441. /package/{chains/zksync → zksync}/types/contract.ts +0 -0
  1442. /package/{chains/zksync → zksync}/types/fee.ts +0 -0
@@ -0,0 +1,2104 @@
1
+ import type { Hash } from '../types/misc.js';
2
+ import type { CeloBlockOverrides, CeloRpcTransaction, CeloTransaction } from './types.js';
3
+ export declare const formatters: {
4
+ readonly block: {
5
+ exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
6
+ format: (args: import("../types/utils.js").Assign<import("../index.js").ExactPartial<import("../types/rpc.js").RpcBlock>, CeloBlockOverrides & {
7
+ transactions: Hash[] | CeloRpcTransaction[];
8
+ }>) => {
9
+ baseFeePerGas: bigint | null;
10
+ blobGasUsed: bigint;
11
+ difficulty: bigint;
12
+ excessBlobGas: bigint;
13
+ extraData: `0x${string}`;
14
+ gasLimit: bigint;
15
+ gasUsed: bigint;
16
+ hash: `0x${string}` | null;
17
+ logsBloom: `0x${string}` | null;
18
+ miner: `0x${string}`;
19
+ mixHash: `0x${string}`;
20
+ nonce: `0x${string}` | null;
21
+ number: bigint | null;
22
+ parentHash: `0x${string}`;
23
+ receiptsRoot: `0x${string}`;
24
+ sealFields: `0x${string}`[];
25
+ sha3Uncles: `0x${string}`;
26
+ size: bigint;
27
+ stateRoot: `0x${string}`;
28
+ timestamp: bigint;
29
+ totalDifficulty: bigint | null;
30
+ transactions: Hash[] | CeloTransaction[];
31
+ transactionsRoot: `0x${string}`;
32
+ uncles: `0x${string}`[];
33
+ withdrawals?: import("../index.js").Withdrawal[] | undefined;
34
+ withdrawalsRoot?: `0x${string}` | undefined;
35
+ randomness: {
36
+ committed: `0x${string}`;
37
+ revealed: `0x${string}`;
38
+ };
39
+ } & {
40
+ nonce: never;
41
+ difficulty: never;
42
+ gasLimit: never;
43
+ mixHash: never;
44
+ uncles: never;
45
+ };
46
+ type: "block";
47
+ };
48
+ readonly transaction: {
49
+ exclude: [] | undefined;
50
+ format: (args: ({
51
+ r?: `0x${string}`;
52
+ s?: `0x${string}`;
53
+ v?: `0x${string}`;
54
+ yParity?: `0x${string}` | undefined;
55
+ gasPrice?: `0x${string}` | undefined;
56
+ maxFeePerBlobGas?: `0x${string}` | undefined;
57
+ maxFeePerGas?: `0x${string}` | undefined;
58
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
59
+ to?: `0x${string}` | null;
60
+ from?: `0x${string}`;
61
+ gas?: `0x${string}`;
62
+ nonce?: `0x${string}`;
63
+ value?: `0x${string}`;
64
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
65
+ accessList?: undefined;
66
+ blockHash?: `0x${string}` | null;
67
+ blockNumber?: `0x${string}` | null;
68
+ hash?: `0x${string}`;
69
+ input?: `0x${string}`;
70
+ transactionIndex?: `0x${string}` | null;
71
+ blobVersionedHashes?: undefined;
72
+ chainId?: `0x${string}` | undefined;
73
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
74
+ r: `0x${string}`;
75
+ s: `0x${string}`;
76
+ v: `0x${string}`;
77
+ to: `0x${string}` | null;
78
+ from: `0x${string}`;
79
+ gas: `0x${string}`;
80
+ nonce: `0x${string}`;
81
+ value: `0x${string}`;
82
+ blockHash: `0x${string}` | null;
83
+ blockNumber: `0x${string}` | null;
84
+ hash: `0x${string}`;
85
+ input: `0x${string}`;
86
+ transactionIndex: `0x${string}` | null;
87
+ typeHex: `0x${string}` | null;
88
+ gasPrice: `0x${string}`;
89
+ maxFeePerBlobGas?: undefined;
90
+ maxFeePerGas?: undefined;
91
+ maxPriorityFeePerGas?: undefined;
92
+ accessList?: undefined;
93
+ blobVersionedHashes?: undefined;
94
+ chainId?: `0x${string}` | undefined;
95
+ yParity?: undefined;
96
+ type: "0x0";
97
+ }, "yParity">, "typeHex"> & {
98
+ feeCurrency: `0x${string}` | null;
99
+ gatewayFee: `0x${string}` | null;
100
+ gatewayFeeRecipient: `0x${string}` | null;
101
+ }) | ({
102
+ r?: `0x${string}`;
103
+ s?: `0x${string}`;
104
+ v?: `0x${string}`;
105
+ yParity?: `0x${string}` | undefined;
106
+ gasPrice?: `0x${string}` | undefined;
107
+ maxFeePerBlobGas?: `0x${string}` | undefined;
108
+ maxFeePerGas?: `0x${string}` | undefined;
109
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
110
+ to?: `0x${string}` | null;
111
+ from?: `0x${string}`;
112
+ gas?: `0x${string}`;
113
+ nonce?: `0x${string}`;
114
+ value?: `0x${string}`;
115
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
116
+ accessList?: undefined;
117
+ blockHash?: `0x${string}` | null;
118
+ blockNumber?: `0x${string}` | null;
119
+ hash?: `0x${string}`;
120
+ input?: `0x${string}`;
121
+ transactionIndex?: `0x${string}` | null;
122
+ blobVersionedHashes?: undefined;
123
+ chainId?: `0x${string}` | undefined;
124
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
125
+ feeCurrency: `0x${string}` | null;
126
+ gatewayFee: `0x${string}` | null;
127
+ gatewayFeeRecipient: `0x${string}` | null;
128
+ type: "0x7c";
129
+ }) | ({
130
+ r?: `0x${string}`;
131
+ s?: `0x${string}`;
132
+ v?: `0x${string}`;
133
+ yParity?: `0x${string}` | undefined;
134
+ gasPrice?: `0x${string}` | undefined;
135
+ maxFeePerBlobGas?: `0x${string}` | undefined;
136
+ maxFeePerGas?: `0x${string}` | undefined;
137
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
138
+ to?: `0x${string}` | null;
139
+ from?: `0x${string}`;
140
+ gas?: `0x${string}`;
141
+ nonce?: `0x${string}`;
142
+ value?: `0x${string}`;
143
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
144
+ accessList?: undefined;
145
+ blockHash?: `0x${string}` | null;
146
+ blockNumber?: `0x${string}` | null;
147
+ hash?: `0x${string}`;
148
+ input?: `0x${string}`;
149
+ transactionIndex?: `0x${string}` | null;
150
+ blobVersionedHashes?: undefined;
151
+ chainId?: `0x${string}` | undefined;
152
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
153
+ feeCurrency: `0x${string}` | null;
154
+ gatewayFee?: undefined;
155
+ gatewayFeeRecipient?: undefined;
156
+ type: "0x7b";
157
+ }) | ({
158
+ r?: `0x${string}`;
159
+ s?: `0x${string}`;
160
+ v?: `0x${string}`;
161
+ yParity?: `0x${string}` | undefined;
162
+ gasPrice?: `0x${string}` | undefined;
163
+ maxFeePerBlobGas?: `0x${string}` | undefined;
164
+ maxFeePerGas?: `0x${string}` | undefined;
165
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
166
+ to?: `0x${string}` | null;
167
+ from?: `0x${string}`;
168
+ gas?: `0x${string}`;
169
+ nonce?: `0x${string}`;
170
+ value?: `0x${string}`;
171
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
172
+ accessList?: import("../index.js").AccessList | undefined;
173
+ blockHash?: `0x${string}` | null;
174
+ blockNumber?: `0x${string}` | null;
175
+ hash?: `0x${string}`;
176
+ input?: `0x${string}`;
177
+ transactionIndex?: `0x${string}` | null;
178
+ blobVersionedHashes?: undefined;
179
+ chainId?: `0x${string}` | undefined;
180
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
181
+ r: `0x${string}`;
182
+ s: `0x${string}`;
183
+ v: `0x${string}`;
184
+ to: `0x${string}` | null;
185
+ from: `0x${string}`;
186
+ gas: `0x${string}`;
187
+ nonce: `0x${string}`;
188
+ value: `0x${string}`;
189
+ blockHash: `0x${string}` | null;
190
+ blockNumber: `0x${string}` | null;
191
+ hash: `0x${string}`;
192
+ input: `0x${string}`;
193
+ transactionIndex: `0x${string}` | null;
194
+ typeHex: `0x${string}` | null;
195
+ gasPrice: `0x${string}`;
196
+ maxFeePerBlobGas?: undefined;
197
+ maxFeePerGas?: undefined;
198
+ maxPriorityFeePerGas?: undefined;
199
+ accessList?: undefined;
200
+ blobVersionedHashes?: undefined;
201
+ chainId?: `0x${string}` | undefined;
202
+ yParity?: undefined;
203
+ type: "0x0";
204
+ }, "yParity">, "typeHex"> & {
205
+ feeCurrency: `0x${string}` | null;
206
+ gatewayFee: `0x${string}` | null;
207
+ gatewayFeeRecipient: `0x${string}` | null;
208
+ }) | ({
209
+ r?: `0x${string}`;
210
+ s?: `0x${string}`;
211
+ v?: `0x${string}`;
212
+ yParity?: `0x${string}` | undefined;
213
+ gasPrice?: `0x${string}` | undefined;
214
+ maxFeePerBlobGas?: `0x${string}` | undefined;
215
+ maxFeePerGas?: `0x${string}` | undefined;
216
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
217
+ to?: `0x${string}` | null;
218
+ from?: `0x${string}`;
219
+ gas?: `0x${string}`;
220
+ nonce?: `0x${string}`;
221
+ value?: `0x${string}`;
222
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
223
+ accessList?: import("../index.js").AccessList | undefined;
224
+ blockHash?: `0x${string}` | null;
225
+ blockNumber?: `0x${string}` | null;
226
+ hash?: `0x${string}`;
227
+ input?: `0x${string}`;
228
+ transactionIndex?: `0x${string}` | null;
229
+ blobVersionedHashes?: undefined;
230
+ chainId?: `0x${string}` | undefined;
231
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
232
+ blockHash: `0x${string}` | null;
233
+ blockNumber: `0x${string}` | null;
234
+ from: `0x${string}`;
235
+ gas: `0x${string}`;
236
+ hash: `0x${string}`;
237
+ input: `0x${string}`;
238
+ nonce: `0x${string}`;
239
+ r: `0x${string}`;
240
+ s: `0x${string}`;
241
+ to: `0x${string}` | null;
242
+ transactionIndex: `0x${string}` | null;
243
+ typeHex: `0x${string}` | null;
244
+ v: `0x${string}`;
245
+ value: `0x${string}`;
246
+ yParity: `0x${string}`;
247
+ gasPrice: `0x${string}`;
248
+ maxFeePerBlobGas?: undefined;
249
+ maxFeePerGas?: undefined;
250
+ maxPriorityFeePerGas?: undefined;
251
+ accessList: import("../index.js").AccessList;
252
+ blobVersionedHashes?: undefined;
253
+ chainId: `0x${string}`;
254
+ type: "0x1";
255
+ }, "yParity">, "typeHex"> & {
256
+ feeCurrency: `0x${string}` | null;
257
+ gatewayFee: `0x${string}` | null;
258
+ gatewayFeeRecipient: `0x${string}` | null;
259
+ }) | ({
260
+ r?: `0x${string}`;
261
+ s?: `0x${string}`;
262
+ v?: `0x${string}`;
263
+ yParity?: `0x${string}` | undefined;
264
+ gasPrice?: `0x${string}` | undefined;
265
+ maxFeePerBlobGas?: `0x${string}` | undefined;
266
+ maxFeePerGas?: `0x${string}` | undefined;
267
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
268
+ to?: `0x${string}` | null;
269
+ from?: `0x${string}`;
270
+ gas?: `0x${string}`;
271
+ nonce?: `0x${string}`;
272
+ value?: `0x${string}`;
273
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
274
+ accessList?: import("../index.js").AccessList | undefined;
275
+ blockHash?: `0x${string}` | null;
276
+ blockNumber?: `0x${string}` | null;
277
+ hash?: `0x${string}`;
278
+ input?: `0x${string}`;
279
+ transactionIndex?: `0x${string}` | null;
280
+ blobVersionedHashes?: undefined;
281
+ chainId?: `0x${string}` | undefined;
282
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
283
+ blockHash: `0x${string}` | null;
284
+ blockNumber: `0x${string}` | null;
285
+ from: `0x${string}`;
286
+ gas: `0x${string}`;
287
+ hash: `0x${string}`;
288
+ input: `0x${string}`;
289
+ nonce: `0x${string}`;
290
+ r: `0x${string}`;
291
+ s: `0x${string}`;
292
+ to: `0x${string}` | null;
293
+ transactionIndex: `0x${string}` | null;
294
+ typeHex: `0x${string}` | null;
295
+ v: `0x${string}`;
296
+ value: `0x${string}`;
297
+ yParity: `0x${string}`;
298
+ gasPrice?: undefined;
299
+ maxFeePerBlobGas?: undefined;
300
+ maxFeePerGas: `0x${string}`;
301
+ maxPriorityFeePerGas: `0x${string}`;
302
+ accessList: import("../index.js").AccessList;
303
+ blobVersionedHashes?: undefined;
304
+ chainId: `0x${string}`;
305
+ type: "0x2";
306
+ }, "yParity">, "typeHex"> & {
307
+ feeCurrency: `0x${string}` | null;
308
+ gatewayFee: `0x${string}` | null;
309
+ gatewayFeeRecipient: `0x${string}` | null;
310
+ }) | ({
311
+ r?: `0x${string}`;
312
+ s?: `0x${string}`;
313
+ v?: `0x${string}`;
314
+ yParity?: `0x${string}` | undefined;
315
+ gasPrice?: `0x${string}` | undefined;
316
+ maxFeePerBlobGas?: `0x${string}` | undefined;
317
+ maxFeePerGas?: `0x${string}` | undefined;
318
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
319
+ to?: `0x${string}` | null;
320
+ from?: `0x${string}`;
321
+ gas?: `0x${string}`;
322
+ nonce?: `0x${string}`;
323
+ value?: `0x${string}`;
324
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
325
+ accessList?: import("../index.js").AccessList | undefined;
326
+ blockHash?: `0x${string}` | null;
327
+ blockNumber?: `0x${string}` | null;
328
+ hash?: `0x${string}`;
329
+ input?: `0x${string}`;
330
+ transactionIndex?: `0x${string}` | null;
331
+ blobVersionedHashes?: undefined;
332
+ chainId?: `0x${string}` | undefined;
333
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
334
+ feeCurrency: `0x${string}` | null;
335
+ gatewayFee: `0x${string}` | null;
336
+ gatewayFeeRecipient: `0x${string}` | null;
337
+ type: "0x7c";
338
+ }) | ({
339
+ r?: `0x${string}`;
340
+ s?: `0x${string}`;
341
+ v?: `0x${string}`;
342
+ yParity?: `0x${string}` | undefined;
343
+ gasPrice?: `0x${string}` | undefined;
344
+ maxFeePerBlobGas?: `0x${string}` | undefined;
345
+ maxFeePerGas?: `0x${string}` | undefined;
346
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
347
+ to?: `0x${string}` | null;
348
+ from?: `0x${string}`;
349
+ gas?: `0x${string}`;
350
+ nonce?: `0x${string}`;
351
+ value?: `0x${string}`;
352
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
353
+ accessList?: import("../index.js").AccessList | undefined;
354
+ blockHash?: `0x${string}` | null;
355
+ blockNumber?: `0x${string}` | null;
356
+ hash?: `0x${string}`;
357
+ input?: `0x${string}`;
358
+ transactionIndex?: `0x${string}` | null;
359
+ blobVersionedHashes?: undefined;
360
+ chainId?: `0x${string}` | undefined;
361
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
362
+ feeCurrency: `0x${string}` | null;
363
+ gatewayFee?: undefined;
364
+ gatewayFeeRecipient?: undefined;
365
+ type: "0x7b";
366
+ }) | ({
367
+ r?: `0x${string}`;
368
+ s?: `0x${string}`;
369
+ v?: `0x${string}`;
370
+ yParity?: `0x${string}` | undefined;
371
+ gasPrice?: `0x${string}` | undefined;
372
+ maxFeePerBlobGas?: `0x${string}` | undefined;
373
+ maxFeePerGas?: `0x${string}` | undefined;
374
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
375
+ to?: `0x${string}` | null;
376
+ from?: `0x${string}`;
377
+ gas?: `0x${string}`;
378
+ nonce?: `0x${string}`;
379
+ value?: `0x${string}`;
380
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
381
+ accessList?: import("../index.js").AccessList | undefined;
382
+ blockHash?: `0x${string}` | null;
383
+ blockNumber?: `0x${string}` | null;
384
+ hash?: `0x${string}`;
385
+ input?: `0x${string}`;
386
+ transactionIndex?: `0x${string}` | null;
387
+ blobVersionedHashes?: undefined;
388
+ chainId?: `0x${string}` | undefined;
389
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
390
+ r: `0x${string}`;
391
+ s: `0x${string}`;
392
+ v: `0x${string}`;
393
+ to: `0x${string}` | null;
394
+ from: `0x${string}`;
395
+ gas: `0x${string}`;
396
+ nonce: `0x${string}`;
397
+ value: `0x${string}`;
398
+ blockHash: `0x${string}` | null;
399
+ blockNumber: `0x${string}` | null;
400
+ hash: `0x${string}`;
401
+ input: `0x${string}`;
402
+ transactionIndex: `0x${string}` | null;
403
+ typeHex: `0x${string}` | null;
404
+ gasPrice: `0x${string}`;
405
+ maxFeePerBlobGas?: undefined;
406
+ maxFeePerGas?: undefined;
407
+ maxPriorityFeePerGas?: undefined;
408
+ accessList?: undefined;
409
+ blobVersionedHashes?: undefined;
410
+ chainId?: `0x${string}` | undefined;
411
+ yParity?: undefined;
412
+ type: "0x0";
413
+ }, "yParity">, "typeHex"> & {
414
+ feeCurrency: `0x${string}` | null;
415
+ gatewayFee: `0x${string}` | null;
416
+ gatewayFeeRecipient: `0x${string}` | null;
417
+ }) | ({
418
+ r?: `0x${string}`;
419
+ s?: `0x${string}`;
420
+ v?: `0x${string}`;
421
+ yParity?: `0x${string}` | undefined;
422
+ gasPrice?: `0x${string}` | undefined;
423
+ maxFeePerBlobGas?: `0x${string}` | undefined;
424
+ maxFeePerGas?: `0x${string}` | undefined;
425
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
426
+ to?: `0x${string}` | null;
427
+ from?: `0x${string}`;
428
+ gas?: `0x${string}`;
429
+ nonce?: `0x${string}`;
430
+ value?: `0x${string}`;
431
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
432
+ accessList?: import("../index.js").AccessList | undefined;
433
+ blockHash?: `0x${string}` | null;
434
+ blockNumber?: `0x${string}` | null;
435
+ hash?: `0x${string}`;
436
+ input?: `0x${string}`;
437
+ transactionIndex?: `0x${string}` | null;
438
+ blobVersionedHashes?: undefined;
439
+ chainId?: `0x${string}` | undefined;
440
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
441
+ blockHash: `0x${string}` | null;
442
+ blockNumber: `0x${string}` | null;
443
+ from: `0x${string}`;
444
+ gas: `0x${string}`;
445
+ hash: `0x${string}`;
446
+ input: `0x${string}`;
447
+ nonce: `0x${string}`;
448
+ r: `0x${string}`;
449
+ s: `0x${string}`;
450
+ to: `0x${string}` | null;
451
+ transactionIndex: `0x${string}` | null;
452
+ typeHex: `0x${string}` | null;
453
+ v: `0x${string}`;
454
+ value: `0x${string}`;
455
+ yParity: `0x${string}`;
456
+ gasPrice: `0x${string}`;
457
+ maxFeePerBlobGas?: undefined;
458
+ maxFeePerGas?: undefined;
459
+ maxPriorityFeePerGas?: undefined;
460
+ accessList: import("../index.js").AccessList;
461
+ blobVersionedHashes?: undefined;
462
+ chainId: `0x${string}`;
463
+ type: "0x1";
464
+ }, "yParity">, "typeHex"> & {
465
+ feeCurrency: `0x${string}` | null;
466
+ gatewayFee: `0x${string}` | null;
467
+ gatewayFeeRecipient: `0x${string}` | null;
468
+ }) | ({
469
+ r?: `0x${string}`;
470
+ s?: `0x${string}`;
471
+ v?: `0x${string}`;
472
+ yParity?: `0x${string}` | undefined;
473
+ gasPrice?: `0x${string}` | undefined;
474
+ maxFeePerBlobGas?: `0x${string}` | undefined;
475
+ maxFeePerGas?: `0x${string}` | undefined;
476
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
477
+ to?: `0x${string}` | null;
478
+ from?: `0x${string}`;
479
+ gas?: `0x${string}`;
480
+ nonce?: `0x${string}`;
481
+ value?: `0x${string}`;
482
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
483
+ accessList?: import("../index.js").AccessList | undefined;
484
+ blockHash?: `0x${string}` | null;
485
+ blockNumber?: `0x${string}` | null;
486
+ hash?: `0x${string}`;
487
+ input?: `0x${string}`;
488
+ transactionIndex?: `0x${string}` | null;
489
+ blobVersionedHashes?: undefined;
490
+ chainId?: `0x${string}` | undefined;
491
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
492
+ blockHash: `0x${string}` | null;
493
+ blockNumber: `0x${string}` | null;
494
+ from: `0x${string}`;
495
+ gas: `0x${string}`;
496
+ hash: `0x${string}`;
497
+ input: `0x${string}`;
498
+ nonce: `0x${string}`;
499
+ r: `0x${string}`;
500
+ s: `0x${string}`;
501
+ to: `0x${string}` | null;
502
+ transactionIndex: `0x${string}` | null;
503
+ typeHex: `0x${string}` | null;
504
+ v: `0x${string}`;
505
+ value: `0x${string}`;
506
+ yParity: `0x${string}`;
507
+ gasPrice?: undefined;
508
+ maxFeePerBlobGas?: undefined;
509
+ maxFeePerGas: `0x${string}`;
510
+ maxPriorityFeePerGas: `0x${string}`;
511
+ accessList: import("../index.js").AccessList;
512
+ blobVersionedHashes?: undefined;
513
+ chainId: `0x${string}`;
514
+ type: "0x2";
515
+ }, "yParity">, "typeHex"> & {
516
+ feeCurrency: `0x${string}` | null;
517
+ gatewayFee: `0x${string}` | null;
518
+ gatewayFeeRecipient: `0x${string}` | null;
519
+ }) | ({
520
+ r?: `0x${string}`;
521
+ s?: `0x${string}`;
522
+ v?: `0x${string}`;
523
+ yParity?: `0x${string}` | undefined;
524
+ gasPrice?: `0x${string}` | undefined;
525
+ maxFeePerBlobGas?: `0x${string}` | undefined;
526
+ maxFeePerGas?: `0x${string}` | undefined;
527
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
528
+ to?: `0x${string}` | null;
529
+ from?: `0x${string}`;
530
+ gas?: `0x${string}`;
531
+ nonce?: `0x${string}`;
532
+ value?: `0x${string}`;
533
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
534
+ accessList?: import("../index.js").AccessList | undefined;
535
+ blockHash?: `0x${string}` | null;
536
+ blockNumber?: `0x${string}` | null;
537
+ hash?: `0x${string}`;
538
+ input?: `0x${string}`;
539
+ transactionIndex?: `0x${string}` | null;
540
+ blobVersionedHashes?: undefined;
541
+ chainId?: `0x${string}` | undefined;
542
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
543
+ feeCurrency: `0x${string}` | null;
544
+ gatewayFee: `0x${string}` | null;
545
+ gatewayFeeRecipient: `0x${string}` | null;
546
+ type: "0x7c";
547
+ }) | ({
548
+ r?: `0x${string}`;
549
+ s?: `0x${string}`;
550
+ v?: `0x${string}`;
551
+ yParity?: `0x${string}` | undefined;
552
+ gasPrice?: `0x${string}` | undefined;
553
+ maxFeePerBlobGas?: `0x${string}` | undefined;
554
+ maxFeePerGas?: `0x${string}` | undefined;
555
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
556
+ to?: `0x${string}` | null;
557
+ from?: `0x${string}`;
558
+ gas?: `0x${string}`;
559
+ nonce?: `0x${string}`;
560
+ value?: `0x${string}`;
561
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
562
+ accessList?: import("../index.js").AccessList | undefined;
563
+ blockHash?: `0x${string}` | null;
564
+ blockNumber?: `0x${string}` | null;
565
+ hash?: `0x${string}`;
566
+ input?: `0x${string}`;
567
+ transactionIndex?: `0x${string}` | null;
568
+ blobVersionedHashes?: undefined;
569
+ chainId?: `0x${string}` | undefined;
570
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
571
+ feeCurrency: `0x${string}` | null;
572
+ gatewayFee?: undefined;
573
+ gatewayFeeRecipient?: undefined;
574
+ type: "0x7b";
575
+ }) | ({
576
+ r?: `0x${string}`;
577
+ s?: `0x${string}`;
578
+ v?: `0x${string}`;
579
+ yParity?: `0x${string}` | undefined;
580
+ gasPrice?: `0x${string}` | undefined;
581
+ maxFeePerBlobGas?: `0x${string}` | undefined;
582
+ maxFeePerGas?: `0x${string}` | undefined;
583
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
584
+ to?: `0x${string}` | null;
585
+ from?: `0x${string}`;
586
+ gas?: `0x${string}`;
587
+ nonce?: `0x${string}`;
588
+ value?: `0x${string}`;
589
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
590
+ accessList?: import("../index.js").AccessList | undefined;
591
+ blockHash?: `0x${string}` | null;
592
+ blockNumber?: `0x${string}` | null;
593
+ hash?: `0x${string}`;
594
+ input?: `0x${string}`;
595
+ transactionIndex?: `0x${string}` | null;
596
+ blobVersionedHashes?: `0x${string}`[] | undefined;
597
+ chainId?: `0x${string}` | undefined;
598
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
599
+ r: `0x${string}`;
600
+ s: `0x${string}`;
601
+ v: `0x${string}`;
602
+ to: `0x${string}` | null;
603
+ from: `0x${string}`;
604
+ gas: `0x${string}`;
605
+ nonce: `0x${string}`;
606
+ value: `0x${string}`;
607
+ blockHash: `0x${string}` | null;
608
+ blockNumber: `0x${string}` | null;
609
+ hash: `0x${string}`;
610
+ input: `0x${string}`;
611
+ transactionIndex: `0x${string}` | null;
612
+ typeHex: `0x${string}` | null;
613
+ gasPrice: `0x${string}`;
614
+ maxFeePerBlobGas?: undefined;
615
+ maxFeePerGas?: undefined;
616
+ maxPriorityFeePerGas?: undefined;
617
+ accessList?: undefined;
618
+ blobVersionedHashes?: undefined;
619
+ chainId?: `0x${string}` | undefined;
620
+ yParity?: undefined;
621
+ type: "0x0";
622
+ }, "yParity">, "typeHex"> & {
623
+ feeCurrency: `0x${string}` | null;
624
+ gatewayFee: `0x${string}` | null;
625
+ gatewayFeeRecipient: `0x${string}` | null;
626
+ }) | ({
627
+ r?: `0x${string}`;
628
+ s?: `0x${string}`;
629
+ v?: `0x${string}`;
630
+ yParity?: `0x${string}` | undefined;
631
+ gasPrice?: `0x${string}` | undefined;
632
+ maxFeePerBlobGas?: `0x${string}` | undefined;
633
+ maxFeePerGas?: `0x${string}` | undefined;
634
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
635
+ to?: `0x${string}` | null;
636
+ from?: `0x${string}`;
637
+ gas?: `0x${string}`;
638
+ nonce?: `0x${string}`;
639
+ value?: `0x${string}`;
640
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
641
+ accessList?: import("../index.js").AccessList | undefined;
642
+ blockHash?: `0x${string}` | null;
643
+ blockNumber?: `0x${string}` | null;
644
+ hash?: `0x${string}`;
645
+ input?: `0x${string}`;
646
+ transactionIndex?: `0x${string}` | null;
647
+ blobVersionedHashes?: `0x${string}`[] | undefined;
648
+ chainId?: `0x${string}` | undefined;
649
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
650
+ blockHash: `0x${string}` | null;
651
+ blockNumber: `0x${string}` | null;
652
+ from: `0x${string}`;
653
+ gas: `0x${string}`;
654
+ hash: `0x${string}`;
655
+ input: `0x${string}`;
656
+ nonce: `0x${string}`;
657
+ r: `0x${string}`;
658
+ s: `0x${string}`;
659
+ to: `0x${string}` | null;
660
+ transactionIndex: `0x${string}` | null;
661
+ typeHex: `0x${string}` | null;
662
+ v: `0x${string}`;
663
+ value: `0x${string}`;
664
+ yParity: `0x${string}`;
665
+ gasPrice: `0x${string}`;
666
+ maxFeePerBlobGas?: undefined;
667
+ maxFeePerGas?: undefined;
668
+ maxPriorityFeePerGas?: undefined;
669
+ accessList: import("../index.js").AccessList;
670
+ blobVersionedHashes?: undefined;
671
+ chainId: `0x${string}`;
672
+ type: "0x1";
673
+ }, "yParity">, "typeHex"> & {
674
+ feeCurrency: `0x${string}` | null;
675
+ gatewayFee: `0x${string}` | null;
676
+ gatewayFeeRecipient: `0x${string}` | null;
677
+ }) | ({
678
+ r?: `0x${string}`;
679
+ s?: `0x${string}`;
680
+ v?: `0x${string}`;
681
+ yParity?: `0x${string}` | undefined;
682
+ gasPrice?: `0x${string}` | undefined;
683
+ maxFeePerBlobGas?: `0x${string}` | undefined;
684
+ maxFeePerGas?: `0x${string}` | undefined;
685
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
686
+ to?: `0x${string}` | null;
687
+ from?: `0x${string}`;
688
+ gas?: `0x${string}`;
689
+ nonce?: `0x${string}`;
690
+ value?: `0x${string}`;
691
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
692
+ accessList?: import("../index.js").AccessList | undefined;
693
+ blockHash?: `0x${string}` | null;
694
+ blockNumber?: `0x${string}` | null;
695
+ hash?: `0x${string}`;
696
+ input?: `0x${string}`;
697
+ transactionIndex?: `0x${string}` | null;
698
+ blobVersionedHashes?: `0x${string}`[] | undefined;
699
+ chainId?: `0x${string}` | undefined;
700
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
701
+ blockHash: `0x${string}` | null;
702
+ blockNumber: `0x${string}` | null;
703
+ from: `0x${string}`;
704
+ gas: `0x${string}`;
705
+ hash: `0x${string}`;
706
+ input: `0x${string}`;
707
+ nonce: `0x${string}`;
708
+ r: `0x${string}`;
709
+ s: `0x${string}`;
710
+ to: `0x${string}` | null;
711
+ transactionIndex: `0x${string}` | null;
712
+ typeHex: `0x${string}` | null;
713
+ v: `0x${string}`;
714
+ value: `0x${string}`;
715
+ yParity: `0x${string}`;
716
+ gasPrice?: undefined;
717
+ maxFeePerBlobGas?: undefined;
718
+ maxFeePerGas: `0x${string}`;
719
+ maxPriorityFeePerGas: `0x${string}`;
720
+ accessList: import("../index.js").AccessList;
721
+ blobVersionedHashes?: undefined;
722
+ chainId: `0x${string}`;
723
+ type: "0x2";
724
+ }, "yParity">, "typeHex"> & {
725
+ feeCurrency: `0x${string}` | null;
726
+ gatewayFee: `0x${string}` | null;
727
+ gatewayFeeRecipient: `0x${string}` | null;
728
+ }) | ({
729
+ r?: `0x${string}`;
730
+ s?: `0x${string}`;
731
+ v?: `0x${string}`;
732
+ yParity?: `0x${string}` | undefined;
733
+ gasPrice?: `0x${string}` | undefined;
734
+ maxFeePerBlobGas?: `0x${string}` | undefined;
735
+ maxFeePerGas?: `0x${string}` | undefined;
736
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
737
+ to?: `0x${string}` | null;
738
+ from?: `0x${string}`;
739
+ gas?: `0x${string}`;
740
+ nonce?: `0x${string}`;
741
+ value?: `0x${string}`;
742
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
743
+ accessList?: import("../index.js").AccessList | undefined;
744
+ blockHash?: `0x${string}` | null;
745
+ blockNumber?: `0x${string}` | null;
746
+ hash?: `0x${string}`;
747
+ input?: `0x${string}`;
748
+ transactionIndex?: `0x${string}` | null;
749
+ blobVersionedHashes?: `0x${string}`[] | undefined;
750
+ chainId?: `0x${string}` | undefined;
751
+ } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
752
+ blockHash: `0x${string}` | null;
753
+ blockNumber: `0x${string}` | null;
754
+ from: `0x${string}`;
755
+ gas: `0x${string}`;
756
+ hash: `0x${string}`;
757
+ input: `0x${string}`;
758
+ nonce: `0x${string}`;
759
+ r: `0x${string}`;
760
+ s: `0x${string}`;
761
+ to: `0x${string}` | null;
762
+ transactionIndex: `0x${string}` | null;
763
+ typeHex: `0x${string}` | null;
764
+ v: `0x${string}`;
765
+ value: `0x${string}`;
766
+ yParity: `0x${string}`;
767
+ gasPrice?: undefined;
768
+ maxFeePerBlobGas: `0x${string}`;
769
+ maxFeePerGas: `0x${string}`;
770
+ maxPriorityFeePerGas: `0x${string}`;
771
+ accessList: import("../index.js").AccessList;
772
+ blobVersionedHashes: `0x${string}`[];
773
+ chainId: `0x${string}`;
774
+ type: "0x3";
775
+ }, "yParity">, "typeHex"> & {
776
+ feeCurrency: `0x${string}` | null;
777
+ gatewayFee: `0x${string}` | null;
778
+ gatewayFeeRecipient: `0x${string}` | null;
779
+ }) | ({
780
+ r?: `0x${string}`;
781
+ s?: `0x${string}`;
782
+ v?: `0x${string}`;
783
+ yParity?: `0x${string}` | undefined;
784
+ gasPrice?: `0x${string}` | undefined;
785
+ maxFeePerBlobGas?: `0x${string}` | undefined;
786
+ maxFeePerGas?: `0x${string}` | undefined;
787
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
788
+ to?: `0x${string}` | null;
789
+ from?: `0x${string}`;
790
+ gas?: `0x${string}`;
791
+ nonce?: `0x${string}`;
792
+ value?: `0x${string}`;
793
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
794
+ accessList?: import("../index.js").AccessList | undefined;
795
+ blockHash?: `0x${string}` | null;
796
+ blockNumber?: `0x${string}` | null;
797
+ hash?: `0x${string}`;
798
+ input?: `0x${string}`;
799
+ transactionIndex?: `0x${string}` | null;
800
+ blobVersionedHashes?: `0x${string}`[] | undefined;
801
+ chainId?: `0x${string}` | undefined;
802
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
803
+ feeCurrency: `0x${string}` | null;
804
+ gatewayFee: `0x${string}` | null;
805
+ gatewayFeeRecipient: `0x${string}` | null;
806
+ type: "0x7c";
807
+ }) | ({
808
+ r?: `0x${string}`;
809
+ s?: `0x${string}`;
810
+ v?: `0x${string}`;
811
+ yParity?: `0x${string}` | undefined;
812
+ gasPrice?: `0x${string}` | undefined;
813
+ maxFeePerBlobGas?: `0x${string}` | undefined;
814
+ maxFeePerGas?: `0x${string}` | undefined;
815
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
816
+ to?: `0x${string}` | null;
817
+ from?: `0x${string}`;
818
+ gas?: `0x${string}`;
819
+ nonce?: `0x${string}`;
820
+ value?: `0x${string}`;
821
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
822
+ accessList?: import("../index.js").AccessList | undefined;
823
+ blockHash?: `0x${string}` | null;
824
+ blockNumber?: `0x${string}` | null;
825
+ hash?: `0x${string}`;
826
+ input?: `0x${string}`;
827
+ transactionIndex?: `0x${string}` | null;
828
+ blobVersionedHashes?: `0x${string}`[] | undefined;
829
+ chainId?: `0x${string}` | undefined;
830
+ } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
831
+ feeCurrency: `0x${string}` | null;
832
+ gatewayFee?: undefined;
833
+ gatewayFeeRecipient?: undefined;
834
+ type: "0x7b";
835
+ })) => ({
836
+ r: `0x${string}`;
837
+ s: `0x${string}`;
838
+ v: bigint;
839
+ to: `0x${string}` | null;
840
+ from: `0x${string}`;
841
+ gas: bigint;
842
+ nonce: number;
843
+ value: bigint;
844
+ blockHash: `0x${string}` | null;
845
+ blockNumber: bigint | null;
846
+ hash: `0x${string}`;
847
+ input: `0x${string}`;
848
+ transactionIndex: number | null;
849
+ typeHex: `0x${string}` | null;
850
+ gasPrice: bigint;
851
+ maxFeePerBlobGas?: undefined;
852
+ maxFeePerGas?: undefined;
853
+ maxPriorityFeePerGas?: undefined;
854
+ accessList?: undefined;
855
+ blobVersionedHashes?: undefined;
856
+ chainId?: number | undefined;
857
+ yParity?: undefined;
858
+ type: "legacy";
859
+ feeCurrency: `0x${string}` | null;
860
+ gatewayFee: bigint | null;
861
+ gatewayFeeRecipient: `0x${string}` | null;
862
+ } | {
863
+ r: `0x${string}`;
864
+ s: `0x${string}`;
865
+ v: bigint;
866
+ to: `0x${string}` | null;
867
+ from: `0x${string}`;
868
+ gas: bigint;
869
+ nonce: number;
870
+ value: bigint;
871
+ blockHash: `0x${string}` | null;
872
+ blockNumber: bigint | null;
873
+ hash: `0x${string}`;
874
+ input: `0x${string}`;
875
+ transactionIndex: number | null;
876
+ typeHex: `0x${string}` | null;
877
+ gasPrice: undefined;
878
+ maxFeePerBlobGas?: undefined;
879
+ maxFeePerGas: bigint;
880
+ maxPriorityFeePerGas: bigint;
881
+ accessList?: undefined;
882
+ blobVersionedHashes?: undefined;
883
+ chainId?: number | undefined;
884
+ yParity: number;
885
+ type: "cip42";
886
+ feeCurrency: `0x${string}` | null;
887
+ gatewayFee: bigint | null;
888
+ gatewayFeeRecipient: `0x${string}` | null;
889
+ } | {
890
+ r: `0x${string}`;
891
+ s: `0x${string}`;
892
+ v: bigint;
893
+ to: `0x${string}` | null;
894
+ from: `0x${string}`;
895
+ gas: bigint;
896
+ nonce: number;
897
+ value: bigint;
898
+ blockHash: `0x${string}` | null;
899
+ blockNumber: bigint | null;
900
+ hash: `0x${string}`;
901
+ input: `0x${string}`;
902
+ transactionIndex: number | null;
903
+ typeHex: `0x${string}` | null;
904
+ gasPrice: undefined;
905
+ maxFeePerBlobGas?: undefined;
906
+ maxFeePerGas: bigint;
907
+ maxPriorityFeePerGas: bigint;
908
+ accessList?: undefined;
909
+ blobVersionedHashes?: undefined;
910
+ chainId?: number | undefined;
911
+ yParity: number;
912
+ type: "cip64";
913
+ feeCurrency: `0x${string}` | null;
914
+ gatewayFee?: undefined;
915
+ gatewayFeeRecipient?: undefined;
916
+ } | {
917
+ blockHash: `0x${string}` | null;
918
+ blockNumber: bigint | null;
919
+ from: `0x${string}`;
920
+ gas: bigint;
921
+ hash: `0x${string}`;
922
+ input: `0x${string}`;
923
+ nonce: number;
924
+ r: `0x${string}`;
925
+ s: `0x${string}`;
926
+ to: `0x${string}` | null;
927
+ transactionIndex: number | null;
928
+ typeHex: `0x${string}` | null;
929
+ v: bigint;
930
+ value: bigint;
931
+ yParity: number;
932
+ gasPrice: bigint;
933
+ maxFeePerBlobGas?: undefined;
934
+ maxFeePerGas?: undefined;
935
+ maxPriorityFeePerGas?: undefined;
936
+ accessList: import("../index.js").AccessList;
937
+ blobVersionedHashes?: undefined;
938
+ chainId: number;
939
+ type: "eip2930";
940
+ feeCurrency: `0x${string}` | null;
941
+ gatewayFee: bigint | null;
942
+ gatewayFeeRecipient: `0x${string}` | null;
943
+ } | {
944
+ blockHash: `0x${string}` | null;
945
+ blockNumber: bigint | null;
946
+ from: `0x${string}`;
947
+ gas: bigint;
948
+ hash: `0x${string}`;
949
+ input: `0x${string}`;
950
+ nonce: number;
951
+ r: `0x${string}`;
952
+ s: `0x${string}`;
953
+ to: `0x${string}` | null;
954
+ transactionIndex: number | null;
955
+ typeHex: `0x${string}` | null;
956
+ v: bigint;
957
+ value: bigint;
958
+ yParity: number;
959
+ gasPrice: undefined;
960
+ maxFeePerBlobGas?: undefined;
961
+ maxFeePerGas: bigint;
962
+ maxPriorityFeePerGas: bigint;
963
+ accessList: import("../index.js").AccessList;
964
+ blobVersionedHashes?: undefined;
965
+ chainId: number;
966
+ type: "eip1559";
967
+ feeCurrency: `0x${string}` | null;
968
+ gatewayFee: bigint | null;
969
+ gatewayFeeRecipient: `0x${string}` | null;
970
+ } | {
971
+ blockHash: `0x${string}` | null;
972
+ blockNumber: bigint | null;
973
+ from: `0x${string}`;
974
+ gas: bigint;
975
+ hash: `0x${string}`;
976
+ input: `0x${string}`;
977
+ nonce: number;
978
+ r: `0x${string}`;
979
+ s: `0x${string}`;
980
+ to: `0x${string}` | null;
981
+ transactionIndex: number | null;
982
+ typeHex: `0x${string}` | null;
983
+ v: bigint;
984
+ value: bigint;
985
+ yParity: number;
986
+ gasPrice: undefined;
987
+ maxFeePerBlobGas?: undefined;
988
+ maxFeePerGas: bigint;
989
+ maxPriorityFeePerGas: bigint;
990
+ accessList: import("../index.js").AccessList;
991
+ blobVersionedHashes?: undefined;
992
+ chainId: number;
993
+ type: "cip42";
994
+ feeCurrency: `0x${string}` | null;
995
+ gatewayFee: bigint | null;
996
+ gatewayFeeRecipient: `0x${string}` | null;
997
+ } | {
998
+ blockHash: `0x${string}` | null;
999
+ blockNumber: bigint | null;
1000
+ from: `0x${string}`;
1001
+ gas: bigint;
1002
+ hash: `0x${string}`;
1003
+ input: `0x${string}`;
1004
+ nonce: number;
1005
+ r: `0x${string}`;
1006
+ s: `0x${string}`;
1007
+ to: `0x${string}` | null;
1008
+ transactionIndex: number | null;
1009
+ typeHex: `0x${string}` | null;
1010
+ v: bigint;
1011
+ value: bigint;
1012
+ yParity: number;
1013
+ gasPrice: undefined;
1014
+ maxFeePerBlobGas?: undefined;
1015
+ maxFeePerGas: bigint;
1016
+ maxPriorityFeePerGas: bigint;
1017
+ accessList: import("../index.js").AccessList;
1018
+ blobVersionedHashes?: undefined;
1019
+ chainId: number;
1020
+ type: "cip64";
1021
+ feeCurrency: `0x${string}` | null;
1022
+ gatewayFee?: undefined;
1023
+ gatewayFeeRecipient?: undefined;
1024
+ } | {
1025
+ blockHash: `0x${string}` | null;
1026
+ blockNumber: bigint | null;
1027
+ from: `0x${string}`;
1028
+ gas: bigint;
1029
+ hash: `0x${string}`;
1030
+ input: `0x${string}`;
1031
+ nonce: number;
1032
+ r: `0x${string}`;
1033
+ s: `0x${string}`;
1034
+ to: `0x${string}` | null;
1035
+ transactionIndex: number | null;
1036
+ typeHex: `0x${string}` | null;
1037
+ v: bigint;
1038
+ value: bigint;
1039
+ yParity: number;
1040
+ gasPrice: bigint;
1041
+ maxFeePerBlobGas?: undefined;
1042
+ maxFeePerGas: undefined;
1043
+ maxPriorityFeePerGas: undefined;
1044
+ accessList: import("../index.js").AccessList;
1045
+ blobVersionedHashes?: undefined;
1046
+ chainId: number;
1047
+ type: "eip2930";
1048
+ feeCurrency: `0x${string}` | null;
1049
+ gatewayFee: bigint | null;
1050
+ gatewayFeeRecipient: `0x${string}` | null;
1051
+ } | {
1052
+ blockHash: `0x${string}` | null;
1053
+ blockNumber: bigint | null;
1054
+ from: `0x${string}`;
1055
+ gas: bigint;
1056
+ hash: `0x${string}`;
1057
+ input: `0x${string}`;
1058
+ nonce: number;
1059
+ r: `0x${string}`;
1060
+ s: `0x${string}`;
1061
+ to: `0x${string}` | null;
1062
+ transactionIndex: number | null;
1063
+ typeHex: `0x${string}` | null;
1064
+ v: bigint;
1065
+ value: bigint;
1066
+ yParity: number;
1067
+ gasPrice?: undefined;
1068
+ maxFeePerBlobGas?: undefined;
1069
+ maxFeePerGas: bigint;
1070
+ maxPriorityFeePerGas: bigint;
1071
+ accessList: import("../index.js").AccessList;
1072
+ blobVersionedHashes?: undefined;
1073
+ chainId: number;
1074
+ type: "eip1559";
1075
+ feeCurrency: `0x${string}` | null;
1076
+ gatewayFee: bigint | null;
1077
+ gatewayFeeRecipient: `0x${string}` | null;
1078
+ } | {
1079
+ blockHash: `0x${string}` | null;
1080
+ blockNumber: bigint | null;
1081
+ from: `0x${string}`;
1082
+ gas: bigint;
1083
+ hash: `0x${string}`;
1084
+ input: `0x${string}`;
1085
+ nonce: number;
1086
+ r: `0x${string}`;
1087
+ s: `0x${string}`;
1088
+ to: `0x${string}` | null;
1089
+ transactionIndex: number | null;
1090
+ typeHex: `0x${string}` | null;
1091
+ v: bigint;
1092
+ value: bigint;
1093
+ yParity: number;
1094
+ gasPrice?: undefined;
1095
+ maxFeePerBlobGas?: undefined;
1096
+ maxFeePerGas: bigint;
1097
+ maxPriorityFeePerGas: bigint;
1098
+ accessList: import("../index.js").AccessList;
1099
+ blobVersionedHashes?: undefined;
1100
+ chainId: number;
1101
+ type: "cip42";
1102
+ feeCurrency: `0x${string}` | null;
1103
+ gatewayFee: bigint | null;
1104
+ gatewayFeeRecipient: `0x${string}` | null;
1105
+ } | {
1106
+ blockHash: `0x${string}` | null;
1107
+ blockNumber: bigint | null;
1108
+ from: `0x${string}`;
1109
+ gas: bigint;
1110
+ hash: `0x${string}`;
1111
+ input: `0x${string}`;
1112
+ nonce: number;
1113
+ r: `0x${string}`;
1114
+ s: `0x${string}`;
1115
+ to: `0x${string}` | null;
1116
+ transactionIndex: number | null;
1117
+ typeHex: `0x${string}` | null;
1118
+ v: bigint;
1119
+ value: bigint;
1120
+ yParity: number;
1121
+ gasPrice?: undefined;
1122
+ maxFeePerBlobGas?: undefined;
1123
+ maxFeePerGas: bigint;
1124
+ maxPriorityFeePerGas: bigint;
1125
+ accessList: import("../index.js").AccessList;
1126
+ blobVersionedHashes?: undefined;
1127
+ chainId: number;
1128
+ type: "cip64";
1129
+ feeCurrency: `0x${string}` | null;
1130
+ gatewayFee?: undefined;
1131
+ gatewayFeeRecipient?: undefined;
1132
+ } | {
1133
+ blockHash: `0x${string}` | null;
1134
+ blockNumber: bigint | null;
1135
+ from: `0x${string}`;
1136
+ gas: bigint;
1137
+ hash: `0x${string}`;
1138
+ input: `0x${string}`;
1139
+ nonce: number;
1140
+ r: `0x${string}`;
1141
+ s: `0x${string}`;
1142
+ to: `0x${string}` | null;
1143
+ transactionIndex: number | null;
1144
+ typeHex: `0x${string}` | null;
1145
+ v: bigint;
1146
+ value: bigint;
1147
+ yParity: number;
1148
+ gasPrice?: undefined;
1149
+ maxFeePerBlobGas: bigint;
1150
+ maxFeePerGas: bigint;
1151
+ maxPriorityFeePerGas: bigint;
1152
+ accessList: import("../index.js").AccessList;
1153
+ blobVersionedHashes: `0x${string}`[];
1154
+ chainId: number;
1155
+ type: "eip4844";
1156
+ feeCurrency: `0x${string}` | null;
1157
+ gatewayFee: bigint | null;
1158
+ gatewayFeeRecipient: `0x${string}` | null;
1159
+ } | {
1160
+ blockHash: `0x${string}` | null;
1161
+ blockNumber: bigint | null;
1162
+ from: `0x${string}`;
1163
+ gas: bigint;
1164
+ hash: `0x${string}`;
1165
+ input: `0x${string}`;
1166
+ nonce: number;
1167
+ r: `0x${string}`;
1168
+ s: `0x${string}`;
1169
+ to: `0x${string}` | null;
1170
+ transactionIndex: number | null;
1171
+ typeHex: `0x${string}` | null;
1172
+ v: bigint;
1173
+ value: bigint;
1174
+ yParity: number;
1175
+ gasPrice?: undefined;
1176
+ maxFeePerBlobGas: undefined;
1177
+ maxFeePerGas: bigint;
1178
+ maxPriorityFeePerGas: bigint;
1179
+ accessList: import("../index.js").AccessList;
1180
+ blobVersionedHashes: `0x${string}`[];
1181
+ chainId: number;
1182
+ type: "cip42";
1183
+ feeCurrency: `0x${string}` | null;
1184
+ gatewayFee: bigint | null;
1185
+ gatewayFeeRecipient: `0x${string}` | null;
1186
+ } | {
1187
+ blockHash: `0x${string}` | null;
1188
+ blockNumber: bigint | null;
1189
+ from: `0x${string}`;
1190
+ gas: bigint;
1191
+ hash: `0x${string}`;
1192
+ input: `0x${string}`;
1193
+ nonce: number;
1194
+ r: `0x${string}`;
1195
+ s: `0x${string}`;
1196
+ to: `0x${string}` | null;
1197
+ transactionIndex: number | null;
1198
+ typeHex: `0x${string}` | null;
1199
+ v: bigint;
1200
+ value: bigint;
1201
+ yParity: number;
1202
+ gasPrice?: undefined;
1203
+ maxFeePerBlobGas: undefined;
1204
+ maxFeePerGas: bigint;
1205
+ maxPriorityFeePerGas: bigint;
1206
+ accessList: import("../index.js").AccessList;
1207
+ blobVersionedHashes: `0x${string}`[];
1208
+ chainId: number;
1209
+ type: "cip64";
1210
+ feeCurrency: `0x${string}` | null;
1211
+ gatewayFee?: undefined;
1212
+ gatewayFeeRecipient?: undefined;
1213
+ }) & {};
1214
+ type: "transaction";
1215
+ };
1216
+ readonly transactionRequest: {
1217
+ exclude: [] | undefined;
1218
+ format: (args: ({
1219
+ data?: `0x${string}` | undefined;
1220
+ from?: `0x${string}`;
1221
+ gas?: bigint | undefined;
1222
+ nonce?: number | undefined;
1223
+ to?: `0x${string}` | null | undefined;
1224
+ value?: bigint | undefined;
1225
+ gasPrice?: bigint | undefined;
1226
+ maxFeePerBlobGas?: bigint | undefined;
1227
+ maxFeePerGas?: bigint | undefined;
1228
+ maxPriorityFeePerGas?: bigint | undefined;
1229
+ accessList?: import("../index.js").AccessList | undefined;
1230
+ blobs?: undefined;
1231
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1232
+ } & {
1233
+ data?: `0x${string}` | undefined;
1234
+ from: `0x${string}`;
1235
+ gas?: bigint | undefined;
1236
+ nonce?: number | undefined;
1237
+ to?: `0x${string}` | null | undefined;
1238
+ value?: bigint | undefined;
1239
+ gasPrice?: bigint | undefined;
1240
+ maxFeePerBlobGas?: undefined;
1241
+ maxFeePerGas?: undefined;
1242
+ maxPriorityFeePerGas?: undefined;
1243
+ accessList?: undefined;
1244
+ blobs?: undefined;
1245
+ type?: "legacy" | undefined;
1246
+ } & {
1247
+ feeCurrency?: `0x${string}` | undefined;
1248
+ gatewayFee?: bigint | undefined;
1249
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1250
+ }) | ({
1251
+ data?: `0x${string}` | undefined;
1252
+ from?: `0x${string}`;
1253
+ gas?: bigint | undefined;
1254
+ nonce?: number | undefined;
1255
+ to?: `0x${string}` | null | undefined;
1256
+ value?: bigint | undefined;
1257
+ gasPrice?: bigint | undefined;
1258
+ maxFeePerBlobGas?: bigint | undefined;
1259
+ maxFeePerGas?: bigint | undefined;
1260
+ maxPriorityFeePerGas?: bigint | undefined;
1261
+ accessList?: import("../index.js").AccessList | undefined;
1262
+ blobs?: undefined;
1263
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1264
+ } & {
1265
+ data?: `0x${string}` | undefined;
1266
+ from: `0x${string}`;
1267
+ gas?: bigint | undefined;
1268
+ nonce?: number | undefined;
1269
+ to?: `0x${string}` | null | undefined;
1270
+ value?: bigint | undefined;
1271
+ gasPrice?: bigint | undefined;
1272
+ maxFeePerBlobGas?: undefined;
1273
+ maxFeePerGas?: undefined;
1274
+ maxPriorityFeePerGas?: undefined;
1275
+ accessList?: import("../index.js").AccessList | undefined;
1276
+ blobs?: undefined;
1277
+ type?: "eip2930" | undefined;
1278
+ } & {
1279
+ feeCurrency?: `0x${string}` | undefined;
1280
+ gatewayFee?: bigint | undefined;
1281
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1282
+ }) | ({
1283
+ data?: `0x${string}` | undefined;
1284
+ from?: `0x${string}`;
1285
+ gas?: bigint | undefined;
1286
+ nonce?: number | undefined;
1287
+ to?: `0x${string}` | null | undefined;
1288
+ value?: bigint | undefined;
1289
+ gasPrice?: bigint | undefined;
1290
+ maxFeePerBlobGas?: bigint | undefined;
1291
+ maxFeePerGas?: bigint | undefined;
1292
+ maxPriorityFeePerGas?: bigint | undefined;
1293
+ accessList?: import("../index.js").AccessList | undefined;
1294
+ blobs?: undefined;
1295
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1296
+ } & {
1297
+ data?: `0x${string}` | undefined;
1298
+ from: `0x${string}`;
1299
+ gas?: bigint | undefined;
1300
+ nonce?: number | undefined;
1301
+ to?: `0x${string}` | null | undefined;
1302
+ value?: bigint | undefined;
1303
+ gasPrice?: undefined;
1304
+ maxFeePerBlobGas?: undefined;
1305
+ maxFeePerGas?: bigint | undefined;
1306
+ maxPriorityFeePerGas?: bigint | undefined;
1307
+ accessList?: import("../index.js").AccessList | undefined;
1308
+ blobs?: undefined;
1309
+ type?: "eip1559" | undefined;
1310
+ } & {
1311
+ feeCurrency?: `0x${string}` | undefined;
1312
+ gatewayFee?: bigint | undefined;
1313
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1314
+ }) | ({
1315
+ data?: `0x${string}` | undefined;
1316
+ from?: `0x${string}`;
1317
+ gas?: bigint | undefined;
1318
+ nonce?: number | undefined;
1319
+ to?: `0x${string}` | null | undefined;
1320
+ value?: bigint | undefined;
1321
+ gasPrice?: bigint | undefined;
1322
+ maxFeePerBlobGas?: bigint | undefined;
1323
+ maxFeePerGas?: bigint | undefined;
1324
+ maxPriorityFeePerGas?: bigint | undefined;
1325
+ accessList?: import("../index.js").AccessList | undefined;
1326
+ blobs?: undefined;
1327
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1328
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1329
+ accessList?: import("../index.js").AccessList | undefined;
1330
+ feeCurrency?: `0x${string}` | undefined;
1331
+ gatewayFee?: bigint | undefined;
1332
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1333
+ type?: "cip42" | undefined;
1334
+ }) | ({
1335
+ data?: `0x${string}` | undefined;
1336
+ from?: `0x${string}`;
1337
+ gas?: bigint | undefined;
1338
+ nonce?: number | undefined;
1339
+ to?: `0x${string}` | null | undefined;
1340
+ value?: bigint | undefined;
1341
+ gasPrice?: bigint | undefined;
1342
+ maxFeePerBlobGas?: bigint | undefined;
1343
+ maxFeePerGas?: bigint | undefined;
1344
+ maxPriorityFeePerGas?: bigint | undefined;
1345
+ accessList?: import("../index.js").AccessList | undefined;
1346
+ blobs?: undefined;
1347
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1348
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1349
+ accessList?: import("../index.js").AccessList | undefined;
1350
+ feeCurrency?: `0x${string}` | undefined;
1351
+ gatewayFee?: undefined;
1352
+ gatewayFeeRecipient?: undefined;
1353
+ type?: "cip64" | undefined;
1354
+ }) | ({
1355
+ data?: `0x${string}` | undefined;
1356
+ from?: `0x${string}`;
1357
+ gas?: bigint | undefined;
1358
+ nonce?: number | undefined;
1359
+ to?: `0x${string}` | null | undefined;
1360
+ value?: bigint | undefined;
1361
+ gasPrice?: bigint | undefined;
1362
+ maxFeePerBlobGas?: bigint | undefined;
1363
+ maxFeePerGas?: bigint | undefined;
1364
+ maxPriorityFeePerGas?: bigint | undefined;
1365
+ accessList?: import("../index.js").AccessList | undefined;
1366
+ blobs?: undefined;
1367
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1368
+ } & {
1369
+ data?: `0x${string}` | undefined;
1370
+ from: `0x${string}`;
1371
+ gas?: bigint | undefined;
1372
+ nonce?: number | undefined;
1373
+ to?: `0x${string}` | null | undefined;
1374
+ value?: bigint | undefined;
1375
+ gasPrice?: bigint | undefined;
1376
+ maxFeePerBlobGas?: undefined;
1377
+ maxFeePerGas?: undefined;
1378
+ maxPriorityFeePerGas?: undefined;
1379
+ accessList?: undefined;
1380
+ blobs?: undefined;
1381
+ type?: "legacy" | undefined;
1382
+ } & {
1383
+ feeCurrency?: `0x${string}` | undefined;
1384
+ gatewayFee?: bigint | undefined;
1385
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1386
+ }) | ({
1387
+ data?: `0x${string}` | undefined;
1388
+ from?: `0x${string}`;
1389
+ gas?: bigint | undefined;
1390
+ nonce?: number | undefined;
1391
+ to?: `0x${string}` | null | undefined;
1392
+ value?: bigint | undefined;
1393
+ gasPrice?: bigint | undefined;
1394
+ maxFeePerBlobGas?: bigint | undefined;
1395
+ maxFeePerGas?: bigint | undefined;
1396
+ maxPriorityFeePerGas?: bigint | undefined;
1397
+ accessList?: import("../index.js").AccessList | undefined;
1398
+ blobs?: undefined;
1399
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1400
+ } & {
1401
+ data?: `0x${string}` | undefined;
1402
+ from: `0x${string}`;
1403
+ gas?: bigint | undefined;
1404
+ nonce?: number | undefined;
1405
+ to?: `0x${string}` | null | undefined;
1406
+ value?: bigint | undefined;
1407
+ gasPrice?: bigint | undefined;
1408
+ maxFeePerBlobGas?: undefined;
1409
+ maxFeePerGas?: undefined;
1410
+ maxPriorityFeePerGas?: undefined;
1411
+ accessList?: import("../index.js").AccessList | undefined;
1412
+ blobs?: undefined;
1413
+ type?: "eip2930" | undefined;
1414
+ } & {
1415
+ feeCurrency?: `0x${string}` | undefined;
1416
+ gatewayFee?: bigint | undefined;
1417
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1418
+ }) | ({
1419
+ data?: `0x${string}` | undefined;
1420
+ from?: `0x${string}`;
1421
+ gas?: bigint | undefined;
1422
+ nonce?: number | undefined;
1423
+ to?: `0x${string}` | null | undefined;
1424
+ value?: bigint | undefined;
1425
+ gasPrice?: bigint | undefined;
1426
+ maxFeePerBlobGas?: bigint | undefined;
1427
+ maxFeePerGas?: bigint | undefined;
1428
+ maxPriorityFeePerGas?: bigint | undefined;
1429
+ accessList?: import("../index.js").AccessList | undefined;
1430
+ blobs?: undefined;
1431
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1432
+ } & {
1433
+ data?: `0x${string}` | undefined;
1434
+ from: `0x${string}`;
1435
+ gas?: bigint | undefined;
1436
+ nonce?: number | undefined;
1437
+ to?: `0x${string}` | null | undefined;
1438
+ value?: bigint | undefined;
1439
+ gasPrice?: undefined;
1440
+ maxFeePerBlobGas?: undefined;
1441
+ maxFeePerGas?: bigint | undefined;
1442
+ maxPriorityFeePerGas?: bigint | undefined;
1443
+ accessList?: import("../index.js").AccessList | undefined;
1444
+ blobs?: undefined;
1445
+ type?: "eip1559" | undefined;
1446
+ } & {
1447
+ feeCurrency?: `0x${string}` | undefined;
1448
+ gatewayFee?: bigint | undefined;
1449
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1450
+ }) | ({
1451
+ data?: `0x${string}` | undefined;
1452
+ from?: `0x${string}`;
1453
+ gas?: bigint | undefined;
1454
+ nonce?: number | undefined;
1455
+ to?: `0x${string}` | null | undefined;
1456
+ value?: bigint | undefined;
1457
+ gasPrice?: bigint | undefined;
1458
+ maxFeePerBlobGas?: bigint | undefined;
1459
+ maxFeePerGas?: bigint | undefined;
1460
+ maxPriorityFeePerGas?: bigint | undefined;
1461
+ accessList?: import("../index.js").AccessList | undefined;
1462
+ blobs?: undefined;
1463
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1464
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1465
+ accessList?: import("../index.js").AccessList | undefined;
1466
+ feeCurrency?: `0x${string}` | undefined;
1467
+ gatewayFee?: bigint | undefined;
1468
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1469
+ type?: "cip42" | undefined;
1470
+ }) | ({
1471
+ data?: `0x${string}` | undefined;
1472
+ from?: `0x${string}`;
1473
+ gas?: bigint | undefined;
1474
+ nonce?: number | undefined;
1475
+ to?: `0x${string}` | null | undefined;
1476
+ value?: bigint | undefined;
1477
+ gasPrice?: bigint | undefined;
1478
+ maxFeePerBlobGas?: bigint | undefined;
1479
+ maxFeePerGas?: bigint | undefined;
1480
+ maxPriorityFeePerGas?: bigint | undefined;
1481
+ accessList?: import("../index.js").AccessList | undefined;
1482
+ blobs?: undefined;
1483
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1484
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1485
+ accessList?: import("../index.js").AccessList | undefined;
1486
+ feeCurrency?: `0x${string}` | undefined;
1487
+ gatewayFee?: undefined;
1488
+ gatewayFeeRecipient?: undefined;
1489
+ type?: "cip64" | undefined;
1490
+ }) | ({
1491
+ data?: `0x${string}` | undefined;
1492
+ from?: `0x${string}`;
1493
+ gas?: bigint | undefined;
1494
+ nonce?: number | undefined;
1495
+ to?: `0x${string}` | null | undefined;
1496
+ value?: bigint | undefined;
1497
+ gasPrice?: bigint | undefined;
1498
+ maxFeePerBlobGas?: bigint | undefined;
1499
+ maxFeePerGas?: bigint | undefined;
1500
+ maxPriorityFeePerGas?: bigint | undefined;
1501
+ accessList?: import("../index.js").AccessList | undefined;
1502
+ blobs?: undefined;
1503
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1504
+ } & {
1505
+ data?: `0x${string}` | undefined;
1506
+ from: `0x${string}`;
1507
+ gas?: bigint | undefined;
1508
+ nonce?: number | undefined;
1509
+ to?: `0x${string}` | null | undefined;
1510
+ value?: bigint | undefined;
1511
+ gasPrice?: bigint | undefined;
1512
+ maxFeePerBlobGas?: undefined;
1513
+ maxFeePerGas?: undefined;
1514
+ maxPriorityFeePerGas?: undefined;
1515
+ accessList?: undefined;
1516
+ blobs?: undefined;
1517
+ type?: "legacy" | undefined;
1518
+ } & {
1519
+ feeCurrency?: `0x${string}` | undefined;
1520
+ gatewayFee?: bigint | undefined;
1521
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1522
+ }) | ({
1523
+ data?: `0x${string}` | undefined;
1524
+ from?: `0x${string}`;
1525
+ gas?: bigint | undefined;
1526
+ nonce?: number | undefined;
1527
+ to?: `0x${string}` | null | undefined;
1528
+ value?: bigint | undefined;
1529
+ gasPrice?: bigint | undefined;
1530
+ maxFeePerBlobGas?: bigint | undefined;
1531
+ maxFeePerGas?: bigint | undefined;
1532
+ maxPriorityFeePerGas?: bigint | undefined;
1533
+ accessList?: import("../index.js").AccessList | undefined;
1534
+ blobs?: undefined;
1535
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1536
+ } & {
1537
+ data?: `0x${string}` | undefined;
1538
+ from: `0x${string}`;
1539
+ gas?: bigint | undefined;
1540
+ nonce?: number | undefined;
1541
+ to?: `0x${string}` | null | undefined;
1542
+ value?: bigint | undefined;
1543
+ gasPrice?: bigint | undefined;
1544
+ maxFeePerBlobGas?: undefined;
1545
+ maxFeePerGas?: undefined;
1546
+ maxPriorityFeePerGas?: undefined;
1547
+ accessList?: import("../index.js").AccessList | undefined;
1548
+ blobs?: undefined;
1549
+ type?: "eip2930" | undefined;
1550
+ } & {
1551
+ feeCurrency?: `0x${string}` | undefined;
1552
+ gatewayFee?: bigint | undefined;
1553
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1554
+ }) | ({
1555
+ data?: `0x${string}` | undefined;
1556
+ from?: `0x${string}`;
1557
+ gas?: bigint | undefined;
1558
+ nonce?: number | undefined;
1559
+ to?: `0x${string}` | null | undefined;
1560
+ value?: bigint | undefined;
1561
+ gasPrice?: bigint | undefined;
1562
+ maxFeePerBlobGas?: bigint | undefined;
1563
+ maxFeePerGas?: bigint | undefined;
1564
+ maxPriorityFeePerGas?: bigint | undefined;
1565
+ accessList?: import("../index.js").AccessList | undefined;
1566
+ blobs?: undefined;
1567
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1568
+ } & {
1569
+ data?: `0x${string}` | undefined;
1570
+ from: `0x${string}`;
1571
+ gas?: bigint | undefined;
1572
+ nonce?: number | undefined;
1573
+ to?: `0x${string}` | null | undefined;
1574
+ value?: bigint | undefined;
1575
+ gasPrice?: undefined;
1576
+ maxFeePerBlobGas?: undefined;
1577
+ maxFeePerGas?: bigint | undefined;
1578
+ maxPriorityFeePerGas?: bigint | undefined;
1579
+ accessList?: import("../index.js").AccessList | undefined;
1580
+ blobs?: undefined;
1581
+ type?: "eip1559" | undefined;
1582
+ } & {
1583
+ feeCurrency?: `0x${string}` | undefined;
1584
+ gatewayFee?: bigint | undefined;
1585
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1586
+ }) | ({
1587
+ data?: `0x${string}` | undefined;
1588
+ from?: `0x${string}`;
1589
+ gas?: bigint | undefined;
1590
+ nonce?: number | undefined;
1591
+ to?: `0x${string}` | null | undefined;
1592
+ value?: bigint | undefined;
1593
+ gasPrice?: bigint | undefined;
1594
+ maxFeePerBlobGas?: bigint | undefined;
1595
+ maxFeePerGas?: bigint | undefined;
1596
+ maxPriorityFeePerGas?: bigint | undefined;
1597
+ accessList?: import("../index.js").AccessList | undefined;
1598
+ blobs?: undefined;
1599
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1600
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1601
+ accessList?: import("../index.js").AccessList | undefined;
1602
+ feeCurrency?: `0x${string}` | undefined;
1603
+ gatewayFee?: bigint | undefined;
1604
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1605
+ type?: "cip42" | undefined;
1606
+ }) | ({
1607
+ data?: `0x${string}` | undefined;
1608
+ from?: `0x${string}`;
1609
+ gas?: bigint | undefined;
1610
+ nonce?: number | undefined;
1611
+ to?: `0x${string}` | null | undefined;
1612
+ value?: bigint | undefined;
1613
+ gasPrice?: bigint | undefined;
1614
+ maxFeePerBlobGas?: bigint | undefined;
1615
+ maxFeePerGas?: bigint | undefined;
1616
+ maxPriorityFeePerGas?: bigint | undefined;
1617
+ accessList?: import("../index.js").AccessList | undefined;
1618
+ blobs?: undefined;
1619
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1620
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1621
+ accessList?: import("../index.js").AccessList | undefined;
1622
+ feeCurrency?: `0x${string}` | undefined;
1623
+ gatewayFee?: undefined;
1624
+ gatewayFeeRecipient?: undefined;
1625
+ type?: "cip64" | undefined;
1626
+ }) | ({
1627
+ data?: `0x${string}` | undefined;
1628
+ from?: `0x${string}`;
1629
+ gas?: bigint | undefined;
1630
+ nonce?: number | undefined;
1631
+ value?: bigint | undefined;
1632
+ to?: `0x${string}` | null | undefined;
1633
+ gasPrice?: bigint | undefined;
1634
+ maxFeePerGas?: bigint | undefined;
1635
+ maxPriorityFeePerGas?: bigint | undefined;
1636
+ maxFeePerBlobGas?: bigint | undefined;
1637
+ accessList?: import("../index.js").AccessList | undefined;
1638
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1639
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1640
+ } & {
1641
+ data?: `0x${string}` | undefined;
1642
+ from: `0x${string}`;
1643
+ gas?: bigint | undefined;
1644
+ nonce?: number | undefined;
1645
+ to?: `0x${string}` | null | undefined;
1646
+ value?: bigint | undefined;
1647
+ gasPrice?: bigint | undefined;
1648
+ maxFeePerBlobGas?: undefined;
1649
+ maxFeePerGas?: undefined;
1650
+ maxPriorityFeePerGas?: undefined;
1651
+ accessList?: undefined;
1652
+ blobs?: undefined;
1653
+ type?: "legacy" | undefined;
1654
+ } & {
1655
+ feeCurrency?: `0x${string}` | undefined;
1656
+ gatewayFee?: bigint | undefined;
1657
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1658
+ }) | ({
1659
+ data?: `0x${string}` | undefined;
1660
+ from?: `0x${string}`;
1661
+ gas?: bigint | undefined;
1662
+ nonce?: number | undefined;
1663
+ value?: bigint | undefined;
1664
+ to?: `0x${string}` | null | undefined;
1665
+ gasPrice?: bigint | undefined;
1666
+ maxFeePerGas?: bigint | undefined;
1667
+ maxPriorityFeePerGas?: bigint | undefined;
1668
+ maxFeePerBlobGas?: bigint | undefined;
1669
+ accessList?: import("../index.js").AccessList | undefined;
1670
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1671
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1672
+ } & {
1673
+ data?: `0x${string}` | undefined;
1674
+ from: `0x${string}`;
1675
+ gas?: bigint | undefined;
1676
+ nonce?: number | undefined;
1677
+ to?: `0x${string}` | null | undefined;
1678
+ value?: bigint | undefined;
1679
+ gasPrice?: bigint | undefined;
1680
+ maxFeePerBlobGas?: undefined;
1681
+ maxFeePerGas?: undefined;
1682
+ maxPriorityFeePerGas?: undefined;
1683
+ accessList?: import("../index.js").AccessList | undefined;
1684
+ blobs?: undefined;
1685
+ type?: "eip2930" | undefined;
1686
+ } & {
1687
+ feeCurrency?: `0x${string}` | undefined;
1688
+ gatewayFee?: bigint | undefined;
1689
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1690
+ }) | ({
1691
+ data?: `0x${string}` | undefined;
1692
+ from?: `0x${string}`;
1693
+ gas?: bigint | undefined;
1694
+ nonce?: number | undefined;
1695
+ value?: bigint | undefined;
1696
+ to?: `0x${string}` | null | undefined;
1697
+ gasPrice?: bigint | undefined;
1698
+ maxFeePerGas?: bigint | undefined;
1699
+ maxPriorityFeePerGas?: bigint | undefined;
1700
+ maxFeePerBlobGas?: bigint | undefined;
1701
+ accessList?: import("../index.js").AccessList | undefined;
1702
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1703
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1704
+ } & {
1705
+ data?: `0x${string}` | undefined;
1706
+ from: `0x${string}`;
1707
+ gas?: bigint | undefined;
1708
+ nonce?: number | undefined;
1709
+ to?: `0x${string}` | null | undefined;
1710
+ value?: bigint | undefined;
1711
+ gasPrice?: undefined;
1712
+ maxFeePerBlobGas?: undefined;
1713
+ maxFeePerGas?: bigint | undefined;
1714
+ maxPriorityFeePerGas?: bigint | undefined;
1715
+ accessList?: import("../index.js").AccessList | undefined;
1716
+ blobs?: undefined;
1717
+ type?: "eip1559" | undefined;
1718
+ } & {
1719
+ feeCurrency?: `0x${string}` | undefined;
1720
+ gatewayFee?: bigint | undefined;
1721
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1722
+ }) | ({
1723
+ data?: `0x${string}` | undefined;
1724
+ from?: `0x${string}`;
1725
+ gas?: bigint | undefined;
1726
+ nonce?: number | undefined;
1727
+ value?: bigint | undefined;
1728
+ to?: `0x${string}` | null | undefined;
1729
+ gasPrice?: bigint | undefined;
1730
+ maxFeePerGas?: bigint | undefined;
1731
+ maxPriorityFeePerGas?: bigint | undefined;
1732
+ maxFeePerBlobGas?: bigint | undefined;
1733
+ accessList?: import("../index.js").AccessList | undefined;
1734
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1735
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1736
+ } & {
1737
+ data?: `0x${string}` | undefined;
1738
+ from: `0x${string}`;
1739
+ gas?: bigint | undefined;
1740
+ nonce?: number | undefined;
1741
+ value?: bigint | undefined;
1742
+ to: `0x${string}` | null;
1743
+ gasPrice?: undefined;
1744
+ maxFeePerGas?: bigint | undefined;
1745
+ maxPriorityFeePerGas?: bigint | undefined;
1746
+ maxFeePerBlobGas: bigint;
1747
+ accessList?: import("../index.js").AccessList | undefined;
1748
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1749
+ type?: "eip4844" | undefined;
1750
+ } & {
1751
+ feeCurrency?: `0x${string}` | undefined;
1752
+ gatewayFee?: bigint | undefined;
1753
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1754
+ }) | ({
1755
+ data?: `0x${string}` | undefined;
1756
+ from?: `0x${string}`;
1757
+ gas?: bigint | undefined;
1758
+ nonce?: number | undefined;
1759
+ value?: bigint | undefined;
1760
+ to?: `0x${string}` | null | undefined;
1761
+ gasPrice?: bigint | undefined;
1762
+ maxFeePerGas?: bigint | undefined;
1763
+ maxPriorityFeePerGas?: bigint | undefined;
1764
+ maxFeePerBlobGas?: bigint | undefined;
1765
+ accessList?: import("../index.js").AccessList | undefined;
1766
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1767
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1768
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1769
+ accessList?: import("../index.js").AccessList | undefined;
1770
+ feeCurrency?: `0x${string}` | undefined;
1771
+ gatewayFee?: bigint | undefined;
1772
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1773
+ type?: "cip42" | undefined;
1774
+ }) | ({
1775
+ data?: `0x${string}` | undefined;
1776
+ from?: `0x${string}`;
1777
+ gas?: bigint | undefined;
1778
+ nonce?: number | undefined;
1779
+ value?: bigint | undefined;
1780
+ to?: `0x${string}` | null | undefined;
1781
+ gasPrice?: bigint | undefined;
1782
+ maxFeePerGas?: bigint | undefined;
1783
+ maxPriorityFeePerGas?: bigint | undefined;
1784
+ maxFeePerBlobGas?: bigint | undefined;
1785
+ accessList?: import("../index.js").AccessList | undefined;
1786
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1787
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1788
+ } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1789
+ accessList?: import("../index.js").AccessList | undefined;
1790
+ feeCurrency?: `0x${string}` | undefined;
1791
+ gatewayFee?: undefined;
1792
+ gatewayFeeRecipient?: undefined;
1793
+ type?: "cip64" | undefined;
1794
+ })) => ({
1795
+ data?: `0x${string}` | undefined;
1796
+ from: `0x${string}`;
1797
+ gas?: `0x${string}` | undefined;
1798
+ nonce?: `0x${string}` | undefined;
1799
+ to?: `0x${string}` | null | undefined;
1800
+ value?: `0x${string}` | undefined;
1801
+ gasPrice?: `0x${string}` | undefined;
1802
+ maxFeePerBlobGas?: undefined;
1803
+ maxFeePerGas?: undefined;
1804
+ maxPriorityFeePerGas?: undefined;
1805
+ accessList?: undefined;
1806
+ blobs?: undefined;
1807
+ type?: "0x0" | undefined;
1808
+ feeCurrency?: `0x${string}` | undefined;
1809
+ gatewayFee?: `0x${string}` | undefined;
1810
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1811
+ } | {
1812
+ data?: `0x${string}` | undefined;
1813
+ from: `0x${string}`;
1814
+ gas?: `0x${string}` | undefined;
1815
+ nonce?: `0x${string}` | undefined;
1816
+ to?: `0x${string}` | null | undefined;
1817
+ value?: `0x${string}` | undefined;
1818
+ gasPrice?: `0x${string}` | undefined;
1819
+ maxFeePerBlobGas?: undefined;
1820
+ maxFeePerGas?: undefined;
1821
+ maxPriorityFeePerGas?: undefined;
1822
+ accessList?: import("../index.js").AccessList | undefined;
1823
+ blobs?: undefined;
1824
+ type?: "0x1" | undefined;
1825
+ feeCurrency?: `0x${string}` | undefined;
1826
+ gatewayFee?: `0x${string}` | undefined;
1827
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1828
+ } | {
1829
+ data?: `0x${string}` | undefined;
1830
+ from: `0x${string}`;
1831
+ gas?: `0x${string}` | undefined;
1832
+ nonce?: `0x${string}` | undefined;
1833
+ to?: `0x${string}` | null | undefined;
1834
+ value?: `0x${string}` | undefined;
1835
+ gasPrice?: undefined;
1836
+ maxFeePerBlobGas?: undefined;
1837
+ maxFeePerGas?: `0x${string}` | undefined;
1838
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1839
+ accessList?: import("../index.js").AccessList | undefined;
1840
+ blobs?: undefined;
1841
+ type?: "0x2" | undefined;
1842
+ feeCurrency?: `0x${string}` | undefined;
1843
+ gatewayFee?: `0x${string}` | undefined;
1844
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1845
+ } | {
1846
+ data?: `0x${string}` | undefined;
1847
+ from: `0x${string}`;
1848
+ gas?: `0x${string}` | undefined;
1849
+ nonce?: `0x${string}` | undefined;
1850
+ to?: `0x${string}` | null | undefined;
1851
+ value?: `0x${string}` | undefined;
1852
+ gasPrice?: undefined;
1853
+ maxFeePerBlobGas?: undefined;
1854
+ maxFeePerGas?: `0x${string}` | undefined;
1855
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1856
+ accessList?: import("../index.js").AccessList | undefined;
1857
+ blobs?: undefined;
1858
+ type?: "0x7c" | undefined;
1859
+ feeCurrency?: `0x${string}` | undefined;
1860
+ gatewayFee?: `0x${string}` | undefined;
1861
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1862
+ } | {
1863
+ data?: `0x${string}` | undefined;
1864
+ from: `0x${string}`;
1865
+ gas?: `0x${string}` | undefined;
1866
+ nonce?: `0x${string}` | undefined;
1867
+ to?: `0x${string}` | null | undefined;
1868
+ value?: `0x${string}` | undefined;
1869
+ gasPrice?: undefined;
1870
+ maxFeePerBlobGas?: undefined;
1871
+ maxFeePerGas?: `0x${string}` | undefined;
1872
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1873
+ accessList?: import("../index.js").AccessList | undefined;
1874
+ blobs?: undefined;
1875
+ type?: "0x7b" | undefined;
1876
+ feeCurrency?: `0x${string}` | undefined;
1877
+ gatewayFee?: undefined;
1878
+ gatewayFeeRecipient?: undefined;
1879
+ } | {
1880
+ data?: `0x${string}` | undefined;
1881
+ from: `0x${string}`;
1882
+ gas?: `0x${string}` | undefined;
1883
+ nonce?: `0x${string}` | undefined;
1884
+ to?: `0x${string}` | null | undefined;
1885
+ value?: `0x${string}` | undefined;
1886
+ gasPrice?: `0x${string}` | undefined;
1887
+ maxFeePerBlobGas?: undefined;
1888
+ maxFeePerGas?: undefined;
1889
+ maxPriorityFeePerGas?: undefined;
1890
+ accessList?: undefined;
1891
+ blobs?: undefined;
1892
+ type?: "0x0" | undefined;
1893
+ feeCurrency?: `0x${string}` | undefined;
1894
+ gatewayFee?: `0x${string}` | undefined;
1895
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1896
+ } | {
1897
+ data?: `0x${string}` | undefined;
1898
+ from: `0x${string}`;
1899
+ gas?: `0x${string}` | undefined;
1900
+ nonce?: `0x${string}` | undefined;
1901
+ to?: `0x${string}` | null | undefined;
1902
+ value?: `0x${string}` | undefined;
1903
+ gasPrice?: `0x${string}` | undefined;
1904
+ maxFeePerBlobGas?: undefined;
1905
+ maxFeePerGas?: undefined;
1906
+ maxPriorityFeePerGas?: undefined;
1907
+ accessList?: import("../index.js").AccessList | undefined;
1908
+ blobs?: undefined;
1909
+ type?: "0x1" | undefined;
1910
+ feeCurrency?: `0x${string}` | undefined;
1911
+ gatewayFee?: `0x${string}` | undefined;
1912
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1913
+ } | {
1914
+ data?: `0x${string}` | undefined;
1915
+ from: `0x${string}`;
1916
+ gas?: `0x${string}` | undefined;
1917
+ nonce?: `0x${string}` | undefined;
1918
+ to?: `0x${string}` | null | undefined;
1919
+ value?: `0x${string}` | undefined;
1920
+ gasPrice?: undefined;
1921
+ maxFeePerBlobGas?: undefined;
1922
+ maxFeePerGas?: `0x${string}` | undefined;
1923
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1924
+ accessList?: import("../index.js").AccessList | undefined;
1925
+ blobs?: undefined;
1926
+ type?: "0x2" | undefined;
1927
+ feeCurrency?: `0x${string}` | undefined;
1928
+ gatewayFee?: `0x${string}` | undefined;
1929
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1930
+ } | {
1931
+ data?: `0x${string}` | undefined;
1932
+ from: `0x${string}`;
1933
+ gas?: `0x${string}` | undefined;
1934
+ nonce?: `0x${string}` | undefined;
1935
+ to?: `0x${string}` | null | undefined;
1936
+ value?: `0x${string}` | undefined;
1937
+ gasPrice?: undefined;
1938
+ maxFeePerBlobGas?: undefined;
1939
+ maxFeePerGas?: `0x${string}` | undefined;
1940
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1941
+ accessList?: import("../index.js").AccessList | undefined;
1942
+ blobs?: undefined;
1943
+ type?: "0x7c" | undefined;
1944
+ feeCurrency?: `0x${string}` | undefined;
1945
+ gatewayFee?: `0x${string}` | undefined;
1946
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1947
+ } | {
1948
+ data?: `0x${string}` | undefined;
1949
+ from: `0x${string}`;
1950
+ gas?: `0x${string}` | undefined;
1951
+ nonce?: `0x${string}` | undefined;
1952
+ to?: `0x${string}` | null | undefined;
1953
+ value?: `0x${string}` | undefined;
1954
+ gasPrice?: undefined;
1955
+ maxFeePerBlobGas?: undefined;
1956
+ maxFeePerGas?: `0x${string}` | undefined;
1957
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1958
+ accessList?: import("../index.js").AccessList | undefined;
1959
+ blobs?: undefined;
1960
+ type?: "0x7b" | undefined;
1961
+ feeCurrency?: `0x${string}` | undefined;
1962
+ gatewayFee?: undefined;
1963
+ gatewayFeeRecipient?: undefined;
1964
+ } | {
1965
+ data?: `0x${string}` | undefined;
1966
+ from: `0x${string}`;
1967
+ gas?: `0x${string}` | undefined;
1968
+ nonce?: `0x${string}` | undefined;
1969
+ to?: `0x${string}` | null | undefined;
1970
+ value?: `0x${string}` | undefined;
1971
+ gasPrice?: `0x${string}` | undefined;
1972
+ maxFeePerBlobGas?: undefined;
1973
+ maxFeePerGas?: undefined;
1974
+ maxPriorityFeePerGas?: undefined;
1975
+ accessList?: undefined;
1976
+ blobs?: undefined;
1977
+ type?: "0x0" | undefined;
1978
+ feeCurrency?: `0x${string}` | undefined;
1979
+ gatewayFee?: `0x${string}` | undefined;
1980
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1981
+ } | {
1982
+ data?: `0x${string}` | undefined;
1983
+ from: `0x${string}`;
1984
+ gas?: `0x${string}` | undefined;
1985
+ nonce?: `0x${string}` | undefined;
1986
+ to?: `0x${string}` | null | undefined;
1987
+ value?: `0x${string}` | undefined;
1988
+ gasPrice?: `0x${string}` | undefined;
1989
+ maxFeePerBlobGas?: undefined;
1990
+ maxFeePerGas?: undefined;
1991
+ maxPriorityFeePerGas?: undefined;
1992
+ accessList?: import("../index.js").AccessList | undefined;
1993
+ blobs?: undefined;
1994
+ type?: "0x1" | undefined;
1995
+ feeCurrency?: `0x${string}` | undefined;
1996
+ gatewayFee?: `0x${string}` | undefined;
1997
+ gatewayFeeRecipient?: `0x${string}` | undefined;
1998
+ } | {
1999
+ data?: `0x${string}` | undefined;
2000
+ from: `0x${string}`;
2001
+ gas?: `0x${string}` | undefined;
2002
+ nonce?: `0x${string}` | undefined;
2003
+ to?: `0x${string}` | null | undefined;
2004
+ value?: `0x${string}` | undefined;
2005
+ gasPrice?: undefined;
2006
+ maxFeePerBlobGas?: undefined;
2007
+ maxFeePerGas?: `0x${string}` | undefined;
2008
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2009
+ accessList?: import("../index.js").AccessList | undefined;
2010
+ blobs?: undefined;
2011
+ type?: "0x2" | undefined;
2012
+ feeCurrency?: `0x${string}` | undefined;
2013
+ gatewayFee?: `0x${string}` | undefined;
2014
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2015
+ } | {
2016
+ data?: `0x${string}` | undefined;
2017
+ from: `0x${string}`;
2018
+ gas?: `0x${string}` | undefined;
2019
+ nonce?: `0x${string}` | undefined;
2020
+ to?: `0x${string}` | null | undefined;
2021
+ value?: `0x${string}` | undefined;
2022
+ gasPrice?: undefined;
2023
+ maxFeePerBlobGas?: undefined;
2024
+ maxFeePerGas?: `0x${string}` | undefined;
2025
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2026
+ accessList?: import("../index.js").AccessList | undefined;
2027
+ blobs?: undefined;
2028
+ type?: "0x7c" | undefined;
2029
+ feeCurrency?: `0x${string}` | undefined;
2030
+ gatewayFee?: `0x${string}` | undefined;
2031
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2032
+ } | {
2033
+ data?: `0x${string}` | undefined;
2034
+ from: `0x${string}`;
2035
+ gas?: `0x${string}` | undefined;
2036
+ nonce?: `0x${string}` | undefined;
2037
+ to?: `0x${string}` | null | undefined;
2038
+ value?: `0x${string}` | undefined;
2039
+ gasPrice?: undefined;
2040
+ maxFeePerBlobGas?: undefined;
2041
+ maxFeePerGas?: `0x${string}` | undefined;
2042
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2043
+ accessList?: import("../index.js").AccessList | undefined;
2044
+ blobs?: undefined;
2045
+ type?: "0x7b" | undefined;
2046
+ feeCurrency?: `0x${string}` | undefined;
2047
+ gatewayFee?: undefined;
2048
+ gatewayFeeRecipient?: undefined;
2049
+ } | {
2050
+ data?: `0x${string}` | undefined;
2051
+ from: `0x${string}`;
2052
+ gas?: `0x${string}` | undefined;
2053
+ nonce?: `0x${string}` | undefined;
2054
+ value?: `0x${string}` | undefined;
2055
+ to: `0x${string}` | null;
2056
+ gasPrice?: undefined;
2057
+ maxFeePerGas?: `0x${string}` | undefined;
2058
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2059
+ maxFeePerBlobGas: `0x${string}`;
2060
+ accessList?: import("../index.js").AccessList | undefined;
2061
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2062
+ type?: "0x3" | undefined;
2063
+ feeCurrency?: `0x${string}` | undefined;
2064
+ gatewayFee?: `0x${string}` | undefined;
2065
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2066
+ } | {
2067
+ data?: `0x${string}` | undefined;
2068
+ from: `0x${string}`;
2069
+ gas?: `0x${string}` | undefined;
2070
+ nonce?: `0x${string}` | undefined;
2071
+ value?: `0x${string}` | undefined;
2072
+ to: `0x${string}` | null | undefined;
2073
+ gasPrice?: undefined;
2074
+ maxFeePerGas?: `0x${string}` | undefined;
2075
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2076
+ maxFeePerBlobGas: undefined;
2077
+ accessList?: import("../index.js").AccessList | undefined;
2078
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2079
+ type?: "0x7c" | undefined;
2080
+ feeCurrency?: `0x${string}` | undefined;
2081
+ gatewayFee?: `0x${string}` | undefined;
2082
+ gatewayFeeRecipient?: `0x${string}` | undefined;
2083
+ } | {
2084
+ data?: `0x${string}` | undefined;
2085
+ from: `0x${string}`;
2086
+ gas?: `0x${string}` | undefined;
2087
+ nonce?: `0x${string}` | undefined;
2088
+ value?: `0x${string}` | undefined;
2089
+ to: `0x${string}` | null | undefined;
2090
+ gasPrice?: undefined;
2091
+ maxFeePerGas?: `0x${string}` | undefined;
2092
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2093
+ maxFeePerBlobGas: undefined;
2094
+ accessList?: import("../index.js").AccessList | undefined;
2095
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2096
+ type?: "0x7b" | undefined;
2097
+ feeCurrency?: `0x${string}` | undefined;
2098
+ gatewayFee?: undefined;
2099
+ gatewayFeeRecipient?: undefined;
2100
+ }) & {};
2101
+ type: "transactionRequest";
2102
+ };
2103
+ };
2104
+ //# sourceMappingURL=formatters.d.ts.map