There is any way to be notificated when balances for an account changes in the wallet? I am doing an Android app as a client using the multichain native wallet.
I think about two different approaches:
1.- Polling, getaddressbalances every XX time.
2.- Do an SPV wallet (like BitcoinJ) to achieve this.
am I correct?, there is any other way to deal with this?