[#IsValidDestination] = IsValidDestination :mrdocs: Check whether a CTxDestination corresponds to one with an address. == Synopsis Declared in `<addresstype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsValidDestination(xref:CTxDestination.adoc[CTxDestination] const& dest); ---- == Return Value True if the destination has a corresponding address. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The destination to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#