MultiChain2.0 issue asset with createrawsendfrom

+1 vote
i issue asset with createrawsendfrom on MultiChain2.0 api, but i don't know data of array format.

i use PHP create it, ex:

$success=no_displayed_error_result($issuetxid, multichain('createrawsendfrom', $_POST['from'], $addresses, [], 'send'));
asked Jul 26, 2018 by hungry47

1 Answer

0 votes
It looks like you got this code from the MultiChain Web Demo, so please look in the source code to see exactly what data it sends. You can also consult with this guide:

https://www.multichain.com/developers/raw-transactions/
answered Jul 26, 2018 by MultiChain
ok, thank u.
...