Bitcoin Core  27.99.0
P2P Digital Currency
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 371 of file wallet.h.

Member Function Documentation

◆ balanceChanged()

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

Definition at line 381 of file wallet.h.

Here is the caller graph for this function:

Member Data Documentation

◆ balance

CAmount interfaces::WalletBalances::balance = 0

Definition at line 373 of file wallet.h.

◆ have_watch_only

bool interfaces::WalletBalances::have_watch_only = false

Definition at line 376 of file wallet.h.

◆ immature_balance

CAmount interfaces::WalletBalances::immature_balance = 0

Definition at line 375 of file wallet.h.

◆ immature_watch_only_balance

CAmount interfaces::WalletBalances::immature_watch_only_balance = 0

Definition at line 379 of file wallet.h.

◆ unconfirmed_balance

CAmount interfaces::WalletBalances::unconfirmed_balance = 0

Definition at line 374 of file wallet.h.

◆ unconfirmed_watch_only_balance

CAmount interfaces::WalletBalances::unconfirmed_watch_only_balance = 0

Definition at line 378 of file wallet.h.

◆ watch_only_balance

CAmount interfaces::WalletBalances::watch_only_balance = 0

Definition at line 377 of file wallet.h.


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