Bitcoin
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}
 

Member Data Documentation

◆ m_mine_immature

CAmount CWallet::Balance::m_mine_immature {0}

Immature coinbases in the main chain.

◆ m_mine_trusted

CAmount CWallet::Balance::m_mine_trusted {0}

Trusted, at depth=GetBalance.min_depth or more.

◆ m_mine_untrusted_pending

CAmount CWallet::Balance::m_mine_untrusted_pending {0}

Untrusted, but in mempool (pending)

◆ m_watchonly_immature

CAmount CWallet::Balance::m_watchonly_immature {0}

◆ m_watchonly_trusted

CAmount CWallet::Balance::m_watchonly_trusted {0}

◆ m_watchonly_untrusted_pending

CAmount CWallet::Balance::m_watchonly_untrusted_pending {0}

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