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

#include <masternode-payments.h>

Public Member Functions

 CMasternodePayee ()
 
 CMasternodePayee (int nVotesIn, std::vector< unsigned char > masternodeStealthAddress)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 

Public Attributes

int nVotes
 
std::vector< unsigned char > masternodeStealthAddress
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 60 of file masternode-payments.h.

Constructor & Destructor Documentation

◆ CMasternodePayee() [1/2]

CMasternodePayee::CMasternodePayee ( )
inline

Definition at line 66 of file masternode-payments.h.

◆ CMasternodePayee() [2/2]

CMasternodePayee::CMasternodePayee ( int  nVotesIn,
std::vector< unsigned char >  masternodeStealthAddress 
)
inline

Definition at line 71 of file masternode-payments.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 80 of file masternode-payments.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CMasternodePayee::ADD_SERIALIZE_METHODS

Definition at line 77 of file masternode-payments.h.

◆ masternodeStealthAddress

std::vector<unsigned char> CMasternodePayee::masternodeStealthAddress

Definition at line 64 of file masternode-payments.h.

◆ nVotes

int CMasternodePayee::nVotes

Definition at line 63 of file masternode-payments.h.


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