Bitcoin
|
Classes | |
class | DummyWalletInit |
Namespaces | |
interfaces | |
Functions | |
fs::path | GetWalletDir () |
Get the path of the wallet directory. More... | |
std::vector< fs::path > | ListWalletDir () |
Get wallets in wallet directory. More... | |
std::vector< std::shared_ptr< CWallet > > | GetWallets () |
std::shared_ptr< CWallet > | LoadWallet (interfaces::Chain &chain, const std::string &name, std::string &error, std::string &warning) |
std::unique_ptr< Wallet > | interfaces::MakeWallet (const std::shared_ptr< CWallet > &wallet) |
Variables | |
const WalletInitInterface & | g_wallet_init_interface = DummyWalletInit() |
fs::path GetWalletDir | ( | ) |
Get the path of the wallet directory.
std::vector<std::shared_ptr<CWallet> > GetWallets | ( | ) |
std::vector<fs::path> ListWalletDir | ( | ) |
Get wallets in wallet directory.
std::shared_ptr<CWallet> LoadWallet | ( | interfaces::Chain & | chain, |
const std::string & | name, | ||
std::string & | error, | ||
std::string & | warning | ||
) |
const WalletInitInterface& g_wallet_init_interface = DummyWalletInit() |