zyx

Results 5 comments of zyx

假如对于一个 btc_usdt 的币对, 当前卖盘盘口的有 价格 5000 量2(btc),价格 6000 量 1.5(btc) 两个深度 委托一个市价买单 委托的是usdt的数量 6000(委托额6000) , 这个6000(usdt) 首先和卖一(价格5000)撮合 ,可以撮合多少个btc,应该是通过 5000这个价格计算吧 而且 order.getSurplus() 这个对应的是 当前市价单的usdt量 也就是委托额, getSurplus() 对应的卖一剩余的BTC的量,他俩应该没法取最小值 作为撮合量吧

但是 市价买委托的是 额 不是量

大佬 可不可以问下 针对交易所资金清算问题

> I'm sorry I'm not able to understand well. > > After using [`createTx()`](https://moneroecosystem.org/monero-java/monero/wallet/MoneroWallet.html#createTx(monero.wallet.model.MoneroTxConfig)) to withdraw funds, you can get destination addresses and amounts like this: > > ```java >...

> The destination addresses and amounts are not recoverable from scanning the blockchain. This information is only stored with your local wallet file where you sent the transaction. > >...