Record whether the chainstate has finished loading.

Synopsis

Declared in <node/kernel_notifications.h>

[[requires_capability(0x7f2e33c63598)]]
void
setChainstateLoaded(bool chainstate_loaded);

Parameters

Name

Description

chainstate_loaded

True once the chainstate is fully loaded.

Created with MrDocs