![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
This is the complete list of members for CWalletDB, including all inherited members.
| activeTxn | CDB | protected |
| AppendStealthAccountList(const std::string &accountName) | CWalletDB | |
| CDB(const std::string &strFilename, const char *pszMode="r+", bool fFlushOnCloseIn=true) | CDB | explicitprotected |
| CDB(const CDB &) | CDB | private |
| Close() | CDB | |
| Compact(CDBEnv &dbenv, const std::string &strFile) | CWalletDB | static |
| CWalletDB(const std::string &strFilename, const char *pszMode="r+", bool fFlushOnClose=true) | CWalletDB | inline |
| CWalletDB(const CWalletDB &) | CWalletDB | private |
| Erase(const K &key) | CDB | inlineprotected |
| 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) | CDB | inlineprotected |
| fFlushOnClose | CDB | protected |
| FindWalletTx(CWallet *pwallet, std::vector< uint256 > &vTxHash, std::vector< CWalletTx > &vWtx) | CWalletDB | |
| Flush() | CDB | |
| fReadOnly | CDB | protected |
| GetAccountCreditDebit(const std::string &strAccount) | CWalletDB | |
| GetCursor() | CDB | inlineprotected |
| GetUpdateCounter() | CWalletDB | static |
| IncrementUpdateCounter() | CWalletDB | static |
| ListAccountCreditDebit(const std::string &strAccount, std::list< CAccountingEntry > &acentries) | CWalletDB | |
| LoadWallet(CWallet *pwallet) | CWalletDB | |
| operator=(const CWalletDB &) | CWalletDB | private |
| pdb | CDB | protected |
| Read(const K &key, T &value) | CDB | inlineprotected |
| 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) | CDB | inlineprotected |
| 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) | CDB | inline |
| Recover(CDBEnv &dbenv, std::string filename, bool fOnlyKeys) | CWalletDB | static |
| Recover(CDBEnv &dbenv, std::string filename) | CWalletDB | static |
| ReorderTransactions(CWallet *pwallet) | CWalletDB | |
| Rewrite(const std::string &strFile, const char *pszSkip=NULL) | CDB | static |
| strFile | CDB | protected |
| TxnAbort() | CDB | inline |
| TxnBegin() | CDB | inline |
| TxnCommit() | CDB | inline |
| Write(const K &key, const T &value, bool fOverwrite=true) | CDB | inlineprotected |
| 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) | CWalletDB | private |
| 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) | CDB | inline |
| WriteWatchOnly(const CScript &script) | CWalletDB | |
| ZapWalletTx(CWallet *pwallet, std::vector< CWalletTx > &vWtx) | CWalletDB | |
| ~CDB() | CDB | inlineprotected |
1.8.17