Construct a cursor limited to a key prefix range.
Declared in <wallet/sqlite.h>
explicit
SQLiteCursor(
std::vector<std::byte> start_range,
std::vector<std::byte> end_range);
| Name | Description |
|---|---|
| start_range | Inclusive lower bound of the prefix range. |
| end_range | Exclusive upper bound of the prefix range. |