#include <txmempool.h>
Definition at line 620 of file txmempool.h.
◆ TxHandle
◆ ChangeSet() [1/2]
| CTxMemPool::ChangeSet::ChangeSet |
( |
CTxMemPool * | pool | ) |
|
|
inlineexplicit |
◆ ~ChangeSet()
| CTxMemPool::ChangeSet::~ChangeSet |
( |
| ) |
-> cs) |
|
inline |
◆ ChangeSet() [2/2]
| CTxMemPool::ChangeSet::ChangeSet |
( |
const ChangeSet & | | ) |
|
|
delete |
◆ Apply()
| void CTxMemPool::ChangeSet::Apply |
( |
| ) |
|
◆ CalculateChunksForRBF()
Calculate the sorted chunks for the old and new mempool relating to the clusters that would be affected by a potential replacement transaction.
- Returns
- old and new diagram pair respectively, or an error string if the conflicts don't match a calculable topology
Definition at line 994 of file txmempool.cpp.
◆ CalculateMemPoolAncestors()
◆ CheckMemPoolPolicyLimits()
| bool CTxMemPool::ChangeSet::CheckMemPoolPolicyLimits |
( |
| ) |
|
Check if any cluster limits are exceeded.
Returns true if pass, false if fail.
Definition at line 1072 of file txmempool.cpp.
◆ GetAddedTxn()
◆ GetAddedTxns()
| std::vector< CTransactionRef > CTxMemPool::ChangeSet::GetAddedTxns |
( |
| ) |
const |
|
inline |
◆ GetRemovals()
◆ GetTxCount()
| size_t CTxMemPool::ChangeSet::GetTxCount |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ ProcessDependencies()
| void CTxMemPool::ChangeSet::ProcessDependencies |
( |
| ) |
|
|
private |
◆ StageAddition()
◆ StageRemoval()
◆ CTxMemPool
◆ m_ancestors
◆ m_dependencies_processed
| bool CTxMemPool::ChangeSet::m_dependencies_processed {false} |
|
private |
◆ m_entry_vec
◆ m_pool
◆ m_to_add
◆ m_to_remove
The documentation for this class was generated from the following files: