![]() |
Bitcoin ABC
0.26.3
P2P Digital Currency
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
Consensus | |
Functions | |
uint32_t | GetNextWorkRequired (const CBlockIndex *pindexPrev, const CBlockHeader *pblock, const CChainParams &chainParams) |
bool | CheckProofOfWork (const BlockHash &hash, uint32_t nBits, const Consensus::Params ¶ms) |
Check whether a block hash satisfies the proof-of-work requirement specified by nBits. More... | |
bool CheckProofOfWork | ( | const BlockHash & | hash, |
uint32_t | nBits, | ||
const Consensus::Params & | params | ||
) |
uint32_t GetNextWorkRequired | ( | const CBlockIndex * | pindexPrev, |
const CBlockHeader * | pblock, | ||
const CChainParams & | chainParams | ||
) |