Dash Core  0.12.2.1
P2P Digital Currency
governance.cpp File Reference
#include "activemasternode.h"
#include "governance.h"
#include "governance-vote.h"
#include "governance-classes.h"
#include "governance-validators.h"
#include "init.h"
#include "validation.h"
#include "masternode.h"
#include "masternode-sync.h"
#include "masternodeconfig.h"
#include "masternodeman.h"
#include "messagesigner.h"
#include "rpc/server.h"
#include "util.h"
#include "utilmoneystr.h"
#include <boost/lexical_cast.hpp>

Go to the source code of this file.

Functions

UniValue gobject (const UniValue &params, bool fHelp)
 
UniValue voteraw (const UniValue &params, bool fHelp)
 
UniValue getgovernanceinfo (const UniValue &params, bool fHelp)
 
UniValue getsuperblockbudget (const UniValue &params, bool fHelp)
 

Function Documentation

◆ getgovernanceinfo()

UniValue getgovernanceinfo ( const UniValue params,
bool  fHelp 
)

Definition at line 897 of file governance.cpp.

◆ getsuperblockbudget()

UniValue getsuperblockbudget ( const UniValue params,
bool  fHelp 
)

Definition at line 955 of file governance.cpp.

◆ gobject()

UniValue gobject ( const UniValue params,
bool  fHelp 
)

Definition at line 25 of file governance.cpp.

◆ voteraw()

UniValue voteraw ( const UniValue params,
bool  fHelp 
)

Definition at line 836 of file governance.cpp.