[#CTxMemPool-ChangeSet-GetRemovals] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::GetRemovals :relfileprefix: ../../ :mrdocs: Returns the set of transactions staged for removal. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTxMemPool/setEntries.adoc[CTxMemPool::setEntries] const& GetRemovals() const; ---- == Return Value The staged removals. [.small]#Created with https://www.mrdocs.com[MrDocs]#