Dash Core  0.12.2.1
P2P Digital Currency
governance-classes.cpp File Reference
#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
 

Function Documentation

◆ ParsePaymentAmount()

CAmount ParsePaymentAmount ( const std::string &  strAmount)

Definition at line 38 of file governance-classes.cpp.

Referenced by CSuperblock::ParsePaymentSchedule().

◆ SplitBy()

std::vector<std::string> SplitBy ( std::string  strCommand,
std::string  strDelimit 
)

Definition at line 23 of file governance-classes.cpp.

Referenced by CSuperblock::ParsePaymentSchedule().

Variable Documentation

◆ triggerman