@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,4132 @@
1
+ import { z } from 'zod';
2
+ export declare const transferInSchema: z.ZodEffects<z.ZodObject<{
3
+ price: z.ZodOptional<z.ZodObject<{
4
+ cryptoCurrencyId: z.ZodString;
5
+ fiatCurrencyId: z.ZodString;
6
+ price: z.ZodObject<{
7
+ value: z.ZodBigInt;
8
+ decimals: z.ZodNumber;
9
+ }, "strip", z.ZodTypeAny, {
10
+ value: bigint;
11
+ decimals: number;
12
+ }, {
13
+ value: bigint;
14
+ decimals: number;
15
+ }>;
16
+ timestamp: z.ZodNumber;
17
+ }, "strip", z.ZodTypeAny, {
18
+ cryptoCurrencyId: string;
19
+ fiatCurrencyId: string;
20
+ price: {
21
+ value: bigint;
22
+ decimals: number;
23
+ };
24
+ timestamp: number;
25
+ }, {
26
+ cryptoCurrencyId: string;
27
+ fiatCurrencyId: string;
28
+ price: {
29
+ value: bigint;
30
+ decimals: number;
31
+ };
32
+ timestamp: number;
33
+ }>>;
34
+ from: z.ZodOptional<z.ZodString>;
35
+ to: z.ZodOptional<z.ZodString>;
36
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
37
+ type: z.ZodLiteral<"CryptoCurrency">;
38
+ id: z.ZodString;
39
+ name: z.ZodString;
40
+ symbol: z.ZodString;
41
+ icon: z.ZodOptional<z.ZodString>;
42
+ market: z.ZodEffects<z.ZodObject<{
43
+ coingeckoId: z.ZodOptional<z.ZodString>;
44
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
45
+ value: z.ZodBigInt;
46
+ decimals: z.ZodNumber;
47
+ }, "strip", z.ZodTypeAny, {
48
+ value: bigint;
49
+ decimals: number;
50
+ }, {
51
+ value: bigint;
52
+ decimals: number;
53
+ }>>;
54
+ }, "strip", z.ZodTypeAny, {
55
+ coingeckoId?: string | undefined;
56
+ marketCapUsd?: {
57
+ value: bigint;
58
+ decimals: number;
59
+ } | undefined;
60
+ }, {
61
+ coingeckoId?: string | undefined;
62
+ marketCapUsd?: {
63
+ value: bigint;
64
+ decimals: number;
65
+ } | undefined;
66
+ }>, {
67
+ coingeckoId: string | undefined;
68
+ marketCapUsd: {
69
+ value: bigint;
70
+ decimals: number;
71
+ } | undefined;
72
+ }, {
73
+ coingeckoId?: string | undefined;
74
+ marketCapUsd?: {
75
+ value: bigint;
76
+ decimals: number;
77
+ } | undefined;
78
+ }>;
79
+ updatedAt: z.ZodNumber;
80
+ }, "strip", z.ZodTypeAny, {
81
+ symbol: string;
82
+ type: "CryptoCurrency";
83
+ id: string;
84
+ name: string;
85
+ market: {
86
+ coingeckoId: string | undefined;
87
+ marketCapUsd: {
88
+ value: bigint;
89
+ decimals: number;
90
+ } | undefined;
91
+ };
92
+ updatedAt: number;
93
+ icon?: string | undefined;
94
+ }, {
95
+ symbol: string;
96
+ type: "CryptoCurrency";
97
+ id: string;
98
+ name: string;
99
+ market: {
100
+ coingeckoId?: string | undefined;
101
+ marketCapUsd?: {
102
+ value: bigint;
103
+ decimals: number;
104
+ } | undefined;
105
+ };
106
+ updatedAt: number;
107
+ icon?: string | undefined;
108
+ }>, {
109
+ icon: string | undefined;
110
+ symbol: string;
111
+ type: "CryptoCurrency";
112
+ id: string;
113
+ name: string;
114
+ market: {
115
+ coingeckoId: string | undefined;
116
+ marketCapUsd: {
117
+ value: bigint;
118
+ decimals: number;
119
+ } | undefined;
120
+ };
121
+ updatedAt: number;
122
+ }, {
123
+ symbol: string;
124
+ type: "CryptoCurrency";
125
+ id: string;
126
+ name: string;
127
+ market: {
128
+ coingeckoId?: string | undefined;
129
+ marketCapUsd?: {
130
+ value: bigint;
131
+ decimals: number;
132
+ } | undefined;
133
+ };
134
+ updatedAt: number;
135
+ icon?: string | undefined;
136
+ }>, z.ZodEffects<z.ZodObject<{
137
+ type: z.ZodLiteral<"FiatCurrency">;
138
+ 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">]>;
139
+ name: z.ZodString;
140
+ symbol: z.ZodString;
141
+ icon: z.ZodOptional<z.ZodString>;
142
+ }, "strip", z.ZodTypeAny, {
143
+ symbol: string;
144
+ type: "FiatCurrency";
145
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
146
+ name: string;
147
+ icon?: string | undefined;
148
+ }, {
149
+ symbol: string;
150
+ type: "FiatCurrency";
151
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
152
+ name: string;
153
+ icon?: string | undefined;
154
+ }>, {
155
+ icon: string | undefined;
156
+ symbol: string;
157
+ type: "FiatCurrency";
158
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
159
+ name: string;
160
+ }, {
161
+ symbol: string;
162
+ type: "FiatCurrency";
163
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
164
+ name: string;
165
+ icon?: string | undefined;
166
+ }>, z.ZodObject<{
167
+ type: z.ZodLiteral<"Nft">;
168
+ id: z.ZodString;
169
+ }, "strip", z.ZodTypeAny, {
170
+ type: "Nft";
171
+ id: string;
172
+ }, {
173
+ type: "Nft";
174
+ id: string;
175
+ }>]>;
176
+ amount: z.ZodObject<{
177
+ value: z.ZodBigInt;
178
+ decimals: z.ZodNumber;
179
+ }, "strip", z.ZodTypeAny, {
180
+ value: bigint;
181
+ decimals: number;
182
+ }, {
183
+ value: bigint;
184
+ decimals: number;
185
+ }>;
186
+ direction: z.ZodLiteral<"in">;
187
+ }, "strip", z.ZodTypeAny, {
188
+ asset: {
189
+ icon: string | undefined;
190
+ symbol: string;
191
+ type: "CryptoCurrency";
192
+ id: string;
193
+ name: string;
194
+ market: {
195
+ coingeckoId: string | undefined;
196
+ marketCapUsd: {
197
+ value: bigint;
198
+ decimals: number;
199
+ } | undefined;
200
+ };
201
+ updatedAt: number;
202
+ } | {
203
+ icon: string | undefined;
204
+ symbol: string;
205
+ type: "FiatCurrency";
206
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
207
+ name: string;
208
+ } | {
209
+ type: "Nft";
210
+ id: string;
211
+ };
212
+ amount: {
213
+ value: bigint;
214
+ decimals: number;
215
+ };
216
+ direction: "in";
217
+ price?: {
218
+ cryptoCurrencyId: string;
219
+ fiatCurrencyId: string;
220
+ price: {
221
+ value: bigint;
222
+ decimals: number;
223
+ };
224
+ timestamp: number;
225
+ } | undefined;
226
+ from?: string | undefined;
227
+ to?: string | undefined;
228
+ }, {
229
+ asset: {
230
+ symbol: string;
231
+ type: "CryptoCurrency";
232
+ id: string;
233
+ name: string;
234
+ market: {
235
+ coingeckoId?: string | undefined;
236
+ marketCapUsd?: {
237
+ value: bigint;
238
+ decimals: number;
239
+ } | undefined;
240
+ };
241
+ updatedAt: number;
242
+ icon?: string | undefined;
243
+ } | {
244
+ symbol: string;
245
+ type: "FiatCurrency";
246
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
247
+ name: string;
248
+ icon?: string | undefined;
249
+ } | {
250
+ type: "Nft";
251
+ id: string;
252
+ };
253
+ amount: {
254
+ value: bigint;
255
+ decimals: number;
256
+ };
257
+ direction: "in";
258
+ price?: {
259
+ cryptoCurrencyId: string;
260
+ fiatCurrencyId: string;
261
+ price: {
262
+ value: bigint;
263
+ decimals: number;
264
+ };
265
+ timestamp: number;
266
+ } | undefined;
267
+ from?: string | undefined;
268
+ to?: string | undefined;
269
+ }>, {
270
+ from: string | undefined;
271
+ to: string | undefined;
272
+ price: {
273
+ cryptoCurrencyId: string;
274
+ fiatCurrencyId: string;
275
+ price: {
276
+ value: bigint;
277
+ decimals: number;
278
+ };
279
+ timestamp: number;
280
+ } | undefined;
281
+ asset: {
282
+ icon: string | undefined;
283
+ symbol: string;
284
+ type: "CryptoCurrency";
285
+ id: string;
286
+ name: string;
287
+ market: {
288
+ coingeckoId: string | undefined;
289
+ marketCapUsd: {
290
+ value: bigint;
291
+ decimals: number;
292
+ } | undefined;
293
+ };
294
+ updatedAt: number;
295
+ } | {
296
+ icon: string | undefined;
297
+ symbol: string;
298
+ type: "FiatCurrency";
299
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
300
+ name: string;
301
+ } | {
302
+ type: "Nft";
303
+ id: string;
304
+ };
305
+ amount: {
306
+ value: bigint;
307
+ decimals: number;
308
+ };
309
+ direction: "in";
310
+ }, {
311
+ asset: {
312
+ symbol: string;
313
+ type: "CryptoCurrency";
314
+ id: string;
315
+ name: string;
316
+ market: {
317
+ coingeckoId?: string | undefined;
318
+ marketCapUsd?: {
319
+ value: bigint;
320
+ decimals: number;
321
+ } | undefined;
322
+ };
323
+ updatedAt: number;
324
+ icon?: string | undefined;
325
+ } | {
326
+ symbol: string;
327
+ type: "FiatCurrency";
328
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
329
+ name: string;
330
+ icon?: string | undefined;
331
+ } | {
332
+ type: "Nft";
333
+ id: string;
334
+ };
335
+ amount: {
336
+ value: bigint;
337
+ decimals: number;
338
+ };
339
+ direction: "in";
340
+ price?: {
341
+ cryptoCurrencyId: string;
342
+ fiatCurrencyId: string;
343
+ price: {
344
+ value: bigint;
345
+ decimals: number;
346
+ };
347
+ timestamp: number;
348
+ } | undefined;
349
+ from?: string | undefined;
350
+ to?: string | undefined;
351
+ }>;
352
+ export declare const transferCryptoCurrencyInSchema: z.ZodEffects<z.ZodObject<{
353
+ price: z.ZodOptional<z.ZodObject<{
354
+ cryptoCurrencyId: z.ZodString;
355
+ fiatCurrencyId: z.ZodString;
356
+ price: z.ZodObject<{
357
+ value: z.ZodBigInt;
358
+ decimals: z.ZodNumber;
359
+ }, "strip", z.ZodTypeAny, {
360
+ value: bigint;
361
+ decimals: number;
362
+ }, {
363
+ value: bigint;
364
+ decimals: number;
365
+ }>;
366
+ timestamp: z.ZodNumber;
367
+ }, "strip", z.ZodTypeAny, {
368
+ cryptoCurrencyId: string;
369
+ fiatCurrencyId: string;
370
+ price: {
371
+ value: bigint;
372
+ decimals: number;
373
+ };
374
+ timestamp: number;
375
+ }, {
376
+ cryptoCurrencyId: string;
377
+ fiatCurrencyId: string;
378
+ price: {
379
+ value: bigint;
380
+ decimals: number;
381
+ };
382
+ timestamp: number;
383
+ }>>;
384
+ from: z.ZodOptional<z.ZodString>;
385
+ to: z.ZodOptional<z.ZodString>;
386
+ amount: z.ZodObject<{
387
+ value: z.ZodBigInt;
388
+ decimals: z.ZodNumber;
389
+ }, "strip", z.ZodTypeAny, {
390
+ value: bigint;
391
+ decimals: number;
392
+ }, {
393
+ value: bigint;
394
+ decimals: number;
395
+ }>;
396
+ direction: z.ZodLiteral<"in">;
397
+ asset: z.ZodEffects<z.ZodObject<{
398
+ type: z.ZodLiteral<"CryptoCurrency">;
399
+ id: z.ZodString;
400
+ name: z.ZodString;
401
+ symbol: z.ZodString;
402
+ icon: z.ZodOptional<z.ZodString>;
403
+ market: z.ZodEffects<z.ZodObject<{
404
+ coingeckoId: z.ZodOptional<z.ZodString>;
405
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
406
+ value: z.ZodBigInt;
407
+ decimals: z.ZodNumber;
408
+ }, "strip", z.ZodTypeAny, {
409
+ value: bigint;
410
+ decimals: number;
411
+ }, {
412
+ value: bigint;
413
+ decimals: number;
414
+ }>>;
415
+ }, "strip", z.ZodTypeAny, {
416
+ coingeckoId?: string | undefined;
417
+ marketCapUsd?: {
418
+ value: bigint;
419
+ decimals: number;
420
+ } | undefined;
421
+ }, {
422
+ coingeckoId?: string | undefined;
423
+ marketCapUsd?: {
424
+ value: bigint;
425
+ decimals: number;
426
+ } | undefined;
427
+ }>, {
428
+ coingeckoId: string | undefined;
429
+ marketCapUsd: {
430
+ value: bigint;
431
+ decimals: number;
432
+ } | undefined;
433
+ }, {
434
+ coingeckoId?: string | undefined;
435
+ marketCapUsd?: {
436
+ value: bigint;
437
+ decimals: number;
438
+ } | undefined;
439
+ }>;
440
+ updatedAt: z.ZodNumber;
441
+ }, "strip", z.ZodTypeAny, {
442
+ symbol: string;
443
+ type: "CryptoCurrency";
444
+ id: string;
445
+ name: string;
446
+ market: {
447
+ coingeckoId: string | undefined;
448
+ marketCapUsd: {
449
+ value: bigint;
450
+ decimals: number;
451
+ } | undefined;
452
+ };
453
+ updatedAt: number;
454
+ icon?: string | undefined;
455
+ }, {
456
+ symbol: string;
457
+ type: "CryptoCurrency";
458
+ id: string;
459
+ name: string;
460
+ market: {
461
+ coingeckoId?: string | undefined;
462
+ marketCapUsd?: {
463
+ value: bigint;
464
+ decimals: number;
465
+ } | undefined;
466
+ };
467
+ updatedAt: number;
468
+ icon?: string | undefined;
469
+ }>, {
470
+ icon: string | undefined;
471
+ symbol: string;
472
+ type: "CryptoCurrency";
473
+ id: string;
474
+ name: string;
475
+ market: {
476
+ coingeckoId: string | undefined;
477
+ marketCapUsd: {
478
+ value: bigint;
479
+ decimals: number;
480
+ } | undefined;
481
+ };
482
+ updatedAt: number;
483
+ }, {
484
+ symbol: string;
485
+ type: "CryptoCurrency";
486
+ id: string;
487
+ name: string;
488
+ market: {
489
+ coingeckoId?: string | undefined;
490
+ marketCapUsd?: {
491
+ value: bigint;
492
+ decimals: number;
493
+ } | undefined;
494
+ };
495
+ updatedAt: number;
496
+ icon?: string | undefined;
497
+ }>;
498
+ }, "strip", z.ZodTypeAny, {
499
+ asset: {
500
+ icon: string | undefined;
501
+ symbol: string;
502
+ type: "CryptoCurrency";
503
+ id: string;
504
+ name: string;
505
+ market: {
506
+ coingeckoId: string | undefined;
507
+ marketCapUsd: {
508
+ value: bigint;
509
+ decimals: number;
510
+ } | undefined;
511
+ };
512
+ updatedAt: number;
513
+ };
514
+ amount: {
515
+ value: bigint;
516
+ decimals: number;
517
+ };
518
+ direction: "in";
519
+ price?: {
520
+ cryptoCurrencyId: string;
521
+ fiatCurrencyId: string;
522
+ price: {
523
+ value: bigint;
524
+ decimals: number;
525
+ };
526
+ timestamp: number;
527
+ } | undefined;
528
+ from?: string | undefined;
529
+ to?: string | undefined;
530
+ }, {
531
+ asset: {
532
+ symbol: string;
533
+ type: "CryptoCurrency";
534
+ id: string;
535
+ name: string;
536
+ market: {
537
+ coingeckoId?: string | undefined;
538
+ marketCapUsd?: {
539
+ value: bigint;
540
+ decimals: number;
541
+ } | undefined;
542
+ };
543
+ updatedAt: number;
544
+ icon?: string | undefined;
545
+ };
546
+ amount: {
547
+ value: bigint;
548
+ decimals: number;
549
+ };
550
+ direction: "in";
551
+ price?: {
552
+ cryptoCurrencyId: string;
553
+ fiatCurrencyId: string;
554
+ price: {
555
+ value: bigint;
556
+ decimals: number;
557
+ };
558
+ timestamp: number;
559
+ } | undefined;
560
+ from?: string | undefined;
561
+ to?: string | undefined;
562
+ }>, {
563
+ from: string | undefined;
564
+ to: string | undefined;
565
+ price: {
566
+ cryptoCurrencyId: string;
567
+ fiatCurrencyId: string;
568
+ price: {
569
+ value: bigint;
570
+ decimals: number;
571
+ };
572
+ timestamp: number;
573
+ } | undefined;
574
+ asset: {
575
+ icon: string | undefined;
576
+ symbol: string;
577
+ type: "CryptoCurrency";
578
+ id: string;
579
+ name: string;
580
+ market: {
581
+ coingeckoId: string | undefined;
582
+ marketCapUsd: {
583
+ value: bigint;
584
+ decimals: number;
585
+ } | undefined;
586
+ };
587
+ updatedAt: number;
588
+ };
589
+ amount: {
590
+ value: bigint;
591
+ decimals: number;
592
+ };
593
+ direction: "in";
594
+ }, {
595
+ asset: {
596
+ symbol: string;
597
+ type: "CryptoCurrency";
598
+ id: string;
599
+ name: string;
600
+ market: {
601
+ coingeckoId?: string | undefined;
602
+ marketCapUsd?: {
603
+ value: bigint;
604
+ decimals: number;
605
+ } | undefined;
606
+ };
607
+ updatedAt: number;
608
+ icon?: string | undefined;
609
+ };
610
+ amount: {
611
+ value: bigint;
612
+ decimals: number;
613
+ };
614
+ direction: "in";
615
+ price?: {
616
+ cryptoCurrencyId: string;
617
+ fiatCurrencyId: string;
618
+ price: {
619
+ value: bigint;
620
+ decimals: number;
621
+ };
622
+ timestamp: number;
623
+ } | undefined;
624
+ from?: string | undefined;
625
+ to?: string | undefined;
626
+ }>;
627
+ export declare const transferFiatCurrencyInSchema: z.ZodEffects<z.ZodObject<{
628
+ price: z.ZodOptional<z.ZodObject<{
629
+ cryptoCurrencyId: z.ZodString;
630
+ fiatCurrencyId: z.ZodString;
631
+ price: z.ZodObject<{
632
+ value: z.ZodBigInt;
633
+ decimals: z.ZodNumber;
634
+ }, "strip", z.ZodTypeAny, {
635
+ value: bigint;
636
+ decimals: number;
637
+ }, {
638
+ value: bigint;
639
+ decimals: number;
640
+ }>;
641
+ timestamp: z.ZodNumber;
642
+ }, "strip", z.ZodTypeAny, {
643
+ cryptoCurrencyId: string;
644
+ fiatCurrencyId: string;
645
+ price: {
646
+ value: bigint;
647
+ decimals: number;
648
+ };
649
+ timestamp: number;
650
+ }, {
651
+ cryptoCurrencyId: string;
652
+ fiatCurrencyId: string;
653
+ price: {
654
+ value: bigint;
655
+ decimals: number;
656
+ };
657
+ timestamp: number;
658
+ }>>;
659
+ from: z.ZodOptional<z.ZodString>;
660
+ to: z.ZodOptional<z.ZodString>;
661
+ amount: z.ZodObject<{
662
+ value: z.ZodBigInt;
663
+ decimals: z.ZodNumber;
664
+ }, "strip", z.ZodTypeAny, {
665
+ value: bigint;
666
+ decimals: number;
667
+ }, {
668
+ value: bigint;
669
+ decimals: number;
670
+ }>;
671
+ direction: z.ZodLiteral<"in">;
672
+ asset: z.ZodEffects<z.ZodObject<{
673
+ type: z.ZodLiteral<"FiatCurrency">;
674
+ 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">]>;
675
+ name: z.ZodString;
676
+ symbol: z.ZodString;
677
+ icon: z.ZodOptional<z.ZodString>;
678
+ }, "strip", z.ZodTypeAny, {
679
+ symbol: string;
680
+ type: "FiatCurrency";
681
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
682
+ name: string;
683
+ icon?: string | undefined;
684
+ }, {
685
+ symbol: string;
686
+ type: "FiatCurrency";
687
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
688
+ name: string;
689
+ icon?: string | undefined;
690
+ }>, {
691
+ icon: string | undefined;
692
+ symbol: string;
693
+ type: "FiatCurrency";
694
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
695
+ name: string;
696
+ }, {
697
+ symbol: string;
698
+ type: "FiatCurrency";
699
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
700
+ name: string;
701
+ icon?: string | undefined;
702
+ }>;
703
+ }, "strip", z.ZodTypeAny, {
704
+ asset: {
705
+ icon: string | undefined;
706
+ symbol: string;
707
+ type: "FiatCurrency";
708
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
709
+ name: string;
710
+ };
711
+ amount: {
712
+ value: bigint;
713
+ decimals: number;
714
+ };
715
+ direction: "in";
716
+ price?: {
717
+ cryptoCurrencyId: string;
718
+ fiatCurrencyId: string;
719
+ price: {
720
+ value: bigint;
721
+ decimals: number;
722
+ };
723
+ timestamp: number;
724
+ } | undefined;
725
+ from?: string | undefined;
726
+ to?: string | undefined;
727
+ }, {
728
+ asset: {
729
+ symbol: string;
730
+ type: "FiatCurrency";
731
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
732
+ name: string;
733
+ icon?: string | undefined;
734
+ };
735
+ amount: {
736
+ value: bigint;
737
+ decimals: number;
738
+ };
739
+ direction: "in";
740
+ price?: {
741
+ cryptoCurrencyId: string;
742
+ fiatCurrencyId: string;
743
+ price: {
744
+ value: bigint;
745
+ decimals: number;
746
+ };
747
+ timestamp: number;
748
+ } | undefined;
749
+ from?: string | undefined;
750
+ to?: string | undefined;
751
+ }>, {
752
+ from: string | undefined;
753
+ to: string | undefined;
754
+ price: {
755
+ cryptoCurrencyId: string;
756
+ fiatCurrencyId: string;
757
+ price: {
758
+ value: bigint;
759
+ decimals: number;
760
+ };
761
+ timestamp: number;
762
+ } | undefined;
763
+ asset: {
764
+ icon: string | undefined;
765
+ symbol: string;
766
+ type: "FiatCurrency";
767
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
768
+ name: string;
769
+ };
770
+ amount: {
771
+ value: bigint;
772
+ decimals: number;
773
+ };
774
+ direction: "in";
775
+ }, {
776
+ asset: {
777
+ symbol: string;
778
+ type: "FiatCurrency";
779
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
780
+ name: string;
781
+ icon?: string | undefined;
782
+ };
783
+ amount: {
784
+ value: bigint;
785
+ decimals: number;
786
+ };
787
+ direction: "in";
788
+ price?: {
789
+ cryptoCurrencyId: string;
790
+ fiatCurrencyId: string;
791
+ price: {
792
+ value: bigint;
793
+ decimals: number;
794
+ };
795
+ timestamp: number;
796
+ } | undefined;
797
+ from?: string | undefined;
798
+ to?: string | undefined;
799
+ }>;
800
+ export declare const transferNftInSchema: z.ZodEffects<z.ZodObject<{
801
+ price: z.ZodOptional<z.ZodObject<{
802
+ cryptoCurrencyId: z.ZodString;
803
+ fiatCurrencyId: z.ZodString;
804
+ price: z.ZodObject<{
805
+ value: z.ZodBigInt;
806
+ decimals: z.ZodNumber;
807
+ }, "strip", z.ZodTypeAny, {
808
+ value: bigint;
809
+ decimals: number;
810
+ }, {
811
+ value: bigint;
812
+ decimals: number;
813
+ }>;
814
+ timestamp: z.ZodNumber;
815
+ }, "strip", z.ZodTypeAny, {
816
+ cryptoCurrencyId: string;
817
+ fiatCurrencyId: string;
818
+ price: {
819
+ value: bigint;
820
+ decimals: number;
821
+ };
822
+ timestamp: number;
823
+ }, {
824
+ cryptoCurrencyId: string;
825
+ fiatCurrencyId: string;
826
+ price: {
827
+ value: bigint;
828
+ decimals: number;
829
+ };
830
+ timestamp: number;
831
+ }>>;
832
+ from: z.ZodOptional<z.ZodString>;
833
+ to: z.ZodOptional<z.ZodString>;
834
+ amount: z.ZodObject<{
835
+ value: z.ZodBigInt;
836
+ decimals: z.ZodNumber;
837
+ }, "strip", z.ZodTypeAny, {
838
+ value: bigint;
839
+ decimals: number;
840
+ }, {
841
+ value: bigint;
842
+ decimals: number;
843
+ }>;
844
+ direction: z.ZodLiteral<"in">;
845
+ asset: z.ZodObject<{
846
+ type: z.ZodLiteral<"Nft">;
847
+ id: z.ZodString;
848
+ }, "strip", z.ZodTypeAny, {
849
+ type: "Nft";
850
+ id: string;
851
+ }, {
852
+ type: "Nft";
853
+ id: string;
854
+ }>;
855
+ }, "strip", z.ZodTypeAny, {
856
+ asset: {
857
+ type: "Nft";
858
+ id: string;
859
+ };
860
+ amount: {
861
+ value: bigint;
862
+ decimals: number;
863
+ };
864
+ direction: "in";
865
+ price?: {
866
+ cryptoCurrencyId: string;
867
+ fiatCurrencyId: string;
868
+ price: {
869
+ value: bigint;
870
+ decimals: number;
871
+ };
872
+ timestamp: number;
873
+ } | undefined;
874
+ from?: string | undefined;
875
+ to?: string | undefined;
876
+ }, {
877
+ asset: {
878
+ type: "Nft";
879
+ id: string;
880
+ };
881
+ amount: {
882
+ value: bigint;
883
+ decimals: number;
884
+ };
885
+ direction: "in";
886
+ price?: {
887
+ cryptoCurrencyId: string;
888
+ fiatCurrencyId: string;
889
+ price: {
890
+ value: bigint;
891
+ decimals: number;
892
+ };
893
+ timestamp: number;
894
+ } | undefined;
895
+ from?: string | undefined;
896
+ to?: string | undefined;
897
+ }>, {
898
+ from: string | undefined;
899
+ to: string | undefined;
900
+ price: {
901
+ cryptoCurrencyId: string;
902
+ fiatCurrencyId: string;
903
+ price: {
904
+ value: bigint;
905
+ decimals: number;
906
+ };
907
+ timestamp: number;
908
+ } | undefined;
909
+ asset: {
910
+ type: "Nft";
911
+ id: string;
912
+ };
913
+ amount: {
914
+ value: bigint;
915
+ decimals: number;
916
+ };
917
+ direction: "in";
918
+ }, {
919
+ asset: {
920
+ type: "Nft";
921
+ id: string;
922
+ };
923
+ amount: {
924
+ value: bigint;
925
+ decimals: number;
926
+ };
927
+ direction: "in";
928
+ price?: {
929
+ cryptoCurrencyId: string;
930
+ fiatCurrencyId: string;
931
+ price: {
932
+ value: bigint;
933
+ decimals: number;
934
+ };
935
+ timestamp: number;
936
+ } | undefined;
937
+ from?: string | undefined;
938
+ to?: string | undefined;
939
+ }>;
940
+ export declare const transferOutSchema: z.ZodEffects<z.ZodObject<{
941
+ price: z.ZodOptional<z.ZodObject<{
942
+ cryptoCurrencyId: z.ZodString;
943
+ fiatCurrencyId: z.ZodString;
944
+ price: z.ZodObject<{
945
+ value: z.ZodBigInt;
946
+ decimals: z.ZodNumber;
947
+ }, "strip", z.ZodTypeAny, {
948
+ value: bigint;
949
+ decimals: number;
950
+ }, {
951
+ value: bigint;
952
+ decimals: number;
953
+ }>;
954
+ timestamp: z.ZodNumber;
955
+ }, "strip", z.ZodTypeAny, {
956
+ cryptoCurrencyId: string;
957
+ fiatCurrencyId: string;
958
+ price: {
959
+ value: bigint;
960
+ decimals: number;
961
+ };
962
+ timestamp: number;
963
+ }, {
964
+ cryptoCurrencyId: string;
965
+ fiatCurrencyId: string;
966
+ price: {
967
+ value: bigint;
968
+ decimals: number;
969
+ };
970
+ timestamp: number;
971
+ }>>;
972
+ from: z.ZodOptional<z.ZodString>;
973
+ to: z.ZodOptional<z.ZodString>;
974
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
975
+ type: z.ZodLiteral<"CryptoCurrency">;
976
+ id: z.ZodString;
977
+ name: z.ZodString;
978
+ symbol: z.ZodString;
979
+ icon: z.ZodOptional<z.ZodString>;
980
+ market: z.ZodEffects<z.ZodObject<{
981
+ coingeckoId: z.ZodOptional<z.ZodString>;
982
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
983
+ value: z.ZodBigInt;
984
+ decimals: z.ZodNumber;
985
+ }, "strip", z.ZodTypeAny, {
986
+ value: bigint;
987
+ decimals: number;
988
+ }, {
989
+ value: bigint;
990
+ decimals: number;
991
+ }>>;
992
+ }, "strip", z.ZodTypeAny, {
993
+ coingeckoId?: string | undefined;
994
+ marketCapUsd?: {
995
+ value: bigint;
996
+ decimals: number;
997
+ } | undefined;
998
+ }, {
999
+ coingeckoId?: string | undefined;
1000
+ marketCapUsd?: {
1001
+ value: bigint;
1002
+ decimals: number;
1003
+ } | undefined;
1004
+ }>, {
1005
+ coingeckoId: string | undefined;
1006
+ marketCapUsd: {
1007
+ value: bigint;
1008
+ decimals: number;
1009
+ } | undefined;
1010
+ }, {
1011
+ coingeckoId?: string | undefined;
1012
+ marketCapUsd?: {
1013
+ value: bigint;
1014
+ decimals: number;
1015
+ } | undefined;
1016
+ }>;
1017
+ updatedAt: z.ZodNumber;
1018
+ }, "strip", z.ZodTypeAny, {
1019
+ symbol: string;
1020
+ type: "CryptoCurrency";
1021
+ id: string;
1022
+ name: string;
1023
+ market: {
1024
+ coingeckoId: string | undefined;
1025
+ marketCapUsd: {
1026
+ value: bigint;
1027
+ decimals: number;
1028
+ } | undefined;
1029
+ };
1030
+ updatedAt: number;
1031
+ icon?: string | undefined;
1032
+ }, {
1033
+ symbol: string;
1034
+ type: "CryptoCurrency";
1035
+ id: string;
1036
+ name: string;
1037
+ market: {
1038
+ coingeckoId?: string | undefined;
1039
+ marketCapUsd?: {
1040
+ value: bigint;
1041
+ decimals: number;
1042
+ } | undefined;
1043
+ };
1044
+ updatedAt: number;
1045
+ icon?: string | undefined;
1046
+ }>, {
1047
+ icon: string | undefined;
1048
+ symbol: string;
1049
+ type: "CryptoCurrency";
1050
+ id: string;
1051
+ name: string;
1052
+ market: {
1053
+ coingeckoId: string | undefined;
1054
+ marketCapUsd: {
1055
+ value: bigint;
1056
+ decimals: number;
1057
+ } | undefined;
1058
+ };
1059
+ updatedAt: number;
1060
+ }, {
1061
+ symbol: string;
1062
+ type: "CryptoCurrency";
1063
+ id: string;
1064
+ name: string;
1065
+ market: {
1066
+ coingeckoId?: string | undefined;
1067
+ marketCapUsd?: {
1068
+ value: bigint;
1069
+ decimals: number;
1070
+ } | undefined;
1071
+ };
1072
+ updatedAt: number;
1073
+ icon?: string | undefined;
1074
+ }>, z.ZodEffects<z.ZodObject<{
1075
+ type: z.ZodLiteral<"FiatCurrency">;
1076
+ 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">]>;
1077
+ name: z.ZodString;
1078
+ symbol: z.ZodString;
1079
+ icon: z.ZodOptional<z.ZodString>;
1080
+ }, "strip", z.ZodTypeAny, {
1081
+ symbol: string;
1082
+ type: "FiatCurrency";
1083
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1084
+ name: string;
1085
+ icon?: string | undefined;
1086
+ }, {
1087
+ symbol: string;
1088
+ type: "FiatCurrency";
1089
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1090
+ name: string;
1091
+ icon?: string | undefined;
1092
+ }>, {
1093
+ icon: string | undefined;
1094
+ symbol: string;
1095
+ type: "FiatCurrency";
1096
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1097
+ name: string;
1098
+ }, {
1099
+ symbol: string;
1100
+ type: "FiatCurrency";
1101
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1102
+ name: string;
1103
+ icon?: string | undefined;
1104
+ }>, z.ZodObject<{
1105
+ type: z.ZodLiteral<"Nft">;
1106
+ id: z.ZodString;
1107
+ }, "strip", z.ZodTypeAny, {
1108
+ type: "Nft";
1109
+ id: string;
1110
+ }, {
1111
+ type: "Nft";
1112
+ id: string;
1113
+ }>]>;
1114
+ amount: z.ZodObject<{
1115
+ value: z.ZodBigInt;
1116
+ decimals: z.ZodNumber;
1117
+ }, "strip", z.ZodTypeAny, {
1118
+ value: bigint;
1119
+ decimals: number;
1120
+ }, {
1121
+ value: bigint;
1122
+ decimals: number;
1123
+ }>;
1124
+ direction: z.ZodLiteral<"out">;
1125
+ }, "strip", z.ZodTypeAny, {
1126
+ asset: {
1127
+ icon: string | undefined;
1128
+ symbol: string;
1129
+ type: "CryptoCurrency";
1130
+ id: string;
1131
+ name: string;
1132
+ market: {
1133
+ coingeckoId: string | undefined;
1134
+ marketCapUsd: {
1135
+ value: bigint;
1136
+ decimals: number;
1137
+ } | undefined;
1138
+ };
1139
+ updatedAt: number;
1140
+ } | {
1141
+ icon: string | undefined;
1142
+ symbol: string;
1143
+ type: "FiatCurrency";
1144
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1145
+ name: string;
1146
+ } | {
1147
+ type: "Nft";
1148
+ id: string;
1149
+ };
1150
+ amount: {
1151
+ value: bigint;
1152
+ decimals: number;
1153
+ };
1154
+ direction: "out";
1155
+ price?: {
1156
+ cryptoCurrencyId: string;
1157
+ fiatCurrencyId: string;
1158
+ price: {
1159
+ value: bigint;
1160
+ decimals: number;
1161
+ };
1162
+ timestamp: number;
1163
+ } | undefined;
1164
+ from?: string | undefined;
1165
+ to?: string | undefined;
1166
+ }, {
1167
+ asset: {
1168
+ symbol: string;
1169
+ type: "CryptoCurrency";
1170
+ id: string;
1171
+ name: string;
1172
+ market: {
1173
+ coingeckoId?: string | undefined;
1174
+ marketCapUsd?: {
1175
+ value: bigint;
1176
+ decimals: number;
1177
+ } | undefined;
1178
+ };
1179
+ updatedAt: number;
1180
+ icon?: string | undefined;
1181
+ } | {
1182
+ symbol: string;
1183
+ type: "FiatCurrency";
1184
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1185
+ name: string;
1186
+ icon?: string | undefined;
1187
+ } | {
1188
+ type: "Nft";
1189
+ id: string;
1190
+ };
1191
+ amount: {
1192
+ value: bigint;
1193
+ decimals: number;
1194
+ };
1195
+ direction: "out";
1196
+ price?: {
1197
+ cryptoCurrencyId: string;
1198
+ fiatCurrencyId: string;
1199
+ price: {
1200
+ value: bigint;
1201
+ decimals: number;
1202
+ };
1203
+ timestamp: number;
1204
+ } | undefined;
1205
+ from?: string | undefined;
1206
+ to?: string | undefined;
1207
+ }>, {
1208
+ from: string | undefined;
1209
+ to: string | undefined;
1210
+ price: {
1211
+ cryptoCurrencyId: string;
1212
+ fiatCurrencyId: string;
1213
+ price: {
1214
+ value: bigint;
1215
+ decimals: number;
1216
+ };
1217
+ timestamp: number;
1218
+ } | undefined;
1219
+ asset: {
1220
+ icon: string | undefined;
1221
+ symbol: string;
1222
+ type: "CryptoCurrency";
1223
+ id: string;
1224
+ name: string;
1225
+ market: {
1226
+ coingeckoId: string | undefined;
1227
+ marketCapUsd: {
1228
+ value: bigint;
1229
+ decimals: number;
1230
+ } | undefined;
1231
+ };
1232
+ updatedAt: number;
1233
+ } | {
1234
+ icon: string | undefined;
1235
+ symbol: string;
1236
+ type: "FiatCurrency";
1237
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1238
+ name: string;
1239
+ } | {
1240
+ type: "Nft";
1241
+ id: string;
1242
+ };
1243
+ amount: {
1244
+ value: bigint;
1245
+ decimals: number;
1246
+ };
1247
+ direction: "out";
1248
+ }, {
1249
+ asset: {
1250
+ symbol: string;
1251
+ type: "CryptoCurrency";
1252
+ id: string;
1253
+ name: string;
1254
+ market: {
1255
+ coingeckoId?: string | undefined;
1256
+ marketCapUsd?: {
1257
+ value: bigint;
1258
+ decimals: number;
1259
+ } | undefined;
1260
+ };
1261
+ updatedAt: number;
1262
+ icon?: string | undefined;
1263
+ } | {
1264
+ symbol: string;
1265
+ type: "FiatCurrency";
1266
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1267
+ name: string;
1268
+ icon?: string | undefined;
1269
+ } | {
1270
+ type: "Nft";
1271
+ id: string;
1272
+ };
1273
+ amount: {
1274
+ value: bigint;
1275
+ decimals: number;
1276
+ };
1277
+ direction: "out";
1278
+ price?: {
1279
+ cryptoCurrencyId: string;
1280
+ fiatCurrencyId: string;
1281
+ price: {
1282
+ value: bigint;
1283
+ decimals: number;
1284
+ };
1285
+ timestamp: number;
1286
+ } | undefined;
1287
+ from?: string | undefined;
1288
+ to?: string | undefined;
1289
+ }>;
1290
+ export declare const transferCryptoCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
1291
+ price: z.ZodOptional<z.ZodObject<{
1292
+ cryptoCurrencyId: z.ZodString;
1293
+ fiatCurrencyId: z.ZodString;
1294
+ price: z.ZodObject<{
1295
+ value: z.ZodBigInt;
1296
+ decimals: z.ZodNumber;
1297
+ }, "strip", z.ZodTypeAny, {
1298
+ value: bigint;
1299
+ decimals: number;
1300
+ }, {
1301
+ value: bigint;
1302
+ decimals: number;
1303
+ }>;
1304
+ timestamp: z.ZodNumber;
1305
+ }, "strip", z.ZodTypeAny, {
1306
+ cryptoCurrencyId: string;
1307
+ fiatCurrencyId: string;
1308
+ price: {
1309
+ value: bigint;
1310
+ decimals: number;
1311
+ };
1312
+ timestamp: number;
1313
+ }, {
1314
+ cryptoCurrencyId: string;
1315
+ fiatCurrencyId: string;
1316
+ price: {
1317
+ value: bigint;
1318
+ decimals: number;
1319
+ };
1320
+ timestamp: number;
1321
+ }>>;
1322
+ from: z.ZodOptional<z.ZodString>;
1323
+ to: z.ZodOptional<z.ZodString>;
1324
+ amount: z.ZodObject<{
1325
+ value: z.ZodBigInt;
1326
+ decimals: z.ZodNumber;
1327
+ }, "strip", z.ZodTypeAny, {
1328
+ value: bigint;
1329
+ decimals: number;
1330
+ }, {
1331
+ value: bigint;
1332
+ decimals: number;
1333
+ }>;
1334
+ direction: z.ZodLiteral<"out">;
1335
+ asset: z.ZodEffects<z.ZodObject<{
1336
+ type: z.ZodLiteral<"CryptoCurrency">;
1337
+ id: z.ZodString;
1338
+ name: z.ZodString;
1339
+ symbol: z.ZodString;
1340
+ icon: z.ZodOptional<z.ZodString>;
1341
+ market: z.ZodEffects<z.ZodObject<{
1342
+ coingeckoId: z.ZodOptional<z.ZodString>;
1343
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1344
+ value: z.ZodBigInt;
1345
+ decimals: z.ZodNumber;
1346
+ }, "strip", z.ZodTypeAny, {
1347
+ value: bigint;
1348
+ decimals: number;
1349
+ }, {
1350
+ value: bigint;
1351
+ decimals: number;
1352
+ }>>;
1353
+ }, "strip", z.ZodTypeAny, {
1354
+ coingeckoId?: string | undefined;
1355
+ marketCapUsd?: {
1356
+ value: bigint;
1357
+ decimals: number;
1358
+ } | undefined;
1359
+ }, {
1360
+ coingeckoId?: string | undefined;
1361
+ marketCapUsd?: {
1362
+ value: bigint;
1363
+ decimals: number;
1364
+ } | undefined;
1365
+ }>, {
1366
+ coingeckoId: string | undefined;
1367
+ marketCapUsd: {
1368
+ value: bigint;
1369
+ decimals: number;
1370
+ } | undefined;
1371
+ }, {
1372
+ coingeckoId?: string | undefined;
1373
+ marketCapUsd?: {
1374
+ value: bigint;
1375
+ decimals: number;
1376
+ } | undefined;
1377
+ }>;
1378
+ updatedAt: z.ZodNumber;
1379
+ }, "strip", z.ZodTypeAny, {
1380
+ symbol: string;
1381
+ type: "CryptoCurrency";
1382
+ id: string;
1383
+ name: string;
1384
+ market: {
1385
+ coingeckoId: string | undefined;
1386
+ marketCapUsd: {
1387
+ value: bigint;
1388
+ decimals: number;
1389
+ } | undefined;
1390
+ };
1391
+ updatedAt: number;
1392
+ icon?: string | undefined;
1393
+ }, {
1394
+ symbol: string;
1395
+ type: "CryptoCurrency";
1396
+ id: string;
1397
+ name: string;
1398
+ market: {
1399
+ coingeckoId?: string | undefined;
1400
+ marketCapUsd?: {
1401
+ value: bigint;
1402
+ decimals: number;
1403
+ } | undefined;
1404
+ };
1405
+ updatedAt: number;
1406
+ icon?: string | undefined;
1407
+ }>, {
1408
+ icon: string | undefined;
1409
+ symbol: string;
1410
+ type: "CryptoCurrency";
1411
+ id: string;
1412
+ name: string;
1413
+ market: {
1414
+ coingeckoId: string | undefined;
1415
+ marketCapUsd: {
1416
+ value: bigint;
1417
+ decimals: number;
1418
+ } | undefined;
1419
+ };
1420
+ updatedAt: number;
1421
+ }, {
1422
+ symbol: string;
1423
+ type: "CryptoCurrency";
1424
+ id: string;
1425
+ name: string;
1426
+ market: {
1427
+ coingeckoId?: string | undefined;
1428
+ marketCapUsd?: {
1429
+ value: bigint;
1430
+ decimals: number;
1431
+ } | undefined;
1432
+ };
1433
+ updatedAt: number;
1434
+ icon?: string | undefined;
1435
+ }>;
1436
+ }, "strip", z.ZodTypeAny, {
1437
+ asset: {
1438
+ icon: string | undefined;
1439
+ symbol: string;
1440
+ type: "CryptoCurrency";
1441
+ id: string;
1442
+ name: string;
1443
+ market: {
1444
+ coingeckoId: string | undefined;
1445
+ marketCapUsd: {
1446
+ value: bigint;
1447
+ decimals: number;
1448
+ } | undefined;
1449
+ };
1450
+ updatedAt: number;
1451
+ };
1452
+ amount: {
1453
+ value: bigint;
1454
+ decimals: number;
1455
+ };
1456
+ direction: "out";
1457
+ price?: {
1458
+ cryptoCurrencyId: string;
1459
+ fiatCurrencyId: string;
1460
+ price: {
1461
+ value: bigint;
1462
+ decimals: number;
1463
+ };
1464
+ timestamp: number;
1465
+ } | undefined;
1466
+ from?: string | undefined;
1467
+ to?: string | undefined;
1468
+ }, {
1469
+ asset: {
1470
+ symbol: string;
1471
+ type: "CryptoCurrency";
1472
+ id: string;
1473
+ name: string;
1474
+ market: {
1475
+ coingeckoId?: string | undefined;
1476
+ marketCapUsd?: {
1477
+ value: bigint;
1478
+ decimals: number;
1479
+ } | undefined;
1480
+ };
1481
+ updatedAt: number;
1482
+ icon?: string | undefined;
1483
+ };
1484
+ amount: {
1485
+ value: bigint;
1486
+ decimals: number;
1487
+ };
1488
+ direction: "out";
1489
+ price?: {
1490
+ cryptoCurrencyId: string;
1491
+ fiatCurrencyId: string;
1492
+ price: {
1493
+ value: bigint;
1494
+ decimals: number;
1495
+ };
1496
+ timestamp: number;
1497
+ } | undefined;
1498
+ from?: string | undefined;
1499
+ to?: string | undefined;
1500
+ }>, {
1501
+ from: string | undefined;
1502
+ to: string | undefined;
1503
+ price: {
1504
+ cryptoCurrencyId: string;
1505
+ fiatCurrencyId: string;
1506
+ price: {
1507
+ value: bigint;
1508
+ decimals: number;
1509
+ };
1510
+ timestamp: number;
1511
+ } | undefined;
1512
+ asset: {
1513
+ icon: string | undefined;
1514
+ symbol: string;
1515
+ type: "CryptoCurrency";
1516
+ id: string;
1517
+ name: string;
1518
+ market: {
1519
+ coingeckoId: string | undefined;
1520
+ marketCapUsd: {
1521
+ value: bigint;
1522
+ decimals: number;
1523
+ } | undefined;
1524
+ };
1525
+ updatedAt: number;
1526
+ };
1527
+ amount: {
1528
+ value: bigint;
1529
+ decimals: number;
1530
+ };
1531
+ direction: "out";
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
+ export declare const transferFiatCurrencyOutSchema: z.ZodEffects<z.ZodObject<{
1566
+ price: z.ZodOptional<z.ZodObject<{
1567
+ cryptoCurrencyId: z.ZodString;
1568
+ fiatCurrencyId: z.ZodString;
1569
+ price: z.ZodObject<{
1570
+ value: z.ZodBigInt;
1571
+ decimals: z.ZodNumber;
1572
+ }, "strip", z.ZodTypeAny, {
1573
+ value: bigint;
1574
+ decimals: number;
1575
+ }, {
1576
+ value: bigint;
1577
+ decimals: number;
1578
+ }>;
1579
+ timestamp: z.ZodNumber;
1580
+ }, "strip", z.ZodTypeAny, {
1581
+ cryptoCurrencyId: string;
1582
+ fiatCurrencyId: string;
1583
+ price: {
1584
+ value: bigint;
1585
+ decimals: number;
1586
+ };
1587
+ timestamp: number;
1588
+ }, {
1589
+ cryptoCurrencyId: string;
1590
+ fiatCurrencyId: string;
1591
+ price: {
1592
+ value: bigint;
1593
+ decimals: number;
1594
+ };
1595
+ timestamp: number;
1596
+ }>>;
1597
+ from: z.ZodOptional<z.ZodString>;
1598
+ to: z.ZodOptional<z.ZodString>;
1599
+ amount: z.ZodObject<{
1600
+ value: z.ZodBigInt;
1601
+ decimals: z.ZodNumber;
1602
+ }, "strip", z.ZodTypeAny, {
1603
+ value: bigint;
1604
+ decimals: number;
1605
+ }, {
1606
+ value: bigint;
1607
+ decimals: number;
1608
+ }>;
1609
+ direction: z.ZodLiteral<"out">;
1610
+ asset: z.ZodEffects<z.ZodObject<{
1611
+ type: z.ZodLiteral<"FiatCurrency">;
1612
+ 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">]>;
1613
+ name: z.ZodString;
1614
+ symbol: z.ZodString;
1615
+ icon: z.ZodOptional<z.ZodString>;
1616
+ }, "strip", z.ZodTypeAny, {
1617
+ symbol: string;
1618
+ type: "FiatCurrency";
1619
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1620
+ name: string;
1621
+ icon?: string | undefined;
1622
+ }, {
1623
+ symbol: string;
1624
+ type: "FiatCurrency";
1625
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1626
+ name: string;
1627
+ icon?: string | undefined;
1628
+ }>, {
1629
+ icon: string | undefined;
1630
+ symbol: string;
1631
+ type: "FiatCurrency";
1632
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1633
+ name: string;
1634
+ }, {
1635
+ symbol: string;
1636
+ type: "FiatCurrency";
1637
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1638
+ name: string;
1639
+ icon?: string | undefined;
1640
+ }>;
1641
+ }, "strip", z.ZodTypeAny, {
1642
+ asset: {
1643
+ icon: string | undefined;
1644
+ symbol: string;
1645
+ type: "FiatCurrency";
1646
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1647
+ name: string;
1648
+ };
1649
+ amount: {
1650
+ value: bigint;
1651
+ decimals: number;
1652
+ };
1653
+ direction: "out";
1654
+ price?: {
1655
+ cryptoCurrencyId: string;
1656
+ fiatCurrencyId: string;
1657
+ price: {
1658
+ value: bigint;
1659
+ decimals: number;
1660
+ };
1661
+ timestamp: number;
1662
+ } | undefined;
1663
+ from?: string | undefined;
1664
+ to?: string | undefined;
1665
+ }, {
1666
+ asset: {
1667
+ symbol: string;
1668
+ type: "FiatCurrency";
1669
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1670
+ name: string;
1671
+ icon?: string | undefined;
1672
+ };
1673
+ amount: {
1674
+ value: bigint;
1675
+ decimals: number;
1676
+ };
1677
+ direction: "out";
1678
+ price?: {
1679
+ cryptoCurrencyId: string;
1680
+ fiatCurrencyId: string;
1681
+ price: {
1682
+ value: bigint;
1683
+ decimals: number;
1684
+ };
1685
+ timestamp: number;
1686
+ } | undefined;
1687
+ from?: string | undefined;
1688
+ to?: string | undefined;
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
+ asset: {
1715
+ symbol: string;
1716
+ type: "FiatCurrency";
1717
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
1718
+ name: string;
1719
+ icon?: string | undefined;
1720
+ };
1721
+ amount: {
1722
+ value: bigint;
1723
+ decimals: number;
1724
+ };
1725
+ direction: "out";
1726
+ price?: {
1727
+ cryptoCurrencyId: string;
1728
+ fiatCurrencyId: string;
1729
+ price: {
1730
+ value: bigint;
1731
+ decimals: number;
1732
+ };
1733
+ timestamp: number;
1734
+ } | undefined;
1735
+ from?: string | undefined;
1736
+ to?: string | undefined;
1737
+ }>;
1738
+ export declare const transferNftOutSchema: z.ZodEffects<z.ZodObject<{
1739
+ price: z.ZodOptional<z.ZodObject<{
1740
+ cryptoCurrencyId: z.ZodString;
1741
+ fiatCurrencyId: z.ZodString;
1742
+ price: z.ZodObject<{
1743
+ value: z.ZodBigInt;
1744
+ decimals: z.ZodNumber;
1745
+ }, "strip", z.ZodTypeAny, {
1746
+ value: bigint;
1747
+ decimals: number;
1748
+ }, {
1749
+ value: bigint;
1750
+ decimals: number;
1751
+ }>;
1752
+ timestamp: z.ZodNumber;
1753
+ }, "strip", z.ZodTypeAny, {
1754
+ cryptoCurrencyId: string;
1755
+ fiatCurrencyId: string;
1756
+ price: {
1757
+ value: bigint;
1758
+ decimals: number;
1759
+ };
1760
+ timestamp: number;
1761
+ }, {
1762
+ cryptoCurrencyId: string;
1763
+ fiatCurrencyId: string;
1764
+ price: {
1765
+ value: bigint;
1766
+ decimals: number;
1767
+ };
1768
+ timestamp: number;
1769
+ }>>;
1770
+ from: z.ZodOptional<z.ZodString>;
1771
+ to: z.ZodOptional<z.ZodString>;
1772
+ amount: z.ZodObject<{
1773
+ value: z.ZodBigInt;
1774
+ decimals: z.ZodNumber;
1775
+ }, "strip", z.ZodTypeAny, {
1776
+ value: bigint;
1777
+ decimals: number;
1778
+ }, {
1779
+ value: bigint;
1780
+ decimals: number;
1781
+ }>;
1782
+ direction: z.ZodLiteral<"out">;
1783
+ asset: z.ZodObject<{
1784
+ type: z.ZodLiteral<"Nft">;
1785
+ id: z.ZodString;
1786
+ }, "strip", z.ZodTypeAny, {
1787
+ type: "Nft";
1788
+ id: string;
1789
+ }, {
1790
+ type: "Nft";
1791
+ id: string;
1792
+ }>;
1793
+ }, "strip", z.ZodTypeAny, {
1794
+ asset: {
1795
+ type: "Nft";
1796
+ id: string;
1797
+ };
1798
+ amount: {
1799
+ value: bigint;
1800
+ decimals: number;
1801
+ };
1802
+ direction: "out";
1803
+ price?: {
1804
+ cryptoCurrencyId: string;
1805
+ fiatCurrencyId: string;
1806
+ price: {
1807
+ value: bigint;
1808
+ decimals: number;
1809
+ };
1810
+ timestamp: number;
1811
+ } | undefined;
1812
+ from?: string | undefined;
1813
+ to?: string | undefined;
1814
+ }, {
1815
+ asset: {
1816
+ type: "Nft";
1817
+ id: string;
1818
+ };
1819
+ amount: {
1820
+ value: bigint;
1821
+ decimals: number;
1822
+ };
1823
+ direction: "out";
1824
+ price?: {
1825
+ cryptoCurrencyId: string;
1826
+ fiatCurrencyId: string;
1827
+ price: {
1828
+ value: bigint;
1829
+ decimals: number;
1830
+ };
1831
+ timestamp: number;
1832
+ } | undefined;
1833
+ from?: string | undefined;
1834
+ to?: string | undefined;
1835
+ }>, {
1836
+ from: string | undefined;
1837
+ to: string | undefined;
1838
+ price: {
1839
+ cryptoCurrencyId: string;
1840
+ fiatCurrencyId: string;
1841
+ price: {
1842
+ value: bigint;
1843
+ decimals: number;
1844
+ };
1845
+ timestamp: number;
1846
+ } | undefined;
1847
+ asset: {
1848
+ type: "Nft";
1849
+ id: string;
1850
+ };
1851
+ amount: {
1852
+ value: bigint;
1853
+ decimals: number;
1854
+ };
1855
+ direction: "out";
1856
+ }, {
1857
+ asset: {
1858
+ type: "Nft";
1859
+ id: string;
1860
+ };
1861
+ amount: {
1862
+ value: bigint;
1863
+ decimals: number;
1864
+ };
1865
+ direction: "out";
1866
+ price?: {
1867
+ cryptoCurrencyId: string;
1868
+ fiatCurrencyId: string;
1869
+ price: {
1870
+ value: bigint;
1871
+ decimals: number;
1872
+ };
1873
+ timestamp: number;
1874
+ } | undefined;
1875
+ from?: string | undefined;
1876
+ to?: string | undefined;
1877
+ }>;
1878
+ export declare const transferNoneDefaultSchema: z.ZodObject<{
1879
+ price: z.ZodOptional<z.ZodObject<{
1880
+ cryptoCurrencyId: z.ZodString;
1881
+ fiatCurrencyId: z.ZodString;
1882
+ price: z.ZodObject<{
1883
+ value: z.ZodBigInt;
1884
+ decimals: z.ZodNumber;
1885
+ }, "strip", z.ZodTypeAny, {
1886
+ value: bigint;
1887
+ decimals: number;
1888
+ }, {
1889
+ value: bigint;
1890
+ decimals: number;
1891
+ }>;
1892
+ timestamp: z.ZodNumber;
1893
+ }, "strip", z.ZodTypeAny, {
1894
+ cryptoCurrencyId: string;
1895
+ fiatCurrencyId: string;
1896
+ price: {
1897
+ value: bigint;
1898
+ decimals: number;
1899
+ };
1900
+ timestamp: number;
1901
+ }, {
1902
+ cryptoCurrencyId: string;
1903
+ fiatCurrencyId: string;
1904
+ price: {
1905
+ value: bigint;
1906
+ decimals: number;
1907
+ };
1908
+ timestamp: number;
1909
+ }>>;
1910
+ from: z.ZodOptional<z.ZodString>;
1911
+ to: z.ZodOptional<z.ZodString>;
1912
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
1913
+ type: z.ZodLiteral<"CryptoCurrency">;
1914
+ id: z.ZodString;
1915
+ name: z.ZodString;
1916
+ symbol: z.ZodString;
1917
+ icon: z.ZodOptional<z.ZodString>;
1918
+ market: z.ZodEffects<z.ZodObject<{
1919
+ coingeckoId: z.ZodOptional<z.ZodString>;
1920
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
1921
+ value: z.ZodBigInt;
1922
+ decimals: z.ZodNumber;
1923
+ }, "strip", z.ZodTypeAny, {
1924
+ value: bigint;
1925
+ decimals: number;
1926
+ }, {
1927
+ value: bigint;
1928
+ decimals: number;
1929
+ }>>;
1930
+ }, "strip", z.ZodTypeAny, {
1931
+ coingeckoId?: string | undefined;
1932
+ marketCapUsd?: {
1933
+ value: bigint;
1934
+ decimals: number;
1935
+ } | undefined;
1936
+ }, {
1937
+ coingeckoId?: string | undefined;
1938
+ marketCapUsd?: {
1939
+ value: bigint;
1940
+ decimals: number;
1941
+ } | undefined;
1942
+ }>, {
1943
+ coingeckoId: string | undefined;
1944
+ marketCapUsd: {
1945
+ value: bigint;
1946
+ decimals: number;
1947
+ } | undefined;
1948
+ }, {
1949
+ coingeckoId?: string | undefined;
1950
+ marketCapUsd?: {
1951
+ value: bigint;
1952
+ decimals: number;
1953
+ } | undefined;
1954
+ }>;
1955
+ updatedAt: z.ZodNumber;
1956
+ }, "strip", z.ZodTypeAny, {
1957
+ symbol: string;
1958
+ type: "CryptoCurrency";
1959
+ id: string;
1960
+ name: string;
1961
+ market: {
1962
+ coingeckoId: string | undefined;
1963
+ marketCapUsd: {
1964
+ value: bigint;
1965
+ decimals: number;
1966
+ } | undefined;
1967
+ };
1968
+ updatedAt: number;
1969
+ icon?: string | undefined;
1970
+ }, {
1971
+ symbol: string;
1972
+ type: "CryptoCurrency";
1973
+ id: string;
1974
+ name: string;
1975
+ market: {
1976
+ coingeckoId?: string | undefined;
1977
+ marketCapUsd?: {
1978
+ value: bigint;
1979
+ decimals: number;
1980
+ } | undefined;
1981
+ };
1982
+ updatedAt: number;
1983
+ icon?: string | undefined;
1984
+ }>, {
1985
+ icon: string | undefined;
1986
+ symbol: string;
1987
+ type: "CryptoCurrency";
1988
+ id: string;
1989
+ name: string;
1990
+ market: {
1991
+ coingeckoId: string | undefined;
1992
+ marketCapUsd: {
1993
+ value: bigint;
1994
+ decimals: number;
1995
+ } | undefined;
1996
+ };
1997
+ updatedAt: number;
1998
+ }, {
1999
+ symbol: string;
2000
+ type: "CryptoCurrency";
2001
+ id: string;
2002
+ name: string;
2003
+ market: {
2004
+ coingeckoId?: string | undefined;
2005
+ marketCapUsd?: {
2006
+ value: bigint;
2007
+ decimals: number;
2008
+ } | undefined;
2009
+ };
2010
+ updatedAt: number;
2011
+ icon?: string | undefined;
2012
+ }>, z.ZodEffects<z.ZodObject<{
2013
+ type: z.ZodLiteral<"FiatCurrency">;
2014
+ 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">]>;
2015
+ name: z.ZodString;
2016
+ symbol: z.ZodString;
2017
+ icon: z.ZodOptional<z.ZodString>;
2018
+ }, "strip", z.ZodTypeAny, {
2019
+ symbol: string;
2020
+ type: "FiatCurrency";
2021
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2022
+ name: string;
2023
+ icon?: string | undefined;
2024
+ }, {
2025
+ symbol: string;
2026
+ type: "FiatCurrency";
2027
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2028
+ name: string;
2029
+ icon?: string | undefined;
2030
+ }>, {
2031
+ icon: string | undefined;
2032
+ symbol: string;
2033
+ type: "FiatCurrency";
2034
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2035
+ name: string;
2036
+ }, {
2037
+ symbol: string;
2038
+ type: "FiatCurrency";
2039
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2040
+ name: string;
2041
+ icon?: string | undefined;
2042
+ }>, z.ZodObject<{
2043
+ type: z.ZodLiteral<"Nft">;
2044
+ id: z.ZodString;
2045
+ }, "strip", z.ZodTypeAny, {
2046
+ type: "Nft";
2047
+ id: string;
2048
+ }, {
2049
+ type: "Nft";
2050
+ id: string;
2051
+ }>]>;
2052
+ amount: z.ZodObject<{
2053
+ value: z.ZodBigInt;
2054
+ decimals: z.ZodNumber;
2055
+ }, "strip", z.ZodTypeAny, {
2056
+ value: bigint;
2057
+ decimals: number;
2058
+ }, {
2059
+ value: bigint;
2060
+ decimals: number;
2061
+ }>;
2062
+ direction: z.ZodLiteral<"none">;
2063
+ }, "strip", z.ZodTypeAny, {
2064
+ asset: {
2065
+ icon: string | undefined;
2066
+ symbol: string;
2067
+ type: "CryptoCurrency";
2068
+ id: string;
2069
+ name: string;
2070
+ market: {
2071
+ coingeckoId: string | undefined;
2072
+ marketCapUsd: {
2073
+ value: bigint;
2074
+ decimals: number;
2075
+ } | undefined;
2076
+ };
2077
+ updatedAt: number;
2078
+ } | {
2079
+ icon: string | undefined;
2080
+ symbol: string;
2081
+ type: "FiatCurrency";
2082
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2083
+ name: string;
2084
+ } | {
2085
+ type: "Nft";
2086
+ id: string;
2087
+ };
2088
+ amount: {
2089
+ value: bigint;
2090
+ decimals: number;
2091
+ };
2092
+ direction: "none";
2093
+ price?: {
2094
+ cryptoCurrencyId: string;
2095
+ fiatCurrencyId: string;
2096
+ price: {
2097
+ value: bigint;
2098
+ decimals: number;
2099
+ };
2100
+ timestamp: number;
2101
+ } | undefined;
2102
+ from?: string | undefined;
2103
+ to?: string | undefined;
2104
+ }, {
2105
+ asset: {
2106
+ symbol: string;
2107
+ type: "CryptoCurrency";
2108
+ id: string;
2109
+ name: string;
2110
+ market: {
2111
+ coingeckoId?: string | undefined;
2112
+ marketCapUsd?: {
2113
+ value: bigint;
2114
+ decimals: number;
2115
+ } | undefined;
2116
+ };
2117
+ updatedAt: number;
2118
+ icon?: string | undefined;
2119
+ } | {
2120
+ symbol: string;
2121
+ type: "FiatCurrency";
2122
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2123
+ name: string;
2124
+ icon?: string | undefined;
2125
+ } | {
2126
+ type: "Nft";
2127
+ id: string;
2128
+ };
2129
+ amount: {
2130
+ value: bigint;
2131
+ decimals: number;
2132
+ };
2133
+ direction: "none";
2134
+ price?: {
2135
+ cryptoCurrencyId: string;
2136
+ fiatCurrencyId: string;
2137
+ price: {
2138
+ value: bigint;
2139
+ decimals: number;
2140
+ };
2141
+ timestamp: number;
2142
+ } | undefined;
2143
+ from?: string | undefined;
2144
+ to?: string | undefined;
2145
+ }>;
2146
+ export declare const transferNoneSchema: z.ZodEffects<z.ZodObject<{
2147
+ price: z.ZodOptional<z.ZodObject<{
2148
+ cryptoCurrencyId: z.ZodString;
2149
+ fiatCurrencyId: z.ZodString;
2150
+ price: z.ZodObject<{
2151
+ value: z.ZodBigInt;
2152
+ decimals: z.ZodNumber;
2153
+ }, "strip", z.ZodTypeAny, {
2154
+ value: bigint;
2155
+ decimals: number;
2156
+ }, {
2157
+ value: bigint;
2158
+ decimals: number;
2159
+ }>;
2160
+ timestamp: z.ZodNumber;
2161
+ }, "strip", z.ZodTypeAny, {
2162
+ cryptoCurrencyId: string;
2163
+ fiatCurrencyId: string;
2164
+ price: {
2165
+ value: bigint;
2166
+ decimals: number;
2167
+ };
2168
+ timestamp: number;
2169
+ }, {
2170
+ cryptoCurrencyId: string;
2171
+ fiatCurrencyId: string;
2172
+ price: {
2173
+ value: bigint;
2174
+ decimals: number;
2175
+ };
2176
+ timestamp: number;
2177
+ }>>;
2178
+ from: z.ZodOptional<z.ZodString>;
2179
+ to: z.ZodOptional<z.ZodString>;
2180
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
2181
+ type: z.ZodLiteral<"CryptoCurrency">;
2182
+ id: z.ZodString;
2183
+ name: z.ZodString;
2184
+ symbol: z.ZodString;
2185
+ icon: z.ZodOptional<z.ZodString>;
2186
+ market: z.ZodEffects<z.ZodObject<{
2187
+ coingeckoId: z.ZodOptional<z.ZodString>;
2188
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2189
+ value: z.ZodBigInt;
2190
+ decimals: z.ZodNumber;
2191
+ }, "strip", z.ZodTypeAny, {
2192
+ value: bigint;
2193
+ decimals: number;
2194
+ }, {
2195
+ value: bigint;
2196
+ decimals: number;
2197
+ }>>;
2198
+ }, "strip", z.ZodTypeAny, {
2199
+ coingeckoId?: string | undefined;
2200
+ marketCapUsd?: {
2201
+ value: bigint;
2202
+ decimals: number;
2203
+ } | undefined;
2204
+ }, {
2205
+ coingeckoId?: string | undefined;
2206
+ marketCapUsd?: {
2207
+ value: bigint;
2208
+ decimals: number;
2209
+ } | undefined;
2210
+ }>, {
2211
+ coingeckoId: string | undefined;
2212
+ marketCapUsd: {
2213
+ value: bigint;
2214
+ decimals: number;
2215
+ } | undefined;
2216
+ }, {
2217
+ coingeckoId?: string | undefined;
2218
+ marketCapUsd?: {
2219
+ value: bigint;
2220
+ decimals: number;
2221
+ } | undefined;
2222
+ }>;
2223
+ updatedAt: z.ZodNumber;
2224
+ }, "strip", z.ZodTypeAny, {
2225
+ symbol: string;
2226
+ type: "CryptoCurrency";
2227
+ id: string;
2228
+ name: string;
2229
+ market: {
2230
+ coingeckoId: string | undefined;
2231
+ marketCapUsd: {
2232
+ value: bigint;
2233
+ decimals: number;
2234
+ } | undefined;
2235
+ };
2236
+ updatedAt: number;
2237
+ icon?: string | undefined;
2238
+ }, {
2239
+ symbol: string;
2240
+ type: "CryptoCurrency";
2241
+ id: string;
2242
+ name: string;
2243
+ market: {
2244
+ coingeckoId?: string | undefined;
2245
+ marketCapUsd?: {
2246
+ value: bigint;
2247
+ decimals: number;
2248
+ } | undefined;
2249
+ };
2250
+ updatedAt: number;
2251
+ icon?: string | undefined;
2252
+ }>, {
2253
+ icon: string | undefined;
2254
+ symbol: string;
2255
+ type: "CryptoCurrency";
2256
+ id: string;
2257
+ name: string;
2258
+ market: {
2259
+ coingeckoId: string | undefined;
2260
+ marketCapUsd: {
2261
+ value: bigint;
2262
+ decimals: number;
2263
+ } | undefined;
2264
+ };
2265
+ updatedAt: number;
2266
+ }, {
2267
+ symbol: string;
2268
+ type: "CryptoCurrency";
2269
+ id: string;
2270
+ name: string;
2271
+ market: {
2272
+ coingeckoId?: string | undefined;
2273
+ marketCapUsd?: {
2274
+ value: bigint;
2275
+ decimals: number;
2276
+ } | undefined;
2277
+ };
2278
+ updatedAt: number;
2279
+ icon?: string | undefined;
2280
+ }>, z.ZodEffects<z.ZodObject<{
2281
+ type: z.ZodLiteral<"FiatCurrency">;
2282
+ 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">]>;
2283
+ name: z.ZodString;
2284
+ symbol: z.ZodString;
2285
+ icon: z.ZodOptional<z.ZodString>;
2286
+ }, "strip", z.ZodTypeAny, {
2287
+ symbol: string;
2288
+ type: "FiatCurrency";
2289
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2290
+ name: string;
2291
+ icon?: string | undefined;
2292
+ }, {
2293
+ symbol: string;
2294
+ type: "FiatCurrency";
2295
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2296
+ name: string;
2297
+ icon?: string | undefined;
2298
+ }>, {
2299
+ icon: string | undefined;
2300
+ symbol: string;
2301
+ type: "FiatCurrency";
2302
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2303
+ name: string;
2304
+ }, {
2305
+ symbol: string;
2306
+ type: "FiatCurrency";
2307
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2308
+ name: string;
2309
+ icon?: string | undefined;
2310
+ }>, z.ZodObject<{
2311
+ type: z.ZodLiteral<"Nft">;
2312
+ id: z.ZodString;
2313
+ }, "strip", z.ZodTypeAny, {
2314
+ type: "Nft";
2315
+ id: string;
2316
+ }, {
2317
+ type: "Nft";
2318
+ id: string;
2319
+ }>]>;
2320
+ amount: z.ZodObject<{
2321
+ value: z.ZodBigInt;
2322
+ decimals: z.ZodNumber;
2323
+ }, "strip", z.ZodTypeAny, {
2324
+ value: bigint;
2325
+ decimals: number;
2326
+ }, {
2327
+ value: bigint;
2328
+ decimals: number;
2329
+ }>;
2330
+ direction: z.ZodLiteral<"none">;
2331
+ }, "strip", z.ZodTypeAny, {
2332
+ asset: {
2333
+ icon: string | undefined;
2334
+ symbol: string;
2335
+ type: "CryptoCurrency";
2336
+ id: string;
2337
+ name: string;
2338
+ market: {
2339
+ coingeckoId: string | undefined;
2340
+ marketCapUsd: {
2341
+ value: bigint;
2342
+ decimals: number;
2343
+ } | undefined;
2344
+ };
2345
+ updatedAt: number;
2346
+ } | {
2347
+ icon: string | undefined;
2348
+ symbol: string;
2349
+ type: "FiatCurrency";
2350
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2351
+ name: string;
2352
+ } | {
2353
+ type: "Nft";
2354
+ id: string;
2355
+ };
2356
+ amount: {
2357
+ value: bigint;
2358
+ decimals: number;
2359
+ };
2360
+ direction: "none";
2361
+ price?: {
2362
+ cryptoCurrencyId: string;
2363
+ fiatCurrencyId: string;
2364
+ price: {
2365
+ value: bigint;
2366
+ decimals: number;
2367
+ };
2368
+ timestamp: number;
2369
+ } | undefined;
2370
+ from?: string | undefined;
2371
+ to?: string | undefined;
2372
+ }, {
2373
+ asset: {
2374
+ symbol: string;
2375
+ type: "CryptoCurrency";
2376
+ id: string;
2377
+ name: string;
2378
+ market: {
2379
+ coingeckoId?: string | undefined;
2380
+ marketCapUsd?: {
2381
+ value: bigint;
2382
+ decimals: number;
2383
+ } | undefined;
2384
+ };
2385
+ updatedAt: number;
2386
+ icon?: string | undefined;
2387
+ } | {
2388
+ symbol: string;
2389
+ type: "FiatCurrency";
2390
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2391
+ name: string;
2392
+ icon?: string | undefined;
2393
+ } | {
2394
+ type: "Nft";
2395
+ id: string;
2396
+ };
2397
+ amount: {
2398
+ value: bigint;
2399
+ decimals: number;
2400
+ };
2401
+ direction: "none";
2402
+ price?: {
2403
+ cryptoCurrencyId: string;
2404
+ fiatCurrencyId: string;
2405
+ price: {
2406
+ value: bigint;
2407
+ decimals: number;
2408
+ };
2409
+ timestamp: number;
2410
+ } | undefined;
2411
+ from?: string | undefined;
2412
+ to?: string | undefined;
2413
+ }>, {
2414
+ from: string | undefined;
2415
+ to: string | undefined;
2416
+ price: {
2417
+ cryptoCurrencyId: string;
2418
+ fiatCurrencyId: string;
2419
+ price: {
2420
+ value: bigint;
2421
+ decimals: number;
2422
+ };
2423
+ timestamp: number;
2424
+ } | undefined;
2425
+ asset: {
2426
+ icon: string | undefined;
2427
+ symbol: string;
2428
+ type: "CryptoCurrency";
2429
+ id: string;
2430
+ name: string;
2431
+ market: {
2432
+ coingeckoId: string | undefined;
2433
+ marketCapUsd: {
2434
+ value: bigint;
2435
+ decimals: number;
2436
+ } | undefined;
2437
+ };
2438
+ updatedAt: number;
2439
+ } | {
2440
+ icon: string | undefined;
2441
+ symbol: string;
2442
+ type: "FiatCurrency";
2443
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2444
+ name: string;
2445
+ } | {
2446
+ type: "Nft";
2447
+ id: string;
2448
+ };
2449
+ amount: {
2450
+ value: bigint;
2451
+ decimals: number;
2452
+ };
2453
+ direction: "none";
2454
+ }, {
2455
+ asset: {
2456
+ symbol: string;
2457
+ type: "CryptoCurrency";
2458
+ id: string;
2459
+ name: string;
2460
+ market: {
2461
+ coingeckoId?: string | undefined;
2462
+ marketCapUsd?: {
2463
+ value: bigint;
2464
+ decimals: number;
2465
+ } | undefined;
2466
+ };
2467
+ updatedAt: number;
2468
+ icon?: string | undefined;
2469
+ } | {
2470
+ symbol: string;
2471
+ type: "FiatCurrency";
2472
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2473
+ name: string;
2474
+ icon?: string | undefined;
2475
+ } | {
2476
+ type: "Nft";
2477
+ id: string;
2478
+ };
2479
+ amount: {
2480
+ value: bigint;
2481
+ decimals: number;
2482
+ };
2483
+ direction: "none";
2484
+ price?: {
2485
+ cryptoCurrencyId: string;
2486
+ fiatCurrencyId: string;
2487
+ price: {
2488
+ value: bigint;
2489
+ decimals: number;
2490
+ };
2491
+ timestamp: number;
2492
+ } | undefined;
2493
+ from?: string | undefined;
2494
+ to?: string | undefined;
2495
+ }>;
2496
+ export declare const transferCryptoCurrencyNoneSchema: z.ZodEffects<z.ZodObject<{
2497
+ price: z.ZodOptional<z.ZodObject<{
2498
+ cryptoCurrencyId: z.ZodString;
2499
+ fiatCurrencyId: z.ZodString;
2500
+ price: z.ZodObject<{
2501
+ value: z.ZodBigInt;
2502
+ decimals: z.ZodNumber;
2503
+ }, "strip", z.ZodTypeAny, {
2504
+ value: bigint;
2505
+ decimals: number;
2506
+ }, {
2507
+ value: bigint;
2508
+ decimals: number;
2509
+ }>;
2510
+ timestamp: z.ZodNumber;
2511
+ }, "strip", z.ZodTypeAny, {
2512
+ cryptoCurrencyId: string;
2513
+ fiatCurrencyId: string;
2514
+ price: {
2515
+ value: bigint;
2516
+ decimals: number;
2517
+ };
2518
+ timestamp: number;
2519
+ }, {
2520
+ cryptoCurrencyId: string;
2521
+ fiatCurrencyId: string;
2522
+ price: {
2523
+ value: bigint;
2524
+ decimals: number;
2525
+ };
2526
+ timestamp: number;
2527
+ }>>;
2528
+ from: z.ZodOptional<z.ZodString>;
2529
+ to: z.ZodOptional<z.ZodString>;
2530
+ amount: z.ZodObject<{
2531
+ value: z.ZodBigInt;
2532
+ decimals: z.ZodNumber;
2533
+ }, "strip", z.ZodTypeAny, {
2534
+ value: bigint;
2535
+ decimals: number;
2536
+ }, {
2537
+ value: bigint;
2538
+ decimals: number;
2539
+ }>;
2540
+ direction: z.ZodLiteral<"none">;
2541
+ asset: z.ZodEffects<z.ZodObject<{
2542
+ type: z.ZodLiteral<"CryptoCurrency">;
2543
+ id: z.ZodString;
2544
+ name: z.ZodString;
2545
+ symbol: z.ZodString;
2546
+ icon: z.ZodOptional<z.ZodString>;
2547
+ market: z.ZodEffects<z.ZodObject<{
2548
+ coingeckoId: z.ZodOptional<z.ZodString>;
2549
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
2550
+ value: z.ZodBigInt;
2551
+ decimals: z.ZodNumber;
2552
+ }, "strip", z.ZodTypeAny, {
2553
+ value: bigint;
2554
+ decimals: number;
2555
+ }, {
2556
+ value: bigint;
2557
+ decimals: number;
2558
+ }>>;
2559
+ }, "strip", z.ZodTypeAny, {
2560
+ coingeckoId?: string | undefined;
2561
+ marketCapUsd?: {
2562
+ value: bigint;
2563
+ decimals: number;
2564
+ } | undefined;
2565
+ }, {
2566
+ coingeckoId?: string | undefined;
2567
+ marketCapUsd?: {
2568
+ value: bigint;
2569
+ decimals: number;
2570
+ } | undefined;
2571
+ }>, {
2572
+ coingeckoId: string | undefined;
2573
+ marketCapUsd: {
2574
+ value: bigint;
2575
+ decimals: number;
2576
+ } | undefined;
2577
+ }, {
2578
+ coingeckoId?: string | undefined;
2579
+ marketCapUsd?: {
2580
+ value: bigint;
2581
+ decimals: number;
2582
+ } | undefined;
2583
+ }>;
2584
+ updatedAt: z.ZodNumber;
2585
+ }, "strip", z.ZodTypeAny, {
2586
+ symbol: string;
2587
+ type: "CryptoCurrency";
2588
+ id: string;
2589
+ name: string;
2590
+ market: {
2591
+ coingeckoId: string | undefined;
2592
+ marketCapUsd: {
2593
+ value: bigint;
2594
+ decimals: number;
2595
+ } | undefined;
2596
+ };
2597
+ updatedAt: number;
2598
+ icon?: string | undefined;
2599
+ }, {
2600
+ symbol: string;
2601
+ type: "CryptoCurrency";
2602
+ id: string;
2603
+ name: string;
2604
+ market: {
2605
+ coingeckoId?: string | undefined;
2606
+ marketCapUsd?: {
2607
+ value: bigint;
2608
+ decimals: number;
2609
+ } | undefined;
2610
+ };
2611
+ updatedAt: number;
2612
+ icon?: string | undefined;
2613
+ }>, {
2614
+ icon: string | undefined;
2615
+ symbol: string;
2616
+ type: "CryptoCurrency";
2617
+ id: string;
2618
+ name: string;
2619
+ market: {
2620
+ coingeckoId: string | undefined;
2621
+ marketCapUsd: {
2622
+ value: bigint;
2623
+ decimals: number;
2624
+ } | undefined;
2625
+ };
2626
+ updatedAt: number;
2627
+ }, {
2628
+ symbol: string;
2629
+ type: "CryptoCurrency";
2630
+ id: string;
2631
+ name: string;
2632
+ market: {
2633
+ coingeckoId?: string | undefined;
2634
+ marketCapUsd?: {
2635
+ value: bigint;
2636
+ decimals: number;
2637
+ } | undefined;
2638
+ };
2639
+ updatedAt: number;
2640
+ icon?: string | undefined;
2641
+ }>;
2642
+ }, "strip", z.ZodTypeAny, {
2643
+ asset: {
2644
+ icon: string | undefined;
2645
+ symbol: string;
2646
+ type: "CryptoCurrency";
2647
+ id: string;
2648
+ name: string;
2649
+ market: {
2650
+ coingeckoId: string | undefined;
2651
+ marketCapUsd: {
2652
+ value: bigint;
2653
+ decimals: number;
2654
+ } | undefined;
2655
+ };
2656
+ updatedAt: number;
2657
+ };
2658
+ amount: {
2659
+ value: bigint;
2660
+ decimals: number;
2661
+ };
2662
+ direction: "none";
2663
+ price?: {
2664
+ cryptoCurrencyId: string;
2665
+ fiatCurrencyId: string;
2666
+ price: {
2667
+ value: bigint;
2668
+ decimals: number;
2669
+ };
2670
+ timestamp: number;
2671
+ } | undefined;
2672
+ from?: string | undefined;
2673
+ to?: string | undefined;
2674
+ }, {
2675
+ asset: {
2676
+ symbol: string;
2677
+ type: "CryptoCurrency";
2678
+ id: string;
2679
+ name: string;
2680
+ market: {
2681
+ coingeckoId?: string | undefined;
2682
+ marketCapUsd?: {
2683
+ value: bigint;
2684
+ decimals: number;
2685
+ } | undefined;
2686
+ };
2687
+ updatedAt: number;
2688
+ icon?: string | undefined;
2689
+ };
2690
+ amount: {
2691
+ value: bigint;
2692
+ decimals: number;
2693
+ };
2694
+ direction: "none";
2695
+ price?: {
2696
+ cryptoCurrencyId: string;
2697
+ fiatCurrencyId: string;
2698
+ price: {
2699
+ value: bigint;
2700
+ decimals: number;
2701
+ };
2702
+ timestamp: number;
2703
+ } | undefined;
2704
+ from?: string | undefined;
2705
+ to?: string | undefined;
2706
+ }>, {
2707
+ from: string | undefined;
2708
+ to: string | undefined;
2709
+ price: {
2710
+ cryptoCurrencyId: string;
2711
+ fiatCurrencyId: string;
2712
+ price: {
2713
+ value: bigint;
2714
+ decimals: number;
2715
+ };
2716
+ timestamp: number;
2717
+ } | undefined;
2718
+ asset: {
2719
+ icon: string | undefined;
2720
+ symbol: string;
2721
+ type: "CryptoCurrency";
2722
+ id: string;
2723
+ name: string;
2724
+ market: {
2725
+ coingeckoId: string | undefined;
2726
+ marketCapUsd: {
2727
+ value: bigint;
2728
+ decimals: number;
2729
+ } | undefined;
2730
+ };
2731
+ updatedAt: number;
2732
+ };
2733
+ amount: {
2734
+ value: bigint;
2735
+ decimals: number;
2736
+ };
2737
+ direction: "none";
2738
+ }, {
2739
+ asset: {
2740
+ symbol: string;
2741
+ type: "CryptoCurrency";
2742
+ id: string;
2743
+ name: string;
2744
+ market: {
2745
+ coingeckoId?: string | undefined;
2746
+ marketCapUsd?: {
2747
+ value: bigint;
2748
+ decimals: number;
2749
+ } | undefined;
2750
+ };
2751
+ updatedAt: number;
2752
+ icon?: string | undefined;
2753
+ };
2754
+ amount: {
2755
+ value: bigint;
2756
+ decimals: number;
2757
+ };
2758
+ direction: "none";
2759
+ price?: {
2760
+ cryptoCurrencyId: string;
2761
+ fiatCurrencyId: string;
2762
+ price: {
2763
+ value: bigint;
2764
+ decimals: number;
2765
+ };
2766
+ timestamp: number;
2767
+ } | undefined;
2768
+ from?: string | undefined;
2769
+ to?: string | undefined;
2770
+ }>;
2771
+ export declare const transferFiatCurrencyNoneSchema: z.ZodEffects<z.ZodObject<{
2772
+ price: z.ZodOptional<z.ZodObject<{
2773
+ cryptoCurrencyId: z.ZodString;
2774
+ fiatCurrencyId: z.ZodString;
2775
+ price: z.ZodObject<{
2776
+ value: z.ZodBigInt;
2777
+ decimals: z.ZodNumber;
2778
+ }, "strip", z.ZodTypeAny, {
2779
+ value: bigint;
2780
+ decimals: number;
2781
+ }, {
2782
+ value: bigint;
2783
+ decimals: number;
2784
+ }>;
2785
+ timestamp: z.ZodNumber;
2786
+ }, "strip", z.ZodTypeAny, {
2787
+ cryptoCurrencyId: string;
2788
+ fiatCurrencyId: string;
2789
+ price: {
2790
+ value: bigint;
2791
+ decimals: number;
2792
+ };
2793
+ timestamp: number;
2794
+ }, {
2795
+ cryptoCurrencyId: string;
2796
+ fiatCurrencyId: string;
2797
+ price: {
2798
+ value: bigint;
2799
+ decimals: number;
2800
+ };
2801
+ timestamp: number;
2802
+ }>>;
2803
+ from: z.ZodOptional<z.ZodString>;
2804
+ to: z.ZodOptional<z.ZodString>;
2805
+ amount: z.ZodObject<{
2806
+ value: z.ZodBigInt;
2807
+ decimals: z.ZodNumber;
2808
+ }, "strip", z.ZodTypeAny, {
2809
+ value: bigint;
2810
+ decimals: number;
2811
+ }, {
2812
+ value: bigint;
2813
+ decimals: number;
2814
+ }>;
2815
+ direction: z.ZodLiteral<"none">;
2816
+ asset: z.ZodEffects<z.ZodObject<{
2817
+ type: z.ZodLiteral<"FiatCurrency">;
2818
+ 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">]>;
2819
+ name: z.ZodString;
2820
+ symbol: z.ZodString;
2821
+ icon: z.ZodOptional<z.ZodString>;
2822
+ }, "strip", z.ZodTypeAny, {
2823
+ symbol: string;
2824
+ type: "FiatCurrency";
2825
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2826
+ name: string;
2827
+ icon?: string | undefined;
2828
+ }, {
2829
+ symbol: string;
2830
+ type: "FiatCurrency";
2831
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2832
+ name: string;
2833
+ icon?: string | undefined;
2834
+ }>, {
2835
+ icon: string | undefined;
2836
+ symbol: string;
2837
+ type: "FiatCurrency";
2838
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2839
+ name: string;
2840
+ }, {
2841
+ symbol: string;
2842
+ type: "FiatCurrency";
2843
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2844
+ name: string;
2845
+ icon?: string | undefined;
2846
+ }>;
2847
+ }, "strip", z.ZodTypeAny, {
2848
+ asset: {
2849
+ icon: string | undefined;
2850
+ symbol: string;
2851
+ type: "FiatCurrency";
2852
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2853
+ name: string;
2854
+ };
2855
+ amount: {
2856
+ value: bigint;
2857
+ decimals: number;
2858
+ };
2859
+ direction: "none";
2860
+ price?: {
2861
+ cryptoCurrencyId: string;
2862
+ fiatCurrencyId: string;
2863
+ price: {
2864
+ value: bigint;
2865
+ decimals: number;
2866
+ };
2867
+ timestamp: number;
2868
+ } | undefined;
2869
+ from?: string | undefined;
2870
+ to?: string | undefined;
2871
+ }, {
2872
+ asset: {
2873
+ symbol: string;
2874
+ type: "FiatCurrency";
2875
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2876
+ name: string;
2877
+ icon?: string | undefined;
2878
+ };
2879
+ amount: {
2880
+ value: bigint;
2881
+ decimals: number;
2882
+ };
2883
+ direction: "none";
2884
+ price?: {
2885
+ cryptoCurrencyId: string;
2886
+ fiatCurrencyId: string;
2887
+ price: {
2888
+ value: bigint;
2889
+ decimals: number;
2890
+ };
2891
+ timestamp: number;
2892
+ } | undefined;
2893
+ from?: string | undefined;
2894
+ to?: string | undefined;
2895
+ }>, {
2896
+ from: string | undefined;
2897
+ to: string | undefined;
2898
+ price: {
2899
+ cryptoCurrencyId: string;
2900
+ fiatCurrencyId: string;
2901
+ price: {
2902
+ value: bigint;
2903
+ decimals: number;
2904
+ };
2905
+ timestamp: number;
2906
+ } | undefined;
2907
+ asset: {
2908
+ icon: string | undefined;
2909
+ symbol: string;
2910
+ type: "FiatCurrency";
2911
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2912
+ name: string;
2913
+ };
2914
+ amount: {
2915
+ value: bigint;
2916
+ decimals: number;
2917
+ };
2918
+ direction: "none";
2919
+ }, {
2920
+ asset: {
2921
+ symbol: string;
2922
+ type: "FiatCurrency";
2923
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
2924
+ name: string;
2925
+ icon?: string | undefined;
2926
+ };
2927
+ amount: {
2928
+ value: bigint;
2929
+ decimals: number;
2930
+ };
2931
+ direction: "none";
2932
+ price?: {
2933
+ cryptoCurrencyId: string;
2934
+ fiatCurrencyId: string;
2935
+ price: {
2936
+ value: bigint;
2937
+ decimals: number;
2938
+ };
2939
+ timestamp: number;
2940
+ } | undefined;
2941
+ from?: string | undefined;
2942
+ to?: string | undefined;
2943
+ }>;
2944
+ export declare const transferNftNoneSchema: z.ZodEffects<z.ZodObject<{
2945
+ price: z.ZodOptional<z.ZodObject<{
2946
+ cryptoCurrencyId: z.ZodString;
2947
+ fiatCurrencyId: z.ZodString;
2948
+ price: z.ZodObject<{
2949
+ value: z.ZodBigInt;
2950
+ decimals: z.ZodNumber;
2951
+ }, "strip", z.ZodTypeAny, {
2952
+ value: bigint;
2953
+ decimals: number;
2954
+ }, {
2955
+ value: bigint;
2956
+ decimals: number;
2957
+ }>;
2958
+ timestamp: z.ZodNumber;
2959
+ }, "strip", z.ZodTypeAny, {
2960
+ cryptoCurrencyId: string;
2961
+ fiatCurrencyId: string;
2962
+ price: {
2963
+ value: bigint;
2964
+ decimals: number;
2965
+ };
2966
+ timestamp: number;
2967
+ }, {
2968
+ cryptoCurrencyId: string;
2969
+ fiatCurrencyId: string;
2970
+ price: {
2971
+ value: bigint;
2972
+ decimals: number;
2973
+ };
2974
+ timestamp: number;
2975
+ }>>;
2976
+ from: z.ZodOptional<z.ZodString>;
2977
+ to: z.ZodOptional<z.ZodString>;
2978
+ amount: z.ZodObject<{
2979
+ value: z.ZodBigInt;
2980
+ decimals: z.ZodNumber;
2981
+ }, "strip", z.ZodTypeAny, {
2982
+ value: bigint;
2983
+ decimals: number;
2984
+ }, {
2985
+ value: bigint;
2986
+ decimals: number;
2987
+ }>;
2988
+ direction: z.ZodLiteral<"none">;
2989
+ asset: z.ZodObject<{
2990
+ type: z.ZodLiteral<"Nft">;
2991
+ id: z.ZodString;
2992
+ }, "strip", z.ZodTypeAny, {
2993
+ type: "Nft";
2994
+ id: string;
2995
+ }, {
2996
+ type: "Nft";
2997
+ id: string;
2998
+ }>;
2999
+ }, "strip", z.ZodTypeAny, {
3000
+ asset: {
3001
+ type: "Nft";
3002
+ id: string;
3003
+ };
3004
+ amount: {
3005
+ value: bigint;
3006
+ decimals: number;
3007
+ };
3008
+ direction: "none";
3009
+ price?: {
3010
+ cryptoCurrencyId: string;
3011
+ fiatCurrencyId: string;
3012
+ price: {
3013
+ value: bigint;
3014
+ decimals: number;
3015
+ };
3016
+ timestamp: number;
3017
+ } | undefined;
3018
+ from?: string | undefined;
3019
+ to?: string | undefined;
3020
+ }, {
3021
+ asset: {
3022
+ type: "Nft";
3023
+ id: string;
3024
+ };
3025
+ amount: {
3026
+ value: bigint;
3027
+ decimals: number;
3028
+ };
3029
+ direction: "none";
3030
+ price?: {
3031
+ cryptoCurrencyId: string;
3032
+ fiatCurrencyId: string;
3033
+ price: {
3034
+ value: bigint;
3035
+ decimals: number;
3036
+ };
3037
+ timestamp: number;
3038
+ } | undefined;
3039
+ from?: string | undefined;
3040
+ to?: string | undefined;
3041
+ }>, {
3042
+ from: string | undefined;
3043
+ to: string | undefined;
3044
+ price: {
3045
+ cryptoCurrencyId: string;
3046
+ fiatCurrencyId: string;
3047
+ price: {
3048
+ value: bigint;
3049
+ decimals: number;
3050
+ };
3051
+ timestamp: number;
3052
+ } | undefined;
3053
+ asset: {
3054
+ type: "Nft";
3055
+ id: string;
3056
+ };
3057
+ amount: {
3058
+ value: bigint;
3059
+ decimals: number;
3060
+ };
3061
+ direction: "none";
3062
+ }, {
3063
+ asset: {
3064
+ type: "Nft";
3065
+ id: string;
3066
+ };
3067
+ amount: {
3068
+ value: bigint;
3069
+ decimals: number;
3070
+ };
3071
+ direction: "none";
3072
+ price?: {
3073
+ cryptoCurrencyId: string;
3074
+ fiatCurrencyId: string;
3075
+ price: {
3076
+ value: bigint;
3077
+ decimals: number;
3078
+ };
3079
+ timestamp: number;
3080
+ } | undefined;
3081
+ from?: string | undefined;
3082
+ to?: string | undefined;
3083
+ }>;
3084
+ export declare const transferSchema: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3085
+ price: z.ZodOptional<z.ZodObject<{
3086
+ cryptoCurrencyId: z.ZodString;
3087
+ fiatCurrencyId: z.ZodString;
3088
+ price: z.ZodObject<{
3089
+ value: z.ZodBigInt;
3090
+ decimals: z.ZodNumber;
3091
+ }, "strip", z.ZodTypeAny, {
3092
+ value: bigint;
3093
+ decimals: number;
3094
+ }, {
3095
+ value: bigint;
3096
+ decimals: number;
3097
+ }>;
3098
+ timestamp: z.ZodNumber;
3099
+ }, "strip", z.ZodTypeAny, {
3100
+ cryptoCurrencyId: string;
3101
+ fiatCurrencyId: string;
3102
+ price: {
3103
+ value: bigint;
3104
+ decimals: number;
3105
+ };
3106
+ timestamp: number;
3107
+ }, {
3108
+ cryptoCurrencyId: string;
3109
+ fiatCurrencyId: string;
3110
+ price: {
3111
+ value: bigint;
3112
+ decimals: number;
3113
+ };
3114
+ timestamp: number;
3115
+ }>>;
3116
+ from: z.ZodOptional<z.ZodString>;
3117
+ to: z.ZodOptional<z.ZodString>;
3118
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3119
+ type: z.ZodLiteral<"CryptoCurrency">;
3120
+ id: z.ZodString;
3121
+ name: z.ZodString;
3122
+ symbol: z.ZodString;
3123
+ icon: z.ZodOptional<z.ZodString>;
3124
+ market: z.ZodEffects<z.ZodObject<{
3125
+ coingeckoId: z.ZodOptional<z.ZodString>;
3126
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3127
+ value: z.ZodBigInt;
3128
+ decimals: z.ZodNumber;
3129
+ }, "strip", z.ZodTypeAny, {
3130
+ value: bigint;
3131
+ decimals: number;
3132
+ }, {
3133
+ value: bigint;
3134
+ decimals: number;
3135
+ }>>;
3136
+ }, "strip", z.ZodTypeAny, {
3137
+ coingeckoId?: string | undefined;
3138
+ marketCapUsd?: {
3139
+ value: bigint;
3140
+ decimals: number;
3141
+ } | undefined;
3142
+ }, {
3143
+ coingeckoId?: string | undefined;
3144
+ marketCapUsd?: {
3145
+ value: bigint;
3146
+ decimals: number;
3147
+ } | undefined;
3148
+ }>, {
3149
+ coingeckoId: string | undefined;
3150
+ marketCapUsd: {
3151
+ value: bigint;
3152
+ decimals: number;
3153
+ } | undefined;
3154
+ }, {
3155
+ coingeckoId?: string | undefined;
3156
+ marketCapUsd?: {
3157
+ value: bigint;
3158
+ decimals: number;
3159
+ } | undefined;
3160
+ }>;
3161
+ updatedAt: z.ZodNumber;
3162
+ }, "strip", z.ZodTypeAny, {
3163
+ symbol: string;
3164
+ type: "CryptoCurrency";
3165
+ id: string;
3166
+ name: string;
3167
+ market: {
3168
+ coingeckoId: string | undefined;
3169
+ marketCapUsd: {
3170
+ value: bigint;
3171
+ decimals: number;
3172
+ } | undefined;
3173
+ };
3174
+ updatedAt: number;
3175
+ icon?: string | undefined;
3176
+ }, {
3177
+ symbol: string;
3178
+ type: "CryptoCurrency";
3179
+ id: string;
3180
+ name: string;
3181
+ market: {
3182
+ coingeckoId?: string | undefined;
3183
+ marketCapUsd?: {
3184
+ value: bigint;
3185
+ decimals: number;
3186
+ } | undefined;
3187
+ };
3188
+ updatedAt: number;
3189
+ icon?: string | undefined;
3190
+ }>, {
3191
+ icon: string | undefined;
3192
+ symbol: string;
3193
+ type: "CryptoCurrency";
3194
+ id: string;
3195
+ name: string;
3196
+ market: {
3197
+ coingeckoId: string | undefined;
3198
+ marketCapUsd: {
3199
+ value: bigint;
3200
+ decimals: number;
3201
+ } | undefined;
3202
+ };
3203
+ updatedAt: number;
3204
+ }, {
3205
+ symbol: string;
3206
+ type: "CryptoCurrency";
3207
+ id: string;
3208
+ name: string;
3209
+ market: {
3210
+ coingeckoId?: string | undefined;
3211
+ marketCapUsd?: {
3212
+ value: bigint;
3213
+ decimals: number;
3214
+ } | undefined;
3215
+ };
3216
+ updatedAt: number;
3217
+ icon?: string | undefined;
3218
+ }>, z.ZodEffects<z.ZodObject<{
3219
+ type: z.ZodLiteral<"FiatCurrency">;
3220
+ 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">]>;
3221
+ name: z.ZodString;
3222
+ symbol: z.ZodString;
3223
+ icon: z.ZodOptional<z.ZodString>;
3224
+ }, "strip", z.ZodTypeAny, {
3225
+ symbol: string;
3226
+ type: "FiatCurrency";
3227
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3228
+ name: string;
3229
+ icon?: string | undefined;
3230
+ }, {
3231
+ symbol: string;
3232
+ type: "FiatCurrency";
3233
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3234
+ name: string;
3235
+ icon?: string | undefined;
3236
+ }>, {
3237
+ icon: string | undefined;
3238
+ symbol: string;
3239
+ type: "FiatCurrency";
3240
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3241
+ name: string;
3242
+ }, {
3243
+ symbol: string;
3244
+ type: "FiatCurrency";
3245
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3246
+ name: string;
3247
+ icon?: string | undefined;
3248
+ }>, z.ZodObject<{
3249
+ type: z.ZodLiteral<"Nft">;
3250
+ id: z.ZodString;
3251
+ }, "strip", z.ZodTypeAny, {
3252
+ type: "Nft";
3253
+ id: string;
3254
+ }, {
3255
+ type: "Nft";
3256
+ id: string;
3257
+ }>]>;
3258
+ amount: z.ZodObject<{
3259
+ value: z.ZodBigInt;
3260
+ decimals: z.ZodNumber;
3261
+ }, "strip", z.ZodTypeAny, {
3262
+ value: bigint;
3263
+ decimals: number;
3264
+ }, {
3265
+ value: bigint;
3266
+ decimals: number;
3267
+ }>;
3268
+ direction: z.ZodLiteral<"in">;
3269
+ }, "strip", z.ZodTypeAny, {
3270
+ asset: {
3271
+ icon: string | undefined;
3272
+ symbol: string;
3273
+ type: "CryptoCurrency";
3274
+ id: string;
3275
+ name: string;
3276
+ market: {
3277
+ coingeckoId: string | undefined;
3278
+ marketCapUsd: {
3279
+ value: bigint;
3280
+ decimals: number;
3281
+ } | undefined;
3282
+ };
3283
+ updatedAt: number;
3284
+ } | {
3285
+ icon: string | undefined;
3286
+ symbol: string;
3287
+ type: "FiatCurrency";
3288
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3289
+ name: string;
3290
+ } | {
3291
+ type: "Nft";
3292
+ id: string;
3293
+ };
3294
+ amount: {
3295
+ value: bigint;
3296
+ decimals: number;
3297
+ };
3298
+ direction: "in";
3299
+ price?: {
3300
+ cryptoCurrencyId: string;
3301
+ fiatCurrencyId: string;
3302
+ price: {
3303
+ value: bigint;
3304
+ decimals: number;
3305
+ };
3306
+ timestamp: number;
3307
+ } | undefined;
3308
+ from?: string | undefined;
3309
+ to?: string | undefined;
3310
+ }, {
3311
+ asset: {
3312
+ symbol: string;
3313
+ type: "CryptoCurrency";
3314
+ id: string;
3315
+ name: string;
3316
+ market: {
3317
+ coingeckoId?: string | undefined;
3318
+ marketCapUsd?: {
3319
+ value: bigint;
3320
+ decimals: number;
3321
+ } | undefined;
3322
+ };
3323
+ updatedAt: number;
3324
+ icon?: string | undefined;
3325
+ } | {
3326
+ symbol: string;
3327
+ type: "FiatCurrency";
3328
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3329
+ name: string;
3330
+ icon?: string | undefined;
3331
+ } | {
3332
+ type: "Nft";
3333
+ id: string;
3334
+ };
3335
+ amount: {
3336
+ value: bigint;
3337
+ decimals: number;
3338
+ };
3339
+ direction: "in";
3340
+ price?: {
3341
+ cryptoCurrencyId: string;
3342
+ fiatCurrencyId: string;
3343
+ price: {
3344
+ value: bigint;
3345
+ decimals: number;
3346
+ };
3347
+ timestamp: number;
3348
+ } | undefined;
3349
+ from?: string | undefined;
3350
+ to?: string | undefined;
3351
+ }>, {
3352
+ from: string | undefined;
3353
+ to: string | undefined;
3354
+ price: {
3355
+ cryptoCurrencyId: string;
3356
+ fiatCurrencyId: string;
3357
+ price: {
3358
+ value: bigint;
3359
+ decimals: number;
3360
+ };
3361
+ timestamp: number;
3362
+ } | undefined;
3363
+ asset: {
3364
+ icon: string | undefined;
3365
+ symbol: string;
3366
+ type: "CryptoCurrency";
3367
+ id: string;
3368
+ name: string;
3369
+ market: {
3370
+ coingeckoId: string | undefined;
3371
+ marketCapUsd: {
3372
+ value: bigint;
3373
+ decimals: number;
3374
+ } | undefined;
3375
+ };
3376
+ updatedAt: number;
3377
+ } | {
3378
+ icon: string | undefined;
3379
+ symbol: string;
3380
+ type: "FiatCurrency";
3381
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3382
+ name: string;
3383
+ } | {
3384
+ type: "Nft";
3385
+ id: string;
3386
+ };
3387
+ amount: {
3388
+ value: bigint;
3389
+ decimals: number;
3390
+ };
3391
+ direction: "in";
3392
+ }, {
3393
+ asset: {
3394
+ symbol: string;
3395
+ type: "CryptoCurrency";
3396
+ id: string;
3397
+ name: string;
3398
+ market: {
3399
+ coingeckoId?: string | undefined;
3400
+ marketCapUsd?: {
3401
+ value: bigint;
3402
+ decimals: number;
3403
+ } | undefined;
3404
+ };
3405
+ updatedAt: number;
3406
+ icon?: string | undefined;
3407
+ } | {
3408
+ symbol: string;
3409
+ type: "FiatCurrency";
3410
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3411
+ name: string;
3412
+ icon?: string | undefined;
3413
+ } | {
3414
+ type: "Nft";
3415
+ id: string;
3416
+ };
3417
+ amount: {
3418
+ value: bigint;
3419
+ decimals: number;
3420
+ };
3421
+ direction: "in";
3422
+ price?: {
3423
+ cryptoCurrencyId: string;
3424
+ fiatCurrencyId: string;
3425
+ price: {
3426
+ value: bigint;
3427
+ decimals: number;
3428
+ };
3429
+ timestamp: number;
3430
+ } | undefined;
3431
+ from?: string | undefined;
3432
+ to?: string | undefined;
3433
+ }>, z.ZodEffects<z.ZodObject<{
3434
+ price: z.ZodOptional<z.ZodObject<{
3435
+ cryptoCurrencyId: z.ZodString;
3436
+ fiatCurrencyId: z.ZodString;
3437
+ price: z.ZodObject<{
3438
+ value: z.ZodBigInt;
3439
+ decimals: z.ZodNumber;
3440
+ }, "strip", z.ZodTypeAny, {
3441
+ value: bigint;
3442
+ decimals: number;
3443
+ }, {
3444
+ value: bigint;
3445
+ decimals: number;
3446
+ }>;
3447
+ timestamp: z.ZodNumber;
3448
+ }, "strip", z.ZodTypeAny, {
3449
+ cryptoCurrencyId: string;
3450
+ fiatCurrencyId: string;
3451
+ price: {
3452
+ value: bigint;
3453
+ decimals: number;
3454
+ };
3455
+ timestamp: number;
3456
+ }, {
3457
+ cryptoCurrencyId: string;
3458
+ fiatCurrencyId: string;
3459
+ price: {
3460
+ value: bigint;
3461
+ decimals: number;
3462
+ };
3463
+ timestamp: number;
3464
+ }>>;
3465
+ from: z.ZodOptional<z.ZodString>;
3466
+ to: z.ZodOptional<z.ZodString>;
3467
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3468
+ type: z.ZodLiteral<"CryptoCurrency">;
3469
+ id: z.ZodString;
3470
+ name: z.ZodString;
3471
+ symbol: z.ZodString;
3472
+ icon: z.ZodOptional<z.ZodString>;
3473
+ market: z.ZodEffects<z.ZodObject<{
3474
+ coingeckoId: z.ZodOptional<z.ZodString>;
3475
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3476
+ value: z.ZodBigInt;
3477
+ decimals: z.ZodNumber;
3478
+ }, "strip", z.ZodTypeAny, {
3479
+ value: bigint;
3480
+ decimals: number;
3481
+ }, {
3482
+ value: bigint;
3483
+ decimals: number;
3484
+ }>>;
3485
+ }, "strip", z.ZodTypeAny, {
3486
+ coingeckoId?: string | undefined;
3487
+ marketCapUsd?: {
3488
+ value: bigint;
3489
+ decimals: number;
3490
+ } | undefined;
3491
+ }, {
3492
+ coingeckoId?: string | undefined;
3493
+ marketCapUsd?: {
3494
+ value: bigint;
3495
+ decimals: number;
3496
+ } | undefined;
3497
+ }>, {
3498
+ coingeckoId: string | undefined;
3499
+ marketCapUsd: {
3500
+ value: bigint;
3501
+ decimals: number;
3502
+ } | undefined;
3503
+ }, {
3504
+ coingeckoId?: string | undefined;
3505
+ marketCapUsd?: {
3506
+ value: bigint;
3507
+ decimals: number;
3508
+ } | undefined;
3509
+ }>;
3510
+ updatedAt: z.ZodNumber;
3511
+ }, "strip", z.ZodTypeAny, {
3512
+ symbol: string;
3513
+ type: "CryptoCurrency";
3514
+ id: string;
3515
+ name: string;
3516
+ market: {
3517
+ coingeckoId: string | undefined;
3518
+ marketCapUsd: {
3519
+ value: bigint;
3520
+ decimals: number;
3521
+ } | undefined;
3522
+ };
3523
+ updatedAt: number;
3524
+ icon?: string | undefined;
3525
+ }, {
3526
+ symbol: string;
3527
+ type: "CryptoCurrency";
3528
+ id: string;
3529
+ name: string;
3530
+ market: {
3531
+ coingeckoId?: string | undefined;
3532
+ marketCapUsd?: {
3533
+ value: bigint;
3534
+ decimals: number;
3535
+ } | undefined;
3536
+ };
3537
+ updatedAt: number;
3538
+ icon?: string | undefined;
3539
+ }>, {
3540
+ icon: string | undefined;
3541
+ symbol: string;
3542
+ type: "CryptoCurrency";
3543
+ id: string;
3544
+ name: string;
3545
+ market: {
3546
+ coingeckoId: string | undefined;
3547
+ marketCapUsd: {
3548
+ value: bigint;
3549
+ decimals: number;
3550
+ } | undefined;
3551
+ };
3552
+ updatedAt: number;
3553
+ }, {
3554
+ symbol: string;
3555
+ type: "CryptoCurrency";
3556
+ id: string;
3557
+ name: string;
3558
+ market: {
3559
+ coingeckoId?: string | undefined;
3560
+ marketCapUsd?: {
3561
+ value: bigint;
3562
+ decimals: number;
3563
+ } | undefined;
3564
+ };
3565
+ updatedAt: number;
3566
+ icon?: string | undefined;
3567
+ }>, z.ZodEffects<z.ZodObject<{
3568
+ type: z.ZodLiteral<"FiatCurrency">;
3569
+ 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">]>;
3570
+ name: z.ZodString;
3571
+ symbol: z.ZodString;
3572
+ icon: z.ZodOptional<z.ZodString>;
3573
+ }, "strip", z.ZodTypeAny, {
3574
+ symbol: string;
3575
+ type: "FiatCurrency";
3576
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3577
+ name: string;
3578
+ icon?: string | undefined;
3579
+ }, {
3580
+ symbol: string;
3581
+ type: "FiatCurrency";
3582
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3583
+ name: string;
3584
+ icon?: string | undefined;
3585
+ }>, {
3586
+ icon: string | undefined;
3587
+ symbol: string;
3588
+ type: "FiatCurrency";
3589
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3590
+ name: string;
3591
+ }, {
3592
+ symbol: string;
3593
+ type: "FiatCurrency";
3594
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3595
+ name: string;
3596
+ icon?: string | undefined;
3597
+ }>, z.ZodObject<{
3598
+ type: z.ZodLiteral<"Nft">;
3599
+ id: z.ZodString;
3600
+ }, "strip", z.ZodTypeAny, {
3601
+ type: "Nft";
3602
+ id: string;
3603
+ }, {
3604
+ type: "Nft";
3605
+ id: string;
3606
+ }>]>;
3607
+ amount: z.ZodObject<{
3608
+ value: z.ZodBigInt;
3609
+ decimals: z.ZodNumber;
3610
+ }, "strip", z.ZodTypeAny, {
3611
+ value: bigint;
3612
+ decimals: number;
3613
+ }, {
3614
+ value: bigint;
3615
+ decimals: number;
3616
+ }>;
3617
+ direction: z.ZodLiteral<"out">;
3618
+ }, "strip", z.ZodTypeAny, {
3619
+ asset: {
3620
+ icon: string | undefined;
3621
+ symbol: string;
3622
+ type: "CryptoCurrency";
3623
+ id: string;
3624
+ name: string;
3625
+ market: {
3626
+ coingeckoId: string | undefined;
3627
+ marketCapUsd: {
3628
+ value: bigint;
3629
+ decimals: number;
3630
+ } | undefined;
3631
+ };
3632
+ updatedAt: number;
3633
+ } | {
3634
+ icon: string | undefined;
3635
+ symbol: string;
3636
+ type: "FiatCurrency";
3637
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3638
+ name: string;
3639
+ } | {
3640
+ type: "Nft";
3641
+ id: string;
3642
+ };
3643
+ amount: {
3644
+ value: bigint;
3645
+ decimals: number;
3646
+ };
3647
+ direction: "out";
3648
+ price?: {
3649
+ cryptoCurrencyId: string;
3650
+ fiatCurrencyId: string;
3651
+ price: {
3652
+ value: bigint;
3653
+ decimals: number;
3654
+ };
3655
+ timestamp: number;
3656
+ } | undefined;
3657
+ from?: string | undefined;
3658
+ to?: string | undefined;
3659
+ }, {
3660
+ asset: {
3661
+ symbol: string;
3662
+ type: "CryptoCurrency";
3663
+ id: string;
3664
+ name: string;
3665
+ market: {
3666
+ coingeckoId?: string | undefined;
3667
+ marketCapUsd?: {
3668
+ value: bigint;
3669
+ decimals: number;
3670
+ } | undefined;
3671
+ };
3672
+ updatedAt: number;
3673
+ icon?: string | undefined;
3674
+ } | {
3675
+ symbol: string;
3676
+ type: "FiatCurrency";
3677
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3678
+ name: string;
3679
+ icon?: string | undefined;
3680
+ } | {
3681
+ type: "Nft";
3682
+ id: string;
3683
+ };
3684
+ amount: {
3685
+ value: bigint;
3686
+ decimals: number;
3687
+ };
3688
+ direction: "out";
3689
+ price?: {
3690
+ cryptoCurrencyId: string;
3691
+ fiatCurrencyId: string;
3692
+ price: {
3693
+ value: bigint;
3694
+ decimals: number;
3695
+ };
3696
+ timestamp: number;
3697
+ } | undefined;
3698
+ from?: string | undefined;
3699
+ to?: string | undefined;
3700
+ }>, {
3701
+ from: string | undefined;
3702
+ to: string | undefined;
3703
+ price: {
3704
+ cryptoCurrencyId: string;
3705
+ fiatCurrencyId: string;
3706
+ price: {
3707
+ value: bigint;
3708
+ decimals: number;
3709
+ };
3710
+ timestamp: number;
3711
+ } | undefined;
3712
+ asset: {
3713
+ icon: string | undefined;
3714
+ symbol: string;
3715
+ type: "CryptoCurrency";
3716
+ id: string;
3717
+ name: string;
3718
+ market: {
3719
+ coingeckoId: string | undefined;
3720
+ marketCapUsd: {
3721
+ value: bigint;
3722
+ decimals: number;
3723
+ } | undefined;
3724
+ };
3725
+ updatedAt: number;
3726
+ } | {
3727
+ icon: string | undefined;
3728
+ symbol: string;
3729
+ type: "FiatCurrency";
3730
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3731
+ name: string;
3732
+ } | {
3733
+ type: "Nft";
3734
+ id: string;
3735
+ };
3736
+ amount: {
3737
+ value: bigint;
3738
+ decimals: number;
3739
+ };
3740
+ direction: "out";
3741
+ }, {
3742
+ asset: {
3743
+ symbol: string;
3744
+ type: "CryptoCurrency";
3745
+ id: string;
3746
+ name: string;
3747
+ market: {
3748
+ coingeckoId?: string | undefined;
3749
+ marketCapUsd?: {
3750
+ value: bigint;
3751
+ decimals: number;
3752
+ } | undefined;
3753
+ };
3754
+ updatedAt: number;
3755
+ icon?: string | undefined;
3756
+ } | {
3757
+ symbol: string;
3758
+ type: "FiatCurrency";
3759
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3760
+ name: string;
3761
+ icon?: string | undefined;
3762
+ } | {
3763
+ type: "Nft";
3764
+ id: string;
3765
+ };
3766
+ amount: {
3767
+ value: bigint;
3768
+ decimals: number;
3769
+ };
3770
+ direction: "out";
3771
+ price?: {
3772
+ cryptoCurrencyId: string;
3773
+ fiatCurrencyId: string;
3774
+ price: {
3775
+ value: bigint;
3776
+ decimals: number;
3777
+ };
3778
+ timestamp: number;
3779
+ } | undefined;
3780
+ from?: string | undefined;
3781
+ to?: string | undefined;
3782
+ }>, z.ZodEffects<z.ZodObject<{
3783
+ price: z.ZodOptional<z.ZodObject<{
3784
+ cryptoCurrencyId: z.ZodString;
3785
+ fiatCurrencyId: z.ZodString;
3786
+ price: z.ZodObject<{
3787
+ value: z.ZodBigInt;
3788
+ decimals: z.ZodNumber;
3789
+ }, "strip", z.ZodTypeAny, {
3790
+ value: bigint;
3791
+ decimals: number;
3792
+ }, {
3793
+ value: bigint;
3794
+ decimals: number;
3795
+ }>;
3796
+ timestamp: z.ZodNumber;
3797
+ }, "strip", z.ZodTypeAny, {
3798
+ cryptoCurrencyId: string;
3799
+ fiatCurrencyId: string;
3800
+ price: {
3801
+ value: bigint;
3802
+ decimals: number;
3803
+ };
3804
+ timestamp: number;
3805
+ }, {
3806
+ cryptoCurrencyId: string;
3807
+ fiatCurrencyId: string;
3808
+ price: {
3809
+ value: bigint;
3810
+ decimals: number;
3811
+ };
3812
+ timestamp: number;
3813
+ }>>;
3814
+ from: z.ZodOptional<z.ZodString>;
3815
+ to: z.ZodOptional<z.ZodString>;
3816
+ asset: z.ZodUnion<[z.ZodEffects<z.ZodObject<{
3817
+ type: z.ZodLiteral<"CryptoCurrency">;
3818
+ id: z.ZodString;
3819
+ name: z.ZodString;
3820
+ symbol: z.ZodString;
3821
+ icon: z.ZodOptional<z.ZodString>;
3822
+ market: z.ZodEffects<z.ZodObject<{
3823
+ coingeckoId: z.ZodOptional<z.ZodString>;
3824
+ marketCapUsd: z.ZodOptional<z.ZodObject<{
3825
+ value: z.ZodBigInt;
3826
+ decimals: z.ZodNumber;
3827
+ }, "strip", z.ZodTypeAny, {
3828
+ value: bigint;
3829
+ decimals: number;
3830
+ }, {
3831
+ value: bigint;
3832
+ decimals: number;
3833
+ }>>;
3834
+ }, "strip", z.ZodTypeAny, {
3835
+ coingeckoId?: string | undefined;
3836
+ marketCapUsd?: {
3837
+ value: bigint;
3838
+ decimals: number;
3839
+ } | undefined;
3840
+ }, {
3841
+ coingeckoId?: string | undefined;
3842
+ marketCapUsd?: {
3843
+ value: bigint;
3844
+ decimals: number;
3845
+ } | undefined;
3846
+ }>, {
3847
+ coingeckoId: string | undefined;
3848
+ marketCapUsd: {
3849
+ value: bigint;
3850
+ decimals: number;
3851
+ } | undefined;
3852
+ }, {
3853
+ coingeckoId?: string | undefined;
3854
+ marketCapUsd?: {
3855
+ value: bigint;
3856
+ decimals: number;
3857
+ } | undefined;
3858
+ }>;
3859
+ updatedAt: z.ZodNumber;
3860
+ }, "strip", z.ZodTypeAny, {
3861
+ symbol: string;
3862
+ type: "CryptoCurrency";
3863
+ id: string;
3864
+ name: string;
3865
+ market: {
3866
+ coingeckoId: string | undefined;
3867
+ marketCapUsd: {
3868
+ value: bigint;
3869
+ decimals: number;
3870
+ } | undefined;
3871
+ };
3872
+ updatedAt: number;
3873
+ icon?: string | undefined;
3874
+ }, {
3875
+ symbol: string;
3876
+ type: "CryptoCurrency";
3877
+ id: string;
3878
+ name: string;
3879
+ market: {
3880
+ coingeckoId?: string | undefined;
3881
+ marketCapUsd?: {
3882
+ value: bigint;
3883
+ decimals: number;
3884
+ } | undefined;
3885
+ };
3886
+ updatedAt: number;
3887
+ icon?: string | undefined;
3888
+ }>, {
3889
+ icon: string | undefined;
3890
+ symbol: string;
3891
+ type: "CryptoCurrency";
3892
+ id: string;
3893
+ name: string;
3894
+ market: {
3895
+ coingeckoId: string | undefined;
3896
+ marketCapUsd: {
3897
+ value: bigint;
3898
+ decimals: number;
3899
+ } | undefined;
3900
+ };
3901
+ updatedAt: number;
3902
+ }, {
3903
+ symbol: string;
3904
+ type: "CryptoCurrency";
3905
+ id: string;
3906
+ name: string;
3907
+ market: {
3908
+ coingeckoId?: string | undefined;
3909
+ marketCapUsd?: {
3910
+ value: bigint;
3911
+ decimals: number;
3912
+ } | undefined;
3913
+ };
3914
+ updatedAt: number;
3915
+ icon?: string | undefined;
3916
+ }>, z.ZodEffects<z.ZodObject<{
3917
+ type: z.ZodLiteral<"FiatCurrency">;
3918
+ 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">]>;
3919
+ name: z.ZodString;
3920
+ symbol: z.ZodString;
3921
+ icon: z.ZodOptional<z.ZodString>;
3922
+ }, "strip", z.ZodTypeAny, {
3923
+ symbol: string;
3924
+ type: "FiatCurrency";
3925
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3926
+ name: string;
3927
+ icon?: string | undefined;
3928
+ }, {
3929
+ symbol: string;
3930
+ type: "FiatCurrency";
3931
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3932
+ name: string;
3933
+ icon?: string | undefined;
3934
+ }>, {
3935
+ icon: string | undefined;
3936
+ symbol: string;
3937
+ type: "FiatCurrency";
3938
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3939
+ name: string;
3940
+ }, {
3941
+ symbol: string;
3942
+ type: "FiatCurrency";
3943
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3944
+ name: string;
3945
+ icon?: string | undefined;
3946
+ }>, z.ZodObject<{
3947
+ type: z.ZodLiteral<"Nft">;
3948
+ id: z.ZodString;
3949
+ }, "strip", z.ZodTypeAny, {
3950
+ type: "Nft";
3951
+ id: string;
3952
+ }, {
3953
+ type: "Nft";
3954
+ id: string;
3955
+ }>]>;
3956
+ amount: z.ZodObject<{
3957
+ value: z.ZodBigInt;
3958
+ decimals: z.ZodNumber;
3959
+ }, "strip", z.ZodTypeAny, {
3960
+ value: bigint;
3961
+ decimals: number;
3962
+ }, {
3963
+ value: bigint;
3964
+ decimals: number;
3965
+ }>;
3966
+ direction: z.ZodLiteral<"none">;
3967
+ }, "strip", z.ZodTypeAny, {
3968
+ asset: {
3969
+ icon: string | undefined;
3970
+ symbol: string;
3971
+ type: "CryptoCurrency";
3972
+ id: string;
3973
+ name: string;
3974
+ market: {
3975
+ coingeckoId: string | undefined;
3976
+ marketCapUsd: {
3977
+ value: bigint;
3978
+ decimals: number;
3979
+ } | undefined;
3980
+ };
3981
+ updatedAt: number;
3982
+ } | {
3983
+ icon: string | undefined;
3984
+ symbol: string;
3985
+ type: "FiatCurrency";
3986
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
3987
+ name: string;
3988
+ } | {
3989
+ type: "Nft";
3990
+ id: string;
3991
+ };
3992
+ amount: {
3993
+ value: bigint;
3994
+ decimals: number;
3995
+ };
3996
+ direction: "none";
3997
+ price?: {
3998
+ cryptoCurrencyId: string;
3999
+ fiatCurrencyId: string;
4000
+ price: {
4001
+ value: bigint;
4002
+ decimals: number;
4003
+ };
4004
+ timestamp: number;
4005
+ } | undefined;
4006
+ from?: string | undefined;
4007
+ to?: string | undefined;
4008
+ }, {
4009
+ asset: {
4010
+ symbol: string;
4011
+ type: "CryptoCurrency";
4012
+ id: string;
4013
+ name: string;
4014
+ market: {
4015
+ coingeckoId?: string | undefined;
4016
+ marketCapUsd?: {
4017
+ value: bigint;
4018
+ decimals: number;
4019
+ } | undefined;
4020
+ };
4021
+ updatedAt: number;
4022
+ icon?: string | undefined;
4023
+ } | {
4024
+ symbol: string;
4025
+ type: "FiatCurrency";
4026
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4027
+ name: string;
4028
+ icon?: string | undefined;
4029
+ } | {
4030
+ type: "Nft";
4031
+ id: string;
4032
+ };
4033
+ amount: {
4034
+ value: bigint;
4035
+ decimals: number;
4036
+ };
4037
+ direction: "none";
4038
+ price?: {
4039
+ cryptoCurrencyId: string;
4040
+ fiatCurrencyId: string;
4041
+ price: {
4042
+ value: bigint;
4043
+ decimals: number;
4044
+ };
4045
+ timestamp: number;
4046
+ } | undefined;
4047
+ from?: string | undefined;
4048
+ to?: string | undefined;
4049
+ }>, {
4050
+ from: string | undefined;
4051
+ to: string | undefined;
4052
+ price: {
4053
+ cryptoCurrencyId: string;
4054
+ fiatCurrencyId: string;
4055
+ price: {
4056
+ value: bigint;
4057
+ decimals: number;
4058
+ };
4059
+ timestamp: number;
4060
+ } | undefined;
4061
+ asset: {
4062
+ icon: string | undefined;
4063
+ symbol: string;
4064
+ type: "CryptoCurrency";
4065
+ id: string;
4066
+ name: string;
4067
+ market: {
4068
+ coingeckoId: string | undefined;
4069
+ marketCapUsd: {
4070
+ value: bigint;
4071
+ decimals: number;
4072
+ } | undefined;
4073
+ };
4074
+ updatedAt: number;
4075
+ } | {
4076
+ icon: string | undefined;
4077
+ symbol: string;
4078
+ type: "FiatCurrency";
4079
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4080
+ name: string;
4081
+ } | {
4082
+ type: "Nft";
4083
+ id: string;
4084
+ };
4085
+ amount: {
4086
+ value: bigint;
4087
+ decimals: number;
4088
+ };
4089
+ direction: "none";
4090
+ }, {
4091
+ asset: {
4092
+ symbol: string;
4093
+ type: "CryptoCurrency";
4094
+ id: string;
4095
+ name: string;
4096
+ market: {
4097
+ coingeckoId?: string | undefined;
4098
+ marketCapUsd?: {
4099
+ value: bigint;
4100
+ decimals: number;
4101
+ } | undefined;
4102
+ };
4103
+ updatedAt: number;
4104
+ icon?: string | undefined;
4105
+ } | {
4106
+ symbol: string;
4107
+ type: "FiatCurrency";
4108
+ id: "cny" | "eur" | "idr" | "jpy" | "krw" | "rub" | "twd" | "usd";
4109
+ name: string;
4110
+ icon?: string | undefined;
4111
+ } | {
4112
+ type: "Nft";
4113
+ id: string;
4114
+ };
4115
+ amount: {
4116
+ value: bigint;
4117
+ decimals: number;
4118
+ };
4119
+ direction: "none";
4120
+ price?: {
4121
+ cryptoCurrencyId: string;
4122
+ fiatCurrencyId: string;
4123
+ price: {
4124
+ value: bigint;
4125
+ decimals: number;
4126
+ };
4127
+ timestamp: number;
4128
+ } | undefined;
4129
+ from?: string | undefined;
4130
+ to?: string | undefined;
4131
+ }>]>;
4132
+ //# sourceMappingURL=transfer.d.ts.map