Constructors
Declared in <txmempool.h>
Deleted copy constructor; a changeset is not copyable.
ChangeSet(ChangeSet const& other) = delete;
» more...
Construct a changeset for the given pool and begin staging changes in its graph.
explicit
ChangeSet(CTxMemPool* pool);
» more...
| Name | Description |
|---|---|
| other | The changeset that would be copied. |
| pool | The mempool this changeset operates on. |