Returns the path to the SQLite data file for a wallet path.

Synopsis

Declared in <wallet/db.h>

fs::path
SQLiteDataFile(fs::path const& path);

Return Value

The SQLite data file path.

Parameters

Name

Description

path

The wallet path.

Created with MrDocs