Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
interfaces::WalletBalances Struct Reference

Collection of wallet balances. More...

#include <wallet.h>

Collaboration diagram for interfaces::WalletBalances:
[legend]

Public Member Functions

bool balanceChanged (const WalletBalances &prev) const
 

Public Attributes

Amount balance = Amount::zero()
 
Amount unconfirmed_balance = Amount::zero()
 
Amount immature_balance = Amount::zero()
 
bool have_watch_only = false
 
Amount watch_only_balance = Amount::zero()
 
Amount unconfirmed_watch_only_balance = Amount::zero()
 
Amount immature_watch_only_balance = Amount::zero()
 

Detailed Description

Collection of wallet balances.

Definition at line 347 of file wallet.h.

Member Function Documentation

◆ balanceChanged()

bool interfaces::WalletBalances::balanceChanged ( const WalletBalances prev) const
inline

Definition at line 356 of file wallet.h.

Here is the caller graph for this function:

Member Data Documentation

◆ balance

Amount interfaces::WalletBalances::balance = Amount::zero()

Definition at line 348 of file wallet.h.

◆ have_watch_only

bool interfaces::WalletBalances::have_watch_only = false

Definition at line 351 of file wallet.h.

◆ immature_balance

Amount interfaces::WalletBalances::immature_balance = Amount::zero()

Definition at line 350 of file wallet.h.

◆ immature_watch_only_balance

Amount interfaces::WalletBalances::immature_watch_only_balance = Amount::zero()

Definition at line 354 of file wallet.h.

◆ unconfirmed_balance

Amount interfaces::WalletBalances::unconfirmed_balance = Amount::zero()

Definition at line 349 of file wallet.h.

◆ unconfirmed_watch_only_balance

Amount interfaces::WalletBalances::unconfirmed_watch_only_balance = Amount::zero()

Definition at line 353 of file wallet.h.

◆ watch_only_balance

Amount interfaces::WalletBalances::watch_only_balance = Amount::zero()

Definition at line 352 of file wallet.h.


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