Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

AbstractThresholdConditionChecker Member List

This is the complete list of members for AbstractThresholdConditionChecker, including all inherited members.

BeginTime(const Consensus::Params &params) const =0AbstractThresholdConditionCheckerprotectedpure virtual
Condition(const CBlockIndex *pindex, const Consensus::Params &params) const =0AbstractThresholdConditionCheckerprotectedpure virtual
EndTime(const Consensus::Params &params) const =0AbstractThresholdConditionCheckerprotectedpure virtual
GetStateFor(const CBlockIndex *pindexPrev, const Consensus::Params &params, ThresholdConditionCache &cache) constAbstractThresholdConditionChecker
GetStateSinceHeightFor(const CBlockIndex *pindexPrev, const Consensus::Params &params, ThresholdConditionCache &cache) constAbstractThresholdConditionChecker
GetStateStatisticsFor(const CBlockIndex *pindex, const Consensus::Params &params, ThresholdConditionCache &cache) constAbstractThresholdConditionChecker
Period(const Consensus::Params &params) const =0AbstractThresholdConditionCheckerprotectedpure virtual
Threshold(const Consensus::Params &params, int nAttempt) const =0AbstractThresholdConditionCheckerprotectedpure virtual
Released under the MIT license