Anoncoin  0.9.4
P2P Digital Currency
Classes | Functions
walletdb.cpp File Reference
#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>
Include dependency graph for walletdb.cpp:

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)
 

Function Documentation

bool BackupWallet ( const CWallet wallet,
const string &  strDest 
)

Definition at line 851 of file walletdb.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool ReadKeyValue ( CWallet pwallet,
CDataStream ssKey,
CDataStream ssValue,
CWalletScanState wss,
string &  strType,
string &  strErr 
)

Definition at line 341 of file walletdb.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ThreadFlushWalletDB ( const string &  strFile)

Definition at line 789 of file walletdb.cpp.

Here is the call graph for this function: