Return a LevelDB property value, if available.
Synopsis
Declared in <dbwrapper.h>
std::optional<std::string>
GetProperty(std::string const& property) const;
Return Value
The property value, or no value if it is unavailable.
Parameters
Name |
Description |
property |
The name of the LevelDB property to query. |
Created with MrDocs