Return an underlying LevelDB property value, if available.
Synopsis
Declared in <txdb.h>
std::optional<std::string>
GetDBProperty(std::string const& property);
Return Value
The property value if available, or std::nullopt otherwise.
Parameters
Name |
Description |
property |
The name of the LevelDB property to query. |
Created with MrDocs