[#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(0x7f95135d3bd8), requires_capability(0x7f9501b12fb8), requires_capability(0x7f950ec791a8), requires_capability(0x7f9525ea8ef8), requires_capability(0x7f9515098638), requires_capability(0x7f950826c8d8), requires_capability(0x7f94f856ffe8), requires_capability(0x7f9513c5a1d8)]] std::unique_ptr<ChangeSet> GetChangeSet(); ---- == Return Value A new changeset bound to this mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#