send an amount of asset to multiple addresses at the same time

+1 vote
Hi MC Team

I need to send a quantity of  1 unit of an asset to many addresses (at the same time) from one address (+1000) but in an unique transaction. How can I do this using rpc api commands?

Thanks.
asked Jan 11, 2019 by davotrade

1 Answer

0 votes

You can use createrawsendfrom to create a transaction that sends to multiple addresses simultaneously.

answered Jan 11, 2019 by MultiChain
...