You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With QBitNinjaClient() we can call the GetBalanceSummary which returns BalanceSummary.
one of the fields is Immature. what exactly does this field means? should I use it in the final balance calculation?
Also, should I call balanceSummary.CalculateSpendable(); to get the balance summary before accessing the different fields (Spendable, UnConfirmed, Confirmed, Immature)
The text was updated successfully, but these errors were encountered:
Thanks @NicolasDorier . So in a standard client app Immature should be ignored? I mean what is the formula to display the current balance (including unconfirmed) and the unconfirmed BTC (could be positive or negative). something like blockcypher.com shows.
With
QBitNinjaClient()
we can call theGetBalanceSummary
which returnsBalanceSummary
.one of the fields is
Immature
. what exactly does this field means? should I use it in the final balance calculation?Also, should I call
balanceSummary.CalculateSpendable();
to get the balance summary before accessing the different fields (Spendable, UnConfirmed, Confirmed, Immature)The text was updated successfully, but these errors were encountered: