Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
bitcoin-gui.cpp File Reference
#include <init.h>
#include <interfaces/chain.h>
#include <interfaces/echo.h>
#include <interfaces/init.h>
#include <interfaces/ipc.h>
#include <interfaces/node.h>
#include <interfaces/wallet.h>
#include <node/context.h>
#include <util/check.h>
#include <memory>
Include dependency graph for bitcoin-gui.cpp:

Go to the source code of this file.

Namespaces

namespace  init
namespace  interfaces

Functions

std::unique_ptr< Initinterfaces::MakeGuiInit (int argc, char *argv[])
 Return implementation of Init interface for the gui process.