Asset Details

+1 vote
Hello Multichain,

 I have a  created an asset and I have defined some custom values in the details object.  Is it possible to extract  the values of the details object?? I need it for some computation...

 

I am doing the coding in Nodejs ... using the wrapper link  given below...

 

https://github.com/scoin/multichain-node

thanks
asked May 10, 2019 by Prashant Bhat

1 Answer

0 votes

Yes, you can extra these details using the listassets API. For efficiency be sure to pass the specific asset name as a parameter so you obtain details on that asset and no others.

answered May 12, 2019 by MultiChain
...