Fire the ChainStateFlushed event to all subscribers.
Synopsis
Declared in <validationinterface.h>
void
ChainStateFlushed(
kernel::ChainstateRole const& role,
CBlockLocator const& locator);
Parameters
Name |
Description |
role |
Which chainstate (active or background) was flushed. |
locator |
Locator describing the best chain at flush time. |
Created with MrDocs