![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
This is the complete list of members for WalletBatch, including all inherited members.
| EraseDestData(const std::string &address, const std::string &key) | WalletBatch | |
| EraseIC(const K &key) | WalletBatch | inlineprivate |
| EraseName(const std::string &strAddress) | WalletBatch | |
| ErasePool(int64_t nPool) | WalletBatch | |
| ErasePurpose(const std::string &strAddress) | WalletBatch | |
| EraseTx(uint256 hash) | WalletBatch | |
| EraseWatchOnly(const CScript &script) | WalletBatch | |
| FindWalletTx(CWallet *pwallet, std::vector< uint256 > &vTxHash, std::vector< CWalletTx > &vWtx) | WalletBatch | |
| IsKeyType(const std::string &strType) | WalletBatch | static |
| LoadWallet(CWallet *pwallet) | WalletBatch | |
| m_batch | WalletBatch | private |
| m_database | WalletBatch | private |
| operator=(const WalletBatch &)=delete | WalletBatch | |
| ReadBestBlock(CBlockLocator &locator) | WalletBatch | |
| ReadPool(int64_t nPool, CKeyPool &keypool) | WalletBatch | |
| ReadSaplingCommonOVK(uint256 &ovkRet) | WalletBatch | |
| ReadVersion(int &nVersion) | WalletBatch | |
| Recover(const fs::path &wallet_path, void *callbackDataIn, bool(*recoverKVcallback)(void *callbackData, CDataStream ssKey, CDataStream ssValue), std::string &out_backup_filename) | WalletBatch | static |
| Recover(const fs::path &wallet_path, std::string &out_backup_filename) | WalletBatch | static |
| RecoverKeysOnlyFilter(void *callbackData, CDataStream ssKey, CDataStream ssValue) | WalletBatch | static |
| ReorderTransactions(CWallet *pwallet) | WalletBatch | |
| TxnAbort() | WalletBatch | |
| TxnBegin() | WalletBatch | |
| TxnCommit() | WalletBatch | |
| VerifyDatabaseFile(const fs::path &wallet_path, std::string &warningStr, std::string &errorStr) | WalletBatch | static |
| VerifyEnvironment(const fs::path &wallet_path, std::string &errorStr) | WalletBatch | static |
| WalletBatch(WalletDatabase &database, const char *pszMode="r+", bool _fFlushOnClose=true) | WalletBatch | inlineexplicit |
| WalletBatch(const WalletBatch &)=delete | WalletBatch | |
| WriteAutoCombineSettings(bool fEnable, CAmount nCombineThreshold, int frequency) | WalletBatch | |
| WriteBestBlock(const CBlockLocator &locator) | WalletBatch | |
| WriteCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret, const CKeyMetadata &keyMeta) | WalletBatch | |
| WriteCryptedSaplingZKey(const libzcash::SaplingExtendedFullViewingKey &extfvk, const std::vector< unsigned char > &vchCryptedSecret, const CKeyMetadata &keyMeta) | WalletBatch | |
| WriteCScript(const uint160 &hash, const CScript &redeemScript) | WalletBatch | |
| WriteCustomFeeValue(const CAmount &nCustomFee) | WalletBatch | |
| WriteDestData(const std::string &address, const std::string &key, const std::string &value) | WalletBatch | |
| WriteHDChain(const CHDChain &chain) | WalletBatch | |
| WriteIC(const K &key, const T &value, bool fOverwrite=true) | WalletBatch | inlineprivate |
| WriteKey(const CPubKey &vchPubKey, const CPrivKey &vchPrivKey, const CKeyMetadata &keyMeta) | WalletBatch | |
| WriteMasterKey(unsigned int nID, const CMasterKey &kMasterKey) | WalletBatch | |
| WriteMinVersion(int nVersion) | WalletBatch | |
| WriteName(const std::string &strAddress, const std::string &strName) | WalletBatch | |
| WriteOrderPosNext(int64_t nOrderPosNext) | WalletBatch | |
| WritePool(int64_t nPool, const CKeyPool &keypool) | WalletBatch | |
| WritePurpose(const std::string &strAddress, const std::string &purpose) | WalletBatch | |
| WriteSaplingCommonOVK(const uint256 &ovk) | WalletBatch | |
| WriteSaplingPaymentAddress(const libzcash::SaplingPaymentAddress &addr, const libzcash::SaplingIncomingViewingKey &ivk) | WalletBatch | |
| WriteSaplingZKey(const libzcash::SaplingIncomingViewingKey &ivk, const libzcash::SaplingExtendedSpendingKey &key, const CKeyMetadata &keyMeta) | WalletBatch | |
| WriteStakeSplitThreshold(const CAmount &nStakeSplitThreshold) | WalletBatch | |
| WriteTx(const CWalletTx &wtx) | WalletBatch | |
| WriteUseCustomFee(bool fUse) | WalletBatch | |
| WriteVersion(int nVersion) | WalletBatch | |
| WriteWatchOnly(const CScript &script) | WalletBatch | |
| WriteWitnessCacheSize(int64_t nWitnessCacheSize) | WalletBatch | |
| ZapWalletTx(CWallet *pwallet, std::vector< CWalletTx > &vWtx) | WalletBatch |