@circle-fin/usdckit 0.12.1 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/README.md +3 -4
  2. package/dist/cjs/actions/drainFrom.d.ts +1 -1
  3. package/dist/cjs/actions/drainFrom.d.ts.map +1 -1
  4. package/dist/cjs/actions/drainFrom.js.map +1 -1
  5. package/dist/cjs/actions/generateTransferLink.d.ts +2 -2
  6. package/dist/cjs/actions/generateTransferLink.d.ts.map +1 -1
  7. package/dist/cjs/actions/generateTransferLink.js +1 -1
  8. package/dist/cjs/actions/generateTransferLink.js.map +1 -1
  9. package/dist/cjs/actions/transfer.d.ts +1 -1
  10. package/dist/cjs/actions/transfer.d.ts.map +1 -1
  11. package/dist/cjs/actions/transfer.js +1 -1
  12. package/dist/cjs/actions/transfer.js.map +1 -1
  13. package/dist/cjs/chains/BASE.d.ts +44 -44
  14. package/dist/cjs/chains/BASE.d.ts.map +1 -1
  15. package/dist/cjs/chains/BASE_SEPOLIA.d.ts +44 -44
  16. package/dist/cjs/chains/BASE_SEPOLIA.d.ts.map +1 -1
  17. package/dist/cjs/chains/NEAR.d.ts +1 -1
  18. package/dist/cjs/chains/NEAR.d.ts.map +1 -1
  19. package/dist/cjs/chains/NEAR.js.map +1 -1
  20. package/dist/cjs/chains/NEAR_TESTNET.d.ts +1 -1
  21. package/dist/cjs/chains/NEAR_TESTNET.d.ts.map +1 -1
  22. package/dist/cjs/chains/NEAR_TESTNET.js.map +1 -1
  23. package/dist/cjs/chains/OP.d.ts +44 -44
  24. package/dist/cjs/chains/OP.d.ts.map +1 -1
  25. package/dist/cjs/chains/OP_SEPOLIA.d.ts +44 -44
  26. package/dist/cjs/chains/OP_SEPOLIA.d.ts.map +1 -1
  27. package/dist/cjs/chains/UNI.d.ts +44 -44
  28. package/dist/cjs/chains/UNI.d.ts.map +1 -1
  29. package/dist/cjs/chains/UNI_SEPOLIA.d.ts +44 -44
  30. package/dist/cjs/chains/UNI_SEPOLIA.d.ts.map +1 -1
  31. package/dist/cjs/index.d.ts +5 -1
  32. package/dist/cjs/index.d.ts.map +1 -1
  33. package/dist/cjs/index.js +5 -3
  34. package/dist/cjs/index.js.map +1 -1
  35. package/dist/cjs/metadata.js +1 -1
  36. package/dist/cjs/onResponse.d.ts +3 -2
  37. package/dist/cjs/onResponse.d.ts.map +1 -1
  38. package/dist/cjs/onResponse.js +15 -13
  39. package/dist/cjs/onResponse.js.map +1 -1
  40. package/dist/cjs/onResponse.test.js +7 -2
  41. package/dist/cjs/onResponse.test.js.map +1 -1
  42. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +44 -44
  43. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
  44. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +44 -44
  45. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
  46. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +44 -44
  47. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
  48. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +44 -44
  49. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
  50. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +44 -44
  51. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
  52. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +44 -44
  53. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
  54. package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts +264 -264
  55. package/dist/cjs/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
  56. package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +264 -264
  57. package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
  58. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts +1 -0
  59. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
  60. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.js +3 -1
  61. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.js.map +1 -1
  62. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.js +7 -0
  63. package/dist/cjs/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
  64. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts +2 -0
  65. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
  66. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.js +10 -18
  67. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.js.map +1 -1
  68. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js +3 -10
  69. package/dist/cjs/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
  70. package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts +88 -88
  71. package/dist/cjs/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
  72. package/dist/cjs/providers/developer-controlled-wallets/index.d.ts +88 -88
  73. package/dist/cjs/providers/developer-controlled-wallets/index.d.ts.map +1 -1
  74. package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts +1 -1
  75. package/dist/cjs/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
  76. package/dist/cjs/providers/developer-controlled-wallets/provider.js.map +1 -1
  77. package/dist/cjs/providers/developer-controlled-wallets/provider.test.js.map +1 -1
  78. package/dist/cjs/providers/faucet/extractChain.d.ts +44 -44
  79. package/dist/cjs/providers/faucet/extractChain.d.ts.map +1 -1
  80. package/dist/cjs/providers/faucet/index.d.ts +44 -44
  81. package/dist/cjs/providers/faucet/index.d.ts.map +1 -1
  82. package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -0
  83. package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.js.map +1 -0
  84. package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.test.d.ts.map +1 -1
  85. package/dist/cjs/providers/smart-contract-platform/actions/createContractExecutionTransaction.test.js.map +1 -0
  86. package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -0
  87. package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.js.map +1 -0
  88. package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.test.d.ts.map +1 -1
  89. package/dist/cjs/providers/smart-contract-platform/actions/estimateContractExecutionFee.test.js.map +1 -0
  90. package/dist/cjs/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -0
  91. package/dist/cjs/providers/smart-contract-platform/actions/getContract.js.map +1 -0
  92. package/dist/cjs/providers/smart-contract-platform/actions/getContract.test.d.ts.map +1 -0
  93. package/dist/cjs/providers/smart-contract-platform/actions/getContract.test.js.map +1 -0
  94. package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -0
  95. package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.js.map +1 -0
  96. package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.d.ts.map +1 -0
  97. package/dist/cjs/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -0
  98. package/dist/cjs/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -0
  99. package/dist/cjs/providers/smart-contract-platform/actions/importContract.js.map +1 -0
  100. package/dist/cjs/providers/smart-contract-platform/actions/importContract.test.d.ts.map +1 -0
  101. package/dist/cjs/providers/smart-contract-platform/actions/importContract.test.js.map +1 -0
  102. package/dist/cjs/providers/smart-contract-platform/actions/index.d.ts.map +1 -0
  103. package/dist/cjs/providers/smart-contract-platform/actions/index.js.map +1 -0
  104. package/dist/cjs/providers/smart-contract-platform/actions/index.test.d.ts.map +1 -0
  105. package/dist/cjs/providers/smart-contract-platform/actions/index.test.js.map +1 -0
  106. package/dist/cjs/providers/smart-contract-platform/actions/writeContract.d.ts.map +1 -0
  107. package/dist/cjs/providers/smart-contract-platform/actions/writeContract.js.map +1 -0
  108. package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.d.ts.map +1 -0
  109. package/dist/cjs/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -0
  110. package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.d.ts.map +1 -1
  111. package/dist/cjs/providers/smart-contract-platform/extractChain.js.map +1 -0
  112. package/dist/cjs/providers/smart-contract-platform/extractChain.test.d.ts.map +1 -0
  113. package/dist/cjs/providers/smart-contract-platform/extractChain.test.js.map +1 -0
  114. package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/index.d.ts +1 -1
  115. package/dist/cjs/providers/smart-contract-platform/index.d.ts.map +1 -0
  116. package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/index.js +1 -1
  117. package/dist/cjs/providers/smart-contract-platform/index.js.map +1 -0
  118. package/dist/cjs/providers/smart-contract-platform/index.test.d.ts.map +1 -0
  119. package/dist/cjs/providers/smart-contract-platform/index.test.js.map +1 -0
  120. package/dist/{esm/providers/smart-contracts-platform → cjs/providers/smart-contract-platform}/provider.d.ts +2 -2
  121. package/dist/cjs/providers/smart-contract-platform/provider.d.ts.map +1 -0
  122. package/dist/cjs/providers/smart-contract-platform/provider.js.map +1 -0
  123. package/dist/cjs/providers/smart-contract-platform/provider.test.d.ts.map +1 -0
  124. package/dist/cjs/providers/smart-contract-platform/provider.test.js.map +1 -0
  125. package/dist/cjs/providers/smart-contract-platform/transports/http.d.ts.map +1 -0
  126. package/dist/cjs/providers/smart-contract-platform/transports/http.js.map +1 -0
  127. package/dist/cjs/providers/smart-contract-platform/transports/http.test.d.ts.map +1 -0
  128. package/dist/cjs/providers/smart-contract-platform/transports/http.test.js.map +1 -0
  129. package/dist/cjs/types.d.ts +7 -4
  130. package/dist/cjs/types.d.ts.map +1 -1
  131. package/dist/cjs/utils/formatUnits.d.ts +1 -1
  132. package/dist/cjs/utils/formatUnits.d.ts.map +1 -1
  133. package/dist/cjs/utils/toERC681.d.ts +1 -1
  134. package/dist/cjs/utils/toERC681.d.ts.map +1 -1
  135. package/dist/cjs/utils/toERC681.js.map +1 -1
  136. package/dist/esm/actions/drainFrom.d.ts +1 -1
  137. package/dist/esm/actions/drainFrom.d.ts.map +1 -1
  138. package/dist/esm/actions/drainFrom.js.map +1 -1
  139. package/dist/esm/actions/generateTransferLink.d.ts +2 -2
  140. package/dist/esm/actions/generateTransferLink.d.ts.map +1 -1
  141. package/dist/esm/actions/generateTransferLink.js +1 -1
  142. package/dist/esm/actions/generateTransferLink.js.map +1 -1
  143. package/dist/esm/actions/transfer.d.ts +1 -1
  144. package/dist/esm/actions/transfer.d.ts.map +1 -1
  145. package/dist/esm/actions/transfer.js +1 -1
  146. package/dist/esm/actions/transfer.js.map +1 -1
  147. package/dist/esm/chains/BASE.d.ts +44 -44
  148. package/dist/esm/chains/BASE.d.ts.map +1 -1
  149. package/dist/esm/chains/BASE_SEPOLIA.d.ts +44 -44
  150. package/dist/esm/chains/BASE_SEPOLIA.d.ts.map +1 -1
  151. package/dist/esm/chains/NEAR.d.ts +1 -1
  152. package/dist/esm/chains/NEAR.d.ts.map +1 -1
  153. package/dist/esm/chains/NEAR.js.map +1 -1
  154. package/dist/esm/chains/NEAR_TESTNET.d.ts +1 -1
  155. package/dist/esm/chains/NEAR_TESTNET.d.ts.map +1 -1
  156. package/dist/esm/chains/NEAR_TESTNET.js.map +1 -1
  157. package/dist/esm/chains/OP.d.ts +44 -44
  158. package/dist/esm/chains/OP.d.ts.map +1 -1
  159. package/dist/esm/chains/OP_SEPOLIA.d.ts +44 -44
  160. package/dist/esm/chains/OP_SEPOLIA.d.ts.map +1 -1
  161. package/dist/esm/chains/UNI.d.ts +44 -44
  162. package/dist/esm/chains/UNI.d.ts.map +1 -1
  163. package/dist/esm/chains/UNI_SEPOLIA.d.ts +44 -44
  164. package/dist/esm/chains/UNI_SEPOLIA.d.ts.map +1 -1
  165. package/dist/esm/index.d.ts +5 -1
  166. package/dist/esm/index.d.ts.map +1 -1
  167. package/dist/esm/index.js +10 -8
  168. package/dist/esm/index.js.map +1 -1
  169. package/dist/esm/metadata.js +1 -1
  170. package/dist/esm/onResponse.d.ts +3 -2
  171. package/dist/esm/onResponse.d.ts.map +1 -1
  172. package/dist/esm/onResponse.js +14 -12
  173. package/dist/esm/onResponse.js.map +1 -1
  174. package/dist/esm/onResponse.test.js +7 -2
  175. package/dist/esm/onResponse.test.js.map +1 -1
  176. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +44 -44
  177. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts.map +1 -1
  178. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +44 -44
  179. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts.map +1 -1
  180. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +44 -44
  181. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts.map +1 -1
  182. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +44 -44
  183. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts.map +1 -1
  184. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +44 -44
  185. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts.map +1 -1
  186. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +44 -44
  187. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts.map +1 -1
  188. package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts +264 -264
  189. package/dist/esm/providers/cross-chain-transfer-protocol/extractChain.d.ts.map +1 -1
  190. package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +264 -264
  191. package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts.map +1 -1
  192. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts +1 -0
  193. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.d.ts.map +1 -1
  194. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.js +3 -1
  195. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.js.map +1 -1
  196. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.js +7 -0
  197. package/dist/esm/providers/developer-controlled-wallets/actions/createAccount.test.js.map +1 -1
  198. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts +2 -0
  199. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.d.ts.map +1 -1
  200. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.js +10 -18
  201. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.js.map +1 -1
  202. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js +3 -10
  203. package/dist/esm/providers/developer-controlled-wallets/actions/getAccounts.test.js.map +1 -1
  204. package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts +88 -88
  205. package/dist/esm/providers/developer-controlled-wallets/extractChain.d.ts.map +1 -1
  206. package/dist/esm/providers/developer-controlled-wallets/index.d.ts +88 -88
  207. package/dist/esm/providers/developer-controlled-wallets/index.d.ts.map +1 -1
  208. package/dist/esm/providers/developer-controlled-wallets/provider.d.ts +1 -1
  209. package/dist/esm/providers/developer-controlled-wallets/provider.d.ts.map +1 -1
  210. package/dist/esm/providers/developer-controlled-wallets/provider.js +1 -1
  211. package/dist/esm/providers/developer-controlled-wallets/provider.js.map +1 -1
  212. package/dist/esm/providers/developer-controlled-wallets/provider.test.js.map +1 -1
  213. package/dist/esm/providers/faucet/extractChain.d.ts +44 -44
  214. package/dist/esm/providers/faucet/extractChain.d.ts.map +1 -1
  215. package/dist/esm/providers/faucet/index.d.ts +44 -44
  216. package/dist/esm/providers/faucet/index.d.ts.map +1 -1
  217. package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.d.ts.map +1 -0
  218. package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.js.map +1 -0
  219. package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.test.d.ts.map +1 -1
  220. package/dist/esm/providers/smart-contract-platform/actions/createContractExecutionTransaction.test.js.map +1 -0
  221. package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.d.ts.map +1 -0
  222. package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.js.map +1 -0
  223. package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.test.d.ts.map +1 -1
  224. package/dist/esm/providers/smart-contract-platform/actions/estimateContractExecutionFee.test.js.map +1 -0
  225. package/dist/esm/providers/smart-contract-platform/actions/getContract.d.ts.map +1 -0
  226. package/dist/esm/providers/smart-contract-platform/actions/getContract.js.map +1 -0
  227. package/dist/esm/providers/smart-contract-platform/actions/getContract.test.d.ts.map +1 -0
  228. package/dist/esm/providers/smart-contract-platform/actions/getContract.test.js.map +1 -0
  229. package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.d.ts.map +1 -0
  230. package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.js.map +1 -0
  231. package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.d.ts.map +1 -0
  232. package/dist/esm/providers/smart-contract-platform/actions/getContractAbi.test.js.map +1 -0
  233. package/dist/esm/providers/smart-contract-platform/actions/importContract.d.ts.map +1 -0
  234. package/dist/esm/providers/smart-contract-platform/actions/importContract.js.map +1 -0
  235. package/dist/esm/providers/smart-contract-platform/actions/importContract.test.d.ts.map +1 -0
  236. package/dist/esm/providers/smart-contract-platform/actions/importContract.test.js.map +1 -0
  237. package/dist/esm/providers/smart-contract-platform/actions/index.d.ts.map +1 -0
  238. package/dist/esm/providers/smart-contract-platform/actions/index.js.map +1 -0
  239. package/dist/esm/providers/smart-contract-platform/actions/index.test.d.ts.map +1 -0
  240. package/dist/esm/providers/smart-contract-platform/actions/index.test.js.map +1 -0
  241. package/dist/esm/providers/smart-contract-platform/actions/writeContract.d.ts.map +1 -0
  242. package/dist/esm/providers/smart-contract-platform/actions/writeContract.js.map +1 -0
  243. package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.d.ts.map +1 -0
  244. package/dist/esm/providers/smart-contract-platform/actions/writeContract.test.js.map +1 -0
  245. package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.d.ts.map +1 -1
  246. package/dist/esm/providers/smart-contract-platform/extractChain.js.map +1 -0
  247. package/dist/esm/providers/smart-contract-platform/extractChain.test.d.ts.map +1 -0
  248. package/dist/esm/providers/smart-contract-platform/extractChain.test.js.map +1 -0
  249. package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/index.d.ts +1 -1
  250. package/dist/esm/providers/smart-contract-platform/index.d.ts.map +1 -0
  251. package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/index.js +1 -1
  252. package/dist/esm/providers/smart-contract-platform/index.js.map +1 -0
  253. package/dist/esm/providers/smart-contract-platform/index.test.d.ts.map +1 -0
  254. package/dist/esm/providers/smart-contract-platform/index.test.js.map +1 -0
  255. package/dist/{cjs/providers/smart-contracts-platform → esm/providers/smart-contract-platform}/provider.d.ts +2 -2
  256. package/dist/esm/providers/smart-contract-platform/provider.d.ts.map +1 -0
  257. package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/provider.js +1 -1
  258. package/dist/{cjs/providers/smart-contracts-platform → esm/providers/smart-contract-platform}/provider.js.map +1 -1
  259. package/dist/esm/providers/smart-contract-platform/provider.test.d.ts.map +1 -0
  260. package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/provider.test.js +1 -1
  261. package/dist/esm/providers/smart-contract-platform/provider.test.js.map +1 -0
  262. package/dist/esm/providers/smart-contract-platform/transports/http.d.ts.map +1 -0
  263. package/dist/esm/providers/smart-contract-platform/transports/http.js.map +1 -0
  264. package/dist/esm/providers/smart-contract-platform/transports/http.test.d.ts.map +1 -0
  265. package/dist/esm/providers/smart-contract-platform/transports/http.test.js.map +1 -0
  266. package/dist/esm/types.d.ts +7 -4
  267. package/dist/esm/types.d.ts.map +1 -1
  268. package/dist/esm/utils/formatUnits.d.ts +1 -1
  269. package/dist/esm/utils/formatUnits.d.ts.map +1 -1
  270. package/dist/esm/utils/toERC681.d.ts +1 -1
  271. package/dist/esm/utils/toERC681.d.ts.map +1 -1
  272. package/dist/esm/utils/toERC681.js.map +1 -1
  273. package/package.json +8 -6
  274. package/dist/cjs/providers/smart-contracts-platform/actions/createContractExecutionTransaction.d.ts.map +0 -1
  275. package/dist/cjs/providers/smart-contracts-platform/actions/createContractExecutionTransaction.js.map +0 -1
  276. package/dist/cjs/providers/smart-contracts-platform/actions/createContractExecutionTransaction.test.js.map +0 -1
  277. package/dist/cjs/providers/smart-contracts-platform/actions/estimateContractExecutionFee.d.ts.map +0 -1
  278. package/dist/cjs/providers/smart-contracts-platform/actions/estimateContractExecutionFee.js.map +0 -1
  279. package/dist/cjs/providers/smart-contracts-platform/actions/estimateContractExecutionFee.test.js.map +0 -1
  280. package/dist/cjs/providers/smart-contracts-platform/actions/getContract.d.ts.map +0 -1
  281. package/dist/cjs/providers/smart-contracts-platform/actions/getContract.js.map +0 -1
  282. package/dist/cjs/providers/smart-contracts-platform/actions/getContract.test.d.ts.map +0 -1
  283. package/dist/cjs/providers/smart-contracts-platform/actions/getContract.test.js.map +0 -1
  284. package/dist/cjs/providers/smart-contracts-platform/actions/getContractAbi.d.ts.map +0 -1
  285. package/dist/cjs/providers/smart-contracts-platform/actions/getContractAbi.js.map +0 -1
  286. package/dist/cjs/providers/smart-contracts-platform/actions/getContractAbi.test.d.ts.map +0 -1
  287. package/dist/cjs/providers/smart-contracts-platform/actions/getContractAbi.test.js.map +0 -1
  288. package/dist/cjs/providers/smart-contracts-platform/actions/importContract.d.ts.map +0 -1
  289. package/dist/cjs/providers/smart-contracts-platform/actions/importContract.js.map +0 -1
  290. package/dist/cjs/providers/smart-contracts-platform/actions/importContract.test.d.ts.map +0 -1
  291. package/dist/cjs/providers/smart-contracts-platform/actions/importContract.test.js.map +0 -1
  292. package/dist/cjs/providers/smart-contracts-platform/actions/index.d.ts.map +0 -1
  293. package/dist/cjs/providers/smart-contracts-platform/actions/index.js.map +0 -1
  294. package/dist/cjs/providers/smart-contracts-platform/actions/index.test.d.ts.map +0 -1
  295. package/dist/cjs/providers/smart-contracts-platform/actions/index.test.js.map +0 -1
  296. package/dist/cjs/providers/smart-contracts-platform/actions/writeContract.d.ts.map +0 -1
  297. package/dist/cjs/providers/smart-contracts-platform/actions/writeContract.js.map +0 -1
  298. package/dist/cjs/providers/smart-contracts-platform/actions/writeContract.test.d.ts.map +0 -1
  299. package/dist/cjs/providers/smart-contracts-platform/actions/writeContract.test.js.map +0 -1
  300. package/dist/cjs/providers/smart-contracts-platform/extractChain.js.map +0 -1
  301. package/dist/cjs/providers/smart-contracts-platform/extractChain.test.d.ts.map +0 -1
  302. package/dist/cjs/providers/smart-contracts-platform/extractChain.test.js.map +0 -1
  303. package/dist/cjs/providers/smart-contracts-platform/index.d.ts.map +0 -1
  304. package/dist/cjs/providers/smart-contracts-platform/index.js.map +0 -1
  305. package/dist/cjs/providers/smart-contracts-platform/index.test.d.ts.map +0 -1
  306. package/dist/cjs/providers/smart-contracts-platform/index.test.js.map +0 -1
  307. package/dist/cjs/providers/smart-contracts-platform/provider.d.ts.map +0 -1
  308. package/dist/cjs/providers/smart-contracts-platform/provider.test.d.ts.map +0 -1
  309. package/dist/cjs/providers/smart-contracts-platform/provider.test.js.map +0 -1
  310. package/dist/cjs/providers/smart-contracts-platform/transports/http.d.ts.map +0 -1
  311. package/dist/cjs/providers/smart-contracts-platform/transports/http.js.map +0 -1
  312. package/dist/cjs/providers/smart-contracts-platform/transports/http.test.d.ts.map +0 -1
  313. package/dist/cjs/providers/smart-contracts-platform/transports/http.test.js.map +0 -1
  314. package/dist/cjs/utils/index.test.d.ts.map +0 -1
  315. package/dist/cjs/utils/index.test.js +0 -40
  316. package/dist/cjs/utils/index.test.js.map +0 -1
  317. package/dist/esm/providers/smart-contracts-platform/actions/createContractExecutionTransaction.d.ts.map +0 -1
  318. package/dist/esm/providers/smart-contracts-platform/actions/createContractExecutionTransaction.js.map +0 -1
  319. package/dist/esm/providers/smart-contracts-platform/actions/createContractExecutionTransaction.test.js.map +0 -1
  320. package/dist/esm/providers/smart-contracts-platform/actions/estimateContractExecutionFee.d.ts.map +0 -1
  321. package/dist/esm/providers/smart-contracts-platform/actions/estimateContractExecutionFee.js.map +0 -1
  322. package/dist/esm/providers/smart-contracts-platform/actions/estimateContractExecutionFee.test.js.map +0 -1
  323. package/dist/esm/providers/smart-contracts-platform/actions/getContract.d.ts.map +0 -1
  324. package/dist/esm/providers/smart-contracts-platform/actions/getContract.js.map +0 -1
  325. package/dist/esm/providers/smart-contracts-platform/actions/getContract.test.d.ts.map +0 -1
  326. package/dist/esm/providers/smart-contracts-platform/actions/getContract.test.js.map +0 -1
  327. package/dist/esm/providers/smart-contracts-platform/actions/getContractAbi.d.ts.map +0 -1
  328. package/dist/esm/providers/smart-contracts-platform/actions/getContractAbi.js.map +0 -1
  329. package/dist/esm/providers/smart-contracts-platform/actions/getContractAbi.test.d.ts.map +0 -1
  330. package/dist/esm/providers/smart-contracts-platform/actions/getContractAbi.test.js.map +0 -1
  331. package/dist/esm/providers/smart-contracts-platform/actions/importContract.d.ts.map +0 -1
  332. package/dist/esm/providers/smart-contracts-platform/actions/importContract.js.map +0 -1
  333. package/dist/esm/providers/smart-contracts-platform/actions/importContract.test.d.ts.map +0 -1
  334. package/dist/esm/providers/smart-contracts-platform/actions/importContract.test.js.map +0 -1
  335. package/dist/esm/providers/smart-contracts-platform/actions/index.d.ts.map +0 -1
  336. package/dist/esm/providers/smart-contracts-platform/actions/index.js.map +0 -1
  337. package/dist/esm/providers/smart-contracts-platform/actions/index.test.d.ts.map +0 -1
  338. package/dist/esm/providers/smart-contracts-platform/actions/index.test.js.map +0 -1
  339. package/dist/esm/providers/smart-contracts-platform/actions/writeContract.d.ts.map +0 -1
  340. package/dist/esm/providers/smart-contracts-platform/actions/writeContract.js.map +0 -1
  341. package/dist/esm/providers/smart-contracts-platform/actions/writeContract.test.d.ts.map +0 -1
  342. package/dist/esm/providers/smart-contracts-platform/actions/writeContract.test.js.map +0 -1
  343. package/dist/esm/providers/smart-contracts-platform/extractChain.js.map +0 -1
  344. package/dist/esm/providers/smart-contracts-platform/extractChain.test.d.ts.map +0 -1
  345. package/dist/esm/providers/smart-contracts-platform/extractChain.test.js.map +0 -1
  346. package/dist/esm/providers/smart-contracts-platform/index.d.ts.map +0 -1
  347. package/dist/esm/providers/smart-contracts-platform/index.js.map +0 -1
  348. package/dist/esm/providers/smart-contracts-platform/index.test.d.ts +0 -2
  349. package/dist/esm/providers/smart-contracts-platform/index.test.d.ts.map +0 -1
  350. package/dist/esm/providers/smart-contracts-platform/index.test.js.map +0 -1
  351. package/dist/esm/providers/smart-contracts-platform/provider.d.ts.map +0 -1
  352. package/dist/esm/providers/smart-contracts-platform/provider.js.map +0 -1
  353. package/dist/esm/providers/smart-contracts-platform/provider.test.d.ts.map +0 -1
  354. package/dist/esm/providers/smart-contracts-platform/provider.test.js.map +0 -1
  355. package/dist/esm/providers/smart-contracts-platform/transports/http.d.ts.map +0 -1
  356. package/dist/esm/providers/smart-contracts-platform/transports/http.js.map +0 -1
  357. package/dist/esm/providers/smart-contracts-platform/transports/http.test.d.ts.map +0 -1
  358. package/dist/esm/providers/smart-contracts-platform/transports/http.test.js.map +0 -1
  359. package/dist/esm/utils/index.test.d.ts +0 -2
  360. package/dist/esm/utils/index.test.d.ts.map +0 -1
  361. package/dist/esm/utils/index.test.js +0 -38
  362. package/dist/esm/utils/index.test.js.map +0 -1
  363. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.d.ts +0 -0
  364. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.js +0 -0
  365. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.test.d.ts +0 -0
  366. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.test.js +0 -0
  367. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.d.ts +0 -0
  368. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.js +0 -0
  369. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.test.d.ts +0 -0
  370. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.test.js +0 -0
  371. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.d.ts +0 -0
  372. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.js +0 -0
  373. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.test.d.ts +0 -0
  374. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.test.js +0 -0
  375. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.d.ts +0 -0
  376. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.js +0 -0
  377. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.test.d.ts +0 -0
  378. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.test.js +0 -0
  379. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.d.ts +0 -0
  380. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.js +0 -0
  381. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.test.d.ts +0 -0
  382. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.test.js +0 -0
  383. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/index.d.ts +0 -0
  384. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/index.js +0 -0
  385. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/index.test.d.ts +0 -0
  386. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/index.test.js +0 -0
  387. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.d.ts +0 -0
  388. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.js +0 -0
  389. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.test.d.ts +0 -0
  390. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.test.js +0 -0
  391. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.d.ts +0 -0
  392. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.js +0 -0
  393. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.test.d.ts +0 -0
  394. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.test.js +0 -0
  395. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/index.test.d.ts +0 -0
  396. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/index.test.js +0 -0
  397. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/provider.js +0 -0
  398. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/provider.test.d.ts +0 -0
  399. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/provider.test.js +0 -0
  400. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.d.ts +0 -0
  401. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.js +0 -0
  402. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.test.d.ts +0 -0
  403. /package/dist/cjs/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.test.js +0 -0
  404. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.d.ts +0 -0
  405. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.js +0 -0
  406. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.test.d.ts +0 -0
  407. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/createContractExecutionTransaction.test.js +0 -0
  408. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.d.ts +0 -0
  409. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.js +0 -0
  410. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.test.d.ts +0 -0
  411. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/estimateContractExecutionFee.test.js +0 -0
  412. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.d.ts +0 -0
  413. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.js +0 -0
  414. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.test.d.ts +0 -0
  415. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContract.test.js +0 -0
  416. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.d.ts +0 -0
  417. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.js +0 -0
  418. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.test.d.ts +0 -0
  419. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/getContractAbi.test.js +0 -0
  420. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.d.ts +0 -0
  421. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.js +0 -0
  422. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.test.d.ts +0 -0
  423. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/importContract.test.js +0 -0
  424. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/index.d.ts +0 -0
  425. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/index.js +0 -0
  426. /package/dist/{cjs/utils → esm/providers/smart-contract-platform/actions}/index.test.d.ts +0 -0
  427. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/index.test.js +0 -0
  428. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.d.ts +0 -0
  429. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.js +0 -0
  430. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.test.d.ts +0 -0
  431. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/actions/writeContract.test.js +0 -0
  432. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.d.ts +0 -0
  433. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.js +0 -0
  434. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.test.d.ts +0 -0
  435. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/extractChain.test.js +0 -0
  436. /package/dist/esm/providers/{smart-contracts-platform/actions → smart-contract-platform}/index.test.d.ts +0 -0
  437. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/index.test.js +0 -0
  438. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/provider.test.d.ts +0 -0
  439. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.d.ts +0 -0
  440. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.js +0 -0
  441. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.test.d.ts +0 -0
  442. /package/dist/esm/providers/{smart-contracts-platform → smart-contract-platform}/transports/http.test.js +0 -0
@@ -277,7 +277,7 @@ export declare function extractChain({ id }: {
277
277
  mixHash: import("viem").Hash;
278
278
  nonce: `0x${string}` | null;
279
279
  number: bigint | null;
280
- parentBeaconBlockRoot?: import("viem").Hex | undefined;
280
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
281
281
  parentHash: import("viem").Hash;
282
282
  receiptsRoot: import("viem").Hex;
283
283
  sealFields: import("viem").Hex[];
@@ -289,8 +289,8 @@ export declare function extractChain({ id }: {
289
289
  transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
290
290
  transactionsRoot: import("viem").Hash;
291
291
  uncles: import("viem").Hash[];
292
- withdrawals?: import("viem").Withdrawal[] | undefined;
293
- withdrawalsRoot?: import("viem").Hex | undefined;
292
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
293
+ withdrawalsRoot?: `0x${string}` | undefined;
294
294
  } & {};
295
295
  type: "block";
296
296
  };
@@ -312,12 +312,12 @@ export declare function extractChain({ id }: {
312
312
  v: bigint;
313
313
  value: bigint;
314
314
  yParity: number;
315
- gasPrice?: undefined;
316
- maxFeePerBlobGas?: undefined;
315
+ gasPrice?: undefined | undefined;
316
+ maxFeePerBlobGas?: undefined | undefined;
317
317
  maxFeePerGas: bigint;
318
318
  maxPriorityFeePerGas: bigint;
319
319
  isSystemTx?: boolean;
320
- mint?: bigint | undefined;
320
+ mint?: bigint | undefined | undefined;
321
321
  sourceHash: import("viem").Hex;
322
322
  type: "deposit";
323
323
  } | {
@@ -335,19 +335,19 @@ export declare function extractChain({ id }: {
335
335
  input: import("viem").Hex;
336
336
  transactionIndex: number | null;
337
337
  typeHex: import("viem").Hex | null;
338
- accessList?: undefined;
339
- authorizationList?: undefined;
340
- blobVersionedHashes?: undefined;
338
+ accessList?: undefined | undefined;
339
+ authorizationList?: undefined | undefined;
340
+ blobVersionedHashes?: undefined | undefined;
341
341
  chainId?: number | undefined;
342
- yParity?: undefined;
342
+ yParity?: undefined | undefined;
343
343
  type: "legacy";
344
344
  gasPrice: bigint;
345
- maxFeePerBlobGas?: undefined;
346
- maxFeePerGas?: undefined;
347
- maxPriorityFeePerGas?: undefined;
348
- isSystemTx?: undefined;
349
- mint?: undefined;
350
- sourceHash?: undefined;
345
+ maxFeePerBlobGas?: undefined | undefined;
346
+ maxFeePerGas?: undefined | undefined;
347
+ maxPriorityFeePerGas?: undefined | undefined;
348
+ isSystemTx?: undefined | undefined;
349
+ mint?: undefined | undefined;
350
+ sourceHash?: undefined | undefined;
351
351
  } | {
352
352
  blockHash: `0x${string}` | null;
353
353
  blockNumber: bigint | null;
@@ -365,17 +365,17 @@ export declare function extractChain({ id }: {
365
365
  value: bigint;
366
366
  yParity: number;
367
367
  accessList: import("viem").AccessList;
368
- authorizationList?: undefined;
369
- blobVersionedHashes?: undefined;
368
+ authorizationList?: undefined | undefined;
369
+ blobVersionedHashes?: undefined | undefined;
370
370
  chainId: number;
371
371
  type: "eip2930";
372
372
  gasPrice: bigint;
373
- maxFeePerBlobGas?: undefined;
374
- maxFeePerGas?: undefined;
375
- maxPriorityFeePerGas?: undefined;
376
- isSystemTx?: undefined;
377
- mint?: undefined;
378
- sourceHash?: undefined;
373
+ maxFeePerBlobGas?: undefined | undefined;
374
+ maxFeePerGas?: undefined | undefined;
375
+ maxPriorityFeePerGas?: undefined | undefined;
376
+ isSystemTx?: undefined | undefined;
377
+ mint?: undefined | undefined;
378
+ sourceHash?: undefined | undefined;
379
379
  } | {
380
380
  blockHash: `0x${string}` | null;
381
381
  blockNumber: bigint | null;
@@ -393,17 +393,17 @@ export declare function extractChain({ id }: {
393
393
  value: bigint;
394
394
  yParity: number;
395
395
  accessList: import("viem").AccessList;
396
- authorizationList?: undefined;
397
- blobVersionedHashes?: undefined;
396
+ authorizationList?: undefined | undefined;
397
+ blobVersionedHashes?: undefined | undefined;
398
398
  chainId: number;
399
399
  type: "eip1559";
400
- gasPrice?: undefined;
401
- maxFeePerBlobGas?: undefined;
400
+ gasPrice?: undefined | undefined;
401
+ maxFeePerBlobGas?: undefined | undefined;
402
402
  maxFeePerGas: bigint;
403
403
  maxPriorityFeePerGas: bigint;
404
- isSystemTx?: undefined;
405
- mint?: undefined;
406
- sourceHash?: undefined;
404
+ isSystemTx?: undefined | undefined;
405
+ mint?: undefined | undefined;
406
+ sourceHash?: undefined | undefined;
407
407
  } | {
408
408
  blockHash: `0x${string}` | null;
409
409
  blockNumber: bigint | null;
@@ -421,17 +421,17 @@ export declare function extractChain({ id }: {
421
421
  value: bigint;
422
422
  yParity: number;
423
423
  accessList: import("viem").AccessList;
424
- authorizationList?: undefined;
424
+ authorizationList?: undefined | undefined;
425
425
  blobVersionedHashes: readonly import("viem").Hex[];
426
426
  chainId: number;
427
427
  type: "eip4844";
428
- gasPrice?: undefined;
428
+ gasPrice?: undefined | undefined;
429
429
  maxFeePerBlobGas: bigint;
430
430
  maxFeePerGas: bigint;
431
431
  maxPriorityFeePerGas: bigint;
432
- isSystemTx?: undefined;
433
- mint?: undefined;
434
- sourceHash?: undefined;
432
+ isSystemTx?: undefined | undefined;
433
+ mint?: undefined | undefined;
434
+ sourceHash?: undefined | undefined;
435
435
  } | {
436
436
  blockHash: `0x${string}` | null;
437
437
  blockNumber: bigint | null;
@@ -449,17 +449,17 @@ export declare function extractChain({ id }: {
449
449
  value: bigint;
450
450
  yParity: number;
451
451
  accessList: import("viem").AccessList;
452
- authorizationList: import("viem/experimental").SignedAuthorizationList;
453
- blobVersionedHashes?: undefined;
452
+ authorizationList: import("viem").SignedAuthorizationList;
453
+ blobVersionedHashes?: undefined | undefined;
454
454
  chainId: number;
455
455
  type: "eip7702";
456
- gasPrice?: undefined;
457
- maxFeePerBlobGas?: undefined;
456
+ gasPrice?: undefined | undefined;
457
+ maxFeePerBlobGas?: undefined | undefined;
458
458
  maxFeePerGas: bigint;
459
459
  maxPriorityFeePerGas: bigint;
460
- isSystemTx?: undefined;
461
- mint?: undefined;
462
- sourceHash?: undefined;
460
+ isSystemTx?: undefined | undefined;
461
+ mint?: undefined | undefined;
462
+ sourceHash?: undefined | undefined;
463
463
  }) & {};
464
464
  type: "transaction";
465
465
  };
@@ -477,7 +477,7 @@ export declare function extractChain({ id }: {
477
477
  gasUsed: bigint;
478
478
  logs: import("viem").Log<bigint, number, false>[];
479
479
  logsBloom: import("viem").Hex;
480
- root?: import("viem").Hash | undefined;
480
+ root?: `0x${string}` | undefined;
481
481
  status: "success" | "reverted";
482
482
  to: import("viem").Address | null;
483
483
  transactionHash: import("viem").Hash;
@@ -595,7 +595,7 @@ export declare function extractChain({ id }: {
595
595
  mixHash: import("viem").Hash;
596
596
  nonce: `0x${string}` | null;
597
597
  number: bigint | null;
598
- parentBeaconBlockRoot?: import("viem").Hex | undefined;
598
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
599
599
  parentHash: import("viem").Hash;
600
600
  receiptsRoot: import("viem").Hex;
601
601
  sealFields: import("viem").Hex[];
@@ -607,8 +607,8 @@ export declare function extractChain({ id }: {
607
607
  transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
608
608
  transactionsRoot: import("viem").Hash;
609
609
  uncles: import("viem").Hash[];
610
- withdrawals?: import("viem").Withdrawal[] | undefined;
611
- withdrawalsRoot?: import("viem").Hex | undefined;
610
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
611
+ withdrawalsRoot?: `0x${string}` | undefined;
612
612
  } & {};
613
613
  type: "block";
614
614
  };
@@ -630,12 +630,12 @@ export declare function extractChain({ id }: {
630
630
  v: bigint;
631
631
  value: bigint;
632
632
  yParity: number;
633
- gasPrice?: undefined;
634
- maxFeePerBlobGas?: undefined;
633
+ gasPrice?: undefined | undefined;
634
+ maxFeePerBlobGas?: undefined | undefined;
635
635
  maxFeePerGas: bigint;
636
636
  maxPriorityFeePerGas: bigint;
637
637
  isSystemTx?: boolean;
638
- mint?: bigint | undefined;
638
+ mint?: bigint | undefined | undefined;
639
639
  sourceHash: import("viem").Hex;
640
640
  type: "deposit";
641
641
  } | {
@@ -653,19 +653,19 @@ export declare function extractChain({ id }: {
653
653
  input: import("viem").Hex;
654
654
  transactionIndex: number | null;
655
655
  typeHex: import("viem").Hex | null;
656
- accessList?: undefined;
657
- authorizationList?: undefined;
658
- blobVersionedHashes?: undefined;
656
+ accessList?: undefined | undefined;
657
+ authorizationList?: undefined | undefined;
658
+ blobVersionedHashes?: undefined | undefined;
659
659
  chainId?: number | undefined;
660
- yParity?: undefined;
660
+ yParity?: undefined | undefined;
661
661
  type: "legacy";
662
662
  gasPrice: bigint;
663
- maxFeePerBlobGas?: undefined;
664
- maxFeePerGas?: undefined;
665
- maxPriorityFeePerGas?: undefined;
666
- isSystemTx?: undefined;
667
- mint?: undefined;
668
- sourceHash?: undefined;
663
+ maxFeePerBlobGas?: undefined | undefined;
664
+ maxFeePerGas?: undefined | undefined;
665
+ maxPriorityFeePerGas?: undefined | undefined;
666
+ isSystemTx?: undefined | undefined;
667
+ mint?: undefined | undefined;
668
+ sourceHash?: undefined | undefined;
669
669
  } | {
670
670
  blockHash: `0x${string}` | null;
671
671
  blockNumber: bigint | null;
@@ -683,17 +683,17 @@ export declare function extractChain({ id }: {
683
683
  value: bigint;
684
684
  yParity: number;
685
685
  accessList: import("viem").AccessList;
686
- authorizationList?: undefined;
687
- blobVersionedHashes?: undefined;
686
+ authorizationList?: undefined | undefined;
687
+ blobVersionedHashes?: undefined | undefined;
688
688
  chainId: number;
689
689
  type: "eip2930";
690
690
  gasPrice: bigint;
691
- maxFeePerBlobGas?: undefined;
692
- maxFeePerGas?: undefined;
693
- maxPriorityFeePerGas?: undefined;
694
- isSystemTx?: undefined;
695
- mint?: undefined;
696
- sourceHash?: undefined;
691
+ maxFeePerBlobGas?: undefined | undefined;
692
+ maxFeePerGas?: undefined | undefined;
693
+ maxPriorityFeePerGas?: undefined | undefined;
694
+ isSystemTx?: undefined | undefined;
695
+ mint?: undefined | undefined;
696
+ sourceHash?: undefined | undefined;
697
697
  } | {
698
698
  blockHash: `0x${string}` | null;
699
699
  blockNumber: bigint | null;
@@ -711,17 +711,17 @@ export declare function extractChain({ id }: {
711
711
  value: bigint;
712
712
  yParity: number;
713
713
  accessList: import("viem").AccessList;
714
- authorizationList?: undefined;
715
- blobVersionedHashes?: undefined;
714
+ authorizationList?: undefined | undefined;
715
+ blobVersionedHashes?: undefined | undefined;
716
716
  chainId: number;
717
717
  type: "eip1559";
718
- gasPrice?: undefined;
719
- maxFeePerBlobGas?: undefined;
718
+ gasPrice?: undefined | undefined;
719
+ maxFeePerBlobGas?: undefined | undefined;
720
720
  maxFeePerGas: bigint;
721
721
  maxPriorityFeePerGas: bigint;
722
- isSystemTx?: undefined;
723
- mint?: undefined;
724
- sourceHash?: undefined;
722
+ isSystemTx?: undefined | undefined;
723
+ mint?: undefined | undefined;
724
+ sourceHash?: undefined | undefined;
725
725
  } | {
726
726
  blockHash: `0x${string}` | null;
727
727
  blockNumber: bigint | null;
@@ -739,17 +739,17 @@ export declare function extractChain({ id }: {
739
739
  value: bigint;
740
740
  yParity: number;
741
741
  accessList: import("viem").AccessList;
742
- authorizationList?: undefined;
742
+ authorizationList?: undefined | undefined;
743
743
  blobVersionedHashes: readonly import("viem").Hex[];
744
744
  chainId: number;
745
745
  type: "eip4844";
746
- gasPrice?: undefined;
746
+ gasPrice?: undefined | undefined;
747
747
  maxFeePerBlobGas: bigint;
748
748
  maxFeePerGas: bigint;
749
749
  maxPriorityFeePerGas: bigint;
750
- isSystemTx?: undefined;
751
- mint?: undefined;
752
- sourceHash?: undefined;
750
+ isSystemTx?: undefined | undefined;
751
+ mint?: undefined | undefined;
752
+ sourceHash?: undefined | undefined;
753
753
  } | {
754
754
  blockHash: `0x${string}` | null;
755
755
  blockNumber: bigint | null;
@@ -767,17 +767,17 @@ export declare function extractChain({ id }: {
767
767
  value: bigint;
768
768
  yParity: number;
769
769
  accessList: import("viem").AccessList;
770
- authorizationList: import("viem/experimental").SignedAuthorizationList;
771
- blobVersionedHashes?: undefined;
770
+ authorizationList: import("viem").SignedAuthorizationList;
771
+ blobVersionedHashes?: undefined | undefined;
772
772
  chainId: number;
773
773
  type: "eip7702";
774
- gasPrice?: undefined;
775
- maxFeePerBlobGas?: undefined;
774
+ gasPrice?: undefined | undefined;
775
+ maxFeePerBlobGas?: undefined | undefined;
776
776
  maxFeePerGas: bigint;
777
777
  maxPriorityFeePerGas: bigint;
778
- isSystemTx?: undefined;
779
- mint?: undefined;
780
- sourceHash?: undefined;
778
+ isSystemTx?: undefined | undefined;
779
+ mint?: undefined | undefined;
780
+ sourceHash?: undefined | undefined;
781
781
  }) & {};
782
782
  type: "transaction";
783
783
  };
@@ -795,7 +795,7 @@ export declare function extractChain({ id }: {
795
795
  gasUsed: bigint;
796
796
  logs: import("viem").Log<bigint, number, false>[];
797
797
  logsBloom: import("viem").Hex;
798
- root?: import("viem").Hash | undefined;
798
+ root?: `0x${string}` | undefined;
799
799
  status: "success" | "reverted";
800
800
  to: import("viem").Address | null;
801
801
  transactionHash: import("viem").Hash;
@@ -1101,7 +1101,7 @@ export declare function extractChain({ id }: {
1101
1101
  mixHash: import("viem").Hash;
1102
1102
  nonce: `0x${string}` | null;
1103
1103
  number: bigint | null;
1104
- parentBeaconBlockRoot?: import("viem").Hex | undefined;
1104
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1105
1105
  parentHash: import("viem").Hash;
1106
1106
  receiptsRoot: import("viem").Hex;
1107
1107
  sealFields: import("viem").Hex[];
@@ -1113,8 +1113,8 @@ export declare function extractChain({ id }: {
1113
1113
  transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1114
1114
  transactionsRoot: import("viem").Hash;
1115
1115
  uncles: import("viem").Hash[];
1116
- withdrawals?: import("viem").Withdrawal[] | undefined;
1117
- withdrawalsRoot?: import("viem").Hex | undefined;
1116
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1117
+ withdrawalsRoot?: `0x${string}` | undefined;
1118
1118
  } & {};
1119
1119
  type: "block";
1120
1120
  };
@@ -1136,12 +1136,12 @@ export declare function extractChain({ id }: {
1136
1136
  v: bigint;
1137
1137
  value: bigint;
1138
1138
  yParity: number;
1139
- gasPrice?: undefined;
1140
- maxFeePerBlobGas?: undefined;
1139
+ gasPrice?: undefined | undefined;
1140
+ maxFeePerBlobGas?: undefined | undefined;
1141
1141
  maxFeePerGas: bigint;
1142
1142
  maxPriorityFeePerGas: bigint;
1143
1143
  isSystemTx?: boolean;
1144
- mint?: bigint | undefined;
1144
+ mint?: bigint | undefined | undefined;
1145
1145
  sourceHash: import("viem").Hex;
1146
1146
  type: "deposit";
1147
1147
  } | {
@@ -1159,19 +1159,19 @@ export declare function extractChain({ id }: {
1159
1159
  input: import("viem").Hex;
1160
1160
  transactionIndex: number | null;
1161
1161
  typeHex: import("viem").Hex | null;
1162
- accessList?: undefined;
1163
- authorizationList?: undefined;
1164
- blobVersionedHashes?: undefined;
1162
+ accessList?: undefined | undefined;
1163
+ authorizationList?: undefined | undefined;
1164
+ blobVersionedHashes?: undefined | undefined;
1165
1165
  chainId?: number | undefined;
1166
- yParity?: undefined;
1166
+ yParity?: undefined | undefined;
1167
1167
  type: "legacy";
1168
1168
  gasPrice: bigint;
1169
- maxFeePerBlobGas?: undefined;
1170
- maxFeePerGas?: undefined;
1171
- maxPriorityFeePerGas?: undefined;
1172
- isSystemTx?: undefined;
1173
- mint?: undefined;
1174
- sourceHash?: undefined;
1169
+ maxFeePerBlobGas?: undefined | undefined;
1170
+ maxFeePerGas?: undefined | undefined;
1171
+ maxPriorityFeePerGas?: undefined | undefined;
1172
+ isSystemTx?: undefined | undefined;
1173
+ mint?: undefined | undefined;
1174
+ sourceHash?: undefined | undefined;
1175
1175
  } | {
1176
1176
  blockHash: `0x${string}` | null;
1177
1177
  blockNumber: bigint | null;
@@ -1189,17 +1189,17 @@ export declare function extractChain({ id }: {
1189
1189
  value: bigint;
1190
1190
  yParity: number;
1191
1191
  accessList: import("viem").AccessList;
1192
- authorizationList?: undefined;
1193
- blobVersionedHashes?: undefined;
1192
+ authorizationList?: undefined | undefined;
1193
+ blobVersionedHashes?: undefined | undefined;
1194
1194
  chainId: number;
1195
1195
  type: "eip2930";
1196
1196
  gasPrice: bigint;
1197
- maxFeePerBlobGas?: undefined;
1198
- maxFeePerGas?: undefined;
1199
- maxPriorityFeePerGas?: undefined;
1200
- isSystemTx?: undefined;
1201
- mint?: undefined;
1202
- sourceHash?: undefined;
1197
+ maxFeePerBlobGas?: undefined | undefined;
1198
+ maxFeePerGas?: undefined | undefined;
1199
+ maxPriorityFeePerGas?: undefined | undefined;
1200
+ isSystemTx?: undefined | undefined;
1201
+ mint?: undefined | undefined;
1202
+ sourceHash?: undefined | undefined;
1203
1203
  } | {
1204
1204
  blockHash: `0x${string}` | null;
1205
1205
  blockNumber: bigint | null;
@@ -1217,17 +1217,17 @@ export declare function extractChain({ id }: {
1217
1217
  value: bigint;
1218
1218
  yParity: number;
1219
1219
  accessList: import("viem").AccessList;
1220
- authorizationList?: undefined;
1221
- blobVersionedHashes?: undefined;
1220
+ authorizationList?: undefined | undefined;
1221
+ blobVersionedHashes?: undefined | undefined;
1222
1222
  chainId: number;
1223
1223
  type: "eip1559";
1224
- gasPrice?: undefined;
1225
- maxFeePerBlobGas?: undefined;
1224
+ gasPrice?: undefined | undefined;
1225
+ maxFeePerBlobGas?: undefined | undefined;
1226
1226
  maxFeePerGas: bigint;
1227
1227
  maxPriorityFeePerGas: bigint;
1228
- isSystemTx?: undefined;
1229
- mint?: undefined;
1230
- sourceHash?: undefined;
1228
+ isSystemTx?: undefined | undefined;
1229
+ mint?: undefined | undefined;
1230
+ sourceHash?: undefined | undefined;
1231
1231
  } | {
1232
1232
  blockHash: `0x${string}` | null;
1233
1233
  blockNumber: bigint | null;
@@ -1245,17 +1245,17 @@ export declare function extractChain({ id }: {
1245
1245
  value: bigint;
1246
1246
  yParity: number;
1247
1247
  accessList: import("viem").AccessList;
1248
- authorizationList?: undefined;
1248
+ authorizationList?: undefined | undefined;
1249
1249
  blobVersionedHashes: readonly import("viem").Hex[];
1250
1250
  chainId: number;
1251
1251
  type: "eip4844";
1252
- gasPrice?: undefined;
1252
+ gasPrice?: undefined | undefined;
1253
1253
  maxFeePerBlobGas: bigint;
1254
1254
  maxFeePerGas: bigint;
1255
1255
  maxPriorityFeePerGas: bigint;
1256
- isSystemTx?: undefined;
1257
- mint?: undefined;
1258
- sourceHash?: undefined;
1256
+ isSystemTx?: undefined | undefined;
1257
+ mint?: undefined | undefined;
1258
+ sourceHash?: undefined | undefined;
1259
1259
  } | {
1260
1260
  blockHash: `0x${string}` | null;
1261
1261
  blockNumber: bigint | null;
@@ -1273,17 +1273,17 @@ export declare function extractChain({ id }: {
1273
1273
  value: bigint;
1274
1274
  yParity: number;
1275
1275
  accessList: import("viem").AccessList;
1276
- authorizationList: import("viem/experimental").SignedAuthorizationList;
1277
- blobVersionedHashes?: undefined;
1276
+ authorizationList: import("viem").SignedAuthorizationList;
1277
+ blobVersionedHashes?: undefined | undefined;
1278
1278
  chainId: number;
1279
1279
  type: "eip7702";
1280
- gasPrice?: undefined;
1281
- maxFeePerBlobGas?: undefined;
1280
+ gasPrice?: undefined | undefined;
1281
+ maxFeePerBlobGas?: undefined | undefined;
1282
1282
  maxFeePerGas: bigint;
1283
1283
  maxPriorityFeePerGas: bigint;
1284
- isSystemTx?: undefined;
1285
- mint?: undefined;
1286
- sourceHash?: undefined;
1284
+ isSystemTx?: undefined | undefined;
1285
+ mint?: undefined | undefined;
1286
+ sourceHash?: undefined | undefined;
1287
1287
  }) & {};
1288
1288
  type: "transaction";
1289
1289
  };
@@ -1301,7 +1301,7 @@ export declare function extractChain({ id }: {
1301
1301
  gasUsed: bigint;
1302
1302
  logs: import("viem").Log<bigint, number, false>[];
1303
1303
  logsBloom: import("viem").Hex;
1304
- root?: import("viem").Hash | undefined;
1304
+ root?: `0x${string}` | undefined;
1305
1305
  status: "success" | "reverted";
1306
1306
  to: import("viem").Address | null;
1307
1307
  transactionHash: import("viem").Hash;
@@ -1414,7 +1414,7 @@ export declare function extractChain({ id }: {
1414
1414
  mixHash: import("viem").Hash;
1415
1415
  nonce: `0x${string}` | null;
1416
1416
  number: bigint | null;
1417
- parentBeaconBlockRoot?: import("viem").Hex | undefined;
1417
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1418
1418
  parentHash: import("viem").Hash;
1419
1419
  receiptsRoot: import("viem").Hex;
1420
1420
  sealFields: import("viem").Hex[];
@@ -1426,8 +1426,8 @@ export declare function extractChain({ id }: {
1426
1426
  transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1427
1427
  transactionsRoot: import("viem").Hash;
1428
1428
  uncles: import("viem").Hash[];
1429
- withdrawals?: import("viem").Withdrawal[] | undefined;
1430
- withdrawalsRoot?: import("viem").Hex | undefined;
1429
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1430
+ withdrawalsRoot?: `0x${string}` | undefined;
1431
1431
  } & {};
1432
1432
  type: "block";
1433
1433
  };
@@ -1449,12 +1449,12 @@ export declare function extractChain({ id }: {
1449
1449
  v: bigint;
1450
1450
  value: bigint;
1451
1451
  yParity: number;
1452
- gasPrice?: undefined;
1453
- maxFeePerBlobGas?: undefined;
1452
+ gasPrice?: undefined | undefined;
1453
+ maxFeePerBlobGas?: undefined | undefined;
1454
1454
  maxFeePerGas: bigint;
1455
1455
  maxPriorityFeePerGas: bigint;
1456
1456
  isSystemTx?: boolean;
1457
- mint?: bigint | undefined;
1457
+ mint?: bigint | undefined | undefined;
1458
1458
  sourceHash: import("viem").Hex;
1459
1459
  type: "deposit";
1460
1460
  } | {
@@ -1472,19 +1472,19 @@ export declare function extractChain({ id }: {
1472
1472
  input: import("viem").Hex;
1473
1473
  transactionIndex: number | null;
1474
1474
  typeHex: import("viem").Hex | null;
1475
- accessList?: undefined;
1476
- authorizationList?: undefined;
1477
- blobVersionedHashes?: undefined;
1475
+ accessList?: undefined | undefined;
1476
+ authorizationList?: undefined | undefined;
1477
+ blobVersionedHashes?: undefined | undefined;
1478
1478
  chainId?: number | undefined;
1479
- yParity?: undefined;
1479
+ yParity?: undefined | undefined;
1480
1480
  type: "legacy";
1481
1481
  gasPrice: bigint;
1482
- maxFeePerBlobGas?: undefined;
1483
- maxFeePerGas?: undefined;
1484
- maxPriorityFeePerGas?: undefined;
1485
- isSystemTx?: undefined;
1486
- mint?: undefined;
1487
- sourceHash?: undefined;
1482
+ maxFeePerBlobGas?: undefined | undefined;
1483
+ maxFeePerGas?: undefined | undefined;
1484
+ maxPriorityFeePerGas?: undefined | undefined;
1485
+ isSystemTx?: undefined | undefined;
1486
+ mint?: undefined | undefined;
1487
+ sourceHash?: undefined | undefined;
1488
1488
  } | {
1489
1489
  blockHash: `0x${string}` | null;
1490
1490
  blockNumber: bigint | null;
@@ -1502,17 +1502,17 @@ export declare function extractChain({ id }: {
1502
1502
  value: bigint;
1503
1503
  yParity: number;
1504
1504
  accessList: import("viem").AccessList;
1505
- authorizationList?: undefined;
1506
- blobVersionedHashes?: undefined;
1505
+ authorizationList?: undefined | undefined;
1506
+ blobVersionedHashes?: undefined | undefined;
1507
1507
  chainId: number;
1508
1508
  type: "eip2930";
1509
1509
  gasPrice: bigint;
1510
- maxFeePerBlobGas?: undefined;
1511
- maxFeePerGas?: undefined;
1512
- maxPriorityFeePerGas?: undefined;
1513
- isSystemTx?: undefined;
1514
- mint?: undefined;
1515
- sourceHash?: undefined;
1510
+ maxFeePerBlobGas?: undefined | undefined;
1511
+ maxFeePerGas?: undefined | undefined;
1512
+ maxPriorityFeePerGas?: undefined | undefined;
1513
+ isSystemTx?: undefined | undefined;
1514
+ mint?: undefined | undefined;
1515
+ sourceHash?: undefined | undefined;
1516
1516
  } | {
1517
1517
  blockHash: `0x${string}` | null;
1518
1518
  blockNumber: bigint | null;
@@ -1530,17 +1530,17 @@ export declare function extractChain({ id }: {
1530
1530
  value: bigint;
1531
1531
  yParity: number;
1532
1532
  accessList: import("viem").AccessList;
1533
- authorizationList?: undefined;
1534
- blobVersionedHashes?: undefined;
1533
+ authorizationList?: undefined | undefined;
1534
+ blobVersionedHashes?: undefined | undefined;
1535
1535
  chainId: number;
1536
1536
  type: "eip1559";
1537
- gasPrice?: undefined;
1538
- maxFeePerBlobGas?: undefined;
1537
+ gasPrice?: undefined | undefined;
1538
+ maxFeePerBlobGas?: undefined | undefined;
1539
1539
  maxFeePerGas: bigint;
1540
1540
  maxPriorityFeePerGas: bigint;
1541
- isSystemTx?: undefined;
1542
- mint?: undefined;
1543
- sourceHash?: undefined;
1541
+ isSystemTx?: undefined | undefined;
1542
+ mint?: undefined | undefined;
1543
+ sourceHash?: undefined | undefined;
1544
1544
  } | {
1545
1545
  blockHash: `0x${string}` | null;
1546
1546
  blockNumber: bigint | null;
@@ -1558,17 +1558,17 @@ export declare function extractChain({ id }: {
1558
1558
  value: bigint;
1559
1559
  yParity: number;
1560
1560
  accessList: import("viem").AccessList;
1561
- authorizationList?: undefined;
1561
+ authorizationList?: undefined | undefined;
1562
1562
  blobVersionedHashes: readonly import("viem").Hex[];
1563
1563
  chainId: number;
1564
1564
  type: "eip4844";
1565
- gasPrice?: undefined;
1565
+ gasPrice?: undefined | undefined;
1566
1566
  maxFeePerBlobGas: bigint;
1567
1567
  maxFeePerGas: bigint;
1568
1568
  maxPriorityFeePerGas: bigint;
1569
- isSystemTx?: undefined;
1570
- mint?: undefined;
1571
- sourceHash?: undefined;
1569
+ isSystemTx?: undefined | undefined;
1570
+ mint?: undefined | undefined;
1571
+ sourceHash?: undefined | undefined;
1572
1572
  } | {
1573
1573
  blockHash: `0x${string}` | null;
1574
1574
  blockNumber: bigint | null;
@@ -1586,17 +1586,17 @@ export declare function extractChain({ id }: {
1586
1586
  value: bigint;
1587
1587
  yParity: number;
1588
1588
  accessList: import("viem").AccessList;
1589
- authorizationList: import("viem/experimental").SignedAuthorizationList;
1590
- blobVersionedHashes?: undefined;
1589
+ authorizationList: import("viem").SignedAuthorizationList;
1590
+ blobVersionedHashes?: undefined | undefined;
1591
1591
  chainId: number;
1592
1592
  type: "eip7702";
1593
- gasPrice?: undefined;
1594
- maxFeePerBlobGas?: undefined;
1593
+ gasPrice?: undefined | undefined;
1594
+ maxFeePerBlobGas?: undefined | undefined;
1595
1595
  maxFeePerGas: bigint;
1596
1596
  maxPriorityFeePerGas: bigint;
1597
- isSystemTx?: undefined;
1598
- mint?: undefined;
1599
- sourceHash?: undefined;
1597
+ isSystemTx?: undefined | undefined;
1598
+ mint?: undefined | undefined;
1599
+ sourceHash?: undefined | undefined;
1600
1600
  }) & {};
1601
1601
  type: "transaction";
1602
1602
  };
@@ -1614,7 +1614,7 @@ export declare function extractChain({ id }: {
1614
1614
  gasUsed: bigint;
1615
1615
  logs: import("viem").Log<bigint, number, false>[];
1616
1616
  logsBloom: import("viem").Hex;
1617
- root?: import("viem").Hash | undefined;
1617
+ root?: `0x${string}` | undefined;
1618
1618
  status: "success" | "reverted";
1619
1619
  to: import("viem").Address | null;
1620
1620
  transactionHash: import("viem").Hash;
@@ -1722,7 +1722,7 @@ export declare function extractChain({ id }: {
1722
1722
  mixHash: import("viem").Hash;
1723
1723
  nonce: `0x${string}` | null;
1724
1724
  number: bigint | null;
1725
- parentBeaconBlockRoot?: import("viem").Hex | undefined;
1725
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1726
1726
  parentHash: import("viem").Hash;
1727
1727
  receiptsRoot: import("viem").Hex;
1728
1728
  sealFields: import("viem").Hex[];
@@ -1734,8 +1734,8 @@ export declare function extractChain({ id }: {
1734
1734
  transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1735
1735
  transactionsRoot: import("viem").Hash;
1736
1736
  uncles: import("viem").Hash[];
1737
- withdrawals?: import("viem").Withdrawal[] | undefined;
1738
- withdrawalsRoot?: import("viem").Hex | undefined;
1737
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1738
+ withdrawalsRoot?: `0x${string}` | undefined;
1739
1739
  } & {};
1740
1740
  type: "block";
1741
1741
  };
@@ -1757,12 +1757,12 @@ export declare function extractChain({ id }: {
1757
1757
  v: bigint;
1758
1758
  value: bigint;
1759
1759
  yParity: number;
1760
- gasPrice?: undefined;
1761
- maxFeePerBlobGas?: undefined;
1760
+ gasPrice?: undefined | undefined;
1761
+ maxFeePerBlobGas?: undefined | undefined;
1762
1762
  maxFeePerGas: bigint;
1763
1763
  maxPriorityFeePerGas: bigint;
1764
1764
  isSystemTx?: boolean;
1765
- mint?: bigint | undefined;
1765
+ mint?: bigint | undefined | undefined;
1766
1766
  sourceHash: import("viem").Hex;
1767
1767
  type: "deposit";
1768
1768
  } | {
@@ -1780,19 +1780,19 @@ export declare function extractChain({ id }: {
1780
1780
  input: import("viem").Hex;
1781
1781
  transactionIndex: number | null;
1782
1782
  typeHex: import("viem").Hex | null;
1783
- accessList?: undefined;
1784
- authorizationList?: undefined;
1785
- blobVersionedHashes?: undefined;
1783
+ accessList?: undefined | undefined;
1784
+ authorizationList?: undefined | undefined;
1785
+ blobVersionedHashes?: undefined | undefined;
1786
1786
  chainId?: number | undefined;
1787
- yParity?: undefined;
1787
+ yParity?: undefined | undefined;
1788
1788
  type: "legacy";
1789
1789
  gasPrice: bigint;
1790
- maxFeePerBlobGas?: undefined;
1791
- maxFeePerGas?: undefined;
1792
- maxPriorityFeePerGas?: undefined;
1793
- isSystemTx?: undefined;
1794
- mint?: undefined;
1795
- sourceHash?: undefined;
1790
+ maxFeePerBlobGas?: undefined | undefined;
1791
+ maxFeePerGas?: undefined | undefined;
1792
+ maxPriorityFeePerGas?: undefined | undefined;
1793
+ isSystemTx?: undefined | undefined;
1794
+ mint?: undefined | undefined;
1795
+ sourceHash?: undefined | undefined;
1796
1796
  } | {
1797
1797
  blockHash: `0x${string}` | null;
1798
1798
  blockNumber: bigint | null;
@@ -1810,17 +1810,17 @@ export declare function extractChain({ id }: {
1810
1810
  value: bigint;
1811
1811
  yParity: number;
1812
1812
  accessList: import("viem").AccessList;
1813
- authorizationList?: undefined;
1814
- blobVersionedHashes?: undefined;
1813
+ authorizationList?: undefined | undefined;
1814
+ blobVersionedHashes?: undefined | undefined;
1815
1815
  chainId: number;
1816
1816
  type: "eip2930";
1817
1817
  gasPrice: bigint;
1818
- maxFeePerBlobGas?: undefined;
1819
- maxFeePerGas?: undefined;
1820
- maxPriorityFeePerGas?: undefined;
1821
- isSystemTx?: undefined;
1822
- mint?: undefined;
1823
- sourceHash?: undefined;
1818
+ maxFeePerBlobGas?: undefined | undefined;
1819
+ maxFeePerGas?: undefined | undefined;
1820
+ maxPriorityFeePerGas?: undefined | undefined;
1821
+ isSystemTx?: undefined | undefined;
1822
+ mint?: undefined | undefined;
1823
+ sourceHash?: undefined | undefined;
1824
1824
  } | {
1825
1825
  blockHash: `0x${string}` | null;
1826
1826
  blockNumber: bigint | null;
@@ -1838,17 +1838,17 @@ export declare function extractChain({ id }: {
1838
1838
  value: bigint;
1839
1839
  yParity: number;
1840
1840
  accessList: import("viem").AccessList;
1841
- authorizationList?: undefined;
1842
- blobVersionedHashes?: undefined;
1841
+ authorizationList?: undefined | undefined;
1842
+ blobVersionedHashes?: undefined | undefined;
1843
1843
  chainId: number;
1844
1844
  type: "eip1559";
1845
- gasPrice?: undefined;
1846
- maxFeePerBlobGas?: undefined;
1845
+ gasPrice?: undefined | undefined;
1846
+ maxFeePerBlobGas?: undefined | undefined;
1847
1847
  maxFeePerGas: bigint;
1848
1848
  maxPriorityFeePerGas: bigint;
1849
- isSystemTx?: undefined;
1850
- mint?: undefined;
1851
- sourceHash?: undefined;
1849
+ isSystemTx?: undefined | undefined;
1850
+ mint?: undefined | undefined;
1851
+ sourceHash?: undefined | undefined;
1852
1852
  } | {
1853
1853
  blockHash: `0x${string}` | null;
1854
1854
  blockNumber: bigint | null;
@@ -1866,17 +1866,17 @@ export declare function extractChain({ id }: {
1866
1866
  value: bigint;
1867
1867
  yParity: number;
1868
1868
  accessList: import("viem").AccessList;
1869
- authorizationList?: undefined;
1869
+ authorizationList?: undefined | undefined;
1870
1870
  blobVersionedHashes: readonly import("viem").Hex[];
1871
1871
  chainId: number;
1872
1872
  type: "eip4844";
1873
- gasPrice?: undefined;
1873
+ gasPrice?: undefined | undefined;
1874
1874
  maxFeePerBlobGas: bigint;
1875
1875
  maxFeePerGas: bigint;
1876
1876
  maxPriorityFeePerGas: bigint;
1877
- isSystemTx?: undefined;
1878
- mint?: undefined;
1879
- sourceHash?: undefined;
1877
+ isSystemTx?: undefined | undefined;
1878
+ mint?: undefined | undefined;
1879
+ sourceHash?: undefined | undefined;
1880
1880
  } | {
1881
1881
  blockHash: `0x${string}` | null;
1882
1882
  blockNumber: bigint | null;
@@ -1894,17 +1894,17 @@ export declare function extractChain({ id }: {
1894
1894
  value: bigint;
1895
1895
  yParity: number;
1896
1896
  accessList: import("viem").AccessList;
1897
- authorizationList: import("viem/experimental").SignedAuthorizationList;
1898
- blobVersionedHashes?: undefined;
1897
+ authorizationList: import("viem").SignedAuthorizationList;
1898
+ blobVersionedHashes?: undefined | undefined;
1899
1899
  chainId: number;
1900
1900
  type: "eip7702";
1901
- gasPrice?: undefined;
1902
- maxFeePerBlobGas?: undefined;
1901
+ gasPrice?: undefined | undefined;
1902
+ maxFeePerBlobGas?: undefined | undefined;
1903
1903
  maxFeePerGas: bigint;
1904
1904
  maxPriorityFeePerGas: bigint;
1905
- isSystemTx?: undefined;
1906
- mint?: undefined;
1907
- sourceHash?: undefined;
1905
+ isSystemTx?: undefined | undefined;
1906
+ mint?: undefined | undefined;
1907
+ sourceHash?: undefined | undefined;
1908
1908
  }) & {};
1909
1909
  type: "transaction";
1910
1910
  };
@@ -1922,7 +1922,7 @@ export declare function extractChain({ id }: {
1922
1922
  gasUsed: bigint;
1923
1923
  logs: import("viem").Log<bigint, number, false>[];
1924
1924
  logsBloom: import("viem").Hex;
1925
- root?: import("viem").Hash | undefined;
1925
+ root?: `0x${string}` | undefined;
1926
1926
  status: "success" | "reverted";
1927
1927
  to: import("viem").Address | null;
1928
1928
  transactionHash: import("viem").Hash;
@@ -2030,7 +2030,7 @@ export declare function extractChain({ id }: {
2030
2030
  mixHash: import("viem").Hash;
2031
2031
  nonce: `0x${string}` | null;
2032
2032
  number: bigint | null;
2033
- parentBeaconBlockRoot?: import("viem").Hex | undefined;
2033
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2034
2034
  parentHash: import("viem").Hash;
2035
2035
  receiptsRoot: import("viem").Hex;
2036
2036
  sealFields: import("viem").Hex[];
@@ -2042,8 +2042,8 @@ export declare function extractChain({ id }: {
2042
2042
  transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2043
2043
  transactionsRoot: import("viem").Hash;
2044
2044
  uncles: import("viem").Hash[];
2045
- withdrawals?: import("viem").Withdrawal[] | undefined;
2046
- withdrawalsRoot?: import("viem").Hex | undefined;
2045
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
2046
+ withdrawalsRoot?: `0x${string}` | undefined;
2047
2047
  } & {};
2048
2048
  type: "block";
2049
2049
  };
@@ -2065,12 +2065,12 @@ export declare function extractChain({ id }: {
2065
2065
  v: bigint;
2066
2066
  value: bigint;
2067
2067
  yParity: number;
2068
- gasPrice?: undefined;
2069
- maxFeePerBlobGas?: undefined;
2068
+ gasPrice?: undefined | undefined;
2069
+ maxFeePerBlobGas?: undefined | undefined;
2070
2070
  maxFeePerGas: bigint;
2071
2071
  maxPriorityFeePerGas: bigint;
2072
2072
  isSystemTx?: boolean;
2073
- mint?: bigint | undefined;
2073
+ mint?: bigint | undefined | undefined;
2074
2074
  sourceHash: import("viem").Hex;
2075
2075
  type: "deposit";
2076
2076
  } | {
@@ -2088,19 +2088,19 @@ export declare function extractChain({ id }: {
2088
2088
  input: import("viem").Hex;
2089
2089
  transactionIndex: number | null;
2090
2090
  typeHex: import("viem").Hex | null;
2091
- accessList?: undefined;
2092
- authorizationList?: undefined;
2093
- blobVersionedHashes?: undefined;
2091
+ accessList?: undefined | undefined;
2092
+ authorizationList?: undefined | undefined;
2093
+ blobVersionedHashes?: undefined | undefined;
2094
2094
  chainId?: number | undefined;
2095
- yParity?: undefined;
2095
+ yParity?: undefined | undefined;
2096
2096
  type: "legacy";
2097
2097
  gasPrice: bigint;
2098
- maxFeePerBlobGas?: undefined;
2099
- maxFeePerGas?: undefined;
2100
- maxPriorityFeePerGas?: undefined;
2101
- isSystemTx?: undefined;
2102
- mint?: undefined;
2103
- sourceHash?: undefined;
2098
+ maxFeePerBlobGas?: undefined | undefined;
2099
+ maxFeePerGas?: undefined | undefined;
2100
+ maxPriorityFeePerGas?: undefined | undefined;
2101
+ isSystemTx?: undefined | undefined;
2102
+ mint?: undefined | undefined;
2103
+ sourceHash?: undefined | undefined;
2104
2104
  } | {
2105
2105
  blockHash: `0x${string}` | null;
2106
2106
  blockNumber: bigint | null;
@@ -2118,17 +2118,17 @@ export declare function extractChain({ id }: {
2118
2118
  value: bigint;
2119
2119
  yParity: number;
2120
2120
  accessList: import("viem").AccessList;
2121
- authorizationList?: undefined;
2122
- blobVersionedHashes?: undefined;
2121
+ authorizationList?: undefined | undefined;
2122
+ blobVersionedHashes?: undefined | undefined;
2123
2123
  chainId: number;
2124
2124
  type: "eip2930";
2125
2125
  gasPrice: bigint;
2126
- maxFeePerBlobGas?: undefined;
2127
- maxFeePerGas?: undefined;
2128
- maxPriorityFeePerGas?: undefined;
2129
- isSystemTx?: undefined;
2130
- mint?: undefined;
2131
- sourceHash?: undefined;
2126
+ maxFeePerBlobGas?: undefined | undefined;
2127
+ maxFeePerGas?: undefined | undefined;
2128
+ maxPriorityFeePerGas?: undefined | undefined;
2129
+ isSystemTx?: undefined | undefined;
2130
+ mint?: undefined | undefined;
2131
+ sourceHash?: undefined | undefined;
2132
2132
  } | {
2133
2133
  blockHash: `0x${string}` | null;
2134
2134
  blockNumber: bigint | null;
@@ -2146,17 +2146,17 @@ export declare function extractChain({ id }: {
2146
2146
  value: bigint;
2147
2147
  yParity: number;
2148
2148
  accessList: import("viem").AccessList;
2149
- authorizationList?: undefined;
2150
- blobVersionedHashes?: undefined;
2149
+ authorizationList?: undefined | undefined;
2150
+ blobVersionedHashes?: undefined | undefined;
2151
2151
  chainId: number;
2152
2152
  type: "eip1559";
2153
- gasPrice?: undefined;
2154
- maxFeePerBlobGas?: undefined;
2153
+ gasPrice?: undefined | undefined;
2154
+ maxFeePerBlobGas?: undefined | undefined;
2155
2155
  maxFeePerGas: bigint;
2156
2156
  maxPriorityFeePerGas: bigint;
2157
- isSystemTx?: undefined;
2158
- mint?: undefined;
2159
- sourceHash?: undefined;
2157
+ isSystemTx?: undefined | undefined;
2158
+ mint?: undefined | undefined;
2159
+ sourceHash?: undefined | undefined;
2160
2160
  } | {
2161
2161
  blockHash: `0x${string}` | null;
2162
2162
  blockNumber: bigint | null;
@@ -2174,17 +2174,17 @@ export declare function extractChain({ id }: {
2174
2174
  value: bigint;
2175
2175
  yParity: number;
2176
2176
  accessList: import("viem").AccessList;
2177
- authorizationList?: undefined;
2177
+ authorizationList?: undefined | undefined;
2178
2178
  blobVersionedHashes: readonly import("viem").Hex[];
2179
2179
  chainId: number;
2180
2180
  type: "eip4844";
2181
- gasPrice?: undefined;
2181
+ gasPrice?: undefined | undefined;
2182
2182
  maxFeePerBlobGas: bigint;
2183
2183
  maxFeePerGas: bigint;
2184
2184
  maxPriorityFeePerGas: bigint;
2185
- isSystemTx?: undefined;
2186
- mint?: undefined;
2187
- sourceHash?: undefined;
2185
+ isSystemTx?: undefined | undefined;
2186
+ mint?: undefined | undefined;
2187
+ sourceHash?: undefined | undefined;
2188
2188
  } | {
2189
2189
  blockHash: `0x${string}` | null;
2190
2190
  blockNumber: bigint | null;
@@ -2202,17 +2202,17 @@ export declare function extractChain({ id }: {
2202
2202
  value: bigint;
2203
2203
  yParity: number;
2204
2204
  accessList: import("viem").AccessList;
2205
- authorizationList: import("viem/experimental").SignedAuthorizationList;
2206
- blobVersionedHashes?: undefined;
2205
+ authorizationList: import("viem").SignedAuthorizationList;
2206
+ blobVersionedHashes?: undefined | undefined;
2207
2207
  chainId: number;
2208
2208
  type: "eip7702";
2209
- gasPrice?: undefined;
2210
- maxFeePerBlobGas?: undefined;
2209
+ gasPrice?: undefined | undefined;
2210
+ maxFeePerBlobGas?: undefined | undefined;
2211
2211
  maxFeePerGas: bigint;
2212
2212
  maxPriorityFeePerGas: bigint;
2213
- isSystemTx?: undefined;
2214
- mint?: undefined;
2215
- sourceHash?: undefined;
2213
+ isSystemTx?: undefined | undefined;
2214
+ mint?: undefined | undefined;
2215
+ sourceHash?: undefined | undefined;
2216
2216
  }) & {};
2217
2217
  type: "transaction";
2218
2218
  };
@@ -2230,7 +2230,7 @@ export declare function extractChain({ id }: {
2230
2230
  gasUsed: bigint;
2231
2231
  logs: import("viem").Log<bigint, number, false>[];
2232
2232
  logsBloom: import("viem").Hex;
2233
- root?: import("viem").Hash | undefined;
2233
+ root?: `0x${string}` | undefined;
2234
2234
  status: "success" | "reverted";
2235
2235
  to: import("viem").Address | null;
2236
2236
  transactionHash: import("viem").Hash;