Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | RTTPolicy |
Namespaces | |
namespace | Consensus |
Functions | |
std::optional< uint32_t > | GetNextRTTWorkRequired (const CBlockIndex *pprev, int64_t now, const Consensus::Params &consensusParams) |
Compute the real time block hash target given the previous block parameters. More... | |
bool | isRTTEnabled (const Consensus::Params ¶ms, const CBlockIndex *pprev) |
Whether the RTT feature is enabled. More... | |
Variables | |
static constexpr bool | DEFAULT_ENABLE_RTT {true} |
Default for -enablertt. More... | |
std::optional< uint32_t > GetNextRTTWorkRequired | ( | const CBlockIndex * | pprev, |
int64_t | now, | ||
const Consensus::Params & | consensusParams | ||
) |
bool isRTTEnabled | ( | const Consensus::Params & | params, |
const CBlockIndex * | pprev | ||
) |