Initializes the sync state and registers the instance to the validation interface so that it stays in sync with blockchain updates.

Synopsis

Declared in <index/base.h>

[[nodiscard]]
bool
Init();

Return Value

True on success.

Note

The return value should not be discarded.

Created with MrDocs