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

#include <wallet.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_watchonly_trusted {0}
 
CAmount m_watchonly_untrusted_pending {0}
 
CAmount m_watchonly_immature {0}
 

Detailed Description

Definition at line 549 of file wallet.h.

Member Data Documentation

◆ m_mine_immature

CAmount CWallet::Balance::m_mine_immature {0}

Immature coinbases in the main chain.

Definition at line 552 of file wallet.h.

◆ m_mine_trusted

CAmount CWallet::Balance::m_mine_trusted {0}

Trusted, at depth=GetBalance.min_depth or more.

Definition at line 550 of file wallet.h.

◆ m_mine_untrusted_pending

CAmount CWallet::Balance::m_mine_untrusted_pending {0}

Untrusted, but in mempool (pending)

Definition at line 551 of file wallet.h.

◆ m_watchonly_immature

CAmount CWallet::Balance::m_watchonly_immature {0}

Definition at line 555 of file wallet.h.

◆ m_watchonly_trusted

CAmount CWallet::Balance::m_watchonly_trusted {0}

Definition at line 553 of file wallet.h.

◆ m_watchonly_untrusted_pending

CAmount CWallet::Balance::m_watchonly_untrusted_pending {0}

Definition at line 554 of file wallet.h.


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