5 #ifndef PIVX_BUDGET_BUDGETUTIL_H
6 #define PIVX_BUDGET_BUDGETUTIL_H
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)
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances,...
boost::optional< T > Optional
Substitute for C++17 std::optional.