![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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 |
Governance Object Payment
Definition at line 86 of file governance-classes.h.
|
inline |
Definition at line 95 of file governance-classes.h.
|
inline |
Definition at line 101 of file governance-classes.h.
|
inline |
Definition at line 125 of file governance-classes.h.
|
private |
Definition at line 89 of file governance-classes.h.
Referenced by CGovernancePayment(), and IsValid().
CAmount CGovernancePayment::nAmount |
Definition at line 93 of file governance-classes.h.
Referenced by CGovernancePayment(), CSuperblockManager::CreateSuperblock(), and CSuperblock::IsValid().
CScript CGovernancePayment::script |
Definition at line 92 of file governance-classes.h.
Referenced by CGovernancePayment(), CSuperblockManager::CreateSuperblock(), CSuperblockManager::GetRequiredPaymentsString(), and CSuperblock::IsValid().