Hi,
After issuing an open asset using "issue" I would like to do plenty of "issuemore" and send to specific addresses in one transaction. I used createrawsendfrom from-address {"to-address":amount,...} like explained in https://www.multichain.com/developers/raw-transactions
My "from" addresses have "issue,send,receive" permissions
My 'to" addresses have "send,receive"
But createrawsendfrom returns "-704 No unspent output with issue permission" :(
What am I doing wrong?
createrawsendfrom FROM '{"TO":{"issuemore":{"asset":"asset8","raw":500}}}' ... send