Bitcoin Core  0.21.0rc3
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
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 925 of file wallet.h.

Member Data Documentation

CAmount CWallet::Balance::m_mine_immature {0}

Immature coinbases in the main chain.

Definition at line 928 of file wallet.h.

CAmount CWallet::Balance::m_mine_trusted {0}

Trusted, at depth=GetBalance.min_depth or more.

Definition at line 926 of file wallet.h.

CAmount CWallet::Balance::m_mine_untrusted_pending {0}

Untrusted, but in mempool (pending)

Definition at line 927 of file wallet.h.

CAmount CWallet::Balance::m_watchonly_immature {0}

Definition at line 931 of file wallet.h.

CAmount CWallet::Balance::m_watchonly_trusted {0}

Definition at line 929 of file wallet.h.

CAmount CWallet::Balance::m_watchonly_untrusted_pending {0}

Definition at line 930 of file wallet.h.


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