BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Public Attributes | List of all members
interfaces::WalletBalances Struct Reference

Collection of wallet balances. More...

#include <wallet.h>

Public Member Functions

bool balanceChanged (const WalletBalances &prev) const
 

Public Attributes

CAmount balance = 0
 
CAmount unconfirmed_balance = 0
 
CAmount immature_balance = 0
 
bool have_watch_only = false
 
CAmount watch_only_balance = 0
 
CAmount unconfirmed_watch_only_balance = 0
 
CAmount immature_watch_only_balance = 0
 

Detailed Description

Collection of wallet balances.

Definition at line 310 of file wallet.h.

Member Function Documentation

◆ balanceChanged()

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

Definition at line 320 of file wallet.h.

Here is the caller graph for this function:

Member Data Documentation

◆ balance

CAmount interfaces::WalletBalances::balance = 0

Definition at line 312 of file wallet.h.

◆ have_watch_only

bool interfaces::WalletBalances::have_watch_only = false

Definition at line 315 of file wallet.h.

◆ immature_balance

CAmount interfaces::WalletBalances::immature_balance = 0

Definition at line 314 of file wallet.h.

◆ immature_watch_only_balance

CAmount interfaces::WalletBalances::immature_watch_only_balance = 0

Definition at line 318 of file wallet.h.

◆ unconfirmed_balance

CAmount interfaces::WalletBalances::unconfirmed_balance = 0

Definition at line 313 of file wallet.h.

◆ unconfirmed_watch_only_balance

CAmount interfaces::WalletBalances::unconfirmed_watch_only_balance = 0

Definition at line 317 of file wallet.h.

◆ watch_only_balance

CAmount interfaces::WalletBalances::watch_only_balance = 0

Definition at line 316 of file wallet.h.


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