![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <governance-classes.h>
Static Public Member Functions | |
static bool | IsSuperblockTriggered (int nBlockHeight) |
static void | CreateSuperblock (CMutableTransaction &txNewRet, int nBlockHeight, std::vector< CTxOut > &voutSuperblockRet) |
static std::string | GetRequiredPaymentsString (int nBlockHeight) |
static bool | IsValid (const CTransaction &txNew, int nBlockHeight, CAmount blockReward) |
Static Private Member Functions | |
static bool | GetBestSuperblock (CSuperblock_sptr &pSuperblockRet, int nBlockHeight) |
Superblock Manager
Class for querying superblock information
Definition at line 66 of file governance-classes.h.
|
static |
Create Superblock Payments
Definition at line 394 of file governance-classes.cpp.
Referenced by FillBlockPayments().
|
staticprivate |
Definition at line 346 of file governance-classes.cpp.
Referenced by CreateSuperblock(), GetRequiredPaymentsString(), and IsValid().
|
static |
Get Required Payment String
Definition at line 733 of file governance-classes.cpp.
Referenced by GetRequiredPaymentsString().
|
static |
Is Superblock Triggered
Definition at line 281 of file governance-classes.cpp.
Referenced by FillBlockPayments(), GetRequiredPaymentsString(), IsBlockPayeeValid(), and IsBlockValueValid().
|
static |
Definition at line 451 of file governance-classes.cpp.
Referenced by IsBlockPayeeValid(), and IsBlockValueValid().