![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| bool | DeploymentActiveAfter (const CBlockIndex *pindexPrev, const Consensus::Params ¶ms, Consensus::BuriedDeployment dep, VersionBitsCache &versionbitscache) |
| Determine if a deployment is active for the next block. | |
| bool | DeploymentActiveAfter (const CBlockIndex *pindexPrev, const Consensus::Params ¶ms, Consensus::DeploymentPos dep, VersionBitsCache &versionbitscache) |
| bool | DeploymentActiveAt (const CBlockIndex &index, const Consensus::Params ¶ms, Consensus::BuriedDeployment dep, VersionBitsCache &versionbitscache) |
| Determine if a deployment is active for this block. | |
| bool | DeploymentActiveAt (const CBlockIndex &index, const Consensus::Params ¶ms, Consensus::DeploymentPos dep, VersionBitsCache &versionbitscache) |
| bool | DeploymentEnabled (const Consensus::Params ¶ms, Consensus::BuriedDeployment dep) |
| Determine if a deployment is enabled (can ever be active). | |
| bool | DeploymentEnabled (const Consensus::Params ¶ms, Consensus::DeploymentPos dep) |
|
inline |
Determine if a deployment is active for the next block.
Definition at line 14 of file deploymentstatus.h.
|
inline |
|
inline |
Determine if a deployment is active for this block.
Definition at line 27 of file deploymentstatus.h.
|
inline |
|
inline |
Determine if a deployment is enabled (can ever be active).
Definition at line 40 of file deploymentstatus.h.
|
inline |