Fabcoin Core  0.16.2
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...
 

Detailed Description

Struct for each individual consensus rule change using BIP9.

Definition at line 27 of file params.h.

Member Data Documentation

int Consensus::BIP9Deployment::bit

Bit position to select the particular bit in nVersion.

Definition at line 29 of file params.h.

int64_t Consensus::BIP9Deployment::nStartTime

Start MedianTime for version bits miner confirmation.

Can be a date in the past

Definition at line 31 of file params.h.

int64_t Consensus::BIP9Deployment::nTimeout

Timeout/expiry MedianTime for the deployment attempt.

Definition at line 33 of file params.h.


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