Roll a block's effects forward onto a coins view during replay.
Synopsis
Declared in <validation.h>
[[requires_capability(0x7fbc8fb67508), requires_capability(0x7fbc96bffb78), requires_capability(0x7fbcaf5d6f88), requires_capability(0x7fbc9e0dd758)]]
bool
RollforwardBlock(
CBlockIndex const* pindex,
CCoinsViewCache& inputs);
Return Value
true if the block was rolled forward successfully.
Parameters
Name |
Description |
pindex |
Block index entry of the block to roll forward. |
inputs |
The coins view to apply the block's effects to. |
Created with MrDocs