Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

Governance Object Payment. More...

#include <governance-classes.h>

+ Collaboration diagram for CGovernancePayment:

Public Member Functions

 CGovernancePayment ()
 
 CGovernancePayment (CTxDestination destIn, CAmount nAmountIn)
 
bool IsValid ()
 

Public Attributes

CScript script
 
CAmount nAmount
 

Private Attributes

bool fValid
 

Detailed Description

Governance Object Payment.

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

Constructor & Destructor Documentation

◆ CGovernancePayment() [1/2]

CGovernancePayment::CGovernancePayment ( )
inline

Definition at line 84 of file governance-classes.h.

◆ CGovernancePayment() [2/2]

CGovernancePayment::CGovernancePayment ( CTxDestination  destIn,
CAmount  nAmountIn 
)
inline

Member Function Documentation

◆ IsValid()

bool CGovernancePayment::IsValid ( )
inline

Definition at line 110 of file governance-classes.h.

References fValid.

Referenced by CSuperblock::ParsePaymentSchedule().

Member Data Documentation

◆ fValid

bool CGovernancePayment::fValid
private

Definition at line 78 of file governance-classes.h.

Referenced by CGovernancePayment(), and IsValid().

◆ nAmount

CAmount CGovernancePayment::nAmount

◆ script


The documentation for this class was generated from the following file:
Released under the MIT license