Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

governance.h File Reference
#include <bloom.h>
#include <cachemap.h>
#include <cachemultimap.h>
#include <chain.h>
#include <governance/governance-exceptions.h>
#include <governance/governance-object.h>
#include <governance/governance-vote.h>
#include <net.h>
#include <sync.h>
#include <timedata.h>
#include <util.h>
#include <evo/deterministicmns.h>
#include <univalue.h>
+ Include dependency graph for governance.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ExpirationInfo
 
class  CRateCheckBuffer
 
class  CGovernanceManager
 
struct  CGovernanceManager::last_object_rec
 
class  CGovernanceManager::ScopedLockBool
 

Typedefs

typedef std::pair< CGovernanceObject, ExpirationInfoobject_info_pair_t
 

Variables

CGovernanceManager governance
 
static const int RATE_BUFFER_SIZE = 5
 

Typedef Documentation

◆ object_info_pair_t

Definition at line 39 of file governance.h.

Variable Documentation

◆ governance

◆ RATE_BUFFER_SIZE

Released under the MIT license