Erases all records whose key begins with the given prefix.
Declared in <wallet/db.h>
<wallet/db.h>
virtual bool ErasePrefix(std::span<std::byte const> prefix) = 0;
true if the matching records were erased.