The WalletLocation class provides wallet information.
More...
#include <walletutil.h>
The WalletLocation class provides wallet information.
◆ WalletLocation() [1/2]
WalletLocation::WalletLocation |
( |
| ) |
|
|
inlineexplicit |
◆ WalletLocation() [2/2]
WalletLocation::WalletLocation |
( |
const std::string & |
name | ) |
|
|
explicit |
◆ Exists()
bool WalletLocation::Exists |
( |
| ) |
const |
Return whether the wallet exists.
◆ GetName()
const std::string& WalletLocation::GetName |
( |
| ) |
const |
|
inline |
◆ GetPath()
const fs::path& WalletLocation::GetPath |
( |
| ) |
const |
|
inline |
Get wallet absolute path.
◆ m_name
std::string WalletLocation::m_name |
|
private |
◆ m_path
fs::path WalletLocation::m_path |
|
private |
The documentation for this class was generated from the following files: