BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Classes | Namespaces | Functions | Variables
dummywallet.cpp File Reference
#include <stdio.h>
#include <util.h>
#include <walletinitinterface.h>
Include dependency graph for dummywallet.cpp:

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 WalletInitInterfaceg_wallet_init_interface = DummyWalletInit()
 

Function Documentation

◆ GetWalletDir()

fs::path GetWalletDir ( )

Get the path of the wallet directory.

Definition at line 37 of file dummywallet.cpp.

Here is the caller graph for this function:

◆ GetWallets()

std::vector<std::shared_ptr<CWallet> > GetWallets ( )

Definition at line 47 of file dummywallet.cpp.

Here is the caller graph for this function:

◆ ListWalletDir()

std::vector<fs::path> ListWalletDir ( )

Get wallets in wallet directory.

Definition at line 42 of file dummywallet.cpp.

Variable Documentation

◆ g_wallet_init_interface

const WalletInitInterface& g_wallet_init_interface = DummyWalletInit()

Definition at line 35 of file dummywallet.cpp.