Mark that the transaction data for a block has been received and stored.
Synopsis
Declared in <validation.h>
[[requires_capability(0x7fbc8fcf9608), requires_capability(0x7fbc96d91dc8), requires_capability(0x7fbcaf727838), requires_capability(0x7fbc9e23ef18)]]
void
ReceivedBlockTransactions(
CBlock const& block,
CBlockIndex* pindexNew,
FlatFilePos const& pos);
Parameters
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. |
Created with MrDocs