![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "walletdb.h"
#include "base58.h"
#include "protocol.h"
#include "serialize.h"
#include "sync.h"
#include "wallet.h"
#include <boost/filesystem.hpp>
#include <boost/foreach.hpp>
Go to the source code of this file.
Classes | |
class | CWalletScanState |
Functions | |
bool | ReadKeyValue (CWallet *pwallet, CDataStream &ssKey, CDataStream &ssValue, CWalletScanState &wss, string &strType, string &strErr) |
void | ThreadFlushWalletDB (const string &strFile) |
bool | BackupWallet (const CWallet &wallet, const string &strDest) |
bool BackupWallet | ( | const CWallet & | wallet, |
const string & | strDest | ||
) |
Definition at line 851 of file walletdb.cpp.
bool ReadKeyValue | ( | CWallet * | pwallet, |
CDataStream & | ssKey, | ||
CDataStream & | ssValue, | ||
CWalletScanState & | wss, | ||
string & | strType, | ||
string & | strErr | ||
) |
Definition at line 341 of file walletdb.cpp.
void ThreadFlushWalletDB | ( | const string & | strFile | ) |