![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <interfaces/node.h>
#include <addrdb.h>
#include <amount.h>
#include <chain.h>
#include <chainparams.h>
#include <init.h>
#include <interfaces/handler.h>
#include <interfaces/wallet.h>
#include <net.h>
#include <net_processing.h>
#include <netaddress.h>
#include <netbase.h>
#include <policy/feerate.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <primitives/block.h>
#include <rpc/server.h>
#include <scheduler.h>
#include <shutdown.h>
#include <sync.h>
#include <txmempool.h>
#include <ui_interface.h>
#include <util.h>
#include <validation.h>
#include <warnings.h>
#include <atomic>
#include <boost/thread/thread.hpp>
#include <univalue.h>
Go to the source code of this file.
Namespaces | |
interfaces | |
Functions | |
fs::path | GetWalletDir () |
std::vector< fs::path > | ListWalletDir () |
std::vector< std::shared_ptr< CWallet > > | GetWallets () |
std::unique_ptr< Node > | interfaces::MakeNode () |
Return implementation of Node interface. More... | |
fs::path GetWalletDir | ( | ) |
Definition at line 37 of file dummywallet.cpp.
std::vector<std::shared_ptr<CWallet> > GetWallets | ( | ) |
Definition at line 47 of file dummywallet.cpp.
std::vector<fs::path> ListWalletDir | ( | ) |
Definition at line 42 of file dummywallet.cpp.