![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "masternode-payments.h"#include "addrman.h"#include "fs.h"#include "masternode-budget.h"#include "masternode-sync.h"#include "masternodeman.h"#include "messagesigner.h"#include "sync.h"#include "util.h"#include "utilmoneystr.h"Go to the source code of this file.
Functions | |
| void | DumpMasternodePayments () |
| bool | IsBlockValueValid (int nHeight, CAmount nExpectedValue, CAmount nMinted) |
| bool | IsBlockPayeeValid (const CBlock &block, int nBlockHeight) |
| bool | FillBlockPayee (CMutableTransaction &txNew, CAmount nFees, bool fProofOfStake) |
| std::string | GetRequiredPaymentsString (int nBlockHeight) |
Variables | |
| CMasternodePayments | masternodePayments |
| Object for who's going to get paid on which blocks. More... | |
| RecursiveMutex | cs_vecPayments |
| RecursiveMutex | cs_mapMasternodeBlocks |
| RecursiveMutex | cs_mapMasternodePayeeVotes |
| void DumpMasternodePayments | ( | ) |
| bool FillBlockPayee | ( | CMutableTransaction & | txNew, |
| CAmount | nFees, | ||
| bool | fProofOfStake | ||
| ) |
| std::string GetRequiredPaymentsString | ( | int | nBlockHeight | ) |
| bool IsBlockPayeeValid | ( | const CBlock & | block, |
| int | nBlockHeight | ||
| ) |
Definition at line 175 of file masternode-payments.cpp.
| RecursiveMutex cs_mapMasternodeBlocks |
Definition at line 22 of file masternode-payments.cpp.
| RecursiveMutex cs_mapMasternodePayeeVotes |
Definition at line 23 of file masternode-payments.cpp.
| RecursiveMutex cs_vecPayments |
Definition at line 21 of file masternode-payments.cpp.
| CMasternodePayments masternodePayments |
Object for who's going to get paid on which blocks.
Definition at line 19 of file masternode-payments.cpp.
1.8.17