[#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(0x7f2e1b5a3b08), requires_capability(0x7f2e2721cb18), requires_capability(0x7f2e421ce228), requires_capability(0x7f2e2880d1e8), requires_capability(0x7f2e32130578), requires_capability(0x7f2e347f8c08), requires_capability(0x7f2e2b05d078), requires_capability(0x7f2e2bee4718)]] std::unique_ptr<ChangeSet> GetChangeSet(); ---- == Return Value A new changeset bound to this mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#