[#TxValidationState-ToString] = xref:TxValidationState.adoc[TxValidationState]::ToString :relfileprefix: ../ :mrdocs: Formats the state as a human‐readable string. == Synopsis Declared in `<consensus/validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ToString() const; ---- == Return Value "Valid", or the reject reason optionally followed by the debug message. [.small]#Created with https://www.mrdocs.com[MrDocs]#