Recursively list database paths in directory.
Declared in <wallet/db.h>
std::vector<std::pair<fs::path, std::string>>
ListDatabases(fs::path const& path);
The wallet database paths found, each paired with its format name.
| Name | Description |
|---|---|
| path | The directory to search. |