wallet::DatabaseBatch::DatabaseBatch

Batches are non-copyable.

Synopsis

Declared in <wallet/db.h>

DatabaseBatch(DatabaseBatch const& other) = delete;

Parameters

NameDescription
otherThe batch that would be copied from.