![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "init.h"#include "main.h"#include "addrman.h"#include "fs.h"#include "masternode-budget.h"#include "masternode-sync.h"#include "masternode.h"#include "masternodeman.h"#include "messagesigner.h"#include "util.h"Go to the source code of this file.
Classes | |
| struct | sortProposalsByVotes |
| struct | sortFinalizedBudgetsByVotes |
Functions | |
| int | GetBudgetPaymentCycleBlocks () |
| bool | IsBudgetCollateralValid (uint256 nTxCollateralHash, uint256 nExpectedHash, std::string &strError, int64_t &nTime, int &nConf) |
| void | DumpBudgets () |
Variables | |
| CBudgetManager | budget |
| RecursiveMutex | cs_budget |
| std::map< uint256, int64_t > | askedForSourceProposalOrBudget |
| std::vector< CBudgetProposalBroadcast > | vecImmatureBudgetProposals |
| std::vector< CFinalizedBudgetBroadcast > | vecImmatureFinalizedBudgets |
| int | nSubmittedFinalBudget |
| 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.
| std::map<uint256, int64_t> askedForSourceProposalOrBudget |
Definition at line 22 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.
| int nSubmittedFinalBudget |
Definition at line 26 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