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

Name

Description

block

Information about the block being removed.

Created with MrDocs