[#GetTxnOutputType] = GetTxnOutputType :mrdocs: Get the name of a TxoutType as a string == Synopsis Declared in `<script/solver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string GetTxnOutputType(xref:TxoutType.adoc[TxoutType] t); ---- == Return Value The human‐readable name of t. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The output type to name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#