Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

init.cpp File Reference
#include <init.h>
#include <keepass.h>
#include <net.h>
#include <scheduler.h>
#include <util.h>
#include <utilmoneystr.h>
#include <validation.h>
#include <walletinitinterface.h>
#include <wallet/rpcwallet.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
#include <privatesend/privatesend-client.h>
#include <functional>
+ Include dependency graph for init.cpp:

Go to the source code of this file.

Classes

class  WalletInit
 

Variables

static WalletInit g_wallet_init
 
WalletInitInterface *const g_wallet_init_interface = &g_wallet_init
 

Variable Documentation

◆ g_wallet_init

WalletInit g_wallet_init
static

Definition at line 61 of file init.cpp.

◆ g_wallet_init_interface

WalletInitInterface* const g_wallet_init_interface = &g_wallet_init

Definition at line 62 of file init.cpp.

Released under the MIT license