Mark that the transaction data for a block has been received and stored.
Declared in <validation.h>
[[requires_capability(0x7f9513c47e28), requires_capability(0x7f9502de95c8), requires_capability(0x7f950b21bd98), requires_capability(0x7f9514bf5d88)]]
void
ReceivedBlockTransactions(
CBlock const& block,
CBlockIndex* pindexNew,
FlatFilePos const& pos);
| Name | Description |
|---|---|
| block | The block whose transactions were received. |
| pindexNew | Block index entry corresponding to the block. |
| pos | Position on disk where the block was stored. |