![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Go to the source code of this file.
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::unique_ptr< Wallet > | interfaces::MakeWallet (const std::shared_ptr< CWallet > &wallet) |
Return implementation of Wallet interface. More... | |
Variables | |
const WalletInitInterface & | g_wallet_init_interface = DummyWalletInit() |
fs::path GetWalletDir | ( | ) |
Get the path of the wallet directory.
Definition at line 37 of file dummywallet.cpp.
std::vector<std::shared_ptr<CWallet> > GetWallets | ( | ) |
std::vector<fs::path> ListWalletDir | ( | ) |
Get wallets in wallet directory.
Definition at line 42 of file dummywallet.cpp.
const WalletInitInterface& g_wallet_init_interface = DummyWalletInit() |
Definition at line 35 of file dummywallet.cpp.