Returns the path to the SQLite data file for a wallet path.
Declared in <wallet/db.h>
<wallet/db.h>
fs::path SQLiteDataFile(fs::path const& path);
The SQLite data file path.
Name
Description
path
The wallet path.
Created with MrDocs