[#CTxMemPool-ChangeSet-2constructor-03] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::ChangeSet :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<txmempool.h>` Deleted copy constructor; a changeset is not copyable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTxMemPool/ChangeSet/2constructor-014.adoc[ChangeSet](xref:CTxMemPool/ChangeSet.adoc[ChangeSet] const& other) = delete; ---- [.small]#xref:CTxMemPool/ChangeSet/2constructor-014.adoc[_» more..._]# Construct a changeset for the given pool and begin staging changes in its graph. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:CTxMemPool/ChangeSet/2constructor-01b.adoc[ChangeSet](xref:CTxMemPool.adoc[CTxMemPool]* pool); ---- [.small]#xref:CTxMemPool/ChangeSet/2constructor-01b.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The changeset that would be copied. | *pool* | The mempool this changeset operates on. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#