BaseIndex::CustomRemove

Rewind index by one block during a chain reorg.

Synopsis

Declared in <index/base.h>

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

Return Value

True on success.

NOTE

The return value should not be discarded.

Parameters

NameDescription
blockInformation about the block being removed.