[#node-KernelNotifications-setChainstateLoaded] = xref:node.adoc[node]::xref:node/KernelNotifications.adoc[KernelNotifications]::setChainstateLoaded :relfileprefix: ../../ :mrdocs: Record whether the chainstate has finished loading. == Synopsis Declared in `<node/kernel_notifications.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e33c63598)]] void setChainstateLoaded(bool chainstate_loaded); ---- == Parameters [cols="1,4"] |=== | Name| Description | *chainstate_loaded* | True once the chainstate is fully loaded. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#