Determine the path that the wallet is stored in
Synopsis
Declared in <wallet/wallet.h>
util::Result<fs::path>
GetWalletPath(std::string const& name);
Return Value
The path to the wallet, or an error if it cannot be determined.
Parameters
Name |
Description |
name |
The wallet name. |
Created with MrDocs