viem 2.7.22 → 2.8.1

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