Erase all records whose key starts with a prefix.
Declared in <wallet/sqlite.h>
virtual
bool
ErasePrefix(std::span<std::byte const> prefix) override;
True if the erase succeeded, false otherwise.
| Name | Description |
|---|---|
| prefix | The key prefix identifying the records to erase. |