[#Chainstate-RollforwardBlock] = xref:Chainstate.adoc[Chainstate]::RollforwardBlock :relfileprefix: ../ :mrdocs: Roll a block's effects forward onto a coins view during replay. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f9513ab5c28), requires_capability(0x7f9502c98c98), requires_capability(0x7f952544a9c8), requires_capability(0x7f9517400ca8)]] bool RollforwardBlock( xref:CBlockIndex.adoc[CBlockIndex] const* pindex, xref:CCoinsViewCache.adoc[CCoinsViewCache]& inputs); ---- == Return Value true if the block was rolled forward successfully. == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | Block index entry of the block to roll forward. | *inputs* | The coins view to apply the block's effects to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#