Wallet notification

+3 votes
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?
asked Jun 14, 2016 by Fernando

1 Answer

0 votes

For now you should use polling, with getaddressbalances – the need for notifications is something we're aware of and plan to address in future.

answered Jun 15, 2016 by MultiChain
...