![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "amount.h"#include "wallet/db.h"#include "key.h"#include "keystore.h"#include <list>#include <stdint.h>#include <string>#include <utility>#include <vector>#include "bignum.h"Go to the source code of this file.
Classes | |
| class | CKeyMetadata |
| class | CWalletDB |
| Access to the wallet database (wallet.dat) More... | |
Enumerations | |
| enum | DBErrors { DB_LOAD_OK, DB_CORRUPT, DB_NONCRITICAL_ERROR, DB_TOO_NEW, DB_LOAD_FAIL, DB_NEED_REWRITE } |
| Error statuses for the wallet database. More... | |
Functions | |
| void | NotifyBacked (const CWallet &wallet, bool fSuccess, std::string strMessage) |
| bool | BackupWallet (const CWallet &wallet, const fs::path &strDest, bool fEnableCustom=true) |
| bool | AttemptBackupWallet (const CWallet &wallet, const fs::path &pathSrc, const fs::path &pathDest) |
| void | ThreadFlushWalletDB (const std::string &strFile) |
| enum DBErrors |
Error statuses for the wallet database.
| Enumerator | |
|---|---|
| DB_LOAD_OK | |
| DB_CORRUPT | |
| DB_NONCRITICAL_ERROR | |
| DB_TOO_NEW | |
| DB_LOAD_FAIL | |
| DB_NEED_REWRITE | |
Definition at line 36 of file walletdb.h.
| bool AttemptBackupWallet | ( | const CWallet & | wallet, |
| const fs::path & | pathSrc, | ||
| const fs::path & | pathDest | ||
| ) |
Definition at line 1149 of file walletdb.cpp.
| bool BackupWallet | ( | const CWallet & | wallet, |
| const fs::path & | strDest, | ||
| bool | fEnableCustom = true |
||
| ) |
Definition at line 1045 of file walletdb.cpp.
| void NotifyBacked | ( | const CWallet & | wallet, |
| bool | fSuccess, | ||
| std::string | strMessage | ||
| ) |
| void ThreadFlushWalletDB | ( | const std::string & | strFile | ) |
1.8.17