Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for WalletBatch, including all inherited members.
EraseActiveScriptPubKeyMan(uint8_t type, bool internal) | WalletBatch | |
EraseDestData(const CTxDestination &address, const std::string &key) | WalletBatch | |
EraseIC(const K &key) | WalletBatch | inlineprivate |
EraseName(const CTxDestination &address) | WalletBatch | |
ErasePool(int64_t nPool) | WalletBatch | |
ErasePurpose(const CTxDestination &address) | WalletBatch | |
EraseTx(uint256 hash) | WalletBatch | |
EraseWatchOnly(const CScript &script) | WalletBatch | |
FindWalletTx(std::vector< TxId > &txIds, std::list< 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 | |
TxnAbort() | WalletBatch | |
TxnBegin() | WalletBatch | |
TxnCommit() | WalletBatch | |
WalletBatch(WalletDatabase &database, bool _fFlushOnClose=true) | WalletBatch | inlineexplicit |
WalletBatch(const WalletBatch &)=delete | WalletBatch | |
WriteActiveScriptPubKeyMan(uint8_t type, const uint256 &id, bool internal) | WalletBatch | |
WriteBestBlock(const CBlockLocator &locator) | WalletBatch | |
WriteCryptedDescriptorKey(const uint256 &desc_id, const CPubKey &pubkey, const std::vector< uint8_t > &secret) | WalletBatch | |
WriteCryptedKey(const CPubKey &vchPubKey, const std::vector< uint8_t > &vchCryptedSecret, const CKeyMetadata &keyMeta) | WalletBatch | |
WriteCScript(const uint160 &hash, const CScript &redeemScript) | WalletBatch | |
WriteDescriptor(const uint256 &desc_id, const WalletDescriptor &descriptor) | WalletBatch | |
WriteDescriptorDerivedCache(const CExtPubKey &xpub, const uint256 &desc_id, uint32_t key_exp_index, uint32_t der_index) | WalletBatch | |
WriteDescriptorKey(const uint256 &desc_id, const CPubKey &pubkey, const CPrivKey &privkey) | WalletBatch | |
WriteDescriptorParentCache(const CExtPubKey &xpub, const uint256 &desc_id, uint32_t key_exp_index) | WalletBatch | |
WriteDestData(const CTxDestination &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 | |
WriteKeyMetadata(const CKeyMetadata &meta, const CPubKey &pubkey, const bool overwrite) | WalletBatch | |
WriteMasterKey(unsigned int nID, const CMasterKey &kMasterKey) | WalletBatch | |
WriteMinVersion(int nVersion) | WalletBatch | |
WriteName(const CTxDestination &address, const std::string &strName) | WalletBatch | |
WriteOrderPosNext(int64_t nOrderPosNext) | WalletBatch | |
WritePool(int64_t nPool, const CKeyPool &keypool) | WalletBatch | |
WritePurpose(const CTxDestination &address, const std::string &purpose) | WalletBatch | |
WriteTx(const CWalletTx &wtx) | WalletBatch | |
WriteWalletFlags(const uint64_t flags) | WalletBatch | |
WriteWatchOnly(const CScript &script, const CKeyMetadata &keymeta) | WalletBatch | |
ZapSelectTx(std::vector< TxId > &txIdsIn, std::vector< TxId > &txIdsOut) | WalletBatch |