PRCYCoin  2.0.0.7rc1
P2P Digital Currency
CWalletDB Member List

This is the complete list of members for CWalletDB, including all inherited members.

activeTxnCDBprotected
AppendStealthAccountList(const std::string &accountName)CWalletDB
CDB(const std::string &strFilename, const char *pszMode="r+", bool fFlushOnCloseIn=true)CDBexplicitprotected
CDB(const CDB &)CDBprivate
Close()CDB
Compact(CDBEnv &dbenv, const std::string &strFile)CWalletDBstatic
CWalletDB(const std::string &strFilename, const char *pszMode="r+", bool fFlushOnClose=true)CWalletDBinline
CWalletDB(const CWalletDB &)CWalletDBprivate
Erase(const K &key)CDBinlineprotected
EraseDestData(const std::string &address, const std::string &key)CWalletDB
EraseMSDisabledAddresses(std::vector< std::string > vDisabledAddresses)CWalletDB
EraseMultiSend(std::vector< std::pair< std::string, int > > vMultiSend)CWalletDB
EraseMultiSig(const CScript &script)CWalletDB
EraseName(const std::string &strAddress)CWalletDB
ErasePool(int64_t nPool)CWalletDB
ErasePurpose(const std::string &strAddress)CWalletDB
EraseTx(uint256 hash)CWalletDB
EraseWatchOnly(const CScript &script)CWalletDB
Exists(const K &key)CDBinlineprotected
fFlushOnCloseCDBprotected
FindWalletTx(CWallet *pwallet, std::vector< uint256 > &vTxHash, std::vector< CWalletTx > &vWtx)CWalletDB
Flush()CDB
fReadOnlyCDBprotected
GetAccountCreditDebit(const std::string &strAccount)CWalletDB
GetCursor()CDBinlineprotected
GetUpdateCounter()CWalletDBstatic
IncrementUpdateCounter()CWalletDBstatic
ListAccountCreditDebit(const std::string &strAccount, std::list< CAccountingEntry > &acentries)CWalletDB
LoadWallet(CWallet *pwallet)CWalletDB
operator=(const CWalletDB &)CWalletDBprivate
pdbCDBprotected
Read(const K &key, T &value)CDBinlineprotected
Read2FA()CWalletDB
Read2FALastTime()CWalletDB
Read2FAPeriod()CWalletDB
Read2FASecret()CWalletDB
ReadAccount(const std::string &strAccount, CAccount &account)CWalletDB
ReadAtCursor(Dbc *pcursor, CDataStream &ssKey, CDataStream &ssValue, unsigned int fFlags=DB_NEXT)CDBinlineprotected
ReadAutoConsolidateSettingTime()CWalletDB
ReadBestBlock(CBlockLocator &locator)CWalletDB
ReadKeyImage(const std::string &outpointKey, CKeyImage &k)CWalletDB
ReadPool(int64_t nPool, CKeyPool &keypool)CWalletDB
ReadReserveAmount(double &amount)CWalletDB
ReadScannedBlockHeight(int &height)CWalletDB
ReadStakingStatus()CWalletDB
ReadStealthAccount(const std::string &strAccount, CStealthAccount &account)CWalletDB
ReadStealthAccountList(std::string &accountList)CWalletDB
ReadTxPrivateKey(const std::string &outpointKey, std::string &k)CWalletDB
ReadVersion(int &nVersion)CDBinline
Recover(CDBEnv &dbenv, std::string filename, bool fOnlyKeys)CWalletDBstatic
Recover(CDBEnv &dbenv, std::string filename)CWalletDBstatic
ReorderTransactions(CWallet *pwallet)CWalletDB
Rewrite(const std::string &strFile, const char *pszSkip=NULL)CDBstatic
strFileCDBprotected
TxnAbort()CDBinline
TxnBegin()CDBinline
TxnCommit()CDBinline
Write(const K &key, const T &value, bool fOverwrite=true)CDBinlineprotected
Write2FA(bool status)CWalletDB
Write2FALastTime(uint64_t lastTime)CWalletDB
Write2FAPeriod(int period)CWalletDB
Write2FASecret(std::string secret)CWalletDB
WriteAccount(const std::string &strAccount, const CAccount &account)CWalletDB
WriteAccountingEntry(const uint64_t nAccEntryNum, const CAccountingEntry &acentry)CWalletDBprivate
WriteAccountingEntry_Backend(const CAccountingEntry &acentry)CWalletDB
WriteAutoCombineSettings(bool fEnable, CAmount nCombineThreshold)CWalletDB
WriteAutoConsolidateSettingTime(uint32_t settingTime)CWalletDB
WriteBestBlock(const CBlockLocator &locator)CWalletDB
WriteCryptedHDChain(const CHDChain &chain)CWalletDB
WriteCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret, const CKeyMetadata &keyMeta)CWalletDB
WriteCScript(const uint160 &hash, const CScript &redeemScript)CWalletDB
WriteDefaultKey(const CPubKey &vchPubKey)CWalletDB
WriteDestData(const std::string &address, const std::string &key, const std::string &value)CWalletDB
WriteHDChain(const CHDChain &chain)CWalletDB
WriteHDPubKey(const CHDPubKey &hdPubKey, const CKeyMetadata &keyMeta)CWalletDB
WriteKey(const CPubKey &vchPubKey, const CPrivKey &vchPrivKey, const CKeyMetadata &keyMeta)CWalletDB
WriteKeyImage(const std::string &outpointKey, const CKeyImage &k)CWalletDB
WriteMasterKey(unsigned int nID, const CMasterKey &kMasterKey)CWalletDB
WriteMinVersion(int nVersion)CWalletDB
WriteMSDisabledAddresses(std::vector< std::string > vDisabledAddresses)CWalletDB
WriteMSettings(bool fMultiSendStake, bool fMultiSendMasternode, int nLastMultiSendHeight)CWalletDB
WriteMultiSend(std::vector< std::pair< std::string, int > > vMultiSend)CWalletDB
WriteMultiSig(const CScript &script)CWalletDB
WriteName(const std::string &strAddress, const std::string &strName)CWalletDB
WriteOrderPosNext(int64_t nOrderPosNext)CWalletDB
WritePool(int64_t nPool, const CKeyPool &keypool)CWalletDB
WritePurpose(const std::string &strAddress, const std::string &purpose)CWalletDB
WriteReserveAmount(const double &amount)CWalletDB
WriteScannedBlockHeight(int height)CWalletDB
WriteStakeSplitThreshold(uint64_t nStakeSplitThreshold)CWalletDB
WriteStakingStatus(bool status)CWalletDB
WriteStealthAccount(const std::string &strAccount, const CStealthAccount &account)CWalletDB
WriteTx(uint256 hash, const CWalletTx &wtx)CWalletDB
WriteTxPrivateKey(const std::string &outpointKey, const std::string &k)CWalletDB
WriteVersion(int nVersion)CDBinline
WriteWatchOnly(const CScript &script)CWalletDB
ZapWalletTx(CWallet *pwallet, std::vector< CWalletTx > &vWtx)CWalletDB
~CDB()CDBinlineprotected