Constructors
Declared in <wallet/db.h>
Constructs a batch.
constexpr
explicit
DatabaseBatch() = default;
» more...
Batches are non-copyable.
DatabaseBatch(DatabaseBatch const& other) = delete;
» more...
| Name | Description |
|---|---|
| other | The batch that would be copied from. |