Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
RAII object to check and reserve a wallet rescan. More...
#include <wallet.h>
Public Member Functions | |
WalletRescanReserver (CWallet *w) | |
bool | reserve () |
bool | isReserved () const |
~WalletRescanReserver () | |
Private Attributes | |
CWallet * | m_wallet |
bool | m_could_reserve |
Detailed Description
Constructor & Destructor Documentation
◆ WalletRescanReserver()
|
inlineexplicit |
◆ ~WalletRescanReserver()
|
inline |
Definition at line 1361 of file wallet.h.
References CWallet::fScanningWallet, m_could_reserve, m_wallet, and CWallet::mutexScanning.
Member Function Documentation
◆ isReserved()
|
inline |
Definition at line 1356 of file wallet.h.
References CWallet::fScanningWallet, m_could_reserve, and m_wallet.
Referenced by CWallet::ScanForWalletTransactions().
◆ reserve()
|
inline |
Definition at line 1344 of file wallet.h.
References CWallet::fScanningWallet, m_could_reserve, m_wallet, and CWallet::mutexScanning.
Referenced by BOOST_FIXTURE_TEST_CASE(), CreateTransactionTestSetup::CreateTransactionTestSetup(), CWallet::CreateWalletFromFile(), importaddress(), importmulti(), importprivkey(), importpubkey(), importwallet(), ListCoinsTestingSetup::ListCoinsTestingSetup(), and rescanblockchain().
Member Data Documentation
◆ m_could_reserve
|
private |
Definition at line 1340 of file wallet.h.
Referenced by isReserved(), reserve(), and ~WalletRescanReserver().
◆ m_wallet
|
private |
Definition at line 1339 of file wallet.h.
Referenced by isReserved(), reserve(), and ~WalletRescanReserver().
The documentation for this class was generated from the following file:
- src/wallet/wallet.h