PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CTxBudgetPayment Class Reference

#include <finalizedbudget.h>

Collaboration diagram for CTxBudgetPayment:
[legend]

Public Member Functions

 CTxBudgetPayment ()
 
 CTxBudgetPayment (const uint256 &_nProposalHash, const CScript &_payee, const CAmount _nAmount)
 
 SERIALIZE_METHODS (CTxBudgetPayment, obj)
 
bool operator> (const CTxBudgetPayment &other) const
 

Public Attributes

uint256 nProposalHash
 
CScript payee
 
CAmount nAmount
 

Detailed Description

Definition at line 138 of file finalizedbudget.h.

Constructor & Destructor Documentation

◆ CTxBudgetPayment() [1/2]

CTxBudgetPayment::CTxBudgetPayment ( )
inline

Definition at line 145 of file finalizedbudget.h.

◆ CTxBudgetPayment() [2/2]

CTxBudgetPayment::CTxBudgetPayment ( const uint256 _nProposalHash,
const CScript _payee,
const CAmount  _nAmount 
)
inline

Definition at line 152 of file finalizedbudget.h.

Member Function Documentation

◆ operator>()

bool CTxBudgetPayment::operator> ( const CTxBudgetPayment other) const
inline

Definition at line 162 of file finalizedbudget.h.

Here is the call graph for this function:

◆ SERIALIZE_METHODS()

CTxBudgetPayment::SERIALIZE_METHODS ( CTxBudgetPayment  ,
obj   
)
inline

Definition at line 159 of file finalizedbudget.h.

Member Data Documentation

◆ nAmount

CAmount CTxBudgetPayment::nAmount

Definition at line 143 of file finalizedbudget.h.

◆ nProposalHash

uint256 CTxBudgetPayment::nProposalHash

Definition at line 141 of file finalizedbudget.h.

◆ payee

CScript CTxBudgetPayment::payee

Definition at line 142 of file finalizedbudget.h.


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