[#CTxMemPool-ChangeSet-2constructor-01b] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::ChangeSet :relfileprefix: ../../ :mrdocs: Construct a changeset for the given pool and begin staging changes in its graph. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ChangeSet(xref:CTxMemPool.adoc[CTxMemPool]* pool); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pool* | The mempool this changeset operates on. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#