Returns a cursor over records whose key begins with the given prefix.
Declared in <wallet/db.h>
virtual
std::unique_ptr<DatabaseCursor>
GetNewPrefixCursor(std::span<std::byte const> prefix) = 0;
A new cursor.
| Name | Description |
|---|---|
| prefix | The key prefix to match. |