![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "core_io.h"
#include "governance-classes.h"
#include "init.h"
#include "validation.h"
#include "utilstrencodings.h"
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
#include <univalue.h>
Go to the source code of this file.
Functions | |
std::vector< std::string > | SplitBy (std::string strCommand, std::string strDelimit) |
CAmount | ParsePaymentAmount (const std::string &strAmount) |
Variables | |
CGovernanceTriggerManager | triggerman |
CAmount ParsePaymentAmount | ( | const std::string & | strAmount | ) |
Definition at line 38 of file governance-classes.cpp.
Referenced by CSuperblock::ParsePaymentSchedule().
std::vector<std::string> SplitBy | ( | std::string | strCommand, |
std::string | strDelimit | ||
) |
Definition at line 23 of file governance-classes.cpp.
Referenced by CSuperblock::ParsePaymentSchedule().
CGovernanceTriggerManager triggerman |
Definition at line 19 of file governance-classes.cpp.
Referenced by CGovernanceManager::AddCachedTriggers(), CGovernanceManager::AddGovernanceObject(), CSuperblockManager::GetBestSuperblock(), CSuperblockManager::IsSuperblockTriggered(), and CGovernanceManager::UpdateCachesAndClean().