BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
CWallet Member List

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

AbandonTransaction(const uint256 &hashTx)CWallet
AbortRescan()CWalletinline
AddCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret) overrideCWalletvirtual
AddCScript(const CScript &redeemScript) overrideCWalletvirtual
AddDestData(const CTxDestination &dest, const std::string &key, const std::string &value)CWallet
AddKey(const CKey &key)CBasicKeyStoreinline
AddKeyPubKey(const CKey &key, const CPubKey &pubkey) override EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletvirtual
AddKeyPubKeyWithDB(WalletBatch &batch, const CKey &key, const CPubKey &pubkey) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
AddToSpends(const COutPoint &outpoint, const uint256 &wtxid) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivate
AddToSpends(const uint256 &wtxid) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivate
AddToWallet(const CWalletTx &wtxIn, bool fFlushOnClose=true)CWallet
AddToWalletIfInvolvingMe(const CTransactionRef &tx, const CBlockIndex *pIndex, int posInBlock, bool fUpdate) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivate
AddWatchOnly(const CScript &dest) override EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivatevirtual
AddWatchOnly(const CScript &dest, int64_t nCreateTime) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
AvailableCoins(std::vector< COutput > &vCoins, bool fOnlySafe=true, const CCoinControl *coinControl=nullptr, const CAmount &nMinimumAmount=1, const CAmount &nMaximumAmount=MAX_MONEY, const CAmount &nMinimumSumAmount=MAX_MONEY, const uint64_t nMaximumCount=0, const int nMinDepth=0, const int nMaxDepth=9999999) const EXCLUSIVE_LOCKS_REQUIRED(cs_mainCWallet
BackupWallet(const std::string &strDest)CWallet
BlockChecked(const CBlock &, const CValidationState &)CValidationInterfaceinlineprotectedvirtual
BlockConnected(const std::shared_ptr< const CBlock > &pblock, const CBlockIndex *pindex, const std::vector< CTransactionRef > &vtxConflicted) overrideCWalletvirtual
BlockDisconnected(const std::shared_ptr< const CBlock > &pblock) overrideCWalletvirtual
BlockFound(const uint256 &hash)CValidationInterfaceinlineprotectedvirtual
BlockUntilSyncedToCurrentChain() LOCKS_EXCLUDED(cs_mainCWallet
CanSupportFeature(enum WalletFeature wf) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletinline
CCryptoKeyStore()CCryptoKeyStoreinline
ChainStateFlushed(const CBlockLocator &loc) overrideCWalletvirtual
ChangeWalletPassphrase(const SecureString &strOldWalletPassphrase, const SecureString &strNewWalletPassphrase)CWallet
CommitTransaction(CTransactionRef tx, mapValue_t mapValue, std::vector< std::pair< std::string, std::string >> orderForm, CReserveKey &reservekey, CConnman *connman, CValidationState &state)CWallet
ComputeTimeSmart(const CWalletTx &wtx) constCWallet
CreateTransaction(const std::vector< CRecipient > &vecSend, CTransactionRef &tx, CReserveKey &reservekey, CAmount &nFeeRet, int &nChangePosInOut, std::string &strFailReason, const CCoinControl &coin_control, bool sign=true)CWallet
CreateWalletFromFile(const std::string &name, const fs::path &path, uint64_t wallet_creation_flags=0)CWalletstatic
CryptedKeyMap typedefCCryptoKeyStoreprotected
cs_KeyStoreCBasicKeyStoremutableprotected
cs_walletCWalletmutable
cs_walletCWallet
cs_walletCWallet
cs_walletCWallet
CWallet(std::string name, std::unique_ptr< WalletDatabase > database)CWalletinline
databaseCWalletprivate
DelAddressBook(const CTxDestination &address)CWallet
DeriveNewChildKey(WalletBatch &batch, CKeyMetadata &metadata, CKey &secret, bool internal=false) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivate
DeriveNewSeed(const CKey &key)CWallet
DummySignInput(CTxIn &tx_in, const CTxOut &txout, bool use_max_sig=false) constCWallet
DummySignTx(CMutableTransaction &txNew, const std::set< CTxOut > &txouts, bool use_max_sig=false) constCWalletinline
DummySignTx(CMutableTransaction &txNew, const std::vector< CTxOut > &txouts, bool use_max_sig=false) constCWallet
EncryptKeys(CKeyingMaterial &vMasterKeyIn)CCryptoKeyStoreprotected
EncryptWallet(const SecureString &strWalletPassphrase)CWallet
EraseDestData(const CTxDestination &dest, const std::string &key)CWallet
fAbortRescanCWalletprivate
fBroadcastTransactionsCWalletprivate
FindNonChangeParentOutput(const CTransaction &tx, int output) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
Flush(bool shutdown=false)CWallet
fScanningWalletCWalletprivate
FundTransaction(CMutableTransaction &tx, CAmount &nFeeRet, int &nChangePosInOut, std::string &strFailReason, bool lockUnspents, const std::set< int > &setSubtractFeeFromOutputs, CCoinControl)CWallet
GenerateNewKey(WalletBatch &batch, bool internal=false) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
GenerateNewSeed()CWallet
GetAddressBalances() EXCLUSIVE_LOCKS_REQUIRED(cs_main)CWallet
GetAddressGroupings() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
GetAllReserveKeys() constCWalletinline
GetAvailableBalance(const CCoinControl *coinControl=nullptr) constCWallet
GetBalance(const isminefilter &filter=ISMINE_SPENDABLE, const int min_depth=0) constCWallet
GetBroadcastTransactions() constCWalletinline
GetChange(const CTxOut &txout) constCWallet
GetChange(const CTransaction &tx) constCWallet
GetConflicts(const uint256 &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
GetCredit(const CTxOut &txout, const isminefilter &filter) constCWallet
GetCredit(const CTransaction &tx, const isminefilter &filter) constCWallet
GetCScript(const CScriptID &hash, CScript &redeemScriptOut) const overrideCBasicKeyStorevirtual
GetCScripts() const overrideCBasicKeyStorevirtual
GetDBHandle()CWalletinline
GetDebit(const CTxIn &txin, const isminefilter &filter) constCWallet
GetDebit(const CTransaction &tx, const isminefilter &filter) constCWallet
GetDestData(const CTxDestination &dest, const std::string &key, std::string *value) constCWallet
GetDestValues(const std::string &prefix) constCWallet
GetDisplayName() constCWalletinline
GetHDChain() constCWalletinline
GetImmatureBalance() constCWallet
GetImmatureWatchOnlyBalance() constCWallet
GetKey(const CKeyID &address, CKey &keyOut) const overrideCCryptoKeyStorevirtual
GetKeyBirthTimes(std::map< CTxDestination, int64_t > &mapKeyBirth) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
GetKeyFromPool(CPubKey &key, bool internal=false)CWallet
GetKeyOrigin(const CKeyID &keyid, KeyOriginInfo &info) const overrideCWalletvirtual
GetKeyPoolSize() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletinline
GetKeys() const overrideCCryptoKeyStorevirtual
GetLabelAddresses(const std::string &label) constCWallet
GetLabelName(const CScript &scriptPubKey) constCWallet
GetLegacyBalance(const isminefilter &filter, int minDepth) constCWallet
GetName() constCWalletinline
GetOldestKeyPoolTime()CWallet
GetPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const overrideCCryptoKeyStorevirtual
GetScriptForMining(std::shared_ptr< CReserveScript > &script)CWallet
GetUnconfirmedBalance() constCWallet
GetUnconfirmedWatchOnlyBalance() constCWallet
GetVersion()CWalletinline
GetWalletTx(const uint256 &hash) constCWallet
GroupOutputs(const std::vector< COutput > &outputs, bool single_coin) constCWallet
GUARDED_BY(cs_wallet)CWalletprivate
GUARDED_BY(cs_wallet)CWalletprivate
GUARDED_BY(cs_wallet)CWalletprivate
GUARDED_BY(cs_wallet)CWalletprivate
GUARDED_BY(cs_wallet)=0CWalletprivatepure virtual
GUARDED_BY(cs_wallet)=0CWalletprivatepure virtual
GUARDED_BY(cs_wallet)CWallet
GUARDED_BY(cs_wallet)CWallet
GUARDED_BY(cs_wallet)CWallet
GUARDED_BY(cs_wallet)=0CWalletpure virtual
GUARDED_BY(cs_wallet)CWallet
CCryptoKeyStore::GUARDED_BY(cs_KeyStore)CCryptoKeyStoreprotected
HasWalletSpend(const uint256 &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
HaveCScript(const CScriptID &hash) const overrideCBasicKeyStorevirtual
HaveKey(const CKeyID &address) const overrideCCryptoKeyStorevirtual
HaveWatchOnly(const CScript &dest) const overrideCBasicKeyStorevirtual
HaveWatchOnly() const overrideCBasicKeyStorevirtual
hdChainCWalletprivate
ImplicitlyLearnRelatedKeyScripts(const CPubKey &pubkey) EXCLUSIVE_LOCKS_REQUIRED(cs_KeyStore)CBasicKeyStoreprotected
IncOrderPosNext(WalletBatch *batch=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
IsAbortingRescan()CWalletinline
IsAllFromMe(const CTransaction &tx, const isminefilter &filter) constCWallet
IsChange(const CTxOut &txout) constCWallet
IsCrypted() constCCryptoKeyStoreinline
IsFromMe(const CTransaction &tx) constCWallet
IsHDEnabled() constCWallet
IsLocked() constCCryptoKeyStore
IsLockedCoin(uint256 hash, unsigned int n) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
IsMine(const CTxIn &txin) constCWallet
IsMine(const CTxOut &txout) constCWallet
IsMine(const CTransaction &tx) constCWallet
IsScanning()CWalletinline
IsSpent(const uint256 &hash, unsigned int n) const EXCLUSIVE_LOCKS_REQUIRED(cs_mainCWallet
IsWalletFlagSet(uint64_t flag)CWallet
KeepKey(int64_t nIndex)CWallet
KeyMap typedefCBasicKeyStoreprotected
KeypoolCountExternalKeys() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
LearnAllRelatedScripts(const CPubKey &key)CWallet
LearnRelatedScripts(const CPubKey &key, OutputType)CWallet
ListCoins() const EXCLUSIVE_LOCKS_REQUIRED(cs_mainCWallet
ListLockedCoins(std::vector< COutPoint > &vOutpts) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
LoadCryptedKey(const CPubKey &vchPubKey, const std::vector< unsigned char > &vchCryptedSecret)CWallet
LoadCScript(const CScript &redeemScript)CWallet
LoadDestData(const CTxDestination &dest, const std::string &key, const std::string &value)CWallet
LoadKey(const CKey &key, const CPubKey &pubkey)CWalletinline
LoadKeyMetadata(const CKeyID &keyID, const CKeyMetadata &metadata) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
LoadKeyPool(int64_t nIndex, const CKeyPool &keypool) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
LoadMinVersion(int nVersion) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletinline
LoadScriptMetadata(const CScriptID &script_id, const CKeyMetadata &metadata) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
LoadToWallet(const CWalletTx &wtxIn) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
LoadWallet(bool &fFirstRunRet)CWallet
LoadWatchOnly(const CScript &dest)CWallet
Lock()CCryptoKeyStore
LockCoin(const COutPoint &output) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
m_allow_fallback_feeCWallet
m_confirm_targetCWallet
m_default_address_typeCWallet
m_default_change_typeCWallet
m_discard_rateCWallet
m_fallback_feeCWallet
m_last_block_processedCWalletprivate
m_min_feeCWallet
m_nameCWalletprivate
m_pay_tx_feeCWallet
m_pool_key_to_indexCWalletprivate
m_signal_rbfCWallet
m_spend_zero_conf_changeCWallet
m_wallet_flagsCWalletprivate
mapAddressBookCWallet
mapMasterKeysCWallet
MarkConflicted(const uint256 &hashBlock, const uint256 &hashTx)CWalletprivate
MarkDirty()CWallet
MarkInputsDirty(const CTransactionRef &tx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivate
MarkPreSplitKeys() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
MarkReplaced(const uint256 &originalHash, const uint256 &newHash)CWallet
MarkReserveKeysAsUsed(int64_t keypool_id) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
MasterKeyMap typedefCWallet
mutexScanningCWalletprivate
nAccountingEntryNumberCWallet
NewKeyPool()CWallet
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block)CValidationInterfaceinlineprotectedvirtual
nLastResendCWalletprivate
nMasterKeyMaxIDCWallet
nNextResendCWalletprivate
NotifyAddressBookChangedCWallet
NotifyStatusChangedCCryptoKeyStore
NotifyTransactionChangedCWallet
NotifyUnloadCWallet
NotifyWatchonlyChangedCWallet
nRelockTimeCWallet
nWalletVersionCWalletprivate
postInitProcess()CWallet
ReacceptWalletTransactions()CWallet
RemoveWatchOnly(const CScript &dest) override EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletvirtual
ReorderTransactions()CWallet
RescanFromTime(int64_t startTime, const WalletRescanReserver &reserver, bool update)CWallet
ResendWalletTransactions(int64_t nBestBlockTime, CConnman *connman) override EXCLUSIVE_LOCKS_REQUIRED(cs_main)CWalletvirtual
ResendWalletTransactionsBefore(int64_t nTime, CConnman *connman) EXCLUSIVE_LOCKS_REQUIRED(cs_main)CWallet
ReserveKeyFromKeyPool(int64_t &nIndex, CKeyPool &keypool, bool fRequestedInternal)CWallet
ReturnKey(int64_t nIndex, bool fInternal, const CPubKey &pubkey)CWallet
ScanForWalletTransactions(CBlockIndex *pindexStart, CBlockIndex *pindexStop, const WalletRescanReserver &reserver, bool fUpdate=false)CWallet
ScriptMap typedefCBasicKeyStoreprotected
SelectCoins(const std::vector< COutput > &vAvailableCoins, const CAmount &nTargetValue, std::set< CInputCoin > &setCoinsRet, CAmount &nValueRet, const CCoinControl &coin_control, CoinSelectionParams &coin_selection_params, bool &bnb_used) const EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
SelectCoinsMinConf(const CAmount &nTargetValue, const CoinEligibilityFilter &eligibility_filter, std::vector< OutputGroup > groups, std::set< CInputCoin > &setCoinsRet, CAmount &nValueRet, const CoinSelectionParams &coin_selection_params, bool &bnb_used) constCWallet
set_pre_split_keypoolCWalletprivate
SetAddressBook(const CTxDestination &address, const std::string &strName, const std::string &purpose)CWallet
SetBroadcastTransactions(bool broadcast)CWalletinline
SetCrypted()CCryptoKeyStoreprotected
SetHDChain(const CHDChain &chain, bool memonly)CWallet
SetHDSeed(const CPubKey &key)CWallet
setInternalKeyPoolCWalletprivate
SetMaxVersion(int nVersion)CWallet
SetMinVersion(enum WalletFeature, WalletBatch *batch_in=nullptr, bool fExplicit=false)CWallet
SetWalletFlag(uint64_t flags)CWallet
SetWalletFlags(uint64_t overwriteFlags, bool memOnly)CWallet
ShowProgressCWallet
SignTransaction(CMutableTransaction &tx) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
SyncMetaData(std::pair< TxSpends::iterator, TxSpends::iterator >) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivate
SyncTransaction(const CTransactionRef &tx, const CBlockIndex *pindex=nullptr, int posInBlock=0, bool update_tx=true) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWalletprivate
TopUpKeyPool(unsigned int kpSize=0)CWallet
TransactionAddedToMempool(const CTransactionRef &tx) overrideCWalletvirtual
TransactionCanBeAbandoned(const uint256 &hashTx) constCWallet
TransactionChangeType(OutputType change_type, const std::vector< CRecipient > &vecSend)CWallet
TransactionRemovedFromMempool(const CTransactionRef &ptx) overrideCWalletvirtual
TxItems typedefCWallet
TxSpends typedefCWalletprivate
Unlock(const SecureString &strWalletPassphrase)CWallet
CCryptoKeyStore::Unlock(const CKeyingMaterial &vMasterKeyIn)CCryptoKeyStoreprotected
UnlockAllCoins() EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
UnlockCoin(const COutPoint &output) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload)CValidationInterfaceinlineprotectedvirtual
UpdateTimeFirstKey(int64_t nCreateTime) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
Verify(std::string wallet_file, bool salvage_wallet, std::string &error_string, std::string &warning_string)CWalletstatic
void ::RegisterValidationInterface(CValidationInterface *)CValidationInterfaceprotected
void ::UnregisterAllValidationInterfaces()CValidationInterfaceprotected
void ::UnregisterValidationInterface(CValidationInterface *)CValidationInterfaceprotected
WalletLogPrintf(std::string fmt, Params... parameters) constCWalletinline
WalletRescanReserver classCWalletfriend
WatchKeyMap typedefCBasicKeyStoreprotected
WatchOnlySet typedefCBasicKeyStoreprotected
wtxOrderedCWallet
ZapSelectTx(std::vector< uint256 > &vHashIn, std::vector< uint256 > &vHashOut) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet)CWallet
ZapWalletTx(std::vector< CWalletTx > &vWtx)CWallet
~CValidationInterface()=defaultCValidationInterfaceprotected
~CWallet()CWalletinline
~SigningProvider()SigningProviderinlinevirtual