![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| class | CMasternodePaymentDB |
| Save Masternode Payment Data (mnpayments.dat) More... | |
| class | CMasternodePayee |
| class | CMasternodeBlockPayees |
| class | CMasternodePaymentWinner |
| class | CMasternodePayments |
Macros | |
| #define | MNPAYMENTS_SIGNATURES_REQUIRED 6 |
| #define | MNPAYMENTS_SIGNATURES_TOTAL 10 |
Functions | |
| void | ProcessMessageMasternodePayments (CNode *pfrom, std::string &strCommand, CDataStream &vRecv) |
| bool | IsBlockPayeeValid (const CBlock &block, int nBlockHeight) |
| std::string | GetRequiredPaymentsString (int nBlockHeight) |
| bool | IsBlockValueValid (int nHeight, CAmount nExpectedValue, CAmount nMinted) |
| bool | FillBlockPayee (CMutableTransaction &txNew, CAmount nFees, bool fProofOfStake) |
| void | DumpMasternodePayments () |
Variables | |
| RecursiveMutex | cs_vecPayments |
| RecursiveMutex | cs_mapMasternodeBlocks |
| RecursiveMutex | cs_mapMasternodePayeeVotes |
| CMasternodePayments | masternodePayments |
| Object for who's going to get paid on which blocks. More... | |
| #define MNPAYMENTS_SIGNATURES_REQUIRED 6 |
Definition at line 25 of file masternode-payments.h.
| #define MNPAYMENTS_SIGNATURES_TOTAL 10 |
Definition at line 26 of file masternode-payments.h.
| 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.
| void ProcessMessageMasternodePayments | ( | CNode * | pfrom, |
| std::string & | strCommand, | ||
| CDataStream & | vRecv | ||
| ) |
| 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