#include <stdint.h>
#include <primitives/block.h>
Go to the source code of this file.
◆ DiffMode
| Enumerator |
|---|
| DIFF_DEFAULT | |
| DIFF_BTC | |
| DIFF_KGW | |
| DIFF_DGW | |
Definition at line 20 of file poa.h.
◆ CheckNumberOfAuditedPoSBlocks()
| bool CheckNumberOfAuditedPoSBlocks |
( |
const CBlock & |
block, |
|
|
const CBlockIndex * |
pindex |
|
) |
| |
◆ CheckPoABlockMinedHash()
Check whether a block hash satisfies the proof-of-work requirement specified by nBits.
Definition at line 331 of file poa.cpp.
◆ CheckPoABlockNotAuditingOverlap()
| bool CheckPoABlockNotAuditingOverlap |
( |
const CBlock & |
block | ) |
|
◆ CheckPoABlockNotContainingPoABlockInfo()
| bool CheckPoABlockNotContainingPoABlockInfo |
( |
const CBlock & |
block, |
|
|
const CBlockIndex * |
pindex |
|
) |
| |
◆ CheckPoABlockPaddingAmount()
◆ CheckPoABlockRewardAmount()
◆ CheckPoAblockTime()
| bool CheckPoAblockTime |
( |
const CBlock & |
block | ) |
|
◆ CheckPoAContainRecentHash()
| bool CheckPoAContainRecentHash |
( |
const CBlock & |
block | ) |
|
◆ CheckPoAMerkleRoot()
| bool CheckPoAMerkleRoot |
( |
const CBlock & |
block, |
|
|
bool * |
fMutate = NULL |
|
) |
| |
◆ CheckPrevPoABlockHash()
◆ CheckProofOfWork()
| bool CheckProofOfWork |
( |
uint256 |
hash, |
|
|
unsigned int |
nBits |
|
) |
| |
Check whether a block hash satisfies the proof-of-work requirement specified by nBits.
Definition at line 145 of file poa.cpp.
◆ GetBlockProof()
◆ GetNextWorkRequired()
◆ IsFixedAudit()
| bool IsFixedAudit |
( |
std::string |
txid, |
|
|
int |
nHeight |
|
) |
| |
◆ IsWrongAudit()
| bool IsWrongAudit |
( |
std::string |
txid, |
|
|
int |
nHeight |
|
) |
| |
◆ N_BITS