Get asset on a specific address with metadata

+2 votes

I just created a node and different addresses.I created assets on different address,how can i get created asset with metadata on a specific address as am using getAddressBalances function but it doesn't return metadata and if i use listAsset then it returns all asset on node,I just need only assets on specific address please guide me

Thnx in advance

 

asked May 7, 2020 by anonymous

1 Answer

0 votes

You would first find out which assets are owned by the address, and then you can provide that specific list of assets as a parameter to listassets.

answered May 8, 2020 by MultiChain
...