Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
wallet::Balance Struct Reference

#include <receive.h>

Public Attributes

CAmount m_mine_trusted {0}
 Trusted, at depth=GetBalance.min_depth or more. More...
 
CAmount m_mine_untrusted_pending {0}
 Untrusted, but in mempool (pending) More...
 
CAmount m_mine_immature {0}
 Immature coinbases in the main chain. More...
 
CAmount m_mine_used {0}
 Trusted/untrusted/immature funds in utxos that have already been spent from (only populated if AVOID REUSE wallet flag is set) More...
 
CAmount m_mine_nonmempool {0}
 Coins spent by wallet txs that are not in the mempool. More...
 

Detailed Description

Definition at line 46 of file receive.h.

Member Data Documentation

◆ m_mine_immature

CAmount wallet::Balance::m_mine_immature {0}

Immature coinbases in the main chain.

Definition at line 49 of file receive.h.

◆ m_mine_nonmempool

CAmount wallet::Balance::m_mine_nonmempool {0}

Coins spent by wallet txs that are not in the mempool.

Definition at line 51 of file receive.h.

◆ m_mine_trusted

CAmount wallet::Balance::m_mine_trusted {0}

Trusted, at depth=GetBalance.min_depth or more.

Definition at line 47 of file receive.h.

◆ m_mine_untrusted_pending

CAmount wallet::Balance::m_mine_untrusted_pending {0}

Untrusted, but in mempool (pending)

Definition at line 48 of file receive.h.

◆ m_mine_used

CAmount wallet::Balance::m_mine_used {0}

Trusted/untrusted/immature funds in utxos that have already been spent from (only populated if AVOID REUSE wallet flag is set)

Definition at line 50 of file receive.h.


The documentation for this struct was generated from the following file: