BaseIndex::CustomAppend

Write update index entries for a newly connected block.

Synopsis

Declared in <index/base.h>

[[nodiscard]]
virtual
bool
CustomAppend(interfaces::BlockInfo const& block);

Return Value

True on success.

NOTE

The return value should not be discarded.

Parameters

NameDescription
blockInformation about the block being appended.