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

Name

Description

key

The key to look up.

value

Set to the value stored under the key.

Created with MrDocs