@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,2006 @@
1
+ import { z } from 'zod';
2
+ export declare const normalActionMintNftSchema: 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<"mint-nft">;
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.ZodObject<{
90
+ type: z.ZodLiteral<"Nft">;
91
+ id: z.ZodString;
92
+ }, "strip", z.ZodTypeAny, {
93
+ type: "Nft";
94
+ id: string;
95
+ }, {
96
+ type: "Nft";
97
+ id: string;
98
+ }>;
99
+ }, "strip", z.ZodTypeAny, {
100
+ asset: {
101
+ type: "Nft";
102
+ id: string;
103
+ };
104
+ amount: {
105
+ value: bigint;
106
+ decimals: number;
107
+ };
108
+ direction: "in";
109
+ price?: {
110
+ cryptoCurrencyId: string;
111
+ fiatCurrencyId: string;
112
+ price: {
113
+ value: bigint;
114
+ decimals: number;
115
+ };
116
+ timestamp: number;
117
+ } | undefined;
118
+ from?: string | undefined;
119
+ to?: string | undefined;
120
+ }, {
121
+ asset: {
122
+ type: "Nft";
123
+ id: string;
124
+ };
125
+ amount: {
126
+ value: bigint;
127
+ decimals: number;
128
+ };
129
+ direction: "in";
130
+ price?: {
131
+ cryptoCurrencyId: string;
132
+ fiatCurrencyId: string;
133
+ price: {
134
+ value: bigint;
135
+ decimals: number;
136
+ };
137
+ timestamp: number;
138
+ } | undefined;
139
+ from?: string | undefined;
140
+ to?: string | undefined;
141
+ }>, {
142
+ from: string | undefined;
143
+ to: string | undefined;
144
+ price: {
145
+ cryptoCurrencyId: string;
146
+ fiatCurrencyId: string;
147
+ price: {
148
+ value: bigint;
149
+ decimals: number;
150
+ };
151
+ timestamp: number;
152
+ } | undefined;
153
+ asset: {
154
+ type: "Nft";
155
+ id: string;
156
+ };
157
+ amount: {
158
+ value: bigint;
159
+ decimals: number;
160
+ };
161
+ direction: "in";
162
+ }, {
163
+ asset: {
164
+ type: "Nft";
165
+ id: string;
166
+ };
167
+ amount: {
168
+ value: bigint;
169
+ decimals: number;
170
+ };
171
+ direction: "in";
172
+ price?: {
173
+ cryptoCurrencyId: string;
174
+ fiatCurrencyId: string;
175
+ price: {
176
+ value: bigint;
177
+ decimals: number;
178
+ };
179
+ timestamp: number;
180
+ } | undefined;
181
+ from?: string | undefined;
182
+ to?: string | undefined;
183
+ }>, z.ZodEffects<z.ZodObject<{
184
+ price: z.ZodOptional<z.ZodObject<{
185
+ cryptoCurrencyId: z.ZodString;
186
+ fiatCurrencyId: z.ZodString;
187
+ price: z.ZodObject<{
188
+ value: z.ZodBigInt;
189
+ decimals: z.ZodNumber;
190
+ }, "strip", z.ZodTypeAny, {
191
+ value: bigint;
192
+ decimals: number;
193
+ }, {
194
+ value: bigint;
195
+ decimals: number;
196
+ }>;
197
+ timestamp: z.ZodNumber;
198
+ }, "strip", z.ZodTypeAny, {
199
+ cryptoCurrencyId: string;
200
+ fiatCurrencyId: string;
201
+ price: {
202
+ value: bigint;
203
+ decimals: number;
204
+ };
205
+ timestamp: number;
206
+ }, {
207
+ cryptoCurrencyId: string;
208
+ fiatCurrencyId: string;
209
+ price: {
210
+ value: bigint;
211
+ decimals: number;
212
+ };
213
+ timestamp: number;
214
+ }>>;
215
+ from: z.ZodOptional<z.ZodString>;
216
+ to: z.ZodOptional<z.ZodString>;
217
+ amount: z.ZodObject<{
218
+ value: z.ZodBigInt;
219
+ decimals: z.ZodNumber;
220
+ }, "strip", z.ZodTypeAny, {
221
+ value: bigint;
222
+ decimals: number;
223
+ }, {
224
+ value: bigint;
225
+ decimals: number;
226
+ }>;
227
+ direction: z.ZodLiteral<"out">;
228
+ asset: z.ZodEffects<z.ZodObject<{
229
+ type: z.ZodLiteral<"FiatCurrency">;
230
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
231
+ name: z.ZodString;
232
+ symbol: z.ZodString;
233
+ icon: z.ZodOptional<z.ZodString>;
234
+ }, "strip", z.ZodTypeAny, {
235
+ symbol: string;
236
+ type: "FiatCurrency";
237
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
238
+ name: string;
239
+ icon?: string | undefined;
240
+ }, {
241
+ symbol: string;
242
+ type: "FiatCurrency";
243
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
244
+ name: string;
245
+ icon?: string | undefined;
246
+ }>, {
247
+ icon: string | undefined;
248
+ symbol: string;
249
+ type: "FiatCurrency";
250
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
251
+ name: string;
252
+ }, {
253
+ symbol: string;
254
+ type: "FiatCurrency";
255
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
256
+ name: string;
257
+ icon?: string | undefined;
258
+ }>;
259
+ }, "strip", z.ZodTypeAny, {
260
+ asset: {
261
+ icon: string | undefined;
262
+ symbol: string;
263
+ type: "FiatCurrency";
264
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
265
+ name: string;
266
+ };
267
+ amount: {
268
+ value: bigint;
269
+ decimals: number;
270
+ };
271
+ direction: "out";
272
+ price?: {
273
+ cryptoCurrencyId: string;
274
+ fiatCurrencyId: string;
275
+ price: {
276
+ value: bigint;
277
+ decimals: number;
278
+ };
279
+ timestamp: number;
280
+ } | undefined;
281
+ from?: string | undefined;
282
+ to?: string | undefined;
283
+ }, {
284
+ asset: {
285
+ symbol: string;
286
+ type: "FiatCurrency";
287
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
288
+ name: string;
289
+ icon?: string | undefined;
290
+ };
291
+ amount: {
292
+ value: bigint;
293
+ decimals: number;
294
+ };
295
+ direction: "out";
296
+ price?: {
297
+ cryptoCurrencyId: string;
298
+ fiatCurrencyId: string;
299
+ price: {
300
+ value: bigint;
301
+ decimals: number;
302
+ };
303
+ timestamp: number;
304
+ } | undefined;
305
+ from?: string | undefined;
306
+ to?: string | undefined;
307
+ }>, {
308
+ from: string | undefined;
309
+ to: string | undefined;
310
+ price: {
311
+ cryptoCurrencyId: string;
312
+ fiatCurrencyId: string;
313
+ price: {
314
+ value: bigint;
315
+ decimals: number;
316
+ };
317
+ timestamp: number;
318
+ } | undefined;
319
+ asset: {
320
+ icon: string | undefined;
321
+ symbol: string;
322
+ type: "FiatCurrency";
323
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
324
+ name: string;
325
+ };
326
+ amount: {
327
+ value: bigint;
328
+ decimals: number;
329
+ };
330
+ direction: "out";
331
+ }, {
332
+ asset: {
333
+ symbol: string;
334
+ type: "FiatCurrency";
335
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
336
+ name: string;
337
+ icon?: string | undefined;
338
+ };
339
+ amount: {
340
+ value: bigint;
341
+ decimals: number;
342
+ };
343
+ direction: "out";
344
+ price?: {
345
+ cryptoCurrencyId: string;
346
+ fiatCurrencyId: string;
347
+ price: {
348
+ value: bigint;
349
+ decimals: number;
350
+ };
351
+ timestamp: number;
352
+ } | undefined;
353
+ from?: string | undefined;
354
+ to?: string | undefined;
355
+ }>, z.ZodEffects<z.ZodObject<{
356
+ price: z.ZodOptional<z.ZodObject<{
357
+ cryptoCurrencyId: z.ZodString;
358
+ fiatCurrencyId: z.ZodString;
359
+ price: z.ZodObject<{
360
+ value: z.ZodBigInt;
361
+ decimals: z.ZodNumber;
362
+ }, "strip", z.ZodTypeAny, {
363
+ value: bigint;
364
+ decimals: number;
365
+ }, {
366
+ value: bigint;
367
+ decimals: number;
368
+ }>;
369
+ timestamp: z.ZodNumber;
370
+ }, "strip", z.ZodTypeAny, {
371
+ cryptoCurrencyId: string;
372
+ fiatCurrencyId: string;
373
+ price: {
374
+ value: bigint;
375
+ decimals: number;
376
+ };
377
+ timestamp: number;
378
+ }, {
379
+ cryptoCurrencyId: string;
380
+ fiatCurrencyId: string;
381
+ price: {
382
+ value: bigint;
383
+ decimals: number;
384
+ };
385
+ timestamp: number;
386
+ }>>;
387
+ from: z.ZodOptional<z.ZodString>;
388
+ to: z.ZodOptional<z.ZodString>;
389
+ amount: z.ZodObject<{
390
+ value: z.ZodBigInt;
391
+ decimals: z.ZodNumber;
392
+ }, "strip", z.ZodTypeAny, {
393
+ value: bigint;
394
+ decimals: number;
395
+ }, {
396
+ value: bigint;
397
+ decimals: number;
398
+ }>;
399
+ direction: z.ZodLiteral<"out">;
400
+ asset: z.ZodEffects<z.ZodObject<{
401
+ type: z.ZodLiteral<"CryptoCurrency">;
402
+ id: z.ZodString;
403
+ name: z.ZodString;
404
+ symbol: z.ZodString;
405
+ icon: z.ZodOptional<z.ZodString>;
406
+ market: z.ZodEffects<z.ZodObject<{
407
+ coingeckoId: z.ZodOptional<z.ZodString>;
408
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
409
+ value: z.ZodBigInt;
410
+ decimals: z.ZodNumber;
411
+ }, "strip", z.ZodTypeAny, {
412
+ value: bigint;
413
+ decimals: number;
414
+ }, {
415
+ value: bigint;
416
+ decimals: number;
417
+ }>>;
418
+ }, "strip", z.ZodTypeAny, {
419
+ coingeckoId?: string | undefined;
420
+ marketCapUsd?: {
421
+ value: bigint;
422
+ decimals: number;
423
+ } | undefined;
424
+ }, {
425
+ coingeckoId?: string | undefined;
426
+ marketCapUsd?: {
427
+ value: bigint;
428
+ decimals: number;
429
+ } | undefined;
430
+ }>, {
431
+ coingeckoId: string | undefined;
432
+ marketCapUsd: {
433
+ value: bigint;
434
+ decimals: number;
435
+ } | undefined;
436
+ }, {
437
+ coingeckoId?: string | undefined;
438
+ marketCapUsd?: {
439
+ value: bigint;
440
+ decimals: number;
441
+ } | undefined;
442
+ }>;
443
+ updatedAt: z.ZodNumber;
444
+ }, "strip", z.ZodTypeAny, {
445
+ symbol: string;
446
+ type: "CryptoCurrency";
447
+ id: string;
448
+ name: string;
449
+ market: {
450
+ coingeckoId: string | undefined;
451
+ marketCapUsd: {
452
+ value: bigint;
453
+ decimals: number;
454
+ } | undefined;
455
+ };
456
+ updatedAt: number;
457
+ icon?: string | undefined;
458
+ }, {
459
+ symbol: string;
460
+ type: "CryptoCurrency";
461
+ id: string;
462
+ name: string;
463
+ market: {
464
+ coingeckoId?: string | undefined;
465
+ marketCapUsd?: {
466
+ value: bigint;
467
+ decimals: number;
468
+ } | undefined;
469
+ };
470
+ updatedAt: number;
471
+ icon?: string | undefined;
472
+ }>, {
473
+ icon: string | undefined;
474
+ symbol: string;
475
+ type: "CryptoCurrency";
476
+ id: string;
477
+ name: string;
478
+ market: {
479
+ coingeckoId: string | undefined;
480
+ marketCapUsd: {
481
+ value: bigint;
482
+ decimals: number;
483
+ } | undefined;
484
+ };
485
+ updatedAt: number;
486
+ }, {
487
+ symbol: string;
488
+ type: "CryptoCurrency";
489
+ id: string;
490
+ name: string;
491
+ market: {
492
+ coingeckoId?: string | undefined;
493
+ marketCapUsd?: {
494
+ value: bigint;
495
+ decimals: number;
496
+ } | undefined;
497
+ };
498
+ updatedAt: number;
499
+ icon?: string | undefined;
500
+ }>;
501
+ }, "strip", z.ZodTypeAny, {
502
+ asset: {
503
+ icon: string | undefined;
504
+ symbol: string;
505
+ type: "CryptoCurrency";
506
+ id: string;
507
+ name: string;
508
+ market: {
509
+ coingeckoId: string | undefined;
510
+ marketCapUsd: {
511
+ value: bigint;
512
+ decimals: number;
513
+ } | undefined;
514
+ };
515
+ updatedAt: number;
516
+ };
517
+ amount: {
518
+ value: bigint;
519
+ decimals: number;
520
+ };
521
+ direction: "out";
522
+ price?: {
523
+ cryptoCurrencyId: string;
524
+ fiatCurrencyId: string;
525
+ price: {
526
+ value: bigint;
527
+ decimals: number;
528
+ };
529
+ timestamp: number;
530
+ } | undefined;
531
+ from?: string | undefined;
532
+ to?: string | undefined;
533
+ }, {
534
+ asset: {
535
+ symbol: string;
536
+ type: "CryptoCurrency";
537
+ id: string;
538
+ name: string;
539
+ market: {
540
+ coingeckoId?: string | undefined;
541
+ marketCapUsd?: {
542
+ value: bigint;
543
+ decimals: number;
544
+ } | undefined;
545
+ };
546
+ updatedAt: number;
547
+ icon?: string | undefined;
548
+ };
549
+ amount: {
550
+ value: bigint;
551
+ decimals: number;
552
+ };
553
+ direction: "out";
554
+ price?: {
555
+ cryptoCurrencyId: string;
556
+ fiatCurrencyId: string;
557
+ price: {
558
+ value: bigint;
559
+ decimals: number;
560
+ };
561
+ timestamp: number;
562
+ } | undefined;
563
+ from?: string | undefined;
564
+ to?: string | undefined;
565
+ }>, {
566
+ from: string | undefined;
567
+ to: string | undefined;
568
+ price: {
569
+ cryptoCurrencyId: string;
570
+ fiatCurrencyId: string;
571
+ price: {
572
+ value: bigint;
573
+ decimals: number;
574
+ };
575
+ timestamp: number;
576
+ } | undefined;
577
+ asset: {
578
+ icon: string | undefined;
579
+ symbol: string;
580
+ type: "CryptoCurrency";
581
+ id: string;
582
+ name: string;
583
+ market: {
584
+ coingeckoId: string | undefined;
585
+ marketCapUsd: {
586
+ value: bigint;
587
+ decimals: number;
588
+ } | undefined;
589
+ };
590
+ updatedAt: number;
591
+ };
592
+ amount: {
593
+ value: bigint;
594
+ decimals: number;
595
+ };
596
+ direction: "out";
597
+ }, {
598
+ asset: {
599
+ symbol: string;
600
+ type: "CryptoCurrency";
601
+ id: string;
602
+ name: string;
603
+ market: {
604
+ coingeckoId?: string | undefined;
605
+ marketCapUsd?: {
606
+ value: bigint;
607
+ decimals: number;
608
+ } | undefined;
609
+ };
610
+ updatedAt: number;
611
+ icon?: string | undefined;
612
+ };
613
+ amount: {
614
+ value: bigint;
615
+ decimals: number;
616
+ };
617
+ direction: "out";
618
+ price?: {
619
+ cryptoCurrencyId: string;
620
+ fiatCurrencyId: string;
621
+ price: {
622
+ value: bigint;
623
+ decimals: number;
624
+ };
625
+ timestamp: number;
626
+ } | undefined;
627
+ from?: string | undefined;
628
+ to?: string | undefined;
629
+ }>]>, "many">;
630
+ }, "strip", z.ZodTypeAny, {
631
+ type: "NormalAction";
632
+ timestamp: number;
633
+ action: "mint-nft";
634
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
635
+ transfers: ({
636
+ from: string | undefined;
637
+ to: string | undefined;
638
+ price: {
639
+ cryptoCurrencyId: string;
640
+ fiatCurrencyId: string;
641
+ price: {
642
+ value: bigint;
643
+ decimals: number;
644
+ };
645
+ timestamp: number;
646
+ } | undefined;
647
+ asset: {
648
+ type: "Nft";
649
+ id: string;
650
+ };
651
+ amount: {
652
+ value: bigint;
653
+ decimals: number;
654
+ };
655
+ direction: "in";
656
+ } | {
657
+ from: string | undefined;
658
+ to: string | undefined;
659
+ price: {
660
+ cryptoCurrencyId: string;
661
+ fiatCurrencyId: string;
662
+ price: {
663
+ value: bigint;
664
+ decimals: number;
665
+ };
666
+ timestamp: number;
667
+ } | undefined;
668
+ asset: {
669
+ icon: string | undefined;
670
+ symbol: string;
671
+ type: "CryptoCurrency";
672
+ id: string;
673
+ name: string;
674
+ market: {
675
+ coingeckoId: string | undefined;
676
+ marketCapUsd: {
677
+ value: bigint;
678
+ decimals: number;
679
+ } | undefined;
680
+ };
681
+ updatedAt: number;
682
+ };
683
+ amount: {
684
+ value: bigint;
685
+ decimals: number;
686
+ };
687
+ direction: "out";
688
+ } | {
689
+ from: string | undefined;
690
+ to: string | undefined;
691
+ price: {
692
+ cryptoCurrencyId: string;
693
+ fiatCurrencyId: string;
694
+ price: {
695
+ value: bigint;
696
+ decimals: number;
697
+ };
698
+ timestamp: number;
699
+ } | undefined;
700
+ asset: {
701
+ icon: string | undefined;
702
+ symbol: string;
703
+ type: "FiatCurrency";
704
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
705
+ name: string;
706
+ };
707
+ amount: {
708
+ value: bigint;
709
+ decimals: number;
710
+ };
711
+ direction: "out";
712
+ })[];
713
+ comment?: string | undefined;
714
+ app?: {
715
+ description: string | undefined;
716
+ website: string | undefined;
717
+ icon: string | undefined;
718
+ id: string;
719
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
720
+ name: string;
721
+ } | undefined;
722
+ }, {
723
+ type: "NormalAction";
724
+ timestamp: number;
725
+ action: "mint-nft";
726
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
727
+ transfers: ({
728
+ asset: {
729
+ type: "Nft";
730
+ id: string;
731
+ };
732
+ amount: {
733
+ value: bigint;
734
+ decimals: number;
735
+ };
736
+ direction: "in";
737
+ price?: {
738
+ cryptoCurrencyId: string;
739
+ fiatCurrencyId: string;
740
+ price: {
741
+ value: bigint;
742
+ decimals: number;
743
+ };
744
+ timestamp: number;
745
+ } | undefined;
746
+ from?: string | undefined;
747
+ to?: string | undefined;
748
+ } | {
749
+ asset: {
750
+ symbol: string;
751
+ type: "CryptoCurrency";
752
+ id: string;
753
+ name: string;
754
+ market: {
755
+ coingeckoId?: string | undefined;
756
+ marketCapUsd?: {
757
+ value: bigint;
758
+ decimals: number;
759
+ } | undefined;
760
+ };
761
+ updatedAt: number;
762
+ icon?: string | undefined;
763
+ };
764
+ amount: {
765
+ value: bigint;
766
+ decimals: number;
767
+ };
768
+ direction: "out";
769
+ price?: {
770
+ cryptoCurrencyId: string;
771
+ fiatCurrencyId: string;
772
+ price: {
773
+ value: bigint;
774
+ decimals: number;
775
+ };
776
+ timestamp: number;
777
+ } | undefined;
778
+ from?: string | undefined;
779
+ to?: string | undefined;
780
+ } | {
781
+ asset: {
782
+ symbol: string;
783
+ type: "FiatCurrency";
784
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
785
+ name: string;
786
+ icon?: string | undefined;
787
+ };
788
+ amount: {
789
+ value: bigint;
790
+ decimals: number;
791
+ };
792
+ direction: "out";
793
+ price?: {
794
+ cryptoCurrencyId: string;
795
+ fiatCurrencyId: string;
796
+ price: {
797
+ value: bigint;
798
+ decimals: number;
799
+ };
800
+ timestamp: number;
801
+ } | undefined;
802
+ from?: string | undefined;
803
+ to?: string | undefined;
804
+ })[];
805
+ comment?: string | undefined;
806
+ app?: {
807
+ id: string;
808
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
809
+ name: string;
810
+ description?: string | undefined;
811
+ website?: string | undefined;
812
+ icon?: string | undefined;
813
+ } | undefined;
814
+ }>, {
815
+ comment: string | undefined;
816
+ app: {
817
+ description: string | undefined;
818
+ website: string | undefined;
819
+ icon: string | undefined;
820
+ id: string;
821
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
822
+ name: string;
823
+ } | undefined;
824
+ type: "NormalAction";
825
+ timestamp: number;
826
+ action: "mint-nft";
827
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
828
+ transfers: ({
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: "in";
849
+ } | {
850
+ from: string | undefined;
851
+ to: string | undefined;
852
+ price: {
853
+ cryptoCurrencyId: string;
854
+ fiatCurrencyId: string;
855
+ price: {
856
+ value: bigint;
857
+ decimals: number;
858
+ };
859
+ timestamp: number;
860
+ } | undefined;
861
+ asset: {
862
+ icon: string | undefined;
863
+ symbol: string;
864
+ type: "CryptoCurrency";
865
+ id: string;
866
+ name: string;
867
+ market: {
868
+ coingeckoId: string | undefined;
869
+ marketCapUsd: {
870
+ value: bigint;
871
+ decimals: number;
872
+ } | undefined;
873
+ };
874
+ updatedAt: number;
875
+ };
876
+ amount: {
877
+ value: bigint;
878
+ decimals: number;
879
+ };
880
+ direction: "out";
881
+ } | {
882
+ from: string | undefined;
883
+ to: string | undefined;
884
+ price: {
885
+ cryptoCurrencyId: string;
886
+ fiatCurrencyId: string;
887
+ price: {
888
+ value: bigint;
889
+ decimals: number;
890
+ };
891
+ timestamp: number;
892
+ } | undefined;
893
+ asset: {
894
+ icon: string | undefined;
895
+ symbol: string;
896
+ type: "FiatCurrency";
897
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
898
+ name: string;
899
+ };
900
+ amount: {
901
+ value: bigint;
902
+ decimals: number;
903
+ };
904
+ direction: "out";
905
+ })[];
906
+ }, {
907
+ type: "NormalAction";
908
+ timestamp: number;
909
+ action: "mint-nft";
910
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
911
+ transfers: ({
912
+ asset: {
913
+ type: "Nft";
914
+ id: string;
915
+ };
916
+ amount: {
917
+ value: bigint;
918
+ decimals: number;
919
+ };
920
+ direction: "in";
921
+ price?: {
922
+ cryptoCurrencyId: string;
923
+ fiatCurrencyId: string;
924
+ price: {
925
+ value: bigint;
926
+ decimals: number;
927
+ };
928
+ timestamp: number;
929
+ } | undefined;
930
+ from?: string | undefined;
931
+ to?: string | undefined;
932
+ } | {
933
+ asset: {
934
+ symbol: string;
935
+ type: "CryptoCurrency";
936
+ id: string;
937
+ name: string;
938
+ market: {
939
+ coingeckoId?: string | undefined;
940
+ marketCapUsd?: {
941
+ value: bigint;
942
+ decimals: number;
943
+ } | undefined;
944
+ };
945
+ updatedAt: number;
946
+ icon?: string | undefined;
947
+ };
948
+ amount: {
949
+ value: bigint;
950
+ decimals: number;
951
+ };
952
+ direction: "out";
953
+ price?: {
954
+ cryptoCurrencyId: string;
955
+ fiatCurrencyId: string;
956
+ price: {
957
+ value: bigint;
958
+ decimals: number;
959
+ };
960
+ timestamp: number;
961
+ } | undefined;
962
+ from?: string | undefined;
963
+ to?: string | undefined;
964
+ } | {
965
+ asset: {
966
+ symbol: string;
967
+ type: "FiatCurrency";
968
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
969
+ name: string;
970
+ icon?: string | undefined;
971
+ };
972
+ amount: {
973
+ value: bigint;
974
+ decimals: number;
975
+ };
976
+ direction: "out";
977
+ price?: {
978
+ cryptoCurrencyId: string;
979
+ fiatCurrencyId: string;
980
+ price: {
981
+ value: bigint;
982
+ decimals: number;
983
+ };
984
+ timestamp: number;
985
+ } | undefined;
986
+ from?: string | undefined;
987
+ to?: string | undefined;
988
+ })[];
989
+ comment?: string | undefined;
990
+ app?: {
991
+ id: string;
992
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
993
+ name: string;
994
+ description?: string | undefined;
995
+ website?: string | undefined;
996
+ icon?: string | undefined;
997
+ } | undefined;
998
+ }>;
999
+ export declare const accountActionMintNftSchema: z.ZodEffects<z.ZodObject<{
1000
+ type: z.ZodLiteral<"NormalAccountAction">;
1001
+ timestamp: z.ZodNumber;
1002
+ order: z.ZodNumber;
1003
+ source: z.ZodString;
1004
+ evidence: z.ZodUnion<[z.ZodLiteral<"contract">, z.ZodLiteral<"system-rule">, z.ZodLiteral<"user-rule">, z.ZodLiteral<"manual-check">, z.ZodLiteral<"none">]>;
1005
+ comment: z.ZodOptional<z.ZodString>;
1006
+ app: z.ZodOptional<z.ZodEffects<z.ZodObject<{
1007
+ id: z.ZodString;
1008
+ 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">;
1009
+ name: z.ZodString;
1010
+ description: z.ZodOptional<z.ZodString>;
1011
+ website: z.ZodOptional<z.ZodString>;
1012
+ icon: z.ZodOptional<z.ZodString>;
1013
+ }, "strip", z.ZodTypeAny, {
1014
+ id: string;
1015
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1016
+ name: string;
1017
+ description?: string | undefined;
1018
+ website?: string | undefined;
1019
+ icon?: string | undefined;
1020
+ }, {
1021
+ id: string;
1022
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1023
+ name: string;
1024
+ description?: string | undefined;
1025
+ website?: string | undefined;
1026
+ icon?: string | undefined;
1027
+ }>, {
1028
+ description: string | undefined;
1029
+ website: string | undefined;
1030
+ icon: string | undefined;
1031
+ id: string;
1032
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1033
+ name: string;
1034
+ }, {
1035
+ id: string;
1036
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1037
+ name: string;
1038
+ description?: string | undefined;
1039
+ website?: string | undefined;
1040
+ icon?: string | undefined;
1041
+ }>>;
1042
+ action: z.ZodLiteral<"mint-nft">;
1043
+ transfers: z.ZodArray<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1044
+ price: z.ZodOptional<z.ZodObject<{
1045
+ cryptoCurrencyId: z.ZodString;
1046
+ fiatCurrencyId: z.ZodString;
1047
+ price: z.ZodObject<{
1048
+ value: z.ZodBigInt;
1049
+ decimals: z.ZodNumber;
1050
+ }, "strip", z.ZodTypeAny, {
1051
+ value: bigint;
1052
+ decimals: number;
1053
+ }, {
1054
+ value: bigint;
1055
+ decimals: number;
1056
+ }>;
1057
+ timestamp: z.ZodNumber;
1058
+ }, "strip", z.ZodTypeAny, {
1059
+ cryptoCurrencyId: string;
1060
+ fiatCurrencyId: string;
1061
+ price: {
1062
+ value: bigint;
1063
+ decimals: number;
1064
+ };
1065
+ timestamp: number;
1066
+ }, {
1067
+ cryptoCurrencyId: string;
1068
+ fiatCurrencyId: string;
1069
+ price: {
1070
+ value: bigint;
1071
+ decimals: number;
1072
+ };
1073
+ timestamp: number;
1074
+ }>>;
1075
+ from: z.ZodOptional<z.ZodString>;
1076
+ to: z.ZodOptional<z.ZodString>;
1077
+ amount: z.ZodObject<{
1078
+ value: z.ZodBigInt;
1079
+ decimals: z.ZodNumber;
1080
+ }, "strip", z.ZodTypeAny, {
1081
+ value: bigint;
1082
+ decimals: number;
1083
+ }, {
1084
+ value: bigint;
1085
+ decimals: number;
1086
+ }>;
1087
+ direction: z.ZodLiteral<"in">;
1088
+ asset: z.ZodObject<{
1089
+ type: z.ZodLiteral<"Nft">;
1090
+ id: z.ZodString;
1091
+ }, "strip", z.ZodTypeAny, {
1092
+ type: "Nft";
1093
+ id: string;
1094
+ }, {
1095
+ type: "Nft";
1096
+ id: string;
1097
+ }>;
1098
+ }, "strip", z.ZodTypeAny, {
1099
+ asset: {
1100
+ type: "Nft";
1101
+ id: string;
1102
+ };
1103
+ amount: {
1104
+ value: bigint;
1105
+ decimals: number;
1106
+ };
1107
+ direction: "in";
1108
+ price?: {
1109
+ cryptoCurrencyId: string;
1110
+ fiatCurrencyId: string;
1111
+ price: {
1112
+ value: bigint;
1113
+ decimals: number;
1114
+ };
1115
+ timestamp: number;
1116
+ } | undefined;
1117
+ from?: string | undefined;
1118
+ to?: string | undefined;
1119
+ }, {
1120
+ asset: {
1121
+ type: "Nft";
1122
+ id: string;
1123
+ };
1124
+ amount: {
1125
+ value: bigint;
1126
+ decimals: number;
1127
+ };
1128
+ direction: "in";
1129
+ price?: {
1130
+ cryptoCurrencyId: string;
1131
+ fiatCurrencyId: string;
1132
+ price: {
1133
+ value: bigint;
1134
+ decimals: number;
1135
+ };
1136
+ timestamp: number;
1137
+ } | undefined;
1138
+ from?: string | undefined;
1139
+ to?: string | undefined;
1140
+ }>, {
1141
+ from: string | undefined;
1142
+ to: string | undefined;
1143
+ price: {
1144
+ cryptoCurrencyId: string;
1145
+ fiatCurrencyId: string;
1146
+ price: {
1147
+ value: bigint;
1148
+ decimals: number;
1149
+ };
1150
+ timestamp: number;
1151
+ } | undefined;
1152
+ asset: {
1153
+ type: "Nft";
1154
+ id: string;
1155
+ };
1156
+ amount: {
1157
+ value: bigint;
1158
+ decimals: number;
1159
+ };
1160
+ direction: "in";
1161
+ }, {
1162
+ asset: {
1163
+ type: "Nft";
1164
+ id: string;
1165
+ };
1166
+ amount: {
1167
+ value: bigint;
1168
+ decimals: number;
1169
+ };
1170
+ direction: "in";
1171
+ price?: {
1172
+ cryptoCurrencyId: string;
1173
+ fiatCurrencyId: string;
1174
+ price: {
1175
+ value: bigint;
1176
+ decimals: number;
1177
+ };
1178
+ timestamp: number;
1179
+ } | undefined;
1180
+ from?: string | undefined;
1181
+ to?: string | undefined;
1182
+ }>, z.ZodEffects<z.ZodObject<{
1183
+ price: z.ZodOptional<z.ZodObject<{
1184
+ cryptoCurrencyId: z.ZodString;
1185
+ fiatCurrencyId: z.ZodString;
1186
+ price: z.ZodObject<{
1187
+ value: z.ZodBigInt;
1188
+ decimals: z.ZodNumber;
1189
+ }, "strip", z.ZodTypeAny, {
1190
+ value: bigint;
1191
+ decimals: number;
1192
+ }, {
1193
+ value: bigint;
1194
+ decimals: number;
1195
+ }>;
1196
+ timestamp: z.ZodNumber;
1197
+ }, "strip", z.ZodTypeAny, {
1198
+ cryptoCurrencyId: string;
1199
+ fiatCurrencyId: string;
1200
+ price: {
1201
+ value: bigint;
1202
+ decimals: number;
1203
+ };
1204
+ timestamp: number;
1205
+ }, {
1206
+ cryptoCurrencyId: string;
1207
+ fiatCurrencyId: string;
1208
+ price: {
1209
+ value: bigint;
1210
+ decimals: number;
1211
+ };
1212
+ timestamp: number;
1213
+ }>>;
1214
+ from: z.ZodOptional<z.ZodString>;
1215
+ to: z.ZodOptional<z.ZodString>;
1216
+ amount: z.ZodObject<{
1217
+ value: z.ZodBigInt;
1218
+ decimals: z.ZodNumber;
1219
+ }, "strip", z.ZodTypeAny, {
1220
+ value: bigint;
1221
+ decimals: number;
1222
+ }, {
1223
+ value: bigint;
1224
+ decimals: number;
1225
+ }>;
1226
+ direction: z.ZodLiteral<"out">;
1227
+ asset: z.ZodEffects<z.ZodObject<{
1228
+ type: z.ZodLiteral<"FiatCurrency">;
1229
+ id: z.ZodUnion<[z.ZodLiteral<"cny">, z.ZodLiteral<"eur">, z.ZodLiteral<"idr">, z.ZodLiteral<"jpy">, z.ZodLiteral<"krw">, z.ZodLiteral<"rub">, z.ZodLiteral<"twd">, z.ZodLiteral<"usd">]>;
1230
+ name: z.ZodString;
1231
+ symbol: z.ZodString;
1232
+ icon: z.ZodOptional<z.ZodString>;
1233
+ }, "strip", z.ZodTypeAny, {
1234
+ symbol: string;
1235
+ type: "FiatCurrency";
1236
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1237
+ name: string;
1238
+ icon?: string | undefined;
1239
+ }, {
1240
+ symbol: string;
1241
+ type: "FiatCurrency";
1242
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1243
+ name: string;
1244
+ icon?: string | undefined;
1245
+ }>, {
1246
+ icon: string | undefined;
1247
+ symbol: string;
1248
+ type: "FiatCurrency";
1249
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1250
+ name: string;
1251
+ }, {
1252
+ symbol: string;
1253
+ type: "FiatCurrency";
1254
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1255
+ name: string;
1256
+ icon?: string | undefined;
1257
+ }>;
1258
+ }, "strip", z.ZodTypeAny, {
1259
+ asset: {
1260
+ icon: string | undefined;
1261
+ symbol: string;
1262
+ type: "FiatCurrency";
1263
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1264
+ name: string;
1265
+ };
1266
+ amount: {
1267
+ value: bigint;
1268
+ decimals: number;
1269
+ };
1270
+ direction: "out";
1271
+ price?: {
1272
+ cryptoCurrencyId: string;
1273
+ fiatCurrencyId: string;
1274
+ price: {
1275
+ value: bigint;
1276
+ decimals: number;
1277
+ };
1278
+ timestamp: number;
1279
+ } | undefined;
1280
+ from?: string | undefined;
1281
+ to?: string | undefined;
1282
+ }, {
1283
+ asset: {
1284
+ symbol: string;
1285
+ type: "FiatCurrency";
1286
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1287
+ name: string;
1288
+ icon?: string | undefined;
1289
+ };
1290
+ amount: {
1291
+ value: bigint;
1292
+ decimals: number;
1293
+ };
1294
+ direction: "out";
1295
+ price?: {
1296
+ cryptoCurrencyId: string;
1297
+ fiatCurrencyId: string;
1298
+ price: {
1299
+ value: bigint;
1300
+ decimals: number;
1301
+ };
1302
+ timestamp: number;
1303
+ } | undefined;
1304
+ from?: string | undefined;
1305
+ to?: string | undefined;
1306
+ }>, {
1307
+ from: string | undefined;
1308
+ to: string | undefined;
1309
+ price: {
1310
+ cryptoCurrencyId: string;
1311
+ fiatCurrencyId: string;
1312
+ price: {
1313
+ value: bigint;
1314
+ decimals: number;
1315
+ };
1316
+ timestamp: number;
1317
+ } | undefined;
1318
+ asset: {
1319
+ icon: string | undefined;
1320
+ symbol: string;
1321
+ type: "FiatCurrency";
1322
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1323
+ name: string;
1324
+ };
1325
+ amount: {
1326
+ value: bigint;
1327
+ decimals: number;
1328
+ };
1329
+ direction: "out";
1330
+ }, {
1331
+ asset: {
1332
+ symbol: string;
1333
+ type: "FiatCurrency";
1334
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1335
+ name: string;
1336
+ icon?: string | undefined;
1337
+ };
1338
+ amount: {
1339
+ value: bigint;
1340
+ decimals: number;
1341
+ };
1342
+ direction: "out";
1343
+ price?: {
1344
+ cryptoCurrencyId: string;
1345
+ fiatCurrencyId: string;
1346
+ price: {
1347
+ value: bigint;
1348
+ decimals: number;
1349
+ };
1350
+ timestamp: number;
1351
+ } | undefined;
1352
+ from?: string | undefined;
1353
+ to?: string | undefined;
1354
+ }>, z.ZodEffects<z.ZodObject<{
1355
+ price: z.ZodOptional<z.ZodObject<{
1356
+ cryptoCurrencyId: z.ZodString;
1357
+ fiatCurrencyId: z.ZodString;
1358
+ price: z.ZodObject<{
1359
+ value: z.ZodBigInt;
1360
+ decimals: z.ZodNumber;
1361
+ }, "strip", z.ZodTypeAny, {
1362
+ value: bigint;
1363
+ decimals: number;
1364
+ }, {
1365
+ value: bigint;
1366
+ decimals: number;
1367
+ }>;
1368
+ timestamp: z.ZodNumber;
1369
+ }, "strip", z.ZodTypeAny, {
1370
+ cryptoCurrencyId: string;
1371
+ fiatCurrencyId: string;
1372
+ price: {
1373
+ value: bigint;
1374
+ decimals: number;
1375
+ };
1376
+ timestamp: number;
1377
+ }, {
1378
+ cryptoCurrencyId: string;
1379
+ fiatCurrencyId: string;
1380
+ price: {
1381
+ value: bigint;
1382
+ decimals: number;
1383
+ };
1384
+ timestamp: number;
1385
+ }>>;
1386
+ from: z.ZodOptional<z.ZodString>;
1387
+ to: z.ZodOptional<z.ZodString>;
1388
+ amount: z.ZodObject<{
1389
+ value: z.ZodBigInt;
1390
+ decimals: z.ZodNumber;
1391
+ }, "strip", z.ZodTypeAny, {
1392
+ value: bigint;
1393
+ decimals: number;
1394
+ }, {
1395
+ value: bigint;
1396
+ decimals: number;
1397
+ }>;
1398
+ direction: z.ZodLiteral<"out">;
1399
+ asset: z.ZodEffects<z.ZodObject<{
1400
+ type: z.ZodLiteral<"CryptoCurrency">;
1401
+ id: z.ZodString;
1402
+ name: z.ZodString;
1403
+ symbol: z.ZodString;
1404
+ icon: z.ZodOptional<z.ZodString>;
1405
+ market: z.ZodEffects<z.ZodObject<{
1406
+ coingeckoId: z.ZodOptional<z.ZodString>;
1407
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1408
+ value: z.ZodBigInt;
1409
+ decimals: z.ZodNumber;
1410
+ }, "strip", z.ZodTypeAny, {
1411
+ value: bigint;
1412
+ decimals: number;
1413
+ }, {
1414
+ value: bigint;
1415
+ decimals: number;
1416
+ }>>;
1417
+ }, "strip", z.ZodTypeAny, {
1418
+ coingeckoId?: string | undefined;
1419
+ marketCapUsd?: {
1420
+ value: bigint;
1421
+ decimals: number;
1422
+ } | undefined;
1423
+ }, {
1424
+ coingeckoId?: string | undefined;
1425
+ marketCapUsd?: {
1426
+ value: bigint;
1427
+ decimals: number;
1428
+ } | undefined;
1429
+ }>, {
1430
+ coingeckoId: string | undefined;
1431
+ marketCapUsd: {
1432
+ value: bigint;
1433
+ decimals: number;
1434
+ } | undefined;
1435
+ }, {
1436
+ coingeckoId?: string | undefined;
1437
+ marketCapUsd?: {
1438
+ value: bigint;
1439
+ decimals: number;
1440
+ } | undefined;
1441
+ }>;
1442
+ updatedAt: z.ZodNumber;
1443
+ }, "strip", z.ZodTypeAny, {
1444
+ symbol: string;
1445
+ type: "CryptoCurrency";
1446
+ id: string;
1447
+ name: string;
1448
+ market: {
1449
+ coingeckoId: string | undefined;
1450
+ marketCapUsd: {
1451
+ value: bigint;
1452
+ decimals: number;
1453
+ } | undefined;
1454
+ };
1455
+ updatedAt: number;
1456
+ icon?: string | undefined;
1457
+ }, {
1458
+ symbol: string;
1459
+ type: "CryptoCurrency";
1460
+ id: string;
1461
+ name: string;
1462
+ market: {
1463
+ coingeckoId?: string | undefined;
1464
+ marketCapUsd?: {
1465
+ value: bigint;
1466
+ decimals: number;
1467
+ } | undefined;
1468
+ };
1469
+ updatedAt: number;
1470
+ icon?: string | undefined;
1471
+ }>, {
1472
+ icon: string | undefined;
1473
+ symbol: string;
1474
+ type: "CryptoCurrency";
1475
+ id: string;
1476
+ name: string;
1477
+ market: {
1478
+ coingeckoId: string | undefined;
1479
+ marketCapUsd: {
1480
+ value: bigint;
1481
+ decimals: number;
1482
+ } | undefined;
1483
+ };
1484
+ updatedAt: number;
1485
+ }, {
1486
+ symbol: string;
1487
+ type: "CryptoCurrency";
1488
+ id: string;
1489
+ name: string;
1490
+ market: {
1491
+ coingeckoId?: string | undefined;
1492
+ marketCapUsd?: {
1493
+ value: bigint;
1494
+ decimals: number;
1495
+ } | undefined;
1496
+ };
1497
+ updatedAt: number;
1498
+ icon?: string | undefined;
1499
+ }>;
1500
+ }, "strip", z.ZodTypeAny, {
1501
+ asset: {
1502
+ icon: string | undefined;
1503
+ symbol: string;
1504
+ type: "CryptoCurrency";
1505
+ id: string;
1506
+ name: string;
1507
+ market: {
1508
+ coingeckoId: string | undefined;
1509
+ marketCapUsd: {
1510
+ value: bigint;
1511
+ decimals: number;
1512
+ } | undefined;
1513
+ };
1514
+ updatedAt: number;
1515
+ };
1516
+ amount: {
1517
+ value: bigint;
1518
+ decimals: number;
1519
+ };
1520
+ direction: "out";
1521
+ price?: {
1522
+ cryptoCurrencyId: string;
1523
+ fiatCurrencyId: string;
1524
+ price: {
1525
+ value: bigint;
1526
+ decimals: number;
1527
+ };
1528
+ timestamp: number;
1529
+ } | undefined;
1530
+ from?: string | undefined;
1531
+ to?: string | undefined;
1532
+ }, {
1533
+ asset: {
1534
+ symbol: string;
1535
+ type: "CryptoCurrency";
1536
+ id: string;
1537
+ name: string;
1538
+ market: {
1539
+ coingeckoId?: string | undefined;
1540
+ marketCapUsd?: {
1541
+ value: bigint;
1542
+ decimals: number;
1543
+ } | undefined;
1544
+ };
1545
+ updatedAt: number;
1546
+ icon?: string | undefined;
1547
+ };
1548
+ amount: {
1549
+ value: bigint;
1550
+ decimals: number;
1551
+ };
1552
+ direction: "out";
1553
+ price?: {
1554
+ cryptoCurrencyId: string;
1555
+ fiatCurrencyId: string;
1556
+ price: {
1557
+ value: bigint;
1558
+ decimals: number;
1559
+ };
1560
+ timestamp: number;
1561
+ } | undefined;
1562
+ from?: string | undefined;
1563
+ to?: string | undefined;
1564
+ }>, {
1565
+ from: string | undefined;
1566
+ to: string | undefined;
1567
+ price: {
1568
+ cryptoCurrencyId: string;
1569
+ fiatCurrencyId: string;
1570
+ price: {
1571
+ value: bigint;
1572
+ decimals: number;
1573
+ };
1574
+ timestamp: number;
1575
+ } | undefined;
1576
+ asset: {
1577
+ icon: string | undefined;
1578
+ symbol: string;
1579
+ type: "CryptoCurrency";
1580
+ id: string;
1581
+ name: string;
1582
+ market: {
1583
+ coingeckoId: string | undefined;
1584
+ marketCapUsd: {
1585
+ value: bigint;
1586
+ decimals: number;
1587
+ } | undefined;
1588
+ };
1589
+ updatedAt: number;
1590
+ };
1591
+ amount: {
1592
+ value: bigint;
1593
+ decimals: number;
1594
+ };
1595
+ direction: "out";
1596
+ }, {
1597
+ asset: {
1598
+ symbol: string;
1599
+ type: "CryptoCurrency";
1600
+ id: string;
1601
+ name: string;
1602
+ market: {
1603
+ coingeckoId?: string | undefined;
1604
+ marketCapUsd?: {
1605
+ value: bigint;
1606
+ decimals: number;
1607
+ } | undefined;
1608
+ };
1609
+ updatedAt: number;
1610
+ icon?: string | undefined;
1611
+ };
1612
+ amount: {
1613
+ value: bigint;
1614
+ decimals: number;
1615
+ };
1616
+ direction: "out";
1617
+ price?: {
1618
+ cryptoCurrencyId: string;
1619
+ fiatCurrencyId: string;
1620
+ price: {
1621
+ value: bigint;
1622
+ decimals: number;
1623
+ };
1624
+ timestamp: number;
1625
+ } | undefined;
1626
+ from?: string | undefined;
1627
+ to?: string | undefined;
1628
+ }>]>, "many">;
1629
+ }, "strip", z.ZodTypeAny, {
1630
+ type: "NormalAccountAction";
1631
+ timestamp: number;
1632
+ order: number;
1633
+ action: "mint-nft";
1634
+ source: string;
1635
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1636
+ transfers: ({
1637
+ from: string | undefined;
1638
+ to: string | undefined;
1639
+ price: {
1640
+ cryptoCurrencyId: string;
1641
+ fiatCurrencyId: string;
1642
+ price: {
1643
+ value: bigint;
1644
+ decimals: number;
1645
+ };
1646
+ timestamp: number;
1647
+ } | undefined;
1648
+ asset: {
1649
+ type: "Nft";
1650
+ id: string;
1651
+ };
1652
+ amount: {
1653
+ value: bigint;
1654
+ decimals: number;
1655
+ };
1656
+ direction: "in";
1657
+ } | {
1658
+ from: string | undefined;
1659
+ to: string | undefined;
1660
+ price: {
1661
+ cryptoCurrencyId: string;
1662
+ fiatCurrencyId: string;
1663
+ price: {
1664
+ value: bigint;
1665
+ decimals: number;
1666
+ };
1667
+ timestamp: number;
1668
+ } | undefined;
1669
+ asset: {
1670
+ icon: string | undefined;
1671
+ symbol: string;
1672
+ type: "CryptoCurrency";
1673
+ id: string;
1674
+ name: string;
1675
+ market: {
1676
+ coingeckoId: string | undefined;
1677
+ marketCapUsd: {
1678
+ value: bigint;
1679
+ decimals: number;
1680
+ } | undefined;
1681
+ };
1682
+ updatedAt: number;
1683
+ };
1684
+ amount: {
1685
+ value: bigint;
1686
+ decimals: number;
1687
+ };
1688
+ direction: "out";
1689
+ } | {
1690
+ from: string | undefined;
1691
+ to: string | undefined;
1692
+ price: {
1693
+ cryptoCurrencyId: string;
1694
+ fiatCurrencyId: string;
1695
+ price: {
1696
+ value: bigint;
1697
+ decimals: number;
1698
+ };
1699
+ timestamp: number;
1700
+ } | undefined;
1701
+ asset: {
1702
+ icon: string | undefined;
1703
+ symbol: string;
1704
+ type: "FiatCurrency";
1705
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1706
+ name: string;
1707
+ };
1708
+ amount: {
1709
+ value: bigint;
1710
+ decimals: number;
1711
+ };
1712
+ direction: "out";
1713
+ })[];
1714
+ comment?: string | undefined;
1715
+ app?: {
1716
+ description: string | undefined;
1717
+ website: string | undefined;
1718
+ icon: string | undefined;
1719
+ id: string;
1720
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1721
+ name: string;
1722
+ } | undefined;
1723
+ }, {
1724
+ type: "NormalAccountAction";
1725
+ timestamp: number;
1726
+ order: number;
1727
+ action: "mint-nft";
1728
+ source: string;
1729
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1730
+ transfers: ({
1731
+ asset: {
1732
+ type: "Nft";
1733
+ id: string;
1734
+ };
1735
+ amount: {
1736
+ value: bigint;
1737
+ decimals: number;
1738
+ };
1739
+ direction: "in";
1740
+ price?: {
1741
+ cryptoCurrencyId: string;
1742
+ fiatCurrencyId: string;
1743
+ price: {
1744
+ value: bigint;
1745
+ decimals: number;
1746
+ };
1747
+ timestamp: number;
1748
+ } | undefined;
1749
+ from?: string | undefined;
1750
+ to?: string | undefined;
1751
+ } | {
1752
+ asset: {
1753
+ symbol: string;
1754
+ type: "CryptoCurrency";
1755
+ id: string;
1756
+ name: string;
1757
+ market: {
1758
+ coingeckoId?: string | undefined;
1759
+ marketCapUsd?: {
1760
+ value: bigint;
1761
+ decimals: number;
1762
+ } | undefined;
1763
+ };
1764
+ updatedAt: number;
1765
+ icon?: string | undefined;
1766
+ };
1767
+ amount: {
1768
+ value: bigint;
1769
+ decimals: number;
1770
+ };
1771
+ direction: "out";
1772
+ price?: {
1773
+ cryptoCurrencyId: string;
1774
+ fiatCurrencyId: string;
1775
+ price: {
1776
+ value: bigint;
1777
+ decimals: number;
1778
+ };
1779
+ timestamp: number;
1780
+ } | undefined;
1781
+ from?: string | undefined;
1782
+ to?: string | undefined;
1783
+ } | {
1784
+ asset: {
1785
+ symbol: string;
1786
+ type: "FiatCurrency";
1787
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1788
+ name: string;
1789
+ icon?: string | undefined;
1790
+ };
1791
+ amount: {
1792
+ value: bigint;
1793
+ decimals: number;
1794
+ };
1795
+ direction: "out";
1796
+ price?: {
1797
+ cryptoCurrencyId: string;
1798
+ fiatCurrencyId: string;
1799
+ price: {
1800
+ value: bigint;
1801
+ decimals: number;
1802
+ };
1803
+ timestamp: number;
1804
+ } | undefined;
1805
+ from?: string | undefined;
1806
+ to?: string | undefined;
1807
+ })[];
1808
+ comment?: string | undefined;
1809
+ app?: {
1810
+ id: string;
1811
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1812
+ name: string;
1813
+ description?: string | undefined;
1814
+ website?: string | undefined;
1815
+ icon?: string | undefined;
1816
+ } | undefined;
1817
+ }>, {
1818
+ comment: string | undefined;
1819
+ app: {
1820
+ description: string | undefined;
1821
+ website: string | undefined;
1822
+ icon: string | undefined;
1823
+ id: string;
1824
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
1825
+ name: string;
1826
+ } | undefined;
1827
+ type: "NormalAccountAction";
1828
+ timestamp: number;
1829
+ order: number;
1830
+ action: "mint-nft";
1831
+ source: string;
1832
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1833
+ transfers: ({
1834
+ from: string | undefined;
1835
+ to: string | undefined;
1836
+ price: {
1837
+ cryptoCurrencyId: string;
1838
+ fiatCurrencyId: string;
1839
+ price: {
1840
+ value: bigint;
1841
+ decimals: number;
1842
+ };
1843
+ timestamp: number;
1844
+ } | undefined;
1845
+ asset: {
1846
+ type: "Nft";
1847
+ id: string;
1848
+ };
1849
+ amount: {
1850
+ value: bigint;
1851
+ decimals: number;
1852
+ };
1853
+ direction: "in";
1854
+ } | {
1855
+ from: string | undefined;
1856
+ to: string | undefined;
1857
+ price: {
1858
+ cryptoCurrencyId: string;
1859
+ fiatCurrencyId: string;
1860
+ price: {
1861
+ value: bigint;
1862
+ decimals: number;
1863
+ };
1864
+ timestamp: number;
1865
+ } | undefined;
1866
+ asset: {
1867
+ icon: string | undefined;
1868
+ symbol: string;
1869
+ type: "CryptoCurrency";
1870
+ id: string;
1871
+ name: string;
1872
+ market: {
1873
+ coingeckoId: string | undefined;
1874
+ marketCapUsd: {
1875
+ value: bigint;
1876
+ decimals: number;
1877
+ } | undefined;
1878
+ };
1879
+ updatedAt: number;
1880
+ };
1881
+ amount: {
1882
+ value: bigint;
1883
+ decimals: number;
1884
+ };
1885
+ direction: "out";
1886
+ } | {
1887
+ from: string | undefined;
1888
+ to: string | undefined;
1889
+ price: {
1890
+ cryptoCurrencyId: string;
1891
+ fiatCurrencyId: string;
1892
+ price: {
1893
+ value: bigint;
1894
+ decimals: number;
1895
+ };
1896
+ timestamp: number;
1897
+ } | undefined;
1898
+ asset: {
1899
+ icon: string | undefined;
1900
+ symbol: string;
1901
+ type: "FiatCurrency";
1902
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1903
+ name: string;
1904
+ };
1905
+ amount: {
1906
+ value: bigint;
1907
+ decimals: number;
1908
+ };
1909
+ direction: "out";
1910
+ })[];
1911
+ }, {
1912
+ type: "NormalAccountAction";
1913
+ timestamp: number;
1914
+ order: number;
1915
+ action: "mint-nft";
1916
+ source: string;
1917
+ evidence: "none" | "contract" | "system-rule" | "user-rule" | "manual-check";
1918
+ transfers: ({
1919
+ asset: {
1920
+ type: "Nft";
1921
+ id: string;
1922
+ };
1923
+ amount: {
1924
+ value: bigint;
1925
+ decimals: number;
1926
+ };
1927
+ direction: "in";
1928
+ price?: {
1929
+ cryptoCurrencyId: string;
1930
+ fiatCurrencyId: string;
1931
+ price: {
1932
+ value: bigint;
1933
+ decimals: number;
1934
+ };
1935
+ timestamp: number;
1936
+ } | undefined;
1937
+ from?: string | undefined;
1938
+ to?: string | undefined;
1939
+ } | {
1940
+ asset: {
1941
+ symbol: string;
1942
+ type: "CryptoCurrency";
1943
+ id: string;
1944
+ name: string;
1945
+ market: {
1946
+ coingeckoId?: string | undefined;
1947
+ marketCapUsd?: {
1948
+ value: bigint;
1949
+ decimals: number;
1950
+ } | undefined;
1951
+ };
1952
+ updatedAt: number;
1953
+ icon?: string | undefined;
1954
+ };
1955
+ amount: {
1956
+ value: bigint;
1957
+ decimals: number;
1958
+ };
1959
+ direction: "out";
1960
+ price?: {
1961
+ cryptoCurrencyId: string;
1962
+ fiatCurrencyId: string;
1963
+ price: {
1964
+ value: bigint;
1965
+ decimals: number;
1966
+ };
1967
+ timestamp: number;
1968
+ } | undefined;
1969
+ from?: string | undefined;
1970
+ to?: string | undefined;
1971
+ } | {
1972
+ asset: {
1973
+ symbol: string;
1974
+ type: "FiatCurrency";
1975
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1976
+ name: string;
1977
+ icon?: string | undefined;
1978
+ };
1979
+ amount: {
1980
+ value: bigint;
1981
+ decimals: number;
1982
+ };
1983
+ direction: "out";
1984
+ price?: {
1985
+ cryptoCurrencyId: string;
1986
+ fiatCurrencyId: string;
1987
+ price: {
1988
+ value: bigint;
1989
+ decimals: number;
1990
+ };
1991
+ timestamp: number;
1992
+ } | undefined;
1993
+ from?: string | undefined;
1994
+ to?: string | undefined;
1995
+ })[];
1996
+ comment?: string | undefined;
1997
+ app?: {
1998
+ id: string;
1999
+ categories: ("bridge" | "cex" | "cross-chain" | "dex" | "gaming" | "lending" | "nft-marketplace" | "other")[];
2000
+ name: string;
2001
+ description?: string | undefined;
2002
+ website?: string | undefined;
2003
+ icon?: string | undefined;
2004
+ } | undefined;
2005
+ }>;
2006
+ //# sourceMappingURL=mintNft.d.ts.map