Adding data to assets

+1 vote
I just recorded data in the name of the assets.  I would like to use the OP_RETURN in future but was not sure how to add the data.  

It is early day and still learning, I am sure I will get it eventually, I noticed a property in the JSON returned for the assets called "details" can data be added to this property when creating the asset.
asked Aug 15, 2015 by anonymous
edited Sep 17, 2015

1 Answer

0 votes

You can add custom fields to assets in the final parameter of the issue call, and these will show up in the details field of listassets. They are stored in the OP_RETURN in the format described in the 'Asset genesis metadata' format described on this page:

http://www.multichain.com/developers/native-assets/ 

answered Aug 15, 2015 by MultiChain
...