![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#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>Go to the source code of this file.
Functions | |
| void | budgetToJSON (CBudgetProposal *pbudgetProposal, UniValue &bObj) |
| UniValue | preparebudget (const UniValue ¶ms, bool fHelp) |
| UniValue | submitbudget (const UniValue ¶ms, bool fHelp) |
| UniValue | mnbudgetvote (const UniValue ¶ms, bool fHelp) |
| UniValue | getbudgetvotes (const UniValue ¶ms, bool fHelp) |
| UniValue | getnextsuperblock (const UniValue ¶ms, bool fHelp) |
| UniValue | getbudgetprojection (const UniValue ¶ms, bool fHelp) |
| UniValue | getbudgetinfo (const UniValue ¶ms, bool fHelp) |
| UniValue | mnbudgetrawvote (const UniValue ¶ms, bool fHelp) |
| UniValue | mnfinalbudget (const UniValue ¶ms, bool fHelp) |
| UniValue | checkbudgets (const UniValue ¶ms, bool fHelp) |
| void budgetToJSON | ( | CBudgetProposal * | pbudgetProposal, |
| UniValue & | bObj | ||
| ) |
Definition at line 25 of file budget.cpp.
1.8.17