wallet::SQLiteBatch::EraseKey

Erase the record stored under a key.

Synopsis

Declared in <wallet/sqlite.h>

virtual
bool
EraseKey(DataStream&& key) override;

Return Value

True if the erase succeeded, false otherwise.

Parameters

NameDescription
keyThe key to erase.