[#COutPoint-ToString] = xref:COutPoint.adoc[COutPoint]::ToString :relfileprefix: ../ :mrdocs: Returns a human‐readable description of the outpoint. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ToString() const; ---- == Return Value A string with the transaction hash and output index. [.small]#Created with https://www.mrdocs.com[MrDocs]#