Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <common/settings.h>
#include <consensus/amount.h>
#include <logging.h>
#include <net.h>
#include <net_types.h>
#include <netaddress.h>
#include <netbase.h>
#include <support/allocators/secure.h>
#include <util/translation.h>
#include <functional>
#include <memory>
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <tuple>
#include <vector>
Go to the source code of this file.
Classes | |
struct | interfaces::BlockAndHeaderTipInfo |
Block and header tip information. More... | |
class | interfaces::ExternalSigner |
External signer interface used by the GUI. More... | |
class | interfaces::Node |
Top-level interface for a bitcoin node (bitcoind process). More... | |
struct | interfaces::BlockTip |
Block tip (could be a header or not, depends on the subscribed signal). More... | |
Namespaces | |
namespace | node |
namespace | wallet |
namespace | interfaces |
Functions | |
std::unique_ptr< Node > | interfaces::MakeNode (node::NodeContext &context) |
Return implementation of Node interface. More... | |