Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

params.h File Reference
#include <uint256.h>
#include <map>
#include <string>
+ 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::LLMQParams
 
struct  Consensus::Params
 Parameters that influence chain consensus. More...
 
struct  is_serializable_enum< T >
 If none of the specialized versions above matched and T is an enum, default to calling Serialize/Unserialze with the underlying type. More...
 
struct  is_serializable_enum< Consensus::LLMQType >
 

Namespaces

 Consensus
 

Enumerations

enum  Consensus::DeploymentPos {
  Consensus::DEPLOYMENT_TESTDUMMY, Consensus::DEPLOYMENT_CSV, Consensus::DEPLOYMENT_DIP0001, Consensus::DEPLOYMENT_BIP147,
  Consensus::DEPLOYMENT_DIP0003, Consensus::DEPLOYMENT_DIP0008, Consensus::DEPLOYMENT_REALLOC, Consensus::MAX_VERSION_BITS_DEPLOYMENTS
}
 
enum  Consensus::LLMQType : uint8_t {
  Consensus::LLMQ_NONE = 0xff, Consensus::LLMQ_50_60 = 1, Consensus::LLMQ_400_60 = 2, Consensus::LLMQ_400_85 = 3,
  Consensus::LLMQ_TEST = 100, Consensus::LLMQ_DEVNET = 101
}
 
Released under the MIT license