Constructors

Synopses

Declared in <txmempool.h>

Deleted copy constructor; a changeset is not copyable.

ChangeSet(ChangeSet const& other) = delete;

Construct a changeset for the given pool and begin staging changes in its graph.

explicit
ChangeSet(CTxMemPool* pool);

Parameters

Name

Description

other

The changeset that would be copied.

pool

The mempool this changeset operates on.

Created with MrDocs