Roll a block's effects forward onto a coins view during replay.
Declared in <validation.h>
[[requires_capability(0x7f9513ab5c28), requires_capability(0x7f9502c98c98), requires_capability(0x7f952544a9c8), requires_capability(0x7f9517400ca8)]]
bool
RollforwardBlock(
CBlockIndex const* pindex,
CCoinsViewCache& inputs);
true if the block was rolled forward successfully.
| Name | Description |
|---|---|
| pindex | Block index entry of the block to roll forward. |
| inputs | The coins view to apply the block's effects to. |