Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Enumerations | Functions
params.h File Reference
#include <uint256.h>
#include <chrono>
#include <limits>
#include <map>
#include <vector>
Include dependency graph for params.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Consensus::BIP9Deployment
 Struct for each individual consensus rule change using BIP9. More...
 
struct  Consensus::Params
 Parameters that influence chain consensus. More...
 

Namespaces

 Consensus
 Transaction validation functions.
 

Enumerations

enum  Consensus::BuriedDeployment : int16_t {
  Consensus::DEPLOYMENT_HEIGHTINCB = std::numeric_limits<int16_t>::min() , Consensus::DEPLOYMENT_CLTV , Consensus::DEPLOYMENT_DERSIG , Consensus::DEPLOYMENT_CSV ,
  Consensus::DEPLOYMENT_SEGWIT
}
 A buried deployment is one where the height of the activation has been hardcoded into the client implementation long after the consensus change has activated. More...
 
enum  Consensus::DeploymentPos : uint16_t { Consensus::DEPLOYMENT_TESTDUMMY , Consensus::DEPLOYMENT_TAPROOT , Consensus::MAX_VERSION_BITS_DEPLOYMENTS }
 

Functions

constexpr bool Consensus::ValidDeployment (BuriedDeployment dep)
 
constexpr bool Consensus::ValidDeployment (DeploymentPos dep)