BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
CTxMemPool Member List

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

_clear() EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
AddTransactionsUpdated(unsigned int n)CTxMemPool
addUnchecked(const CTxMemPoolEntry &entry, bool validFeeEstimate=true) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
addUnchecked(const CTxMemPoolEntry &entry, setEntries &setAncestors, bool validFeeEstimate=true) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
ApplyDelta(const uint256 hash, CAmount &nFeeDelta) constCTxMemPool
blockSinceLastRollingFeeBumpCTxMemPoolmutableprivate
cachedInnerUsageCTxMemPoolprivate
cacheMap typedefCTxMemPoolprivate
CalculateDescendantMaximum(txiter entry) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
CalculateDescendants(txiter it, setEntries &setDescendants) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
CalculateMemPoolAncestors(const CTxMemPoolEntry &entry, setEntries &setAncestors, uint64_t limitAncestorCount, uint64_t limitAncestorSize, uint64_t limitDescendantCount, uint64_t limitDescendantSize, std::string &errString, bool fSearchForParents=true) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
check(const CCoinsViewCache *pcoins) constCTxMemPool
clear()CTxMemPool
ClearPrioritisation(const uint256 hash)CTxMemPool
CompareDepthAndScore(const uint256 &hasha, const uint256 &hashb)CTxMemPool
csCTxMemPoolmutable
CTxMemPool(CBlockPolicyEstimator *estimator=nullptr)CTxMemPoolexplicit
DynamicMemoryUsage() constCTxMemPool
exists(const uint256 &hash) constCTxMemPoolinline
Expire(int64_t time)CTxMemPool
get(const uint256 &hash) constCTxMemPool
GetConflictTx(const COutPoint &prevout) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
GetIter(const uint256 &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
GetIterSet(const std::set< uint256 > &hashes) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
GetMemPoolChildren(txiter entry) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
GetMemPoolParents(txiter entry) const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
GetMinFee(size_t sizelimit) constCTxMemPool
GetSortedDepthAndScore() const EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
GetTotalTxSize() constCTxMemPoolinline
GetTransactionAncestry(const uint256 &txid, size_t &ancestors, size_t &descendants) constCTxMemPool
GetTransactionsUpdated() constCTxMemPool
GUARDED_BY(cs)CTxMemPoolprivate
GUARDED_BY(cs)CTxMemPool
GUARDED_BY(cs)CTxMemPool
HasNoInputsOf(const CTransaction &tx) constCTxMemPool
indexed_transaction_set typedefCTxMemPool
info(const uint256 &hash) constCTxMemPool
infoAll() constCTxMemPool
isSpent(const COutPoint &outpoint) constCTxMemPool
lastRollingFeeUpdateCTxMemPoolmutableprivate
mapDeltasCTxMemPool
mapLinksCTxMemPoolprivate
minerPolicyEstimatorCTxMemPoolprivate
NotifyEntryAddedCTxMemPool
NotifyEntryRemovedCTxMemPool
nTransactionsUpdatedCTxMemPoolprivate
PrioritiseTransaction(const uint256 &hash, const CAmount &nFeeDelta)CTxMemPool
queryHashes(std::vector< uint256 > &vtxid)CTxMemPool
removeConflicts(const CTransaction &tx) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
removeForBlock(const std::vector< CTransactionRef > &vtx, unsigned int nBlockHeight)CTxMemPool
removeForReorg(const CCoinsViewCache *pcoins, unsigned int nMemPoolHeight, int flags) EXCLUSIVE_LOCKS_REQUIRED(cs_main)CTxMemPool
removeRecursive(const CTransaction &tx, MemPoolRemovalReason reason=MemPoolRemovalReason::UNKNOWN)CTxMemPool
RemoveStaged(setEntries &stage, bool updateDescendants, MemPoolRemovalReason reason=MemPoolRemovalReason::UNKNOWN) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPool
removeUnchecked(txiter entry, MemPoolRemovalReason reason=MemPoolRemovalReason::UNKNOWN) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
ROLLING_FEE_HALFLIFECTxMemPoolstatic
rollingMinimumFeeRateCTxMemPoolmutableprivate
setEntries typedefCTxMemPool
setSanityCheck(double dFrequency=1.0)CTxMemPoolinline
size()CTxMemPoolinline
totalTxSizeCTxMemPoolprivate
trackPackageRemoved(const CFeeRate &rate) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
TrimToSize(size_t sizelimit, std::vector< COutPoint > *pvNoSpendsRemaining=nullptr)CTxMemPool
txiter typedefCTxMemPool
txlinksMap typedefCTxMemPoolprivate
UpdateAncestorsOf(bool add, txiter hash, setEntries &setAncestors) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
UpdateChild(txiter entry, txiter child, bool add)CTxMemPoolprivate
UpdateChildrenForRemoval(txiter entry) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
UpdateEntryForAncestors(txiter it, const setEntries &setAncestors) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
UpdateForDescendants(txiter updateIt, cacheMap &cachedDescendants, const std::set< uint256 > &setExclude) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
UpdateForRemoveFromMempool(const setEntries &entriesToRemove, bool updateDescendants) EXCLUSIVE_LOCKS_REQUIRED(cs)CTxMemPoolprivate
UpdateParent(txiter entry, txiter parent, bool add)CTxMemPoolprivate
UpdateTransactionsFromBlock(const std::vector< uint256 > &vHashesToUpdate)CTxMemPool
vTxHashesCTxMemPool