[#ChainstateManager-ReceivedBlockTransactions] = xref:ChainstateManager.adoc[ChainstateManager]::ReceivedBlockTransactions :relfileprefix: ../ :mrdocs: Mark that the transaction data for a block has been received and stored. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1bc17ac8), requires_capability(0x7f2e146b5e18), requires_capability(0x7f2e298fb1e8), requires_capability(0x7f2e360b8948)]] void ReceivedBlockTransactions( xref:CBlock.adoc[CBlock] const& block, xref:CBlockIndex.adoc[CBlockIndex]* pindexNew, xref:FlatFilePos.adoc[FlatFilePos] const& pos); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#