Read the value stored under a key.
Declared in <wallet/sqlite.h>
virtual
bool
ReadKey(
DataStream&& key,
DataStream& value) override;
True if the key was found and read, false otherwise.
| Name | Description |
|---|---|
| key | The key to look up. |
| value | Set to the value stored under the key. |