Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions
walletdb.cpp File Reference
#include "walletdb.h"
#include "wallet.h"
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
Include dependency graph for walletdb.cpp:

Go to the source code of this file.

Functions

bool ReadKeyValue (CWallet *pwallet, CDataStream &ssKey, CDataStream &ssValue, int &nFileVersion, vector< uint256 > &vWalletUpgrade, bool &fIsEncrypted, bool &fAnyUnordered, 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 531 of file walletdb.cpp.

bool ReadKeyValue ( CWallet pwallet,
CDataStream ssKey,
CDataStream ssValue,
int &  nFileVersion,
vector< uint256 > &  vWalletUpgrade,
bool &  fIsEncrypted,
bool &  fAnyUnordered,
string &  strType,
string &  strErr 
)

Definition at line 186 of file walletdb.cpp.

void ThreadFlushWalletDB ( const string &  strFile)

Definition at line 469 of file walletdb.cpp.