Bitcoin Core 28.99.0
P2P Digital Currency
|
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 | |
namespace | 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) |