Determine the path that the wallet is stored in
Declared in <wallet/wallet.h>
<wallet/wallet.h>
util::Result<fs::path> GetWalletPath(std::string const& name);
The path to the wallet, or an error if it cannot be determined.