We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac2fda commit e033c6bCopy full SHA for e033c6b
1 file changed
docs/protocol-methods.rst
@@ -278,6 +278,9 @@ Return the confirmed and unconfirmed balances of a :ref:`script hash
278
279
A dictionary with keys `confirmed` and `unconfirmed`. The value of
280
each is the appropriate balance in minimum coin units (satoshis).
281
+ The `confirmed` balance is the sum of UTXO values at the current chaintip.
282
+ The value for `unconfirmed` is the mempool delta (compared to `confirmed`),
283
+ so note that it can also be negative.
284
285
**Result Example**
286
0 commit comments