![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Used to marshal pointers into hashes for db storage. More...
#include <main.h>
Inheritance diagram for CDiskBlockIndex:
Collaboration diagram for CDiskBlockIndex:Public Attributes | |
| uint256 | hashPrev |
Public Attributes inherited from CBlockIndex | |
| const uint256 * | phashBlock |
| CBlockIndex * | pprev |
| int | nHeight |
| int | nFile |
| unsigned int | nDataPos |
| unsigned int | nUndoPos |
| uint256 | nChainWork |
| unsigned int | nTx |
| unsigned int | nChainTx |
| unsigned int | nStatus |
| int | nVersion |
| uint256 | hashMerkleRoot |
| unsigned int | nTime |
| unsigned int | nBits |
| unsigned int | nNonce |
| uint32_t | nSequenceId |
Additional Inherited Members | |
Public Types inherited from CBlockIndex | |
| enum | { nMedianTimeSpan =11 } |
Static Public Member Functions inherited from CBlockIndex | |
| static bool | IsSuperMajority (int minVersion, const CBlockIndex *pstart, unsigned int nRequired, unsigned int nToCheck) |
| Returns true if there are nRequired or more blocks of minVersion or above in the last nToCheck blocks, starting at pstart and going backwards. More... | |
|
inlineexplicit |
Definition at line 880 of file main.h.
References CBlockIndex::GetBlockHash(), and CBlockIndex::pprev.
Here is the call graph for this function:
|
inline |
|
inline |
Definition at line 931 of file main.h.
References LogPrintf, and ToString().
Here is the call graph for this function:
|
inline |
Definition at line 921 of file main.h.
References CBlockIndex::GetBlockHash(), strprintf, base_uint< BITS >::ToString(), and CBlockIndex::ToString().
Referenced by print().
Here is the call graph for this function:
Here is the caller graph for this function:
1.8.8