#include "cachemultimap.h"
#include "governance-exceptions.h"
#include "governance-vote.h"
#include "governance-votedb.h"
#include "key.h"
#include "net.h"
#include "sync.h"
#include "util.h"
#include <univalue.h>
Go to the source code of this file.
◆ vote_instance_m_cit
◆ vote_instance_m_it
◆ vote_instance_m_t
◆ vote_time_pair_t
◆ operator<()
◆ GOVERNANCE_DELETION_DELAY
const int64_t GOVERNANCE_DELETION_DELAY = 10*60 |
|
static |
◆ GOVERNANCE_FEE_CONFIRMATIONS
const int64_t GOVERNANCE_FEE_CONFIRMATIONS = 6 |
|
static |
◆ GOVERNANCE_FILTER_FP_RATE
const double GOVERNANCE_FILTER_FP_RATE = 0.001 |
|
static |
◆ GOVERNANCE_FILTER_PROTO_VERSION
const int GOVERNANCE_FILTER_PROTO_VERSION = 70206 |
|
static |
◆ GOVERNANCE_MIN_RELAY_FEE_CONFIRMATIONS
const int64_t GOVERNANCE_MIN_RELAY_FEE_CONFIRMATIONS = 1 |
|
static |
◆ GOVERNANCE_OBJECT_PROPOSAL
const int GOVERNANCE_OBJECT_PROPOSAL = 1 |
|
static |
◆ GOVERNANCE_OBJECT_TRIGGER
const int GOVERNANCE_OBJECT_TRIGGER = 2 |
|
static |
Definition at line 34 of file governance-object.h.
Referenced by CGovernanceManager::AddCachedTriggers(), CGovernanceManager::AddGovernanceObject(), CGovernanceManager::CheckPostponedObjects(), CGovernanceTriggerManager::CleanAndRemove(), CSuperblock::CSuperblock(), CGovernanceObject::GetMinCollateralFee(), CGovernanceObject::GetObjectSubtype(), gobject(), CGovernanceObject::IsValidLocally(), CGovernanceManager::MasternodeRateCheck(), CGovernanceManager::MasternodeRateUpdate(), CGovernanceManager::RequestGovernanceObjectVotes(), CGovernanceManager::ToString(), and CGovernanceManager::UpdateCachesAndClean().
◆ GOVERNANCE_OBJECT_UNKNOWN
const int GOVERNANCE_OBJECT_UNKNOWN = 0 |
|
static |
◆ GOVERNANCE_OBJECT_WATCHDOG
const int GOVERNANCE_OBJECT_WATCHDOG = 3 |
|
static |
◆ GOVERNANCE_ORPHAN_EXPIRATION_TIME
const int64_t GOVERNANCE_ORPHAN_EXPIRATION_TIME = 10*60 |
|
static |
◆ GOVERNANCE_PROPOSAL_FEE_TX
◆ GOVERNANCE_TRIGGER_EXPIRATION_BLOCKS
const int GOVERNANCE_TRIGGER_EXPIRATION_BLOCKS = 576 |
|
static |
◆ GOVERNANCE_UPDATE_MIN
const int64_t GOVERNANCE_UPDATE_MIN = 60*60 |
|
static |
◆ GOVERNANCE_WATCHDOG_EXPIRATION_TIME
const int64_t GOVERNANCE_WATCHDOG_EXPIRATION_TIME = 2*60*60 |
|
static |
◆ MAX_GOVERNANCE_OBJECT_DATA_SIZE
const int MAX_GOVERNANCE_OBJECT_DATA_SIZE = 16 * 1024 |
|
static |
◆ MIN_GOVERNANCE_PEER_PROTO_VERSION
const int MIN_GOVERNANCE_PEER_PROTO_VERSION = 70206 |
|
static |
◆ SEEN_OBJECT_ERROR_IMMATURE
const int SEEN_OBJECT_ERROR_IMMATURE = 2 |
|
static |
◆ SEEN_OBJECT_ERROR_INVALID
const int SEEN_OBJECT_ERROR_INVALID = 1 |
|
static |
◆ SEEN_OBJECT_EXECUTED
const int SEEN_OBJECT_EXECUTED = 3 |
|
static |
◆ SEEN_OBJECT_IS_VALID
const int SEEN_OBJECT_IS_VALID = 0 |
|
static |
◆ SEEN_OBJECT_UNKNOWN
const int SEEN_OBJECT_UNKNOWN = 4 |
|
static |