![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include "walletdb.h"
#include "wallet.h"
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
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) |
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.