@0xtorch/core 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (854) hide show
  1. package/_cjs/actions/index.js +88 -0
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/schemas/action.js +105 -0
  4. package/_cjs/actions/schemas/action.js.map +1 -0
  5. package/_cjs/actions/schemas/borrow/borrow.js +26 -0
  6. package/_cjs/actions/schemas/borrow/borrow.js.map +1 -0
  7. package/_cjs/actions/schemas/borrow/borrowWithDebt.js +36 -0
  8. package/_cjs/actions/schemas/borrow/borrowWithDebt.js.map +1 -0
  9. package/_cjs/actions/schemas/borrow/index.js +10 -0
  10. package/_cjs/actions/schemas/borrow/index.js.map +1 -0
  11. package/_cjs/actions/schemas/crossActionBundle.js +9 -0
  12. package/_cjs/actions/schemas/crossActionBundle.js.map +1 -0
  13. package/_cjs/actions/schemas/crossReplace/bridgeFrom.js +26 -0
  14. package/_cjs/actions/schemas/crossReplace/bridgeFrom.js.map +1 -0
  15. package/_cjs/actions/schemas/crossReplace/bridgeTo.js +26 -0
  16. package/_cjs/actions/schemas/crossReplace/bridgeTo.js.map +1 -0
  17. package/_cjs/actions/schemas/crossReplace/crossReplace.js +26 -0
  18. package/_cjs/actions/schemas/crossReplace/crossReplace.js.map +1 -0
  19. package/_cjs/actions/schemas/crossReplace/index.js +13 -0
  20. package/_cjs/actions/schemas/crossReplace/index.js.map +1 -0
  21. package/_cjs/actions/schemas/crossTrade/crossTrade.js +26 -0
  22. package/_cjs/actions/schemas/crossTrade/crossTrade.js.map +1 -0
  23. package/_cjs/actions/schemas/crossTrade/index.js +7 -0
  24. package/_cjs/actions/schemas/crossTrade/index.js.map +1 -0
  25. package/_cjs/actions/schemas/default/accountAction.js +29 -0
  26. package/_cjs/actions/schemas/default/accountAction.js.map +1 -0
  27. package/_cjs/actions/schemas/default/index.js +27 -0
  28. package/_cjs/actions/schemas/default/index.js.map +1 -0
  29. package/_cjs/actions/schemas/default/normalAction.js +25 -0
  30. package/_cjs/actions/schemas/default/normalAction.js.map +1 -0
  31. package/_cjs/actions/schemas/default/transfer.js +137 -0
  32. package/_cjs/actions/schemas/default/transfer.js.map +1 -0
  33. package/_cjs/actions/schemas/default/unions.js +99 -0
  34. package/_cjs/actions/schemas/default/unions.js.map +1 -0
  35. package/_cjs/actions/schemas/deposit/addLiquidity.js +36 -0
  36. package/_cjs/actions/schemas/deposit/addLiquidity.js.map +1 -0
  37. package/_cjs/actions/schemas/deposit/deposit.js +26 -0
  38. package/_cjs/actions/schemas/deposit/deposit.js.map +1 -0
  39. package/_cjs/actions/schemas/deposit/depositWithBond.js +36 -0
  40. package/_cjs/actions/schemas/deposit/depositWithBond.js.map +1 -0
  41. package/_cjs/actions/schemas/deposit/index.js +16 -0
  42. package/_cjs/actions/schemas/deposit/index.js.map +1 -0
  43. package/_cjs/actions/schemas/deposit/stake.js +26 -0
  44. package/_cjs/actions/schemas/deposit/stake.js.map +1 -0
  45. package/_cjs/actions/schemas/fee/fee.js +26 -0
  46. package/_cjs/actions/schemas/fee/fee.js.map +1 -0
  47. package/_cjs/actions/schemas/fee/index.js +10 -0
  48. package/_cjs/actions/schemas/fee/index.js.map +1 -0
  49. package/_cjs/actions/schemas/fee/transactionFee.js +26 -0
  50. package/_cjs/actions/schemas/fee/transactionFee.js.map +1 -0
  51. package/_cjs/actions/schemas/ignore/approve.js +26 -0
  52. package/_cjs/actions/schemas/ignore/approve.js.map +1 -0
  53. package/_cjs/actions/schemas/ignore/failTx.js +26 -0
  54. package/_cjs/actions/schemas/ignore/failTx.js.map +1 -0
  55. package/_cjs/actions/schemas/ignore/ignore.js +15 -0
  56. package/_cjs/actions/schemas/ignore/ignore.js.map +1 -0
  57. package/_cjs/actions/schemas/ignore/index.js +24 -0
  58. package/_cjs/actions/schemas/ignore/index.js.map +1 -0
  59. package/_cjs/actions/schemas/ignore/move.js +15 -0
  60. package/_cjs/actions/schemas/ignore/move.js.map +1 -0
  61. package/_cjs/actions/schemas/ignore/receiveFromCex.js +16 -0
  62. package/_cjs/actions/schemas/ignore/receiveFromCex.js.map +1 -0
  63. package/_cjs/actions/schemas/ignore/revoke.js +26 -0
  64. package/_cjs/actions/schemas/ignore/revoke.js.map +1 -0
  65. package/_cjs/actions/schemas/ignore/sendToCex.js +16 -0
  66. package/_cjs/actions/schemas/ignore/sendToCex.js.map +1 -0
  67. package/_cjs/actions/schemas/ignore/spam.js +26 -0
  68. package/_cjs/actions/schemas/ignore/spam.js.map +1 -0
  69. package/_cjs/actions/schemas/income/atomicArbitrage.js +26 -0
  70. package/_cjs/actions/schemas/income/atomicArbitrage.js.map +1 -0
  71. package/_cjs/actions/schemas/income/freeMintNft.js +26 -0
  72. package/_cjs/actions/schemas/income/freeMintNft.js.map +1 -0
  73. package/_cjs/actions/schemas/income/income.js +16 -0
  74. package/_cjs/actions/schemas/income/income.js.map +1 -0
  75. package/_cjs/actions/schemas/income/index.js +16 -0
  76. package/_cjs/actions/schemas/income/index.js.map +1 -0
  77. package/_cjs/actions/schemas/income/nftRoyalty.js +16 -0
  78. package/_cjs/actions/schemas/income/nftRoyalty.js.map +1 -0
  79. package/_cjs/actions/schemas/income/swapIncome.js +16 -0
  80. package/_cjs/actions/schemas/income/swapIncome.js.map +1 -0
  81. package/_cjs/actions/schemas/index.js +107 -0
  82. package/_cjs/actions/schemas/index.js.map +1 -0
  83. package/_cjs/actions/schemas/reduce/index.js +6 -0
  84. package/_cjs/actions/schemas/reduce/index.js.map +1 -0
  85. package/_cjs/actions/schemas/reduce/reduce.js +16 -0
  86. package/_cjs/actions/schemas/reduce/reduce.js.map +1 -0
  87. package/_cjs/actions/schemas/repayment/index.js +10 -0
  88. package/_cjs/actions/schemas/repayment/index.js.map +1 -0
  89. package/_cjs/actions/schemas/repayment/repayment.js +26 -0
  90. package/_cjs/actions/schemas/repayment/repayment.js.map +1 -0
  91. package/_cjs/actions/schemas/repayment/repaymentWithDebt.js +36 -0
  92. package/_cjs/actions/schemas/repayment/repaymentWithDebt.js.map +1 -0
  93. package/_cjs/actions/schemas/replace/index.js +16 -0
  94. package/_cjs/actions/schemas/replace/index.js.map +1 -0
  95. package/_cjs/actions/schemas/replace/replace.js +36 -0
  96. package/_cjs/actions/schemas/replace/replace.js.map +1 -0
  97. package/_cjs/actions/schemas/replace/swapNft.js +32 -0
  98. package/_cjs/actions/schemas/replace/swapNft.js.map +1 -0
  99. package/_cjs/actions/schemas/replace/unwrap.js +32 -0
  100. package/_cjs/actions/schemas/replace/unwrap.js.map +1 -0
  101. package/_cjs/actions/schemas/replace/wrap.js +32 -0
  102. package/_cjs/actions/schemas/replace/wrap.js.map +1 -0
  103. package/_cjs/actions/schemas/trade/buyCrypto.js +26 -0
  104. package/_cjs/actions/schemas/trade/buyCrypto.js.map +1 -0
  105. package/_cjs/actions/schemas/trade/buyNft.js +34 -0
  106. package/_cjs/actions/schemas/trade/buyNft.js.map +1 -0
  107. package/_cjs/actions/schemas/trade/index.js +21 -0
  108. package/_cjs/actions/schemas/trade/index.js.map +1 -0
  109. package/_cjs/actions/schemas/trade/mintNft.js +34 -0
  110. package/_cjs/actions/schemas/trade/mintNft.js.map +1 -0
  111. package/_cjs/actions/schemas/trade/sellCrypto.js +26 -0
  112. package/_cjs/actions/schemas/trade/sellCrypto.js.map +1 -0
  113. package/_cjs/actions/schemas/trade/sellNft.js +20 -0
  114. package/_cjs/actions/schemas/trade/sellNft.js.map +1 -0
  115. package/_cjs/actions/schemas/trade/trade.js +26 -0
  116. package/_cjs/actions/schemas/trade/trade.js.map +1 -0
  117. package/_cjs/actions/schemas/transfer/index.js +9 -0
  118. package/_cjs/actions/schemas/transfer/index.js.map +1 -0
  119. package/_cjs/actions/schemas/transfer/swapTransfer.js +16 -0
  120. package/_cjs/actions/schemas/transfer/swapTransfer.js.map +1 -0
  121. package/_cjs/actions/schemas/transfer/transfer.js +25 -0
  122. package/_cjs/actions/schemas/transfer/transfer.js.map +1 -0
  123. package/_cjs/actions/schemas/valuedown/index.js +7 -0
  124. package/_cjs/actions/schemas/valuedown/index.js.map +1 -0
  125. package/_cjs/actions/schemas/valuedown/valuedown.js +29 -0
  126. package/_cjs/actions/schemas/valuedown/valuedown.js.map +1 -0
  127. package/_cjs/actions/schemas/valueup/index.js +7 -0
  128. package/_cjs/actions/schemas/valueup/index.js.map +1 -0
  129. package/_cjs/actions/schemas/valueup/valueup.js +29 -0
  130. package/_cjs/actions/schemas/valueup/valueup.js.map +1 -0
  131. package/_cjs/actions/schemas/withdraw/index.js +16 -0
  132. package/_cjs/actions/schemas/withdraw/index.js.map +1 -0
  133. package/_cjs/actions/schemas/withdraw/removeLiquidity.js +36 -0
  134. package/_cjs/actions/schemas/withdraw/removeLiquidity.js.map +1 -0
  135. package/_cjs/actions/schemas/withdraw/unstake.js +26 -0
  136. package/_cjs/actions/schemas/withdraw/unstake.js.map +1 -0
  137. package/_cjs/actions/schemas/withdraw/withdraw.js +26 -0
  138. package/_cjs/actions/schemas/withdraw/withdraw.js.map +1 -0
  139. package/_cjs/actions/schemas/withdraw/withdrawWithBond.js +36 -0
  140. package/_cjs/actions/schemas/withdraw/withdrawWithBond.js.map +1 -0
  141. package/_cjs/actions/types/action.js +3 -0
  142. package/_cjs/actions/types/action.js.map +1 -0
  143. package/_cjs/actions/types/approve.js +3 -0
  144. package/_cjs/actions/types/approve.js.map +1 -0
  145. package/_cjs/actions/types/borrow.js +3 -0
  146. package/_cjs/actions/types/borrow.js.map +1 -0
  147. package/_cjs/actions/types/borrowWithDebt.js +3 -0
  148. package/_cjs/actions/types/borrowWithDebt.js.map +1 -0
  149. package/_cjs/actions/types/crossActionBundle.js +3 -0
  150. package/_cjs/actions/types/crossActionBundle.js.map +1 -0
  151. package/_cjs/actions/types/crossReplace.js +3 -0
  152. package/_cjs/actions/types/crossReplace.js.map +1 -0
  153. package/_cjs/actions/types/crossTrade.js +3 -0
  154. package/_cjs/actions/types/crossTrade.js.map +1 -0
  155. package/_cjs/actions/types/failTx.js +3 -0
  156. package/_cjs/actions/types/failTx.js.map +1 -0
  157. package/_cjs/actions/types/fee.js +3 -0
  158. package/_cjs/actions/types/fee.js.map +1 -0
  159. package/_cjs/actions/types/ignore.js +3 -0
  160. package/_cjs/actions/types/ignore.js.map +1 -0
  161. package/_cjs/actions/types/mintNft.js +3 -0
  162. package/_cjs/actions/types/mintNft.js.map +1 -0
  163. package/_cjs/actions/types/receiveFromCex.js +3 -0
  164. package/_cjs/actions/types/receiveFromCex.js.map +1 -0
  165. package/_cjs/actions/types/reduce.js +3 -0
  166. package/_cjs/actions/types/reduce.js.map +1 -0
  167. package/_cjs/actions/types/repayment.js +3 -0
  168. package/_cjs/actions/types/repayment.js.map +1 -0
  169. package/_cjs/actions/types/repaymentWithDebt.js +3 -0
  170. package/_cjs/actions/types/repaymentWithDebt.js.map +1 -0
  171. package/_cjs/actions/types/replace.js +3 -0
  172. package/_cjs/actions/types/replace.js.map +1 -0
  173. package/_cjs/actions/types/revoke.js +3 -0
  174. package/_cjs/actions/types/revoke.js.map +1 -0
  175. package/_cjs/actions/types/sendToCex.js +3 -0
  176. package/_cjs/actions/types/sendToCex.js.map +1 -0
  177. package/_cjs/actions/types/unwrap.js +3 -0
  178. package/_cjs/actions/types/unwrap.js.map +1 -0
  179. package/_cjs/actions/types/valuedown.js +3 -0
  180. package/_cjs/actions/types/valuedown.js.map +1 -0
  181. package/_cjs/actions/types/valueup.js +3 -0
  182. package/_cjs/actions/types/valueup.js.map +1 -0
  183. package/_cjs/actions/types/wrap.js +3 -0
  184. package/_cjs/actions/types/wrap.js.map +1 -0
  185. package/_cjs/apps/index.js +5 -3
  186. package/_cjs/apps/index.js.map +1 -1
  187. package/_cjs/apps/schemas.js +32 -0
  188. package/_cjs/apps/schemas.js.map +1 -0
  189. package/_cjs/apps/types.js +0 -11
  190. package/_cjs/apps/types.js.map +1 -1
  191. package/_cjs/assets/creates/createFiatCurrency.js.map +1 -1
  192. package/_cjs/assets/index.js +7 -1
  193. package/_cjs/assets/index.js.map +1 -1
  194. package/_cjs/assets/schemas/asset.js +13 -0
  195. package/_cjs/assets/schemas/asset.js.map +1 -0
  196. package/_cjs/assets/schemas/cryptoCurrency.js +30 -0
  197. package/_cjs/assets/schemas/cryptoCurrency.js.map +1 -0
  198. package/_cjs/assets/schemas/cryptoCurrencyPrice.js +12 -0
  199. package/_cjs/assets/schemas/cryptoCurrencyPrice.js.map +1 -0
  200. package/_cjs/assets/schemas/fiatCurrency.js +29 -0
  201. package/_cjs/assets/schemas/fiatCurrency.js.map +1 -0
  202. package/_cjs/assets/schemas/index.js +15 -0
  203. package/_cjs/assets/schemas/index.js.map +1 -0
  204. package/_cjs/assets/schemas/nft.js +9 -0
  205. package/_cjs/assets/schemas/nft.js.map +1 -0
  206. package/_cjs/assets/types/fiatCurrency.js +0 -10
  207. package/_cjs/assets/types/fiatCurrency.js.map +1 -1
  208. package/_cjs/index.js +89 -1
  209. package/_cjs/index.js.map +1 -1
  210. package/_cjs/utils/index.js +4 -1
  211. package/_cjs/utils/index.js.map +1 -1
  212. package/_cjs/utils/schema.js +11 -0
  213. package/_cjs/utils/schema.js.map +1 -0
  214. package/_esm/actions/index.js +1 -1
  215. package/_esm/actions/index.js.map +1 -1
  216. package/_esm/actions/schemas/action.js +131 -0
  217. package/_esm/actions/schemas/action.js.map +1 -0
  218. package/_esm/actions/schemas/borrow/borrow.js +23 -0
  219. package/_esm/actions/schemas/borrow/borrow.js.map +1 -0
  220. package/_esm/actions/schemas/borrow/borrowWithDebt.js +33 -0
  221. package/_esm/actions/schemas/borrow/borrowWithDebt.js.map +1 -0
  222. package/_esm/actions/schemas/borrow/index.js +3 -0
  223. package/_esm/actions/schemas/borrow/index.js.map +1 -0
  224. package/_esm/actions/schemas/crossActionBundle.js +6 -0
  225. package/_esm/actions/schemas/crossActionBundle.js.map +1 -0
  226. package/_esm/actions/schemas/crossReplace/bridgeFrom.js +23 -0
  227. package/_esm/actions/schemas/crossReplace/bridgeFrom.js.map +1 -0
  228. package/_esm/actions/schemas/crossReplace/bridgeTo.js +23 -0
  229. package/_esm/actions/schemas/crossReplace/bridgeTo.js.map +1 -0
  230. package/_esm/actions/schemas/crossReplace/crossReplace.js +23 -0
  231. package/_esm/actions/schemas/crossReplace/crossReplace.js.map +1 -0
  232. package/_esm/actions/schemas/crossReplace/index.js +4 -0
  233. package/_esm/actions/schemas/crossReplace/index.js.map +1 -0
  234. package/_esm/actions/schemas/crossTrade/crossTrade.js +23 -0
  235. package/_esm/actions/schemas/crossTrade/crossTrade.js.map +1 -0
  236. package/_esm/actions/schemas/crossTrade/index.js +2 -0
  237. package/_esm/actions/schemas/crossTrade/index.js.map +1 -0
  238. package/_esm/actions/schemas/default/accountAction.js +26 -0
  239. package/_esm/actions/schemas/default/accountAction.js.map +1 -0
  240. package/_esm/actions/schemas/default/index.js +4 -0
  241. package/_esm/actions/schemas/default/index.js.map +1 -0
  242. package/_esm/actions/schemas/default/normalAction.js +22 -0
  243. package/_esm/actions/schemas/default/normalAction.js.map +1 -0
  244. package/_esm/actions/schemas/default/transfer.js +134 -0
  245. package/_esm/actions/schemas/default/transfer.js.map +1 -0
  246. package/_esm/actions/schemas/default/unions.js +96 -0
  247. package/_esm/actions/schemas/default/unions.js.map +1 -0
  248. package/_esm/actions/schemas/deposit/addLiquidity.js +33 -0
  249. package/_esm/actions/schemas/deposit/addLiquidity.js.map +1 -0
  250. package/_esm/actions/schemas/deposit/deposit.js +23 -0
  251. package/_esm/actions/schemas/deposit/deposit.js.map +1 -0
  252. package/_esm/actions/schemas/deposit/depositWithBond.js +33 -0
  253. package/_esm/actions/schemas/deposit/depositWithBond.js.map +1 -0
  254. package/_esm/actions/schemas/deposit/index.js +5 -0
  255. package/_esm/actions/schemas/deposit/index.js.map +1 -0
  256. package/_esm/actions/schemas/deposit/stake.js +23 -0
  257. package/_esm/actions/schemas/deposit/stake.js.map +1 -0
  258. package/_esm/actions/schemas/fee/fee.js +23 -0
  259. package/_esm/actions/schemas/fee/fee.js.map +1 -0
  260. package/_esm/actions/schemas/fee/index.js +3 -0
  261. package/_esm/actions/schemas/fee/index.js.map +1 -0
  262. package/_esm/actions/schemas/fee/transactionFee.js +23 -0
  263. package/_esm/actions/schemas/fee/transactionFee.js.map +1 -0
  264. package/_esm/actions/schemas/ignore/approve.js +23 -0
  265. package/_esm/actions/schemas/ignore/approve.js.map +1 -0
  266. package/_esm/actions/schemas/ignore/failTx.js +23 -0
  267. package/_esm/actions/schemas/ignore/failTx.js.map +1 -0
  268. package/_esm/actions/schemas/ignore/ignore.js +12 -0
  269. package/_esm/actions/schemas/ignore/ignore.js.map +1 -0
  270. package/_esm/actions/schemas/ignore/index.js +9 -0
  271. package/_esm/actions/schemas/ignore/index.js.map +1 -0
  272. package/_esm/actions/schemas/ignore/move.js +12 -0
  273. package/_esm/actions/schemas/ignore/move.js.map +1 -0
  274. package/_esm/actions/schemas/ignore/receiveFromCex.js +13 -0
  275. package/_esm/actions/schemas/ignore/receiveFromCex.js.map +1 -0
  276. package/_esm/actions/schemas/ignore/revoke.js +23 -0
  277. package/_esm/actions/schemas/ignore/revoke.js.map +1 -0
  278. package/_esm/actions/schemas/ignore/sendToCex.js +13 -0
  279. package/_esm/actions/schemas/ignore/sendToCex.js.map +1 -0
  280. package/_esm/actions/schemas/ignore/spam.js +23 -0
  281. package/_esm/actions/schemas/ignore/spam.js.map +1 -0
  282. package/_esm/actions/schemas/income/atomicArbitrage.js +23 -0
  283. package/_esm/actions/schemas/income/atomicArbitrage.js.map +1 -0
  284. package/_esm/actions/schemas/income/freeMintNft.js +23 -0
  285. package/_esm/actions/schemas/income/freeMintNft.js.map +1 -0
  286. package/_esm/actions/schemas/income/income.js +13 -0
  287. package/_esm/actions/schemas/income/income.js.map +1 -0
  288. package/_esm/actions/schemas/income/index.js +6 -0
  289. package/_esm/actions/schemas/income/index.js.map +1 -0
  290. package/_esm/actions/schemas/income/nftRoyalty.js +13 -0
  291. package/_esm/actions/schemas/income/nftRoyalty.js.map +1 -0
  292. package/_esm/actions/schemas/income/swapIncome.js +13 -0
  293. package/_esm/actions/schemas/income/swapIncome.js.map +1 -0
  294. package/_esm/actions/schemas/index.js +18 -0
  295. package/_esm/actions/schemas/index.js.map +1 -0
  296. package/_esm/actions/schemas/reduce/index.js +2 -0
  297. package/_esm/actions/schemas/reduce/index.js.map +1 -0
  298. package/_esm/actions/schemas/reduce/reduce.js +13 -0
  299. package/_esm/actions/schemas/reduce/reduce.js.map +1 -0
  300. package/_esm/actions/schemas/repayment/index.js +3 -0
  301. package/_esm/actions/schemas/repayment/index.js.map +1 -0
  302. package/_esm/actions/schemas/repayment/repayment.js +23 -0
  303. package/_esm/actions/schemas/repayment/repayment.js.map +1 -0
  304. package/_esm/actions/schemas/repayment/repaymentWithDebt.js +33 -0
  305. package/_esm/actions/schemas/repayment/repaymentWithDebt.js.map +1 -0
  306. package/_esm/actions/schemas/replace/index.js +5 -0
  307. package/_esm/actions/schemas/replace/index.js.map +1 -0
  308. package/_esm/actions/schemas/replace/replace.js +33 -0
  309. package/_esm/actions/schemas/replace/replace.js.map +1 -0
  310. package/_esm/actions/schemas/replace/swapNft.js +29 -0
  311. package/_esm/actions/schemas/replace/swapNft.js.map +1 -0
  312. package/_esm/actions/schemas/replace/unwrap.js +29 -0
  313. package/_esm/actions/schemas/replace/unwrap.js.map +1 -0
  314. package/_esm/actions/schemas/replace/wrap.js +29 -0
  315. package/_esm/actions/schemas/replace/wrap.js.map +1 -0
  316. package/_esm/actions/schemas/trade/buyCrypto.js +23 -0
  317. package/_esm/actions/schemas/trade/buyCrypto.js.map +1 -0
  318. package/_esm/actions/schemas/trade/buyNft.js +31 -0
  319. package/_esm/actions/schemas/trade/buyNft.js.map +1 -0
  320. package/_esm/actions/schemas/trade/index.js +7 -0
  321. package/_esm/actions/schemas/trade/index.js.map +1 -0
  322. package/_esm/actions/schemas/trade/mintNft.js +31 -0
  323. package/_esm/actions/schemas/trade/mintNft.js.map +1 -0
  324. package/_esm/actions/schemas/trade/sellCrypto.js +23 -0
  325. package/_esm/actions/schemas/trade/sellCrypto.js.map +1 -0
  326. package/_esm/actions/schemas/trade/sellNft.js +17 -0
  327. package/_esm/actions/schemas/trade/sellNft.js.map +1 -0
  328. package/_esm/actions/schemas/trade/trade.js +23 -0
  329. package/_esm/actions/schemas/trade/trade.js.map +1 -0
  330. package/_esm/actions/schemas/transfer/index.js +3 -0
  331. package/_esm/actions/schemas/transfer/index.js.map +1 -0
  332. package/_esm/actions/schemas/transfer/swapTransfer.js +13 -0
  333. package/_esm/actions/schemas/transfer/swapTransfer.js.map +1 -0
  334. package/_esm/actions/schemas/transfer/transfer.js +22 -0
  335. package/_esm/actions/schemas/transfer/transfer.js.map +1 -0
  336. package/_esm/actions/schemas/valuedown/index.js +2 -0
  337. package/_esm/actions/schemas/valuedown/index.js.map +1 -0
  338. package/_esm/actions/schemas/valuedown/valuedown.js +26 -0
  339. package/_esm/actions/schemas/valuedown/valuedown.js.map +1 -0
  340. package/_esm/actions/schemas/valueup/index.js +2 -0
  341. package/_esm/actions/schemas/valueup/index.js.map +1 -0
  342. package/_esm/actions/schemas/valueup/valueup.js +26 -0
  343. package/_esm/actions/schemas/valueup/valueup.js.map +1 -0
  344. package/_esm/actions/schemas/withdraw/index.js +5 -0
  345. package/_esm/actions/schemas/withdraw/index.js.map +1 -0
  346. package/_esm/actions/schemas/withdraw/removeLiquidity.js +33 -0
  347. package/_esm/actions/schemas/withdraw/removeLiquidity.js.map +1 -0
  348. package/_esm/actions/schemas/withdraw/unstake.js +23 -0
  349. package/_esm/actions/schemas/withdraw/unstake.js.map +1 -0
  350. package/_esm/actions/schemas/withdraw/withdraw.js +23 -0
  351. package/_esm/actions/schemas/withdraw/withdraw.js.map +1 -0
  352. package/_esm/actions/schemas/withdraw/withdrawWithBond.js +33 -0
  353. package/_esm/actions/schemas/withdraw/withdrawWithBond.js.map +1 -0
  354. package/_esm/actions/types/action.js +2 -0
  355. package/_esm/actions/types/action.js.map +1 -0
  356. package/_esm/actions/types/approve.js +2 -0
  357. package/_esm/actions/types/approve.js.map +1 -0
  358. package/_esm/actions/types/borrow.js +2 -0
  359. package/_esm/actions/types/borrow.js.map +1 -0
  360. package/_esm/actions/types/borrowWithDebt.js +2 -0
  361. package/_esm/actions/types/borrowWithDebt.js.map +1 -0
  362. package/_esm/actions/types/crossActionBundle.js +2 -0
  363. package/_esm/actions/types/crossActionBundle.js.map +1 -0
  364. package/_esm/actions/types/crossReplace.js +2 -0
  365. package/_esm/actions/types/crossReplace.js.map +1 -0
  366. package/_esm/actions/types/crossTrade.js +2 -0
  367. package/_esm/actions/types/crossTrade.js.map +1 -0
  368. package/_esm/actions/types/failTx.js +2 -0
  369. package/_esm/actions/types/failTx.js.map +1 -0
  370. package/_esm/actions/types/fee.js +2 -0
  371. package/_esm/actions/types/fee.js.map +1 -0
  372. package/_esm/actions/types/ignore.js +2 -0
  373. package/_esm/actions/types/ignore.js.map +1 -0
  374. package/_esm/actions/types/mintNft.js +2 -0
  375. package/_esm/actions/types/mintNft.js.map +1 -0
  376. package/_esm/actions/types/receiveFromCex.js +2 -0
  377. package/_esm/actions/types/receiveFromCex.js.map +1 -0
  378. package/_esm/actions/types/reduce.js +2 -0
  379. package/_esm/actions/types/reduce.js.map +1 -0
  380. package/_esm/actions/types/repayment.js +2 -0
  381. package/_esm/actions/types/repayment.js.map +1 -0
  382. package/_esm/actions/types/repaymentWithDebt.js +2 -0
  383. package/_esm/actions/types/repaymentWithDebt.js.map +1 -0
  384. package/_esm/actions/types/replace.js +2 -0
  385. package/_esm/actions/types/replace.js.map +1 -0
  386. package/_esm/actions/types/revoke.js +2 -0
  387. package/_esm/actions/types/revoke.js.map +1 -0
  388. package/_esm/actions/types/sendToCex.js +2 -0
  389. package/_esm/actions/types/sendToCex.js.map +1 -0
  390. package/_esm/actions/types/unwrap.js +2 -0
  391. package/_esm/actions/types/unwrap.js.map +1 -0
  392. package/_esm/actions/types/valuedown.js +2 -0
  393. package/_esm/actions/types/valuedown.js.map +1 -0
  394. package/_esm/actions/types/valueup.js +2 -0
  395. package/_esm/actions/types/valueup.js.map +1 -0
  396. package/_esm/actions/types/wrap.js +2 -0
  397. package/_esm/actions/types/wrap.js.map +1 -0
  398. package/_esm/apps/index.js +1 -1
  399. package/_esm/apps/index.js.map +1 -1
  400. package/_esm/apps/schemas.js +29 -0
  401. package/_esm/apps/schemas.js.map +1 -0
  402. package/_esm/apps/types.js +1 -10
  403. package/_esm/apps/types.js.map +1 -1
  404. package/_esm/assets/creates/createFiatCurrency.js.map +1 -1
  405. package/_esm/assets/index.js +1 -0
  406. package/_esm/assets/index.js.map +1 -1
  407. package/_esm/assets/schemas/asset.js +10 -0
  408. package/_esm/assets/schemas/asset.js.map +1 -0
  409. package/_esm/assets/schemas/cryptoCurrency.js +27 -0
  410. package/_esm/assets/schemas/cryptoCurrency.js.map +1 -0
  411. package/_esm/assets/schemas/cryptoCurrencyPrice.js +9 -0
  412. package/_esm/assets/schemas/cryptoCurrencyPrice.js.map +1 -0
  413. package/_esm/assets/schemas/fiatCurrency.js +26 -0
  414. package/_esm/assets/schemas/fiatCurrency.js.map +1 -0
  415. package/_esm/assets/schemas/index.js +6 -0
  416. package/_esm/assets/schemas/index.js.map +1 -0
  417. package/_esm/assets/schemas/nft.js +6 -0
  418. package/_esm/assets/schemas/nft.js.map +1 -0
  419. package/_esm/assets/types/fiatCurrency.js +0 -10
  420. package/_esm/assets/types/fiatCurrency.js.map +1 -1
  421. package/_esm/index.js +1 -0
  422. package/_esm/index.js.map +1 -1
  423. package/_esm/utils/index.js +1 -0
  424. package/_esm/utils/index.js.map +1 -1
  425. package/_esm/utils/schema.js +7 -0
  426. package/_esm/utils/schema.js.map +1 -0
  427. package/_types/actions/index.d.ts +2 -1
  428. package/_types/actions/index.d.ts.map +1 -1
  429. package/_types/actions/schemas/action.d.ts +70150 -0
  430. package/_types/actions/schemas/action.d.ts.map +1 -0
  431. package/_types/actions/schemas/borrow/borrow.d.ts +1480 -0
  432. package/_types/actions/schemas/borrow/borrow.d.ts.map +1 -0
  433. package/_types/actions/schemas/borrow/borrowWithDebt.d.ts +2730 -0
  434. package/_types/actions/schemas/borrow/borrowWithDebt.d.ts.map +1 -0
  435. package/_types/actions/schemas/borrow/index.d.ts +3 -0
  436. package/_types/actions/schemas/borrow/index.d.ts.map +1 -0
  437. package/_types/actions/schemas/crossActionBundle.d.ts +12 -0
  438. package/_types/actions/schemas/crossActionBundle.d.ts.map +1 -0
  439. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts +1480 -0
  440. package/_types/actions/schemas/crossReplace/bridgeFrom.d.ts.map +1 -0
  441. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts +1480 -0
  442. package/_types/actions/schemas/crossReplace/bridgeTo.d.ts.map +1 -0
  443. package/_types/actions/schemas/crossReplace/crossReplace.d.ts +2282 -0
  444. package/_types/actions/schemas/crossReplace/crossReplace.d.ts.map +1 -0
  445. package/_types/actions/schemas/crossReplace/index.d.ts +4 -0
  446. package/_types/actions/schemas/crossReplace/index.d.ts.map +1 -0
  447. package/_types/actions/schemas/crossTrade/crossTrade.d.ts +2282 -0
  448. package/_types/actions/schemas/crossTrade/crossTrade.d.ts.map +1 -0
  449. package/_types/actions/schemas/crossTrade/index.d.ts +2 -0
  450. package/_types/actions/schemas/crossTrade/index.d.ts.map +1 -0
  451. package/_types/actions/schemas/default/accountAction.d.ts +4127 -0
  452. package/_types/actions/schemas/default/accountAction.d.ts.map +1 -0
  453. package/_types/actions/schemas/default/index.d.ts +4 -0
  454. package/_types/actions/schemas/default/index.d.ts.map +1 -0
  455. package/_types/actions/schemas/default/normalAction.d.ts +4109 -0
  456. package/_types/actions/schemas/default/normalAction.d.ts.map +1 -0
  457. package/_types/actions/schemas/default/transfer.d.ts +4132 -0
  458. package/_types/actions/schemas/default/transfer.d.ts.map +1 -0
  459. package/_types/actions/schemas/default/unions.d.ts +4 -0
  460. package/_types/actions/schemas/default/unions.d.ts.map +1 -0
  461. package/_types/actions/schemas/deposit/addLiquidity.d.ts +2730 -0
  462. package/_types/actions/schemas/deposit/addLiquidity.d.ts.map +1 -0
  463. package/_types/actions/schemas/deposit/deposit.d.ts +1480 -0
  464. package/_types/actions/schemas/deposit/deposit.d.ts.map +1 -0
  465. package/_types/actions/schemas/deposit/depositWithBond.d.ts +2730 -0
  466. package/_types/actions/schemas/deposit/depositWithBond.d.ts.map +1 -0
  467. package/_types/actions/schemas/deposit/index.d.ts +5 -0
  468. package/_types/actions/schemas/deposit/index.d.ts.map +1 -0
  469. package/_types/actions/schemas/deposit/stake.d.ts +1480 -0
  470. package/_types/actions/schemas/deposit/stake.d.ts.map +1 -0
  471. package/_types/actions/schemas/fee/fee.d.ts +1560 -0
  472. package/_types/actions/schemas/fee/fee.d.ts.map +1 -0
  473. package/_types/actions/schemas/fee/index.d.ts +3 -0
  474. package/_types/actions/schemas/fee/index.d.ts.map +1 -0
  475. package/_types/actions/schemas/fee/transactionFee.d.ts +1024 -0
  476. package/_types/actions/schemas/fee/transactionFee.d.ts.map +1 -0
  477. package/_types/actions/schemas/ignore/approve.d.ts +220 -0
  478. package/_types/actions/schemas/ignore/approve.d.ts.map +1 -0
  479. package/_types/actions/schemas/ignore/failTx.d.ts +220 -0
  480. package/_types/actions/schemas/ignore/failTx.d.ts.map +1 -0
  481. package/_types/actions/schemas/ignore/ignore.d.ts +1655 -0
  482. package/_types/actions/schemas/ignore/ignore.d.ts.map +1 -0
  483. package/_types/actions/schemas/ignore/index.d.ts +9 -0
  484. package/_types/actions/schemas/ignore/index.d.ts.map +1 -0
  485. package/_types/actions/schemas/ignore/move.d.ts +1655 -0
  486. package/_types/actions/schemas/ignore/move.d.ts.map +1 -0
  487. package/_types/actions/schemas/ignore/receiveFromCex.d.ts +741 -0
  488. package/_types/actions/schemas/ignore/receiveFromCex.d.ts.map +1 -0
  489. package/_types/actions/schemas/ignore/revoke.d.ts +220 -0
  490. package/_types/actions/schemas/ignore/revoke.d.ts.map +1 -0
  491. package/_types/actions/schemas/ignore/sendToCex.d.ts +741 -0
  492. package/_types/actions/schemas/ignore/sendToCex.d.ts.map +1 -0
  493. package/_types/actions/schemas/ignore/spam.d.ts +1470 -0
  494. package/_types/actions/schemas/ignore/spam.d.ts.map +1 -0
  495. package/_types/actions/schemas/income/atomicArbitrage.d.ts +1024 -0
  496. package/_types/actions/schemas/income/atomicArbitrage.d.ts.map +1 -0
  497. package/_types/actions/schemas/income/freeMintNft.d.ts +666 -0
  498. package/_types/actions/schemas/income/freeMintNft.d.ts.map +1 -0
  499. package/_types/actions/schemas/income/income.d.ts +629 -0
  500. package/_types/actions/schemas/income/income.d.ts.map +1 -0
  501. package/_types/actions/schemas/income/index.d.ts +6 -0
  502. package/_types/actions/schemas/income/index.d.ts.map +1 -0
  503. package/_types/actions/schemas/income/nftRoyalty.d.ts +786 -0
  504. package/_types/actions/schemas/income/nftRoyalty.d.ts.map +1 -0
  505. package/_types/actions/schemas/income/swapIncome.d.ts +741 -0
  506. package/_types/actions/schemas/income/swapIncome.d.ts.map +1 -0
  507. package/_types/actions/schemas/index.d.ts +18 -0
  508. package/_types/actions/schemas/index.d.ts.map +1 -0
  509. package/_types/actions/schemas/reduce/index.d.ts +2 -0
  510. package/_types/actions/schemas/reduce/index.d.ts.map +1 -0
  511. package/_types/actions/schemas/reduce/reduce.d.ts +741 -0
  512. package/_types/actions/schemas/reduce/reduce.d.ts.map +1 -0
  513. package/_types/actions/schemas/repayment/index.d.ts +3 -0
  514. package/_types/actions/schemas/repayment/index.d.ts.map +1 -0
  515. package/_types/actions/schemas/repayment/repayment.d.ts +1480 -0
  516. package/_types/actions/schemas/repayment/repayment.d.ts.map +1 -0
  517. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts +2730 -0
  518. package/_types/actions/schemas/repayment/repaymentWithDebt.d.ts.map +1 -0
  519. package/_types/actions/schemas/replace/index.d.ts +5 -0
  520. package/_types/actions/schemas/replace/index.d.ts.map +1 -0
  521. package/_types/actions/schemas/replace/replace.d.ts +2720 -0
  522. package/_types/actions/schemas/replace/replace.d.ts.map +1 -0
  523. package/_types/actions/schemas/replace/swapNft.d.ts +1828 -0
  524. package/_types/actions/schemas/replace/swapNft.d.ts.map +1 -0
  525. package/_types/actions/schemas/replace/unwrap.d.ts +1828 -0
  526. package/_types/actions/schemas/replace/unwrap.d.ts.map +1 -0
  527. package/_types/actions/schemas/replace/wrap.d.ts +1828 -0
  528. package/_types/actions/schemas/replace/wrap.d.ts.map +1 -0
  529. package/_types/actions/schemas/trade/buyCrypto.d.ts +1560 -0
  530. package/_types/actions/schemas/trade/buyCrypto.d.ts.map +1 -0
  531. package/_types/actions/schemas/trade/buyNft.d.ts +2006 -0
  532. package/_types/actions/schemas/trade/buyNft.d.ts.map +1 -0
  533. package/_types/actions/schemas/trade/index.d.ts +7 -0
  534. package/_types/actions/schemas/trade/index.d.ts.map +1 -0
  535. package/_types/actions/schemas/trade/mintNft.d.ts +2006 -0
  536. package/_types/actions/schemas/trade/mintNft.d.ts.map +1 -0
  537. package/_types/actions/schemas/trade/sellCrypto.d.ts +1560 -0
  538. package/_types/actions/schemas/trade/sellCrypto.d.ts.map +1 -0
  539. package/_types/actions/schemas/trade/sellNft.d.ts +1009 -0
  540. package/_types/actions/schemas/trade/sellNft.d.ts.map +1 -0
  541. package/_types/actions/schemas/trade/trade.d.ts +2272 -0
  542. package/_types/actions/schemas/trade/trade.d.ts.map +1 -0
  543. package/_types/actions/schemas/transfer/index.d.ts +3 -0
  544. package/_types/actions/schemas/transfer/index.d.ts.map +1 -0
  545. package/_types/actions/schemas/transfer/swapTransfer.d.ts +741 -0
  546. package/_types/actions/schemas/transfer/swapTransfer.d.ts.map +1 -0
  547. package/_types/actions/schemas/transfer/transfer.d.ts +2272 -0
  548. package/_types/actions/schemas/transfer/transfer.d.ts.map +1 -0
  549. package/_types/actions/schemas/valuedown/index.d.ts +2 -0
  550. package/_types/actions/schemas/valuedown/index.d.ts.map +1 -0
  551. package/_types/actions/schemas/valuedown/valuedown.d.ts +1298 -0
  552. package/_types/actions/schemas/valuedown/valuedown.d.ts.map +1 -0
  553. package/_types/actions/schemas/valueup/index.d.ts +2 -0
  554. package/_types/actions/schemas/valueup/index.d.ts.map +1 -0
  555. package/_types/actions/schemas/valueup/valueup.d.ts +1298 -0
  556. package/_types/actions/schemas/valueup/valueup.d.ts.map +1 -0
  557. package/_types/actions/schemas/withdraw/index.d.ts +5 -0
  558. package/_types/actions/schemas/withdraw/index.d.ts.map +1 -0
  559. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts +2730 -0
  560. package/_types/actions/schemas/withdraw/removeLiquidity.d.ts.map +1 -0
  561. package/_types/actions/schemas/withdraw/unstake.d.ts +1480 -0
  562. package/_types/actions/schemas/withdraw/unstake.d.ts.map +1 -0
  563. package/_types/actions/schemas/withdraw/withdraw.d.ts +1480 -0
  564. package/_types/actions/schemas/withdraw/withdraw.d.ts.map +1 -0
  565. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts +2730 -0
  566. package/_types/actions/schemas/withdraw/withdrawWithBond.d.ts.map +1 -0
  567. package/_types/actions/types/action.d.ts +8 -0
  568. package/_types/actions/types/action.d.ts.map +1 -0
  569. package/_types/actions/types/addLiquidity.d.ts +4 -6
  570. package/_types/actions/types/addLiquidity.d.ts.map +1 -1
  571. package/_types/actions/types/approve.d.ts +5 -0
  572. package/_types/actions/types/approve.d.ts.map +1 -0
  573. package/_types/actions/types/atomicArbitrage.d.ts +4 -4
  574. package/_types/actions/types/atomicArbitrage.d.ts.map +1 -1
  575. package/_types/actions/types/borrow.d.ts +5 -0
  576. package/_types/actions/types/borrow.d.ts.map +1 -0
  577. package/_types/actions/types/borrowWithDebt.d.ts +5 -0
  578. package/_types/actions/types/borrowWithDebt.d.ts.map +1 -0
  579. package/_types/actions/types/bridgeFrom.d.ts +4 -5
  580. package/_types/actions/types/bridgeFrom.d.ts.map +1 -1
  581. package/_types/actions/types/bridgeTo.d.ts +4 -5
  582. package/_types/actions/types/bridgeTo.d.ts.map +1 -1
  583. package/_types/actions/types/buyNft.d.ts +4 -6
  584. package/_types/actions/types/buyNft.d.ts.map +1 -1
  585. package/_types/actions/types/crossActionBundle.d.ts +4 -0
  586. package/_types/actions/types/crossActionBundle.d.ts.map +1 -0
  587. package/_types/actions/types/crossReplace.d.ts +5 -0
  588. package/_types/actions/types/crossReplace.d.ts.map +1 -0
  589. package/_types/actions/types/crossTrade.d.ts +5 -0
  590. package/_types/actions/types/crossTrade.d.ts.map +1 -0
  591. package/_types/actions/types/deposit.d.ts +4 -5
  592. package/_types/actions/types/deposit.d.ts.map +1 -1
  593. package/_types/actions/types/depositWithBond.d.ts +4 -6
  594. package/_types/actions/types/depositWithBond.d.ts.map +1 -1
  595. package/_types/actions/types/failTx.d.ts +5 -0
  596. package/_types/actions/types/failTx.d.ts.map +1 -0
  597. package/_types/actions/types/fee.d.ts +5 -0
  598. package/_types/actions/types/fee.d.ts.map +1 -0
  599. package/_types/actions/types/freeMintNft.d.ts +4 -6
  600. package/_types/actions/types/freeMintNft.d.ts.map +1 -1
  601. package/_types/actions/types/ignore.d.ts +4 -0
  602. package/_types/actions/types/ignore.d.ts.map +1 -0
  603. package/_types/actions/types/income.d.ts +3 -4
  604. package/_types/actions/types/income.d.ts.map +1 -1
  605. package/_types/actions/types/index.d.ts +22 -1
  606. package/_types/actions/types/index.d.ts.map +1 -1
  607. package/_types/actions/types/mintNft.d.ts +5 -0
  608. package/_types/actions/types/mintNft.d.ts.map +1 -0
  609. package/_types/actions/types/move.d.ts +3 -4
  610. package/_types/actions/types/move.d.ts.map +1 -1
  611. package/_types/actions/types/nftRoyalty.d.ts +3 -6
  612. package/_types/actions/types/nftRoyalty.d.ts.map +1 -1
  613. package/_types/actions/types/receiveFromCex.d.ts +4 -0
  614. package/_types/actions/types/receiveFromCex.d.ts.map +1 -0
  615. package/_types/actions/types/reduce.d.ts +4 -0
  616. package/_types/actions/types/reduce.d.ts.map +1 -0
  617. package/_types/actions/types/removeLiquidity.d.ts +4 -6
  618. package/_types/actions/types/removeLiquidity.d.ts.map +1 -1
  619. package/_types/actions/types/repayment.d.ts +5 -0
  620. package/_types/actions/types/repayment.d.ts.map +1 -0
  621. package/_types/actions/types/repaymentWithDebt.d.ts +5 -0
  622. package/_types/actions/types/repaymentWithDebt.d.ts.map +1 -0
  623. package/_types/actions/types/replace.d.ts +5 -0
  624. package/_types/actions/types/replace.d.ts.map +1 -0
  625. package/_types/actions/types/revoke.d.ts +5 -0
  626. package/_types/actions/types/revoke.d.ts.map +1 -0
  627. package/_types/actions/types/sellNft.d.ts +3 -5
  628. package/_types/actions/types/sellNft.d.ts.map +1 -1
  629. package/_types/actions/types/sendToCex.d.ts +4 -0
  630. package/_types/actions/types/sendToCex.d.ts.map +1 -0
  631. package/_types/actions/types/spam.d.ts +4 -5
  632. package/_types/actions/types/spam.d.ts.map +1 -1
  633. package/_types/actions/types/swapIncome.d.ts +3 -3
  634. package/_types/actions/types/swapIncome.d.ts.map +1 -1
  635. package/_types/actions/types/swapNft.d.ts +4 -5
  636. package/_types/actions/types/swapNft.d.ts.map +1 -1
  637. package/_types/actions/types/swapTransfer.d.ts +3 -3
  638. package/_types/actions/types/swapTransfer.d.ts.map +1 -1
  639. package/_types/actions/types/trade.d.ts +4 -6
  640. package/_types/actions/types/trade.d.ts.map +1 -1
  641. package/_types/actions/types/transactionFee.d.ts +4 -6
  642. package/_types/actions/types/transactionFee.d.ts.map +1 -1
  643. package/_types/actions/types/transfer.d.ts +4 -7
  644. package/_types/actions/types/transfer.d.ts.map +1 -1
  645. package/_types/actions/types/unwrap.d.ts +5 -0
  646. package/_types/actions/types/unwrap.d.ts.map +1 -0
  647. package/_types/actions/types/valuedown.d.ts +5 -0
  648. package/_types/actions/types/valuedown.d.ts.map +1 -0
  649. package/_types/actions/types/valueup.d.ts +5 -0
  650. package/_types/actions/types/valueup.d.ts.map +1 -0
  651. package/_types/actions/types/withdraw.d.ts +4 -6
  652. package/_types/actions/types/withdraw.d.ts.map +1 -1
  653. package/_types/actions/types/withdrawWithBond.d.ts +4 -6
  654. package/_types/actions/types/withdrawWithBond.d.ts.map +1 -1
  655. package/_types/actions/types/wrap.d.ts +5 -0
  656. package/_types/actions/types/wrap.d.ts.map +1 -0
  657. package/_types/apps/index.d.ts +1 -1
  658. package/_types/apps/index.d.ts.map +1 -1
  659. package/_types/apps/schemas.d.ts +40 -0
  660. package/_types/apps/schemas.d.ts.map +1 -0
  661. package/_types/apps/types.d.ts +4 -10
  662. package/_types/apps/types.d.ts.map +1 -1
  663. package/_types/assets/creates/createCryptoCurrency.d.ts +15 -2
  664. package/_types/assets/creates/createCryptoCurrency.d.ts.map +1 -1
  665. package/_types/assets/creates/createFiatCurrency.d.ts +7 -2
  666. package/_types/assets/creates/createFiatCurrency.d.ts.map +1 -1
  667. package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts +24 -3
  668. package/_types/assets/definitions/coingeckoCryptoCurrencyDataSource.d.ts.map +1 -1
  669. package/_types/assets/index.d.ts +1 -0
  670. package/_types/assets/index.d.ts.map +1 -1
  671. package/_types/assets/schemas/asset.d.ts +142 -0
  672. package/_types/assets/schemas/asset.d.ts.map +1 -0
  673. package/_types/assets/schemas/cryptoCurrency.d.ts +103 -0
  674. package/_types/assets/schemas/cryptoCurrency.d.ts.map +1 -0
  675. package/_types/assets/schemas/cryptoCurrencyPrice.d.ts +33 -0
  676. package/_types/assets/schemas/cryptoCurrencyPrice.d.ts.map +1 -0
  677. package/_types/assets/schemas/fiatCurrency.d.ts +34 -0
  678. package/_types/assets/schemas/fiatCurrency.d.ts.map +1 -0
  679. package/_types/assets/schemas/index.d.ts +6 -0
  680. package/_types/assets/schemas/index.d.ts.map +1 -0
  681. package/_types/assets/schemas/nft.d.ts +12 -0
  682. package/_types/assets/schemas/nft.d.ts.map +1 -0
  683. package/_types/assets/types/cryptoCurrency.d.ts +3 -16
  684. package/_types/assets/types/cryptoCurrency.d.ts.map +1 -1
  685. package/_types/assets/types/cryptoCurrencyPrice.d.ts +3 -9
  686. package/_types/assets/types/cryptoCurrencyPrice.d.ts.map +1 -1
  687. package/_types/assets/types/dataSource.d.ts +2 -1
  688. package/_types/assets/types/dataSource.d.ts.map +1 -1
  689. package/_types/assets/types/fiatCurrency.d.ts +4 -11
  690. package/_types/assets/types/fiatCurrency.d.ts.map +1 -1
  691. package/_types/assets/types/nft.d.ts +3 -4
  692. package/_types/assets/types/nft.d.ts.map +1 -1
  693. package/_types/index.d.ts +2 -1
  694. package/_types/index.d.ts.map +1 -1
  695. package/_types/utils/index.d.ts +1 -0
  696. package/_types/utils/index.d.ts.map +1 -1
  697. package/_types/utils/schema.d.ts +18 -0
  698. package/_types/utils/schema.d.ts.map +1 -0
  699. package/actions/index.ts +123 -0
  700. package/actions/schemas/action.ts +226 -0
  701. package/actions/schemas/borrow/borrow.ts +33 -0
  702. package/actions/schemas/borrow/borrowWithDebt.ts +45 -0
  703. package/actions/schemas/borrow/index.ts +5 -0
  704. package/actions/schemas/crossActionBundle.ts +6 -0
  705. package/actions/schemas/crossReplace/bridgeFrom.ts +33 -0
  706. package/actions/schemas/crossReplace/bridgeTo.ts +33 -0
  707. package/actions/schemas/crossReplace/crossReplace.ts +29 -0
  708. package/actions/schemas/crossReplace/index.ts +12 -0
  709. package/actions/schemas/crossTrade/crossTrade.ts +29 -0
  710. package/actions/schemas/crossTrade/index.ts +4 -0
  711. package/actions/schemas/default/accountAction.ts +33 -0
  712. package/actions/schemas/default/index.ts +26 -0
  713. package/actions/schemas/default/normalAction.ts +24 -0
  714. package/actions/schemas/default/transfer.ts +154 -0
  715. package/actions/schemas/default/unions.ts +98 -0
  716. package/actions/schemas/deposit/addLiquidity.ts +45 -0
  717. package/actions/schemas/deposit/deposit.ts +33 -0
  718. package/actions/schemas/deposit/depositWithBond.ts +45 -0
  719. package/actions/schemas/deposit/index.ts +13 -0
  720. package/actions/schemas/deposit/stake.ts +33 -0
  721. package/actions/schemas/fee/fee.ts +33 -0
  722. package/actions/schemas/fee/index.ts +5 -0
  723. package/actions/schemas/fee/transactionFee.ts +29 -0
  724. package/actions/schemas/ignore/approve.ts +27 -0
  725. package/actions/schemas/ignore/failTx.ts +27 -0
  726. package/actions/schemas/ignore/ignore.ts +12 -0
  727. package/actions/schemas/ignore/index.ts +11 -0
  728. package/actions/schemas/ignore/move.ts +12 -0
  729. package/actions/schemas/ignore/receiveFromCex.ts +20 -0
  730. package/actions/schemas/ignore/revoke.ts +27 -0
  731. package/actions/schemas/ignore/sendToCex.ts +19 -0
  732. package/actions/schemas/ignore/spam.ts +33 -0
  733. package/actions/schemas/income/atomicArbitrage.ts +29 -0
  734. package/actions/schemas/income/freeMintNft.ts +28 -0
  735. package/actions/schemas/income/income.ts +13 -0
  736. package/actions/schemas/income/index.ts +11 -0
  737. package/actions/schemas/income/nftRoyalty.ts +19 -0
  738. package/actions/schemas/income/swapIncome.ts +19 -0
  739. package/actions/schemas/index.ts +112 -0
  740. package/actions/schemas/reduce/index.ts +1 -0
  741. package/actions/schemas/reduce/reduce.ts +19 -0
  742. package/actions/schemas/repayment/index.ts +8 -0
  743. package/actions/schemas/repayment/repayment.ts +33 -0
  744. package/actions/schemas/repayment/repaymentWithDebt.ts +46 -0
  745. package/actions/schemas/replace/index.ts +10 -0
  746. package/actions/schemas/replace/replace.ts +45 -0
  747. package/actions/schemas/replace/swapNft.ts +39 -0
  748. package/actions/schemas/replace/unwrap.ts +39 -0
  749. package/actions/schemas/replace/wrap.ts +39 -0
  750. package/actions/schemas/trade/buyCrypto.ts +33 -0
  751. package/actions/schemas/trade/buyNft.ts +42 -0
  752. package/actions/schemas/trade/index.ts +15 -0
  753. package/actions/schemas/trade/mintNft.ts +42 -0
  754. package/actions/schemas/trade/sellCrypto.ts +33 -0
  755. package/actions/schemas/trade/sellNft.ts +24 -0
  756. package/actions/schemas/trade/trade.ts +29 -0
  757. package/actions/schemas/transfer/index.ts +5 -0
  758. package/actions/schemas/transfer/swapTransfer.ts +19 -0
  759. package/actions/schemas/transfer/transfer.ts +27 -0
  760. package/actions/schemas/valuedown/index.ts +4 -0
  761. package/actions/schemas/valuedown/valuedown.ts +31 -0
  762. package/actions/schemas/valueup/index.ts +4 -0
  763. package/actions/schemas/valueup/valueup.ts +31 -0
  764. package/actions/schemas/withdraw/index.ts +16 -0
  765. package/actions/schemas/withdraw/removeLiquidity.ts +45 -0
  766. package/actions/schemas/withdraw/unstake.ts +33 -0
  767. package/actions/schemas/withdraw/withdraw.ts +33 -0
  768. package/actions/schemas/withdraw/withdrawWithBond.ts +46 -0
  769. package/actions/types/action.ts +12 -0
  770. package/actions/types/addLiquidity.ts +11 -21
  771. package/actions/types/approve.ts +9 -0
  772. package/actions/types/atomicArbitrage.ts +9 -26
  773. package/actions/types/borrow.ts +9 -0
  774. package/actions/types/borrowWithDebt.ts +13 -0
  775. package/actions/types/bridgeFrom.ts +11 -21
  776. package/actions/types/bridgeTo.ts +7 -21
  777. package/actions/types/buyNft.ts +6 -31
  778. package/actions/types/crossActionBundle.ts +4 -0
  779. package/actions/types/crossReplace.ts +13 -0
  780. package/actions/types/crossTrade.ts +13 -0
  781. package/actions/types/deposit.ts +7 -21
  782. package/actions/types/depositWithBond.ts +11 -21
  783. package/actions/types/failTx.ts +9 -0
  784. package/actions/types/fee.ts +6 -0
  785. package/actions/types/freeMintNft.ts +10 -15
  786. package/actions/types/ignore.ts +4 -0
  787. package/actions/types/income.ts +3 -20
  788. package/actions/types/index.ts +39 -6
  789. package/actions/types/mintNft.ts +9 -0
  790. package/actions/types/move.ts +3 -20
  791. package/actions/types/nftRoyalty.ts +5 -18
  792. package/actions/types/receiveFromCex.ts +6 -0
  793. package/actions/types/reduce.ts +4 -0
  794. package/actions/types/removeLiquidity.ts +11 -21
  795. package/actions/types/repayment.ts +11 -0
  796. package/actions/types/repaymentWithDebt.ts +13 -0
  797. package/actions/types/replace.ts +9 -0
  798. package/actions/types/revoke.ts +9 -0
  799. package/actions/types/sellNft.ts +3 -21
  800. package/actions/types/sendToCex.ts +6 -0
  801. package/actions/types/spam.ts +7 -21
  802. package/actions/types/swapIncome.ts +5 -11
  803. package/actions/types/swapNft.ts +7 -10
  804. package/actions/types/swapTransfer.ts +5 -11
  805. package/actions/types/trade.ts +6 -31
  806. package/actions/types/transactionFee.ts +11 -17
  807. package/actions/types/transfer.ts +6 -33
  808. package/actions/types/unwrap.ts +9 -0
  809. package/actions/types/valuedown.ts +11 -0
  810. package/actions/types/valueup.ts +9 -0
  811. package/actions/types/withdraw.ts +7 -21
  812. package/actions/types/withdrawWithBond.ts +11 -21
  813. package/actions/types/wrap.ts +9 -0
  814. package/apps/index.ts +1 -1
  815. package/apps/schemas.ts +30 -0
  816. package/apps/types.ts +5 -19
  817. package/assets/creates/createFiatCurrency.ts +2 -5
  818. package/assets/index.ts +7 -0
  819. package/assets/schemas/asset.ts +10 -0
  820. package/assets/schemas/cryptoCurrency.ts +28 -0
  821. package/assets/schemas/cryptoCurrencyPrice.ts +9 -0
  822. package/assets/schemas/fiatCurrency.ts +27 -0
  823. package/assets/schemas/index.ts +5 -0
  824. package/assets/schemas/nft.ts +6 -0
  825. package/assets/types/cryptoCurrency.ts +3 -16
  826. package/assets/types/cryptoCurrencyPrice.ts +3 -13
  827. package/assets/types/dataSource.ts +2 -1
  828. package/assets/types/fiatCurrency.ts +5 -20
  829. package/assets/types/nft.ts +4 -5
  830. package/index.ts +123 -0
  831. package/package.json +1 -1
  832. package/utils/index.ts +1 -0
  833. package/utils/schema.ts +18 -0
  834. package/_cjs/actions/schemas/constants.js +0 -18
  835. package/_cjs/actions/schemas/constants.js.map +0 -1
  836. package/_cjs/actions/schemas/swap.js +0 -8
  837. package/_cjs/actions/schemas/swap.js.map +0 -1
  838. package/_cjs/actions/types/common.js +0 -52
  839. package/_cjs/actions/types/common.js.map +0 -1
  840. package/_esm/actions/schemas/constants.js +0 -15
  841. package/_esm/actions/schemas/constants.js.map +0 -1
  842. package/_esm/actions/schemas/swap.js +0 -6
  843. package/_esm/actions/schemas/swap.js.map +0 -1
  844. package/_esm/actions/types/common.js +0 -52
  845. package/_esm/actions/types/common.js.map +0 -1
  846. package/_types/actions/schemas/constants.d.ts +0 -19
  847. package/_types/actions/schemas/constants.d.ts.map +0 -1
  848. package/_types/actions/schemas/swap.d.ts +0 -9
  849. package/_types/actions/schemas/swap.d.ts.map +0 -1
  850. package/_types/actions/types/common.d.ts +0 -50
  851. package/_types/actions/types/common.d.ts.map +0 -1
  852. package/actions/schemas/constants.ts +0 -16
  853. package/actions/schemas/swap.ts +0 -7
  854. package/actions/types/common.ts +0 -142
@@ -0,0 +1,2720 @@
1
+ import { z } from 'zod';
2
+ export declare const normalActionReplaceSchema: z.ZodEffects<z.ZodObject<{
3
+ type: z.ZodLiteral<"NormalAction">;
4
+ timestamp: z.ZodNumber;
5
+ evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
6
+ comment: z.ZodOptional<z.ZodString>;
7
+ app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
8
+ id: z.ZodString;
9
+ categories: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"bridge">, z.ZodLiteral<"cex">, z.ZodLiteral<"cross-chain">, z.ZodLiteral<"dex">, z.ZodLiteral<"gaming">, z.ZodLiteral<"lending">, z.ZodLiteral<"nft-marketplace">, z.ZodLiteral<"other">]>, "many">;
10
+ name: z.ZodString;
11
+ description: z.ZodOptional<z.ZodString>;
12
+ website: z.ZodOptional<z.ZodString>;
13
+ icon: z.ZodOptional<z.ZodString>;
14
+ }, "strip", z.ZodTypeAny, {
15
+ id: string;
16
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
17
+ name: string;
18
+ description?: string | undefined;
19
+ website?: string | undefined;
20
+ icon?: string | undefined;
21
+ }, {
22
+ id: string;
23
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
24
+ name: string;
25
+ description?: string | undefined;
26
+ website?: string | undefined;
27
+ icon?: string | undefined;
28
+ }>, {
29
+ description: string | undefined;
30
+ website: string | undefined;
31
+ icon: string | undefined;
32
+ id: string;
33
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
34
+ name: string;
35
+ }, {
36
+ id: string;
37
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
38
+ name: string;
39
+ description?: string | undefined;
40
+ website?: string | undefined;
41
+ icon?: string | undefined;
42
+ }>>;
43
+ action: z.ZodLiteral<"replace">;
44
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
45
+ price: z.ZodOptional<z.ZodObject<{
46
+ cryptoCurrencyId: z.ZodString;
47
+ fiatCurrencyId: z.ZodString;
48
+ price: z.ZodObject<{
49
+ value: z.ZodBigInt;
50
+ decimals: z.ZodNumber;
51
+ }, "strip", z.ZodTypeAny, {
52
+ value: bigint;
53
+ decimals: number;
54
+ }, {
55
+ value: bigint;
56
+ decimals: number;
57
+ }>;
58
+ timestamp: z.ZodNumber;
59
+ }, "strip", z.ZodTypeAny, {
60
+ cryptoCurrencyId: string;
61
+ fiatCurrencyId: string;
62
+ price: {
63
+ value: bigint;
64
+ decimals: number;
65
+ };
66
+ timestamp: number;
67
+ }, {
68
+ cryptoCurrencyId: string;
69
+ fiatCurrencyId: string;
70
+ price: {
71
+ value: bigint;
72
+ decimals: number;
73
+ };
74
+ timestamp: number;
75
+ }>>;
76
+ from: z.ZodOptional<z.ZodString>;
77
+ to: z.ZodOptional<z.ZodString>;
78
+ amount: z.ZodObject<{
79
+ value: z.ZodBigInt;
80
+ decimals: z.ZodNumber;
81
+ }, "strip", z.ZodTypeAny, {
82
+ value: bigint;
83
+ decimals: number;
84
+ }, {
85
+ value: bigint;
86
+ decimals: number;
87
+ }>;
88
+ direction: z.ZodLiteral<"in">;
89
+ asset: z.ZodEffects<z.ZodObject<{
90
+ type: z.ZodLiteral<"CryptoCurrency">;
91
+ id: z.ZodString;
92
+ name: z.ZodString;
93
+ symbol: z.ZodString;
94
+ icon: z.ZodOptional<z.ZodString>;
95
+ market: z.ZodEffects<z.ZodObject<{
96
+ coingeckoId: z.ZodOptional<z.ZodString>;
97
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
98
+ value: z.ZodBigInt;
99
+ decimals: z.ZodNumber;
100
+ }, "strip", z.ZodTypeAny, {
101
+ value: bigint;
102
+ decimals: number;
103
+ }, {
104
+ value: bigint;
105
+ decimals: number;
106
+ }>>;
107
+ }, "strip", z.ZodTypeAny, {
108
+ coingeckoId?: string | undefined;
109
+ marketCapUsd?: {
110
+ value: bigint;
111
+ decimals: number;
112
+ } | undefined;
113
+ }, {
114
+ coingeckoId?: string | undefined;
115
+ marketCapUsd?: {
116
+ value: bigint;
117
+ decimals: number;
118
+ } | undefined;
119
+ }>, {
120
+ coingeckoId: string | undefined;
121
+ marketCapUsd: {
122
+ value: bigint;
123
+ decimals: number;
124
+ } | undefined;
125
+ }, {
126
+ coingeckoId?: string | undefined;
127
+ marketCapUsd?: {
128
+ value: bigint;
129
+ decimals: number;
130
+ } | undefined;
131
+ }>;
132
+ updatedAt: z.ZodNumber;
133
+ }, "strip", z.ZodTypeAny, {
134
+ symbol: string;
135
+ type: "CryptoCurrency";
136
+ id: string;
137
+ name: string;
138
+ market: {
139
+ coingeckoId: string | undefined;
140
+ marketCapUsd: {
141
+ value: bigint;
142
+ decimals: number;
143
+ } | undefined;
144
+ };
145
+ updatedAt: number;
146
+ icon?: string | undefined;
147
+ }, {
148
+ symbol: string;
149
+ type: "CryptoCurrency";
150
+ id: string;
151
+ name: string;
152
+ market: {
153
+ coingeckoId?: string | undefined;
154
+ marketCapUsd?: {
155
+ value: bigint;
156
+ decimals: number;
157
+ } | undefined;
158
+ };
159
+ updatedAt: number;
160
+ icon?: string | undefined;
161
+ }>, {
162
+ icon: string | undefined;
163
+ symbol: string;
164
+ type: "CryptoCurrency";
165
+ id: string;
166
+ name: string;
167
+ market: {
168
+ coingeckoId: string | undefined;
169
+ marketCapUsd: {
170
+ value: bigint;
171
+ decimals: number;
172
+ } | undefined;
173
+ };
174
+ updatedAt: number;
175
+ }, {
176
+ symbol: string;
177
+ type: "CryptoCurrency";
178
+ id: string;
179
+ name: string;
180
+ market: {
181
+ coingeckoId?: string | undefined;
182
+ marketCapUsd?: {
183
+ value: bigint;
184
+ decimals: number;
185
+ } | undefined;
186
+ };
187
+ updatedAt: number;
188
+ icon?: string | undefined;
189
+ }>;
190
+ }, "strip", z.ZodTypeAny, {
191
+ asset: {
192
+ icon: string | undefined;
193
+ symbol: string;
194
+ type: "CryptoCurrency";
195
+ id: string;
196
+ name: string;
197
+ market: {
198
+ coingeckoId: string | undefined;
199
+ marketCapUsd: {
200
+ value: bigint;
201
+ decimals: number;
202
+ } | undefined;
203
+ };
204
+ updatedAt: number;
205
+ };
206
+ amount: {
207
+ value: bigint;
208
+ decimals: number;
209
+ };
210
+ direction: "in";
211
+ price?: {
212
+ cryptoCurrencyId: string;
213
+ fiatCurrencyId: string;
214
+ price: {
215
+ value: bigint;
216
+ decimals: number;
217
+ };
218
+ timestamp: number;
219
+ } | undefined;
220
+ from?: string | undefined;
221
+ to?: string | undefined;
222
+ }, {
223
+ asset: {
224
+ symbol: string;
225
+ type: "CryptoCurrency";
226
+ id: string;
227
+ name: string;
228
+ market: {
229
+ coingeckoId?: string | undefined;
230
+ marketCapUsd?: {
231
+ value: bigint;
232
+ decimals: number;
233
+ } | undefined;
234
+ };
235
+ updatedAt: number;
236
+ icon?: string | undefined;
237
+ };
238
+ amount: {
239
+ value: bigint;
240
+ decimals: number;
241
+ };
242
+ direction: "in";
243
+ price?: {
244
+ cryptoCurrencyId: string;
245
+ fiatCurrencyId: string;
246
+ price: {
247
+ value: bigint;
248
+ decimals: number;
249
+ };
250
+ timestamp: number;
251
+ } | undefined;
252
+ from?: string | undefined;
253
+ to?: string | undefined;
254
+ }>, {
255
+ from: string | undefined;
256
+ to: string | undefined;
257
+ price: {
258
+ cryptoCurrencyId: string;
259
+ fiatCurrencyId: string;
260
+ price: {
261
+ value: bigint;
262
+ decimals: number;
263
+ };
264
+ timestamp: number;
265
+ } | undefined;
266
+ asset: {
267
+ icon: string | undefined;
268
+ symbol: string;
269
+ type: "CryptoCurrency";
270
+ id: string;
271
+ name: string;
272
+ market: {
273
+ coingeckoId: string | undefined;
274
+ marketCapUsd: {
275
+ value: bigint;
276
+ decimals: number;
277
+ } | undefined;
278
+ };
279
+ updatedAt: number;
280
+ };
281
+ amount: {
282
+ value: bigint;
283
+ decimals: number;
284
+ };
285
+ direction: "in";
286
+ }, {
287
+ asset: {
288
+ symbol: string;
289
+ type: "CryptoCurrency";
290
+ id: string;
291
+ name: string;
292
+ market: {
293
+ coingeckoId?: string | undefined;
294
+ marketCapUsd?: {
295
+ value: bigint;
296
+ decimals: number;
297
+ } | undefined;
298
+ };
299
+ updatedAt: number;
300
+ icon?: string | undefined;
301
+ };
302
+ amount: {
303
+ value: bigint;
304
+ decimals: number;
305
+ };
306
+ direction: "in";
307
+ price?: {
308
+ cryptoCurrencyId: string;
309
+ fiatCurrencyId: string;
310
+ price: {
311
+ value: bigint;
312
+ decimals: number;
313
+ };
314
+ timestamp: number;
315
+ } | undefined;
316
+ from?: string | undefined;
317
+ to?: string | undefined;
318
+ }>, z.ZodEffects<z.ZodObject<{
319
+ price: z.ZodOptional<z.ZodObject<{
320
+ cryptoCurrencyId: z.ZodString;
321
+ fiatCurrencyId: z.ZodString;
322
+ price: z.ZodObject<{
323
+ value: z.ZodBigInt;
324
+ decimals: z.ZodNumber;
325
+ }, "strip", z.ZodTypeAny, {
326
+ value: bigint;
327
+ decimals: number;
328
+ }, {
329
+ value: bigint;
330
+ decimals: number;
331
+ }>;
332
+ timestamp: z.ZodNumber;
333
+ }, "strip", z.ZodTypeAny, {
334
+ cryptoCurrencyId: string;
335
+ fiatCurrencyId: string;
336
+ price: {
337
+ value: bigint;
338
+ decimals: number;
339
+ };
340
+ timestamp: number;
341
+ }, {
342
+ cryptoCurrencyId: string;
343
+ fiatCurrencyId: string;
344
+ price: {
345
+ value: bigint;
346
+ decimals: number;
347
+ };
348
+ timestamp: number;
349
+ }>>;
350
+ from: z.ZodOptional<z.ZodString>;
351
+ to: z.ZodOptional<z.ZodString>;
352
+ amount: z.ZodObject<{
353
+ value: z.ZodBigInt;
354
+ decimals: z.ZodNumber;
355
+ }, "strip", z.ZodTypeAny, {
356
+ value: bigint;
357
+ decimals: number;
358
+ }, {
359
+ value: bigint;
360
+ decimals: number;
361
+ }>;
362
+ direction: z.ZodLiteral<"in">;
363
+ asset: z.ZodObject<{
364
+ type: z.ZodLiteral<"Nft">;
365
+ id: z.ZodString;
366
+ }, "strip", z.ZodTypeAny, {
367
+ type: "Nft";
368
+ id: string;
369
+ }, {
370
+ type: "Nft";
371
+ id: string;
372
+ }>;
373
+ }, "strip", z.ZodTypeAny, {
374
+ asset: {
375
+ type: "Nft";
376
+ id: string;
377
+ };
378
+ amount: {
379
+ value: bigint;
380
+ decimals: number;
381
+ };
382
+ direction: "in";
383
+ price?: {
384
+ cryptoCurrencyId: string;
385
+ fiatCurrencyId: string;
386
+ price: {
387
+ value: bigint;
388
+ decimals: number;
389
+ };
390
+ timestamp: number;
391
+ } | undefined;
392
+ from?: string | undefined;
393
+ to?: string | undefined;
394
+ }, {
395
+ asset: {
396
+ type: "Nft";
397
+ id: string;
398
+ };
399
+ amount: {
400
+ value: bigint;
401
+ decimals: number;
402
+ };
403
+ direction: "in";
404
+ price?: {
405
+ cryptoCurrencyId: string;
406
+ fiatCurrencyId: string;
407
+ price: {
408
+ value: bigint;
409
+ decimals: number;
410
+ };
411
+ timestamp: number;
412
+ } | undefined;
413
+ from?: string | undefined;
414
+ to?: string | undefined;
415
+ }>, {
416
+ from: string | undefined;
417
+ to: string | undefined;
418
+ price: {
419
+ cryptoCurrencyId: string;
420
+ fiatCurrencyId: string;
421
+ price: {
422
+ value: bigint;
423
+ decimals: number;
424
+ };
425
+ timestamp: number;
426
+ } | undefined;
427
+ asset: {
428
+ type: "Nft";
429
+ id: string;
430
+ };
431
+ amount: {
432
+ value: bigint;
433
+ decimals: number;
434
+ };
435
+ direction: "in";
436
+ }, {
437
+ asset: {
438
+ type: "Nft";
439
+ id: string;
440
+ };
441
+ amount: {
442
+ value: bigint;
443
+ decimals: number;
444
+ };
445
+ direction: "in";
446
+ price?: {
447
+ cryptoCurrencyId: string;
448
+ fiatCurrencyId: string;
449
+ price: {
450
+ value: bigint;
451
+ decimals: number;
452
+ };
453
+ timestamp: number;
454
+ } | undefined;
455
+ from?: string | undefined;
456
+ to?: string | undefined;
457
+ }>, z.ZodEffects<z.ZodObject<{
458
+ price: z.ZodOptional<z.ZodObject<{
459
+ cryptoCurrencyId: z.ZodString;
460
+ fiatCurrencyId: z.ZodString;
461
+ price: z.ZodObject<{
462
+ value: z.ZodBigInt;
463
+ decimals: z.ZodNumber;
464
+ }, "strip", z.ZodTypeAny, {
465
+ value: bigint;
466
+ decimals: number;
467
+ }, {
468
+ value: bigint;
469
+ decimals: number;
470
+ }>;
471
+ timestamp: z.ZodNumber;
472
+ }, "strip", z.ZodTypeAny, {
473
+ cryptoCurrencyId: string;
474
+ fiatCurrencyId: string;
475
+ price: {
476
+ value: bigint;
477
+ decimals: number;
478
+ };
479
+ timestamp: number;
480
+ }, {
481
+ cryptoCurrencyId: string;
482
+ fiatCurrencyId: string;
483
+ price: {
484
+ value: bigint;
485
+ decimals: number;
486
+ };
487
+ timestamp: number;
488
+ }>>;
489
+ from: z.ZodOptional<z.ZodString>;
490
+ to: z.ZodOptional<z.ZodString>;
491
+ amount: z.ZodObject<{
492
+ value: z.ZodBigInt;
493
+ decimals: z.ZodNumber;
494
+ }, "strip", z.ZodTypeAny, {
495
+ value: bigint;
496
+ decimals: number;
497
+ }, {
498
+ value: bigint;
499
+ decimals: number;
500
+ }>;
501
+ direction: z.ZodLiteral<"out">;
502
+ asset: z.ZodEffects<z.ZodObject<{
503
+ type: z.ZodLiteral<"CryptoCurrency">;
504
+ id: z.ZodString;
505
+ name: z.ZodString;
506
+ symbol: z.ZodString;
507
+ icon: z.ZodOptional<z.ZodString>;
508
+ market: z.ZodEffects<z.ZodObject<{
509
+ coingeckoId: z.ZodOptional<z.ZodString>;
510
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
511
+ value: z.ZodBigInt;
512
+ decimals: z.ZodNumber;
513
+ }, "strip", z.ZodTypeAny, {
514
+ value: bigint;
515
+ decimals: number;
516
+ }, {
517
+ value: bigint;
518
+ decimals: number;
519
+ }>>;
520
+ }, "strip", z.ZodTypeAny, {
521
+ coingeckoId?: string | undefined;
522
+ marketCapUsd?: {
523
+ value: bigint;
524
+ decimals: number;
525
+ } | undefined;
526
+ }, {
527
+ coingeckoId?: string | undefined;
528
+ marketCapUsd?: {
529
+ value: bigint;
530
+ decimals: number;
531
+ } | undefined;
532
+ }>, {
533
+ coingeckoId: string | undefined;
534
+ marketCapUsd: {
535
+ value: bigint;
536
+ decimals: number;
537
+ } | undefined;
538
+ }, {
539
+ coingeckoId?: string | undefined;
540
+ marketCapUsd?: {
541
+ value: bigint;
542
+ decimals: number;
543
+ } | undefined;
544
+ }>;
545
+ updatedAt: z.ZodNumber;
546
+ }, "strip", z.ZodTypeAny, {
547
+ symbol: string;
548
+ type: "CryptoCurrency";
549
+ id: string;
550
+ name: string;
551
+ market: {
552
+ coingeckoId: string | undefined;
553
+ marketCapUsd: {
554
+ value: bigint;
555
+ decimals: number;
556
+ } | undefined;
557
+ };
558
+ updatedAt: number;
559
+ icon?: string | undefined;
560
+ }, {
561
+ symbol: string;
562
+ type: "CryptoCurrency";
563
+ id: string;
564
+ name: string;
565
+ market: {
566
+ coingeckoId?: string | undefined;
567
+ marketCapUsd?: {
568
+ value: bigint;
569
+ decimals: number;
570
+ } | undefined;
571
+ };
572
+ updatedAt: number;
573
+ icon?: string | undefined;
574
+ }>, {
575
+ icon: string | undefined;
576
+ symbol: string;
577
+ type: "CryptoCurrency";
578
+ id: string;
579
+ name: string;
580
+ market: {
581
+ coingeckoId: string | undefined;
582
+ marketCapUsd: {
583
+ value: bigint;
584
+ decimals: number;
585
+ } | undefined;
586
+ };
587
+ updatedAt: number;
588
+ }, {
589
+ symbol: string;
590
+ type: "CryptoCurrency";
591
+ id: string;
592
+ name: string;
593
+ market: {
594
+ coingeckoId?: string | undefined;
595
+ marketCapUsd?: {
596
+ value: bigint;
597
+ decimals: number;
598
+ } | undefined;
599
+ };
600
+ updatedAt: number;
601
+ icon?: string | undefined;
602
+ }>;
603
+ }, "strip", z.ZodTypeAny, {
604
+ asset: {
605
+ icon: string | undefined;
606
+ symbol: string;
607
+ type: "CryptoCurrency";
608
+ id: string;
609
+ name: string;
610
+ market: {
611
+ coingeckoId: string | undefined;
612
+ marketCapUsd: {
613
+ value: bigint;
614
+ decimals: number;
615
+ } | undefined;
616
+ };
617
+ updatedAt: number;
618
+ };
619
+ amount: {
620
+ value: bigint;
621
+ decimals: number;
622
+ };
623
+ direction: "out";
624
+ price?: {
625
+ cryptoCurrencyId: string;
626
+ fiatCurrencyId: string;
627
+ price: {
628
+ value: bigint;
629
+ decimals: number;
630
+ };
631
+ timestamp: number;
632
+ } | undefined;
633
+ from?: string | undefined;
634
+ to?: string | undefined;
635
+ }, {
636
+ asset: {
637
+ symbol: string;
638
+ type: "CryptoCurrency";
639
+ id: string;
640
+ name: string;
641
+ market: {
642
+ coingeckoId?: string | undefined;
643
+ marketCapUsd?: {
644
+ value: bigint;
645
+ decimals: number;
646
+ } | undefined;
647
+ };
648
+ updatedAt: number;
649
+ icon?: string | undefined;
650
+ };
651
+ amount: {
652
+ value: bigint;
653
+ decimals: number;
654
+ };
655
+ direction: "out";
656
+ price?: {
657
+ cryptoCurrencyId: string;
658
+ fiatCurrencyId: string;
659
+ price: {
660
+ value: bigint;
661
+ decimals: number;
662
+ };
663
+ timestamp: number;
664
+ } | undefined;
665
+ from?: string | undefined;
666
+ to?: string | undefined;
667
+ }>, {
668
+ from: string | undefined;
669
+ to: string | undefined;
670
+ price: {
671
+ cryptoCurrencyId: string;
672
+ fiatCurrencyId: string;
673
+ price: {
674
+ value: bigint;
675
+ decimals: number;
676
+ };
677
+ timestamp: number;
678
+ } | undefined;
679
+ asset: {
680
+ icon: string | undefined;
681
+ symbol: string;
682
+ type: "CryptoCurrency";
683
+ id: string;
684
+ name: string;
685
+ market: {
686
+ coingeckoId: string | undefined;
687
+ marketCapUsd: {
688
+ value: bigint;
689
+ decimals: number;
690
+ } | undefined;
691
+ };
692
+ updatedAt: number;
693
+ };
694
+ amount: {
695
+ value: bigint;
696
+ decimals: number;
697
+ };
698
+ direction: "out";
699
+ }, {
700
+ asset: {
701
+ symbol: string;
702
+ type: "CryptoCurrency";
703
+ id: string;
704
+ name: string;
705
+ market: {
706
+ coingeckoId?: string | undefined;
707
+ marketCapUsd?: {
708
+ value: bigint;
709
+ decimals: number;
710
+ } | undefined;
711
+ };
712
+ updatedAt: number;
713
+ icon?: string | undefined;
714
+ };
715
+ amount: {
716
+ value: bigint;
717
+ decimals: number;
718
+ };
719
+ direction: "out";
720
+ price?: {
721
+ cryptoCurrencyId: string;
722
+ fiatCurrencyId: string;
723
+ price: {
724
+ value: bigint;
725
+ decimals: number;
726
+ };
727
+ timestamp: number;
728
+ } | undefined;
729
+ from?: string | undefined;
730
+ to?: string | undefined;
731
+ }>, z.ZodEffects<z.ZodObject<{
732
+ price: z.ZodOptional<z.ZodObject<{
733
+ cryptoCurrencyId: z.ZodString;
734
+ fiatCurrencyId: z.ZodString;
735
+ price: z.ZodObject<{
736
+ value: z.ZodBigInt;
737
+ decimals: z.ZodNumber;
738
+ }, "strip", z.ZodTypeAny, {
739
+ value: bigint;
740
+ decimals: number;
741
+ }, {
742
+ value: bigint;
743
+ decimals: number;
744
+ }>;
745
+ timestamp: z.ZodNumber;
746
+ }, "strip", z.ZodTypeAny, {
747
+ cryptoCurrencyId: string;
748
+ fiatCurrencyId: string;
749
+ price: {
750
+ value: bigint;
751
+ decimals: number;
752
+ };
753
+ timestamp: number;
754
+ }, {
755
+ cryptoCurrencyId: string;
756
+ fiatCurrencyId: string;
757
+ price: {
758
+ value: bigint;
759
+ decimals: number;
760
+ };
761
+ timestamp: number;
762
+ }>>;
763
+ from: z.ZodOptional<z.ZodString>;
764
+ to: z.ZodOptional<z.ZodString>;
765
+ amount: z.ZodObject<{
766
+ value: z.ZodBigInt;
767
+ decimals: z.ZodNumber;
768
+ }, "strip", z.ZodTypeAny, {
769
+ value: bigint;
770
+ decimals: number;
771
+ }, {
772
+ value: bigint;
773
+ decimals: number;
774
+ }>;
775
+ direction: z.ZodLiteral<"out">;
776
+ asset: z.ZodObject<{
777
+ type: z.ZodLiteral<"Nft">;
778
+ id: z.ZodString;
779
+ }, "strip", z.ZodTypeAny, {
780
+ type: "Nft";
781
+ id: string;
782
+ }, {
783
+ type: "Nft";
784
+ id: string;
785
+ }>;
786
+ }, "strip", z.ZodTypeAny, {
787
+ asset: {
788
+ type: "Nft";
789
+ id: string;
790
+ };
791
+ amount: {
792
+ value: bigint;
793
+ decimals: number;
794
+ };
795
+ direction: "out";
796
+ price?: {
797
+ cryptoCurrencyId: string;
798
+ fiatCurrencyId: string;
799
+ price: {
800
+ value: bigint;
801
+ decimals: number;
802
+ };
803
+ timestamp: number;
804
+ } | undefined;
805
+ from?: string | undefined;
806
+ to?: string | undefined;
807
+ }, {
808
+ asset: {
809
+ type: "Nft";
810
+ id: string;
811
+ };
812
+ amount: {
813
+ value: bigint;
814
+ decimals: number;
815
+ };
816
+ direction: "out";
817
+ price?: {
818
+ cryptoCurrencyId: string;
819
+ fiatCurrencyId: string;
820
+ price: {
821
+ value: bigint;
822
+ decimals: number;
823
+ };
824
+ timestamp: number;
825
+ } | undefined;
826
+ from?: string | undefined;
827
+ to?: string | undefined;
828
+ }>, {
829
+ from: string | undefined;
830
+ to: string | undefined;
831
+ price: {
832
+ cryptoCurrencyId: string;
833
+ fiatCurrencyId: string;
834
+ price: {
835
+ value: bigint;
836
+ decimals: number;
837
+ };
838
+ timestamp: number;
839
+ } | undefined;
840
+ asset: {
841
+ type: "Nft";
842
+ id: string;
843
+ };
844
+ amount: {
845
+ value: bigint;
846
+ decimals: number;
847
+ };
848
+ direction: "out";
849
+ }, {
850
+ asset: {
851
+ type: "Nft";
852
+ id: string;
853
+ };
854
+ amount: {
855
+ value: bigint;
856
+ decimals: number;
857
+ };
858
+ direction: "out";
859
+ price?: {
860
+ cryptoCurrencyId: string;
861
+ fiatCurrencyId: string;
862
+ price: {
863
+ value: bigint;
864
+ decimals: number;
865
+ };
866
+ timestamp: number;
867
+ } | undefined;
868
+ from?: string | undefined;
869
+ to?: string | undefined;
870
+ }>]>, "many">;
871
+ }, "strip", z.ZodTypeAny, {
872
+ type: "NormalAction";
873
+ timestamp: number;
874
+ action: "replace";
875
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
876
+ transfers: ({
877
+ from: string | undefined;
878
+ to: string | undefined;
879
+ price: {
880
+ cryptoCurrencyId: string;
881
+ fiatCurrencyId: string;
882
+ price: {
883
+ value: bigint;
884
+ decimals: number;
885
+ };
886
+ timestamp: number;
887
+ } | undefined;
888
+ asset: {
889
+ icon: string | undefined;
890
+ symbol: string;
891
+ type: "CryptoCurrency";
892
+ id: string;
893
+ name: string;
894
+ market: {
895
+ coingeckoId: string | undefined;
896
+ marketCapUsd: {
897
+ value: bigint;
898
+ decimals: number;
899
+ } | undefined;
900
+ };
901
+ updatedAt: number;
902
+ };
903
+ amount: {
904
+ value: bigint;
905
+ decimals: number;
906
+ };
907
+ direction: "in";
908
+ } | {
909
+ from: string | undefined;
910
+ to: string | undefined;
911
+ price: {
912
+ cryptoCurrencyId: string;
913
+ fiatCurrencyId: string;
914
+ price: {
915
+ value: bigint;
916
+ decimals: number;
917
+ };
918
+ timestamp: number;
919
+ } | undefined;
920
+ asset: {
921
+ type: "Nft";
922
+ id: string;
923
+ };
924
+ amount: {
925
+ value: bigint;
926
+ decimals: number;
927
+ };
928
+ direction: "in";
929
+ } | {
930
+ from: string | undefined;
931
+ to: string | undefined;
932
+ price: {
933
+ cryptoCurrencyId: string;
934
+ fiatCurrencyId: string;
935
+ price: {
936
+ value: bigint;
937
+ decimals: number;
938
+ };
939
+ timestamp: number;
940
+ } | undefined;
941
+ asset: {
942
+ icon: string | undefined;
943
+ symbol: string;
944
+ type: "CryptoCurrency";
945
+ id: string;
946
+ name: string;
947
+ market: {
948
+ coingeckoId: string | undefined;
949
+ marketCapUsd: {
950
+ value: bigint;
951
+ decimals: number;
952
+ } | undefined;
953
+ };
954
+ updatedAt: number;
955
+ };
956
+ amount: {
957
+ value: bigint;
958
+ decimals: number;
959
+ };
960
+ direction: "out";
961
+ } | {
962
+ from: string | undefined;
963
+ to: string | undefined;
964
+ price: {
965
+ cryptoCurrencyId: string;
966
+ fiatCurrencyId: string;
967
+ price: {
968
+ value: bigint;
969
+ decimals: number;
970
+ };
971
+ timestamp: number;
972
+ } | undefined;
973
+ asset: {
974
+ type: "Nft";
975
+ id: string;
976
+ };
977
+ amount: {
978
+ value: bigint;
979
+ decimals: number;
980
+ };
981
+ direction: "out";
982
+ })[];
983
+ comment?: string | undefined;
984
+ app?: {
985
+ description: string | undefined;
986
+ website: string | undefined;
987
+ icon: string | undefined;
988
+ id: string;
989
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
990
+ name: string;
991
+ } | undefined;
992
+ }, {
993
+ type: "NormalAction";
994
+ timestamp: number;
995
+ action: "replace";
996
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
997
+ transfers: ({
998
+ asset: {
999
+ symbol: string;
1000
+ type: "CryptoCurrency";
1001
+ id: string;
1002
+ name: string;
1003
+ market: {
1004
+ coingeckoId?: string | undefined;
1005
+ marketCapUsd?: {
1006
+ value: bigint;
1007
+ decimals: number;
1008
+ } | undefined;
1009
+ };
1010
+ updatedAt: number;
1011
+ icon?: string | undefined;
1012
+ };
1013
+ amount: {
1014
+ value: bigint;
1015
+ decimals: number;
1016
+ };
1017
+ direction: "in";
1018
+ price?: {
1019
+ cryptoCurrencyId: string;
1020
+ fiatCurrencyId: string;
1021
+ price: {
1022
+ value: bigint;
1023
+ decimals: number;
1024
+ };
1025
+ timestamp: number;
1026
+ } | undefined;
1027
+ from?: string | undefined;
1028
+ to?: string | undefined;
1029
+ } | {
1030
+ asset: {
1031
+ type: "Nft";
1032
+ id: string;
1033
+ };
1034
+ amount: {
1035
+ value: bigint;
1036
+ decimals: number;
1037
+ };
1038
+ direction: "in";
1039
+ price?: {
1040
+ cryptoCurrencyId: string;
1041
+ fiatCurrencyId: string;
1042
+ price: {
1043
+ value: bigint;
1044
+ decimals: number;
1045
+ };
1046
+ timestamp: number;
1047
+ } | undefined;
1048
+ from?: string | undefined;
1049
+ to?: string | undefined;
1050
+ } | {
1051
+ asset: {
1052
+ symbol: string;
1053
+ type: "CryptoCurrency";
1054
+ id: string;
1055
+ name: string;
1056
+ market: {
1057
+ coingeckoId?: string | undefined;
1058
+ marketCapUsd?: {
1059
+ value: bigint;
1060
+ decimals: number;
1061
+ } | undefined;
1062
+ };
1063
+ updatedAt: number;
1064
+ icon?: string | undefined;
1065
+ };
1066
+ amount: {
1067
+ value: bigint;
1068
+ decimals: number;
1069
+ };
1070
+ direction: "out";
1071
+ price?: {
1072
+ cryptoCurrencyId: string;
1073
+ fiatCurrencyId: string;
1074
+ price: {
1075
+ value: bigint;
1076
+ decimals: number;
1077
+ };
1078
+ timestamp: number;
1079
+ } | undefined;
1080
+ from?: string | undefined;
1081
+ to?: string | undefined;
1082
+ } | {
1083
+ asset: {
1084
+ type: "Nft";
1085
+ id: string;
1086
+ };
1087
+ amount: {
1088
+ value: bigint;
1089
+ decimals: number;
1090
+ };
1091
+ direction: "out";
1092
+ price?: {
1093
+ cryptoCurrencyId: string;
1094
+ fiatCurrencyId: string;
1095
+ price: {
1096
+ value: bigint;
1097
+ decimals: number;
1098
+ };
1099
+ timestamp: number;
1100
+ } | undefined;
1101
+ from?: string | undefined;
1102
+ to?: string | undefined;
1103
+ })[];
1104
+ comment?: string | undefined;
1105
+ app?: {
1106
+ id: string;
1107
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1108
+ name: string;
1109
+ description?: string | undefined;
1110
+ website?: string | undefined;
1111
+ icon?: string | undefined;
1112
+ } | undefined;
1113
+ }>, {
1114
+ comment: string | undefined;
1115
+ app: {
1116
+ description: string | undefined;
1117
+ website: string | undefined;
1118
+ icon: string | undefined;
1119
+ id: string;
1120
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1121
+ name: string;
1122
+ } | undefined;
1123
+ type: "NormalAction";
1124
+ timestamp: number;
1125
+ action: "replace";
1126
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1127
+ transfers: ({
1128
+ from: string | undefined;
1129
+ to: string | undefined;
1130
+ price: {
1131
+ cryptoCurrencyId: string;
1132
+ fiatCurrencyId: string;
1133
+ price: {
1134
+ value: bigint;
1135
+ decimals: number;
1136
+ };
1137
+ timestamp: number;
1138
+ } | undefined;
1139
+ asset: {
1140
+ icon: string | undefined;
1141
+ symbol: string;
1142
+ type: "CryptoCurrency";
1143
+ id: string;
1144
+ name: string;
1145
+ market: {
1146
+ coingeckoId: string | undefined;
1147
+ marketCapUsd: {
1148
+ value: bigint;
1149
+ decimals: number;
1150
+ } | undefined;
1151
+ };
1152
+ updatedAt: number;
1153
+ };
1154
+ amount: {
1155
+ value: bigint;
1156
+ decimals: number;
1157
+ };
1158
+ direction: "in";
1159
+ } | {
1160
+ from: string | undefined;
1161
+ to: string | undefined;
1162
+ price: {
1163
+ cryptoCurrencyId: string;
1164
+ fiatCurrencyId: string;
1165
+ price: {
1166
+ value: bigint;
1167
+ decimals: number;
1168
+ };
1169
+ timestamp: number;
1170
+ } | undefined;
1171
+ asset: {
1172
+ type: "Nft";
1173
+ id: string;
1174
+ };
1175
+ amount: {
1176
+ value: bigint;
1177
+ decimals: number;
1178
+ };
1179
+ direction: "in";
1180
+ } | {
1181
+ from: string | undefined;
1182
+ to: string | undefined;
1183
+ price: {
1184
+ cryptoCurrencyId: string;
1185
+ fiatCurrencyId: string;
1186
+ price: {
1187
+ value: bigint;
1188
+ decimals: number;
1189
+ };
1190
+ timestamp: number;
1191
+ } | undefined;
1192
+ asset: {
1193
+ icon: string | undefined;
1194
+ symbol: string;
1195
+ type: "CryptoCurrency";
1196
+ id: string;
1197
+ name: string;
1198
+ market: {
1199
+ coingeckoId: string | undefined;
1200
+ marketCapUsd: {
1201
+ value: bigint;
1202
+ decimals: number;
1203
+ } | undefined;
1204
+ };
1205
+ updatedAt: number;
1206
+ };
1207
+ amount: {
1208
+ value: bigint;
1209
+ decimals: number;
1210
+ };
1211
+ direction: "out";
1212
+ } | {
1213
+ from: string | undefined;
1214
+ to: string | undefined;
1215
+ price: {
1216
+ cryptoCurrencyId: string;
1217
+ fiatCurrencyId: string;
1218
+ price: {
1219
+ value: bigint;
1220
+ decimals: number;
1221
+ };
1222
+ timestamp: number;
1223
+ } | undefined;
1224
+ asset: {
1225
+ type: "Nft";
1226
+ id: string;
1227
+ };
1228
+ amount: {
1229
+ value: bigint;
1230
+ decimals: number;
1231
+ };
1232
+ direction: "out";
1233
+ })[];
1234
+ }, {
1235
+ type: "NormalAction";
1236
+ timestamp: number;
1237
+ action: "replace";
1238
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1239
+ transfers: ({
1240
+ asset: {
1241
+ symbol: string;
1242
+ type: "CryptoCurrency";
1243
+ id: string;
1244
+ name: string;
1245
+ market: {
1246
+ coingeckoId?: string | undefined;
1247
+ marketCapUsd?: {
1248
+ value: bigint;
1249
+ decimals: number;
1250
+ } | undefined;
1251
+ };
1252
+ updatedAt: number;
1253
+ icon?: string | undefined;
1254
+ };
1255
+ amount: {
1256
+ value: bigint;
1257
+ decimals: number;
1258
+ };
1259
+ direction: "in";
1260
+ price?: {
1261
+ cryptoCurrencyId: string;
1262
+ fiatCurrencyId: string;
1263
+ price: {
1264
+ value: bigint;
1265
+ decimals: number;
1266
+ };
1267
+ timestamp: number;
1268
+ } | undefined;
1269
+ from?: string | undefined;
1270
+ to?: string | undefined;
1271
+ } | {
1272
+ asset: {
1273
+ type: "Nft";
1274
+ id: string;
1275
+ };
1276
+ amount: {
1277
+ value: bigint;
1278
+ decimals: number;
1279
+ };
1280
+ direction: "in";
1281
+ price?: {
1282
+ cryptoCurrencyId: string;
1283
+ fiatCurrencyId: string;
1284
+ price: {
1285
+ value: bigint;
1286
+ decimals: number;
1287
+ };
1288
+ timestamp: number;
1289
+ } | undefined;
1290
+ from?: string | undefined;
1291
+ to?: string | undefined;
1292
+ } | {
1293
+ asset: {
1294
+ symbol: string;
1295
+ type: "CryptoCurrency";
1296
+ id: string;
1297
+ name: string;
1298
+ market: {
1299
+ coingeckoId?: string | undefined;
1300
+ marketCapUsd?: {
1301
+ value: bigint;
1302
+ decimals: number;
1303
+ } | undefined;
1304
+ };
1305
+ updatedAt: number;
1306
+ icon?: string | undefined;
1307
+ };
1308
+ amount: {
1309
+ value: bigint;
1310
+ decimals: number;
1311
+ };
1312
+ direction: "out";
1313
+ price?: {
1314
+ cryptoCurrencyId: string;
1315
+ fiatCurrencyId: string;
1316
+ price: {
1317
+ value: bigint;
1318
+ decimals: number;
1319
+ };
1320
+ timestamp: number;
1321
+ } | undefined;
1322
+ from?: string | undefined;
1323
+ to?: string | undefined;
1324
+ } | {
1325
+ asset: {
1326
+ type: "Nft";
1327
+ id: string;
1328
+ };
1329
+ amount: {
1330
+ value: bigint;
1331
+ decimals: number;
1332
+ };
1333
+ direction: "out";
1334
+ price?: {
1335
+ cryptoCurrencyId: string;
1336
+ fiatCurrencyId: string;
1337
+ price: {
1338
+ value: bigint;
1339
+ decimals: number;
1340
+ };
1341
+ timestamp: number;
1342
+ } | undefined;
1343
+ from?: string | undefined;
1344
+ to?: string | undefined;
1345
+ })[];
1346
+ comment?: string | undefined;
1347
+ app?: {
1348
+ id: string;
1349
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1350
+ name: string;
1351
+ description?: string | undefined;
1352
+ website?: string | undefined;
1353
+ icon?: string | undefined;
1354
+ } | undefined;
1355
+ }>;
1356
+ export declare const accountActionReplaceSchema: z.ZodEffects<z.ZodObject<{
1357
+ type: z.ZodLiteral<"NormalAccountAction">;
1358
+ timestamp: z.ZodNumber;
1359
+ order: z.ZodNumber;
1360
+ source: z.ZodString;
1361
+ evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
1362
+ comment: z.ZodOptional<z.ZodString>;
1363
+ app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
1364
+ id: z.ZodString;
1365
+ categories: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"bridge">, z.ZodLiteral<"cex">, z.ZodLiteral<"cross-chain">, z.ZodLiteral<"dex">, z.ZodLiteral<"gaming">, z.ZodLiteral<"lending">, z.ZodLiteral<"nft-marketplace">, z.ZodLiteral<"other">]>, "many">;
1366
+ name: z.ZodString;
1367
+ description: z.ZodOptional<z.ZodString>;
1368
+ website: z.ZodOptional<z.ZodString>;
1369
+ icon: z.ZodOptional<z.ZodString>;
1370
+ }, "strip", z.ZodTypeAny, {
1371
+ id: string;
1372
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1373
+ name: string;
1374
+ description?: string | undefined;
1375
+ website?: string | undefined;
1376
+ icon?: string | undefined;
1377
+ }, {
1378
+ id: string;
1379
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1380
+ name: string;
1381
+ description?: string | undefined;
1382
+ website?: string | undefined;
1383
+ icon?: string | undefined;
1384
+ }>, {
1385
+ description: string | undefined;
1386
+ website: string | undefined;
1387
+ icon: string | undefined;
1388
+ id: string;
1389
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1390
+ name: string;
1391
+ }, {
1392
+ id: string;
1393
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1394
+ name: string;
1395
+ description?: string | undefined;
1396
+ website?: string | undefined;
1397
+ icon?: string | undefined;
1398
+ }>>;
1399
+ action: z.ZodLiteral<"replace">;
1400
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1401
+ price: z.ZodOptional<z.ZodObject<{
1402
+ cryptoCurrencyId: z.ZodString;
1403
+ fiatCurrencyId: z.ZodString;
1404
+ price: z.ZodObject<{
1405
+ value: z.ZodBigInt;
1406
+ decimals: z.ZodNumber;
1407
+ }, "strip", z.ZodTypeAny, {
1408
+ value: bigint;
1409
+ decimals: number;
1410
+ }, {
1411
+ value: bigint;
1412
+ decimals: number;
1413
+ }>;
1414
+ timestamp: z.ZodNumber;
1415
+ }, "strip", z.ZodTypeAny, {
1416
+ cryptoCurrencyId: string;
1417
+ fiatCurrencyId: string;
1418
+ price: {
1419
+ value: bigint;
1420
+ decimals: number;
1421
+ };
1422
+ timestamp: number;
1423
+ }, {
1424
+ cryptoCurrencyId: string;
1425
+ fiatCurrencyId: string;
1426
+ price: {
1427
+ value: bigint;
1428
+ decimals: number;
1429
+ };
1430
+ timestamp: number;
1431
+ }>>;
1432
+ from: z.ZodOptional<z.ZodString>;
1433
+ to: z.ZodOptional<z.ZodString>;
1434
+ amount: z.ZodObject<{
1435
+ value: z.ZodBigInt;
1436
+ decimals: z.ZodNumber;
1437
+ }, "strip", z.ZodTypeAny, {
1438
+ value: bigint;
1439
+ decimals: number;
1440
+ }, {
1441
+ value: bigint;
1442
+ decimals: number;
1443
+ }>;
1444
+ direction: z.ZodLiteral<"in">;
1445
+ asset: z.ZodEffects<z.ZodObject<{
1446
+ type: z.ZodLiteral<"CryptoCurrency">;
1447
+ id: z.ZodString;
1448
+ name: z.ZodString;
1449
+ symbol: z.ZodString;
1450
+ icon: z.ZodOptional<z.ZodString>;
1451
+ market: z.ZodEffects<z.ZodObject<{
1452
+ coingeckoId: z.ZodOptional<z.ZodString>;
1453
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1454
+ value: z.ZodBigInt;
1455
+ decimals: z.ZodNumber;
1456
+ }, "strip", z.ZodTypeAny, {
1457
+ value: bigint;
1458
+ decimals: number;
1459
+ }, {
1460
+ value: bigint;
1461
+ decimals: number;
1462
+ }>>;
1463
+ }, "strip", z.ZodTypeAny, {
1464
+ coingeckoId?: string | undefined;
1465
+ marketCapUsd?: {
1466
+ value: bigint;
1467
+ decimals: number;
1468
+ } | undefined;
1469
+ }, {
1470
+ coingeckoId?: string | undefined;
1471
+ marketCapUsd?: {
1472
+ value: bigint;
1473
+ decimals: number;
1474
+ } | undefined;
1475
+ }>, {
1476
+ coingeckoId: string | undefined;
1477
+ marketCapUsd: {
1478
+ value: bigint;
1479
+ decimals: number;
1480
+ } | undefined;
1481
+ }, {
1482
+ coingeckoId?: string | undefined;
1483
+ marketCapUsd?: {
1484
+ value: bigint;
1485
+ decimals: number;
1486
+ } | undefined;
1487
+ }>;
1488
+ updatedAt: z.ZodNumber;
1489
+ }, "strip", z.ZodTypeAny, {
1490
+ symbol: string;
1491
+ type: "CryptoCurrency";
1492
+ id: string;
1493
+ name: string;
1494
+ market: {
1495
+ coingeckoId: string | undefined;
1496
+ marketCapUsd: {
1497
+ value: bigint;
1498
+ decimals: number;
1499
+ } | undefined;
1500
+ };
1501
+ updatedAt: number;
1502
+ icon?: string | undefined;
1503
+ }, {
1504
+ symbol: string;
1505
+ type: "CryptoCurrency";
1506
+ id: string;
1507
+ name: string;
1508
+ market: {
1509
+ coingeckoId?: string | undefined;
1510
+ marketCapUsd?: {
1511
+ value: bigint;
1512
+ decimals: number;
1513
+ } | undefined;
1514
+ };
1515
+ updatedAt: number;
1516
+ icon?: string | undefined;
1517
+ }>, {
1518
+ icon: string | undefined;
1519
+ symbol: string;
1520
+ type: "CryptoCurrency";
1521
+ id: string;
1522
+ name: string;
1523
+ market: {
1524
+ coingeckoId: string | undefined;
1525
+ marketCapUsd: {
1526
+ value: bigint;
1527
+ decimals: number;
1528
+ } | undefined;
1529
+ };
1530
+ updatedAt: number;
1531
+ }, {
1532
+ symbol: string;
1533
+ type: "CryptoCurrency";
1534
+ id: string;
1535
+ name: string;
1536
+ market: {
1537
+ coingeckoId?: string | undefined;
1538
+ marketCapUsd?: {
1539
+ value: bigint;
1540
+ decimals: number;
1541
+ } | undefined;
1542
+ };
1543
+ updatedAt: number;
1544
+ icon?: string | undefined;
1545
+ }>;
1546
+ }, "strip", z.ZodTypeAny, {
1547
+ asset: {
1548
+ icon: string | undefined;
1549
+ symbol: string;
1550
+ type: "CryptoCurrency";
1551
+ id: string;
1552
+ name: string;
1553
+ market: {
1554
+ coingeckoId: string | undefined;
1555
+ marketCapUsd: {
1556
+ value: bigint;
1557
+ decimals: number;
1558
+ } | undefined;
1559
+ };
1560
+ updatedAt: number;
1561
+ };
1562
+ amount: {
1563
+ value: bigint;
1564
+ decimals: number;
1565
+ };
1566
+ direction: "in";
1567
+ price?: {
1568
+ cryptoCurrencyId: string;
1569
+ fiatCurrencyId: string;
1570
+ price: {
1571
+ value: bigint;
1572
+ decimals: number;
1573
+ };
1574
+ timestamp: number;
1575
+ } | undefined;
1576
+ from?: string | undefined;
1577
+ to?: string | undefined;
1578
+ }, {
1579
+ asset: {
1580
+ symbol: string;
1581
+ type: "CryptoCurrency";
1582
+ id: string;
1583
+ name: string;
1584
+ market: {
1585
+ coingeckoId?: string | undefined;
1586
+ marketCapUsd?: {
1587
+ value: bigint;
1588
+ decimals: number;
1589
+ } | undefined;
1590
+ };
1591
+ updatedAt: number;
1592
+ icon?: string | undefined;
1593
+ };
1594
+ amount: {
1595
+ value: bigint;
1596
+ decimals: number;
1597
+ };
1598
+ direction: "in";
1599
+ price?: {
1600
+ cryptoCurrencyId: string;
1601
+ fiatCurrencyId: string;
1602
+ price: {
1603
+ value: bigint;
1604
+ decimals: number;
1605
+ };
1606
+ timestamp: number;
1607
+ } | undefined;
1608
+ from?: string | undefined;
1609
+ to?: string | undefined;
1610
+ }>, {
1611
+ from: string | undefined;
1612
+ to: string | undefined;
1613
+ price: {
1614
+ cryptoCurrencyId: string;
1615
+ fiatCurrencyId: string;
1616
+ price: {
1617
+ value: bigint;
1618
+ decimals: number;
1619
+ };
1620
+ timestamp: number;
1621
+ } | undefined;
1622
+ asset: {
1623
+ icon: string | undefined;
1624
+ symbol: string;
1625
+ type: "CryptoCurrency";
1626
+ id: string;
1627
+ name: string;
1628
+ market: {
1629
+ coingeckoId: string | undefined;
1630
+ marketCapUsd: {
1631
+ value: bigint;
1632
+ decimals: number;
1633
+ } | undefined;
1634
+ };
1635
+ updatedAt: number;
1636
+ };
1637
+ amount: {
1638
+ value: bigint;
1639
+ decimals: number;
1640
+ };
1641
+ direction: "in";
1642
+ }, {
1643
+ asset: {
1644
+ symbol: string;
1645
+ type: "CryptoCurrency";
1646
+ id: string;
1647
+ name: string;
1648
+ market: {
1649
+ coingeckoId?: string | undefined;
1650
+ marketCapUsd?: {
1651
+ value: bigint;
1652
+ decimals: number;
1653
+ } | undefined;
1654
+ };
1655
+ updatedAt: number;
1656
+ icon?: string | undefined;
1657
+ };
1658
+ amount: {
1659
+ value: bigint;
1660
+ decimals: number;
1661
+ };
1662
+ direction: "in";
1663
+ price?: {
1664
+ cryptoCurrencyId: string;
1665
+ fiatCurrencyId: string;
1666
+ price: {
1667
+ value: bigint;
1668
+ decimals: number;
1669
+ };
1670
+ timestamp: number;
1671
+ } | undefined;
1672
+ from?: string | undefined;
1673
+ to?: string | undefined;
1674
+ }>, z.ZodEffects<z.ZodObject<{
1675
+ price: z.ZodOptional<z.ZodObject<{
1676
+ cryptoCurrencyId: z.ZodString;
1677
+ fiatCurrencyId: z.ZodString;
1678
+ price: z.ZodObject<{
1679
+ value: z.ZodBigInt;
1680
+ decimals: z.ZodNumber;
1681
+ }, "strip", z.ZodTypeAny, {
1682
+ value: bigint;
1683
+ decimals: number;
1684
+ }, {
1685
+ value: bigint;
1686
+ decimals: number;
1687
+ }>;
1688
+ timestamp: z.ZodNumber;
1689
+ }, "strip", z.ZodTypeAny, {
1690
+ cryptoCurrencyId: string;
1691
+ fiatCurrencyId: string;
1692
+ price: {
1693
+ value: bigint;
1694
+ decimals: number;
1695
+ };
1696
+ timestamp: number;
1697
+ }, {
1698
+ cryptoCurrencyId: string;
1699
+ fiatCurrencyId: string;
1700
+ price: {
1701
+ value: bigint;
1702
+ decimals: number;
1703
+ };
1704
+ timestamp: number;
1705
+ }>>;
1706
+ from: z.ZodOptional<z.ZodString>;
1707
+ to: z.ZodOptional<z.ZodString>;
1708
+ amount: z.ZodObject<{
1709
+ value: z.ZodBigInt;
1710
+ decimals: z.ZodNumber;
1711
+ }, "strip", z.ZodTypeAny, {
1712
+ value: bigint;
1713
+ decimals: number;
1714
+ }, {
1715
+ value: bigint;
1716
+ decimals: number;
1717
+ }>;
1718
+ direction: z.ZodLiteral<"in">;
1719
+ asset: z.ZodObject<{
1720
+ type: z.ZodLiteral<"Nft">;
1721
+ id: z.ZodString;
1722
+ }, "strip", z.ZodTypeAny, {
1723
+ type: "Nft";
1724
+ id: string;
1725
+ }, {
1726
+ type: "Nft";
1727
+ id: string;
1728
+ }>;
1729
+ }, "strip", z.ZodTypeAny, {
1730
+ asset: {
1731
+ type: "Nft";
1732
+ id: string;
1733
+ };
1734
+ amount: {
1735
+ value: bigint;
1736
+ decimals: number;
1737
+ };
1738
+ direction: "in";
1739
+ price?: {
1740
+ cryptoCurrencyId: string;
1741
+ fiatCurrencyId: string;
1742
+ price: {
1743
+ value: bigint;
1744
+ decimals: number;
1745
+ };
1746
+ timestamp: number;
1747
+ } | undefined;
1748
+ from?: string | undefined;
1749
+ to?: string | undefined;
1750
+ }, {
1751
+ asset: {
1752
+ type: "Nft";
1753
+ id: string;
1754
+ };
1755
+ amount: {
1756
+ value: bigint;
1757
+ decimals: number;
1758
+ };
1759
+ direction: "in";
1760
+ price?: {
1761
+ cryptoCurrencyId: string;
1762
+ fiatCurrencyId: string;
1763
+ price: {
1764
+ value: bigint;
1765
+ decimals: number;
1766
+ };
1767
+ timestamp: number;
1768
+ } | undefined;
1769
+ from?: string | undefined;
1770
+ to?: string | undefined;
1771
+ }>, {
1772
+ from: string | undefined;
1773
+ to: string | undefined;
1774
+ price: {
1775
+ cryptoCurrencyId: string;
1776
+ fiatCurrencyId: string;
1777
+ price: {
1778
+ value: bigint;
1779
+ decimals: number;
1780
+ };
1781
+ timestamp: number;
1782
+ } | undefined;
1783
+ asset: {
1784
+ type: "Nft";
1785
+ id: string;
1786
+ };
1787
+ amount: {
1788
+ value: bigint;
1789
+ decimals: number;
1790
+ };
1791
+ direction: "in";
1792
+ }, {
1793
+ asset: {
1794
+ type: "Nft";
1795
+ id: string;
1796
+ };
1797
+ amount: {
1798
+ value: bigint;
1799
+ decimals: number;
1800
+ };
1801
+ direction: "in";
1802
+ price?: {
1803
+ cryptoCurrencyId: string;
1804
+ fiatCurrencyId: string;
1805
+ price: {
1806
+ value: bigint;
1807
+ decimals: number;
1808
+ };
1809
+ timestamp: number;
1810
+ } | undefined;
1811
+ from?: string | undefined;
1812
+ to?: string | undefined;
1813
+ }>, z.ZodEffects<z.ZodObject<{
1814
+ price: z.ZodOptional<z.ZodObject<{
1815
+ cryptoCurrencyId: z.ZodString;
1816
+ fiatCurrencyId: z.ZodString;
1817
+ price: z.ZodObject<{
1818
+ value: z.ZodBigInt;
1819
+ decimals: z.ZodNumber;
1820
+ }, "strip", z.ZodTypeAny, {
1821
+ value: bigint;
1822
+ decimals: number;
1823
+ }, {
1824
+ value: bigint;
1825
+ decimals: number;
1826
+ }>;
1827
+ timestamp: z.ZodNumber;
1828
+ }, "strip", z.ZodTypeAny, {
1829
+ cryptoCurrencyId: string;
1830
+ fiatCurrencyId: string;
1831
+ price: {
1832
+ value: bigint;
1833
+ decimals: number;
1834
+ };
1835
+ timestamp: number;
1836
+ }, {
1837
+ cryptoCurrencyId: string;
1838
+ fiatCurrencyId: string;
1839
+ price: {
1840
+ value: bigint;
1841
+ decimals: number;
1842
+ };
1843
+ timestamp: number;
1844
+ }>>;
1845
+ from: z.ZodOptional<z.ZodString>;
1846
+ to: z.ZodOptional<z.ZodString>;
1847
+ amount: z.ZodObject<{
1848
+ value: z.ZodBigInt;
1849
+ decimals: z.ZodNumber;
1850
+ }, "strip", z.ZodTypeAny, {
1851
+ value: bigint;
1852
+ decimals: number;
1853
+ }, {
1854
+ value: bigint;
1855
+ decimals: number;
1856
+ }>;
1857
+ direction: z.ZodLiteral<"out">;
1858
+ asset: z.ZodEffects<z.ZodObject<{
1859
+ type: z.ZodLiteral<"CryptoCurrency">;
1860
+ id: z.ZodString;
1861
+ name: z.ZodString;
1862
+ symbol: z.ZodString;
1863
+ icon: z.ZodOptional<z.ZodString>;
1864
+ market: z.ZodEffects<z.ZodObject<{
1865
+ coingeckoId: z.ZodOptional<z.ZodString>;
1866
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1867
+ value: z.ZodBigInt;
1868
+ decimals: z.ZodNumber;
1869
+ }, "strip", z.ZodTypeAny, {
1870
+ value: bigint;
1871
+ decimals: number;
1872
+ }, {
1873
+ value: bigint;
1874
+ decimals: number;
1875
+ }>>;
1876
+ }, "strip", z.ZodTypeAny, {
1877
+ coingeckoId?: string | undefined;
1878
+ marketCapUsd?: {
1879
+ value: bigint;
1880
+ decimals: number;
1881
+ } | undefined;
1882
+ }, {
1883
+ coingeckoId?: string | undefined;
1884
+ marketCapUsd?: {
1885
+ value: bigint;
1886
+ decimals: number;
1887
+ } | undefined;
1888
+ }>, {
1889
+ coingeckoId: string | undefined;
1890
+ marketCapUsd: {
1891
+ value: bigint;
1892
+ decimals: number;
1893
+ } | undefined;
1894
+ }, {
1895
+ coingeckoId?: string | undefined;
1896
+ marketCapUsd?: {
1897
+ value: bigint;
1898
+ decimals: number;
1899
+ } | undefined;
1900
+ }>;
1901
+ updatedAt: z.ZodNumber;
1902
+ }, "strip", z.ZodTypeAny, {
1903
+ symbol: string;
1904
+ type: "CryptoCurrency";
1905
+ id: string;
1906
+ name: string;
1907
+ market: {
1908
+ coingeckoId: string | undefined;
1909
+ marketCapUsd: {
1910
+ value: bigint;
1911
+ decimals: number;
1912
+ } | undefined;
1913
+ };
1914
+ updatedAt: number;
1915
+ icon?: string | undefined;
1916
+ }, {
1917
+ symbol: string;
1918
+ type: "CryptoCurrency";
1919
+ id: string;
1920
+ name: string;
1921
+ market: {
1922
+ coingeckoId?: string | undefined;
1923
+ marketCapUsd?: {
1924
+ value: bigint;
1925
+ decimals: number;
1926
+ } | undefined;
1927
+ };
1928
+ updatedAt: number;
1929
+ icon?: string | undefined;
1930
+ }>, {
1931
+ icon: string | undefined;
1932
+ symbol: string;
1933
+ type: "CryptoCurrency";
1934
+ id: string;
1935
+ name: string;
1936
+ market: {
1937
+ coingeckoId: string | undefined;
1938
+ marketCapUsd: {
1939
+ value: bigint;
1940
+ decimals: number;
1941
+ } | undefined;
1942
+ };
1943
+ updatedAt: number;
1944
+ }, {
1945
+ symbol: string;
1946
+ type: "CryptoCurrency";
1947
+ id: string;
1948
+ name: string;
1949
+ market: {
1950
+ coingeckoId?: string | undefined;
1951
+ marketCapUsd?: {
1952
+ value: bigint;
1953
+ decimals: number;
1954
+ } | undefined;
1955
+ };
1956
+ updatedAt: number;
1957
+ icon?: string | undefined;
1958
+ }>;
1959
+ }, "strip", z.ZodTypeAny, {
1960
+ asset: {
1961
+ icon: string | undefined;
1962
+ symbol: string;
1963
+ type: "CryptoCurrency";
1964
+ id: string;
1965
+ name: string;
1966
+ market: {
1967
+ coingeckoId: string | undefined;
1968
+ marketCapUsd: {
1969
+ value: bigint;
1970
+ decimals: number;
1971
+ } | undefined;
1972
+ };
1973
+ updatedAt: number;
1974
+ };
1975
+ amount: {
1976
+ value: bigint;
1977
+ decimals: number;
1978
+ };
1979
+ direction: "out";
1980
+ price?: {
1981
+ cryptoCurrencyId: string;
1982
+ fiatCurrencyId: string;
1983
+ price: {
1984
+ value: bigint;
1985
+ decimals: number;
1986
+ };
1987
+ timestamp: number;
1988
+ } | undefined;
1989
+ from?: string | undefined;
1990
+ to?: string | undefined;
1991
+ }, {
1992
+ asset: {
1993
+ symbol: string;
1994
+ type: "CryptoCurrency";
1995
+ id: string;
1996
+ name: string;
1997
+ market: {
1998
+ coingeckoId?: string | undefined;
1999
+ marketCapUsd?: {
2000
+ value: bigint;
2001
+ decimals: number;
2002
+ } | undefined;
2003
+ };
2004
+ updatedAt: number;
2005
+ icon?: string | undefined;
2006
+ };
2007
+ amount: {
2008
+ value: bigint;
2009
+ decimals: number;
2010
+ };
2011
+ direction: "out";
2012
+ price?: {
2013
+ cryptoCurrencyId: string;
2014
+ fiatCurrencyId: string;
2015
+ price: {
2016
+ value: bigint;
2017
+ decimals: number;
2018
+ };
2019
+ timestamp: number;
2020
+ } | undefined;
2021
+ from?: string | undefined;
2022
+ to?: string | undefined;
2023
+ }>, {
2024
+ from: string | undefined;
2025
+ to: string | undefined;
2026
+ price: {
2027
+ cryptoCurrencyId: string;
2028
+ fiatCurrencyId: string;
2029
+ price: {
2030
+ value: bigint;
2031
+ decimals: number;
2032
+ };
2033
+ timestamp: number;
2034
+ } | undefined;
2035
+ asset: {
2036
+ icon: string | undefined;
2037
+ symbol: string;
2038
+ type: "CryptoCurrency";
2039
+ id: string;
2040
+ name: string;
2041
+ market: {
2042
+ coingeckoId: string | undefined;
2043
+ marketCapUsd: {
2044
+ value: bigint;
2045
+ decimals: number;
2046
+ } | undefined;
2047
+ };
2048
+ updatedAt: number;
2049
+ };
2050
+ amount: {
2051
+ value: bigint;
2052
+ decimals: number;
2053
+ };
2054
+ direction: "out";
2055
+ }, {
2056
+ asset: {
2057
+ symbol: string;
2058
+ type: "CryptoCurrency";
2059
+ id: string;
2060
+ name: string;
2061
+ market: {
2062
+ coingeckoId?: string | undefined;
2063
+ marketCapUsd?: {
2064
+ value: bigint;
2065
+ decimals: number;
2066
+ } | undefined;
2067
+ };
2068
+ updatedAt: number;
2069
+ icon?: string | undefined;
2070
+ };
2071
+ amount: {
2072
+ value: bigint;
2073
+ decimals: number;
2074
+ };
2075
+ direction: "out";
2076
+ price?: {
2077
+ cryptoCurrencyId: string;
2078
+ fiatCurrencyId: string;
2079
+ price: {
2080
+ value: bigint;
2081
+ decimals: number;
2082
+ };
2083
+ timestamp: number;
2084
+ } | undefined;
2085
+ from?: string | undefined;
2086
+ to?: string | undefined;
2087
+ }>, z.ZodEffects<z.ZodObject<{
2088
+ price: z.ZodOptional<z.ZodObject<{
2089
+ cryptoCurrencyId: z.ZodString;
2090
+ fiatCurrencyId: z.ZodString;
2091
+ price: z.ZodObject<{
2092
+ value: z.ZodBigInt;
2093
+ decimals: z.ZodNumber;
2094
+ }, "strip", z.ZodTypeAny, {
2095
+ value: bigint;
2096
+ decimals: number;
2097
+ }, {
2098
+ value: bigint;
2099
+ decimals: number;
2100
+ }>;
2101
+ timestamp: z.ZodNumber;
2102
+ }, "strip", z.ZodTypeAny, {
2103
+ cryptoCurrencyId: string;
2104
+ fiatCurrencyId: string;
2105
+ price: {
2106
+ value: bigint;
2107
+ decimals: number;
2108
+ };
2109
+ timestamp: number;
2110
+ }, {
2111
+ cryptoCurrencyId: string;
2112
+ fiatCurrencyId: string;
2113
+ price: {
2114
+ value: bigint;
2115
+ decimals: number;
2116
+ };
2117
+ timestamp: number;
2118
+ }>>;
2119
+ from: z.ZodOptional<z.ZodString>;
2120
+ to: z.ZodOptional<z.ZodString>;
2121
+ amount: z.ZodObject<{
2122
+ value: z.ZodBigInt;
2123
+ decimals: z.ZodNumber;
2124
+ }, "strip", z.ZodTypeAny, {
2125
+ value: bigint;
2126
+ decimals: number;
2127
+ }, {
2128
+ value: bigint;
2129
+ decimals: number;
2130
+ }>;
2131
+ direction: z.ZodLiteral<"out">;
2132
+ asset: z.ZodObject<{
2133
+ type: z.ZodLiteral<"Nft">;
2134
+ id: z.ZodString;
2135
+ }, "strip", z.ZodTypeAny, {
2136
+ type: "Nft";
2137
+ id: string;
2138
+ }, {
2139
+ type: "Nft";
2140
+ id: string;
2141
+ }>;
2142
+ }, "strip", z.ZodTypeAny, {
2143
+ asset: {
2144
+ type: "Nft";
2145
+ id: string;
2146
+ };
2147
+ amount: {
2148
+ value: bigint;
2149
+ decimals: number;
2150
+ };
2151
+ direction: "out";
2152
+ price?: {
2153
+ cryptoCurrencyId: string;
2154
+ fiatCurrencyId: string;
2155
+ price: {
2156
+ value: bigint;
2157
+ decimals: number;
2158
+ };
2159
+ timestamp: number;
2160
+ } | undefined;
2161
+ from?: string | undefined;
2162
+ to?: string | undefined;
2163
+ }, {
2164
+ asset: {
2165
+ type: "Nft";
2166
+ id: string;
2167
+ };
2168
+ amount: {
2169
+ value: bigint;
2170
+ decimals: number;
2171
+ };
2172
+ direction: "out";
2173
+ price?: {
2174
+ cryptoCurrencyId: string;
2175
+ fiatCurrencyId: string;
2176
+ price: {
2177
+ value: bigint;
2178
+ decimals: number;
2179
+ };
2180
+ timestamp: number;
2181
+ } | undefined;
2182
+ from?: string | undefined;
2183
+ to?: string | undefined;
2184
+ }>, {
2185
+ from: string | undefined;
2186
+ to: string | undefined;
2187
+ price: {
2188
+ cryptoCurrencyId: string;
2189
+ fiatCurrencyId: string;
2190
+ price: {
2191
+ value: bigint;
2192
+ decimals: number;
2193
+ };
2194
+ timestamp: number;
2195
+ } | undefined;
2196
+ asset: {
2197
+ type: "Nft";
2198
+ id: string;
2199
+ };
2200
+ amount: {
2201
+ value: bigint;
2202
+ decimals: number;
2203
+ };
2204
+ direction: "out";
2205
+ }, {
2206
+ asset: {
2207
+ type: "Nft";
2208
+ id: string;
2209
+ };
2210
+ amount: {
2211
+ value: bigint;
2212
+ decimals: number;
2213
+ };
2214
+ direction: "out";
2215
+ price?: {
2216
+ cryptoCurrencyId: string;
2217
+ fiatCurrencyId: string;
2218
+ price: {
2219
+ value: bigint;
2220
+ decimals: number;
2221
+ };
2222
+ timestamp: number;
2223
+ } | undefined;
2224
+ from?: string | undefined;
2225
+ to?: string | undefined;
2226
+ }>]>, "many">;
2227
+ }, "strip", z.ZodTypeAny, {
2228
+ type: "NormalAccountAction";
2229
+ timestamp: number;
2230
+ order: number;
2231
+ action: "replace";
2232
+ source: string;
2233
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2234
+ transfers: ({
2235
+ from: string | undefined;
2236
+ to: string | undefined;
2237
+ price: {
2238
+ cryptoCurrencyId: string;
2239
+ fiatCurrencyId: string;
2240
+ price: {
2241
+ value: bigint;
2242
+ decimals: number;
2243
+ };
2244
+ timestamp: number;
2245
+ } | undefined;
2246
+ asset: {
2247
+ icon: string | undefined;
2248
+ symbol: string;
2249
+ type: "CryptoCurrency";
2250
+ id: string;
2251
+ name: string;
2252
+ market: {
2253
+ coingeckoId: string | undefined;
2254
+ marketCapUsd: {
2255
+ value: bigint;
2256
+ decimals: number;
2257
+ } | undefined;
2258
+ };
2259
+ updatedAt: number;
2260
+ };
2261
+ amount: {
2262
+ value: bigint;
2263
+ decimals: number;
2264
+ };
2265
+ direction: "in";
2266
+ } | {
2267
+ from: string | undefined;
2268
+ to: string | undefined;
2269
+ price: {
2270
+ cryptoCurrencyId: string;
2271
+ fiatCurrencyId: string;
2272
+ price: {
2273
+ value: bigint;
2274
+ decimals: number;
2275
+ };
2276
+ timestamp: number;
2277
+ } | undefined;
2278
+ asset: {
2279
+ type: "Nft";
2280
+ id: string;
2281
+ };
2282
+ amount: {
2283
+ value: bigint;
2284
+ decimals: number;
2285
+ };
2286
+ direction: "in";
2287
+ } | {
2288
+ from: string | undefined;
2289
+ to: string | undefined;
2290
+ price: {
2291
+ cryptoCurrencyId: string;
2292
+ fiatCurrencyId: string;
2293
+ price: {
2294
+ value: bigint;
2295
+ decimals: number;
2296
+ };
2297
+ timestamp: number;
2298
+ } | undefined;
2299
+ asset: {
2300
+ icon: string | undefined;
2301
+ symbol: string;
2302
+ type: "CryptoCurrency";
2303
+ id: string;
2304
+ name: string;
2305
+ market: {
2306
+ coingeckoId: string | undefined;
2307
+ marketCapUsd: {
2308
+ value: bigint;
2309
+ decimals: number;
2310
+ } | undefined;
2311
+ };
2312
+ updatedAt: number;
2313
+ };
2314
+ amount: {
2315
+ value: bigint;
2316
+ decimals: number;
2317
+ };
2318
+ direction: "out";
2319
+ } | {
2320
+ from: string | undefined;
2321
+ to: string | undefined;
2322
+ price: {
2323
+ cryptoCurrencyId: string;
2324
+ fiatCurrencyId: string;
2325
+ price: {
2326
+ value: bigint;
2327
+ decimals: number;
2328
+ };
2329
+ timestamp: number;
2330
+ } | undefined;
2331
+ asset: {
2332
+ type: "Nft";
2333
+ id: string;
2334
+ };
2335
+ amount: {
2336
+ value: bigint;
2337
+ decimals: number;
2338
+ };
2339
+ direction: "out";
2340
+ })[];
2341
+ comment?: string | undefined;
2342
+ app?: {
2343
+ description: string | undefined;
2344
+ website: string | undefined;
2345
+ icon: string | undefined;
2346
+ id: string;
2347
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2348
+ name: string;
2349
+ } | undefined;
2350
+ }, {
2351
+ type: "NormalAccountAction";
2352
+ timestamp: number;
2353
+ order: number;
2354
+ action: "replace";
2355
+ source: string;
2356
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2357
+ transfers: ({
2358
+ asset: {
2359
+ symbol: string;
2360
+ type: "CryptoCurrency";
2361
+ id: string;
2362
+ name: string;
2363
+ market: {
2364
+ coingeckoId?: string | undefined;
2365
+ marketCapUsd?: {
2366
+ value: bigint;
2367
+ decimals: number;
2368
+ } | undefined;
2369
+ };
2370
+ updatedAt: number;
2371
+ icon?: string | undefined;
2372
+ };
2373
+ amount: {
2374
+ value: bigint;
2375
+ decimals: number;
2376
+ };
2377
+ direction: "in";
2378
+ price?: {
2379
+ cryptoCurrencyId: string;
2380
+ fiatCurrencyId: string;
2381
+ price: {
2382
+ value: bigint;
2383
+ decimals: number;
2384
+ };
2385
+ timestamp: number;
2386
+ } | undefined;
2387
+ from?: string | undefined;
2388
+ to?: string | undefined;
2389
+ } | {
2390
+ asset: {
2391
+ type: "Nft";
2392
+ id: string;
2393
+ };
2394
+ amount: {
2395
+ value: bigint;
2396
+ decimals: number;
2397
+ };
2398
+ direction: "in";
2399
+ price?: {
2400
+ cryptoCurrencyId: string;
2401
+ fiatCurrencyId: string;
2402
+ price: {
2403
+ value: bigint;
2404
+ decimals: number;
2405
+ };
2406
+ timestamp: number;
2407
+ } | undefined;
2408
+ from?: string | undefined;
2409
+ to?: string | undefined;
2410
+ } | {
2411
+ asset: {
2412
+ symbol: string;
2413
+ type: "CryptoCurrency";
2414
+ id: string;
2415
+ name: string;
2416
+ market: {
2417
+ coingeckoId?: string | undefined;
2418
+ marketCapUsd?: {
2419
+ value: bigint;
2420
+ decimals: number;
2421
+ } | undefined;
2422
+ };
2423
+ updatedAt: number;
2424
+ icon?: string | undefined;
2425
+ };
2426
+ amount: {
2427
+ value: bigint;
2428
+ decimals: number;
2429
+ };
2430
+ direction: "out";
2431
+ price?: {
2432
+ cryptoCurrencyId: string;
2433
+ fiatCurrencyId: string;
2434
+ price: {
2435
+ value: bigint;
2436
+ decimals: number;
2437
+ };
2438
+ timestamp: number;
2439
+ } | undefined;
2440
+ from?: string | undefined;
2441
+ to?: string | undefined;
2442
+ } | {
2443
+ asset: {
2444
+ type: "Nft";
2445
+ id: string;
2446
+ };
2447
+ amount: {
2448
+ value: bigint;
2449
+ decimals: number;
2450
+ };
2451
+ direction: "out";
2452
+ price?: {
2453
+ cryptoCurrencyId: string;
2454
+ fiatCurrencyId: string;
2455
+ price: {
2456
+ value: bigint;
2457
+ decimals: number;
2458
+ };
2459
+ timestamp: number;
2460
+ } | undefined;
2461
+ from?: string | undefined;
2462
+ to?: string | undefined;
2463
+ })[];
2464
+ comment?: string | undefined;
2465
+ app?: {
2466
+ id: string;
2467
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2468
+ name: string;
2469
+ description?: string | undefined;
2470
+ website?: string | undefined;
2471
+ icon?: string | undefined;
2472
+ } | undefined;
2473
+ }>, {
2474
+ comment: string | undefined;
2475
+ app: {
2476
+ description: string | undefined;
2477
+ website: string | undefined;
2478
+ icon: string | undefined;
2479
+ id: string;
2480
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2481
+ name: string;
2482
+ } | undefined;
2483
+ type: "NormalAccountAction";
2484
+ timestamp: number;
2485
+ order: number;
2486
+ action: "replace";
2487
+ source: string;
2488
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2489
+ transfers: ({
2490
+ from: string | undefined;
2491
+ to: string | undefined;
2492
+ price: {
2493
+ cryptoCurrencyId: string;
2494
+ fiatCurrencyId: string;
2495
+ price: {
2496
+ value: bigint;
2497
+ decimals: number;
2498
+ };
2499
+ timestamp: number;
2500
+ } | undefined;
2501
+ asset: {
2502
+ icon: string | undefined;
2503
+ symbol: string;
2504
+ type: "CryptoCurrency";
2505
+ id: string;
2506
+ name: string;
2507
+ market: {
2508
+ coingeckoId: string | undefined;
2509
+ marketCapUsd: {
2510
+ value: bigint;
2511
+ decimals: number;
2512
+ } | undefined;
2513
+ };
2514
+ updatedAt: number;
2515
+ };
2516
+ amount: {
2517
+ value: bigint;
2518
+ decimals: number;
2519
+ };
2520
+ direction: "in";
2521
+ } | {
2522
+ from: string | undefined;
2523
+ to: string | undefined;
2524
+ price: {
2525
+ cryptoCurrencyId: string;
2526
+ fiatCurrencyId: string;
2527
+ price: {
2528
+ value: bigint;
2529
+ decimals: number;
2530
+ };
2531
+ timestamp: number;
2532
+ } | undefined;
2533
+ asset: {
2534
+ type: "Nft";
2535
+ id: string;
2536
+ };
2537
+ amount: {
2538
+ value: bigint;
2539
+ decimals: number;
2540
+ };
2541
+ direction: "in";
2542
+ } | {
2543
+ from: string | undefined;
2544
+ to: string | undefined;
2545
+ price: {
2546
+ cryptoCurrencyId: string;
2547
+ fiatCurrencyId: string;
2548
+ price: {
2549
+ value: bigint;
2550
+ decimals: number;
2551
+ };
2552
+ timestamp: number;
2553
+ } | undefined;
2554
+ asset: {
2555
+ icon: string | undefined;
2556
+ symbol: string;
2557
+ type: "CryptoCurrency";
2558
+ id: string;
2559
+ name: string;
2560
+ market: {
2561
+ coingeckoId: string | undefined;
2562
+ marketCapUsd: {
2563
+ value: bigint;
2564
+ decimals: number;
2565
+ } | undefined;
2566
+ };
2567
+ updatedAt: number;
2568
+ };
2569
+ amount: {
2570
+ value: bigint;
2571
+ decimals: number;
2572
+ };
2573
+ direction: "out";
2574
+ } | {
2575
+ from: string | undefined;
2576
+ to: string | undefined;
2577
+ price: {
2578
+ cryptoCurrencyId: string;
2579
+ fiatCurrencyId: string;
2580
+ price: {
2581
+ value: bigint;
2582
+ decimals: number;
2583
+ };
2584
+ timestamp: number;
2585
+ } | undefined;
2586
+ asset: {
2587
+ type: "Nft";
2588
+ id: string;
2589
+ };
2590
+ amount: {
2591
+ value: bigint;
2592
+ decimals: number;
2593
+ };
2594
+ direction: "out";
2595
+ })[];
2596
+ }, {
2597
+ type: "NormalAccountAction";
2598
+ timestamp: number;
2599
+ order: number;
2600
+ action: "replace";
2601
+ source: string;
2602
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
2603
+ transfers: ({
2604
+ asset: {
2605
+ symbol: string;
2606
+ type: "CryptoCurrency";
2607
+ id: string;
2608
+ name: string;
2609
+ market: {
2610
+ coingeckoId?: string | undefined;
2611
+ marketCapUsd?: {
2612
+ value: bigint;
2613
+ decimals: number;
2614
+ } | undefined;
2615
+ };
2616
+ updatedAt: number;
2617
+ icon?: string | undefined;
2618
+ };
2619
+ amount: {
2620
+ value: bigint;
2621
+ decimals: number;
2622
+ };
2623
+ direction: "in";
2624
+ price?: {
2625
+ cryptoCurrencyId: string;
2626
+ fiatCurrencyId: string;
2627
+ price: {
2628
+ value: bigint;
2629
+ decimals: number;
2630
+ };
2631
+ timestamp: number;
2632
+ } | undefined;
2633
+ from?: string | undefined;
2634
+ to?: string | undefined;
2635
+ } | {
2636
+ asset: {
2637
+ type: "Nft";
2638
+ id: string;
2639
+ };
2640
+ amount: {
2641
+ value: bigint;
2642
+ decimals: number;
2643
+ };
2644
+ direction: "in";
2645
+ price?: {
2646
+ cryptoCurrencyId: string;
2647
+ fiatCurrencyId: string;
2648
+ price: {
2649
+ value: bigint;
2650
+ decimals: number;
2651
+ };
2652
+ timestamp: number;
2653
+ } | undefined;
2654
+ from?: string | undefined;
2655
+ to?: string | undefined;
2656
+ } | {
2657
+ asset: {
2658
+ symbol: string;
2659
+ type: "CryptoCurrency";
2660
+ id: string;
2661
+ name: string;
2662
+ market: {
2663
+ coingeckoId?: string | undefined;
2664
+ marketCapUsd?: {
2665
+ value: bigint;
2666
+ decimals: number;
2667
+ } | undefined;
2668
+ };
2669
+ updatedAt: number;
2670
+ icon?: string | undefined;
2671
+ };
2672
+ amount: {
2673
+ value: bigint;
2674
+ decimals: number;
2675
+ };
2676
+ direction: "out";
2677
+ price?: {
2678
+ cryptoCurrencyId: string;
2679
+ fiatCurrencyId: string;
2680
+ price: {
2681
+ value: bigint;
2682
+ decimals: number;
2683
+ };
2684
+ timestamp: number;
2685
+ } | undefined;
2686
+ from?: string | undefined;
2687
+ to?: string | undefined;
2688
+ } | {
2689
+ asset: {
2690
+ type: "Nft";
2691
+ id: string;
2692
+ };
2693
+ amount: {
2694
+ value: bigint;
2695
+ decimals: number;
2696
+ };
2697
+ direction: "out";
2698
+ price?: {
2699
+ cryptoCurrencyId: string;
2700
+ fiatCurrencyId: string;
2701
+ price: {
2702
+ value: bigint;
2703
+ decimals: number;
2704
+ };
2705
+ timestamp: number;
2706
+ } | undefined;
2707
+ from?: string | undefined;
2708
+ to?: string | undefined;
2709
+ })[];
2710
+ comment?: string | undefined;
2711
+ app?: {
2712
+ id: string;
2713
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2714
+ name: string;
2715
+ description?: string | undefined;
2716
+ website?: string | undefined;
2717
+ icon?: string | undefined;
2718
+ } | undefined;
2719
+ }>;
2720
+ //# sourceMappingURL=replace.d.ts.map