ValidationSignals::ChainStateFlushed

Fire the ChainStateFlushed event to all subscribers.

Synopsis

Declared in <validationinterface.h>

void
ChainStateFlushed(
    kernel::ChainstateRole const& role,
    CBlockLocator const& locator);

Parameters

NameDescription
roleWhich chainstate (active or background) was flushed.
locatorLocator describing the best chain at flush time.