[#TxGraph-UnlinkRef] = xref:TxGraph.adoc[TxGraph]::UnlinkRef :relfileprefix: ../ :mrdocs: Inform the TxGraph implementation that a TxGraph::Ref was destroyed. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void UnlinkRef(xref:TxGraph/GraphIndex.adoc[GraphIndex] index) noexcept = 0; ---- == Parameters [cols="1,4"] |=== | Name| Description | *index* | Internal index of the transaction whose Ref was destroyed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#