wallet::DatabaseBatch::Erase

Erases the record stored under a key.

Synopsis

Declared in <wallet/db.h>

template<typename K>
bool
Erase(K const& key);

Return Value

true if the record was erased.

Parameters

NameDescription
keyThe key to erase.