wallet::DatabaseBatch::operator=

Batches are non-copyable.

Synopsis

Declared in <wallet/db.h>

DatabaseBatch&
operator=(DatabaseBatch const& other) = delete;

Return Value

Reference to this batch.

Parameters

NameDescription
otherThe batch that would be assigned from.