Bitcoin ABC  0.28.12
P2P Digital Currency
Classes | Namespaces | Enumerations | Functions
params.h File Reference
#include <primitives/blockhash.h>
#include <uint256.h>
#include <chrono>
#include <limits>
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::Params
 Parameters that influence chain consensus. More...
 

Namespaces

 Consensus
 

Enumerations

enum  Consensus::BuriedDeployment : int16_t {
  Consensus::DEPLOYMENT_P2SH = std::numeric_limits<int16_t>::min() , Consensus::DEPLOYMENT_HEIGHTINCB , Consensus::DEPLOYMENT_CLTV , Consensus::DEPLOYMENT_DERSIG ,
  Consensus::DEPLOYMENT_CSV
}
 

Functions

constexpr bool Consensus::ValidDeployment (BuriedDeployment dep)