![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
This is the complete list of members for CBudgetManager, including all inherited members.
| AcceptedBlockHeader(const CBlockIndex *pindexNew) | CValidationInterface | inlinevirtual |
| AddAndRelayProposalVote(const CBudgetVote &vote, std::string &strError) | CBudgetManager | |
| AddFinalizedBudget(CFinalizedBudget &finalizedBudget, CNode *pfrom=nullptr) | CBudgetManager | |
| AddProposal(CBudgetProposal &budgetProposal) | CBudgetManager | |
| AddSeenFinalizedBudgetVote(const CFinalizedBudgetVote &vote) | CBudgetManager | |
| AddSeenProposalVote(const CBudgetVote &vote) | CBudgetManager | |
| BlockChecked(const CBlock &, const CValidationState &) | CValidationInterface | inlineprotectedvirtual |
| BlockConnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
| BlockDisconnected(const std::shared_ptr< const CBlock > &block, const uint256 &blockHash, int nBlockHeight, int64_t blockTime) | CValidationInterface | inlineprotectedvirtual |
| BudVotesAndLastVoteReceivedTime typedef | CBudgetManager | protected |
| CBudgetManager() | CBudgetManager | inline |
| CheckAndRemove() | CBudgetManager | |
| CheckOrphanVotes() | CBudgetManager | |
| Clear() | CBudgetManager | inline |
| CountProposals() | CBudgetManager | inline |
| cs_budgets | CBudgetManager | mutable |
| cs_finalizedvotes | CBudgetManager | mutable |
| cs_proposals | CBudgetManager | mutable |
| cs_votes | CBudgetManager | mutable |
| FillBlockPayee(CMutableTransaction &txCoinbase, CMutableTransaction &txCoinstake, const int nHeight, bool fProofOfStake) const | CBudgetManager | |
| FindFinalizedBudget(const uint256 &nHash) | CBudgetManager | |
| FindProposal(const uint256 &nHash) | CBudgetManager | |
| FindProposalByName(const std::string &strProposalName) const | CBudgetManager | |
| ForceAddFinalizedBudget(const uint256 &nHash, const uint256 &feeTxId, const CFinalizedBudget &finalizedBudget) | CBudgetManager | |
| GetAllProposalsOrdered() | CBudgetManager | |
| GetBestHeight() const | CBudgetManager | inline |
| GetBudget() | CBudgetManager | |
| GetBudgetWithHighestVoteCount(int chainHeight) const | CBudgetManager | protected |
| GetExpectedPayeeAmount(int chainHeight, CAmount &nAmountRet) const | CBudgetManager | |
| GetFinalizedBudget(const uint256 &nHash, CFinalizedBudget &fb) const | CBudgetManager | |
| GetFinalizedBudgets() | CBudgetManager | |
| GetFinalizedBudgetSerialized(const uint256 &budgetHash) const | CBudgetManager | |
| GetFinalizedBudgetStatus(const uint256 &nHash) const | CBudgetManager | |
| GetFinalizedBudgetVoteSerialized(const uint256 &voteHash) const | CBudgetManager | |
| GetHighestVoteCount(int chainHeight) const | CBudgetManager | protected |
| GetPayeeAndAmount(int chainHeight, CScript &payeeRet, CAmount &nAmountRet) const | CBudgetManager | protected |
| GetProposal(const uint256 &nHash, CBudgetProposal &bp) const | CBudgetManager | |
| GetProposalSerialized(const uint256 &propHash) const | CBudgetManager | |
| GetProposalVoteSerialized(const uint256 &voteHash) const | CBudgetManager | |
| GetRequiredPaymentsString(int nBlockHeight) | CBudgetManager | |
| GetTotalBudget(int nHeight) | CBudgetManager | static |
| HasAnyProposal() const | CBudgetManager | inline |
| HaveFinalizedBudget(const uint256 &budgetHash) const | CBudgetManager | inline |
| HaveProposal(const uint256 &propHash) const | CBudgetManager | inline |
| HaveSeenFinalizedBudgetVote(const uint256 &voteHash) const | CBudgetManager | inline |
| HaveSeenProposalVote(const uint256 &voteHash) const | CBudgetManager | inline |
| IsBudgetPaymentBlock(int nBlockHeight) const | CBudgetManager | |
| IsBudgetPaymentBlock(int nBlockHeight, int &nCountThreshold) const | CBudgetManager | |
| IsTransactionValid(const CTransaction &txNew, const uint256 &nBlockHash, int nBlockHeight) const | CBudgetManager | |
| mapFeeTxToBudget | CBudgetManager | protected |
| mapFeeTxToProposal | CBudgetManager | protected |
| mapFinalizedBudgets | CBudgetManager | protected |
| mapOrphanFinalizedBudgetVotes | CBudgetManager | protected |
| mapOrphanProposalVotes | CBudgetManager | protected |
| mapProposals | CBudgetManager | protected |
| mapSeenFinalizedBudgetVotes | CBudgetManager | protected |
| mapSeenProposalVotes | CBudgetManager | protected |
| mapUnconfirmedFeeTx | CBudgetManager | protected |
| MarkSynced() | CBudgetManager | inline |
| nBestHeight | CBudgetManager | protected |
| NotifyMasternodeListChanged(bool undo, const CDeterministicMNList &oldMNList, const CDeterministicMNListDiff &diff) | CValidationInterface | inlineprotectedvirtual |
| ProcessBudgetVoteSync(const uint256 &nProp, CNode *pfrom) | CBudgetManager | |
| ProcessFinalizedBudget(CFinalizedBudget &finalbudget, CNode *pfrom) | CBudgetManager | |
| ProcessFinalizedBudgetVote(CFinalizedBudgetVote &vote, CNode *pfrom, CValidationState &state) | CBudgetManager | |
| ProcessMessage(CNode *pfrom, std::string &strCommand, CDataStream &vRecv, int &banScore) | CBudgetManager | |
| ProcessMessageInner(CNode *pfrom, std::string &strCommand, CDataStream &vRecv) | CBudgetManager | |
| ProcessProposal(CBudgetProposal &proposal) | CBudgetManager | |
| ProcessProposalVote(CBudgetVote &proposal, CNode *pfrom, CValidationState &state) | CBudgetManager | |
| PropVotesAndLastVoteReceivedTime typedef | CBudgetManager | protected |
| ReloadMapSeen() | CBudgetManager | |
| RemoveByFeeTxId(const uint256 &feeTxId) | CBudgetManager | |
| RemoveStaleVotesOnFinalBudget(CFinalizedBudget *fbud) | CBudgetManager | |
| RemoveStaleVotesOnProposal(CBudgetProposal *prop) | CBudgetManager | |
| ResendWalletTransactions(CConnman *connman) | CValidationInterface | inlineprotectedvirtual |
| ResetSync() | CBudgetManager | inline |
| SERIALIZE_METHODS(CBudgetManager, obj) | CBudgetManager | inline |
| SetBestChain(const CBlockLocator &locator) | CValidationInterface | inlineprotectedvirtual |
| SetBestHeight(int height) | CBudgetManager | inline |
| SetBudgetProposalsStr(CFinalizedBudget &finalizedBudget) const | CBudgetManager | |
| SetSynced(bool synced) | CBudgetManager | protected |
| strBudgetMode | CBudgetManager | |
| SubmitFinalBudget() | CBudgetManager | |
| Sync(CNode *node, bool fPartial) | CBudgetManager | |
| SyncSingleItem(CNode *pfrom, const uint256 &nProp) | CBudgetManager | |
| ToString() const | CBudgetManager | |
| TransactionAddedToMempool(const CTransactionRef &ptxn) | CValidationInterface | inlineprotectedvirtual |
| TransactionRemovedFromMempool(const CTransactionRef &ptx, MemPoolRemovalReason reason) | CValidationInterface | inlineprotectedvirtual |
| UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) override | CBudgetManager | virtual |
| UpdateFinalizedBudget(const CFinalizedBudgetVote &vote, CNode *pfrom, std::string &strError) | CBudgetManager | |
| UpdateProposal(const CBudgetVote &vote, CNode *pfrom, std::string &strError) | CBudgetManager | |
| void ::RegisterSharedValidationInterface(std::shared_ptr< CValidationInterface >) | CValidationInterface | protected |
| void ::UnregisterAllValidationInterfaces() | CValidationInterface | protected |
| void ::UnregisterValidationInterface(CValidationInterface *) | CValidationInterface | protected |
| VoteOnFinalizedBudgets() | CBudgetManager | |
| ~CValidationInterface()=default | CValidationInterface | virtual |