#include "wallet/walletdb.h"
#include "base58.h"
#include "protocol.h"
#include "serialize.h"
#include "sync.h"
#include "util.h"
#include "utiltime.h"
#include "wallet/wallet.h"
#include <atomic>
#include <boost/scoped_ptr.hpp>
#include <boost/thread.hpp>
#include <fstream>
Go to the source code of this file.
|
| bool | ReadKeyValue (CWallet *pwallet, CDataStream &ssKey, CDataStream &ssValue, CWalletScanState &wss, std::string &strType, std::string &strErr) |
| |
| void | ThreadFlushWalletDB (const std::string &strFile) |
| |
| void | NotifyBacked (const CWallet &wallet, bool fSuccess, std::string strMessage) |
| |
| bool | BackupWallet (const CWallet &wallet, const fs::path &strDest, bool fEnableCustom) |
| |
| bool | AttemptBackupWallet (const CWallet &wallet, const fs::path &pathSrc, const fs::path &pathDest) |
| |
◆ AttemptBackupWallet()
| bool AttemptBackupWallet |
( |
const CWallet & |
wallet, |
|
|
const fs::path & |
pathSrc, |
|
|
const fs::path & |
pathDest |
|
) |
| |
◆ BackupWallet()
| bool BackupWallet |
( |
const CWallet & |
wallet, |
|
|
const fs::path & |
strDest, |
|
|
bool |
fEnableCustom |
|
) |
| |
◆ NotifyBacked()
| void NotifyBacked |
( |
const CWallet & |
wallet, |
|
|
bool |
fSuccess, |
|
|
std::string |
strMessage |
|
) |
| |
◆ ReadKeyValue()
◆ ThreadFlushWalletDB()
| void ThreadFlushWalletDB |
( |
const std::string & |
strFile | ) |
|