Hi Multichain folks,
What is the recommended way to get the current distribution on an asset? Basically, all the addresses that have the asset and the amount in each address.
My impression is that: If Node A issues the asset and then sends it to an address that is only in the wallet of Node B, then if I query Node A with getmultibalances for the asset, then I will only get the asset balances that are in addresses that the Node A wallet is tracking.
What I've done is to use streams to broadcast to all nodes when addresses are created so that they can be watched in all nodes wallets. Then I can use getmultibalances.
I'm wondering if there is another (better, easier) way?