Record the transactions of a newly connected block in the index.

Synopsis

Declared in <index/txindex.h>

virtual
bool
CustomAppend(interfaces::BlockInfo const& block) override;

Return Value

True on success.

Parameters

Name

Description

block

Information about the block being appended.

Created with MrDocs