Closed sven-hash closed 3 months ago
Would it be interesting to be able to withdraw everything in one /withdraw command ?
/withdraw
Something like /withdraw <address> and then the user will have all of his tokens + ALPH withdrawed
/withdraw <address>
Would need to edit regex to allow "all" instead of amount and token. Then call new method in alephium.ts, doing sth similar to https://github.com/alephium/alephium-web3/blob/master/test/exchange.test.ts#L60
Would it be interesting to be able to withdraw everything in one
/withdraw
command ?Something like
/withdraw <address>
and then the user will have all of his tokens + ALPH withdrawed