Breakdown of a wallet's balance by category.
Synopsis
Declared in <wallet/receive.h>
struct Balance;
Data Members
Name |
Description |
Immature coinbases in the main chain |
|
Coins spent by wallet txs that are not in the mempool |
|
Trusted, at depth=GetBalance.min_depth or more |
|
Untrusted, but in mempool (pending) |
|
Trusted/untrusted/immature funds in utxos that have already been spent from (only populated if AVOID REUSE wallet flag is set) |
Non-Member Functions
Name |
Description |
Computes the wallet's balance broken down by category. |
Created with MrDocs