PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
budget.cpp File Reference
#include "activemasternode.h"
#include "wallet/db.h"
#include "init.h"
#include "main.h"
#include "masternode-budget.h"
#include "masternode-payments.h"
#include "masternode-sync.h"
#include "masternodeconfig.h"
#include "masternodeman.h"
#include "messagesigner.h"
#include "rpc/server.h"
#include "utilmoneystr.h"
#include <univalue.h>
#include <fstream>
Include dependency graph for budget.cpp:

Go to the source code of this file.

Functions

void budgetToJSON (CBudgetProposal *pbudgetProposal, UniValue &bObj)
 
UniValue preparebudget (const UniValue &params, bool fHelp)
 
UniValue submitbudget (const UniValue &params, bool fHelp)
 
UniValue mnbudgetvote (const UniValue &params, bool fHelp)
 
UniValue getbudgetvotes (const UniValue &params, bool fHelp)
 
UniValue getnextsuperblock (const UniValue &params, bool fHelp)
 
UniValue getbudgetprojection (const UniValue &params, bool fHelp)
 
UniValue getbudgetinfo (const UniValue &params, bool fHelp)
 
UniValue mnbudgetrawvote (const UniValue &params, bool fHelp)
 
UniValue mnfinalbudget (const UniValue &params, bool fHelp)
 
UniValue checkbudgets (const UniValue &params, bool fHelp)
 

Function Documentation

◆ budgetToJSON()

void budgetToJSON ( CBudgetProposal pbudgetProposal,
UniValue bObj 
)

Definition at line 25 of file budget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ checkbudgets()

UniValue checkbudgets ( const UniValue params,
bool  fHelp 
)

Definition at line 919 of file budget.cpp.

Here is the call graph for this function:

◆ getbudgetinfo()

UniValue getbudgetinfo ( const UniValue params,
bool  fHelp 
)

Definition at line 616 of file budget.cpp.

Here is the call graph for this function:

◆ getbudgetprojection()

UniValue getbudgetprojection ( const UniValue params,
bool  fHelp 
)

Definition at line 556 of file budget.cpp.

Here is the call graph for this function:

◆ getbudgetvotes()

UniValue getbudgetvotes ( const UniValue params,
bool  fHelp 
)

Definition at line 488 of file budget.cpp.

Here is the call graph for this function:

◆ getnextsuperblock()

UniValue getnextsuperblock ( const UniValue params,
bool  fHelp 
)

Definition at line 537 of file budget.cpp.

Here is the call graph for this function:

◆ mnbudgetrawvote()

UniValue mnbudgetrawvote ( const UniValue params,
bool  fHelp 
)

Definition at line 680 of file budget.cpp.

Here is the call graph for this function:

◆ mnbudgetvote()

UniValue mnbudgetvote ( const UniValue params,
bool  fHelp 
)

Definition at line 230 of file budget.cpp.

Here is the call graph for this function:

◆ mnfinalbudget()

UniValue mnfinalbudget ( const UniValue params,
bool  fHelp 
)

Definition at line 743 of file budget.cpp.

Here is the call graph for this function:

◆ preparebudget()

UniValue preparebudget ( const UniValue params,
bool  fHelp 
)

Definition at line 54 of file budget.cpp.

Here is the call graph for this function:

◆ submitbudget()

UniValue submitbudget ( const UniValue params,
bool  fHelp 
)

Definition at line 143 of file budget.cpp.

Here is the call graph for this function: