Dash Core  0.12.2.1
P2P Digital Currency
masternode.cpp File Reference
#include "activemasternode.h"
#include "init.h"
#include "netbase.h"
#include "validation.h"
#include "masternode-payments.h"
#include "masternode-sync.h"
#include "masternodeconfig.h"
#include "masternodeman.h"
#include "privatesend-client.h"
#include "privatesend-server.h"
#include "rpc/server.h"
#include "util.h"
#include "utilmoneystr.h"
#include <fstream>
#include <iomanip>
#include <univalue.h>

Go to the source code of this file.

Functions

void EnsureWalletIsUnlocked ()
 
UniValue privatesend (const UniValue &params, bool fHelp)
 
UniValue getpoolinfo (const UniValue &params, bool fHelp)
 
UniValue masternode (const UniValue &params, bool fHelp)
 
UniValue masternodelist (const UniValue &params, bool fHelp)
 
bool DecodeHexVecMnb (std::vector< CMasternodeBroadcast > &vecMnb, std::string strHexMnb)
 
UniValue masternodebroadcast (const UniValue &params, bool fHelp)
 
UniValue sentinelping (const UniValue &params, bool fHelp)
 

Function Documentation

◆ DecodeHexVecMnb()

bool DecodeHexVecMnb ( std::vector< CMasternodeBroadcast > &  vecMnb,
std::string  strHexMnb 
)

Definition at line 590 of file masternode.cpp.

Referenced by masternodebroadcast().

◆ EnsureWalletIsUnlocked()

void EnsureWalletIsUnlocked ( )

Definition at line 54 of file rpcwallet.cpp.

Referenced by masternode(), masternodebroadcast(), privatesend(), and signrawtransaction().

◆ getpoolinfo()

UniValue getpoolinfo ( const UniValue params,
bool  fHelp 
)

Definition at line 65 of file masternode.cpp.

◆ masternode()

UniValue masternode ( const UniValue params,
bool  fHelp 
)

Definition at line 96 of file masternode.cpp.

◆ masternodebroadcast()

UniValue masternodebroadcast ( const UniValue params,
bool  fHelp 
)

Definition at line 607 of file masternode.cpp.

◆ masternodelist()

UniValue masternodelist ( const UniValue params,
bool  fHelp 
)

Definition at line 454 of file masternode.cpp.

Referenced by masternode().

◆ privatesend()

UniValue privatesend ( const UniValue params,
bool  fHelp 
)

Definition at line 25 of file masternode.cpp.

◆ sentinelping()

UniValue sentinelping ( const UniValue params,
bool  fHelp 
)

Definition at line 836 of file masternode.cpp.