ChainstateManager::ReceivedBlockTransactions

Mark that the transaction data for a block has been received and stored.

Synopsis

Declared in <validation.h>

[[requires_capability(0x7ff37ba955b8), requires_capability(0x7ff375ddbf48), requires_capability(0x7ff37e1a5818), requires_capability(0x7ff375a97688)]]
void
ReceivedBlockTransactions(
    CBlock const& block,
    CBlockIndex* pindexNew,
    FlatFilePos const& pos);

Parameters

NameDescription
blockThe block whose transactions were received.
pindexNewBlock index entry corresponding to the block.
posPosition on disk where the block was stored.