CDBWrapper::GetProperty

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

NameDescription
propertyThe name of the LevelDB property to query.