[#TxIndex-01-CustomAppend] = xref:TxIndex-01.adoc[TxIndex]::CustomAppend :relfileprefix: ../ :mrdocs: Record the transactions of a newly connected block in the index. == Synopsis Declared in `<index/txindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CustomAppend(xref:interfaces/BlockInfo.adoc[interfaces::BlockInfo] const& block) override; ---- == Return Value True on success. == Parameters [cols="1,4"] |=== | Name| Description | *block* | Information about the block being appended. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#