Get a cursor iterating over records whose key starts with a prefix.
Declared in <wallet/sqlite.h>
virtual
std::unique_ptr<DatabaseCursor>
GetNewPrefixCursor(std::span<std::byte const> prefix) override;
A new cursor over the matching records.
| Name | Description |
|---|---|
| prefix | The key prefix to filter records by. |