Constructors
Declared in <wallet/migrate.h>
Copy construction is disabled.
BerkeleyROBatch(BerkeleyROBatch const& other) = delete;
» more...
Construct a batch that reads from the given database.
explicit
BerkeleyROBatch(BerkeleyRODatabase const& database);
» more...
| Name | Description |
|---|---|
| other | The batch that would be copied from. |
| database | The read-only database this batch reads from. |