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

Name

Description

key

The key to erase.

Created with MrDocs