Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for wallet::WalletBatch, including all inherited members.
EraseActiveScriptPubKeyMan(uint8_t type, bool internal) | wallet::WalletBatch | |
EraseAddressData(const CTxDestination &dest) | wallet::WalletBatch | |
EraseAddressReceiveRequest(const CTxDestination &dest, const std::string &id) | wallet::WalletBatch | |
EraseIC(const K &key) | wallet::WalletBatch | inlineprivate |
EraseLockedUTXO(const COutPoint &output) | wallet::WalletBatch | |
EraseName(const std::string &strAddress) | wallet::WalletBatch | |
ErasePool(int64_t nPool) | wallet::WalletBatch | |
ErasePurpose(const std::string &strAddress) | wallet::WalletBatch | |
EraseRecords(const std::unordered_set< std::string > &types) | wallet::WalletBatch | |
EraseTx(uint256 hash) | wallet::WalletBatch | |
EraseWatchOnly(const CScript &script) | wallet::WalletBatch | |
HasActiveTxn() | wallet::WalletBatch | inline |
IsEncrypted() | wallet::WalletBatch | |
LoadWallet(CWallet *pwallet) | wallet::WalletBatch | |
m_batch | wallet::WalletBatch | private |
m_database | wallet::WalletBatch | private |
m_txn_listeners | wallet::WalletBatch | private |
operator=(const WalletBatch &)=delete | wallet::WalletBatch | |
ReadBestBlock(CBlockLocator &locator) | wallet::WalletBatch | |
ReadPool(int64_t nPool, CKeyPool &keypool) | wallet::WalletBatch | |
RegisterTxnListener(const DbTxnListener &l) | wallet::WalletBatch | |
TxnAbort() | wallet::WalletBatch | |
TxnBegin() | wallet::WalletBatch | |
TxnCommit() | wallet::WalletBatch | |
WalletBatch(WalletDatabase &database, bool _fFlushOnClose=true) | wallet::WalletBatch | inlineexplicit |
WalletBatch(const WalletBatch &)=delete | wallet::WalletBatch | |
WriteActiveScriptPubKeyMan(uint8_t type, const uint256 &id, bool internal) | wallet::WalletBatch | |
WriteAddressPreviouslySpent(const CTxDestination &dest, bool previously_spent) | wallet::WalletBatch | |
WriteAddressReceiveRequest(const CTxDestination &dest, const std::string &id, const std::string &receive_request) | wallet::WalletBatch | |
WriteBestBlock(const CBlockLocator &locator) | wallet::WalletBatch | |
WriteCryptedDescriptorKey(const uint256 &desc_id, const CPubKey &pubkey, const std::vector< unsigned char > &secret) | wallet::WalletBatch | |
WriteCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret, const CKeyMetadata &keyMeta) | wallet::WalletBatch | |
WriteCScript(const uint160 &hash, const CScript &redeemScript) | wallet::WalletBatch | |
WriteDescriptor(const uint256 &desc_id, const WalletDescriptor &descriptor) | wallet::WalletBatch | |
WriteDescriptorCacheItems(const uint256 &desc_id, const DescriptorCache &cache) | wallet::WalletBatch | |
WriteDescriptorDerivedCache(const CExtPubKey &xpub, const uint256 &desc_id, uint32_t key_exp_index, uint32_t der_index) | wallet::WalletBatch | |
WriteDescriptorKey(const uint256 &desc_id, const CPubKey &pubkey, const CPrivKey &privkey) | wallet::WalletBatch | |
WriteDescriptorLastHardenedCache(const CExtPubKey &xpub, const uint256 &desc_id, uint32_t key_exp_index) | wallet::WalletBatch | |
WriteDescriptorParentCache(const CExtPubKey &xpub, const uint256 &desc_id, uint32_t key_exp_index) | wallet::WalletBatch | |
WriteHDChain(const CHDChain &chain) | wallet::WalletBatch | |
WriteIC(const K &key, const T &value, bool fOverwrite=true) | wallet::WalletBatch | inlineprivate |
WriteKey(const CPubKey &vchPubKey, const CPrivKey &vchPrivKey, const CKeyMetadata &keyMeta) | wallet::WalletBatch | |
WriteKeyMetadata(const CKeyMetadata &meta, const CPubKey &pubkey, const bool overwrite) | wallet::WalletBatch | |
WriteLockedUTXO(const COutPoint &output) | wallet::WalletBatch | |
WriteMasterKey(unsigned int nID, const CMasterKey &kMasterKey) | wallet::WalletBatch | |
WriteMinVersion(int nVersion) | wallet::WalletBatch | |
WriteName(const std::string &strAddress, const std::string &strName) | wallet::WalletBatch | |
WriteOrderPosNext(int64_t nOrderPosNext) | wallet::WalletBatch | |
WritePool(int64_t nPool, const CKeyPool &keypool) | wallet::WalletBatch | |
WritePurpose(const std::string &strAddress, const std::string &purpose) | wallet::WalletBatch | |
WriteTx(const CWalletTx &wtx) | wallet::WalletBatch | |
WriteWalletFlags(const uint64_t flags) | wallet::WalletBatch | |
WriteWatchOnly(const CScript &script, const CKeyMetadata &keymeta) | wallet::WalletBatch |