Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

dashd.cpp File Reference
#include <chainparams.h>
#include <clientversion.h>
#include <compat.h>
#include <fs.h>
#include <rpc/server.h>
#include <init.h>
#include <noui.h>
#include <util.h>
#include <httpserver.h>
#include <httprpc.h>
#include <utilstrencodings.h>
#include <walletinitinterface.h>
#include <stacktraces.h>
#include <boost/thread.hpp>
#include <stdio.h>
+ Include dependency graph for dashd.cpp:

Go to the source code of this file.

Functions

void WaitForShutdown ()
 
bool AppInit (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Function Documentation

◆ AppInit()

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ WaitForShutdown()

void WaitForShutdown ( )

Definition at line 45 of file dashd.cpp.

References Interrupt(), MilliSleep(), and ShutdownRequested().

Referenced by AppInit().

Released under the MIT license