![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
This is the complete list of members for CTxMemPool, including all inherited members.
_clear() | CTxMemPool | |
addAddressIndex(const CTxMemPoolEntry &entry, const CCoinsViewCache &view) | CTxMemPool | |
addressDeltaMap typedef | CTxMemPool | private |
addressDeltaMapInserted typedef | CTxMemPool | private |
addSpentIndex(const CTxMemPoolEntry &entry, const CCoinsViewCache &view) | CTxMemPool | |
AddTransactionsUpdated(unsigned int n) | CTxMemPool | |
addUnchecked(const uint256 &hash, const CTxMemPoolEntry &entry, bool fCurrentEstimate=true) | CTxMemPool | |
addUnchecked(const uint256 &hash, const CTxMemPoolEntry &entry, setEntries &setAncestors, bool fCurrentEstimate=true) | CTxMemPool | |
ApplyDeltas(const uint256 hash, double &dPriorityDelta, CAmount &nFeeDelta) const | CTxMemPool | |
blockSinceLastRollingFeeBump | CTxMemPool | mutableprivate |
cachedInnerUsage | CTxMemPool | private |
cacheMap typedef | CTxMemPool | private |
CalculateDescendants(txiter it, setEntries &setDescendants) | 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) | CTxMemPool | |
check(const CCoinsViewCache *pcoins) const | CTxMemPool | |
clear() | CTxMemPool | |
ClearPrioritisation(const uint256 hash) | CTxMemPool | |
cs | CTxMemPool | mutable |
CTxMemPool(const CFeeRate &_minReasonableRelayFee) | CTxMemPool | |
DynamicMemoryUsage() const | CTxMemPool | |
estimateFee(int nBlocks) const | CTxMemPool | |
estimatePriority(int nBlocks) const | CTxMemPool | |
estimateSmartFee(int nBlocks, int *answerFoundAtBlocks=NULL) const | CTxMemPool | |
estimateSmartPriority(int nBlocks, int *answerFoundAtBlocks=NULL) const | CTxMemPool | |
exists(uint256 hash) const | CTxMemPool | inline |
Expire(int64_t time) | CTxMemPool | |
getAddressIndex(std::vector< std::pair< uint160, int > > &addresses, std::vector< std::pair< CMempoolAddressDeltaKey, CMempoolAddressDelta > > &results) | CTxMemPool | |
GetMemPoolChildren(txiter entry) const | CTxMemPool | |
GetMemPoolParents(txiter entry) const | CTxMemPool | |
GetMinFee(size_t sizelimit) const | CTxMemPool | |
getSpentIndex(CSpentIndexKey &key, CSpentIndexValue &value) | CTxMemPool | |
GetTotalTxSize() | CTxMemPool | inline |
GetTransactionsUpdated() const | CTxMemPool | |
HasNoInputsOf(const CTransaction &tx) const | CTxMemPool | |
indexed_transaction_set typedef | CTxMemPool | |
lastRollingFeeUpdate | CTxMemPool | mutableprivate |
lookup(uint256 hash, CTransaction &result) const | CTxMemPool | |
mapAddress | CTxMemPool | private |
mapAddressInserted | CTxMemPool | private |
mapDeltas | CTxMemPool | |
mapLinks | CTxMemPool | private |
mapNextTx | CTxMemPool | |
mapSpent | CTxMemPool | private |
mapSpentIndex typedef | CTxMemPool | private |
mapSpentIndexInserted typedef | CTxMemPool | private |
mapSpentInserted | CTxMemPool | private |
mapTx | CTxMemPool | |
minerPolicyEstimator | CTxMemPool | private |
minReasonableRelayFee | CTxMemPool | private |
nCheckFrequency | CTxMemPool | private |
nTransactionsUpdated | CTxMemPool | private |
PrioritiseTransaction(const uint256 hash, const std::string strHash, double dPriorityDelta, const CAmount &nFeeDelta) | CTxMemPool | |
pruneSpent(const uint256 &hash, CCoins &coins) | CTxMemPool | |
queryHashes(std::vector< uint256 > &vtxid) | CTxMemPool | |
ReadFeeEstimates(CAutoFile &filein) | CTxMemPool | |
remove(const CTransaction &tx, std::list< CTransaction > &removed, bool fRecursive=false) | CTxMemPool | |
removeAddressIndex(const uint256 txhash) | CTxMemPool | |
removeConflicts(const CTransaction &tx, std::list< CTransaction > &removed) | CTxMemPool | |
removeForBlock(const std::vector< CTransaction > &vtx, unsigned int nBlockHeight, std::list< CTransaction > &conflicts, bool fCurrentEstimate=true) | CTxMemPool | |
removeForReorg(const CCoinsViewCache *pcoins, unsigned int nMemPoolHeight, int flags) | CTxMemPool | |
removeSpentIndex(const uint256 txhash) | CTxMemPool | |
RemoveStaged(setEntries &stage) | CTxMemPool | |
removeUnchecked(txiter entry) | CTxMemPool | private |
ROLLING_FEE_HALFLIFE | CTxMemPool | static |
rollingMinimumFeeRate | CTxMemPool | mutableprivate |
setEntries typedef | CTxMemPool | |
setSanityCheck(double dFrequency=1.0) | CTxMemPool | inline |
size() | CTxMemPool | inline |
totalTxSize | CTxMemPool | private |
trackPackageRemoved(const CFeeRate &rate) | CTxMemPool | private |
TrimToSize(size_t sizelimit, std::vector< uint256 > *pvNoSpendsRemaining=NULL) | CTxMemPool | |
txiter typedef | CTxMemPool | |
txlinksMap typedef | CTxMemPool | private |
UpdateAncestorsOf(bool add, txiter hash, setEntries &setAncestors) | CTxMemPool | private |
UpdateChild(txiter entry, txiter child, bool add) | CTxMemPool | private |
UpdateChildrenForRemoval(txiter entry) | CTxMemPool | private |
UpdateForDescendants(txiter updateIt, int maxDescendantsToVisit, cacheMap &cachedDescendants, const std::set< uint256 > &setExclude) | CTxMemPool | private |
UpdateForRemoveFromMempool(const setEntries &entriesToRemove) | CTxMemPool | private |
UpdateMinFee(const CFeeRate &_minReasonableRelayFee) | CTxMemPool | |
UpdateParent(txiter entry, txiter parent, bool add) | CTxMemPool | private |
UpdateTransactionsFromBlock(const std::vector< uint256 > &hashesToUpdate) | CTxMemPool | |
WriteFeeEstimates(CAutoFile &fileout) const | CTxMemPool | |
~CTxMemPool() | CTxMemPool |