Record whether the chainstate has finished loading.
Synopsis
Declared in <node/kernel_notifications.h>
[[requires_capability(0x7ff378121aa8)]]
void
setChainstateLoaded(bool chainstate_loaded);
Parameters
Name |
Description |
chainstate_loaded |
True once the chainstate is fully loaded. |
Created with MrDocs