Bitcoin
|
Public Attributes | |
uint256 | hash |
const CBlockIndex * | pindex |
Optional. More... | |
bool | fValidatedHeaders |
Whether this block has validated headers at the time of request. More... | |
std::unique_ptr< PartiallyDownloadedBlock > | partialBlock |
Optional, used for CMPCTBLOCK downloads. More... | |
Blocks that are in flight, and that are in the queue to be downloaded.
bool anonymous_namespace{net_processing.cpp}::QueuedBlock::fValidatedHeaders |
Whether this block has validated headers at the time of request.
uint256 anonymous_namespace{net_processing.cpp}::QueuedBlock::hash |
std::unique_ptr<PartiallyDownloadedBlock> anonymous_namespace{net_processing.cpp}::QueuedBlock::partialBlock |
Optional, used for CMPCTBLOCK downloads.
const CBlockIndex* anonymous_namespace{net_processing.cpp}::QueuedBlock::pindex |
Optional.