Hi,
I have created two assets inside my wallet:
1. AssetZ
2. Asset1
Using command "multichain-cli chain6 getaddressbalances 1E59W7MfTaJ5EYbzqWoPTwHJGUZTWWvEaYfMKt"
I get details about both the assets present inside this address, as shown below:
[
{
"name" : "AssetZ",
"assetref" : "17588-266-60025",
"qty" : 1000.00000000
},
{
"name" : "asset1",
"assetref" : "91-265-21387",
"qty" : 100.00000000
}
]
But what command should I run, if I want to find the quantity of only AssetZ inside the wallet?
Regards
Anuj