wallet::DatabaseBatch::DatabaseBatch

Constructors

Synopses

Declared in <wallet/db.h>

Constructs a batch.

constexpr
explicit
DatabaseBatch() = default;
» more...

Batches are non-copyable.

DatabaseBatch(DatabaseBatch const& other) = delete;
» more...

Parameters

NameDescription
otherThe batch that would be copied from.