[#OutputTypeFromDestination] = OutputTypeFromDestination :mrdocs: Get the OutputType for a CTxDestination == Synopsis Declared in `<outputtype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<OutputType> OutputTypeFromDestination(xref:CTxDestination.adoc[CTxDestination] const& dest); ---- == Return Value The output type of the destination, or no value if unknown. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The destination to classify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#