Dash Core  0.12.2.1
P2P Digital Currency
CGovernancePayment Class Reference

#include <governance-classes.h>

Public Member Functions

 CGovernancePayment ()
 
 CGovernancePayment (CBitcoinAddress addrIn, CAmount nAmountIn)
 
bool IsValid ()
 

Public Attributes

CScript script
 
CAmount nAmount
 

Private Attributes

bool fValid
 

Detailed Description

Governance Object Payment

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

Constructor & Destructor Documentation

◆ CGovernancePayment() [1/2]

CGovernancePayment::CGovernancePayment ( )
inline

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

◆ CGovernancePayment() [2/2]

CGovernancePayment::CGovernancePayment ( CBitcoinAddress  addrIn,
CAmount  nAmountIn 
)
inline

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

Member Function Documentation

◆ IsValid()

bool CGovernancePayment::IsValid ( )
inline

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

Member Data Documentation

◆ fValid

bool CGovernancePayment::fValid
private

Definition at line 89 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: