viem 2.7.20 → 2.8.0

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