[#CTxMemPool-GetChangeSet] = xref:CTxMemPool.adoc[CTxMemPool]::GetChangeSet :relfileprefix: ../ :mrdocs: Create the single outstanding changeset for staging mempool additions and removals. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b4214d8), requires_capability(0x7ff376fd8e88), requires_capability(0x7ff38def80a8), requires_capability(0x7ff3640f90b8), requires_capability(0x7ff3920f93a8), requires_capability(0x7ff37f5cb4c8), requires_capability(0x7ff37d012748), requires_capability(0x7ff374c15f58)]] std::unique_ptr<ChangeSet> GetChangeSet(); ---- == Return Value A new changeset bound to this mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#