Get details and key data of an asset

+1 vote
I am trying to run a command to return certain key data of an asset. I am using command: multichain-cli <chain name> listassets. It is returning all the asset information. However, I need to query different key information. What is the best way to return the data I need?
asked Oct 5, 2020 by Jimmy Sullivan

1 Answer

0 votes

Do you mean you only want to get part of the metadata for an asset, added when it was issued? If so this is not possible, you would have to extract it at the application level. But you can use listassets to only get information about a single asset, rather than all assets.

answered Oct 5, 2020 by MultiChain
...