Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

governance-classes.h File Reference
#include <base58.h>
#include <governance/governance.h>
#include <key.h>
#include <script/standard.h>
#include <util.h>
+ Include dependency graph for governance-classes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CGovernanceTriggerManager
 Trigger Mananger. More...
 
class  CSuperblockManager
 Superblock Manager. More...
 
class  CGovernancePayment
 Governance Object Payment. More...
 
class  CSuperblock
 Trigger : Superblock. More...
 

Typedefs

typedef std::shared_ptr< CSuperblockCSuperblock_sptr
 

Variables

CGovernanceTriggerManager triggerman
 

Typedef Documentation

◆ CSuperblock_sptr

typedef std::shared_ptr<CSuperblock> CSuperblock_sptr

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

Variable Documentation

◆ triggerman

Released under the MIT license