![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "base58.h"#include "init.h"#include "key.h"#include "main.h"#include "masternode.h"#include "net.h"#include "sync.h"#include "util.h"Go to the source code of this file.
Classes | |
| class | CBudgetVote |
| class | CFinalizedBudgetVote |
| class | CBudgetDB |
| Save Budget Manager (budget.dat) More... | |
| class | CBudgetManager |
| class | CTxBudgetPayment |
| class | CFinalizedBudget |
| class | CFinalizedBudgetBroadcast |
| class | CBudgetProposal |
| class | CBudgetProposalBroadcast |
Macros | |
| #define | VOTE_ABSTAIN 0 |
| #define | VOTE_YES 1 |
| #define | VOTE_NO 2 |
Functions | |
| void | DumpBudgets () |
| int | GetBudgetPaymentCycleBlocks () |
| bool | IsBudgetCollateralValid (uint256 nTxCollateralHash, uint256 nExpectedHash, std::string &strError, int64_t &nTime, int &nConf) |
Variables | |
| RecursiveMutex | cs_budget |
| std::vector< CBudgetProposalBroadcast > | vecImmatureBudgetProposals |
| std::vector< CFinalizedBudgetBroadcast > | vecImmatureFinalizedBudgets |
| CBudgetManager | budget |
| #define VOTE_ABSTAIN 0 |
Definition at line 29 of file masternode-budget.h.
| #define VOTE_NO 2 |
Definition at line 31 of file masternode-budget.h.
| #define VOTE_YES 1 |
Definition at line 30 of file masternode-budget.h.
| void DumpBudgets | ( | ) |
| int GetBudgetPaymentCycleBlocks | ( | ) |
Definition at line 28 of file masternode-budget.cpp.
| bool IsBudgetCollateralValid | ( | uint256 | nTxCollateralHash, |
| uint256 | nExpectedHash, | ||
| std::string & | strError, | ||
| int64_t & | nTime, | ||
| int & | nConf | ||
| ) |
Definition at line 37 of file masternode-budget.cpp.
| CBudgetManager budget |
Definition at line 19 of file masternode-budget.cpp.
| RecursiveMutex cs_budget |
Definition at line 20 of file masternode-budget.cpp.
| std::vector<CBudgetProposalBroadcast> vecImmatureBudgetProposals |
Definition at line 23 of file masternode-budget.cpp.
| std::vector<CFinalizedBudgetBroadcast> vecImmatureFinalizedBudgets |
Definition at line 24 of file masternode-budget.cpp.
1.8.17