how can i issue multiple assets in a batch using raw transaction

+2 votes
I have to create bunch of assets in a single call using createRawSendFrom and all the asset has to be issued from the same address. how can i do that ?
asked Jun 20, 2018 by anshuman

1 Answer

0 votes
As a matter of design, I'm afraid each transaction can only create a single asset. This is a protocol level constraint and cannot be bypassed by an API call.
answered Jun 20, 2018 by MultiChain
...