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