PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CFinalizedBudgetVote Class Reference

#include <masternode-budget.h>

Collaboration diagram for CFinalizedBudgetVote:
[legend]

Public Member Functions

 CFinalizedBudgetVote ()
 
 CFinalizedBudgetVote (CTxIn vinIn, uint256 nBudgetHashIn)
 
bool Sign (CKey &keyMasternode, CPubKey &pubKeyMasternode)
 
bool SignatureValid (bool fSignatureCheck)
 
void Relay ()
 
uint256 GetHash ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 

Public Attributes

bool fValid
 
bool fSynced
 
CTxIn vin
 
uint256 nBudgetHash
 
int64_t nTime
 
std::vector< unsigned char > vchSig
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 106 of file masternode-budget.h.

Constructor & Destructor Documentation

◆ CFinalizedBudgetVote() [1/2]

CFinalizedBudgetVote::CFinalizedBudgetVote ( )

Definition at line 2093 of file masternode-budget.cpp.

◆ CFinalizedBudgetVote() [2/2]

CFinalizedBudgetVote::CFinalizedBudgetVote ( CTxIn  vinIn,
uint256  nBudgetHashIn 
)

Definition at line 2103 of file masternode-budget.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ GetHash()

uint256 CFinalizedBudgetVote::GetHash ( )
inline

Definition at line 123 of file masternode-budget.h.

Here is the caller graph for this function:

◆ Relay()

void CFinalizedBudgetVote::Relay ( )

Definition at line 2113 of file masternode-budget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SerializationOp()

template<typename Stream , typename Operation >
void CFinalizedBudgetVote::SerializationOp ( Stream &  s,
Operation  ser_action,
int  nType,
int  nVersion 
)
inline

Definition at line 135 of file masternode-budget.h.

◆ Sign()

bool CFinalizedBudgetVote::Sign ( CKey keyMasternode,
CPubKey pubKeyMasternode 
)

Definition at line 2119 of file masternode-budget.cpp.

Here is the caller graph for this function:

◆ SignatureValid()

bool CFinalizedBudgetVote::SignatureValid ( bool  fSignatureCheck)

Definition at line 2143 of file masternode-budget.cpp.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CFinalizedBudgetVote::ADD_SERIALIZE_METHODS

Definition at line 132 of file masternode-budget.h.

◆ fSynced

bool CFinalizedBudgetVote::fSynced

Definition at line 110 of file masternode-budget.h.

◆ fValid

bool CFinalizedBudgetVote::fValid

Definition at line 109 of file masternode-budget.h.

◆ nBudgetHash

uint256 CFinalizedBudgetVote::nBudgetHash

Definition at line 112 of file masternode-budget.h.

◆ nTime

int64_t CFinalizedBudgetVote::nTime

Definition at line 113 of file masternode-budget.h.

◆ vchSig

std::vector<unsigned char> CFinalizedBudgetVote::vchSig

Definition at line 114 of file masternode-budget.h.

◆ vin

CTxIn CFinalizedBudgetVote::vin

Definition at line 111 of file masternode-budget.h.


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