Wrong category in listtransactions?

0 votes
When I send assets from one address to another using sendassettoaddress, listtransactions always shows the category as "receive" - no matter if I call the list service for the sender or the receiver. Shouldn't it be "send" or "receive", depending on which server I call listtransactions?
asked Oct 26, 2015 by kus
I've asked about this and will get back to you shortly.

2 Answers

0 votes

The answer is that for now you should ignore this field, unless you have a native currency in your chain, because if no native currency changed hands, it will always show receive. We have on our roadmap the need to improve the output of listtransactions, so that it shows which assets/permissions were moved as well.

answered Oct 27, 2015 by MultiChain
0 votes

Alpha 13, just released, introduces new APIs to make it much easier to query the node's transaction history. Take a look at the following:

  • listwallettransactions
  • getwallettransaction
  • listaddresstransactions
  • getaddresstransaction
answered Dec 17, 2015 by MultiChain
...