How do I choose both the sending address, and the receiving address within a send asset transaction.

+1 vote
I am building a demo for a web application using multi chain and want to be able to facilitate transactions between multiple users, from the same node. How do I do this? I know how to send assets but I want to be able to send assets from different wallet addresses.
asked Jul 11, 2017 by John

1 Answer

0 votes

You can use the sendfrom or sendassetfrom APIs to do this – a full guide to all the available APIs is here:

https://www.multichain.com/developers/json-rpc-api/

answered Jul 12, 2017 by MultiChain
...