PIVX Core  5.6.99
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}
 
bool have_coldstaking {false}
 
CAmount delegate_balance {0}
 
CAmount coldstaked_balance {0}
 
CAmount shielded_balance {0}
 
CAmount unconfirmed_shielded_balance {0}
 

Detailed Description

Collection of wallet balances.

Definition at line 15 of file wallet.h.

Member Function Documentation

◆ balanceChanged()

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

Definition at line 30 of file wallet.h.

Here is the caller graph for this function:

Member Data Documentation

◆ balance

CAmount interfaces::WalletBalances::balance {0}

Definition at line 17 of file wallet.h.

◆ coldstaked_balance

CAmount interfaces::WalletBalances::coldstaked_balance {0}

Definition at line 26 of file wallet.h.

◆ delegate_balance

CAmount interfaces::WalletBalances::delegate_balance {0}

Definition at line 25 of file wallet.h.

◆ have_coldstaking

bool interfaces::WalletBalances::have_coldstaking {false}

Definition at line 24 of file wallet.h.

◆ have_watch_only

bool interfaces::WalletBalances::have_watch_only {false}

Definition at line 20 of file wallet.h.

◆ immature_balance

CAmount interfaces::WalletBalances::immature_balance {0}

Definition at line 19 of file wallet.h.

◆ immature_watch_only_balance

CAmount interfaces::WalletBalances::immature_watch_only_balance {0}

Definition at line 23 of file wallet.h.

◆ shielded_balance

CAmount interfaces::WalletBalances::shielded_balance {0}

Definition at line 27 of file wallet.h.

◆ unconfirmed_balance

CAmount interfaces::WalletBalances::unconfirmed_balance {0}

Definition at line 18 of file wallet.h.

◆ unconfirmed_shielded_balance

CAmount interfaces::WalletBalances::unconfirmed_shielded_balance {0}

Definition at line 28 of file wallet.h.

◆ unconfirmed_watch_only_balance

CAmount interfaces::WalletBalances::unconfirmed_watch_only_balance {0}

Definition at line 22 of file wallet.h.

◆ watch_only_balance

CAmount interfaces::WalletBalances::watch_only_balance {0}

Definition at line 21 of file wallet.h.


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