balance

abstract fun balance(): Observable<BalanceInfo>

Get an observable that needs to be subscribed to in order to get the balance. This can also be started to run automatically with pollForBalance. Can be updated manually by calling updateBalance.

Return

An observable that emits the BalanceInfo.