PIVX Core  5.6.99
P2P Digital Currency
Functions
budgetutil.h File Reference
#include "uint256.h"
#include "budget/budgetvote.h"
#include <string>
#include <list>
Include dependency graph for budgetutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

UniValue mnLocalBudgetVoteInner (bool fLegacyMN, const uint256 &budgetHash, bool fFinal, const CBudgetVote::VoteDirection &nVote)
 
UniValue mnBudgetVoteInner (CWallet *const pwallet, bool fLegacyMN, const uint256 &budgetHash, bool fFinal, const CBudgetVote::VoteDirection &nVote, const Optional< std::string > &mnAliasFilter)
 

Function Documentation

◆ mnBudgetVoteInner()

UniValue mnBudgetVoteInner ( CWallet *const  pwallet,
bool  fLegacyMN,
const uint256 budgetHash,
bool  fFinal,
const CBudgetVote::VoteDirection nVote,
const Optional< std::string > &  mnAliasFilter 
)

Definition at line 235 of file budgetutil.cpp.

Here is the caller graph for this function:

◆ mnLocalBudgetVoteInner()

UniValue mnLocalBudgetVoteInner ( bool  fLegacyMN,
const uint256 budgetHash,
bool  fFinal,
const CBudgetVote::VoteDirection nVote 
)

Definition at line 258 of file budgetutil.cpp.