[#DecodeDestination-02] = DecodeDestination :mrdocs: Decode an address string into a destination. == Synopsis Declared in `<key_io.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTxDestination.adoc[CTxDestination] DecodeDestination(std::string const& str); ---- == Return Value The decoded destination, or a no‐address destination on failure. == Parameters [cols="1,4"] |=== | Name| Description | *str* | The address string to decode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#