[#wallet-Balance] = xref:wallet.adoc[wallet]::Balance :relfileprefix: ../ :mrdocs: Breakdown of a wallet's balance by category. == Synopsis Declared in `<wallet/receive.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Balance; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/Balance/m_mine_immature.adoc[`m_mine_immature`] | Immature coinbases in the main chain | xref:wallet/Balance/m_mine_nonmempool.adoc[`m_mine_nonmempool`] | Coins spent by wallet txs that are not in the mempool | xref:wallet/Balance/m_mine_trusted.adoc[`m_mine_trusted`] | Trusted, at depth=GetBalance.min_depth or more | xref:wallet/Balance/m_mine_untrusted_pending.adoc[`m_mine_untrusted_pending`] | Untrusted, but in mempool (pending) | xref:wallet/Balance/m_mine_used.adoc[`m_mine_used`] | Trusted/untrusted/immature funds in utxos that have already been spent from (only populated if AVOID REUSE wallet flag is set) |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/GetBalance.adoc[`GetBalance`] | Computes the wallet's balance broken down by category. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#