[#TxoSpenderIndex-CustomAppend] = xref:TxoSpenderIndex.adoc[TxoSpenderIndex]::CustomAppend :relfileprefix: ../ :mrdocs: Record the outputs spent by a newly connected block. == Synopsis Declared in `<index/txospenderindex.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]#