wallet::SQLiteBatch::ReadKey

Read the value stored under a key.

Synopsis

Declared in <wallet/sqlite.h>

virtual
bool
ReadKey(
    DataStream&& key,
    DataStream& value) override;

Return Value

True if the key was found and read, false otherwise.

Parameters

NameDescription
keyThe key to look up.
valueSet to the value stored under the key.