[#ValidationSignals-ChainStateFlushed] = xref:ValidationSignals.adoc[ValidationSignals]::ChainStateFlushed :relfileprefix: ../ :mrdocs: Fire the ChainStateFlushed event to all subscribers. == Synopsis Declared in `<validationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ChainStateFlushed( xref:kernel/ChainstateRole.adoc[kernel::ChainstateRole] const& role, xref:CBlockLocator.adoc[CBlockLocator] const& locator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *role* | Which chainstate (active or background) was flushed. | *locator* | Locator describing the best chain at flush time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#