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

#include <swifttx.h>

Collaboration diagram for CConsensusVote:
[legend]

Public Member Functions

uint256 GetHash () const
 
bool SignatureValid ()
 
bool Sign ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 

Public Attributes

CTxIn vinMasternode
 
uint256 txHash
 
int nBlockHeight
 
std::vector< unsigned char > vchMasterNodeSignature
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 67 of file swifttx.h.

Member Function Documentation

◆ GetHash()

uint256 CConsensusVote::GetHash ( ) const

Definition at line 464 of file swifttx.cpp.

Here is the caller graph for this function:

◆ SerializationOp()

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

Definition at line 83 of file swifttx.h.

◆ Sign()

bool CConsensusVote::Sign ( )

Definition at line 490 of file swifttx.cpp.

Here is the call graph for this function:

◆ SignatureValid()

bool CConsensusVote::SignatureValid ( )

Definition at line 470 of file swifttx.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CConsensusVote::ADD_SERIALIZE_METHODS

Definition at line 80 of file swifttx.h.

◆ nBlockHeight

int CConsensusVote::nBlockHeight

Definition at line 72 of file swifttx.h.

◆ txHash

uint256 CConsensusVote::txHash

Definition at line 71 of file swifttx.h.

◆ vchMasterNodeSignature

std::vector<unsigned char> CConsensusVote::vchMasterNodeSignature

Definition at line 73 of file swifttx.h.

◆ vinMasternode

CTxIn CConsensusVote::vinMasternode

Definition at line 70 of file swifttx.h.


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