viem 2.9.1 → 2.9.3

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