5 #ifndef BITCOIN_BLOCKINDEXWORKCOMPARATOR_H 6 #define BITCOIN_BLOCKINDEXWORKCOMPARATOR_H 42 #endif // BITCOIN_BLOCKINDEXWORKCOMPARATOR_H arith_uint256 nChainWork
(memory only) Total amount of work (expected number of hashes) in the chain up to and including this ...
int32_t nSequenceId
(memory only) Sequential id assigned to distinguish order in which blocks are received.
bool operator()(const CBlockIndex *pa, const CBlockIndex *pb) const
The block chain is a tree shaped structure starting with the genesis block at the root...