Bitcoin
|
#include <interfaces/node.h>
#include <addrdb.h>
#include <amount.h>
#include <banman.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 <policy/settings.h>
#include <primitives/block.h>
#include <rpc/server.h>
#include <shutdown.h>
#include <sync.h>
#include <txmempool.h>
#include <ui_interface.h>
#include <util/system.h>
#include <validation.h>
#include <warnings.h>
#include <atomic>
#include <univalue.h>
Classes | |
class | interfaces::anonymous_namespace{node.cpp}::NodeImpl |
Namespaces | |
interfaces | |
interfaces::anonymous_namespace{node.cpp} | |
Functions | |
fs::path | GetWalletDir () |
std::vector< fs::path > | ListWalletDir () |
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< Node > | interfaces::MakeNode () |
Return implementation of Node interface. More... | |
fs::path GetWalletDir | ( | ) |
std::vector<std::shared_ptr<CWallet> > GetWallets | ( | ) |
std::vector<fs::path> ListWalletDir | ( | ) |
std::shared_ptr<CWallet> LoadWallet | ( | interfaces::Chain & | chain, |
const std::string & | name, | ||
std::string & | error, | ||
std::string & | warning | ||
) |