Bitcoin ABC  0.29.2
P2P Digital Currency
Public Attributes | List of all members
Balance Struct Reference

#include <receive.h>

Collaboration diagram for Balance:
[legend]

Public Attributes

Amount m_mine_trusted {Amount::zero()}
 Trusted, at depth=GetBalance.min_depth or more. More...
 
Amount m_mine_untrusted_pending {Amount::zero()}
 Untrusted, but in mempool (pending) More...
 
Amount m_mine_immature {Amount::zero()}
 Immature coinbases in the main chain. More...
 
Amount m_watchonly_trusted {Amount::zero()}
 
Amount m_watchonly_untrusted_pending {Amount::zero()}
 
Amount m_watchonly_immature {Amount::zero()}
 

Detailed Description

Definition at line 69 of file receive.h.

Member Data Documentation

◆ m_mine_immature

Amount Balance::m_mine_immature {Amount::zero()}

Immature coinbases in the main chain.

Definition at line 75 of file receive.h.

◆ m_mine_trusted

Amount Balance::m_mine_trusted {Amount::zero()}

Trusted, at depth=GetBalance.min_depth or more.

Definition at line 71 of file receive.h.

◆ m_mine_untrusted_pending

Amount Balance::m_mine_untrusted_pending {Amount::zero()}

Untrusted, but in mempool (pending)

Definition at line 73 of file receive.h.

◆ m_watchonly_immature

Amount Balance::m_watchonly_immature {Amount::zero()}

Definition at line 78 of file receive.h.

◆ m_watchonly_trusted

Amount Balance::m_watchonly_trusted {Amount::zero()}

Definition at line 76 of file receive.h.

◆ m_watchonly_untrusted_pending

Amount Balance::m_watchonly_untrusted_pending {Amount::zero()}

Definition at line 77 of file receive.h.


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