![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "budget/budgetutil.h"#include "budget/budgetmanager.h"#include "masternodeman.h"#include "masternodeconfig.h"#include "util/validation.h"Go to the source code of this file.
Classes | |
| struct | MnKeyData |
Typedefs | |
| typedef std::list< MnKeyData > | mnKeyList |
Functions | |
| UniValue | mnBudgetVoteInner (CWallet *const pwallet, bool fLegacyMN, const uint256 &budgetHash, bool fFinal, const CBudgetVote::VoteDirection &nVote, const Optional< std::string > &mnAliasFilter) |
| UniValue | mnLocalBudgetVoteInner (bool fLegacyMN, const uint256 &budgetHash, bool fFinal, const CBudgetVote::VoteDirection &nVote) |
Definition at line 71 of file budgetutil.cpp.
| UniValue mnBudgetVoteInner | ( | CWallet *const | pwallet, |
| bool | fLegacyMN, | ||
| const uint256 & | budgetHash, | ||
| bool | fFinal, | ||
| const CBudgetVote::VoteDirection & | nVote, | ||
| const Optional< std::string > & | mnAliasFilter | ||
| ) |
| UniValue mnLocalBudgetVoteInner | ( | bool | fLegacyMN, |
| const uint256 & | budgetHash, | ||
| bool | fFinal, | ||
| const CBudgetVote::VoteDirection & | nVote | ||
| ) |
Definition at line 258 of file budgetutil.cpp.