Multiple Asset Issuance

+1 vote
I'm using multichain-node, a nodejs javascript package, to talk to the multichain API.  I need to be able to issue multiple assets at the same time as a single transaction via the JSON-API.  Is there a way to do that?  It looks like I have to call issue individually for each asset.
asked Mar 14, 2017 by Bullsear

1 Answer

+2 votes
The MultiChain protocol does not allow multiple assets to be issued in a single transaction, so I'm afraid there's nothing the API can do to make it possible.
answered Mar 15, 2017 by MultiChain
Thanks.  I suspected that.  Bitcoin mining is designed to mine one coin at a time.

The good news is I found a nodejs package called, "async-each" that seems to be working for me.
...