Dash Core  0.12.2.1
P2P Digital Currency
CGovernanceVoting Class Reference

#include <governance-vote.h>

Static Public Member Functions

static vote_outcome_enum_t ConvertVoteOutcome (std::string strVoteOutcome)
 
static vote_signal_enum_t ConvertVoteSignal (std::string strVoteSignal)
 
static std::string ConvertOutcomeToString (vote_outcome_enum_t nOutcome)
 
static std::string ConvertSignalToString (vote_signal_enum_t nSignal)
 

Detailed Description

Governance Voting

Static class for accessing governance data

Definition at line 75 of file governance-vote.h.

Member Function Documentation

◆ ConvertOutcomeToString()

std::string CGovernanceVoting::ConvertOutcomeToString ( vote_outcome_enum_t  nOutcome)
static

◆ ConvertSignalToString()

std::string CGovernanceVoting::ConvertSignalToString ( vote_signal_enum_t  nSignal)
static

◆ ConvertVoteOutcome()

vote_outcome_enum_t CGovernanceVoting::ConvertVoteOutcome ( std::string  strVoteOutcome)
static

Definition at line 148 of file governance-vote.cpp.

Referenced by gobject(), and voteraw().

◆ ConvertVoteSignal()

vote_signal_enum_t CGovernanceVoting::ConvertVoteSignal ( std::string  strVoteSignal)
static

Definition at line 163 of file governance-vote.cpp.

Referenced by gobject(), and voteraw().


The documentation for this class was generated from the following files: