Raven Core  3.0.0
P2P Digital Currency
Public Attributes | List of all members
Consensus::BIP9Deployment Struct Reference

Struct for each individual consensus rule change using BIP9. More...

#include <params.h>

Public Attributes

int bit
 Bit position to select the particular bit in nVersion. More...
 
int64_t nStartTime
 Start MedianTime for version bits miner confirmation. More...
 
int64_t nTimeout
 Timeout/expiry MedianTime for the deployment attempt. More...
 
uint32_t nOverrideMinerConfirmationWindow
 Use to override the confirmation window on a specific BIP. More...
 
uint32_t nOverrideRuleChangeActivationThreshold
 Use to override the the activation threshold on a specific BIP. More...
 

Detailed Description

Struct for each individual consensus rule change using BIP9.

Definition at line 31 of file params.h.

Member Data Documentation

◆ bit

int Consensus::BIP9Deployment::bit

Bit position to select the particular bit in nVersion.

Definition at line 33 of file params.h.

◆ nOverrideMinerConfirmationWindow

uint32_t Consensus::BIP9Deployment::nOverrideMinerConfirmationWindow

Use to override the confirmation window on a specific BIP.

Definition at line 39 of file params.h.

◆ nOverrideRuleChangeActivationThreshold

uint32_t Consensus::BIP9Deployment::nOverrideRuleChangeActivationThreshold

Use to override the the activation threshold on a specific BIP.

Definition at line 41 of file params.h.

◆ nStartTime

int64_t Consensus::BIP9Deployment::nStartTime

Start MedianTime for version bits miner confirmation.

Can be a date in the past

Definition at line 35 of file params.h.

◆ nTimeout

int64_t Consensus::BIP9Deployment::nTimeout

Timeout/expiry MedianTime for the deployment attempt.

Definition at line 37 of file params.h.


The documentation for this struct was generated from the following file: